configure revision e544b507b8019a62c5d2716281f6832519a8791d
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (C) 1996-2000 Internet Software Consortium.
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Permission to use, copy, modify, and distribute this software for any
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# purpose with or without fee is hereby granted, provided that the above
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# copyright notice and this permission notice appear in all copies.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark 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,
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# From configure.in Revision: 1.196
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark 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
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont## it under the terms of the GNU General Public License as published by
2cbb4ab75757fbb656997a82c14ca07db37d481aAutomatic Updater## the Free Software Foundation; either version 2 of the License, or
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## (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.
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater## You should have received a copy of the GNU General Public License
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## along with this program; if not, write to the Free Software
2cbb4ab75757fbb656997a82c14ca07db37d481aAutomatic Updater## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## As a special exception to the GNU General Public License, if you
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## distribute this file as part of a program that contains a
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews## 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.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# serial 40 AC_PROG_LIBTOOL
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_ENABLE_SHARED - implement the --enable-shared flag
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Usage: AC_ENABLE_SHARED[(DEFAULT)]
d71e2e0c61df16ff37c9934c371a4a60c08974f7Mark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# AC_ENABLE_STATIC - implement the --enable-static flag
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# Usage: AC_ENABLE_STATIC[(DEFAULT)]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_DISABLE_STATIC - set the default static flag to --disable-static
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
8e821eea5f57ac47a94305aa7ab0c3570d92a311Automatic Updater# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
8e821eea5f57ac47a94305aa7ab0c3570d92a311Automatic Updater# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# AC_PROG_LD - find the path to the GNU or non-GNU linker
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_PROG_NM - find the path to a BSD-compatible name lister
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updater# AC_CHECK_LIBM - check for math library
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# the libltdl convenience library and INCLTDL to the include flags for
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# the libltdl header and adds --enable-ltdl-convenience to the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# configure arguments. Note that LIBLTDL and INCLTDL are not
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# with '${top_builddir}/' and INCLTDL will be prefixed with
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# '${top_srcdir}/' (note the single quotes!). If your package is not
8e821eea5f57ac47a94305aa7ab0c3570d92a311Automatic Updater# flat and you're not using automake, define top_builddir and
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# top_srcdir appropriately in the Makefiles.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# the libltdl installable library and INCLTDL to the include flags for
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# the libltdl header and adds --enable-ltdl-install to the configure
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# with '${top_srcdir}/' (note the single quotes!). If your package is
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# not flat and you're not using automake, define top_builddir and
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# top_srcdir appropriately in the Makefiles.
ca67ebfe9eef0b8f04179f7e511a19e0337a5422Automatic Updater# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Guess values for system-dependent variables and create Makefiles.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Generated automatically using autoconf version 2.13
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
2f8d63983c297c62630044d28a6f66676b4d339dMark Andrews# This configure script is free software; the Free Software Foundation
2f8d63983c297c62630044d28a6f66676b4d339dMark Andrews# gives unlimited permission to copy, distribute and modify it.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# Any additions from configure.in:
8e821eea5f57ac47a94305aa7ab0c3570d92a311Automatic Updater --enable-threads use multithreading"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --with-openssl=PATH Specify path for system-supplied openssl
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater (rather than using bind-9 internal openssl)"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --with-gssapi=PATH Specify path for system-supplied GSSAPI"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --with-randomdev=PATH Specify path for random device"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --with-libtool use GNU libtool (following indented options supported)"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --enable-shared[=PKGS] build shared libraries [default=yes]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --enable-static[=PKGS] build static libraries [default=yes]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
8ec3c085233cedb22b05da36e2773c8f357a7e45Automatic Updater --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
8ec3c085233cedb22b05da36e2773c8f357a7e45Automatic Updater --disable-libtool-lock avoid locking (might break parallel builds)"
8ec3c085233cedb22b05da36e2773c8f357a7e45Automatic Updater --enable-ipv6 use IPv6 [default=autodetect]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Initialize some variables set by options.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The variables have the same names as the options, with
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# dashes changed to underlines.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Initialize some other variables.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Maximum number of lines to put in a shell here document.
575e15fed997a3ad1cb35c5b9ef34ab24ce47e72Automatic Updater # If the previous option needs an argument, assign it.
575e15fed997a3ad1cb35c5b9ef34ab24ce47e72Automatic Updater if test -n "$ac_prev"; then
575e15fed997a3ad1cb35c5b9ef34ab24ce47e72Automatic Updater eval "$ac_prev=\$ac_option"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews # Accept the important Cygnus configure options, so we can diagnose typos.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -bindir | --bindir | --bindi | --bind | --bin | --bi)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -build=* | --build=* | --buil=* | --bui=* | --bu=*)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -cache-file | --cache-file | --cache-fil | --cache-fi \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater # Reject names that are not valid shell variable names.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater ac_feature=`echo $ac_feature| sed 's/-/_/g'`
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater eval "enable_${ac_feature}=no" ;;
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater # Reject names that are not valid shell variable names.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews eval "enable_${ac_feature}='$ac_optarg'" ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater # Obsolete; use --with-gas.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater # Omit some internal or obsolete options to make the list less imposing.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater # This message is too long to be a string in the A/UX 3.1 sh.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic UpdaterUsage: configure [options] [host]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic UpdaterOptions: [defaults in brackets after descriptions]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --cache-file=FILE cache test results in FILE
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --help print this message
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --no-create do not create output files
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --quiet, --silent do not print \`checking...' messages
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --version print the version of autoconf that created configure
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic UpdaterDirectory and file names:
5a24d24c8fba3480d707c0c902379ddb36501e12Automatic Updater --prefix=PREFIX install architecture-independent files in PREFIX
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater [$ac_default_prefix]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater [same as prefix]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --bindir=DIR user executables in DIR [EPREFIX/bin]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --datadir=DIR read-only architecture-independent data in DIR
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater [PREFIX/share]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --sharedstatedir=DIR modifiable architecture-independent data in DIR
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --libdir=DIR object code libraries in DIR [EPREFIX/lib]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --includedir=DIR C header files in DIR [PREFIX/include]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --infodir=DIR info documentation in DIR [PREFIX/info]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --mandir=DIR man documentation in DIR [PREFIX/man]
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --srcdir=DIR find the sources in DIR [configure dir or ..]
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --program-prefix=PREFIX prepend PREFIX to installed program names
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater --program-suffix=SUFFIX append SUFFIX to installed program names
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater --program-transform-name=PROGRAM
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater run sed PROGRAM on installed program names
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --build=BUILD configure for building on BUILD [BUILD=HOST]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --host=HOST configure for HOST [guessed]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --target=TARGET configure for TARGET [TARGET=HOST]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic UpdaterFeatures and packages:
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --x-includes=DIR X include files are in DIR
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --x-libraries=DIR X library files are in DIR
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater if test -n "$ac_help"; then
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater echo "--enable and --with options recognized:$ac_help"
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater -includedir | --includedir | --includedi | --included | --include \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -infodir | --infodir | --infodi | --infod | --info | --inf)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -localstatedir | --localstatedir | --localstatedi | --localstated \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --localstate | --localstat | --localsta | --localst \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --localstate=* | --localstat=* | --localsta=* | --localst=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews # Obsolete; use --without-fp.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -no-recursion | --no-recursion | --no-recursio | --no-recursi \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -program-prefix | --program-prefix | --program-prefi | --program-pref \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -program-prefix=* | --program-prefix=* | --program-prefi=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -program-suffix | --program-suffix | --program-suffi | --program-suff \
c6c78f699b55b3344fb6b17ddc854cbae4610468Automatic Updater | --program-suf | --program-su | --program-s)
8e821eea5f57ac47a94305aa7ab0c3570d92a311Automatic Updater -program-suffix=* | --program-suffix=* | --program-suffi=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater -program-transform-name | --program-transform-name \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-transform-nam | --program-transform-na \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-transform-n | --program-transform- \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -program-transform-name=* | --program-transform-name=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-transform-nam=* | --program-transform-na=* \
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater | --program-transform-n=* | --program-transform-=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --program-transform=* | --program-transfor=* \
2cbb4ab75757fbb656997a82c14ca07db37d481aAutomatic Updater | --program-transfo=* | --program-transf=* \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --progr-tra=* | --program-tr=* | --program-t=*)
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | -silent | --silent | --silen | --sile | --sil)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
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:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4376: \"$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