Oops.
htmllibdir vanishes from the generated Makefile if using "--enable-htmllibdir=/some/dir".
Here's the patch.
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv29008
Modified Files:
configure.in Makefile.in configure
Log Message:
fix error with htmllibdirIndex: configure.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- configure.in 10 Oct 2003 03:36:43 -0000 1.5 +++ configure.in 18 Oct 2003 15:39:15 -0000 1.6 @@ -127,7 +127,7 @@ htmllibdir="/usr/local/share/qmailadmin/"
AC_ARG_ENABLE(htmllibdir, [ --enable-htmllibdir={dir} qmailadmin HTML library directory.],
- htmllibdir="$withval",
+ htmllibdir="$enableval",
[
if test "$htmllibdir" = ""
then
Index: Makefile.in =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3
Index: configure
===================================================================
RCS file: /cvsroot/qmailadmin/qmailadmin/configure,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure 17 Oct 2003 23:37:05 -0000 1.2
+++ configure 18 Oct 2003 15:39:15 -0000 1.3
@@ -1625,7 +1625,7 @@
# Check whether --enable-htmllibdir or --disable-htmllibdir was given.
if test "${enable_htmllibdir+set}" = set; then
enableval="$enable_htmllibdir"
- htmllibdir="$withval"
+ htmllibdir="$enableval"
elseif test "$htmllibdir" = ""
