+2003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
+
+ * configure.ac: When setting exampledir to sysconfdir as a
+ default, don't quote ${sysconfdir}. (Bug reported by Vincent
+ Jardin.)
+
2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
* configure.ac: Compile in Router Advertisement support by
AM_CONFIG_HEADER(config.h)
dnl default is to match previous behavior
-exampledir='${sysconfdir}'
+exampledir=${sysconfdir}
AC_ARG_ENABLE([exampledir],
AC_HELP_STRING([--enable-exampledir],
[specify alternate directory for examples]),
exampledir="$enableval",)
-dnl XXX hook into argument processing
+dnl XXX add --exampledir to autoconf standard directory list somehow
AC_SUBST(exampledir)
dnl -----------------------------------