configure revision 40f24178432de09181bc603cc90110546a0ddca2
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# From configure.in Revision: 1.79
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
4da61833a1cbbca94094f9653fd970582b97a72etrawick## Copyright (C) 1996-1999 Free Software Foundation, Inc.
4da61833a1cbbca94094f9653fd970582b97a72etrawick## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4da61833a1cbbca94094f9653fd970582b97a72etrawick## This program is free software; you can redistribute it and/or modify
4da61833a1cbbca94094f9653fd970582b97a72etrawick## it under the terms of the GNU General Public License as published by
4789804be088bcd86ae637a29cdb7fda25169521jailletc## the Free Software Foundation; either version 2 of the License, or
4789804be088bcd86ae637a29cdb7fda25169521jailletc## (at your option) any later version.
4789804be088bcd86ae637a29cdb7fda25169521jailletc## This program is distributed in the hope that it will be useful, but
e50c3026198fd496f183cda4c32a202925476778covener## WITHOUT ANY WARRANTY; without even the implied warranty of
e50c3026198fd496f183cda4c32a202925476778covener## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
e50c3026198fd496f183cda4c32a202925476778covener## General Public License for more details.
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin## You should have received a copy of the GNU General Public License
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic## along with this program; if not, write to the Free Software
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic## As a special exception to the GNU General Public License, if you
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic## distribute this file as part of a program that contains a
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic## configuration script generated by Autoconf, you may include it under
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic## the same distribution terms that you use for the rest of that program.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# serial 40 AC_PROG_LIBTOOL
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
d58a848a016d401b965111e50ef829e1641f7834minfrin# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# AC_ENABLE_SHARED - implement the --enable-shared flag
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# Usage: AC_ENABLE_SHARED[(DEFAULT)]
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# AC_ENABLE_STATIC - implement the --enable-static flag
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# Usage: AC_ENABLE_STATIC[(DEFAULT)]
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# AC_DISABLE_STATIC - set the default static flag to --disable-static
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
44ff304057225e944e220e981d434a046d14cf06covener# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
5d1ba75b8794925e67591c209085a49279791de9covener# AC_PROG_LD - find the path to the GNU or non-GNU linker
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand# AC_PROG_NM - find the path to a BSD-compatible name lister
caad2986f81ab263f7af41467dd622dc9add17f3ylavic# AC_CHECK_LIBM - check for math library
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton# the libltdl convenience library, adds --enable-ltdl-convenience to
2165214331e4afafca4048f66f303d0253d7b001covener# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# to be `${top_builddir}/libltdl'. Make sure you start DIR with
1e2d421a36999d292042a5539971070d54aa6c63ylavic# '${top_builddir}/' (note the single quotes!) if your package is not
1e2d421a36999d292042a5539971070d54aa6c63ylavic# flat, and, if you're not using automake, define top_builddir as
1e2d421a36999d292042a5539971070d54aa6c63ylavic# appropriate in the Makefiles.
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
0b67eb8568cd58bb77082703951679b42cf098actrawick# the libltdl installable library, and adds --enable-ltdl-install to
0b67eb8568cd58bb77082703951679b42cf098actrawick# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
0b67eb8568cd58bb77082703951679b42cf098actrawick# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
0b67eb8568cd58bb77082703951679b42cf098actrawick# to be `${top_builddir}/libltdl'. Make sure you start DIR with
5ef3c61605a3a021ff71f488983cb0065f8e1a79covener# '${top_builddir}/' (note the single quotes!) if your package is not
fb1985a97912b25ec6564c73e610a31e5fc6e25fcovener# flat, and, if you're not using automake, define top_builddir as
09c87c777bed1655621bb20e1c46cb6b1a63279dcovener# appropriate in the Makefiles.
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# Guess values for system-dependent variables and create Makefiles.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# Generated automatically using autoconf version 2.13
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
e466c40e1801982602ee0200c9e8b61cc148742djailletc# This configure script is free software; the Free Software Foundation
e466c40e1801982602ee0200c9e8b61cc148742djailletc# gives unlimited permission to copy, distribute and modify it.
457468b82e59d01eba00dd9d0817309c8f5e414ejim# Defaults:
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton# Any additions from configure.in:
15660979a30d251681463de2e0584853890082accovener --with-mit-pthreads use the mit-pthreads thread library"
49dacedb6c387b786b7911082ff35121a45f414bcovener --with-ptl2 use the ptl2 thread library"
cfd9415521847b2f9394fad04fb701cfb955f503rjung --with-libtool use GNU libtool"
cfd9415521847b2f9394fad04fb701cfb955f503rjung --enable-shared[=PKGS] build shared libraries [default=yes]"
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe --enable-static[=PKGS] build static libraries [default=yes]"
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
8491e0600f69b0405e156ea8a419653c065c645bcovener --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
63b9f1f5880391261705f696d7d65507bbe9ace3covener --disable-libtool-lock avoid locking (might break parallel builds)"
49dacedb6c387b786b7911082ff35121a45f414bcovener --enable-ipv6 use IPv6 [default=autodetect]"
49dacedb6c387b786b7911082ff35121a45f414bcovener --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
3c990331fc6702119e4f5b8ba9eae3021aea5265jim# Initialize some variables set by options.
3c990331fc6702119e4f5b8ba9eae3021aea5265jim# The variables have the same names as the options, with
3c990331fc6702119e4f5b8ba9eae3021aea5265jim# dashes changed to underlines.
75f5c2db254c0167a0e396254460de09b775d203trawick# Initialize some other variables.
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph# Maximum number of lines to put in a shell here document.
54d750a84a175d8e338880514d440773eb986b50covener # If the previous option needs an argument, assign it.
54d750a84a175d8e338880514d440773eb986b50covener if test -n "$ac_prev"; then
54d750a84a175d8e338880514d440773eb986b50covener eval "$ac_prev=\$ac_option"
54d750a84a175d8e338880514d440773eb986b50covener -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
83b50288fa7d306324bba68832011ea08f5c7832covener # Accept the important Cygnus configure options, so we can diagnose typos.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener -bindir | --bindir | --bindi | --bind | --bin | --bi)
2e15620d724fb8e3a5be183b917359a2fd6e9468covener -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener -cache-file | --cache-file | --cache-fil | --cache-fi \
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
179565be4043d7e5f9161aa75271fa0a001866d9covener | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
111436a32ba1254291e4883292fb116d15fe8f64covener -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz # Reject names that are not valid shell variable names.
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza eval "enable_${ac_feature}=no" ;;
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin # Reject names that are not valid shell variable names.
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
135ddda3a989215d2bedbcf1529bfb269c3eda23niq eval "enable_${ac_feature}='$ac_optarg'" ;;
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
793214f67dede32edfd9ee96c664ead04d175cbbjfclere -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza # Obsolete; use --with-gas.
56589be3d7a3e9343370df240010c6928cc78b39jkaluza # Omit some internal or obsolete options to make the list less imposing.
56589be3d7a3e9343370df240010c6928cc78b39jkaluza # This message is too long to be a string in the A/UX 3.1 sh.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletcUsage: configure [options] [host]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletcOptions: [defaults in brackets after descriptions]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletcConfiguration:
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick --cache-file=FILE cache test results in FILE
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick --help print this message
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick --no-create do not create output files
4d12805e6c18253040223ea637acd6b3b3c18f60jorton --quiet, --silent do not print \`checking...' messages
4d12805e6c18253040223ea637acd6b3b3c18f60jorton --version print the version of autoconf that created configure
4d12805e6c18253040223ea637acd6b3b3c18f60jortonDirectory and file names:
85eacfc96a04547ef25aabbc06440039715084c2jorton --prefix=PREFIX install architecture-independent files in PREFIX
85eacfc96a04547ef25aabbc06440039715084c2jorton [$ac_default_prefix]
e5d909f2b06bd880fb3675cd49363df981caa631trawick --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener [same as prefix]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener --bindir=DIR user executables in DIR [EPREFIX/bin]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
cb666b29f81df1d11d65002250153353568021fccovener --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
cb666b29f81df1d11d65002250153353568021fccovener --datadir=DIR read-only architecture-independent data in DIR
cb666b29f81df1d11d65002250153353568021fccovener [PREFIX/share]
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener --sharedstatedir=DIR modifiable architecture-independent data in DIR
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener [PREFIX/com]
75a230a728338d84dcfe81edd375352f34de22d0covener --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
75a230a728338d84dcfe81edd375352f34de22d0covener --libdir=DIR object code libraries in DIR [EPREFIX/lib]
75a230a728338d84dcfe81edd375352f34de22d0covener --includedir=DIR C header files in DIR [PREFIX/include]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener --infodir=DIR info documentation in DIR [PREFIX/info]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener --mandir=DIR man documentation in DIR [PREFIX/man]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener --srcdir=DIR find the sources in DIR [configure dir or ..]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener --program-prefix=PREFIX prepend PREFIX to installed program names
63a5ea80bddcc84a462e40f402b4f330e0e05411covener --program-suffix=SUFFIX append SUFFIX to installed program names
63a5ea80bddcc84a462e40f402b4f330e0e05411covener --program-transform-name=PROGRAM
65a4e663b82f8bce28ac22ab2edfd7502de36998sf run sed PROGRAM on installed program names
c7de1955eb0eaeabf7042902476397692672d549sf --build=BUILD configure for building on BUILD [BUILD=HOST]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin --host=HOST configure for HOST [guessed]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin --target=TARGET configure for TARGET [TARGET=HOST]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrinFeatures and packages:
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
a511a29faf2ff7ead3b67680154a624effb31aafminfrin --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a511a29faf2ff7ead3b67680154a624effb31aafminfrin --x-includes=DIR X include files are in DIR
a511a29faf2ff7ead3b67680154a624effb31aafminfrin --x-libraries=DIR X library files are in DIR
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin if test -n "$ac_help"; then
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin echo "--enable and --with options recognized:$ac_help"
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes -includedir | --includedir | --includedi | --included | --include \
26c5829347f6a355c00f1ba0301d575056b69536niq -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq -infodir | --infodir | --infodi | --infod | --info | --inf)
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
9811aed12bbc71783d2e544ccb5fecd193843eadsf -localstatedir | --localstatedir | --localstatedi | --localstated \
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
bd3f5647b96d378d9c75c954e3f13582af32c643sf | --localstate=* | --localstat=* | --localsta=* | --localst=* \
bd3f5647b96d378d9c75c954e3f13582af32c643sf -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2a7beea91d46beb41f043a84eaad060047ee04aafabien -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf # Obsolete; use --without-fp.
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf -no-create | --no-create | --no-creat | --no-crea | --no-cre \
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf -no-recursion | --no-recursion | --no-recursio | --no-recursi \
132ee6ac1c26d6e8953836316ba50734eefab47bsf | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
85eacfc96a04547ef25aabbc06440039715084c2jorton -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
85eacfc96a04547ef25aabbc06440039715084c2jorton | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
79c5787b92ac5f0e1cc82393816c77a006399316trawick -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
79c5787b92ac5f0e1cc82393816c77a006399316trawick -program-prefix | --program-prefix | --program-prefi | --program-pref \
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton -program-prefix=* | --program-prefix=* | --program-prefi=* \
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
536e48c08d674acac5d44929318f2ad928edc361jorton -program-suffix | --program-suffix | --program-suffi | --program-suff \
e81785da447b469da66f218b3f0244aab507958djorton -program-suffix=* | --program-suffix=* | --program-suffi=* \
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin | --program-transform-nam=* | --program-transform-na=* \
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin | --program-transform-n=* | --program-transform-=* \
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
0827cb14e550f6f65018431c22c2c913631c8f25kbrand -sharedstatedir | --sharedstatedir | --sharedstatedi \
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
ae600ca541efc686b34f8b1f21bd3d0741d37674covener | --sharedst | --shareds | --shared | --share | --shar \
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
cfa64348224b66dd1c9979b809406c4d15b1c137fielding | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
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: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:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2458: \"$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:2816: \"$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:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3328: \"$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