configure revision 203596d27c225ea195e4faad4f19388c6e96ac80
71cef386fae61275b03e203825680b39fedaa8c6Tinderbox User# From configure.in Revision: 1.30
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Guess values for system-dependent variables and create Makefiles.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Generated automatically using autoconf version 2.12
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This configure script is free software; the Free Software Foundation
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# gives unlimited permission to copy, distribute and modify it.
e108f2ec640e1acb54999c0ade58af606149956dTinderbox User# Any additions from configure.in:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --with-mit-pthreads use the mit-pthreads thread library"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews --with-ptl2 use the ptl2 thread library"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Initialize some variables set by options.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The variables have the same names as the options, with
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# dashes changed to underlines.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Initialize some other variables.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Maximum number of lines to put in a shell here document.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # If the previous option needs an argument, assign it.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "$ac_prev"; then
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User eval "$ac_prev=\$ac_option"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews # Accept the important Cygnus configure options, so we can diagnose typos.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -bindir | --bindir | --bindi | --bind | --bin | --bi)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews -cache-file | --cache-file | --cache-fil | --cache-fi \
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
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
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User eval "enable_${ac_feature}=no" ;;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox 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
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User eval "enable_${ac_feature}='$ac_optarg'" ;;
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox 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-=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User # Obsolete; use --with-gas.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Omit some internal or obsolete options to make the list less imposing.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # This message is too long to be a string in the A/UX 3.1 sh.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserUsage: configure [options] [host]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserOptions: [defaults in brackets after descriptions]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox UserConfiguration:
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --cache-file=FILE cache test results in FILE
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --help print this message
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --no-create do not create output files
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --quiet, --silent do not print \`checking...' messages
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --version print the version of autoconf that created configure
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserDirectory and file names:
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --prefix=PREFIX install architecture-independent files in PREFIX
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User [$ac_default_prefix]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User [same as prefix]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --bindir=DIR user executables in DIR [EPREFIX/bin]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --datadir=DIR read-only architecture-independent data in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User [PREFIX/share]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User --sharedstatedir=DIR modifiable architecture-independent data in DIR
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --libdir=DIR object code libraries in DIR [EPREFIX/lib]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --includedir=DIR C header files in DIR [PREFIX/include]
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --infodir=DIR info documentation in DIR [PREFIX/info]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --mandir=DIR man documentation in DIR [PREFIX/man]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --srcdir=DIR find the sources in DIR [configure dir or ..]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --program-prefix=PREFIX prepend PREFIX to installed program names
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --program-suffix=SUFFIX append SUFFIX to installed program names
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --program-transform-name=PROGRAM
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User run sed PROGRAM on installed program names
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --build=BUILD configure for building on BUILD [BUILD=HOST]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --host=HOST configure for HOST [guessed]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --target=TARGET configure for TARGET [TARGET=HOST]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox UserFeatures and packages:
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --x-includes=DIR X include files are in DIR
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User --x-libraries=DIR X library files are in DIR
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User if test -n "$ac_help"; then
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User echo "--enable and --with options recognized:$ac_help"
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir | --includedir | --includedi | --included | --include \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --includ=* | --inclu=* | --incl=* | --inc=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -infodir | --infodir | --infodi | --infod | --info | --inf)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -libdir=* | --libdir=* | --libdi=* | --libd=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User -localstatedir | --localstatedir | --localstatedi | --localstated \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --localstate | --localstat | --localsta | --localst \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --locals | --local | --loca | --loc | --lo)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --localstate=* | --localstat=* | --localsta=* | --localst=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User # Obsolete; use --without-fp.
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c32570b3191fdfb38a65567b8bb729fdb42ff847Tinderbox User -no-recursion | --no-recursion | --no-recursio | --no-recursi \
c32570b3191fdfb38a65567b8bb729fdb42ff847Tinderbox User | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
c32570b3191fdfb38a65567b8bb729fdb42ff847Tinderbox User -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
c32570b3191fdfb38a65567b8bb729fdb42ff847Tinderbox User | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
c32570b3191fdfb38a65567b8bb729fdb42ff847Tinderbox User | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -program-prefix | --program-prefix | --program-prefi | --program-pref \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --program-pre | --program-pr | --program-p)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-prefix=* | --program-prefix=* | --program-prefi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-suffix | --program-suffix | --program-suffi | --program-suff \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --program-suf | --program-su | --program-s)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -program-suffix=* | --program-suffix=* | --program-suffi=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-transform-name | --program-transform-name \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --program-transform-nam | --program-transform-na \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-n | --program-transform- \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -program-transform-name=* | --program-transform-name=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --program-transform-nam=* | --program-transform-na=* \
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User | --program-transform-n=* | --program-transform-=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --program-transform=* | --program-transfor=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --progr-tra=* | --program-tr=* | --program-t=*)
260e8e04b0dc24cb884c789b5d9eb046457f264eTinderbox User -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | -silent | --silent | --silen | --sile | --sil)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -sharedstatedir | --sharedstatedir | --sharedstatedi \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User | --sharedst | --shareds | --shared | --share | --shar \
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
057cafaa3df7be7a6dcca71fbaf8fb498fd83518Mark Andrews -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
057cafaa3df7be7a6dcca71fbaf8fb498fd83518Mark Andrews -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -target | --target | --targe | --targ | --tar | --ta | --t)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User -v | -verbose | --verbose | --verbos | --verbo | --verb)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User -version | --version | --versio | --versi | --vers)
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User echo "configure generated by autoconf version 2.12"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User # Reject names that are not valid shell variable names.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User eval "with_${ac_package}='$ac_optarg'" ;;
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews ac_package=`echo $ac_option|sed -e 's/-*without-//'`
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews # Reject names that are not valid shell variable names.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews eval "with_${ac_package}=no" ;;
350e5eecadfc5ee72b11b2cc46828c9a0bcd717cTinderbox User # Obsolete; use --with-x.
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
# ./install, which can be erroneously created by make from ./install.sh.
if test -z "$INSTALL"; 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
ac_ext=c
if { (eval echo configure:879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
{ 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:899: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
if test "$ac_test_CFLAGS" = set; then
GCC=
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
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
if { (eval echo configure:1132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./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:1400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
*-linux*)
if { (eval echo configure:1764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
if { (eval echo configure:1925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
if { (eval echo configure:1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; 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 "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