configure revision 174a4f7b80af7f7a33cd9a098c13af23e5ec2a28
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# From configure.in Revision: 1.142
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## Copyright (C) 1996-1999 Free Software Foundation, Inc.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## This program is free software; you can redistribute it and/or modify
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## it under the terms of the GNU General Public License as published by
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## the Free Software Foundation; either version 2 of the License, or
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## (at your option) any later version.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## This program is distributed in the hope that it will be useful, but
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## WITHOUT ANY WARRANTY; without even the implied warranty of
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## General Public License for more details.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## You should have received a copy of the GNU General Public License
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## along with this program; if not, write to the Free Software
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## As a special exception to the GNU General Public License, if you
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## distribute this file as part of a program that contains a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## configuration script generated by Autoconf, you may include it under
4bff34e37def8a90f9194d81bc345c52ba20086athurlow## the same distribution terms that you use for the rest of that program.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# serial 40 AC_PROG_LIBTOOL
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_ENABLE_SHARED - implement the --enable-shared flag
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Usage: AC_ENABLE_SHARED[(DEFAULT)]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_ENABLE_STATIC - implement the --enable-static flag
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Usage: AC_ENABLE_STATIC[(DEFAULT)]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_DISABLE_STATIC - set the default static flag to --disable-static
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_PROG_LD - find the path to the GNU or non-GNU linker
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_PROG_NM - find the path to a BSD-compatible name lister
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_CHECK_LIBM - check for math library
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the libltdl convenience library, adds --enable-ltdl-convenience to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# to be `${top_builddir}/libltdl'. Make sure you start DIR with
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# '${top_builddir}/' (note the single quotes!) if your package is not
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# flat, and, if you're not using automake, define top_builddir as
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# appropriate in the Makefiles.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the libltdl installable library, and adds --enable-ltdl-install to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# to be `${top_builddir}/libltdl'. Make sure you start DIR with
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# '${top_builddir}/' (note the single quotes!) if your package is not
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# flat, and, if you're not using automake, define top_builddir as
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# appropriate in the Makefiles.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Guess values for system-dependent variables and create Makefiles.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Generated automatically using autoconf version 2.13
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# This configure script is free software; the Free Software Foundation
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# gives unlimited permission to copy, distribute and modify it.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Any additions from configure.in:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --with-libtool use GNU libtool (following indented options supported)"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-shared[=PKGS] build shared libraries [default=yes]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-static[=PKGS] build static libraries [default=yes]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --disable-libtool-lock avoid locking (might break parallel builds)"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-ipv6 use IPv6 [default=autodetect]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Initialize some variables set by options.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The variables have the same names as the options, with
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# dashes changed to underlines.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Initialize some other variables.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross# Maximum number of lines to put in a shell here document.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross # If the previous option needs an argument, assign it.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross if test -n "$ac_prev"; then
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross eval "$ac_prev=\$ac_option"
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Accept the important Cygnus configure options, so we can diagnose typos.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -bindir | --bindir | --bindi | --bind | --bin | --bi)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -cache-file | --cache-file | --cache-fil | --cache-fi \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Reject names that are not valid shell variable names.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
4bff34e37def8a90f9194d81bc345c52ba20086athurlow { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
4bff34e37def8a90f9194d81bc345c52ba20086athurlow eval "enable_${ac_feature}=no" ;;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Reject names that are not valid shell variable names.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
4bff34e37def8a90f9194d81bc345c52ba20086athurlow { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
4bff34e37def8a90f9194d81bc345c52ba20086athurlow eval "enable_${ac_feature}='$ac_optarg'" ;;
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Obsolete; use --with-gas.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Omit some internal or obsolete options to make the list less imposing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # This message is too long to be a string in the A/UX 3.1 sh.
4bff34e37def8a90f9194d81bc345c52ba20086athurlowUsage: configure [options] [host]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowOptions: [defaults in brackets after descriptions]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowConfiguration:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --cache-file=FILE cache test results in FILE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --help print this message
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --no-create do not create output files
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --quiet, --silent do not print \`checking...' messages
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --version print the version of autoconf that created configure
4bff34e37def8a90f9194d81bc345c52ba20086athurlowDirectory and file names:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --prefix=PREFIX install architecture-independent files in PREFIX
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [$ac_default_prefix]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [same as prefix]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --bindir=DIR user executables in DIR [EPREFIX/bin]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --datadir=DIR read-only architecture-independent data in DIR
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [PREFIX/share]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --sharedstatedir=DIR modifiable architecture-independent data in DIR
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [PREFIX/com]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --libdir=DIR object code libraries in DIR [EPREFIX/lib]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --includedir=DIR C header files in DIR [PREFIX/include]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --infodir=DIR info documentation in DIR [PREFIX/info]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --mandir=DIR man documentation in DIR [PREFIX/man]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --srcdir=DIR find the sources in DIR [configure dir or ..]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --program-prefix=PREFIX prepend PREFIX to installed program names
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --program-suffix=SUFFIX append SUFFIX to installed program names
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --program-transform-name=PROGRAM
4bff34e37def8a90f9194d81bc345c52ba20086athurlow run sed PROGRAM on installed program names
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --build=BUILD configure for building on BUILD [BUILD=HOST]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --host=HOST configure for HOST [guessed]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --target=TARGET configure for TARGET [TARGET=HOST]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowFeatures and packages:
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross --x-includes=DIR X include files are in DIR
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --x-libraries=DIR X library files are in DIR
4bff34e37def8a90f9194d81bc345c52ba20086athurlow if test -n "$ac_help"; then
4bff34e37def8a90f9194d81bc345c52ba20086athurlow echo "--enable and --with options recognized:$ac_help"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -includedir | --includedir | --includedi | --included | --include \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -infodir | --infodir | --infodi | --infod | --info | --inf)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -localstatedir | --localstatedir | --localstatedi | --localstated \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --localstate | --localstat | --localsta | --localst \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --localstate=* | --localstat=* | --localsta=* | --localst=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow # Obsolete; use --without-fp.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -no-create | --no-create | --no-creat | --no-crea | --no-cre \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -no-recursion | --no-recursion | --no-recursio | --no-recursi \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-prefix | --program-prefix | --program-prefi | --program-pref \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-prefix=* | --program-prefix=* | --program-prefi=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-suffix | --program-suffix | --program-suffi | --program-suff \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-suffix=* | --program-suffix=* | --program-suffi=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-transform-name | --program-transform-name \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --program-transform-nam | --program-transform-na \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -program-transform-name=* | --program-transform-name=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --program-transform-nam=* | --program-transform-na=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --program-transform-n=* | --program-transform-=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sharedstatedir | --sharedstatedir | --sharedstatedi \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --sharedst | --shareds | --shared | --share | --shar \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
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
# 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
*-netbsd*)
Please install the devel/unproven-pthreads package and rerun configure.
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:1239: \"$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:1265: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1279: \"$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:1526: \"$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 { (eval echo configure:1795: \"$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:1840: \"$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:1887: \"$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:1941: \"$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:1982: \"$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:2023: \"$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:2080: \"$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*)
*-UnixWare*)
if { (eval echo configure:2175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2232: \"$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:2279: \"$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*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
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:3169: \"$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:3441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3764: \"$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___%'`
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
# 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