+2676. [bug] --with-export-installdir should have been
+ --with-export-includedir. [RT #20252]
+
2675. [bug] dnssec-signzone could crash if the key directory
did not exist. [RT #20232]
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.477 $)
+AC_REVISION($Revision: 1.478 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
fi
AC_SUBST(export_libdir)
-AC_ARG_WITH(export-installdir,
- [ --with-export-installdir[=PATH]
+AC_ARG_WITH(export-includedir,
+ [ --with-export-includedir[=PATH]
installation directory for the header files of the
export library [[PREFIX/include/bind9]]],
- export_installdir="$withval",)
+ export_includedir="$withval",)
if test -z "$export_includedir"; then
export_includedir="\${prefix}/include/bind9/"
fi