configure revision fa280ff02ad0c29616a0c3a22ef02cbb3f6db7ef
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco# Copyright (C) 1996-2000 Internet Software Consortium.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Permission to use, copy, modify, and distribute this software for any
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# purpose with or without fee is hereby granted, provided that the above
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco# copyright notice and this permission notice appear in all copies.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# From configure.in Revision: 1.207
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal## This program is free software; you can redistribute it and/or modify
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal## it under the terms of the GNU General Public License as published by
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal## the Free Software Foundation; either version 2 of the License, or
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## (at your option) any later version.
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco## This program is distributed in the hope that it will be useful, but
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco## WITHOUT ANY WARRANTY; without even the implied warranty of
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## General Public License for more details.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## You should have received a copy of the GNU General Public License
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## along with this program; if not, write to the Free Software
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal## As a special exception to the GNU General Public License, if you
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray## distribute this file as part of a program that contains a
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray## configuration script generated by Autoconf, you may include it under
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal## the same distribution terms that you use for the rest of that program.
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# serial 40 AC_PROG_LIBTOOL
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# AC_ENABLE_SHARED - implement the --enable-shared flag
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# Usage: AC_ENABLE_SHARED[(DEFAULT)]
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
3ba66fbb56ef22f183da783a1b2718280c357a4eStanislav Kozina# AC_ENABLE_STATIC - implement the --enable-static flag
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# Usage: AC_ENABLE_STATIC[(DEFAULT)]
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco# AC_DISABLE_STATIC - set the default static flag to --disable-static
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
cd348e325366620fe047edcc849e3c9424828599Peter Bray# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
cd348e325366620fe047edcc849e3c9424828599Peter Bray# AC_PROG_LD - find the path to the GNU or non-GNU linker
fbf97ea1786d1e25add88bbfb91810170473bc9fLubos Kosco# AC_PROG_NM - find the path to a BSD-compatible name lister
fbf97ea1786d1e25add88bbfb91810170473bc9fLubos Kosco# AC_CHECK_LIBM - check for math library
fbf97ea1786d1e25add88bbfb91810170473bc9fLubos Kosco# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
fbf97ea1786d1e25add88bbfb91810170473bc9fLubos Kosco# the libltdl convenience library and INCLTDL to the include flags for
f21b682cd9b414738a4f5a38b56f6682e537e1d2Trond Norbye# the libltdl header and adds --enable-ltdl-convenience to the
3b0448fdd830b8d04c6a71511e5d26a4fc3b5b80Lubos Kosco# configure arguments. Note that LIBLTDL and INCLTDL are not
3b0448fdd830b8d04c6a71511e5d26a4fc3b5b80Lubos Kosco# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
cd348e325366620fe047edcc849e3c9424828599Peter Bray# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
cd348e325366620fe047edcc849e3c9424828599Peter Bray# with '${top_builddir}/' and INCLTDL will be prefixed with
cd348e325366620fe047edcc849e3c9424828599Peter Bray# '${top_srcdir}/' (note the single quotes!). If your package is not
cd348e325366620fe047edcc849e3c9424828599Peter Bray# flat and you're not using automake, define top_builddir and
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# top_srcdir appropriately in the Makefiles.
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# the libltdl installable library and INCLTDL to the include flags for
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# the libltdl header and adds --enable-ltdl-install to the configure
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal# with '${top_srcdir}/' (note the single quotes!). If your package is
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco# not flat and you're not using automake, define top_builddir and
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco# top_srcdir appropriately in the Makefiles.
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Guess values for system-dependent variables and create Makefiles.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Generated automatically using autoconf version 2.13
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# This configure script is free software; the Free Software Foundation
cd348e325366620fe047edcc849e3c9424828599Peter Bray# gives unlimited permission to copy, distribute and modify it.
cd348e325366620fe047edcc849e3c9424828599Peter Bray# Any additions from configure.in:
cd348e325366620fe047edcc849e3c9424828599Peter Bray --with-openssl=PATH Specify path for system-supplied openssl
cd348e325366620fe047edcc849e3c9424828599Peter Bray (rather than using bind-9 internal openssl)"
cd348e325366620fe047edcc849e3c9424828599Peter Bray --with-gssapi=PATH Specify path for system-supplied GSSAPI"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --with-randomdev=PATH Specify path for random device"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --enable-threads use multithreading"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --with-libtool use GNU libtool (following indented options supported)"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --enable-shared[=PKGS] build shared libraries [default=yes]"
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --enable-static[=PKGS] build static libraries [default=yes]"
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --disable-libtool-lock avoid locking (might break parallel builds)"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --enable-ipv6 use IPv6 [default=autodetect]"
5e6c91d7e77062129cd0b6ac8aaa546dff216419Lubos Kosco --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
c83dfde6b364917fa8ed28142d509a7c29a4da68Vladimir Kotal# Initialize some variables set by options.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# The variables have the same names as the options, with
cd348e325366620fe047edcc849e3c9424828599Peter Bray# dashes changed to underlines.
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Kosco# Initialize some other variables.
cd348e325366620fe047edcc849e3c9424828599Peter Bray# Maximum number of lines to put in a shell here document.
e9dbb478e3339d96ce4f0af5c6ab7e1d35ebb86dVladimir Kotal # If the previous option needs an argument, assign it.
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal if test -n "$ac_prev"; then
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal eval "$ac_prev=\$ac_option"
cd348e325366620fe047edcc849e3c9424828599Peter Bray -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
cd348e325366620fe047edcc849e3c9424828599Peter Bray # Accept the important Cygnus configure options, so we can diagnose typos.
4f3c0816485669143aa54f1c6461fcb47cf5bc5cVladimir Kotal -bindir | --bindir | --bindi | --bind | --bin | --bi)
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Kosco -build=* | --build=* | --buil=* | --bui=* | --bu=*)
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray -cache-file | --cache-file | --cache-fil | --cache-fi \
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Kosco | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
d6ee3934a24d8ccc0e4bb478405d8e5f6a35825dLubos Kosco -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c842732324ee4c74ede17887ad1f0dcdc4364a2cLubos Kosco -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
b17cb0705d90907337b3528aa7b8ed1700806f26Vladimir Kotal -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
8f8c3f4555e5aa3160f03f2e9c55ddbd3381357bLubos Kosco ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray # Reject names that are not valid shell variable names.
d70dc22c6dce3f498251b0873638d1fea0e644a3Lubos Kosco if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
d70dc22c6dce3f498251b0873638d1fea0e644a3Lubos Kosco eval "enable_${ac_feature}=no" ;;
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco # Reject names that are not valid shell variable names.
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
2cf31ec93bd5d8a2efeab511ce051da51e69aedaLubos Kosco { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
1a5c2ab40bd94d2b2c63afda767ce7bbf29ecc4bJan Friedel eval "enable_${ac_feature}='$ac_optarg'" ;;
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal # Obsolete; use --with-gas.
6c8465e3b4611cb632cba9b0572e3e3737c8c341Vladimir Kotal # Omit some internal or obsolete options to make the list less imposing.
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray # This message is too long to be a string in the A/UX 3.1 sh.
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume SmetUsage: configure [options] [host]
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume SmetOptions: [defaults in brackets after descriptions]
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume SmetConfiguration:
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume Smet --cache-file=FILE cache test results in FILE
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume Smet --help print this message
6ce0623fa4ef95af9d77700a1c9c19ec1a919326Guillaume Smet --no-create do not create output files
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --quiet, --silent do not print \`checking...' messages
cd71fb134e037849c77364b50940b1870c4684ceVladimir Kotal --version print the version of autoconf that created configure
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos KoscoDirectory and file names:
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --prefix=PREFIX install architecture-independent files in PREFIX
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray [$ac_default_prefix]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray [same as prefix]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --bindir=DIR user executables in DIR [EPREFIX/bin]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --datadir=DIR read-only architecture-independent data in DIR
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco [PREFIX/share]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco --sharedstatedir=DIR modifiable architecture-independent data in DIR
cd348e325366620fe047edcc849e3c9424828599Peter Bray [PREFIX/com]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --libdir=DIR object code libraries in DIR [EPREFIX/lib]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --includedir=DIR C header files in DIR [PREFIX/include]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --infodir=DIR info documentation in DIR [PREFIX/info]
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray --mandir=DIR man documentation in DIR [PREFIX/man]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --srcdir=DIR find the sources in DIR [configure dir or ..]
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --program-prefix=PREFIX prepend PREFIX to installed program names
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --program-suffix=SUFFIX append SUFFIX to installed program names
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco --program-transform-name=PROGRAM
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco run sed PROGRAM on installed program names
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --build=BUILD configure for building on BUILD [BUILD=HOST]
4e854c69a0484765dcd27b0e837898c8b6969beaTrond Norbye --host=HOST configure for HOST [guessed]
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --target=TARGET configure for TARGET [TARGET=HOST]
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter BrayFeatures and packages:
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal --x-includes=DIR X include files are in DIR
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal --x-libraries=DIR X library files are in DIR
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal if test -n "$ac_help"; then
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco echo "--enable and --with options recognized:$ac_help"
3ba66fbb56ef22f183da783a1b2718280c357a4eStanislav Kozina -includedir | --includedir | --includedi | --included | --include \
cd348e325366620fe047edcc849e3c9424828599Peter Bray -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
cd348e325366620fe047edcc849e3c9424828599Peter Bray -infodir | --infodir | --infodi | --infod | --info | --inf)
cd348e325366620fe047edcc849e3c9424828599Peter Bray -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Bray -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
3a5046f0538ba9fb3a9429199544a9f4b93d9a4dLubos Kosco -localstatedir | --localstatedir | --localstatedi | --localstated \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --localstate | --localstat | --localsta | --localst \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --localstate=* | --localstat=* | --localsta=* | --localst=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # Obsolete; use --without-fp.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -no-create | --no-create | --no-creat | --no-crea | --no-cre \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -no-recursion | --no-recursion | --no-recursio | --no-recursi \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c83dfde6b364917fa8ed28142d509a7c29a4da68Vladimir Kotal -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
c83dfde6b364917fa8ed28142d509a7c29a4da68Vladimir Kotal -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -program-prefix | --program-prefix | --program-prefi | --program-pref \
cd348e325366620fe047edcc849e3c9424828599Peter Bray -program-prefix=* | --program-prefix=* | --program-prefi=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -program-suffix | --program-suffix | --program-suffi | --program-suff \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -program-suffix=* | --program-suffix=* | --program-suffi=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -program-transform-name | --program-transform-name \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --program-transform-nam | --program-transform-na \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye -program-transform-name=* | --program-transform-name=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --program-transform-nam=* | --program-transform-na=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --program-transform-n=* | --program-transform-=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --program-transform=* | --program-transfor=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --progr-tra=* | --program-tr=* | --program-t=*)
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye -q | -quiet | --quiet | --quie | --qui | --qu | --q \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -sharedstatedir | --sharedstatedir | --sharedstatedi \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --sharedst | --shareds | --shared | --share | --shar \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
d0767114e1a949e4a42358f5aeaa08590b87cd80Trond Norbye | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c276b1ec9722ee95a86a4a381b39c5f405fc1cc4Vladimir Kotal -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
4e854c69a0484765dcd27b0e837898c8b6969beaTrond Norbye -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
4e854c69a0484765dcd27b0e837898c8b6969beaTrond Norbye | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
4e854c69a0484765dcd27b0e837898c8b6969beaTrond Norbye -target | --target | --targe | --targ | --tar | --ta | --t)
4e854c69a0484765dcd27b0e837898c8b6969beaTrond Norbye -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
a3a5f5c0500064f4c6ac3658b1e3e4d838912329Lubos Kosco -v | -verbose | --verbose | --verbos | --verbo | --verb)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -version | --version | --versio | --versi | --vers)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray echo "configure generated by autoconf version 2.13"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # Reject names that are not valid shell variable names.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray eval "with_${ac_package}='$ac_optarg'" ;;
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray ac_package=`echo $ac_option|sed -e 's/-*without-//'`
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # Reject names that are not valid shell variable names.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray eval "with_${ac_package}=no" ;;
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # Obsolete; use --with-x.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
fe967af3e58b6c8feaecf15b06fc1d5401b07914Lubos Kosco -x-libraries | --x-libraries | --x-librarie | --x-librari \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray echo "configure: warning: $ac_option: invalid host type" 1>&2
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test -n "$ac_prev"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Braytrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# File descriptor usage:
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 0 standard input
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 1 file creation
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 2 errors and warnings
83dcb435c5eeeb8d0d0d906f5d25a1cb1db5c40bLubos Kosco# 3 some systems may open it to /dev/tty
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 4 used on the Kubota Titan
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 6 checking for... messages and results
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# 5 compiler messages saved in config.log
d2a02e104622a26dd90fa88f4f17188f2039809fPeter BrayThis file contains any messages produced by compilers while
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayrunning configure, to aid debugging if configure makes a mistake.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Strip out --no-create and --no-recursion so they do not pile up.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Also quote any args containing shell metacharacters.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -no-create | --no-create | --no-creat | --no-crea | --no-cre \
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray -no-recursion | --no-recursion | --no-recursio | --no-recursi \
340e2c0d70fade14c720931c87652727b941c167Vladimir Kotal | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray ac_configure_args="$ac_configure_args '$ac_arg'" ;;
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray *) ac_configure_args="$ac_configure_args $ac_arg" ;;
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# NLS nuisances.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Only set these to C if already set. These must not be set unconditionally
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# because not all systems understand e.g. LANG=C (notably SCO).
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Non-C LC_CTYPE values break the ctype check.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test "${LANG+set}" = set; then LANG=C; export LANG; fi
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# confdefs.h avoids OS command line length limits that DEFS can exceed.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# AIX cpp loses on an empty file, so make sure it contains at least a newline.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# A filename unique to this package, relative to the directory that
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal# configure is in, which we can look for to find out if srcdir is correct.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Find the source files, if location was not specified.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test -z "$srcdir"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # Try the directory containing this script, then its parent.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Braysrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Prefer explicitly selected file to automatically selected ones.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif test -z "$CONFIG_SITE"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray if test -r "$ac_site_file"; then
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray echo "loading site script $ac_site_file"
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotalif test -r "$cache_file"; then
578be34fc3aceb9831553e8611f8d5d59b711c3cVladimir Kotal echo "loading cache $cache_file"
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotal echo "creating cache $cache_file"
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotalac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotal # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotal if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
c577d2f6c082eaff9af5bc997d12f3d3bcef537cPeter Brayfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotalif test -z "$ac_aux_dir"; then
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotalac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotal# Make sure we can run config.sub.
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotalif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotalelse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
83439b4ed8fe40097dc3f2c05168d26bd7926159Vladimir Kotalecho $ac_n "checking host system type""... $ac_c" 1>&6
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Koscoecho "configure:699: checking host system type" >&5
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscohost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscohost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscohost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscohost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscoecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscoecho "configure:721: checking whether ${MAKE-make} sets \${MAKE}" >&5
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscoset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
3aa0947feb67d3e8292d84776638be98dd97fdc3Lubos Koscoif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray @echo 'ac_maketemp="${MAKE}"'
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Bray# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Brayeval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
d280c5e286f5b98be13237f52281ae5afdcf51b9Peter Brayif test -n "$ac_maketemp"; then
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotalif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
0b2998be561e7bf5e3479d686a5af36f712b0d9aVladimir Kotal# Extract the first word of "ranlib", so it can be a program name with args.
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Koscoecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Koscoif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal if test -n "$RANLIB"; then
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2b024356b830395446c55f50f9f724a63612e578Lubos Kosco test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
3ba66fbb56ef22f183da783a1b2718280c357a4eStanislav Kozinaif test -n "$RANLIB"; then
d961aa46ea0d50fed47802497e45226b1965b12dVladimir Kotal# Find a good install program. We prefer a C program (faster),
983523cf73bc85cce6282cb5aa78b60f6bcd959fLubos Kosco# so one script is as good as another. But avoid the broken or
c842732324ee4c74ede17887ad1f0dcdc4364a2cLubos Kosco# incompatible versions:
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
cd348e325366620fe047edcc849e3c9424828599Peter Bray# AFS /usr/afsws/bin/install, which mishandles nonexistent args
cd348e325366620fe047edcc849e3c9424828599Peter Bray# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
cd348e325366620fe047edcc849e3c9424828599Peter Bray# ./install, which can be erroneously created by make from ./install.sh.
cd348e325366620fe047edcc849e3c9424828599Peter Brayecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
cd348e325366620fe047edcc849e3c9424828599Peter Brayecho "configure:789: checking for a BSD compatible install" >&5
cd348e325366620fe047edcc849e3c9424828599Peter Brayif test -z "$INSTALL"; then
cd348e325366620fe047edcc849e3c9424828599Peter Brayif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Kosco # Account for people who put trailing slashes in PATH elements.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
cd348e325366620fe047edcc849e3c9424828599Peter Bray # OSF1 and SCO ODT 3.0 have their own names for install.
cd348e325366620fe047edcc849e3c9424828599Peter Bray # Don't use installbsd from OSF since it installs stuff as root
cd348e325366620fe047edcc849e3c9424828599Peter Bray # by default.
cd348e325366620fe047edcc849e3c9424828599Peter Bray grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
cd348e325366620fe047edcc849e3c9424828599Peter Bray # AIX install. It has an incompatible calling convention.
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Kosco if test "${ac_cv_path_install+set}" = set; then
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal # As a last resort, use the slow shell script. We don't cache a
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal # path for INSTALL within a source directory, because that will
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # break other packages using the cache if that directory is
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray # removed, or if the path is relative.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray# It thinks the first close brace ends the variable substitution.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Braytest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Braytest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
561ec0545f30e44833b6def5168abbd3ab5cf65aVladimir Kotaltest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotal# Extract the first word of "ar", so it can be a program name with args.
56d93b0c761868f813ac0bc0b5bc21a7a9fefd89Vladimir Kotalecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco ac_cv_path_AR="$AR" # Let the user override the test with a path.
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Koscoif test -n "$AR"; then
cd348e325366620fe047edcc849e3c9424828599Peter Bray# The POSIX ln(1) program. Non-POSIX systems may substitute
cd348e325366620fe047edcc849e3c9424828599Peter Bray# "copy" or something.
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Koscoar program not found. Please fix your PATH to include the directory in
0ca9a2c194523c517c3aafe5758e217ac88d6baaLubos Koscowhich ar resides, or set AR in the environment with the full path to ar.
c83dfde6b364917fa8ed28142d509a7c29a4da68Vladimir Kotal# Extract the first word of "$ac_prog", so it can be a program name with args.
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Koscoecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Brayif eval "test \"`echo '$''{'ac_cv_path_ETAGS'+set}'`\" = set"; then
5762c9f28c2246777be0e9d49cb29d9c0f49146dLubos Kosco ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.
d2a02e104622a26dd90fa88f4f17188f2039809fPeter Bray ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a dos path.
cd348e325366620fe047edcc849e3c9424828599Peter Brayif test -n "$ETAGS"; then
cd348e325366620fe047edcc849e3c9424828599Peter Braytest -n "$ETAGS" && break
if test -n "$PERL"; then
test -n "$PERL" && break
# the installation, but named.boot/named.conf was in /etc
# would. To change the prefix for everything but leave named.conf
# To put named.conf and named.pid in /usr/local with everything else,
NONE)
*-solaris*)
if test -f "$ac_dir/cc"; then
if { (eval echo configure:1165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
no)
yes)
no)
yes)
*-openbsd*)
yes)
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1462: \"$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:1488: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1502: \"$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:1749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
use_threads=true
no)
use_threads=false
if $use_threads
*-netbsd*)
Please install the devel/unproven-pthreads package and rerun configure.
if { (eval echo configure:2099: \"$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:2144: \"$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:2189: \"$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:2234: \"$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"
use_threads=false
if $use_threads
if { (eval echo configure:2344: \"$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:2385: \"$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:2426: \"$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:2484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
if { (eval echo configure:2535: \"$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:2618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if $use_threads; then
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2977: \"$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:3024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
yes)
NONE)
[\\/]* | [A-Za-z]:[\\/]*)
if test -z "$LD"; then
if test -n "$LD"; then
if test -n "$NM"; then
*-*-irix6*)
*N32*)
if { (eval echo configure:3365: \"$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:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4509: \"$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