configure revision d6230d416b9fd6cdd22bd3918073ed0f847c247e
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
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# 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.212
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## 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
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## (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
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## 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
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## distribute this file as part of a program that contains a
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein## configuration script generated by Autoconf, you may include it under
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User## the same distribution terms that you use for the rest of that program.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# serial 40 AC_PROG_LIBTOOL
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
9c6a5d1f22f972232d7a9fd5c5fa64f10bacbdffAutomatic Updater# AC_ENABLE_SHARED - implement the --enable-shared flag
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Usage: AC_ENABLE_SHARED[(DEFAULT)]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_STATIC - implement the --enable-static flag
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Usage: AC_ENABLE_STATIC[(DEFAULT)]
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_DISABLE_STATIC - set the default static flag to --disable-static
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
727f5b8846457a33d06f515a10a7e1aa849ddf18Andreas Gustafsson# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# AC_PROG_LD - find the path to the GNU or non-GNU linker
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# AC_PROG_NM - find the path to a BSD-compatible name lister
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# AC_CHECK_LIBM - check for math library
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# the libltdl convenience library and INCLTDL to the include flags for
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# the libltdl header and adds --enable-ltdl-convenience to the
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# configure arguments. Note that LIBLTDL and INCLTDL are not
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User# with '${top_builddir}/' and INCLTDL will be prefixed with
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# '${top_srcdir}/' (note the single quotes!). If your package is not
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# flat and you're not using automake, define top_builddir and
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# top_srcdir appropriately in the Makefiles.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# the libltdl installable library and INCLTDL to the include flags for
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# the libltdl header and adds --enable-ltdl-install to the configure
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# with '${top_srcdir}/' (note the single quotes!). If your package is
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# not flat and you're not using automake, define top_builddir and
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# top_srcdir appropriately in the Makefiles.
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# Guess values for system-dependent variables and create Makefiles.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# Generated automatically using autoconf version 2.13
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# This configure script is free software; the Free Software Foundation
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce# gives unlimited permission to copy, distribute and modify it.
ac93437301f55ed69bf85883a497a75598c628f9Automatic Updater# Any additions from configure.in:
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --with-openssl=PATH Specify path for system-supplied openssl
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce (rather than using bind-9 internal openssl)"
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --with-gssapi=PATH Specify path for system-supplied GSSAPI"
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --with-randomdev=PATH Specify path for random device"
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --disable-threads disable multithreading"
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce --with-libtool use GNU libtool (following indented options supported)"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-shared[=PKGS] build shared libraries [default=yes]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-static[=PKGS] build static libraries [default=yes]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --disable-libtool-lock avoid locking (might break parallel builds)"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-ipv6 use IPv6 [default=autodetect]"
1224c3b69b3d18f7127aa042644936af25a2d679Mark Andrews --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Initialize some variables set by options.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# The variables have the same names as the options, with
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# dashes changed to underlines.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Initialize some other variables.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Maximum number of lines to put in a shell here document.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # If the previous option needs an argument, assign it.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -n "$ac_prev"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein eval "$ac_prev=\$ac_option"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Accept the important Cygnus configure options, so we can diagnose typos.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -bindir | --bindir | --bindi | --bind | --bin | --bi)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -build=* | --build=* | --buil=* | --bui=* | --bu=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -cache-file | --cache-file | --cache-fil | --cache-fi \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Reject names that are not valid shell variable names.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein eval "enable_${ac_feature}=no" ;;
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Reject names that are not valid shell variable names.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein eval "enable_${ac_feature}='$ac_optarg'" ;;
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Obsolete; use --with-gas.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Omit some internal or obsolete options to make the list less imposing.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # This message is too long to be a string in the A/UX 3.1 sh.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinUsage: configure [options] [host]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserOptions: [defaults in brackets after descriptions]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserConfiguration:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --cache-file=FILE cache test results in FILE
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews --help print this message
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --no-create do not create output files
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --quiet, --silent do not print \`checking...' messages
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --version print the version of autoconf that created configure
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinDirectory and file names:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --prefix=PREFIX install architecture-independent files in PREFIX
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User [$ac_default_prefix]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt [same as prefix]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --bindir=DIR user executables in DIR [EPREFIX/bin]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --datadir=DIR read-only architecture-independent data in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User [PREFIX/share]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --sharedstatedir=DIR modifiable architecture-independent data in DIR
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein [PREFIX/com]
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --libdir=DIR object code libraries in DIR [EPREFIX/lib]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --includedir=DIR C header files in DIR [PREFIX/include]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
af40ebed6257e4ac1996144530b3de317cf4da11Tinderbox User --infodir=DIR info documentation in DIR [PREFIX/info]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --mandir=DIR man documentation in DIR [PREFIX/man]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --srcdir=DIR find the sources in DIR [configure dir or ..]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --program-prefix=PREFIX prepend PREFIX to installed program names
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --program-suffix=SUFFIX append SUFFIX to installed program names
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --program-transform-name=PROGRAM
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein run sed PROGRAM on installed program names
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --build=BUILD configure for building on BUILD [BUILD=HOST]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --host=HOST configure for HOST [guessed]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --target=TARGET configure for TARGET [TARGET=HOST]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinFeatures and packages:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --x-includes=DIR X include files are in DIR
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --x-libraries=DIR X library files are in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "$ac_help"; then
d95b19f839f5bad2d1c25577fd334907bd90656cTinderbox User echo "--enable and --with options recognized:$ac_help"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir | --includedir | --includedi | --included | --include \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --includ=* | --inclu=* | --incl=* | --inc=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir | --infodir | --infodi | --infod | --info | --inf)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -localstatedir | --localstatedir | --localstatedi | --localstated \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --localstate | --localstat | --localsta | --localst \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --localstate=* | --localstat=* | --localsta=* | --localst=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Obsolete; use --without-fp.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox 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 \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -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)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-prefix | --program-prefix | --program-prefi | --program-pref \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-pre | --program-pr | --program-p)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-prefix=* | --program-prefix=* | --program-prefi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-suffix | --program-suffix | --program-suffi | --program-suff \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -program-suffix=* | --program-suffix=* | --program-suffi=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -program-transform-name | --program-transform-name \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-nam | --program-transform-na \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --program-transform-n | --program-transform- \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -program-transform-name=* | --program-transform-name=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-nam=* | --program-transform-na=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --program-transform-n=* | --program-transform-=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox 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)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt -sharedstatedir | --sharedstatedir | --sharedstatedi \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --sharedst | --shareds | --shared | --share | --shar \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -target | --target | --targe | --targ | --tar | --ta | --t)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -v | -verbose | --verbose | --verbos | --verbo | --verb)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -version | --version | --versio | --versi | --vers)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein echo "configure generated by autoconf version 2.13"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt # 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; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User eval "with_${ac_package}='$ac_optarg'" ;;
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ac_package=`echo $ac_option|sed -e 's/-*without-//'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Reject names that are not valid shell variable names.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt eval "with_${ac_package}=no" ;;
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Obsolete; use --with-x.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -x-libraries | --x-libraries | --x-librarie | --x-librari \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --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; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein echo "configure: warning: $ac_option: invalid host type" 1>&2
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test -n "$ac_prev"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeintrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# File descriptor usage:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# 0 standard input
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 1 file creation
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# 2 errors and warnings
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# 3 some systems may open it to /dev/tty
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# 4 used on the Kubota Titan
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# 6 checking for... messages and results
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# 5 compiler messages saved in config.log
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserThis file contains any messages produced by compilers while
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntrunning configure, to aid debugging if configure makes a mistake.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Strip out --no-create and --no-recursion so they do not pile up.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Also quote any args containing shell metacharacters.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt -no-create | --no-create | --no-creat | --no-crea | --no-cre \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt -no-recursion | --no-recursion | --no-recursio | --no-recursi \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ac_configure_args="$ac_configure_args '$ac_arg'" ;;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt *) ac_configure_args="$ac_configure_args $ac_arg" ;;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# NLS nuisances.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Only set these to C if already set. These must not be set unconditionally
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# because not all systems understand e.g. LANG=C (notably SCO).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Non-C LC_CTYPE values break the ctype check.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test "${LANG+set}" = set; then LANG=C; export LANG; fi
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# confdefs.h avoids OS command line length limits that DEFS can exceed.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# AIX cpp loses on an empty file, so make sure it contains at least a newline.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# A filename unique to this package, relative to the directory that
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# configure is in, which we can look for to find out if srcdir is correct.
b2f07642fd712c8fda81a116bcdde229ab291f33Tinderbox User# Find the source files, if location was not specified.
b2f07642fd712c8fda81a116bcdde229ab291f33Tinderbox Userif test -z "$srcdir"; then
b2f07642fd712c8fda81a116bcdde229ab291f33Tinderbox User # Try the directory containing this script, then its parent.
b2f07642fd712c8fda81a116bcdde229ab291f33Tinderbox User ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
58400e502ee439c8171ad7a2834e6b3d21a1702dTinderbox User test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntsrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Prefer explicitly selected file to automatically selected ones.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test -z "$CONFIG_SITE"; then
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -r "$ac_site_file"; then
b2f07642fd712c8fda81a116bcdde229ab291f33Tinderbox User echo "loading site script $ac_site_file"
727f5b8846457a33d06f515a10a7e1aa849ddf18Andreas Gustafssonif test -r "$cache_file"; then
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce echo "loading cache $cache_file"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User echo "creating cache $cache_file"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif test -z "$ac_aux_dir"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Make sure we can run config.sub.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinelse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinecho $ac_n "checking host system type""... $ac_c" 1>&6
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinecho "configure:699: checking host system type" >&5
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinhost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinhost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinhost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinhost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinecho "configure:721: checking whether ${MAKE-make} sets \${MAKE}" >&5
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein @echo 'ac_maketemp="${MAKE}"'
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeineval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntif test -n "$ac_maketemp"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Extract the first word of "ranlib", so it can be a program name with args.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein if test -n "$RANLIB"; then
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
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)
*-solaris*)
if test -f "$ac_dir/cc"; then
if { (eval echo configure:1165: \"$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:1467: \"$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:1493: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1507: \"$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:1754: \"$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___%'`
use_threads=true
no)
use_threads=false
if $use_threads
*-netbsd*)
Please install the devel/unproven-pthreads package and rerun configure.
if { (eval echo configure:2104: \"$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:2149: \"$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:2194: \"$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:2239: \"$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:2284: \"$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:2349: \"$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:2390: \"$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:2431: \"$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:2489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
if { (eval echo configure:2540: \"$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:2623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2794: \"$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:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2982: \"$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:3029: \"$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"
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:3370: \"$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:3690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4552: \"$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)
if test -n "$JADE"; then
test -n "$JADE" && 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