configure revision f855bad4a1bf282fdddc59d89c33ff6813ab2800
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# From configure.in Revision: 1.130
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## Copyright (C) 1996-1999 Free Software Foundation, Inc.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## This program is free software; you can redistribute it and/or modify
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## it under the terms of the GNU General Public License as published by
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson## the Free Software Foundation; either version 2 of the License, or
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson## (at your option) any later version.
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson## This program is distributed in the hope that it will be useful, but
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson## WITHOUT ANY WARRANTY; without even the implied warranty of
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
aff4e48c82c1de198a627fe7a57fb6f400d6d3c1Andreas Gustafsson## General Public License for more details.
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson## You should have received a copy of the GNU General Public License
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## along with this program; if not, write to the Free Software
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
b3651a8e87c12ea0428eeb5cf4b304be5bcd9db0Brian Wellington## As a special exception to the GNU General Public License, if you
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson## distribute this file as part of a program that contains a
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson## configuration script generated by Autoconf, you may include it under
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson## the same distribution terms that you use for the rest of that program.
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson# serial 40 AC_PROG_LIBTOOL
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson# AC_ENABLE_SHARED - implement the --enable-shared flag
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson# Usage: AC_ENABLE_SHARED[(DEFAULT)]
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
72e278abc7c73059de68017eceae7d5138ee98c1Andreas Gustafsson# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson# AC_ENABLE_STATIC - implement the --enable-static flag
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson# Usage: AC_ENABLE_STATIC[(DEFAULT)]
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
a1bb4b0e4f71fb2878050905087d279cfa87b786Andreas Gustafsson# AC_DISABLE_STATIC - set the default static flag to --disable-static
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# AC_PROG_LD - find the path to the GNU or non-GNU linker
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# AC_PROG_NM - find the path to a BSD-compatible name lister
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# AC_CHECK_LIBM - check for math library
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson# the libltdl convenience library, adds --enable-ltdl-convenience to
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# to be `${top_builddir}/libltdl'. Make sure you start DIR with
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson# '${top_builddir}/' (note the single quotes!) if your package is not
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson# flat, and, if you're not using automake, define top_builddir as
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson# appropriate in the Makefiles.
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson# the libltdl installable library, and adds --enable-ltdl-install to
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson# to be `${top_builddir}/libltdl'. Make sure you start DIR with
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson# '${top_builddir}/' (note the single quotes!) if your package is not
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson# flat, and, if you're not using automake, define top_builddir as
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson# appropriate in the Makefiles.
6af37648dd5e0cb407cbef1fed5255dd874e61efAndreas Gustafsson# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson# Guess values for system-dependent variables and create Makefiles.
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson# Generated automatically using autoconf version 2.13
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence# This configure script is free software; the Free Software Foundation
021a3183ec1db24e2b9627bdd059a121c56ab886Andreas Gustafsson# gives unlimited permission to copy, distribute and modify it.
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence# Any additions from configure.in:
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --with-mit-pthreads use the mit-pthreads thread library"
1ae59f0202d4dd5f41f978804b092115c6e053eaDavid Lawrence --with-ptl2 use the ptl2 thread library"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --with-libtool use GNU libtool"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --enable-shared[=PKGS] build shared libraries [default=yes]"
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews --enable-static[=PKGS] build static libraries [default=yes]"
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --disable-libtool-lock avoid locking (might break parallel builds)"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --enable-ipv6 use IPv6 [default=autodetect]"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence# Initialize some variables set by options.
04bdb234571448ed6194e1d4048e6512f2446f1cDavid Lawrence# The variables have the same names as the options, with
f11c81f4fe26ae9f1ef990257b3b2cac6ab5be12Mark Andrews# dashes changed to underlines.
20df5357b17d31a3adc4d6f7cfdd9d4f1c5addf2Andreas Gustafsson# Initialize some other variables.
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson# Maximum number of lines to put in a shell here document.
d5a0b9c15c0a81a982fd7375a195f368c30a47b9Andreas Gustafsson # If the previous option needs an argument, assign it.
d5a0b9c15c0a81a982fd7375a195f368c30a47b9Andreas Gustafsson if test -n "$ac_prev"; then
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson eval "$ac_prev=\$ac_option"
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson # Accept the important Cygnus configure options, so we can diagnose typos.
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -bindir | --bindir | --bindi | --bind | --bin | --bi)
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -build | --build | --buil | --bui | --bu)
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson -cache-file | --cache-file | --cache-fil | --cache-fi \
b1e7bb6aef7f9c559a2b42d8fcc82001d8c83b21Andreas Gustafsson | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
d5a0b9c15c0a81a982fd7375a195f368c30a47b9Andreas Gustafsson -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson # Reject names that are not valid shell variable names.
f7aa8ce0b3cf7f5df618a42beecf8d5517c000acAndreas Gustafsson if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
c7d445ce7f4db5262ba3412eac7b1ee9d053b93dAndreas Gustafsson { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson ac_feature=`echo $ac_feature| sed 's/-/_/g'`
2357f291c53de433c39ce844d2f0abc0bccfa9fcAndreas Gustafsson eval "enable_${ac_feature}=no" ;;
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson # Reject names that are not valid shell variable names.
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson ac_feature=`echo $ac_feature| sed 's/-/_/g'`
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson eval "enable_${ac_feature}='$ac_optarg'" ;;
20df5357b17d31a3adc4d6f7cfdd9d4f1c5addf2Andreas Gustafsson -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
20df5357b17d31a3adc4d6f7cfdd9d4f1c5addf2Andreas Gustafsson | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
c33679b400a69afeeb719addc390a3134f61ecfcAndreas Gustafsson -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
c33679b400a69afeeb719addc390a3134f61ecfcAndreas Gustafsson | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson # Obsolete; use --with-gas.
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson # Omit some internal or obsolete options to make the list less imposing.
fdf2eaf21bf4530114049f3c77421a56d585aabcAndreas Gustafsson # This message is too long to be a string in the A/UX 3.1 sh.
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas GustafssonUsage: configure [options] [host]
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas GustafssonOptions: [defaults in brackets after descriptions]
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson --cache-file=FILE cache test results in FILE
cat << EOF
if test -n "$ac_help"; then
echo "--enable and --with options recognized:$ac_help"
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 -n "$ETAGS"; then
test -n "$ETAGS" && break
# the installation, but named.boot/named.conf was in /etc
# would. To change the prefix for everything but leave named.conf
# To put named.conf and named.pid in /usr/local with everything else,
NONE)
*-solaris*)
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:1266: \"$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:1292: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1306: \"$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:1553: \"$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___%'`
# HAVE_NETINET6_IN6_H needs to go in platform.h.
if { (eval echo configure:1845: \"$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:1890: \"$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:1937: \"$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:1991: \"$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:2032: \"$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:2073: \"$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"
*-freebsd*)
if { (eval echo configure:2130: \"$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"
*-linux*)
*-solaris*)
if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2273: \"$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:2320: \"$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"
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
if { (eval echo configure:2727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2825: \"$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:3188: \"$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
SA=a
no)
yes)
if { (eval echo configure:3372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
no)
yes)
no)
if { (eval echo configure:3496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3735: \"$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___%'`
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___%'`
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
# 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