configure revision 87449ffeb52327f7d1fba5a82961a373f626dac2
32098293b78922a5fbd10906afa28624820d3756Tinderbox User# Copyright (C) 1996-2000 Internet Software Consortium.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Permission to use, copy, modify, and distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# copyright notice and this permission notice appear in all copies.
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# From configure.in Revision: 1.185
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## Copyright (C) 1996-1999 Free Software Foundation, Inc.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## This program is free software; you can redistribute it and/or modify
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## it under the terms of the GNU General Public License as published by
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## the Free Software Foundation; either version 2 of the License, or
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## (at your option) any later version.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## This program is distributed in the hope that it will be useful, but
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## WITHOUT ANY WARRANTY; without even the implied warranty of
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## General Public License for more details.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User## You should have received a copy of the GNU General Public License
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User## along with this program; if not, write to the Free Software
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User## As a special exception to the GNU General Public License, if you
0b89eee6167201843c9a46b7e7c63cb1e4e09ba3Tinderbox User## distribute this file as part of a program that contains a
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## configuration script generated by Autoconf, you may include it under
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## the same distribution terms that you use for the rest of that program.
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# serial 40 AC_PROG_LIBTOOL
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_ENABLE_SHARED - implement the --enable-shared flag
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Usage: AC_ENABLE_SHARED[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_STATIC - implement the --enable-static flag
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User# Usage: AC_ENABLE_STATIC[(DEFAULT)]
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_DISABLE_STATIC - set the default static flag to --disable-static
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_PROG_LD - find the path to the GNU or non-GNU linker
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# AC_PROG_NM - find the path to a BSD-compatible name lister
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# AC_CHECK_LIBM - check for math library
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# the libltdl convenience library, adds --enable-ltdl-convenience to
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# to be `${top_builddir}/libltdl'. Make sure you start DIR with
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# '${top_builddir}/' (note the single quotes!) if your package is not
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# flat, and, if you're not using automake, define top_builddir as
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User# appropriate in the Makefiles.
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# the libltdl installable library, and adds --enable-ltdl-install to
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# to be `${top_builddir}/libltdl'. Make sure you start DIR with
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# '${top_builddir}/' (note the single quotes!) if your package is not
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# flat, and, if you're not using automake, define top_builddir as
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# appropriate in the Makefiles.
33c9436ef1a43d3c0fc3d9be9b4b0509daa83223Tinderbox User# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User# Guess values for system-dependent variables and create Makefiles.
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# Generated automatically using autoconf version 2.13
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# This configure script is free software; the Free Software Foundation
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# gives unlimited permission to copy, distribute and modify it.
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User# Any additions from configure.in:
3ca1a32241189d1e02e59f6b56399eb9b40f2aafTinderbox User --enable-threads use multithreading"
3ca1a32241189d1e02e59f6b56399eb9b40f2aafTinderbox User --with-openssl=PATH Specify path for system-supplied openssl
3ca1a32241189d1e02e59f6b56399eb9b40f2aafTinderbox User (rather than using bind-9 internal openssl)"
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User --with-gssapi=PATH Specify path for system-supplied GSSAPI"
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User --with-randomdev=PATH Specify path for random device"
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
8a48b6b9b6fa8486f24b22d1972b2b6ebb36a4a4Tinderbox User --with-libtool use GNU libtool (following indented options supported)"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-shared[=PKGS] build shared libraries [default=yes]"
a1ff871f78b7d907d6fc3a382beea2a640fe8423Tinderbox User --enable-static[=PKGS] build static libraries [default=yes]"
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
3ca1a32241189d1e02e59f6b56399eb9b40f2aafTinderbox User --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User --disable-libtool-lock avoid locking (might break parallel builds)"
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User --enable-ipv6 use IPv6 [default=autodetect]"
363b21045b718d06d414784c96193dc9a233e8c5Tinderbox User --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
51da15c88648a9e47d0cddff4b2b782665e99401Tinderbox User# Initialize some variables set by options.
550d3276d0490c4918f089ccb1528a3eb0951b0aTinderbox User# The variables have the same names as the options, with
550d3276d0490c4918f089ccb1528a3eb0951b0aTinderbox User# dashes changed to underlines.
d253648fe3331622cebea02d60aaecca3082d78dTinderbox User# Initialize some other variables.
d253648fe3331622cebea02d60aaecca3082d78dTinderbox User# Maximum number of lines to put in a shell here document.
d253648fe3331622cebea02d60aaecca3082d78dTinderbox User # If the previous option needs an argument, assign it.
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User if test -n "$ac_prev"; then
dfae459e8c4f794f8a239e74aa9d5e11cce6ea5bTinderbox User eval "$ac_prev=\$ac_option"
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User # Accept the important Cygnus configure options, so we can diagnose typos.
dfae459e8c4f794f8a239e74aa9d5e11cce6ea5bTinderbox User -bindir | --bindir | --bindi | --bind | --bin | --bi)
3ca1a32241189d1e02e59f6b56399eb9b40f2aafTinderbox User -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
dfae459e8c4f794f8a239e74aa9d5e11cce6ea5bTinderbox User -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User -cache-file | --cache-file | --cache-fil | --cache-fi \
bfb7b680bf88c1fdd9949197b71c512c532280a4Tinderbox User | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
f14ce68ee54a5a4587fbde4ffacb117946df2d73Tinderbox User | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
f14ce68ee54a5a4587fbde4ffacb117946df2d73Tinderbox User -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
f14ce68ee54a5a4587fbde4ffacb117946df2d73Tinderbox User -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
f14ce68ee54a5a4587fbde4ffacb117946df2d73Tinderbox User ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
0d6a6642b2be93cffa651c54a9b8810dd2d31392Tinderbox User # Reject names that are not valid shell variable names.
0d6a6642b2be93cffa651c54a9b8810dd2d31392Tinderbox User if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
0d6a6642b2be93cffa651c54a9b8810dd2d31392Tinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
0d6a6642b2be93cffa651c54a9b8810dd2d31392Tinderbox User eval "enable_${ac_feature}=no" ;;
0d6a6642b2be93cffa651c54a9b8810dd2d31392Tinderbox User ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User # Reject names that are not valid shell variable names.
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User eval "enable_${ac_feature}='$ac_optarg'" ;;
164ade1482251e1da962b42e5bf0d3aa02a11e03Tinderbox User -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
164ade1482251e1da962b42e5bf0d3aa02a11e03Tinderbox User | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
164ade1482251e1da962b42e5bf0d3aa02a11e03Tinderbox User -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
164ade1482251e1da962b42e5bf0d3aa02a11e03Tinderbox User | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
c48fdfda7a8ae8973aadfeb88cbeaab013024a6cTinderbox User # Obsolete; use --with-gas.
abe69df9a7de5cda07a2b8e19e8b7c981bcd7a9dTinderbox User # Omit some internal or obsolete options to make the list less imposing.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # This message is too long to be a string in the A/UX 3.1 sh.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserUsage: configure [options] [host]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntOptions: [defaults in brackets after descriptions]
164ade1482251e1da962b42e5bf0d3aa02a11e03Tinderbox UserConfiguration:
9efd8fc7e811d3c0c160adeb5552c2df7e49df67Tinderbox User --cache-file=FILE cache test results in FILE
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --help print this message
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --no-create do not create output files
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --quiet, --silent do not print \`checking...' messages
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --version print the version of autoconf that created configure
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox UserDirectory and file names:
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --prefix=PREFIX install architecture-independent files in PREFIX
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User [$ac_default_prefix]
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
a0fb6a0980359165a4459723f52d5d7b5725f9c6Tinderbox User [same as prefix]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --bindir=DIR user executables in DIR [EPREFIX/bin]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --datadir=DIR read-only architecture-independent data in DIR
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User [PREFIX/share]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --sharedstatedir=DIR modifiable architecture-independent data in DIR
8c7245514646663b25d8b186186ebede41903fa3Tinderbox User --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --libdir=DIR object code libraries in DIR [EPREFIX/lib]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --includedir=DIR C header files in DIR [PREFIX/include]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --infodir=DIR info documentation in DIR [PREFIX/info]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --mandir=DIR man documentation in DIR [PREFIX/man]
421ba11f3f07cbcb12c288ef7f4e7bad13fcc28fTinderbox User --srcdir=DIR find the sources in DIR [configure dir or ..]
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --program-prefix=PREFIX prepend PREFIX to installed program names
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User --program-suffix=SUFFIX append SUFFIX to installed program names
3b15473cedf41d48904f5b07bdc5e87afff6b58cTinderbox User --program-transform-name=PROGRAM
3b15473cedf41d48904f5b07bdc5e87afff6b58cTinderbox User run sed PROGRAM on installed program names
3b15473cedf41d48904f5b07bdc5e87afff6b58cTinderbox User --build=BUILD configure for building on BUILD [BUILD=HOST]
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User --host=HOST configure for HOST [guessed]
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --target=TARGET configure for TARGET [TARGET=HOST]
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox UserFeatures and packages:
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --x-includes=DIR X include files are in DIR
99b30e26a6beb9092557cc9e5370b517309bff6eTinderbox User --x-libraries=DIR X library files are in DIR
c48fdfda7a8ae8973aadfeb88cbeaab013024a6cTinderbox User if test -n "$ac_help"; then
c48fdfda7a8ae8973aadfeb88cbeaab013024a6cTinderbox User echo "--enable and --with options recognized:$ac_help"
9efd8fc7e811d3c0c160adeb5552c2df7e49df67Tinderbox User -includedir | --includedir | --includedi | --included | --include \
9efd8fc7e811d3c0c160adeb5552c2df7e49df67Tinderbox User -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
9efd8fc7e811d3c0c160adeb5552c2df7e49df67Tinderbox User | --includ=* | --inclu=* | --incl=* | --inc=*)
666b453b37f9ccfe3c7984fb0b31b70a3ceb918fTinderbox User -infodir | --infodir | --infodi | --infod | --info | --inf)
666b453b37f9ccfe3c7984fb0b31b70a3ceb918fTinderbox User -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bea02a4cc08d57b9f36979906f291ac78a99060aTinderbox User -libdir=* | --libdir=* | --libdi=* | --libd=*)
bea02a4cc08d57b9f36979906f291ac78a99060aTinderbox User -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
bea02a4cc08d57b9f36979906f291ac78a99060aTinderbox User -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User -localstatedir | --localstatedir | --localstatedi | --localstated \
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User | --localstate | --localstat | --localsta | --localst \
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User | --locals | --local | --loca | --loc | --lo)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --localstate=* | --localstat=* | --localsta=* | --localst=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt # Obsolete; use --without-fp.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User -no-create | --no-create | --no-creat | --no-crea | --no-cre \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -no-recursion | --no-recursion | --no-recursio | --no-recursi \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -program-prefix | --program-prefix | --program-prefi | --program-pref \
350e5eecadfc5ee72b11b2cc46828c9a0bcd717cTinderbox User | --program-pre | --program-pr | --program-p)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -program-prefix=* | --program-prefix=* | --program-prefi=* \
eval "with_${ac_package}='$ac_optarg'" ;;
if test -n "$ac_prev"; then
# 5 compiler messages saved in config.log
for ac_arg
# because not all systems understand e.g. LANG=C (notably SCO).
# confdefs.h avoids OS command line length limits that DEFS can exceed.
echo > confdefs.h
if test -z "$srcdir"; then
srcdir=..
if test -z "$CONFIG_SITE"; then
if test -r "$ac_site_file"; then
echo "loading site script $ac_site_file"
. "$ac_site_file"
if test -r "$cache_file"; then
echo "loading cache $cache_file"
echo "creating cache $cache_file"
ac_ext=c
if test -z "$ac_aux_dir"; then
{ echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
# Make sure we can run config.sub.
NONE)
NONE)
all:
if test -n "$ac_maketemp"; then
if test -n "$RANLIB"; then
if test -n "$RANLIB"; then
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# ./install, which can be erroneously created by make from ./install.sh.
if test -z "$INSTALL"; then
if test -n "$AR"; then
if test -n "$ETAGS"; then
test -n "$ETAGS" && break
if test -n "$PERL"; then
test -n "$PERL" && break
# the installation, but named.boot/named.conf was in /etc
# would. To change the prefix for everything but leave named.conf
# To put named.conf and named.pid in /usr/local with everything else,
NONE)
use_threads=true
no)
use_threads=false
*-solaris*)
if test -f "$ac_dir/cc"; then
if { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
no)
yes)
no)
yes)
*-openbsd*)
yes)
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_ext=c
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:1509: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
GCC=
if test "$ac_test_CFLAGS" = set; then
if test -n "$YACC"; then
if test -n "$YACC"; then
test -n "$YACC" && break
CPP=
if test -z "$CPP"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
if { (eval echo configure:1770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
if $use_threads
*-netbsd*)
Please install the devel/unproven-pthreads package and rerun configure.
if { (eval echo configure:2093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
*-freebsd*)
if { (eval echo configure:2379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
*-linux*)
*-solaris*)
if { (eval echo configure:2462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
*-solaris*)
*-UnixWare*)
yes)
NONE)
[\\/]* | [A-Za-z]:[\\/]*)
if test -z "$LD"; then
if test -n "$LD"; then
if test -n "$NM"; then
*-*-irix6*)
*N32*)
if { (eval echo configure:3115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
# By default, configure uses ./config.cache as the cache file,
# config.status only pays attention to the cache file if you give it the
*ac_space=\ *)
sed -n \
esac >> confcache
if test -w $cache_file; then
echo "updating cache $cache_file"
echo "not updating unwritable cache $cache_file"
if test -r "$cache_file"; then
echo "loading cache $cache_file"
echo "creating cache $cache_file"
# Redirect the config.log output again, so that the ltconfig log is not
O=lo
A=la
SA=a
no)
no)
yes)
no)
# Whether netinet6/in6.h is needed has to be defined in isc/platform.h.
*-UnixWare*)
yes)
if { (eval echo configure:3397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
yes)
yes)
yes)
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
yes)
# By default, configure uses ./config.cache as the cache file,
# config.status only pays attention to the cache file if you give it the
*ac_space=\ *)
sed -n \
esac >> confcache
if test -w $cache_file; then
echo "updating cache $cache_file"
echo "not updating unwritable cache $cache_file"
if test "x$srcdir" = x.; then
# Without the "./", some shells look in PATH for config.status.
while $ac_more_lines; do
ac_more_lines=false
if test -z "$ac_sed_cmds"; then
if test -z "$ac_sed_cmds"; then
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
.) srcdir=.
# $configure_input" ;;
*) ac_comsub= ;;
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
# Transform confdefs.h into a sed script conftest.vals that substitutes
# the proper values into config.h.in to produce config.h. And first:
# Protect against being on the right side of a sed subst in config.status.
# Protect against being in an unquoted here document in config.status.
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -f conftest.hdr
cat >> conftest.vals <<\EOF
# Break up conftest.vals because some shells have a limit on
rm -f conftest.tail
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
rm -f conftest.vals
rm -f conftest.vals
cat >> $CONFIG_STATUS <<\EOF
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
rm -f conftest.h
cat >> $CONFIG_STATUS <<EOF
cat >> $CONFIG_STATUS <<\EOF
chmod a+x isc-config.sh