configure revision 1cafbcfa6f7560597e577f78795143b4964464d9
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# From configure.in Revision: 1.63
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## Copyright (C) 1996-1999 Free Software Foundation, Inc.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews## This program is free software; you can redistribute it and/or modify
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews## it under the terms of the GNU General Public License as published by
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews## the Free Software Foundation; either version 2 of the License, or
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews## (at your option) any later version.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## This program is distributed in the hope that it will be useful, but
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User## WITHOUT ANY WARRANTY; without even the implied warranty of
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## General Public License for more details.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## You should have received a copy of the GNU General Public License
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## along with this program; if not, write to the Free Software
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt## As a special exception to the GNU General Public License, if you
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## distribute this file as part of a program that contains a
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson## configuration script generated by Autoconf, you may include it under
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein## the same distribution terms that you use for the rest of that program.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# serial 40 AC_PROG_LIBTOOL
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_ENABLE_SHARED - implement the --enable-shared flag
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Usage: AC_ENABLE_SHARED[(DEFAULT)]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# 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
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_PROG_LD - find the path to the GNU or non-GNU linker
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_PROG_NM - find the path to a BSD-compatible name lister
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_CHECK_LIBM - check for math library
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# the libltdl convenience library, adds --enable-ltdl-convenience 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
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# to be `${top_builddir}/libltdl'. Make sure you start DIR with
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# '${top_builddir}/' (note the single quotes!) if your package is not
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# flat, and, if you're not using automake, define top_builddir as
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# appropriate in the Makefiles.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# 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
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# to be `${top_builddir}/libltdl'. Make sure you start DIR with
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# '${top_builddir}/' (note the single quotes!) if your package is not
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# flat, and, if you're not using automake, define top_builddir as
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# 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.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Generated automatically using autoconf version 2.13
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# 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.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Any additions from configure.in:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --with-mit-pthreads use the mit-pthreads thread library"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-ptl2 use the ptl2 thread library"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-libtool use GNU libtool"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-shared[=PKGS] build shared libraries [default=yes]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --enable-static[=PKGS] build static libraries [default=yes]"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein --disable-libtool-lock avoid locking (might break parallel builds)"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Initialize some variables set by options.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# The variables have the same names as the options, with
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# dashes changed to underlines.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Initialize some other variables.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson# Maximum number of lines to put in a shell here document.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # If the previous option needs an argument, assign it.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson if test -n "$ac_prev"; then
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein eval "$ac_prev=\$ac_option"
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson # Accept the important Cygnus configure options, so we can diagnose typos.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -bindir | --bindir | --bindi | --bind | --bin | --bi)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -build | --build | --buil | --bui | --bu)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -build=* | --build=* | --buil=* | --bui=* | --bu=*)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -cache-file | --cache-file | --cache-fil | --cache-fi \
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt | --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.
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonUsage: configure [options] [host]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas GustafssonOptions: [defaults in brackets after descriptions]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --cache-file=FILE cache test results in FILE
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --help print this message
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --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:
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --prefix=PREFIX install architecture-independent files in PREFIX
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [$ac_default_prefix]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [same as prefix]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --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
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson [PREFIX/share]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --sharedstatedir=DIR modifiable architecture-independent data in DIR
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
9ffbbce6a624b6051b3d001edcbad1e02c69bd45Andreas Gustafsson --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 \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -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=*)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein -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 \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein | --program-transform-n | --program-transform- \
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
*-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:1071: \"$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:1097: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1111: \"$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:1358: \"$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:1626: \"$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:1671: \"$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:1718: \"$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:1771: \"$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:1821: \"$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:1862: \"$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:1927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-linux*)
if { (eval echo configure:1990: \"$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:2037: \"$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:2520: \"$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
if { (eval echo configure:2698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2914: \"$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