mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
regen
This commit is contained in:
12
configure
vendored
12
configure
vendored
@@ -14,7 +14,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
#
|
#
|
||||||
# $Id: configure,v 1.463 2009/09/04 00:46:09 marka Exp $
|
# $Id: configure,v 1.464 2009/09/14 18:31:47 jinmei Exp $
|
||||||
#
|
#
|
||||||
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||||
#
|
#
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
# From configure.in Revision: 1.476 .
|
# From configure.in Revision: 1.478 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61.
|
# Generated by GNU Autoconf 2.61.
|
||||||
#
|
#
|
||||||
@@ -1687,7 +1687,7 @@ Optional Packages:
|
|||||||
--with-export-libdir=PATH
|
--with-export-libdir=PATH
|
||||||
installation directory for the export library
|
installation directory for the export library
|
||||||
[EPREFIX/lib/bind9]
|
[EPREFIX/lib/bind9]
|
||||||
--with-export-installdir=PATH
|
--with-export-includedir=PATH
|
||||||
installation directory for the header files of the
|
installation directory for the header files of the
|
||||||
export library [PREFIX/include/bind9]
|
export library [PREFIX/include/bind9]
|
||||||
--with-kame=PATH use Kame IPv6 default path /usr/local/v6
|
--with-kame=PATH use Kame IPv6 default path /usr/local/v6
|
||||||
@@ -26084,9 +26084,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Check whether --with-export-installdir was given.
|
# Check whether --with-export-includedir was given.
|
||||||
if test "${with_export_installdir+set}" = set; then
|
if test "${with_export_includedir+set}" = set; then
|
||||||
withval=$with_export_installdir; export_installdir="$withval"
|
withval=$with_export_includedir; export_includedir="$withval"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$export_includedir"; then
|
if test -z "$export_includedir"; then
|
||||||
|
Reference in New Issue
Block a user