From: Tatuya JINMEI 神明達哉 Date: Mon, 14 Sep 2009 18:31:15 +0000 (+0000) Subject: 2676. [bug] --with-export-installdir should have been X-Git-Tag: v9.7.0b1~161 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2fa5af7b736eac0092845c5ccbddf6cc00d0321e;p=thirdparty%2Fbind9.git 2676. [bug] --with-export-installdir should have been --with-export-includedir. [RT #20252] --- diff --git a/CHANGES b/CHANGES index 46aaadcaa28..4d4381a474c 100644 --- 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] diff --git a/configure.in b/configure.in index f2b745f8829..458e56d8e4a 100644 --- a/configure.in +++ b/configure.in @@ -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