Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: RE: LFS and explicit LIBS RE: pws-21



>
> 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