]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2676. [bug] --with-export-installdir should have been
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 14 Sep 2009 18:31:15 +0000 (18:31 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Mon, 14 Sep 2009 18:31:15 +0000 (18:31 +0000)
--with-export-includedir. [RT #20252]

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 46aaadcaa2808e0391b69306967901cb15c9260b..4d4381a474cb82e17d620d55d6c7494ee39deb09 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+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]
 
index f2b745f8829b3edb9d4225d5b3ec26e1f0f60f17..458e56d8e4a62c81e6505a9b10ecfc5fc368d1b2 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 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)
@@ -1409,11 +1409,11 @@ if test -z "$export_libdir"; then
 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