configure revision b21d8bac45b614c39a106c9ee8137589328ea075
32098293b78922a5fbd10906afa28624820d3756Tinderbox User# From configure.in Revision: 1.85
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## Copyright (C) 1996-1999 Free Software Foundation, Inc.
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## This program is free software; you can redistribute it and/or modify
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## it under the terms of the GNU General Public License as published by
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User## the Free Software Foundation; either version 2 of the License, or
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## (at your option) any later version.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## This program is distributed in the hope that it will be useful, but
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## WITHOUT ANY WARRANTY; without even the implied warranty of
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## General Public License for more details.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## You should have received a copy of the GNU General Public License
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## along with this program; if not, write to the Free Software
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## As a special exception to the GNU General Public License, if you
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## distribute this file as part of a program that contains a
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## configuration script generated by Autoconf, you may include it under
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater## the same distribution terms that you use for the rest of that program.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# serial 40 AC_PROG_LIBTOOL
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# AC_ENABLE_SHARED - implement the --enable-shared flag
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Usage: AC_ENABLE_SHARED[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_STATIC - implement the --enable-static flag
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Usage: AC_ENABLE_STATIC[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_DISABLE_STATIC - set the default static flag to --disable-static
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_PROG_LD - find the path to the GNU or non-GNU linker
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_PROG_NM - find the path to a BSD-compatible name lister
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# AC_CHECK_LIBM - check for math library
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# the libltdl convenience library, adds --enable-ltdl-convenience to
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# to be `${top_builddir}/libltdl'. Make sure you start DIR with
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# '${top_builddir}/' (note the single quotes!) if your package is not
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# flat, and, if you're not using automake, define top_builddir as
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# appropriate in the Makefiles.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# the libltdl installable library, and adds --enable-ltdl-install to
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# to be `${top_builddir}/libltdl'. Make sure you start DIR with
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# '${top_builddir}/' (note the single quotes!) if your package is not
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# flat, and, if you're not using automake, define top_builddir as
77dccf2a5d9327d16b4374a135cdb99bdd48620eAutomatic Updater# appropriate in the Makefiles.
77dccf2a5d9327d16b4374a135cdb99bdd48620eAutomatic Updater# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Guess values for system-dependent variables and create Makefiles.
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User# Generated automatically using autoconf version 2.13
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# This configure script is free software; the Free Software Foundation
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# gives unlimited permission to copy, distribute and modify it.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Any additions from configure.in:
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater --with-mit-pthreads use the mit-pthreads thread library"
9d557856c2a19ec95ee73245f60a92f8675cf5baTinderbox User --with-ptl2 use the ptl2 thread library"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --with-libtool use GNU libtool"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater --enable-shared[=PKGS] build shared libraries [default=yes]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-static[=PKGS] build static libraries [default=yes]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
a3f8c8e20780e488141d200acdfea6c5f3303513Automatic Updater --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --disable-libtool-lock avoid locking (might break parallel builds)"
a3f8c8e20780e488141d200acdfea6c5f3303513Automatic Updater --enable-ipv6 use IPv6 [default=autodetect]"
a3f8c8e20780e488141d200acdfea6c5f3303513Automatic Updater --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
ef8014e56f35bb36daa5fd2c313f5e7963e97aa1Tinderbox User# Initialize some variables set by options.
ef8014e56f35bb36daa5fd2c313f5e7963e97aa1Tinderbox User# The variables have the same names as the options, with
ef8014e56f35bb36daa5fd2c313f5e7963e97aa1Tinderbox User# dashes changed to underlines.
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User# Initialize some other variables.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Maximum number of lines to put in a shell here document.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater # If the previous option needs an argument, assign it.
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater if test -n "$ac_prev"; then
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater eval "$ac_prev=\$ac_option"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Accept the important Cygnus configure options, so we can diagnose typos.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -bindir | --bindir | --bindi | --bind | --bin | --bi)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -build=* | --build=* | --buil=* | --bui=* | --bu=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -cache-file | --cache-file | --cache-fil | --cache-fi \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
5a24d24c8fba3480d707c0c902379ddb36501e12Automatic Updater -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater ac_feature=`echo $ac_feature| sed 's/-/_/g'`
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater eval "enable_${ac_feature}=no" ;;
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater ac_feature=`echo $ac_feature| sed 's/-/_/g'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User eval "enable_${ac_feature}='$ac_optarg'" ;;
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater # Obsolete; use --with-gas.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Omit some internal or obsolete options to make the list less imposing.
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater # This message is too long to be a string in the A/UX 3.1 sh.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserUsage: configure [options] [host]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic UpdaterOptions: [defaults in brackets after descriptions]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --cache-file=FILE cache test results in FILE
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --help print this message
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --no-create do not create output files
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --quiet, --silent do not print \`checking...' messages
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --version print the version of autoconf that created configure
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic UpdaterDirectory and file names:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --prefix=PREFIX install architecture-independent files in PREFIX
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater [$ac_default_prefix]
9d557856c2a19ec95ee73245f60a92f8675cf5baTinderbox User --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater [same as prefix]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --bindir=DIR user executables in DIR [EPREFIX/bin]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --datadir=DIR read-only architecture-independent data in DIR
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater [PREFIX/share]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
3acf5eb97cebc2ba868e6ac4a4e01e6d1be0c892Automatic Updater --sharedstatedir=DIR modifiable architecture-independent data in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater --libdir=DIR object code libraries in DIR [EPREFIX/lib]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --includedir=DIR C header files in DIR [PREFIX/include]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --infodir=DIR info documentation in DIR [PREFIX/info]
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User --mandir=DIR man documentation in DIR [PREFIX/man]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --srcdir=DIR find the sources in DIR [configure dir or ..]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --program-prefix=PREFIX prepend PREFIX to installed program names
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt --program-suffix=SUFFIX append SUFFIX to installed program names
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater --program-transform-name=PROGRAM
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater run sed PROGRAM on installed program names
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --build=BUILD configure for building on BUILD [BUILD=HOST]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --host=HOST configure for HOST [guessed]
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --target=TARGET configure for TARGET [TARGET=HOST]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserFeatures and packages:
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User --x-includes=DIR X include files are in DIR
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater --x-libraries=DIR X library files are in DIR
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User if test -n "$ac_help"; then
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater echo "--enable and --with options recognized:$ac_help"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir | --includedir | --includedi | --included | --include \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --includ=* | --inclu=* | --incl=* | --inc=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir | --infodir | --infodi | --infod | --info | --inf)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -libdir=* | --libdir=* | --libdi=* | --libd=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -localstatedir | --localstatedir | --localstatedi | --localstated \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater | --localstate | --localstat | --localsta | --localst \
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User | --locals | --local | --loca | --loc | --lo)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater | --localstate=* | --localstat=* | --localsta=* | --localst=* \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
0b89eee6167201843c9a46b7e7c63cb1e4e09ba3Tinderbox User # Obsolete; use --without-fp.
eval "with_${ac_package}='$ac_optarg'" ;;
if test -n "$ac_prev"; then
# 5 compiler messages saved in config.log
for ac_arg
# because not all systems understand e.g. LANG=C (notably SCO).
# confdefs.h avoids OS command line length limits that DEFS can exceed.
echo > confdefs.h
if test -z "$srcdir"; then
srcdir=..
if test -z "$CONFIG_SITE"; then
if test -r "$ac_site_file"; then
echo "loading site script $ac_site_file"
. "$ac_site_file"
if test -r "$cache_file"; then
echo "loading cache $cache_file"
echo "creating cache $cache_file"
ac_ext=c
if test -z "$ac_aux_dir"; then
{ echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
# Make sure we can run config.sub.
NONE)
NONE)
all:
if test -n "$ac_maketemp"; then
if test -n "$RANLIB"; then
if test -n "$RANLIB"; then
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# ./install, which can be erroneously created by make from ./install.sh.
if test -z "$INSTALL"; then
if test -n "$AR"; then
if test -f "$ac_dir/cc"; then
*-netbsd*)
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:1091: \"$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:1117: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1131: \"$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:1378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
if { (eval echo configure:1646: \"$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:1691: \"$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:1738: \"$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:1791: \"$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:1841: \"$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:1882: \"$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:1947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-linux*)
if { (eval echo configure:2010: \"$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:2057: \"$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:2437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
yes)
NONE)
[\\/]* | [A-Za-z]:[\\/]*)
if test -z "$LD"; then
if test -n "$LD"; then
if test -n "$NM"; then
*-*-irix6*)
*N32*)
if { (eval echo configure:2893: \"$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
no)
yes)
no)
no)
yes)
no)
if { (eval echo configure:3137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3405: \"$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___%'`
# 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