configure revision b6ec7affc66bd3f0fe47fc77b13e1d36b9ab24af
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright (C) 1996-2000 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# purpose with or without fee is hereby granted, provided that the above
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# copyright notice and this permission notice appear in all copies.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David Lawrence# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David Lawrence# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# From configure.in Revision: 1.199
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews## This program is free software; you can redistribute it and/or modify
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence## it under the terms of the GNU General Public License as published by
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont## the Free Software Foundation; either version 2 of the License, or
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews## (at your option) any later version.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington## This program is distributed in the hope that it will be useful, but
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence## WITHOUT ANY WARRANTY; without even the implied warranty of
f96b41064bcd427d8125a096fd646c1f068d8ed7David Lawrence## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
e19501436a92cd48eba2ff47d90fa49c661ec8d8Brian Wellington## General Public License for more details.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence## You should have received a copy of the GNU General Public License
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews## along with this program; if not, write to the Free Software
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3db78e0855a8dfc162180880cd70d9c1a03d9301David Lawrence## As a special exception to the GNU General Public License, if you
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington## distribute this file as part of a program that contains a
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington## configuration script generated by Autoconf, you may include it under
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington## the same distribution terms that you use for the rest of that program.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# serial 40 AC_PROG_LIBTOOL
d32b13e0be7f01020365c83a0bd36483ace4d7c3Mark Andrews# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
3f96cf3e4f96b36cc1ad2ec7edc5b8e285fced8fBrian Wellington# AC_ENABLE_SHARED - implement the --enable-shared flag
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington# Usage: AC_ENABLE_SHARED[(DEFAULT)]
7318a964ece83f748bc7e9814d8c3a61c2b4d946Mark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington# AC_ENABLE_STATIC - implement the --enable-static flag
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews# Usage: AC_ENABLE_STATIC[(DEFAULT)]
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# AC_DISABLE_STATIC - set the default static flag to --disable-static
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
4144efb39046963989ad002cf88a0c195401100aJeremy Reed# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# AC_PROG_LD - find the path to the GNU or non-GNU linker
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington# AC_PROG_NM - find the path to a BSD-compatible name lister
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont# AC_CHECK_LIBM - check for math library
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
5b79d154014f87b6c54b1ec2d3912c35b02042a1Mark Andrews# the libltdl convenience library and INCLTDL to the include flags for
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt# the libltdl header and adds --enable-ltdl-convenience to the
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence# configure arguments. Note that LIBLTDL and INCLTDL are not
f7c21e46c4b5fdae516b91374c24a87671f83ea3Andreas Gustafsson# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# with '${top_builddir}/' and INCLTDL will be prefixed with
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman# '${top_srcdir}/' (note the single quotes!). If your package is not
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# flat and you're not using automake, define top_builddir and
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman# top_srcdir appropriately in the Makefiles.
d6a0e00dc3e047f8470b938878926957070def77Mark Andrews# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
d6a0e00dc3e047f8470b938878926957070def77Mark Andrews# the libltdl installable library and INCLTDL to the include flags for
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt# the libltdl header and adds --enable-ltdl-install to the configure
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
5455f30a7532738d750252c00e649890c694ee30Brian Wellington# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
5455f30a7532738d750252c00e649890c694ee30Brian Wellington# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
c30d291128e099a284fa6272b91b2bd64519a209Mark Andrews# with '${top_srcdir}/' (note the single quotes!). If your package is
6150d3cb666a58d5e3a15275562c9fc5c5b6b2d8Evan Hunt# not flat and you're not using automake, define top_builddir and
6150d3cb666a58d5e3a15275562c9fc5c5b6b2d8Evan Hunt# top_srcdir appropriately in the Makefiles.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Guess values for system-dependent variables and create Makefiles.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Generated automatically using autoconf version 2.13
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
ecaed3593cd14f2491d1bd81fc98cb940e12f8bbMark Andrews# This configure script is free software; the Free Software Foundation
ecaed3593cd14f2491d1bd81fc98cb940e12f8bbMark Andrews# gives unlimited permission to copy, distribute and modify it.
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman# Any additions from configure.in:
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --enable-threads use multithreading"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --with-openssl=PATH Specify path for system-supplied openssl
323bb31d7c54078aa62146b3aa946b755cbfd52bMark Andrews (rather than using bind-9 internal openssl)"
547411428e467f2a2848886eaac0a8b3e136a9abEvan Hunt --with-gssapi=PATH Specify path for system-supplied GSSAPI"
547411428e467f2a2848886eaac0a8b3e136a9abEvan Hunt --with-randomdev=PATH Specify path for random device"
629a0159401a6c0d991a78a6d0b90ee84e83668cEvan Hunt --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
547411428e467f2a2848886eaac0a8b3e136a9abEvan Hunt --with-libtool use GNU libtool (following indented options supported)"
547411428e467f2a2848886eaac0a8b3e136a9abEvan Hunt --enable-shared[=PKGS] build shared libraries [default=yes]"
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt --enable-static[=PKGS] build static libraries [default=yes]"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --disable-libtool-lock avoid locking (might break parallel builds)"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --enable-ipv6 use IPv6 [default=autodetect]"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Initialize some variables set by options.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# The variables have the same names as the options, with
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman# dashes changed to underlines.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Initialize some other variables.
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews# Maximum number of lines to put in a shell here document.
94b166ffa58ef0ff263563c0550d0b30eb9f7772David Lawrence # If the previous option needs an argument, assign it.
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence if test -n "$ac_prev"; then
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence eval "$ac_prev=\$ac_option"
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews # Accept the important Cygnus configure options, so we can diagnose typos.
1d16cf8bb8596c3e4dc1123a5bdf360bf24a272bAutomatic Updater -bindir | --bindir | --bindi | --bind | --bin | --bi)
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b493dfe8bce94b05efc0f161238d32f1234c5670Brian Wellington -cache-file | --cache-file | --cache-fil | --cache-fi \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews # Reject names that are not valid shell variable names.
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ac_feature=`echo $ac_feature| sed 's/-/_/g'`
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington eval "enable_${ac_feature}=no" ;;
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington # Reject names that are not valid shell variable names.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ac_feature=`echo $ac_feature| sed 's/-/_/g'`
e1d05d323526e7e65df13a6d3dfbec30f6ddb500Brian Wellington eval "enable_${ac_feature}='$ac_optarg'" ;;
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington # Obsolete; use --with-gas.
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence # Omit some internal or obsolete options to make the list less imposing.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington # This message is too long to be a string in the A/UX 3.1 sh.
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark AndrewsUsage: configure [options] [host]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonOptions: [defaults in brackets after descriptions]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonConfiguration:
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --cache-file=FILE cache test results in FILE
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --help print this message
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --no-create do not create output files
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --quiet, --silent do not print \`checking...' messages
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --version print the version of autoconf that created configure
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonDirectory and file names:
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --prefix=PREFIX install architecture-independent files in PREFIX
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington [$ac_default_prefix]
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt [same as prefix]
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt --bindir=DIR user executables in DIR [EPREFIX/bin]
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington --datadir=DIR read-only architecture-independent data in DIR
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington [PREFIX/share]
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --sharedstatedir=DIR modifiable architecture-independent data in DIR
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt [PREFIX/com]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --libdir=DIR object code libraries in DIR [EPREFIX/lib]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --includedir=DIR C header files in DIR [PREFIX/include]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --infodir=DIR info documentation in DIR [PREFIX/info]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --mandir=DIR man documentation in DIR [PREFIX/man]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --srcdir=DIR find the sources in DIR [configure dir or ..]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt --program-prefix=PREFIX prepend PREFIX to installed program names
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --program-suffix=SUFFIX append SUFFIX to installed program names
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --program-transform-name=PROGRAM
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews run sed PROGRAM on installed program names
f07fe5a1ac9d1345eb7a36a0bc38716a03e25f61Mark Andrews --build=BUILD configure for building on BUILD [BUILD=HOST]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --host=HOST configure for HOST [guessed]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington --target=TARGET configure for TARGET [TARGET=HOST]
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark AndrewsFeatures and packages:
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --x-includes=DIR X include files are in DIR
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews --x-libraries=DIR X library files are in DIR
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews if test -n "$ac_help"; then
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews echo "--enable and --with options recognized:$ac_help"
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews -includedir | --includedir | --includedi | --included | --include \
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -infodir | --infodir | --infodi | --infod | --info | --inf)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark Andrews -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -localstatedir | --localstatedir | --localstatedi | --localstated \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews | --localstate | --localstat | --localsta | --localst \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews | --localstate=* | --localstat=* | --localsta=* | --localst=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt # Obsolete; use --without-fp.
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt -no-create | --no-create | --no-creat | --no-crea | --no-cre \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt -no-recursion | --no-recursion | --no-recursio | --no-recursi \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -program-prefix | --program-prefix | --program-prefi | --program-pref \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -program-prefix=* | --program-prefix=* | --program-prefi=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -program-suffix | --program-suffix | --program-suffi | --program-suff \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --program-suf | --program-su | --program-s)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -program-suffix=* | --program-suffix=* | --program-suffi=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington -program-transform-name | --program-transform-name \
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington | --program-transform-nam | --program-transform-na \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington | --program-transform-n | --program-transform- \
bcdf37e0ff7d73310b7bf247d755194a5718ba38Mark Andrews -program-transform-name=* | --program-transform-name=* \
420e5e1022ff5ca4697ed5286462eeaf03614e53Brian Wellington | --program-transform-nam=* | --program-transform-na=* \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington | --program-transform-n=* | --program-transform-=* \
420e5e1022ff5ca4697ed5286462eeaf03614e53Brian Wellington | --program-transform=* | --program-transfor=* \
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington | --progr-tra=* | --program-tr=* | --program-t=*)
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | -silent | --silent | --silen | --sile | --sil)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt -sharedstatedir | --sharedstatedir | --sharedstatedi \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --sharedst | --shareds | --shared | --share | --shar \
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington | --syscon | --sysco | --sysc | --sys | --sy)
35b65c4cdf44dbdcd2121743e9760e2354c1e279Ondřej Surý -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington -target | --target | --targe | --targ | --tar | --ta | --t)
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington -v | -verbose | --verbose | --verbos | --verbo | --verb)
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence -version | --version | --versio | --versi | --vers)
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence echo "configure generated by autoconf version 2.13"
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews # Reject names that are not valid shell variable names.
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
4423c99613db1399dbb5c51e86ef0d351a1418c2Mark Andrews { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews eval "with_${ac_package}='$ac_optarg'" ;;
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews ac_package=`echo $ac_option|sed -e 's/-*without-//'`
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington # Reject names that are not valid shell variable names.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
71ca6e64b4d208a090d255eb64c24f945e615ea0Brian Wellington { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington ac_package=`echo $ac_package| sed 's/-/_/g'`
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington eval "with_${ac_package}=no" ;;
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington # Obsolete; use --with-x.
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence -x-libraries | --x-libraries | --x-librarie | --x-librari \
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews echo "configure: warning: $ac_option: invalid host type" 1>&2
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test -n "$ac_prev"; then
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrewstrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence# File descriptor usage:
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# 0 standard input
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# 1 file creation
4144efb39046963989ad002cf88a0c195401100aJeremy Reed# 2 errors and warnings
4144efb39046963989ad002cf88a0c195401100aJeremy Reed# 3 some systems may open it to /dev/tty
4144efb39046963989ad002cf88a0c195401100aJeremy Reed# 4 used on the Kubota Titan
4144efb39046963989ad002cf88a0c195401100aJeremy Reed# 6 checking for... messages and results
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence# 5 compiler messages saved in config.log
0a77211c806fa84fd66638b5cccf550c7cd7760dAndreas GustafssonThis file contains any messages produced by compilers while
73a691c373488e4f70387a62462cd8ce0d991705David Lawrencerunning configure, to aid debugging if configure makes a mistake.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Strip out --no-create and --no-recursion so they do not pile up.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Also quote any args containing shell metacharacters.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews -no-create | --no-create | --no-creat | --no-crea | --no-cre \
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews -no-recursion | --no-recursion | --no-recursio | --no-recursi \
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews ac_configure_args="$ac_configure_args '$ac_arg'" ;;
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews *) ac_configure_args="$ac_configure_args $ac_arg" ;;
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# NLS nuisances.
1d16cf8bb8596c3e4dc1123a5bdf360bf24a272bAutomatic Updater# Only set these to C if already set. These must not be set unconditionally
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# because not all systems understand e.g. LANG=C (notably SCO).
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Non-C LC_CTYPE values break the ctype check.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test "${LANG+set}" = set; then LANG=C; export LANG; fi
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# confdefs.h avoids OS command line length limits that DEFS can exceed.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# AIX cpp loses on an empty file, so make sure it contains at least a newline.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# A filename unique to this package, relative to the directory that
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# configure is in, which we can look for to find out if srcdir is correct.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Find the source files, if location was not specified.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test -z "$srcdir"; then
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # Try the directory containing this script, then its parent.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
1d16cf8bb8596c3e4dc1123a5bdf360bf24a272bAutomatic Updater { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewssrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Prefer explicitly selected file to automatically selected ones.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif test -z "$CONFIG_SITE"; then
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews if test -r "$ac_site_file"; then
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews echo "loading site script $ac_site_file"
4eb998928b9aef0ceda42d7529980d658138698aEvan Huntif test -r "$cache_file"; then
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt echo "loading cache $cache_file"
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews echo "creating cache $cache_file"
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4eb998928b9aef0ceda42d7529980d658138698aEvan Huntac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4eb998928b9aef0ceda42d7529980d658138698aEvan Huntac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewsfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsif test -z "$ac_aux_dir"; then
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews# Make sure we can run config.sub.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrewselse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsecho $ac_n "checking host system type""... $ac_c" 1>&6
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsecho "configure:699: checking host system type" >&5
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewshost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewshost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewshost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewshost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsecho "configure:721: checking whether ${MAKE-make} sets \${MAKE}" >&5
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrewsif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews @echo 'ac_maketemp="${MAKE}"'
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewseval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewsif test -n "$ac_maketemp"; then
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewsif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews# Extract the first word of "ranlib", so it can be a program name with args.
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewsecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrewsif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews if test -n "$RANLIB"; then
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
3db78e0855a8dfc162180880cd70d9c1a03d9301David Lawrenceif test -n "$RANLIB"; then
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington# Find a good install program. We prefer a C program (faster),
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington# so one script is as good as another. But avoid the broken or
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington# incompatible versions:
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafsson# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# AFS /usr/afsws/bin/install, which mishandles nonexistent args
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafsson# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# ./install, which can be erroneously created by make from ./install.sh.
bfafdac0616107ff32389532e7040567cd84b8aaBrian Wellingtonecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
73a691c373488e4f70387a62462cd8ce0d991705David Lawrenceecho "configure:789: checking for a BSD compatible install" >&5
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Huntif test -z "$INSTALL"; then
bfafdac0616107ff32389532e7040567cd84b8aaBrian Wellingtonif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews # Account for people who put trailing slashes in PATH elements.
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1f1d36a87b65186d9f89aac7f456ab1fd2a39ef6Andreas Gustafsson # OSF1 and SCO ODT 3.0 have their own names for install.
1f1d36a87b65186d9f89aac7f456ab1fd2a39ef6Andreas Gustafsson # Don't use installbsd from OSF since it installs stuff as root
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # by default.
94b50bce2b5deeac93734457d5474736d7b76af1Michael Sawyer grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence # AIX install. It has an incompatible calling convention.
73a691c373488e4f70387a62462cd8ce0d991705David Lawrence if test "${ac_cv_path_install+set}" = set; then
3db78e0855a8dfc162180880cd70d9c1a03d9301David Lawrence # As a last resort, use the slow shell script. We don't cache a
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # path for INSTALL within a source directory, because that will
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # break other packages using the cache if that directory is
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews # removed, or if the path is relative.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# It thinks the first close brace ends the variable substitution.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrencetest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrencetest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrewstest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt# Extract the first word of "ar", so it can be a program name with args.
9e804040a29b9c3066c8471b43835f30707039b7Evan Huntif eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
94b50bce2b5deeac93734457d5474736d7b76af1Michael Sawyer ac_cv_path_AR="$AR" # Let the user override the test with a path.
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
0f8c9b5eed7e8714ceb7d6d3675555df9c5f6350Mark Andrewsif test -n "$AR"; then
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# The POSIX ln(1) program. Non-POSIX systems may substitute
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews# "copy" or something.
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Huntar program not found. Please fix your PATH to include the directory in
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellingtonwhich ar resides, or set AR in the environment with the full path to ar.
1d16cf8bb8596c3e4dc1123a5bdf360bf24a272bAutomatic Updater# Extract the first word of "$ac_prog", so it can be a program name with args.
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellingtonecho "configure:906: checking for $ac_word" >&5
73a691c373488e4f70387a62462cd8ce0d991705David Lawrenceif eval "test \"`echo '$''{'ac_cv_path_ETAGS'+set}'`\" = set"; then
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafsson ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Hunt ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a dos path.
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafsson IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafssonif test -n "$ETAGS"; then
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafssontest -n "$ETAGS" && break
e4cd5a1e5d0358abeee7618b02b4592c055d957fBrian Wellington# Perl is optional; it is used only by some of the system test scripts.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews# Extract the first word of "$ac_prog", so it can be a program name with args.
984ca288f1291c7b7bda9b3809a7af714e3ec82aAndreas Gustafssonecho "configure:951: checking for $ac_word" >&5
1f1d36a87b65186d9f89aac7f456ab1fd2a39ef6Andreas Gustafssonif eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
ff2add63ae297d3c0f925f7479aefc15fd9aec31David Lawrence ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrenceif test -n "$PERL"; then
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrencetest -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:1193: \"$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:1490: \"$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:1516: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1530: \"$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:1777: \"$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:2100: \"$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:2145: \"$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:2192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:2294: \"$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:2335: \"$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:2376: \"$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:2433: \"$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:2516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2818: \"$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:2865: \"$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:3242: \"$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:3526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4386: \"$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