configure revision 1bb509f58b57f1d9ef413762fb9e3dd2bcaf7ed4
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews# From configure.in Revision: 1.76
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews## Copyright (C) 1996-1999 Free Software Foundation, Inc.
26440aaebba1acb5c8810f7faa26ad3b7553762eMark Andrews## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## This program is free software; you can redistribute it and/or modify
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## it under the terms of the GNU General Public License as published by
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## the Free Software Foundation; either version 2 of the License, or
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## (at your option) any later version.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## This program is distributed in the hope that it will be useful, but
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## WITHOUT ANY WARRANTY; without even the implied warranty of
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## General Public License for more details.
bff64bf12b58a6f80e740e94f2e42a32df18113aEvan Hunt## You should have received a copy of the GNU General Public License
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## along with this program; if not, write to the Free Software
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## As a special exception to the GNU General Public License, if you
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## distribute this file as part of a program that contains a
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## configuration script generated by Autoconf, you may include it under
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews## the same distribution terms that you use for the rest of that program.
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# serial 40 AC_PROG_LIBTOOL
33d96fbbc8aa221508f3c780539bf44810fd2c9cMark Andrews# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_ENABLE_SHARED - implement the --enable-shared flag
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Usage: AC_ENABLE_SHARED[(DEFAULT)]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_ENABLE_STATIC - implement the --enable-static flag
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Usage: AC_ENABLE_STATIC[(DEFAULT)]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_DISABLE_STATIC - set the default static flag to --disable-static
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
1b06367c345e972a0c719a6e821db3e875f20c3bMark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
85167bb10f76e71c3c8519e2135e31d249f54805Tinderbox User# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
d63ae51ba337165172a9b50fd5d84805ffe50044Tinderbox User# AC_PROG_LD - find the path to the GNU or non-GNU linker
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_PROG_NM - find the path to a BSD-compatible name lister
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# AC_CHECK_LIBM - check for math library
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the libltdl convenience library, adds --enable-ltdl-convenience to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
30eec077db2bdcb6f2a0dc388a3cdde2ede75ec1Mark Andrews# to be `${top_builddir}/libltdl'. Make sure you start DIR with
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# '${top_builddir}/' (note the single quotes!) if your package is not
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# flat, and, if you're not using automake, define top_builddir as
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# appropriate in the Makefiles.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the libltdl installable library, and adds --enable-ltdl-install to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# to be `${top_builddir}/libltdl'. Make sure you start DIR with
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# '${top_builddir}/' (note the single quotes!) if your package is not
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# flat, and, if you're not using automake, define top_builddir as
30eec077db2bdcb6f2a0dc388a3cdde2ede75ec1Mark Andrews# appropriate in the Makefiles.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Guess values for system-dependent variables and create Makefiles.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Generated automatically using autoconf version 2.13
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This configure script is free software; the Free Software Foundation
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# gives unlimited permission to copy, distribute and modify it.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Any additions from configure.in:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --with-mit-pthreads use the mit-pthreads thread library"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --with-ptl2 use the ptl2 thread library"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --with-libtool use GNU libtool"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-shared[=PKGS] build shared libraries [default=yes]"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-static[=PKGS] build static libraries [default=yes]"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
d3cbd6b05c16c6e0e86c1651bda3b3ee06574d62Mark Andrews --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
819fe493f97078521bb6b9a7b97583bef89f5abcMark Andrews --disable-libtool-lock avoid locking (might break parallel builds)"
d3cbd6b05c16c6e0e86c1651bda3b3ee06574d62Mark Andrews --enable-ipv6 use IPv6 [default=autodetect]"
9f5222620cd3b68f88a5d8cc01b194ea4abb0754Evan Hunt --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
9f5222620cd3b68f88a5d8cc01b194ea4abb0754Evan Hunt# Initialize some variables set by options.
9f5222620cd3b68f88a5d8cc01b194ea4abb0754Evan Hunt# The variables have the same names as the options, with
9f5222620cd3b68f88a5d8cc01b194ea4abb0754Evan Hunt# dashes changed to underlines.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Initialize some other variables.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Maximum number of lines to put in a shell here document.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # If the previous option needs an argument, assign it.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein if test -n "$ac_prev"; then
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein eval "$ac_prev=\$ac_option"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Accept the important Cygnus configure options, so we can diagnose typos.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -bindir | --bindir | --bindi | --bind | --bin | --bi)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -build=* | --build=* | --buil=* | --bui=* | --bu=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -cache-file | --cache-file | --cache-fil | --cache-fi \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Reject names that are not valid shell variable names.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein eval "enable_${ac_feature}=no" ;;
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Reject names that are not valid shell variable names.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein eval "enable_${ac_feature}='$ac_optarg'" ;;
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Obsolete; use --with-gas.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Omit some internal or obsolete options to make the list less imposing.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # This message is too long to be a string in the A/UX 3.1 sh.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinUsage: configure [options] [host]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinOptions: [defaults in brackets after descriptions]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinConfiguration:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --cache-file=FILE cache test results in FILE
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --help print this message
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --no-create do not create output files
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --quiet, --silent do not print \`checking...' messages
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --version print the version of autoconf that created configure
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinDirectory and file names:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --prefix=PREFIX install architecture-independent files in PREFIX
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein [$ac_default_prefix]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein [same as prefix]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --bindir=DIR user executables in DIR [EPREFIX/bin]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --datadir=DIR read-only architecture-independent data in DIR
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein [PREFIX/share]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --sharedstatedir=DIR modifiable architecture-independent data in DIR
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein [PREFIX/com]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --libdir=DIR object code libraries in DIR [EPREFIX/lib]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --includedir=DIR C header files in DIR [PREFIX/include]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --infodir=DIR info documentation in DIR [PREFIX/info]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --mandir=DIR man documentation in DIR [PREFIX/man]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --srcdir=DIR find the sources in DIR [configure dir or ..]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --program-prefix=PREFIX prepend PREFIX to installed program names
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --program-suffix=SUFFIX append SUFFIX to installed program names
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --program-transform-name=PROGRAM
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein run sed PROGRAM on installed program names
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --build=BUILD configure for building on BUILD [BUILD=HOST]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --host=HOST configure for HOST [guessed]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --target=TARGET configure for TARGET [TARGET=HOST]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinFeatures and packages:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --x-includes=DIR X include files are in DIR
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --x-libraries=DIR X library files are in DIR
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein if test -n "$ac_help"; then
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein echo "--enable and --with options recognized:$ac_help"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -includedir | --includedir | --includedi | --included | --include \
561a29af8c54a216e7d30b5b4f6e0d21661654ecMark Andrews -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -infodir | --infodir | --infodi | --infod | --info | --inf)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -localstatedir | --localstatedir | --localstatedi | --localstated \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --localstate | --localstat | --localsta | --localst \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --localstate=* | --localstat=* | --localsta=* | --localst=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein # Obsolete; use --without-fp.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -no-create | --no-create | --no-creat | --no-crea | --no-cre \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -no-recursion | --no-recursion | --no-recursio | --no-recursi \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -program-prefix | --program-prefix | --program-prefi | --program-pref \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -program-prefix=* | --program-prefix=* | --program-prefi=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
7ba5dc6485e54258101da72455974dde38d04289Mark Andrews -program-suffix | --program-suffix | --program-suffi | --program-suff \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -program-suffix=* | --program-suffix=* | --program-suffi=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -program-transform-name | --program-transform-name \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-transform-nam | --program-transform-na \
3001a1b4e6298466882a4147307b4c28a3b08f91Mark Andrews | --program-transform-n | --program-transform- \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -program-transform-name=* | --program-transform-name=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-transform-nam=* | --program-transform-na=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-transform-n=* | --program-transform-=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-transform=* | --program-transfor=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --progr-tra=* | --program-tr=* | --program-t=*)
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews | -silent | --silent | --silen | --sile | --sil)
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -sharedstatedir | --sharedstatedir | --sharedstatedi \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --sharedst | --shareds | --shared | --share | --shar \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -target | --target | --targe | --targ | --tar | --ta | --t)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews -v | -verbose | --verbose | --verbos | --verbo | --verb)
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews -version | --version | --versio | --versi | --vers)
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews echo "configure generated by autoconf version 2.13"
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews # Reject names that are not valid shell variable names.
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein eval "with_${ac_package}='$ac_optarg'" ;;
8454718b87840e1689be04cbea5f61fd57e1d1ceEvan Hunt ac_package=`echo $ac_option|sed -e 's/-*without-//'`
8454718b87840e1689be04cbea5f61fd57e1d1ceEvan Hunt # Reject names that are not valid shell variable names.
8454718b87840e1689be04cbea5f61fd57e1d1ceEvan Hunt if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
8454718b87840e1689be04cbea5f61fd57e1d1ceEvan Hunt { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
30eec077db2bdcb6f2a0dc388a3cdde2ede75ec1Mark Andrews eval "with_${ac_package}=no" ;;
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt # Obsolete; use --with-x.
30eec077db2bdcb6f2a0dc388a3cdde2ede75ec1Mark Andrews -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -x-libraries | --x-libraries | --x-librarie | --x-librari \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
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:1090: \"$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:1116: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1130: \"$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:1377: \"$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:1645: \"$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:1690: \"$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:1737: \"$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:1790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1881: \"$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:1946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-linux*)
if { (eval echo configure:2009: \"$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:2056: \"$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:2280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2378: \"$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:2738: \"$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:2982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3138: \"$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:3249: \"$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