configure revision de476e9bd35b6be1759d5680eb89a394eb67bc39
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# From configure.in Revision: 1.90
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley## Copyright (C) 1996-1999 Free Software Foundation, Inc.
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3aMark Andrews## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein## This program is free software; you can redistribute it and/or modify
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence## it under the terms of the GNU General Public License as published by
110d1702731f42dd620879c1d765ebe91f3920ceMichael Graff## the Free Software Foundation; either version 2 of the License, or
110d1702731f42dd620879c1d765ebe91f3920ceMichael Graff## (at your option) any later version.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley## This program is distributed in the hope that it will be useful, but
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence## WITHOUT ANY WARRANTY; without even the implied warranty of
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
def8e47c688e2480a4539d69c3d1a0a28a7c0550Mark Andrews## General Public License for more details.
364a82f7c25b62967678027043425201a5e5171aBob Halley## You should have received a copy of the GNU General Public License
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley## along with this program; if not, write to the Free Software
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence## As a special exception to the GNU General Public License, if you
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley## distribute this file as part of a program that contains a
54f959d12b5a1f9315fbf6a776c6d349316e9686Bob Halley## configuration script generated by Autoconf, you may include it under
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley## the same distribution terms that you use for the rest of that program.
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# serial 40 AC_PROG_LIBTOOL
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# AC_ENABLE_SHARED - implement the --enable-shared flag
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# Usage: AC_ENABLE_SHARED[(DEFAULT)]
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
4100ae5109c69d8269a8fa626f217a15a633cd7fMark Andrews# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_ENABLE_STATIC - implement the --enable-static flag
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Usage: AC_ENABLE_STATIC[(DEFAULT)]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_DISABLE_STATIC - set the default static flag to --disable-static
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
732e0731dec1922747bb3b3147cf2c3d16b22eaaBob Halley# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_PROG_LD - find the path to the GNU or non-GNU linker
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# AC_PROG_NM - find the path to a BSD-compatible name lister
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_CHECK_LIBM - check for math library
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# the libltdl convenience library, adds --enable-ltdl-convenience to
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# to be `${top_builddir}/libltdl'. Make sure you start DIR with
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# '${top_builddir}/' (note the single quotes!) if your package is not
078d49b63324f01d98301ee21671abee0c41fcdeBob Halley# flat, and, if you're not using automake, define top_builddir as
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# appropriate in the Makefiles.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley# the libltdl installable library, and adds --enable-ltdl-install to
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
ca67883a666bdf314d3da958d5195e7215b1f797Bob Halley# to be `${top_builddir}/libltdl'. Make sure you start DIR with
732e0731dec1922747bb3b3147cf2c3d16b22eaaBob Halley# '${top_builddir}/' (note the single quotes!) if your package is not
b12f0228b32775ee688ed21ddbf3a116c1adfb43Michael Graff# flat, and, if you're not using automake, define top_builddir as
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews# appropriate in the Makefiles.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
e496615043400500492fa7b891c515c8e7cb7d08Bob Halley# Guess values for system-dependent variables and create Makefiles.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Generated automatically using autoconf version 2.13
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# This configure script is free software; the Free Software Foundation
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# gives unlimited permission to copy, distribute and modify it.
078d49b63324f01d98301ee21671abee0c41fcdeBob Halley# Any additions from configure.in:
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --with-mit-pthreads use the mit-pthreads thread library"
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --with-ptl2 use the ptl2 thread library"
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley --with-libtool use GNU libtool"
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --enable-shared[=PKGS] build shared libraries [default=yes]"
732e0731dec1922747bb3b3147cf2c3d16b22eaaBob Halley --enable-static[=PKGS] build static libraries [default=yes]"
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
80b782f356f0692c11b4e52e8dd46ec41704e5a2Mark Andrews --disable-libtool-lock avoid locking (might break parallel builds)"
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews --enable-ipv6 use IPv6 [default=autodetect]"
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
28640d1da26d561f4137122fe64e9e8cc08bf11eBob Halley# Initialize some variables set by options.
28640d1da26d561f4137122fe64e9e8cc08bf11eBob Halley# The variables have the same names as the options, with
28640d1da26d561f4137122fe64e9e8cc08bf11eBob Halley# dashes changed to underlines.
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley# Initialize some other variables.
1c724c986de1449e3b2f1eeae4c724dc0d97603cBob Halley# Maximum number of lines to put in a shell here document.
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley # If the previous option needs an argument, assign it.
e02884167b7c969b56413f76c48c3802c4dca14dAndreas Gustafsson if test -n "$ac_prev"; then
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley eval "$ac_prev=\$ac_option"
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
732e0731dec1922747bb3b3147cf2c3d16b22eaaBob Halley # Accept the important Cygnus configure options, so we can diagnose typos.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 -bindir | --bindir | --bindi | --bind | --bin | --bi)
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -cache-file | --cache-file | --cache-fil | --cache-fi \
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley # Reject names that are not valid shell variable names.
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley eval "enable_${ac_feature}=no" ;;
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley # Reject names that are not valid shell variable names.
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
7837d146219db7a85a4b444a9cdf6602254a4f75Bob Halley eval "enable_${ac_feature}='$ac_optarg'" ;;
1c724c986de1449e3b2f1eeae4c724dc0d97603cBob Halley -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1c724c986de1449e3b2f1eeae4c724dc0d97603cBob Halley | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1c724c986de1449e3b2f1eeae4c724dc0d97603cBob Halley -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1c724c986de1449e3b2f1eeae4c724dc0d97603cBob Halley | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence # Obsolete; use --with-gas.
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff # Omit some internal or obsolete options to make the list less imposing.
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley # This message is too long to be a string in the A/UX 3.1 sh.
5619558151f1aa4249b3ead979e76876e29278b6Bob HalleyUsage: configure [options] [host]
5619558151f1aa4249b3ead979e76876e29278b6Bob HalleyOptions: [defaults in brackets after descriptions]
5619558151f1aa4249b3ead979e76876e29278b6Bob HalleyConfiguration:
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --cache-file=FILE cache test results in FILE
078d49b63324f01d98301ee21671abee0c41fcdeBob Halley --help print this message
0180ccf72c79b98eb8ee5abbb7331aec6951dd9fBob Halley --no-create do not create output files
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --quiet, --silent do not print \`checking...' messages
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --version print the version of autoconf that created configure
5619558151f1aa4249b3ead979e76876e29278b6Bob HalleyDirectory and file names:
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --prefix=PREFIX install architecture-independent files in PREFIX
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff [$ac_default_prefix]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley [same as prefix]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --bindir=DIR user executables in DIR [EPREFIX/bin]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --datadir=DIR read-only architecture-independent data in DIR
078d49b63324f01d98301ee21671abee0c41fcdeBob Halley [PREFIX/share]
0180ccf72c79b98eb8ee5abbb7331aec6951dd9fBob Halley --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --sharedstatedir=DIR modifiable architecture-independent data in DIR
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley [PREFIX/com]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --libdir=DIR object code libraries in DIR [EPREFIX/lib]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --includedir=DIR C header files in DIR [PREFIX/include]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --infodir=DIR info documentation in DIR [PREFIX/info]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --mandir=DIR man documentation in DIR [PREFIX/man]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --srcdir=DIR find the sources in DIR [configure dir or ..]
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --program-prefix=PREFIX prepend PREFIX to installed program names
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --program-suffix=SUFFIX append SUFFIX to installed program names
078d49b63324f01d98301ee21671abee0c41fcdeBob Halley --program-transform-name=PROGRAM
0180ccf72c79b98eb8ee5abbb7331aec6951dd9fBob Halley run sed PROGRAM on installed program names
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley --build=BUILD configure for building on BUILD [BUILD=HOST]
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley --host=HOST configure for HOST [guessed]
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley --target=TARGET configure for TARGET [TARGET=HOST]
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark AndrewsFeatures and packages:
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson --x-includes=DIR X include files are in DIR
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson --x-libraries=DIR X library files are in DIR
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson if test -n "$ac_help"; then
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson echo "--enable and --with options recognized:$ac_help"
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington -includedir | --includedir | --includedi | --included | --include \
88a6fef4944a00d8350ffd8b64ef58c694b8335eMark Andrews -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
76883e8cee593f45c65b0936e5d6e8f778d6e3efMichael Graff | --includ=* | --inclu=* | --incl=* | --inc=*)
8af4b7042d84e0699f7c1de306526098030b74a9Mark Andrews -infodir | --infodir | --infodi | --infod | --info | --inf)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
c2c386119e2cfe0831c3804d3691324ddcf5561cMark Andrews -localstatedir | --localstatedir | --localstatedi | --localstated \
ccbfddc70ef38263daca312d29bb8c5077e24785Bob Halley | --localstate | --localstat | --localsta | --localst \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --locals | --local | --loca | --loc | --lo)
54f959d12b5a1f9315fbf6a776c6d349316e9686Bob Halley -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
89d8adb6663b13435ff9ae1eb53e45da7fa79275Bob Halley | --localstate=* | --localstat=* | --localsta=* | --localst=* \
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b2ca6fd3a8293440b4d263723525396059cf2400Brian Wellington # Obsolete; use --without-fp.
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington -no-create | --no-create | --no-creat | --no-crea | --no-cre \
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff -no-recursion | --no-recursion | --no-recursio | --no-recursi \
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
bf345589ce0b0b64533d4566e4992a0e63aac6f5Bob Halley | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews -program-prefix | --program-prefix | --program-prefi | --program-pref \
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews -program-prefix=* | --program-prefix=* | --program-prefi=* \
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -program-suffix | --program-suffix | --program-suffi | --program-suff \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-suf | --program-su | --program-s)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -program-suffix=* | --program-suffix=* | --program-suffi=* \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -program-transform-name | --program-transform-name \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-transform-nam | --program-transform-na \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-transform-n | --program-transform- \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-transform | --program-transfor \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --progr-tra | --program-tr | --program-t)
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley -program-transform-name=* | --program-transform-name=* \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | --program-transform-nam=* | --program-transform-na=* \
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley | --program-transform-n=* | --program-transform-=* \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews | --program-transform=* | --program-transfor=* \
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley | --progr-tra=* | --program-tr=* | --program-t=*)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -q | -quiet | --quiet | --quie | --qui | --qu | --q \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson | -silent | --silent | --silen | --sile | --sil)
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
def8e47c688e2480a4539d69c3d1a0a28a7c0550Mark Andrews -sharedstatedir | --sharedstatedir | --sharedstatedi \
def8e47c688e2480a4539d69c3d1a0a28a7c0550Mark Andrews | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
def8e47c688e2480a4539d69c3d1a0a28a7c0550Mark Andrews | --sharedst | --shareds | --shared | --share | --shar \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
def8e47c688e2480a4539d69c3d1a0a28a7c0550Mark Andrews -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews -target | --target | --targe | --targ | --tar | --ta | --t)
f4a4f6945ecd565c1e86b599b8a353a2921803d4Mark Andrews -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson -v | -verbose | --verbose | --verbos | --verbo | --verb)
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews -version | --version | --versio | --versi | --vers)
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews echo "configure generated by autoconf version 2.13"
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews # Reject names that are not valid shell variable names.
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson ac_package=`echo $ac_package| sed 's/-/_/g'`
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews eval "with_${ac_package}='$ac_optarg'" ;;
76883e8cee593f45c65b0936e5d6e8f778d6e3efMichael Graff ac_package=`echo $ac_option|sed -e 's/-*without-//'`
76883e8cee593f45c65b0936e5d6e8f778d6e3efMichael Graff # Reject names that are not valid shell variable names.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
76883e8cee593f45c65b0936e5d6e8f778d6e3efMichael Graff { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
94a08e09db3dc844b6ee4841c368a2d7074a9c3fAndreas Gustafsson eval "with_${ac_package}=no" ;;
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley # Obsolete; use --with-x.
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
22f735acbce7ffe95af20bb58bb8929b6f1d674fMichael Graff -x-libraries | --x-libraries | --x-librarie | --x-librari \
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
69be7837c920fac5c71a73e8fad586f9a2711e96Michael Graff if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence echo "configure: warning: $ac_option: invalid host type" 1>&2
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
13eaef2df27683658868c3828c18880d7419a16aDavid Lawrenceif test -n "$ac_prev"; then
13eaef2df27683658868c3828c18880d7419a16aDavid Lawrence { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
13eaef2df27683658868c3828c18880d7419a16aDavid Lawrencetrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
52637f592f705ca93fadc218e403fd55e8ce4aeaMark Andrews# File descriptor usage:
76883e8cee593f45c65b0936e5d6e8f778d6e3efMichael Graff# 0 standard input
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley# 1 file creation
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley# 2 errors and warnings
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley# 3 some systems may open it to /dev/tty
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff# 4 used on the Kubota Titan
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley# 6 checking for... messages and results
c3b708aaf1bb0a118e0e11befa1b732acfb1d079Bob Halley# 5 compiler messages saved in config.log
ccbfddc70ef38263daca312d29bb8c5077e24785Bob HalleyThis file contains any messages produced by compilers while
ccbfddc70ef38263daca312d29bb8c5077e24785Bob Halleyrunning configure, to aid debugging if configure makes a mistake.
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley# Strip out --no-create and --no-recursion so they do not pile up.
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley# Also quote any args containing shell metacharacters.
92296c744ef9ef36de499eb10b3e27800d8b24a5Mark Andrews -no-create | --no-create | --no-creat | --no-crea | --no-cre \
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews -no-recursion | --no-recursion | --no-recursio | --no-recursi \
13eaef2df27683658868c3828c18880d7419a16aDavid Lawrence | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
13eaef2df27683658868c3828c18880d7419a16aDavid Lawrence *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley ac_configure_args="$ac_configure_args '$ac_arg'" ;;
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley *) ac_configure_args="$ac_configure_args $ac_arg" ;;
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews# NLS nuisances.
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews# Only set these to C if already set. These must not be set unconditionally
c569a0e4d518bf30be1b2ba9cc3592fe470e9822Mark Andrews# because not all systems understand e.g. LANG=C (notably SCO).
8dfa9caeec8e68db0c937e347a3d6629e7627d54Bob Halley# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
5619558151f1aa4249b3ead979e76876e29278b6Bob Halley# Non-C LC_CTYPE values break the ctype check.
d981ca645597116d227a48bf37cc5edc061c854dBob Halleyif test "${LANG+set}" = set; then LANG=C; export LANG; fi
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrewsif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrewsif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrewsif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews# confdefs.h avoids OS command line length limits that DEFS can exceed.
45e1bd63587102c3bb361eaca42ee7b714fb3542Mark Andrews# AIX cpp loses on an empty file, so make sure it contains at least a newline.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews# A filename unique to this package, relative to the directory that
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews# configure is in, which we can look for to find out if srcdir is correct.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews# Find the source files, if location was not specified.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrewsif test -z "$srcdir"; then
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews # Try the directory containing this script, then its parent.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafssonsrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson# Prefer explicitly selected file to automatically selected ones.
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellingtonif test -z "$CONFIG_SITE"; then
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
d981ca645597116d227a48bf37cc5edc061c854dBob Halley if test -r "$ac_site_file"; then
d981ca645597116d227a48bf37cc5edc061c854dBob Halley echo "loading site script $ac_site_file"
d981ca645597116d227a48bf37cc5edc061c854dBob Halleyif test -r "$cache_file"; then
d981ca645597116d227a48bf37cc5edc061c854dBob Halley echo "loading cache $cache_file"
d981ca645597116d227a48bf37cc5edc061c854dBob Halley echo "creating cache $cache_file"
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
d981ca645597116d227a48bf37cc5edc061c854dBob Halleyac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
d981ca645597116d227a48bf37cc5edc061c854dBob Halleyac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
43b8fb75704f290a48fc96461140b42b2488348dMark Andrewsif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrewsfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrewsif test -z "$ac_aux_dir"; then
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrewsac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews# Make sure we can run config.sub.
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrewsif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrewselse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrewsecho $ac_n "checking host system type""... $ac_c" 1>&6
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrewsecho "configure:672: checking host system type" >&5
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉echo "configure:694: checking whether ${MAKE-make} sets \${MAKE}" >&5
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 @echo 'ac_maketemp="${MAKE}"'
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉if test -n "$ac_maketemp"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# Extract the first word of "ranlib", so it can be a program name with args.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉echo "configure:723: checking for $ac_word" >&5
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 if test -n "$RANLIB"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉if test -n "$RANLIB"; then
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# Find a good install program. We prefer a C program (faster),
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# so one script is as good as another. But avoid the broken or
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# incompatible versions:
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# AFS /usr/afsws/bin/install, which mishandles nonexistent args
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉# ./install, which can be erroneously created by make from ./install.sh.
0cae66577c69c89086cd065bb297690072b471b4Mark Andrewsecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
0cae66577c69c89086cd065bb297690072b471b4Mark Andrewsecho "configure:762: checking for a BSD compatible install" >&5
0cae66577c69c89086cd065bb297690072b471b4Mark Andrewsif test -z "$INSTALL"; then
0cae66577c69c89086cd065bb297690072b471b4Mark Andrewsif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews # Account for people who put trailing slashes in PATH elements.
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews # OSF1 and SCO ODT 3.0 have their own names for install.
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews # Don't use installbsd from OSF since it installs stuff as root
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews # by default.
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
e7857b5ee05414961bb11f9e57f654163fae6acbckb # AIX install. It has an incompatible calling convention.
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews if test "${ac_cv_path_install+set}" = set; then
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews # As a last resort, use the slow shell script. We don't cache a
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews # path for INSTALL within a source directory, because that will
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews # break other packages using the cache if that directory is
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews # removed, or if the path is relative.
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews# It thinks the first close brace ends the variable substitution.
e7857b5ee05414961bb11f9e57f654163fae6acbckbtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
e7857b5ee05414961bb11f9e57f654163fae6acbckbtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
e7857b5ee05414961bb11f9e57f654163fae6acbckbtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
953692fa1e307b7325e383302d82b711d164a9d5Tinderbox User# Extract the first word of "ar", so it can be a program name with args.
953692fa1e307b7325e383302d82b711d164a9d5Tinderbox Userecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
953692fa1e307b7325e383302d82b711d164a9d5Tinderbox Userecho "configure:825: checking for $ac_word" >&5
953692fa1e307b7325e383302d82b711d164a9d5Tinderbox Userif eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
953692fa1e307b7325e383302d82b711d164a9d5Tinderbox User ac_cv_path_AR="$AR" # Let the user override the test with a path.
if test -n "$AR"; then
if test -f "$ac_dir/cc"; then
*-netbsd*)
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_ext=c
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:1117: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1131: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
GCC=
if test "$ac_test_CFLAGS" = set; then
if test -n "$YACC"; then
if test -n "$YACC"; then
test -n "$YACC" && break
CPP=
if test -z "$CPP"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
if { (eval echo configure:1378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
yes)
no)
if { (eval echo configure:1659: \"$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:1704: \"$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:1751: \"$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:1804: \"$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:1854: \"$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:1895: \"$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:1936: \"$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:2003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-linux*)
if { (eval echo configure:2066: \"$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:2113: \"$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:2496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2594: \"$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:2952: \"$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:3199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3492: \"$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