configure revision 4bd173d7ae482d5cc297295aca6db1d609ab7b91
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Copyright (C) 1996-2000 Internet Software Consortium.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Permission to use, copy, modify, and distribute this software for any
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# purpose with or without fee is hereby granted, provided that the above
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# copyright notice and this permission notice appear in all copies.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# From configure.in Revision: 1.195
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## This program is free software; you can redistribute it and/or modify
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## it under the terms of the GNU General Public License as published by
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## the Free Software Foundation; either version 2 of the License, or
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## (at your option) any later version.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## This program is distributed in the hope that it will be useful, but
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## WITHOUT ANY WARRANTY; without even the implied warranty of
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## General Public License for more details.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## You should have received a copy of the GNU General Public License
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## along with this program; if not, write to the Free Software
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## As a special exception to the GNU General Public License, if you
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## distribute this file as part of a program that contains a
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## configuration script generated by Autoconf, you may include it under
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## the same distribution terms that you use for the rest of that program.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# serial 40 AC_PROG_LIBTOOL
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_ENABLE_SHARED - implement the --enable-shared flag
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Usage: AC_ENABLE_SHARED[(DEFAULT)]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_ENABLE_STATIC - implement the --enable-static flag
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Usage: AC_ENABLE_STATIC[(DEFAULT)]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_DISABLE_STATIC - set the default static flag to --disable-static
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_PROG_LD - find the path to the GNU or non-GNU linker
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_PROG_NM - find the path to a BSD-compatible name lister
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_CHECK_LIBM - check for math library
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# the libltdl convenience library and INCLTDL to the include flags for
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# the libltdl header and adds --enable-ltdl-convenience to the
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# configure arguments. Note that LIBLTDL and INCLTDL are not
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# with '${top_builddir}/' and INCLTDL will be prefixed with
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# '${top_srcdir}/' (note the single quotes!). If your package is not
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# flat and you're not using automake, define top_builddir and
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# top_srcdir appropriately in the Makefiles.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# the libltdl installable library and INCLTDL to the include flags for
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# the libltdl header and adds --enable-ltdl-install to the configure
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# with '${top_srcdir}/' (note the single quotes!). If your package is
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# not flat and you're not using automake, define top_builddir and
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# top_srcdir appropriately in the Makefiles.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Guess values for system-dependent variables and create Makefiles.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Generated automatically using autoconf version 2.13
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# This configure script is free software; the Free Software Foundation
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# gives unlimited permission to copy, distribute and modify it.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Any additions from configure.in:
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-threads use multithreading"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-openssl=PATH Specify path for system-supplied openssl
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson (rather than using bind-9 internal openssl)"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-gssapi=PATH Specify path for system-supplied GSSAPI"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-randomdev=PATH Specify path for random device"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-libtool use GNU libtool (following indented options supported)"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-shared[=PKGS] build shared libraries [default=yes]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-static[=PKGS] build static libraries [default=yes]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --disable-libtool-lock avoid locking (might break parallel builds)"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-ipv6 use IPv6 [default=autodetect]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Initialize some variables set by options.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# The variables have the same names as the options, with
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# dashes changed to underlines.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Initialize some other variables.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Maximum number of lines to put in a shell here document.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # If the previous option needs an argument, assign it.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson if test -n "$ac_prev"; then
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson eval "$ac_prev=\$ac_option"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Accept the important Cygnus configure options, so we can diagnose typos.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -bindir | --bindir | --bindi | --bind | --bin | --bi)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -build | --build | --buil | --bui | --bu)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -build=* | --build=* | --buil=* | --bui=* | --bu=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -cache-file | --cache-file | --cache-fil | --cache-fi \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Reject names that are not valid shell variable names.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson ac_feature=`echo $ac_feature| sed 's/-/_/g'`
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson eval "enable_${ac_feature}=no" ;;
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Reject names that are not valid shell variable names.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson ac_feature=`echo $ac_feature| sed 's/-/_/g'`
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson eval "enable_${ac_feature}='$ac_optarg'" ;;
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Obsolete; use --with-gas.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Omit some internal or obsolete options to make the list less imposing.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # This message is too long to be a string in the A/UX 3.1 sh.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonUsage: configure [options] [host]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonOptions: [defaults in brackets after descriptions]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --cache-file=FILE cache test results in FILE
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --help print this message
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --no-create do not create output files
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --quiet, --silent do not print \`checking...' messages
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --version print the version of autoconf that created configure
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonDirectory and file names:
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --prefix=PREFIX install architecture-independent files in PREFIX
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [$ac_default_prefix]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [same as prefix]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --bindir=DIR user executables in DIR [EPREFIX/bin]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --datadir=DIR read-only architecture-independent data in DIR
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [PREFIX/share]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --sharedstatedir=DIR modifiable architecture-independent data in DIR
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --libdir=DIR object code libraries in DIR [EPREFIX/lib]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --includedir=DIR C header files in DIR [PREFIX/include]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --infodir=DIR info documentation in DIR [PREFIX/info]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --mandir=DIR man documentation in DIR [PREFIX/man]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --srcdir=DIR find the sources in DIR [configure dir or ..]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --program-prefix=PREFIX prepend PREFIX to installed program names
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --program-suffix=SUFFIX append SUFFIX to installed program names
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --program-transform-name=PROGRAM
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson run sed PROGRAM on installed program names
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --build=BUILD configure for building on BUILD [BUILD=HOST]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --host=HOST configure for HOST [guessed]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --target=TARGET configure for TARGET [TARGET=HOST]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonFeatures and packages:
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --x-includes=DIR X include files are in DIR
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --x-libraries=DIR X library files are in DIR
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson if test -n "$ac_help"; then
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson echo "--enable and --with options recognized:$ac_help"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -includedir | --includedir | --includedi | --included | --include \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --includ=* | --inclu=* | --incl=* | --inc=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -infodir | --infodir | --infodi | --infod | --info | --inf)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -libdir=* | --libdir=* | --libdi=* | --libd=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -localstatedir | --localstatedir | --localstatedi | --localstated \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --localstate | --localstat | --localsta | --localst \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --locals | --local | --loca | --loc | --lo)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --localstate=* | --localstat=* | --localsta=* | --localst=* \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Obsolete; use --without-fp.
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:1197: \"$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:1494: \"$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:1520: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1534: \"$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:1781: \"$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: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:2196: \"$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:2243: \"$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:2298: \"$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:2339: \"$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:2380: \"$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:2437: \"$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:2520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2807: \"$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:2854: \"$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:3232: \"$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:3514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4373: \"$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