configure revision 3dec5690e9aafafcbe81d9888f6a41a0b9fd9813
f0aad5341752aefe5059832f6cf3abc3283c6e16Tinderbox User# Copyright (C) 1996-2001 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
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# 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,
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# From configure.in Revision: 1.228
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## This program is free software; you can redistribute it and/or modify
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater## it under the terms of the GNU General Public License as published by
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## the Free Software Foundation; either version 2 of the License, or
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User## (at your option) any later version.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## This program is distributed in the hope that it will be useful, but
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## WITHOUT ANY WARRANTY; without even the implied warranty of
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## General Public License for more details.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## You should have received a copy of the GNU General Public License
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User## along with this program; if not, write to the Free Software
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User## As a special exception to the GNU General Public License, if you
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User## distribute this file as part of a program that contains a
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User## configuration script generated by Autoconf, you may include it under
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## the same distribution terms that you use for the rest of that program.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# serial 40 AC_PROG_LIBTOOL
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_SHARED - implement the --enable-shared flag
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 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
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Usage: AC_ENABLE_STATIC[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox 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
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 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
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_PROG_NM - find the path to a BSD-compatible name lister
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User# AC_CHECK_LIBM - check for math library
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrews# the libltdl convenience library and INCLTDL to the include flags for
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# the libltdl header and adds --enable-ltdl-convenience to the
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# configure arguments. Note that LIBLTDL and INCLTDL are not
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# with '${top_builddir}/' and INCLTDL will be prefixed with
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# '${top_srcdir}/' (note the single quotes!). If your package is not
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# flat and you're not using automake, define top_builddir and
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# top_srcdir appropriately in the Makefiles.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User# the libltdl installable library and INCLTDL to the include flags for
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# the libltdl header and adds --enable-ltdl-install to the configure
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# with '${top_srcdir}/' (note the single quotes!). If your package is
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# not flat and you're not using automake, define top_builddir and
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# top_srcdir appropriately in the Makefiles.
cd791043c8a6edbcacc2392575a9816d19b8157cTinderbox User# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# Guess values for system-dependent variables and create Makefiles.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# Generated automatically using autoconf version 2.13
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# This configure script is free software; the Free Software Foundation
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# gives unlimited permission to copy, distribute and modify it.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# Any additions from configure.in:
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updater --with-openssl=PATH Specify path for system-supplied openssl
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User (rather than using bind-9 internal openssl)"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-gssapi=PATH Specify path for system-supplied GSSAPI"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-randomdev=PATH Specify path for random device"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --disable-threads disable multithreading"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-purify[=PATH] use Rational purify"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-libtool use GNU libtool (following indented options supported)"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --enable-shared[=PKGS] build shared libraries [default=yes]"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --enable-static[=PKGS] build static libraries [default=yes]"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --disable-libtool-lock avoid locking (might break parallel builds)"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --enable-ipv6 use IPv6 [default=autodetect]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Initialize some variables set by options.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# The variables have the same names as the options, with
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# dashes changed to underlines.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Initialize some other variables.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# Maximum number of lines to put in a shell here document.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User # If the previous option needs an argument, assign it.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "$ac_prev"; then
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User eval "$ac_prev=\$ac_option"
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Accept the important Cygnus configure options, so we can diagnose typos.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -bindir | --bindir | --bindi | --bind | --bin | --bi)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -build=* | --build=* | --buil=* | --bui=* | --bu=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -cache-file | --cache-file | --cache-fil | --cache-fi \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews eval "enable_${ac_feature}=no" ;;
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
a3f8c8e20780e488141d200acdfea6c5f3303513Automatic Updater { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User eval "enable_${ac_feature}='$ac_optarg'" ;;
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User # Obsolete; use --with-gas.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox 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.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserUsage: configure [options] [host]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserOptions: [defaults in brackets after descriptions]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserConfiguration:
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --cache-file=FILE cache test results in FILE
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --help print this message
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --no-create do not create output files
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --quiet, --silent do not print \`checking...' messages
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --version print the version of autoconf that created configure
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserDirectory and file names:
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --prefix=PREFIX install architecture-independent files in PREFIX
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User [$ac_default_prefix]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews [same as prefix]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --bindir=DIR user executables in DIR [EPREFIX/bin]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --datadir=DIR read-only architecture-independent data in DIR
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User [PREFIX/share]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --sharedstatedir=DIR modifiable architecture-independent data in DIR
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --libdir=DIR object code libraries in DIR [EPREFIX/lib]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --includedir=DIR C header files in DIR [PREFIX/include]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --infodir=DIR info documentation in DIR [PREFIX/info]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --mandir=DIR man documentation in DIR [PREFIX/man]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --srcdir=DIR find the sources in DIR [configure dir or ..]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --program-prefix=PREFIX prepend PREFIX to installed program names
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --program-suffix=SUFFIX append SUFFIX to installed program names
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --program-transform-name=PROGRAM
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User run sed PROGRAM on installed program names
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --build=BUILD configure for building on BUILD [BUILD=HOST]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --host=HOST configure for HOST [guessed]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --target=TARGET configure for TARGET [TARGET=HOST]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsFeatures and packages:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --x-includes=DIR X include files are in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --x-libraries=DIR X library files are in DIR
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater if test -n "$ac_help"; then
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater echo "--enable and --with options recognized:$ac_help"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater -includedir | --includedir | --includedi | --included | --include \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --includ=* | --inclu=* | --incl=* | --inc=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir | --infodir | --infodi | --infod | --info | --inf)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
6f1205897504b8f50b1785975482c995888dd630Tinderbox User -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -localstatedir | --localstatedir | --localstatedi | --localstated \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --localstate | --localstat | --localsta | --localst \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --localstate=* | --localstat=* | --localsta=* | --localst=* \
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater # Obsolete; use --without-fp.
bbbf2e27d3a981163dab139497d6b2dc85449db0Tinderbox User -no-create | --no-create | --no-creat | --no-crea | --no-cre \
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater -no-recursion | --no-recursion | --no-recursio | --no-recursi \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-prefix | --program-prefix | --program-prefi | --program-pref \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --program-pre | --program-pr | --program-p)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -program-prefix=* | --program-prefix=* | --program-prefi=* \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-suffix | --program-suffix | --program-suffi | --program-suff \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-suf | --program-su | --program-s)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-suffix=* | --program-suffix=* | --program-suffi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -program-transform-name | --program-transform-name \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-nam | --program-transform-na \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-n | --program-transform- \
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater | --program-transform | --program-transfor \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -program-transform-name=* | --program-transform-name=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-nam=* | --program-transform-na=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-n=* | --program-transform-=* \
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater | --program-transform=* | --program-transfor=* \
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User | --progr-tra=* | --program-tr=* | --program-t=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | -silent | --silent | --silen | --sile | --sil)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -sharedstatedir | --sharedstatedir | --sharedstatedi \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater | --sharedst | --shareds | --shared | --share | --shar \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --syscon | --sysco | --sysc | --sys | --sy)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User -target | --target | --targe | --targ | --tar | --ta | --t)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -v | -verbose | --verbose | --verbos | --verbo | --verb)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -version | --version | --versio | --versi | --vers)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User echo "configure generated by autoconf version 2.13"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User eval "with_${ac_package}='$ac_optarg'" ;;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User ac_package=`echo $ac_option|sed -e 's/-*without-//'`
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrews # Reject names that are not valid shell variable names.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews eval "with_${ac_package}=no" ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews # Obsolete; use --with-x.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrews -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -x-libraries | --x-libraries | --x-librarie | --x-librari \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
e76f11373900958f6f248d286079d4a525db4f4eTinderbox User -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews echo "configure: warning: $ac_option: invalid host type" 1>&2
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userif test -n "$ac_prev"; then
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrewstrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# File descriptor usage:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 0 standard input
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 1 file creation
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User# 2 errors and warnings
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 3 some systems may open it to /dev/tty
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 4 used on the Kubota Titan
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 6 checking for... messages and results
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 5 compiler messages saved in config.log
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsThis file contains any messages produced by compilers while
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrewsrunning configure, to aid debugging if configure makes a mistake.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Strip out --no-create and --no-recursion so they do not pile up.
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater# Also quote any args containing shell metacharacters.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -no-create | --no-create | --no-creat | --no-crea | --no-cre \
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater -no-recursion | --no-recursion | --no-recursio | --no-recursi \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
4abdfc917e6635a7c81d1f931a0c79227e72d025Mark Andrews ac_configure_args="$ac_configure_args '$ac_arg'" ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews *) ac_configure_args="$ac_configure_args $ac_arg" ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# NLS nuisances.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Only set these to C if already set. These must not be set unconditionally
# 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
# Some systems, e.g. RH7, have the Exuberant Ctags etags instead of
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)
*-solaris*)
if test -f "$ac_dir/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
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1247: \"$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:1273: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1287: \"$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:1534: \"$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___%'`
yes)
yes)
no)
no)
yes)
no)
if { (eval echo configure:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
no)
yes)
no)
yes)
*-openbsd*)
if test -r $devrandom; then
eval "ac_cv_file_$ac_safe=yes"
eval "ac_cv_file_$ac_safe=no"
yes)
use_threads=true
no)
use_threads=false
if $use_threads
*-netbsd*)
use_threads=false
if $use_threads
if { (eval echo configure:2195: \"$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:2285: \"$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:2330: \"$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:2375: \"$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"
use_threads=false
if $use_threads
if { (eval echo configure:2440: \"$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:2481: \"$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:2522: \"$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:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
if { (eval echo configure:2631: \"$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:2714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if $use_threads; then
*-solaris*)
*-UnixWare*)
if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3073: \"$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:3120: \"$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"
no)
yes)
if test -n "$purify_path"; then
no)
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:3543: \"$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:3865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4778: \"$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___%'`
if { (eval echo configure:4925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
yes)
yes)
yes)
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
yes)
if test -n "$JADE"; then
test -n "$JADE" && break
if test -n "$TEX"; then
test -n "$TEX" && break
if test -n "$PDFTEX"; then
test -n "$PDFTEX" && break
SGMLDIR=$d
XMLDIR=$d
# 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