Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: RE: LFS and explicit LIBS RE: pws-21
- X-seq: zsh-workers 6541
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: RE: LFS and explicit LIBS RE: pws-21
- Date: Wed, 9 Jun 1999 12:23:11 +0400
- Importance: Normal
- In-reply-to: <9906081132.AA20839@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I wasn't expecting people to use it without giving a value, but the
> rules certainly allow that.
>
Typo correction:
--- configure.in.org Wed Jun 9 12:16:40 1999
+++ configure.in Wed Jun 9 12:20:41 1999
@@ -204,7 +204,7 @@
undefine([fndir])dnl
AC_ARG_ENABLE(fndir,
[ --enable-fndir=DIR where functions go (default DATADIR/zsh-fns)],
-[if $enableval = yes; then
+[if test $enableval = yes; then
fndir=${datadir}/zsh/functions
else
fndir="$enableval"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author