configure revision 1.6
11.1Stv#! /bin/sh
21.1Stv# Guess values for system-dependent variables and create Makefiles.
31.1Stv# Generated by Autoconf 2.52 for make noversion.
41.1Stv#
51.6Ssalo# Report bugs to <bin-bug-people@NetBSD.org>.
61.1Stv#
71.1Stv# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
81.1Stv# Free Software Foundation, Inc.
91.1Stv# This configure script is free software; the Free Software Foundation
101.1Stv# gives unlimited permission to copy, distribute and modify it.
111.1Stv
121.1Stv# Avoid depending upon Character Ranges.
131.1Stvas_cr_letters='abcdefghijklmnopqrstuvwxyz'
141.1Stvas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
151.1Stvas_cr_Letters=$as_cr_letters$as_cr_LETTERS
161.1Stvas_cr_digits='0123456789'
171.1Stvas_cr_alnum=$as_cr_Letters$as_cr_digits
181.1Stv
191.1Stv# Sed expression to map a string onto a valid variable name.
201.1Stvas_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
211.1Stv
221.1Stv# Sed expression to map a string onto a valid CPP name.
231.1Stvas_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
241.1Stv
251.1Stv# Be Bourne compatible
261.1Stvif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
271.1Stv  emulate sh
281.1Stv  NULLCMD=:
291.1Stvelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
301.1Stv  set -o posix
311.1Stvfi
321.1Stv
331.1Stv# Name of the executable.
341.1Stvas_me=`echo "$0" |sed 's,.*[\\/],,'`
351.1Stv
361.1Stvif expr a : '\(a\)' >/dev/null 2>&1; then
371.1Stv  as_expr=expr
381.1Stvelse
391.1Stv  as_expr=false
401.1Stvfi
411.1Stv
421.1Stvrm -f conf$$ conf$$.exe conf$$.file
431.1Stvecho >conf$$.file
441.1Stvif ln -s conf$$.file conf$$ 2>/dev/null; then
451.1Stv  # We could just check for DJGPP; but this test a) works b) is more generic
461.1Stv  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
471.1Stv  if test -f conf$$.exe; then
481.1Stv    # Don't use ln at all; we don't have any links
491.1Stv    as_ln_s='cp -p'
501.1Stv  else
511.1Stv    as_ln_s='ln -s'
521.1Stv  fi
531.1Stvelif ln conf$$.file conf$$ 2>/dev/null; then
541.1Stv  as_ln_s=ln
551.1Stvelse
561.1Stv  as_ln_s='cp -p'
571.1Stvfi
581.1Stvrm -f conf$$ conf$$.exe conf$$.file
591.1Stv
601.1Stvas_executable_p="test -f"
611.1Stv
621.1Stv# Support unset when possible.
631.1Stvif (FOO=FOO; unset FOO) >/dev/null 2>&1; then
641.1Stv  as_unset=unset
651.1Stvelse
661.1Stv  as_unset=false
671.1Stvfi
681.1Stv
691.1Stv# NLS nuisances.
701.1Stv$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
711.1Stv$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
721.1Stv$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
731.1Stv$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
741.1Stv$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
751.1Stv$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
761.1Stv$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
771.1Stv$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
781.1Stv
791.1Stv# IFS
801.1Stv# We need space, tab and new line, in precisely that order.
811.1Stvas_nl='
821.1Stv'
831.1StvIFS=" 	$as_nl"
841.1Stv
851.1Stv# CDPATH.
861.1Stv$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
871.1Stv
881.1Stv# Name of the host.
891.1Stv# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
901.1Stv# so uname gets run too.
911.1Stvac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
921.1Stv
931.1Stvexec 6>&1
941.1Stv
951.1Stv#
961.1Stv# Initializations.
971.1Stv#
981.1Stvac_default_prefix=/usr/local
991.1Stvcross_compiling=no
1001.1Stvsubdirs=
1011.1StvMFLAGS= MAKEFLAGS=
1021.1StvSHELL=${CONFIG_SHELL-/bin/sh}
1031.1Stv
1041.1Stv# Maximum number of lines to put in a shell here document.
1051.1Stv# This variable seems obsolete.  It should probably be removed, and
1061.1Stv# only ac_max_sed_lines should be used.
1071.1Stv: ${ac_max_here_lines=38}
1081.1Stv
1091.1Stv# Initialize some variables set by options.
1101.1Stvac_init_help=
1111.1Stvac_init_version=false
1121.1Stv# The variables have the same names as the options, with
1131.1Stv# dashes changed to underlines.
1141.1Stvcache_file=/dev/null
1151.1Stvexec_prefix=NONE
1161.1Stvno_create=
1171.1Stvno_recursion=
1181.1Stvprefix=NONE
1191.1Stvprogram_prefix=NONE
1201.1Stvprogram_suffix=NONE
1211.1Stvprogram_transform_name=s,x,x,
1221.1Stvsilent=
1231.1Stvsite=
1241.1Stvsrcdir=
1251.1Stvverbose=
1261.1Stvx_includes=NONE
1271.1Stvx_libraries=NONE
1281.1Stv
1291.1Stv# Installation directory options.
1301.1Stv# These are left unexpanded so users can "make install exec_prefix=/foo"
1311.1Stv# and all the variables that are supposed to be based on exec_prefix
1321.1Stv# by default will actually change.
1331.1Stv# Use braces instead of parens because sh, perl, etc. also accept them.
1341.1Stvbindir='${exec_prefix}/bin'
1351.1Stvsbindir='${exec_prefix}/sbin'
1361.1Stvlibexecdir='${exec_prefix}/libexec'
1371.1Stvdatadir='${prefix}/share'
1381.1Stvsysconfdir='${prefix}/etc'
1391.1Stvsharedstatedir='${prefix}/com'
1401.1Stvlocalstatedir='${prefix}/var'
1411.1Stvlibdir='${exec_prefix}/lib'
1421.1Stvincludedir='${prefix}/include'
1431.1Stvoldincludedir='/usr/include'
1441.1Stvinfodir='${prefix}/info'
1451.1Stvmandir='${prefix}/man'
1461.1Stv
1471.1Stv# Identity of this package.
1481.1StvPACKAGE_NAME='make'
1491.1StvPACKAGE_TARNAME='make'
1501.1StvPACKAGE_VERSION='noversion'
1511.1StvPACKAGE_STRING='make noversion'
1521.6SsaloPACKAGE_BUGREPORT='bin-bug-people@NetBSD.org'
1531.1Stv
1541.1Stvac_prev=
1551.1Stvfor ac_option
1561.1Stvdo
1571.1Stv  # If the previous option needs an argument, assign it.
1581.1Stv  if test -n "$ac_prev"; then
1591.1Stv    eval "$ac_prev=\$ac_option"
1601.1Stv    ac_prev=
1611.1Stv    continue
1621.1Stv  fi
1631.1Stv
1641.1Stv  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1651.1Stv
1661.1Stv  # Accept the important Cygnus configure options, so we can diagnose typos.
1671.1Stv
1681.1Stv  case $ac_option in
1691.1Stv
1701.1Stv  -bindir | --bindir | --bindi | --bind | --bin | --bi)
1711.1Stv    ac_prev=bindir ;;
1721.1Stv  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1731.1Stv    bindir=$ac_optarg ;;
1741.1Stv
1751.1Stv  -build | --build | --buil | --bui | --bu)
1761.1Stv    ac_prev=build_alias ;;
1771.1Stv  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1781.1Stv    build_alias=$ac_optarg ;;
1791.1Stv
1801.1Stv  -cache-file | --cache-file | --cache-fil | --cache-fi \
1811.1Stv  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1821.1Stv    ac_prev=cache_file ;;
1831.1Stv  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1841.1Stv  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1851.1Stv    cache_file=$ac_optarg ;;
1861.1Stv
1871.1Stv  --config-cache | -C)
1881.1Stv    cache_file=config.cache ;;
1891.1Stv
1901.1Stv  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
1911.1Stv    ac_prev=datadir ;;
1921.1Stv  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
1931.1Stv  | --da=*)
1941.1Stv    datadir=$ac_optarg ;;
1951.1Stv
1961.1Stv  -disable-* | --disable-*)
1971.1Stv    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1981.1Stv    # Reject names that are not valid shell variable names.
1991.1Stv    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2001.1Stv      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
2011.1Stv   { (exit 1); exit 1; }; }
2021.1Stv    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
2031.1Stv    eval "enable_$ac_feature=no" ;;
2041.1Stv
2051.1Stv  -enable-* | --enable-*)
2061.1Stv    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2071.1Stv    # Reject names that are not valid shell variable names.
2081.1Stv    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
2091.1Stv      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
2101.1Stv   { (exit 1); exit 1; }; }
2111.1Stv    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
2121.1Stv    case $ac_option in
2131.1Stv      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
2141.1Stv      *) ac_optarg=yes ;;
2151.1Stv    esac
2161.1Stv    eval "enable_$ac_feature='$ac_optarg'" ;;
2171.1Stv
2181.1Stv  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2191.1Stv  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2201.1Stv  | --exec | --exe | --ex)
2211.1Stv    ac_prev=exec_prefix ;;
2221.1Stv  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2231.1Stv  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2241.1Stv  | --exec=* | --exe=* | --ex=*)
2251.1Stv    exec_prefix=$ac_optarg ;;
2261.1Stv
2271.1Stv  -gas | --gas | --ga | --g)
2281.1Stv    # Obsolete; use --with-gas.
2291.1Stv    with_gas=yes ;;
2301.1Stv
2311.1Stv  -help | --help | --hel | --he | -h)
2321.1Stv    ac_init_help=long ;;
2331.1Stv  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2341.1Stv    ac_init_help=recursive ;;
2351.1Stv  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2361.1Stv    ac_init_help=short ;;
2371.1Stv
2381.1Stv  -host | --host | --hos | --ho)
2391.1Stv    ac_prev=host_alias ;;
2401.1Stv  -host=* | --host=* | --hos=* | --ho=*)
2411.1Stv    host_alias=$ac_optarg ;;
2421.1Stv
2431.1Stv  -includedir | --includedir | --includedi | --included | --include \
2441.1Stv  | --includ | --inclu | --incl | --inc)
2451.1Stv    ac_prev=includedir ;;
2461.1Stv  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2471.1Stv  | --includ=* | --inclu=* | --incl=* | --inc=*)
2481.1Stv    includedir=$ac_optarg ;;
2491.1Stv
2501.1Stv  -infodir | --infodir | --infodi | --infod | --info | --inf)
2511.1Stv    ac_prev=infodir ;;
2521.1Stv  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2531.1Stv    infodir=$ac_optarg ;;
2541.1Stv
2551.1Stv  -libdir | --libdir | --libdi | --libd)
2561.1Stv    ac_prev=libdir ;;
2571.1Stv  -libdir=* | --libdir=* | --libdi=* | --libd=*)
2581.1Stv    libdir=$ac_optarg ;;
2591.1Stv
2601.1Stv  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2611.1Stv  | --libexe | --libex | --libe)
2621.1Stv    ac_prev=libexecdir ;;
2631.1Stv  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2641.1Stv  | --libexe=* | --libex=* | --libe=*)
2651.1Stv    libexecdir=$ac_optarg ;;
2661.1Stv
2671.1Stv  -localstatedir | --localstatedir | --localstatedi | --localstated \
2681.1Stv  | --localstate | --localstat | --localsta | --localst \
2691.1Stv  | --locals | --local | --loca | --loc | --lo)
2701.1Stv    ac_prev=localstatedir ;;
2711.1Stv  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2721.1Stv  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
2731.1Stv  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
2741.1Stv    localstatedir=$ac_optarg ;;
2751.1Stv
2761.1Stv  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2771.1Stv    ac_prev=mandir ;;
2781.1Stv  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2791.1Stv    mandir=$ac_optarg ;;
2801.1Stv
2811.1Stv  -nfp | --nfp | --nf)
2821.1Stv    # Obsolete; use --without-fp.
2831.1Stv    with_fp=no ;;
2841.1Stv
2851.1Stv  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2861.1Stv  | --no-cr | --no-c)
2871.1Stv    no_create=yes ;;
2881.1Stv
2891.1Stv  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2901.1Stv  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2911.1Stv    no_recursion=yes ;;
2921.1Stv
2931.1Stv  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2941.1Stv  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2951.1Stv  | --oldin | --oldi | --old | --ol | --o)
2961.1Stv    ac_prev=oldincludedir ;;
2971.1Stv  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2981.1Stv  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2991.1Stv  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
3001.1Stv    oldincludedir=$ac_optarg ;;
3011.1Stv
3021.1Stv  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3031.1Stv    ac_prev=prefix ;;
3041.1Stv  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3051.1Stv    prefix=$ac_optarg ;;
3061.1Stv
3071.1Stv  -program-prefix | --program-prefix | --program-prefi | --program-pref \
3081.1Stv  | --program-pre | --program-pr | --program-p)
3091.1Stv    ac_prev=program_prefix ;;
3101.1Stv  -program-prefix=* | --program-prefix=* | --program-prefi=* \
3111.1Stv  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
3121.1Stv    program_prefix=$ac_optarg ;;
3131.1Stv
3141.1Stv  -program-suffix | --program-suffix | --program-suffi | --program-suff \
3151.1Stv  | --program-suf | --program-su | --program-s)
3161.1Stv    ac_prev=program_suffix ;;
3171.1Stv  -program-suffix=* | --program-suffix=* | --program-suffi=* \
3181.1Stv  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
3191.1Stv    program_suffix=$ac_optarg ;;
3201.1Stv
3211.1Stv  -program-transform-name | --program-transform-name \
3221.1Stv  | --program-transform-nam | --program-transform-na \
3231.1Stv  | --program-transform-n | --program-transform- \
3241.1Stv  | --program-transform | --program-transfor \
3251.1Stv  | --program-transfo | --program-transf \
3261.1Stv  | --program-trans | --program-tran \
3271.1Stv  | --progr-tra | --program-tr | --program-t)
3281.1Stv    ac_prev=program_transform_name ;;
3291.1Stv  -program-transform-name=* | --program-transform-name=* \
3301.1Stv  | --program-transform-nam=* | --program-transform-na=* \
3311.1Stv  | --program-transform-n=* | --program-transform-=* \
3321.1Stv  | --program-transform=* | --program-transfor=* \
3331.1Stv  | --program-transfo=* | --program-transf=* \
3341.1Stv  | --program-trans=* | --program-tran=* \
3351.1Stv  | --progr-tra=* | --program-tr=* | --program-t=*)
3361.1Stv    program_transform_name=$ac_optarg ;;
3371.1Stv
3381.1Stv  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3391.1Stv  | -silent | --silent | --silen | --sile | --sil)
3401.1Stv    silent=yes ;;
3411.1Stv
3421.1Stv  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
3431.1Stv    ac_prev=sbindir ;;
3441.1Stv  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
3451.1Stv  | --sbi=* | --sb=*)
3461.1Stv    sbindir=$ac_optarg ;;
3471.1Stv
3481.1Stv  -sharedstatedir | --sharedstatedir | --sharedstatedi \
3491.1Stv  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
3501.1Stv  | --sharedst | --shareds | --shared | --share | --shar \
3511.1Stv  | --sha | --sh)
3521.1Stv    ac_prev=sharedstatedir ;;
3531.1Stv  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
3541.1Stv  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
3551.1Stv  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
3561.1Stv  | --sha=* | --sh=*)
3571.1Stv    sharedstatedir=$ac_optarg ;;
3581.1Stv
3591.1Stv  -site | --site | --sit)
3601.1Stv    ac_prev=site ;;
3611.1Stv  -site=* | --site=* | --sit=*)
3621.1Stv    site=$ac_optarg ;;
3631.1Stv
3641.1Stv  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3651.1Stv    ac_prev=srcdir ;;
3661.1Stv  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3671.1Stv    srcdir=$ac_optarg ;;
3681.1Stv
3691.1Stv  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
3701.1Stv  | --syscon | --sysco | --sysc | --sys | --sy)
3711.1Stv    ac_prev=sysconfdir ;;
3721.1Stv  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
3731.1Stv  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
3741.1Stv    sysconfdir=$ac_optarg ;;
3751.1Stv
3761.1Stv  -target | --target | --targe | --targ | --tar | --ta | --t)
3771.1Stv    ac_prev=target_alias ;;
3781.1Stv  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
3791.1Stv    target_alias=$ac_optarg ;;
3801.1Stv
3811.1Stv  -v | -verbose | --verbose | --verbos | --verbo | --verb)
3821.1Stv    verbose=yes ;;
3831.1Stv
3841.1Stv  -version | --version | --versio | --versi | --vers | -V)
3851.1Stv    ac_init_version=: ;;
3861.1Stv
3871.1Stv  -with-* | --with-*)
3881.1Stv    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3891.1Stv    # Reject names that are not valid shell variable names.
3901.1Stv    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3911.1Stv      { echo "$as_me: error: invalid package name: $ac_package" >&2
3921.1Stv   { (exit 1); exit 1; }; }
3931.1Stv    ac_package=`echo $ac_package| sed 's/-/_/g'`
3941.1Stv    case $ac_option in
3951.1Stv      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
3961.1Stv      *) ac_optarg=yes ;;
3971.1Stv    esac
3981.1Stv    eval "with_$ac_package='$ac_optarg'" ;;
3991.1Stv
4001.1Stv  -without-* | --without-*)
4011.1Stv    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
4021.1Stv    # Reject names that are not valid shell variable names.
4031.1Stv    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
4041.1Stv      { echo "$as_me: error: invalid package name: $ac_package" >&2
4051.1Stv   { (exit 1); exit 1; }; }
4061.1Stv    ac_package=`echo $ac_package | sed 's/-/_/g'`
4071.1Stv    eval "with_$ac_package=no" ;;
4081.1Stv
4091.1Stv  --x)
4101.1Stv    # Obsolete; use --with-x.
4111.1Stv    with_x=yes ;;
4121.1Stv
4131.1Stv  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
4141.1Stv  | --x-incl | --x-inc | --x-in | --x-i)
4151.1Stv    ac_prev=x_includes ;;
4161.1Stv  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
4171.1Stv  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
4181.1Stv    x_includes=$ac_optarg ;;
4191.1Stv
4201.1Stv  -x-libraries | --x-libraries | --x-librarie | --x-librari \
4211.1Stv  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
4221.1Stv    ac_prev=x_libraries ;;
4231.1Stv  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
4241.1Stv  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
4251.1Stv    x_libraries=$ac_optarg ;;
4261.1Stv
4271.1Stv  -*) { echo "$as_me: error: unrecognized option: $ac_option
4281.1StvTry \`$0 --help' for more information." >&2
4291.1Stv   { (exit 1); exit 1; }; }
4301.1Stv    ;;
4311.1Stv
4321.1Stv  *=*)
4331.1Stv    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
4341.1Stv    # Reject names that are not valid shell variable names.
4351.1Stv    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
4361.1Stv      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
4371.1Stv   { (exit 1); exit 1; }; }
4381.1Stv    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
4391.1Stv    eval "$ac_envvar='$ac_optarg'"
4401.1Stv    export $ac_envvar ;;
4411.1Stv
4421.1Stv  *)
4431.1Stv    # FIXME: should be removed in autoconf 3.0.
4441.1Stv    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
4451.1Stv    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
4461.1Stv      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
4471.1Stv    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
4481.1Stv    ;;
4491.1Stv
4501.1Stv  esac
4511.1Stvdone
4521.1Stv
4531.1Stvif test -n "$ac_prev"; then
4541.1Stv  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
4551.1Stv  { echo "$as_me: error: missing argument to $ac_option" >&2
4561.1Stv   { (exit 1); exit 1; }; }
4571.1Stvfi
4581.1Stv
4591.1Stv# Be sure to have absolute paths.
4601.1Stvfor ac_var in exec_prefix prefix
4611.1Stvdo
4621.1Stv  eval ac_val=$`echo $ac_var`
4631.1Stv  case $ac_val in
4641.1Stv    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
4651.1Stv    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
4661.1Stv   { (exit 1); exit 1; }; };;
4671.1Stv  esac
4681.1Stvdone
4691.1Stv
4701.1Stv# Be sure to have absolute paths.
4711.1Stvfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
4721.1Stv              localstatedir libdir includedir oldincludedir infodir mandir
4731.1Stvdo
4741.1Stv  eval ac_val=$`echo $ac_var`
4751.1Stv  case $ac_val in
4761.1Stv    [\\/$]* | ?:[\\/]* ) ;;
4771.1Stv    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
4781.1Stv   { (exit 1); exit 1; }; };;
4791.1Stv  esac
4801.1Stvdone
4811.1Stv
4821.1Stv# There might be people who depend on the old broken behavior: `$host'
4831.1Stv# used to hold the argument of --host etc.
4841.1Stvbuild=$build_alias
4851.1Stvhost=$host_alias
4861.1Stvtarget=$target_alias
4871.1Stv
4881.1Stv# FIXME: should be removed in autoconf 3.0.
4891.1Stvif test "x$host_alias" != x; then
4901.1Stv  if test "x$build_alias" = x; then
4911.1Stv    cross_compiling=maybe
4921.1Stv    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
4931.1Stv    If a cross compiler is detected then cross compile mode will be used." >&2
4941.1Stv  elif test "x$build_alias" != "x$host_alias"; then
4951.1Stv    cross_compiling=yes
4961.1Stv  fi
4971.1Stvfi
4981.1Stv
4991.1Stvac_tool_prefix=
5001.1Stvtest -n "$host_alias" && ac_tool_prefix=$host_alias-
5011.1Stv
5021.1Stvtest "$silent" = yes && exec 6>/dev/null
5031.1Stv
5041.1Stv# Find the source files, if location was not specified.
5051.1Stvif test -z "$srcdir"; then
5061.1Stv  ac_srcdir_defaulted=yes
5071.1Stv  # Try the directory containing this script, then its parent.
5081.1Stv  ac_prog=$0
5091.1Stv  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
5101.1Stv  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
5111.1Stv  srcdir=$ac_confdir
5121.1Stv  if test ! -r $srcdir/$ac_unique_file; then
5131.1Stv    srcdir=..
5141.1Stv  fi
5151.1Stvelse
5161.1Stv  ac_srcdir_defaulted=no
5171.1Stvfi
5181.1Stvif test ! -r $srcdir/$ac_unique_file; then
5191.1Stv  if test "$ac_srcdir_defaulted" = yes; then
5201.1Stv    { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
5211.1Stv   { (exit 1); exit 1; }; }
5221.1Stv  else
5231.1Stv    { echo "$as_me: error: cannot find sources in $srcdir" >&2
5241.1Stv   { (exit 1); exit 1; }; }
5251.1Stv  fi
5261.1Stvfi
5271.1Stvsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
5281.1Stvac_env_build_alias_set=${build_alias+set}
5291.1Stvac_env_build_alias_value=$build_alias
5301.1Stvac_cv_env_build_alias_set=${build_alias+set}
5311.1Stvac_cv_env_build_alias_value=$build_alias
5321.1Stvac_env_host_alias_set=${host_alias+set}
5331.1Stvac_env_host_alias_value=$host_alias
5341.1Stvac_cv_env_host_alias_set=${host_alias+set}
5351.1Stvac_cv_env_host_alias_value=$host_alias
5361.1Stvac_env_target_alias_set=${target_alias+set}
5371.1Stvac_env_target_alias_value=$target_alias
5381.1Stvac_cv_env_target_alias_set=${target_alias+set}
5391.1Stvac_cv_env_target_alias_value=$target_alias
5401.1Stvac_env_CC_set=${CC+set}
5411.1Stvac_env_CC_value=$CC
5421.1Stvac_cv_env_CC_set=${CC+set}
5431.1Stvac_cv_env_CC_value=$CC
5441.1Stvac_env_CFLAGS_set=${CFLAGS+set}
5451.1Stvac_env_CFLAGS_value=$CFLAGS
5461.1Stvac_cv_env_CFLAGS_set=${CFLAGS+set}
5471.1Stvac_cv_env_CFLAGS_value=$CFLAGS
5481.1Stvac_env_LDFLAGS_set=${LDFLAGS+set}
5491.1Stvac_env_LDFLAGS_value=$LDFLAGS
5501.1Stvac_cv_env_LDFLAGS_set=${LDFLAGS+set}
5511.1Stvac_cv_env_LDFLAGS_value=$LDFLAGS
5521.1Stvac_env_CPPFLAGS_set=${CPPFLAGS+set}
5531.1Stvac_env_CPPFLAGS_value=$CPPFLAGS
5541.1Stvac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
5551.1Stvac_cv_env_CPPFLAGS_value=$CPPFLAGS
5561.1Stvac_env_CPP_set=${CPP+set}
5571.1Stvac_env_CPP_value=$CPP
5581.1Stvac_cv_env_CPP_set=${CPP+set}
5591.1Stvac_cv_env_CPP_value=$CPP
5601.1Stv
5611.1Stv#
5621.1Stv# Report the --help message.
5631.1Stv#
5641.1Stvif test "$ac_init_help" = "long"; then
5651.1Stv  # Omit some internal or obsolete options to make the list less imposing.
5661.1Stv  # This message is too long to be a string in the A/UX 3.1 sh.
5671.1Stv  cat <<EOF
5681.1Stv\`configure' configures make noversion to adapt to many kinds of systems.
5691.1Stv
5701.1StvUsage: $0 [OPTION]... [VAR=VALUE]...
5711.1Stv
5721.1StvTo assign environment variables (e.g., CC, CFLAGS...), specify them as
5731.1StvVAR=VALUE.  See below for descriptions of some of the useful variables.
5741.1Stv
5751.1StvDefaults for the options are specified in brackets.
5761.1Stv
5771.1StvConfiguration:
5781.1Stv  -h, --help              display this help and exit
5791.1Stv      --help=short        display options specific to this package
5801.1Stv      --help=recursive    display the short help of all the included packages
5811.1Stv  -V, --version           display version information and exit
5821.1Stv  -q, --quiet, --silent   do not print \`checking...' messages
5831.1Stv      --cache-file=FILE   cache test results in FILE [disabled]
5841.1Stv  -C, --config-cache      alias for \`--cache-file=config.cache'
5851.1Stv  -n, --no-create         do not create output files
5861.1Stv      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
5871.1Stv
5881.1StvEOF
5891.1Stv
5901.1Stv  cat <<EOF
5911.1StvInstallation directories:
5921.1Stv  --prefix=PREFIX         install architecture-independent files in PREFIX
5931.1Stv                          [$ac_default_prefix]
5941.1Stv  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
5951.1Stv                          [PREFIX]
5961.1Stv
5971.1StvBy default, \`make install' will install all the files in
5981.1Stv\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
5991.1Stvan installation prefix other than \`$ac_default_prefix' using \`--prefix',
6001.1Stvfor instance \`--prefix=\$HOME'.
6011.1Stv
6021.1StvFor better control, use the options below.
6031.1Stv
6041.1StvFine tuning of the installation directories:
6051.1Stv  --bindir=DIR           user executables [EPREFIX/bin]
6061.1Stv  --sbindir=DIR          system admin executables [EPREFIX/sbin]
6071.1Stv  --libexecdir=DIR       program executables [EPREFIX/libexec]
6081.1Stv  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
6091.1Stv  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
6101.1Stv  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
6111.1Stv  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
6121.1Stv  --libdir=DIR           object code libraries [EPREFIX/lib]
6131.1Stv  --includedir=DIR       C header files [PREFIX/include]
6141.1Stv  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
6151.1Stv  --infodir=DIR          info documentation [PREFIX/info]
6161.1Stv  --mandir=DIR           man documentation [PREFIX/man]
6171.1StvEOF
6181.1Stv
6191.1Stv  cat <<\EOF
6201.1StvEOF
6211.1Stvfi
6221.1Stv
6231.1Stvif test -n "$ac_init_help"; then
6241.1Stv  case $ac_init_help in
6251.1Stv     short | recursive ) echo "Configuration of make noversion:";;
6261.1Stv   esac
6271.1Stv  cat <<\EOF
6281.1Stv
6291.1StvSome influential environment variables:
6301.1Stv  CC          C compiler command
6311.1Stv  CFLAGS      C compiler flags
6321.1Stv  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
6331.1Stv              nonstandard directory <lib dir>
6341.1Stv  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
6351.1Stv              headers in a nonstandard directory <include dir>
6361.1Stv  CPP         C preprocessor
6371.1Stv
6381.1StvUse these variables to override the choices made by `configure' or to help
6391.1Stvit to find libraries and programs with nonstandard names/locations.
6401.1Stv
6411.6SsaloReport bugs to <bin-bug-people@NetBSD.org>.
6421.1StvEOF
6431.1Stvfi
6441.1Stv
6451.1Stvif test "$ac_init_help" = "recursive"; then
6461.1Stv  # If there are subdirs, report their specific --help.
6471.1Stv  ac_popdir=`pwd`
6481.1Stv  for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
6491.1Stv    cd $ac_subdir
6501.1Stv    # A "../" for each directory in /$ac_subdir.
6511.1Stv    ac_dots=`echo $ac_subdir |
6521.1Stv             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
6531.1Stv
6541.1Stv    case $srcdir in
6551.1Stv    .) # No --srcdir option.  We are building in place.
6561.1Stv      ac_sub_srcdir=$srcdir ;;
6571.1Stv    [\\/]* | ?:[\\/]* ) # Absolute path.
6581.1Stv      ac_sub_srcdir=$srcdir/$ac_subdir ;;
6591.1Stv    *) # Relative path.
6601.1Stv      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
6611.1Stv    esac
6621.1Stv
6631.1Stv    # Check for guested configure; otherwise get Cygnus style configure.
6641.1Stv    if test -f $ac_sub_srcdir/configure.gnu; then
6651.1Stv      echo
6661.1Stv      $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
6671.1Stv    elif test -f $ac_sub_srcdir/configure; then
6681.1Stv      echo
6691.1Stv      $SHELL $ac_sub_srcdir/configure  --help=recursive
6701.1Stv    elif test -f $ac_sub_srcdir/configure.ac ||
6711.1Stv           test -f $ac_sub_srcdir/configure.in; then
6721.1Stv      echo
6731.1Stv      $ac_configure --help
6741.1Stv    else
6751.1Stv      echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
6761.1Stv    fi
6771.1Stv    cd $ac_popdir
6781.1Stv  done
6791.1Stvfi
6801.1Stv
6811.1Stvtest -n "$ac_init_help" && exit 0
6821.1Stvif $ac_init_version; then
6831.1Stv  cat <<\EOF
6841.1Stvmake configure noversion
6851.1Stvgenerated by GNU Autoconf 2.52
6861.1Stv
6871.1StvCopyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6881.1StvFree Software Foundation, Inc.
6891.1StvThis configure script is free software; the Free Software Foundation
6901.1Stvgives unlimited permission to copy, distribute and modify it.
6911.1StvEOF
6921.1Stv  exit 0
6931.1Stvfi
6941.1Stvexec 5>config.log
6951.1Stvcat >&5 <<EOF
6961.1StvThis file contains any messages produced by compilers while
6971.1Stvrunning configure, to aid debugging if configure makes a mistake.
6981.1Stv
6991.1StvIt was created by make $as_me noversion, which was
7001.1Stvgenerated by GNU Autoconf 2.52.  Invocation command line was
7011.1Stv
7021.1Stv  $ $0 $@
7031.1Stv
7041.1StvEOF
7051.1Stv{
7061.1Stvcat <<_ASUNAME
7071.1Stv## ---------- ##
7081.1Stv## Platform.  ##
7091.1Stv## ---------- ##
7101.1Stv
7111.1Stvhostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
7121.1Stvuname -m = `(uname -m) 2>/dev/null || echo unknown`
7131.1Stvuname -r = `(uname -r) 2>/dev/null || echo unknown`
7141.1Stvuname -s = `(uname -s) 2>/dev/null || echo unknown`
7151.1Stvuname -v = `(uname -v) 2>/dev/null || echo unknown`
7161.1Stv
7171.1Stv/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
7181.1Stv/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
7191.1Stv
7201.1Stv/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
7211.1Stv/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
7221.1Stv/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
7231.1Stvhostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
7241.1Stv/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
7251.1Stv/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
7261.1Stv/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
7271.1Stv
7281.1StvPATH = $PATH
7291.1Stv
7301.1Stv_ASUNAME
7311.1Stv} >&5
7321.1Stv
7331.1Stvcat >&5 <<EOF
7341.1Stv## ------------ ##
7351.1Stv## Core tests.  ##
7361.1Stv## ------------ ##
7371.1Stv
7381.1StvEOF
7391.1Stv
7401.1Stv# Keep a trace of the command line.
7411.1Stv# Strip out --no-create and --no-recursion so they do not pile up.
7421.1Stv# Also quote any args containing shell meta-characters.
7431.1Stvac_configure_args=
7441.1Stvac_sep=
7451.1Stvfor ac_arg
7461.1Stvdo
7471.1Stv  case $ac_arg in
7481.1Stv  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
7491.1Stv  | --no-cr | --no-c) ;;
7501.1Stv  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
7511.1Stv  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
7521.1Stv  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
7531.1Stv    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
7541.1Stv    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
7551.1Stv    ac_sep=" " ;;
7561.1Stv  *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
7571.1Stv     ac_sep=" " ;;
7581.1Stv  esac
7591.1Stv  # Get rid of the leading space.
7601.1Stvdone
7611.1Stv
7621.1Stv# When interrupted or exit'd, cleanup temporary files, and complete
7631.1Stv# config.log.  We remove comments because anyway the quotes in there
7641.1Stv# would cause problems or look ugly.
7651.1Stvtrap 'exit_status=$?
7661.1Stv  # Save into config.log some information that might help in debugging.
7671.1Stv  echo >&5
7681.1Stv  echo "## ----------------- ##" >&5
7691.1Stv  echo "## Cache variables.  ##" >&5
7701.1Stv  echo "## ----------------- ##" >&5
7711.1Stv  echo >&5
7721.1Stv  # The following way of writing the cache mishandles newlines in values,
7731.1Stv{
7741.1Stv  (set) 2>&1 |
7751.1Stv    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
7761.1Stv    *ac_space=\ *)
7771.1Stv      sed -n \
7781.1Stv        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
7791.1Stv    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
7801.1Stv      ;;
7811.1Stv    *)
7821.1Stv      sed -n \
7831.1Stv        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7841.1Stv      ;;
7851.1Stv    esac;
7861.1Stv} >&5
7871.1Stv  sed "/^$/d" confdefs.h >conftest.log
7881.1Stv  if test -s conftest.log; then
7891.1Stv    echo >&5
7901.1Stv    echo "## ------------ ##" >&5
7911.1Stv    echo "## confdefs.h.  ##" >&5
7921.1Stv    echo "## ------------ ##" >&5
7931.1Stv    echo >&5
7941.1Stv    cat conftest.log >&5
7951.1Stv  fi
7961.1Stv  (echo; echo) >&5
7971.1Stv  test "$ac_signal" != 0 &&
7981.1Stv    echo "$as_me: caught signal $ac_signal" >&5
7991.1Stv  echo "$as_me: exit $exit_status" >&5
8001.1Stv  rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
8011.1Stv    exit $exit_status
8021.1Stv     ' 0
8031.1Stvfor ac_signal in 1 2 13 15; do
8041.1Stv  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
8051.1Stvdone
8061.1Stvac_signal=0
8071.1Stv
8081.1Stv# confdefs.h avoids OS command line length limits that DEFS can exceed.
8091.1Stvrm -rf conftest* confdefs.h
8101.1Stv# AIX cpp loses on an empty file, so make sure it contains at least a newline.
8111.1Stvecho >confdefs.h
8121.1Stv
8131.1Stv# Let the site file select an alternate cache file if it wants to.
8141.1Stv# Prefer explicitly selected file to automatically selected ones.
8151.1Stvif test -z "$CONFIG_SITE"; then
8161.1Stv  if test "x$prefix" != xNONE; then
8171.1Stv    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
8181.1Stv  else
8191.1Stv    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
8201.1Stv  fi
8211.1Stvfi
8221.1Stvfor ac_site_file in $CONFIG_SITE; do
8231.1Stv  if test -r "$ac_site_file"; then
8241.1Stv    { echo "$as_me:824: loading site script $ac_site_file" >&5
8251.1Stvecho "$as_me: loading site script $ac_site_file" >&6;}
8261.1Stv    cat "$ac_site_file" >&5
8271.1Stv    . "$ac_site_file"
8281.1Stv  fi
8291.1Stvdone
8301.1Stv
8311.1Stvif test -r "$cache_file"; then
8321.1Stv  # Some versions of bash will fail to source /dev/null (special
8331.1Stv  # files actually), so we avoid doing that.
8341.1Stv  if test -f "$cache_file"; then
8351.1Stv    { echo "$as_me:835: loading cache $cache_file" >&5
8361.1Stvecho "$as_me: loading cache $cache_file" >&6;}
8371.1Stv    case $cache_file in
8381.1Stv      [\\/]* | ?:[\\/]* ) . $cache_file;;
8391.1Stv      *)                      . ./$cache_file;;
8401.1Stv    esac
8411.1Stv  fi
8421.1Stvelse
8431.1Stv  { echo "$as_me:843: creating cache $cache_file" >&5
8441.1Stvecho "$as_me: creating cache $cache_file" >&6;}
8451.1Stv  >$cache_file
8461.1Stvfi
8471.1Stv
8481.1Stv# Check that the precious variables saved in the cache have kept the same
8491.1Stv# value.
8501.1Stvac_cache_corrupted=false
8511.1Stvfor ac_var in `(set) 2>&1 |
8521.1Stv               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
8531.1Stv  eval ac_old_set=\$ac_cv_env_${ac_var}_set
8541.1Stv  eval ac_new_set=\$ac_env_${ac_var}_set
8551.1Stv  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
8561.1Stv  eval ac_new_val="\$ac_env_${ac_var}_value"
8571.1Stv  case $ac_old_set,$ac_new_set in
8581.1Stv    set,)
8591.1Stv      { echo "$as_me:859: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
8601.1Stvecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
8611.1Stv      ac_cache_corrupted=: ;;
8621.1Stv    ,set)
8631.1Stv      { echo "$as_me:863: error: \`$ac_var' was not set in the previous run" >&5
8641.1Stvecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
8651.1Stv      ac_cache_corrupted=: ;;
8661.1Stv    ,);;
8671.1Stv    *)
8681.1Stv      if test "x$ac_old_val" != "x$ac_new_val"; then
8691.1Stv        { echo "$as_me:869: error: \`$ac_var' has changed since the previous run:" >&5
8701.1Stvecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
8711.1Stv        { echo "$as_me:871:   former value:  $ac_old_val" >&5
8721.1Stvecho "$as_me:   former value:  $ac_old_val" >&2;}
8731.1Stv        { echo "$as_me:873:   current value: $ac_new_val" >&5
8741.1Stvecho "$as_me:   current value: $ac_new_val" >&2;}
8751.1Stv        ac_cache_corrupted=:
8761.1Stv      fi;;
8771.1Stv  esac
8781.1Stv  # Pass precious variables to config.status.  It doesn't matter if
8791.1Stv  # we pass some twice (in addition to the command line arguments).
8801.1Stv  if test "$ac_new_set" = set; then
8811.1Stv    case $ac_new_val in
8821.1Stv    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
8831.1Stv      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
8841.1Stv      ac_configure_args="$ac_configure_args '$ac_arg'"
8851.1Stv      ;;
8861.1Stv    *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
8871.1Stv       ;;
8881.1Stv    esac
8891.1Stv  fi
8901.1Stvdone
8911.1Stvif $ac_cache_corrupted; then
8921.1Stv  { echo "$as_me:892: error: changes in the environment can compromise the build" >&5
8931.1Stvecho "$as_me: error: changes in the environment can compromise the build" >&2;}
8941.1Stv  { { echo "$as_me:894: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
8951.1Stvecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
8961.1Stv   { (exit 1); exit 1; }; }
8971.1Stvfi
8981.1Stv
8991.1Stvac_ext=c
9001.1Stvac_cpp='$CPP $CPPFLAGS'
9011.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9021.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9031.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
9041.1Stv
9051.1Stvcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
9061.1Stv  *c*,-n*) ECHO_N= ECHO_C='
9071.1Stv' ECHO_T='	' ;;
9081.1Stv  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
9091.1Stv  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
9101.1Stvesac
9111.1Stvecho "#! $SHELL" >conftest.sh
9121.1Stvecho  "exit 0"   >>conftest.sh
9131.1Stvchmod +x conftest.sh
9141.1Stvif { (echo "$as_me:914: PATH=\".;.\"; conftest.sh") >&5
9151.1Stv  (PATH=".;."; conftest.sh) 2>&5
9161.1Stv  ac_status=$?
9171.1Stv  echo "$as_me:917: \$? = $ac_status" >&5
9181.1Stv  (exit $ac_status); }; then
9191.1Stv  ac_path_separator=';'
9201.1Stvelse
9211.1Stv  ac_path_separator=:
9221.1Stvfi
9231.1StvPATH_SEPARATOR="$ac_path_separator"
9241.1Stvrm -f conftest.sh
9251.1Stv
9261.1Stvac_config_files="$ac_config_files buildmake.sh"
9271.1Stv
9281.3Sbjh21# Extract the first word of "sh", so it can be a program name with args.
9291.3Sbjh21set dummy sh; ac_word=$2
9301.3Sbjh21echo "$as_me:930: checking for $ac_word" >&5
9311.3Sbjh21echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9321.3Sbjh21if test "${ac_cv_path_BSHELL+set}" = set; then
9331.3Sbjh21  echo $ECHO_N "(cached) $ECHO_C" >&6
9341.3Sbjh21else
9351.3Sbjh21  case $BSHELL in
9361.3Sbjh21  [\\/]* | ?:[\\/]*)
9371.3Sbjh21  ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
9381.3Sbjh21  ;;
9391.3Sbjh21  *)
9401.3Sbjh21  ac_save_IFS=$IFS; IFS=$ac_path_separator
9411.3Sbjh21ac_dummy="$PATH"
9421.3Sbjh21for ac_dir in $ac_dummy; do
9431.3Sbjh21  IFS=$ac_save_IFS
9441.3Sbjh21  test -z "$ac_dir" && ac_dir=.
9451.3Sbjh21  if $as_executable_p "$ac_dir/$ac_word"; then
9461.3Sbjh21   ac_cv_path_BSHELL="$ac_dir/$ac_word"
9471.3Sbjh21   echo "$as_me:947: found $ac_dir/$ac_word" >&5
9481.3Sbjh21   break
9491.3Sbjh21fi
9501.3Sbjh21done
9511.3Sbjh21
9521.3Sbjh21  ;;
9531.3Sbjh21esac
9541.3Sbjh21fi
9551.3Sbjh21BSHELL=$ac_cv_path_BSHELL
9561.3Sbjh21
9571.3Sbjh21if test -n "$BSHELL"; then
9581.3Sbjh21  echo "$as_me:958: result: $BSHELL" >&5
9591.3Sbjh21echo "${ECHO_T}$BSHELL" >&6
9601.3Sbjh21else
9611.3Sbjh21  echo "$as_me:961: result: no" >&5
9621.3Sbjh21echo "${ECHO_T}no" >&6
9631.3Sbjh21fi
9641.3Sbjh21
9651.3Sbjh21if test x"$BSHELL" = x; then
9661.3Sbjh21	{ { echo "$as_me:966: error: sh must be somewhere on \$PATH" >&5
9671.3Sbjh21echo "$as_me: error: sh must be somewhere on \$PATH" >&2;}
9681.3Sbjh21   { (exit 1); exit 1; }; }
9691.3Sbjh21fi
9701.4Sbjh21cat >>confdefs.h <<EOF
9711.4Sbjh21#define _PATH_BSHELL "$BSHELL"
9721.4Sbjh21EOF
9731.4Sbjh21
9741.3Sbjh21# Make wants to know what directory to find sh in.
9751.3Sbjh21nb_path_defshelldir=`echo $BSHELL | sed 's,/sh$,,'`
9761.3Sbjh21cat >>confdefs.h <<EOF
9771.3Sbjh21#define _PATH_DEFSHELLDIR "$nb_path_defshelldir"
9781.3Sbjh21EOF
9791.3Sbjh21
9801.1Stv# Make sure we have POSIX regex ability.
9811.1Stvac_ext=c
9821.1Stvac_cpp='$CPP $CPPFLAGS'
9831.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9841.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9851.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
9861.1Stvif test -n "$ac_tool_prefix"; then
9871.1Stv  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9881.1Stvset dummy ${ac_tool_prefix}gcc; ac_word=$2
9891.4Sbjh21echo "$as_me:989: checking for $ac_word" >&5
9901.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9911.1Stvif test "${ac_cv_prog_CC+set}" = set; then
9921.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
9931.1Stvelse
9941.1Stv  if test -n "$CC"; then
9951.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
9961.1Stvelse
9971.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
9981.1Stvac_dummy="$PATH"
9991.1Stvfor ac_dir in $ac_dummy; do
10001.1Stv  IFS=$ac_save_IFS
10011.1Stv  test -z "$ac_dir" && ac_dir=.
10021.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10031.1Stvac_cv_prog_CC="${ac_tool_prefix}gcc"
10041.4Sbjh21echo "$as_me:1004: found $ac_dir/$ac_word" >&5
10051.1Stvbreak
10061.1Stvdone
10071.1Stv
10081.1Stvfi
10091.1Stvfi
10101.1StvCC=$ac_cv_prog_CC
10111.1Stvif test -n "$CC"; then
10121.4Sbjh21  echo "$as_me:1012: result: $CC" >&5
10131.1Stvecho "${ECHO_T}$CC" >&6
10141.1Stvelse
10151.4Sbjh21  echo "$as_me:1015: result: no" >&5
10161.1Stvecho "${ECHO_T}no" >&6
10171.1Stvfi
10181.1Stv
10191.1Stvfi
10201.1Stvif test -z "$ac_cv_prog_CC"; then
10211.1Stv  ac_ct_CC=$CC
10221.1Stv  # Extract the first word of "gcc", so it can be a program name with args.
10231.1Stvset dummy gcc; ac_word=$2
10241.4Sbjh21echo "$as_me:1024: checking for $ac_word" >&5
10251.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10261.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10271.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10281.1Stvelse
10291.1Stv  if test -n "$ac_ct_CC"; then
10301.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10311.1Stvelse
10321.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10331.1Stvac_dummy="$PATH"
10341.1Stvfor ac_dir in $ac_dummy; do
10351.1Stv  IFS=$ac_save_IFS
10361.1Stv  test -z "$ac_dir" && ac_dir=.
10371.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10381.1Stvac_cv_prog_ac_ct_CC="gcc"
10391.4Sbjh21echo "$as_me:1039: found $ac_dir/$ac_word" >&5
10401.1Stvbreak
10411.1Stvdone
10421.1Stv
10431.1Stvfi
10441.1Stvfi
10451.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
10461.1Stvif test -n "$ac_ct_CC"; then
10471.4Sbjh21  echo "$as_me:1047: result: $ac_ct_CC" >&5
10481.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
10491.1Stvelse
10501.4Sbjh21  echo "$as_me:1050: result: no" >&5
10511.1Stvecho "${ECHO_T}no" >&6
10521.1Stvfi
10531.1Stv
10541.1Stv  CC=$ac_ct_CC
10551.1Stvelse
10561.1Stv  CC="$ac_cv_prog_CC"
10571.1Stvfi
10581.1Stv
10591.1Stvif test -z "$CC"; then
10601.1Stv  if test -n "$ac_tool_prefix"; then
10611.1Stv  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10621.1Stvset dummy ${ac_tool_prefix}cc; ac_word=$2
10631.4Sbjh21echo "$as_me:1063: checking for $ac_word" >&5
10641.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10651.1Stvif test "${ac_cv_prog_CC+set}" = set; then
10661.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10671.1Stvelse
10681.1Stv  if test -n "$CC"; then
10691.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
10701.1Stvelse
10711.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10721.1Stvac_dummy="$PATH"
10731.1Stvfor ac_dir in $ac_dummy; do
10741.1Stv  IFS=$ac_save_IFS
10751.1Stv  test -z "$ac_dir" && ac_dir=.
10761.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10771.1Stvac_cv_prog_CC="${ac_tool_prefix}cc"
10781.4Sbjh21echo "$as_me:1078: found $ac_dir/$ac_word" >&5
10791.1Stvbreak
10801.1Stvdone
10811.1Stv
10821.1Stvfi
10831.1Stvfi
10841.1StvCC=$ac_cv_prog_CC
10851.1Stvif test -n "$CC"; then
10861.4Sbjh21  echo "$as_me:1086: result: $CC" >&5
10871.1Stvecho "${ECHO_T}$CC" >&6
10881.1Stvelse
10891.4Sbjh21  echo "$as_me:1089: result: no" >&5
10901.1Stvecho "${ECHO_T}no" >&6
10911.1Stvfi
10921.1Stv
10931.1Stvfi
10941.1Stvif test -z "$ac_cv_prog_CC"; then
10951.1Stv  ac_ct_CC=$CC
10961.1Stv  # Extract the first word of "cc", so it can be a program name with args.
10971.1Stvset dummy cc; ac_word=$2
10981.4Sbjh21echo "$as_me:1098: checking for $ac_word" >&5
10991.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11001.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11011.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11021.1Stvelse
11031.1Stv  if test -n "$ac_ct_CC"; then
11041.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11051.1Stvelse
11061.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11071.1Stvac_dummy="$PATH"
11081.1Stvfor ac_dir in $ac_dummy; do
11091.1Stv  IFS=$ac_save_IFS
11101.1Stv  test -z "$ac_dir" && ac_dir=.
11111.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11121.1Stvac_cv_prog_ac_ct_CC="cc"
11131.4Sbjh21echo "$as_me:1113: found $ac_dir/$ac_word" >&5
11141.1Stvbreak
11151.1Stvdone
11161.1Stv
11171.1Stvfi
11181.1Stvfi
11191.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
11201.1Stvif test -n "$ac_ct_CC"; then
11211.4Sbjh21  echo "$as_me:1121: result: $ac_ct_CC" >&5
11221.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
11231.1Stvelse
11241.4Sbjh21  echo "$as_me:1124: result: no" >&5
11251.1Stvecho "${ECHO_T}no" >&6
11261.1Stvfi
11271.1Stv
11281.1Stv  CC=$ac_ct_CC
11291.1Stvelse
11301.1Stv  CC="$ac_cv_prog_CC"
11311.1Stvfi
11321.1Stv
11331.1Stvfi
11341.1Stvif test -z "$CC"; then
11351.1Stv  # Extract the first word of "cc", so it can be a program name with args.
11361.1Stvset dummy cc; ac_word=$2
11371.4Sbjh21echo "$as_me:1137: checking for $ac_word" >&5
11381.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11391.1Stvif test "${ac_cv_prog_CC+set}" = set; then
11401.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11411.1Stvelse
11421.1Stv  if test -n "$CC"; then
11431.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
11441.1Stvelse
11451.1Stv  ac_prog_rejected=no
11461.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11471.1Stvac_dummy="$PATH"
11481.1Stvfor ac_dir in $ac_dummy; do
11491.1Stv  IFS=$ac_save_IFS
11501.1Stv  test -z "$ac_dir" && ac_dir=.
11511.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11521.1Stvif test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
11531.1Stv  ac_prog_rejected=yes
11541.1Stv  continue
11551.1Stvfi
11561.1Stvac_cv_prog_CC="cc"
11571.4Sbjh21echo "$as_me:1157: found $ac_dir/$ac_word" >&5
11581.1Stvbreak
11591.1Stvdone
11601.1Stv
11611.1Stvif test $ac_prog_rejected = yes; then
11621.1Stv  # We found a bogon in the path, so make sure we never use it.
11631.1Stv  set dummy $ac_cv_prog_CC
11641.1Stv  shift
11651.1Stv  if test $# != 0; then
11661.1Stv    # We chose a different compiler from the bogus one.
11671.1Stv    # However, it has the same basename, so the bogon will be chosen
11681.1Stv    # first if we set CC to just the basename; use the full file name.
11691.1Stv    shift
11701.1Stv    set dummy "$ac_dir/$ac_word" ${1+"$@"}
11711.1Stv    shift
11721.1Stv    ac_cv_prog_CC="$@"
11731.1Stv  fi
11741.1Stvfi
11751.1Stvfi
11761.1Stvfi
11771.1StvCC=$ac_cv_prog_CC
11781.1Stvif test -n "$CC"; then
11791.4Sbjh21  echo "$as_me:1179: result: $CC" >&5
11801.1Stvecho "${ECHO_T}$CC" >&6
11811.1Stvelse
11821.4Sbjh21  echo "$as_me:1182: result: no" >&5
11831.1Stvecho "${ECHO_T}no" >&6
11841.1Stvfi
11851.1Stv
11861.1Stvfi
11871.1Stvif test -z "$CC"; then
11881.1Stv  if test -n "$ac_tool_prefix"; then
11891.1Stv  for ac_prog in cl
11901.1Stv  do
11911.1Stv    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11921.1Stvset dummy $ac_tool_prefix$ac_prog; ac_word=$2
11931.4Sbjh21echo "$as_me:1193: checking for $ac_word" >&5
11941.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11951.1Stvif test "${ac_cv_prog_CC+set}" = set; then
11961.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11971.1Stvelse
11981.1Stv  if test -n "$CC"; then
11991.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
12001.1Stvelse
12011.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
12021.1Stvac_dummy="$PATH"
12031.1Stvfor ac_dir in $ac_dummy; do
12041.1Stv  IFS=$ac_save_IFS
12051.1Stv  test -z "$ac_dir" && ac_dir=.
12061.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
12071.1Stvac_cv_prog_CC="$ac_tool_prefix$ac_prog"
12081.4Sbjh21echo "$as_me:1208: found $ac_dir/$ac_word" >&5
12091.1Stvbreak
12101.1Stvdone
12111.1Stv
12121.1Stvfi
12131.1Stvfi
12141.1StvCC=$ac_cv_prog_CC
12151.1Stvif test -n "$CC"; then
12161.4Sbjh21  echo "$as_me:1216: result: $CC" >&5
12171.1Stvecho "${ECHO_T}$CC" >&6
12181.1Stvelse
12191.4Sbjh21  echo "$as_me:1219: result: no" >&5
12201.1Stvecho "${ECHO_T}no" >&6
12211.1Stvfi
12221.1Stv
12231.1Stv    test -n "$CC" && break
12241.1Stv  done
12251.1Stvfi
12261.1Stvif test -z "$CC"; then
12271.1Stv  ac_ct_CC=$CC
12281.1Stv  for ac_prog in cl
12291.1Stvdo
12301.1Stv  # Extract the first word of "$ac_prog", so it can be a program name with args.
12311.1Stvset dummy $ac_prog; ac_word=$2
12321.4Sbjh21echo "$as_me:1232: checking for $ac_word" >&5
12331.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12341.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12351.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
12361.1Stvelse
12371.1Stv  if test -n "$ac_ct_CC"; then
12381.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12391.1Stvelse
12401.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
12411.1Stvac_dummy="$PATH"
12421.1Stvfor ac_dir in $ac_dummy; do
12431.1Stv  IFS=$ac_save_IFS
12441.1Stv  test -z "$ac_dir" && ac_dir=.
12451.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
12461.1Stvac_cv_prog_ac_ct_CC="$ac_prog"
12471.4Sbjh21echo "$as_me:1247: found $ac_dir/$ac_word" >&5
12481.1Stvbreak
12491.1Stvdone
12501.1Stv
12511.1Stvfi
12521.1Stvfi
12531.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
12541.1Stvif test -n "$ac_ct_CC"; then
12551.4Sbjh21  echo "$as_me:1255: result: $ac_ct_CC" >&5
12561.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
12571.1Stvelse
12581.4Sbjh21  echo "$as_me:1258: result: no" >&5
12591.1Stvecho "${ECHO_T}no" >&6
12601.1Stvfi
12611.1Stv
12621.1Stv  test -n "$ac_ct_CC" && break
12631.1Stvdone
12641.1Stv
12651.1Stv  CC=$ac_ct_CC
12661.1Stvfi
12671.1Stv
12681.1Stvfi
12691.1Stv
12701.4Sbjh21test -z "$CC" && { { echo "$as_me:1270: error: no acceptable cc found in \$PATH" >&5
12711.1Stvecho "$as_me: error: no acceptable cc found in \$PATH" >&2;}
12721.1Stv   { (exit 1); exit 1; }; }
12731.1Stv
12741.1Stv# Provide some information about the compiler.
12751.4Sbjh21echo "$as_me:1275:" \
12761.1Stv     "checking for C compiler version" >&5
12771.1Stvac_compiler=`set X $ac_compile; echo $2`
12781.4Sbjh21{ (eval echo "$as_me:1278: \"$ac_compiler --version </dev/null >&5\"") >&5
12791.1Stv  (eval $ac_compiler --version </dev/null >&5) 2>&5
12801.1Stv  ac_status=$?
12811.4Sbjh21  echo "$as_me:1281: \$? = $ac_status" >&5
12821.1Stv  (exit $ac_status); }
12831.4Sbjh21{ (eval echo "$as_me:1283: \"$ac_compiler -v </dev/null >&5\"") >&5
12841.1Stv  (eval $ac_compiler -v </dev/null >&5) 2>&5
12851.1Stv  ac_status=$?
12861.4Sbjh21  echo "$as_me:1286: \$? = $ac_status" >&5
12871.1Stv  (exit $ac_status); }
12881.4Sbjh21{ (eval echo "$as_me:1288: \"$ac_compiler -V </dev/null >&5\"") >&5
12891.1Stv  (eval $ac_compiler -V </dev/null >&5) 2>&5
12901.1Stv  ac_status=$?
12911.4Sbjh21  echo "$as_me:1291: \$? = $ac_status" >&5
12921.1Stv  (exit $ac_status); }
12931.1Stv
12941.1Stvcat >conftest.$ac_ext <<_ACEOF
12951.4Sbjh21#line 1295 "configure"
12961.1Stv#include "confdefs.h"
12971.1Stv
12981.1Stvint
12991.1Stvmain ()
13001.1Stv{
13011.1Stv
13021.1Stv  ;
13031.1Stv  return 0;
13041.1Stv}
13051.1Stv_ACEOF
13061.1Stvac_clean_files_save=$ac_clean_files
13071.1Stvac_clean_files="$ac_clean_files a.out a.exe"
13081.1Stv# Try to create an executable without -o first, disregard a.out.
13091.1Stv# It will help us diagnose broken compilers, and finding out an intuition
13101.1Stv# of exeext.
13111.4Sbjh21echo "$as_me:1311: checking for C compiler default output" >&5
13121.1Stvecho $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
13131.1Stvac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
13141.4Sbjh21if { (eval echo "$as_me:1314: \"$ac_link_default\"") >&5
13151.1Stv  (eval $ac_link_default) 2>&5
13161.1Stv  ac_status=$?
13171.4Sbjh21  echo "$as_me:1317: \$? = $ac_status" >&5
13181.1Stv  (exit $ac_status); }; then
13191.1Stv  # Find the output, starting from the most likely.  This scheme is
13201.1Stv# not robust to junk in `.', hence go to wildcards (a.*) only as a last
13211.1Stv# resort.
13221.1Stvfor ac_file in `ls a.exe conftest.exe 2>/dev/null;
13231.1Stv                ls a.out conftest 2>/dev/null;
13241.1Stv                ls a.* conftest.* 2>/dev/null`; do
13251.1Stv  case $ac_file in
13261.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
13271.1Stv    a.out ) # We found the default executable, but exeext='' is most
13281.1Stv            # certainly right.
13291.1Stv            break;;
13301.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
13311.1Stv          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
13321.1Stv          export ac_cv_exeext
13331.1Stv          break;;
13341.1Stv    * ) break;;
13351.1Stv  esac
13361.1Stvdone
13371.1Stvelse
13381.1Stv  echo "$as_me: failed program was:" >&5
13391.1Stvcat conftest.$ac_ext >&5
13401.4Sbjh21{ { echo "$as_me:1340: error: C compiler cannot create executables" >&5
13411.1Stvecho "$as_me: error: C compiler cannot create executables" >&2;}
13421.1Stv   { (exit 77); exit 77; }; }
13431.1Stvfi
13441.1Stv
13451.1Stvac_exeext=$ac_cv_exeext
13461.4Sbjh21echo "$as_me:1346: result: $ac_file" >&5
13471.1Stvecho "${ECHO_T}$ac_file" >&6
13481.1Stv
13491.1Stv# Check the compiler produces executables we can run.  If not, either
13501.1Stv# the compiler is broken, or we cross compile.
13511.4Sbjh21echo "$as_me:1351: checking whether the C compiler works" >&5
13521.1Stvecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
13531.1Stv# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
13541.1Stv# If not cross compiling, check that we can run a simple program.
13551.1Stvif test "$cross_compiling" != yes; then
13561.1Stv  if { ac_try='./$ac_file'
13571.4Sbjh21  { (eval echo "$as_me:1357: \"$ac_try\"") >&5
13581.1Stv  (eval $ac_try) 2>&5
13591.1Stv  ac_status=$?
13601.4Sbjh21  echo "$as_me:1360: \$? = $ac_status" >&5
13611.1Stv  (exit $ac_status); }; }; then
13621.1Stv    cross_compiling=no
13631.1Stv  else
13641.1Stv    if test "$cross_compiling" = maybe; then
13651.1Stv	cross_compiling=yes
13661.1Stv    else
13671.4Sbjh21	{ { echo "$as_me:1367: error: cannot run C compiled programs.
13681.1StvIf you meant to cross compile, use \`--host'." >&5
13691.1Stvecho "$as_me: error: cannot run C compiled programs.
13701.1StvIf you meant to cross compile, use \`--host'." >&2;}
13711.1Stv   { (exit 1); exit 1; }; }
13721.1Stv    fi
13731.1Stv  fi
13741.1Stvfi
13751.4Sbjh21echo "$as_me:1375: result: yes" >&5
13761.1Stvecho "${ECHO_T}yes" >&6
13771.1Stv
13781.1Stvrm -f a.out a.exe conftest$ac_cv_exeext
13791.1Stvac_clean_files=$ac_clean_files_save
13801.1Stv# Check the compiler produces executables we can run.  If not, either
13811.1Stv# the compiler is broken, or we cross compile.
13821.4Sbjh21echo "$as_me:1382: checking whether we are cross compiling" >&5
13831.1Stvecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
13841.4Sbjh21echo "$as_me:1384: result: $cross_compiling" >&5
13851.1Stvecho "${ECHO_T}$cross_compiling" >&6
13861.1Stv
13871.4Sbjh21echo "$as_me:1387: checking for executable suffix" >&5
13881.1Stvecho $ECHO_N "checking for executable suffix... $ECHO_C" >&6
13891.4Sbjh21if { (eval echo "$as_me:1389: \"$ac_link\"") >&5
13901.1Stv  (eval $ac_link) 2>&5
13911.1Stv  ac_status=$?
13921.4Sbjh21  echo "$as_me:1392: \$? = $ac_status" >&5
13931.1Stv  (exit $ac_status); }; then
13941.1Stv  # If both `conftest.exe' and `conftest' are `present' (well, observable)
13951.1Stv# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
13961.1Stv# work properly (i.e., refer to `conftest.exe'), while it won't with
13971.1Stv# `rm'.
13981.1Stvfor ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
13991.1Stv  case $ac_file in
14001.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
14011.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14021.1Stv          export ac_cv_exeext
14031.1Stv          break;;
14041.1Stv    * ) break;;
14051.1Stv  esac
14061.1Stvdone
14071.1Stvelse
14081.4Sbjh21  { { echo "$as_me:1408: error: cannot compute EXEEXT: cannot compile and link" >&5
14091.1Stvecho "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
14101.1Stv   { (exit 1); exit 1; }; }
14111.1Stvfi
14121.1Stv
14131.1Stvrm -f conftest$ac_cv_exeext
14141.4Sbjh21echo "$as_me:1414: result: $ac_cv_exeext" >&5
14151.1Stvecho "${ECHO_T}$ac_cv_exeext" >&6
14161.1Stv
14171.1Stvrm -f conftest.$ac_ext
14181.1StvEXEEXT=$ac_cv_exeext
14191.1Stvac_exeext=$EXEEXT
14201.4Sbjh21echo "$as_me:1420: checking for object suffix" >&5
14211.1Stvecho $ECHO_N "checking for object suffix... $ECHO_C" >&6
14221.1Stvif test "${ac_cv_objext+set}" = set; then
14231.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14241.1Stvelse
14251.1Stv  cat >conftest.$ac_ext <<_ACEOF
14261.4Sbjh21#line 1426 "configure"
14271.1Stv#include "confdefs.h"
14281.1Stv
14291.1Stvint
14301.1Stvmain ()
14311.1Stv{
14321.1Stv
14331.1Stv  ;
14341.1Stv  return 0;
14351.1Stv}
14361.1Stv_ACEOF
14371.1Stvrm -f conftest.o conftest.obj
14381.4Sbjh21if { (eval echo "$as_me:1438: \"$ac_compile\"") >&5
14391.1Stv  (eval $ac_compile) 2>&5
14401.1Stv  ac_status=$?
14411.4Sbjh21  echo "$as_me:1441: \$? = $ac_status" >&5
14421.1Stv  (exit $ac_status); }; then
14431.1Stv  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
14441.1Stv  case $ac_file in
14451.1Stv    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
14461.1Stv    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14471.1Stv       break;;
14481.1Stv  esac
14491.1Stvdone
14501.1Stvelse
14511.1Stv  echo "$as_me: failed program was:" >&5
14521.1Stvcat conftest.$ac_ext >&5
14531.4Sbjh21{ { echo "$as_me:1453: error: cannot compute OBJEXT: cannot compile" >&5
14541.1Stvecho "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
14551.1Stv   { (exit 1); exit 1; }; }
14561.1Stvfi
14571.1Stv
14581.1Stvrm -f conftest.$ac_cv_objext conftest.$ac_ext
14591.1Stvfi
14601.4Sbjh21echo "$as_me:1460: result: $ac_cv_objext" >&5
14611.1Stvecho "${ECHO_T}$ac_cv_objext" >&6
14621.1StvOBJEXT=$ac_cv_objext
14631.1Stvac_objext=$OBJEXT
14641.4Sbjh21echo "$as_me:1464: checking whether we are using the GNU C compiler" >&5
14651.1Stvecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
14661.1Stvif test "${ac_cv_c_compiler_gnu+set}" = set; then
14671.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14681.1Stvelse
14691.1Stv  cat >conftest.$ac_ext <<_ACEOF
14701.4Sbjh21#line 1470 "configure"
14711.1Stv#include "confdefs.h"
14721.1Stv
14731.1Stvint
14741.1Stvmain ()
14751.1Stv{
14761.1Stv#ifndef __GNUC__
14771.1Stv       choke me
14781.1Stv#endif
14791.1Stv
14801.1Stv  ;
14811.1Stv  return 0;
14821.1Stv}
14831.1Stv_ACEOF
14841.1Stvrm -f conftest.$ac_objext
14851.4Sbjh21if { (eval echo "$as_me:1485: \"$ac_compile\"") >&5
14861.1Stv  (eval $ac_compile) 2>&5
14871.1Stv  ac_status=$?
14881.4Sbjh21  echo "$as_me:1488: \$? = $ac_status" >&5
14891.1Stv  (exit $ac_status); } &&
14901.1Stv         { ac_try='test -s conftest.$ac_objext'
14911.4Sbjh21  { (eval echo "$as_me:1491: \"$ac_try\"") >&5
14921.1Stv  (eval $ac_try) 2>&5
14931.1Stv  ac_status=$?
14941.4Sbjh21  echo "$as_me:1494: \$? = $ac_status" >&5
14951.1Stv  (exit $ac_status); }; }; then
14961.1Stv  ac_compiler_gnu=yes
14971.1Stvelse
14981.1Stv  echo "$as_me: failed program was:" >&5
14991.1Stvcat conftest.$ac_ext >&5
15001.1Stvac_compiler_gnu=no
15011.1Stvfi
15021.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
15031.1Stvac_cv_c_compiler_gnu=$ac_compiler_gnu
15041.1Stv
15051.1Stvfi
15061.4Sbjh21echo "$as_me:1506: result: $ac_cv_c_compiler_gnu" >&5
15071.1Stvecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
15081.1StvGCC=`test $ac_compiler_gnu = yes && echo yes`
15091.1Stvac_test_CFLAGS=${CFLAGS+set}
15101.1Stvac_save_CFLAGS=$CFLAGS
15111.1StvCFLAGS="-g"
15121.4Sbjh21echo "$as_me:1512: checking whether $CC accepts -g" >&5
15131.1Stvecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
15141.1Stvif test "${ac_cv_prog_cc_g+set}" = set; then
15151.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
15161.1Stvelse
15171.1Stv  cat >conftest.$ac_ext <<_ACEOF
15181.4Sbjh21#line 1518 "configure"
15191.1Stv#include "confdefs.h"
15201.1Stv
15211.1Stvint
15221.1Stvmain ()
15231.1Stv{
15241.1Stv
15251.1Stv  ;
15261.1Stv  return 0;
15271.1Stv}
15281.1Stv_ACEOF
15291.1Stvrm -f conftest.$ac_objext
15301.4Sbjh21if { (eval echo "$as_me:1530: \"$ac_compile\"") >&5
15311.1Stv  (eval $ac_compile) 2>&5
15321.1Stv  ac_status=$?
15331.4Sbjh21  echo "$as_me:1533: \$? = $ac_status" >&5
15341.1Stv  (exit $ac_status); } &&
15351.1Stv         { ac_try='test -s conftest.$ac_objext'
15361.4Sbjh21  { (eval echo "$as_me:1536: \"$ac_try\"") >&5
15371.1Stv  (eval $ac_try) 2>&5
15381.1Stv  ac_status=$?
15391.4Sbjh21  echo "$as_me:1539: \$? = $ac_status" >&5
15401.1Stv  (exit $ac_status); }; }; then
15411.1Stv  ac_cv_prog_cc_g=yes
15421.1Stvelse
15431.1Stv  echo "$as_me: failed program was:" >&5
15441.1Stvcat conftest.$ac_ext >&5
15451.1Stvac_cv_prog_cc_g=no
15461.1Stvfi
15471.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
15481.1Stvfi
15491.4Sbjh21echo "$as_me:1549: result: $ac_cv_prog_cc_g" >&5
15501.1Stvecho "${ECHO_T}$ac_cv_prog_cc_g" >&6
15511.1Stvif test "$ac_test_CFLAGS" = set; then
15521.1Stv  CFLAGS=$ac_save_CFLAGS
15531.1Stvelif test $ac_cv_prog_cc_g = yes; then
15541.1Stv  if test "$GCC" = yes; then
15551.1Stv    CFLAGS="-g -O2"
15561.1Stv  else
15571.1Stv    CFLAGS="-g"
15581.1Stv  fi
15591.1Stvelse
15601.1Stv  if test "$GCC" = yes; then
15611.1Stv    CFLAGS="-O2"
15621.1Stv  else
15631.1Stv    CFLAGS=
15641.1Stv  fi
15651.1Stvfi
15661.1Stv# Some people use a C++ compiler to compile C.  Since we use `exit',
15671.1Stv# in C++ we need to declare it.  In case someone uses the same compiler
15681.1Stv# for both compiling C and C++ we need to have the C++ compiler decide
15691.1Stv# the declaration of exit, since it's the most demanding environment.
15701.1Stvcat >conftest.$ac_ext <<_ACEOF
15711.1Stv#ifndef __cplusplus
15721.1Stv  choke me
15731.1Stv#endif
15741.1Stv_ACEOF
15751.1Stvrm -f conftest.$ac_objext
15761.4Sbjh21if { (eval echo "$as_me:1576: \"$ac_compile\"") >&5
15771.1Stv  (eval $ac_compile) 2>&5
15781.1Stv  ac_status=$?
15791.4Sbjh21  echo "$as_me:1579: \$? = $ac_status" >&5
15801.1Stv  (exit $ac_status); } &&
15811.1Stv         { ac_try='test -s conftest.$ac_objext'
15821.4Sbjh21  { (eval echo "$as_me:1582: \"$ac_try\"") >&5
15831.1Stv  (eval $ac_try) 2>&5
15841.1Stv  ac_status=$?
15851.4Sbjh21  echo "$as_me:1585: \$? = $ac_status" >&5
15861.1Stv  (exit $ac_status); }; }; then
15871.1Stv  for ac_declaration in \
15881.1Stv   ''\
15891.1Stv   '#include <stdlib.h>' \
15901.1Stv   'extern "C" void std::exit (int) throw (); using std::exit;' \
15911.1Stv   'extern "C" void std::exit (int); using std::exit;' \
15921.1Stv   'extern "C" void exit (int) throw ();' \
15931.1Stv   'extern "C" void exit (int);' \
15941.1Stv   'void exit (int);'
15951.1Stvdo
15961.1Stv  cat >conftest.$ac_ext <<_ACEOF
15971.4Sbjh21#line 1597 "configure"
15981.1Stv#include "confdefs.h"
15991.1Stv#include <stdlib.h>
16001.1Stv$ac_declaration
16011.1Stvint
16021.1Stvmain ()
16031.1Stv{
16041.1Stvexit (42);
16051.1Stv  ;
16061.1Stv  return 0;
16071.1Stv}
16081.1Stv_ACEOF
16091.1Stvrm -f conftest.$ac_objext
16101.4Sbjh21if { (eval echo "$as_me:1610: \"$ac_compile\"") >&5
16111.1Stv  (eval $ac_compile) 2>&5
16121.1Stv  ac_status=$?
16131.4Sbjh21  echo "$as_me:1613: \$? = $ac_status" >&5
16141.1Stv  (exit $ac_status); } &&
16151.1Stv         { ac_try='test -s conftest.$ac_objext'
16161.4Sbjh21  { (eval echo "$as_me:1616: \"$ac_try\"") >&5
16171.1Stv  (eval $ac_try) 2>&5
16181.1Stv  ac_status=$?
16191.4Sbjh21  echo "$as_me:1619: \$? = $ac_status" >&5
16201.1Stv  (exit $ac_status); }; }; then
16211.1Stv  :
16221.1Stvelse
16231.1Stv  echo "$as_me: failed program was:" >&5
16241.1Stvcat conftest.$ac_ext >&5
16251.1Stvcontinue
16261.1Stvfi
16271.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16281.1Stv  cat >conftest.$ac_ext <<_ACEOF
16291.4Sbjh21#line 1629 "configure"
16301.1Stv#include "confdefs.h"
16311.1Stv$ac_declaration
16321.1Stvint
16331.1Stvmain ()
16341.1Stv{
16351.1Stvexit (42);
16361.1Stv  ;
16371.1Stv  return 0;
16381.1Stv}
16391.1Stv_ACEOF
16401.1Stvrm -f conftest.$ac_objext
16411.4Sbjh21if { (eval echo "$as_me:1641: \"$ac_compile\"") >&5
16421.1Stv  (eval $ac_compile) 2>&5
16431.1Stv  ac_status=$?
16441.4Sbjh21  echo "$as_me:1644: \$? = $ac_status" >&5
16451.1Stv  (exit $ac_status); } &&
16461.1Stv         { ac_try='test -s conftest.$ac_objext'
16471.4Sbjh21  { (eval echo "$as_me:1647: \"$ac_try\"") >&5
16481.1Stv  (eval $ac_try) 2>&5
16491.1Stv  ac_status=$?
16501.4Sbjh21  echo "$as_me:1650: \$? = $ac_status" >&5
16511.1Stv  (exit $ac_status); }; }; then
16521.1Stv  break
16531.1Stvelse
16541.1Stv  echo "$as_me: failed program was:" >&5
16551.1Stvcat conftest.$ac_ext >&5
16561.1Stvfi
16571.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16581.1Stvdone
16591.1Stvrm -f conftest*
16601.1Stvif test -n "$ac_declaration"; then
16611.1Stv  echo '#ifdef __cplusplus' >>confdefs.h
16621.1Stv  echo $ac_declaration      >>confdefs.h
16631.1Stv  echo '#endif'             >>confdefs.h
16641.1Stvfi
16651.1Stv
16661.1Stvelse
16671.1Stv  echo "$as_me: failed program was:" >&5
16681.1Stvcat conftest.$ac_ext >&5
16691.1Stvfi
16701.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16711.1Stvac_ext=c
16721.1Stvac_cpp='$CPP $CPPFLAGS'
16731.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16741.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16751.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
16761.1Stv
16771.1Stvac_ext=c
16781.1Stvac_cpp='$CPP $CPPFLAGS'
16791.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16801.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16811.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
16821.4Sbjh21echo "$as_me:1682: checking how to run the C preprocessor" >&5
16831.1Stvecho $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
16841.1Stv# On Suns, sometimes $CPP names a directory.
16851.1Stvif test -n "$CPP" && test -d "$CPP"; then
16861.1Stv  CPP=
16871.1Stvfi
16881.1Stvif test -z "$CPP"; then
16891.1Stv  if test "${ac_cv_prog_CPP+set}" = set; then
16901.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
16911.1Stvelse
16921.1Stv      # Double quotes because CPP needs to be expanded
16931.1Stv    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
16941.1Stv    do
16951.1Stv      ac_preproc_ok=false
16961.1Stvfor ac_c_preproc_warn_flag in '' yes
16971.1Stvdo
16981.1Stv  # Use a header file that comes with gcc, so configuring glibc
16991.1Stv  # with a fresh cross-compiler works.
17001.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
17011.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
17021.1Stv  cat >conftest.$ac_ext <<_ACEOF
17031.4Sbjh21#line 1703 "configure"
17041.1Stv#include "confdefs.h"
17051.1Stv#include <assert.h>
17061.1Stv                     Syntax error
17071.1Stv_ACEOF
17081.4Sbjh21if { (eval echo "$as_me:1708: \"$ac_cpp conftest.$ac_ext\"") >&5
17091.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17101.1Stv  ac_status=$?
17111.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17121.1Stv  rm -f conftest.er1
17131.1Stv  cat conftest.err >&5
17141.4Sbjh21  echo "$as_me:1714: \$? = $ac_status" >&5
17151.1Stv  (exit $ac_status); } >/dev/null; then
17161.1Stv  if test -s conftest.err; then
17171.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17181.1Stv  else
17191.1Stv    ac_cpp_err=
17201.1Stv  fi
17211.1Stvelse
17221.1Stv  ac_cpp_err=yes
17231.1Stvfi
17241.1Stvif test -z "$ac_cpp_err"; then
17251.1Stv  :
17261.1Stvelse
17271.1Stv  echo "$as_me: failed program was:" >&5
17281.1Stv  cat conftest.$ac_ext >&5
17291.1Stv  # Broken: fails on valid input.
17301.1Stvcontinue
17311.1Stvfi
17321.1Stvrm -f conftest.err conftest.$ac_ext
17331.1Stv
17341.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
17351.1Stv  # can be detected and how.
17361.1Stv  cat >conftest.$ac_ext <<_ACEOF
17371.4Sbjh21#line 1737 "configure"
17381.1Stv#include "confdefs.h"
17391.1Stv#include <ac_nonexistent.h>
17401.1Stv_ACEOF
17411.4Sbjh21if { (eval echo "$as_me:1741: \"$ac_cpp conftest.$ac_ext\"") >&5
17421.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17431.1Stv  ac_status=$?
17441.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17451.1Stv  rm -f conftest.er1
17461.1Stv  cat conftest.err >&5
17471.4Sbjh21  echo "$as_me:1747: \$? = $ac_status" >&5
17481.1Stv  (exit $ac_status); } >/dev/null; then
17491.1Stv  if test -s conftest.err; then
17501.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17511.1Stv  else
17521.1Stv    ac_cpp_err=
17531.1Stv  fi
17541.1Stvelse
17551.1Stv  ac_cpp_err=yes
17561.1Stvfi
17571.1Stvif test -z "$ac_cpp_err"; then
17581.1Stv  # Broken: success on invalid input.
17591.1Stvcontinue
17601.1Stvelse
17611.1Stv  echo "$as_me: failed program was:" >&5
17621.1Stv  cat conftest.$ac_ext >&5
17631.1Stv  # Passes both tests.
17641.1Stvac_preproc_ok=:
17651.1Stvbreak
17661.1Stvfi
17671.1Stvrm -f conftest.err conftest.$ac_ext
17681.1Stv
17691.1Stvdone
17701.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17711.1Stvrm -f conftest.err conftest.$ac_ext
17721.1Stvif $ac_preproc_ok; then
17731.1Stv  break
17741.1Stvfi
17751.1Stv
17761.1Stv    done
17771.1Stv    ac_cv_prog_CPP=$CPP
17781.1Stv
17791.1Stvfi
17801.1Stv  CPP=$ac_cv_prog_CPP
17811.1Stvelse
17821.1Stv  ac_cv_prog_CPP=$CPP
17831.1Stvfi
17841.4Sbjh21echo "$as_me:1784: result: $CPP" >&5
17851.1Stvecho "${ECHO_T}$CPP" >&6
17861.1Stvac_preproc_ok=false
17871.1Stvfor ac_c_preproc_warn_flag in '' yes
17881.1Stvdo
17891.1Stv  # Use a header file that comes with gcc, so configuring glibc
17901.1Stv  # with a fresh cross-compiler works.
17911.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
17921.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
17931.1Stv  cat >conftest.$ac_ext <<_ACEOF
17941.4Sbjh21#line 1794 "configure"
17951.1Stv#include "confdefs.h"
17961.1Stv#include <assert.h>
17971.1Stv                     Syntax error
17981.1Stv_ACEOF
17991.4Sbjh21if { (eval echo "$as_me:1799: \"$ac_cpp conftest.$ac_ext\"") >&5
18001.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18011.1Stv  ac_status=$?
18021.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18031.1Stv  rm -f conftest.er1
18041.1Stv  cat conftest.err >&5
18051.4Sbjh21  echo "$as_me:1805: \$? = $ac_status" >&5
18061.1Stv  (exit $ac_status); } >/dev/null; then
18071.1Stv  if test -s conftest.err; then
18081.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18091.1Stv  else
18101.1Stv    ac_cpp_err=
18111.1Stv  fi
18121.1Stvelse
18131.1Stv  ac_cpp_err=yes
18141.1Stvfi
18151.1Stvif test -z "$ac_cpp_err"; then
18161.1Stv  :
18171.1Stvelse
18181.1Stv  echo "$as_me: failed program was:" >&5
18191.1Stv  cat conftest.$ac_ext >&5
18201.1Stv  # Broken: fails on valid input.
18211.1Stvcontinue
18221.1Stvfi
18231.1Stvrm -f conftest.err conftest.$ac_ext
18241.1Stv
18251.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
18261.1Stv  # can be detected and how.
18271.1Stv  cat >conftest.$ac_ext <<_ACEOF
18281.4Sbjh21#line 1828 "configure"
18291.1Stv#include "confdefs.h"
18301.1Stv#include <ac_nonexistent.h>
18311.1Stv_ACEOF
18321.4Sbjh21if { (eval echo "$as_me:1832: \"$ac_cpp conftest.$ac_ext\"") >&5
18331.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18341.1Stv  ac_status=$?
18351.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18361.1Stv  rm -f conftest.er1
18371.1Stv  cat conftest.err >&5
18381.4Sbjh21  echo "$as_me:1838: \$? = $ac_status" >&5
18391.1Stv  (exit $ac_status); } >/dev/null; then
18401.1Stv  if test -s conftest.err; then
18411.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18421.1Stv  else
18431.1Stv    ac_cpp_err=
18441.1Stv  fi
18451.1Stvelse
18461.1Stv  ac_cpp_err=yes
18471.1Stvfi
18481.1Stvif test -z "$ac_cpp_err"; then
18491.1Stv  # Broken: success on invalid input.
18501.1Stvcontinue
18511.1Stvelse
18521.1Stv  echo "$as_me: failed program was:" >&5
18531.1Stv  cat conftest.$ac_ext >&5
18541.1Stv  # Passes both tests.
18551.1Stvac_preproc_ok=:
18561.1Stvbreak
18571.1Stvfi
18581.1Stvrm -f conftest.err conftest.$ac_ext
18591.1Stv
18601.1Stvdone
18611.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18621.1Stvrm -f conftest.err conftest.$ac_ext
18631.1Stvif $ac_preproc_ok; then
18641.1Stv  :
18651.1Stvelse
18661.4Sbjh21  { { echo "$as_me:1866: error: C preprocessor \"$CPP\" fails sanity check" >&5
18671.1Stvecho "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
18681.1Stv   { (exit 1); exit 1; }; }
18691.1Stvfi
18701.1Stv
18711.1Stvac_ext=c
18721.1Stvac_cpp='$CPP $CPPFLAGS'
18731.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18741.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18751.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
18761.1Stv
18771.4Sbjh21echo "$as_me:1877: checking for regex.h" >&5
18781.1Stvecho $ECHO_N "checking for regex.h... $ECHO_C" >&6
18791.1Stvif test "${ac_cv_header_regex_h+set}" = set; then
18801.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
18811.1Stvelse
18821.1Stv  cat >conftest.$ac_ext <<_ACEOF
18831.4Sbjh21#line 1883 "configure"
18841.1Stv#include "confdefs.h"
18851.1Stv#include <regex.h>
18861.1Stv_ACEOF
18871.4Sbjh21if { (eval echo "$as_me:1887: \"$ac_cpp conftest.$ac_ext\"") >&5
18881.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18891.1Stv  ac_status=$?
18901.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18911.1Stv  rm -f conftest.er1
18921.1Stv  cat conftest.err >&5
18931.4Sbjh21  echo "$as_me:1893: \$? = $ac_status" >&5
18941.1Stv  (exit $ac_status); } >/dev/null; then
18951.1Stv  if test -s conftest.err; then
18961.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18971.1Stv  else
18981.1Stv    ac_cpp_err=
18991.1Stv  fi
19001.1Stvelse
19011.1Stv  ac_cpp_err=yes
19021.1Stvfi
19031.1Stvif test -z "$ac_cpp_err"; then
19041.1Stv  ac_cv_header_regex_h=yes
19051.1Stvelse
19061.1Stv  echo "$as_me: failed program was:" >&5
19071.1Stv  cat conftest.$ac_ext >&5
19081.1Stv  ac_cv_header_regex_h=no
19091.1Stvfi
19101.1Stvrm -f conftest.err conftest.$ac_ext
19111.1Stvfi
19121.4Sbjh21echo "$as_me:1912: result: $ac_cv_header_regex_h" >&5
19131.1Stvecho "${ECHO_T}$ac_cv_header_regex_h" >&6
19141.1Stvif test $ac_cv_header_regex_h = yes; then
19151.1Stv  :
19161.1Stvelse
19171.4Sbjh21  { { echo "$as_me:1917: error: POSIX regex.h is required" >&5
19181.1Stvecho "$as_me: error: POSIX regex.h is required" >&2;}
19191.1Stv   { (exit 1); exit 1; }; }
19201.1Stvfi
19211.1Stv
19221.5Sthorpej# If we don't have <poll.h>, we need to use select(2).
19231.5Sthorpejecho "$as_me:1923: checking for poll.h" >&5
19241.5Sthorpejecho $ECHO_N "checking for poll.h... $ECHO_C" >&6
19251.5Sthorpejif test "${ac_cv_header_poll_h+set}" = set; then
19261.5Sthorpej  echo $ECHO_N "(cached) $ECHO_C" >&6
19271.5Sthorpejelse
19281.5Sthorpej  cat >conftest.$ac_ext <<_ACEOF
19291.5Sthorpej#line 1929 "configure"
19301.5Sthorpej#include "confdefs.h"
19311.5Sthorpej#include <poll.h>
19321.5Sthorpej_ACEOF
19331.5Sthorpejif { (eval echo "$as_me:1933: \"$ac_cpp conftest.$ac_ext\"") >&5
19341.5Sthorpej  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19351.5Sthorpej  ac_status=$?
19361.5Sthorpej  egrep -v '^ *\+' conftest.er1 >conftest.err
19371.5Sthorpej  rm -f conftest.er1
19381.5Sthorpej  cat conftest.err >&5
19391.5Sthorpej  echo "$as_me:1939: \$? = $ac_status" >&5
19401.5Sthorpej  (exit $ac_status); } >/dev/null; then
19411.5Sthorpej  if test -s conftest.err; then
19421.5Sthorpej    ac_cpp_err=$ac_c_preproc_warn_flag
19431.5Sthorpej  else
19441.5Sthorpej    ac_cpp_err=
19451.5Sthorpej  fi
19461.5Sthorpejelse
19471.5Sthorpej  ac_cpp_err=yes
19481.5Sthorpejfi
19491.5Sthorpejif test -z "$ac_cpp_err"; then
19501.5Sthorpej  ac_cv_header_poll_h=yes
19511.5Sthorpejelse
19521.5Sthorpej  echo "$as_me: failed program was:" >&5
19531.5Sthorpej  cat conftest.$ac_ext >&5
19541.5Sthorpej  ac_cv_header_poll_h=no
19551.5Sthorpejfi
19561.5Sthorpejrm -f conftest.err conftest.$ac_ext
19571.5Sthorpejfi
19581.5Sthorpejecho "$as_me:1958: result: $ac_cv_header_poll_h" >&5
19591.5Sthorpejecho "${ECHO_T}$ac_cv_header_poll_h" >&6
19601.5Sthorpejif test $ac_cv_header_poll_h = yes; then
19611.5Sthorpej  :
19621.5Sthorpejelse
19631.5Sthorpej  cat >>confdefs.h <<\EOF
19641.5Sthorpej#define USE_SELECT 1
19651.5SthorpejEOF
19661.5Sthorpej
19671.5Sthorpejfi
19681.5Sthorpej
19691.1Stv# regcomp() and regexec() are also names of functions in the old V8
19701.1Stv# regexp package.  To avoid them, we need to find out who has regfree().
19711.1Stv
19721.5Sthorpejecho "$as_me:1972: checking for regfree in -lregex" >&5
19731.1Stvecho $ECHO_N "checking for regfree in -lregex... $ECHO_C" >&6
19741.1Stvif test "${ac_cv_lib_regex_regfree+set}" = set; then
19751.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
19761.1Stvelse
19771.1Stv  ac_check_lib_save_LIBS=$LIBS
19781.1StvLIBS="-lregex  $LIBS"
19791.1Stvcat >conftest.$ac_ext <<_ACEOF
19801.5Sthorpej#line 1980 "configure"
19811.1Stv#include "confdefs.h"
19821.1Stv
19831.1Stv/* Override any gcc2 internal prototype to avoid an error.  */
19841.1Stv#ifdef __cplusplus
19851.1Stvextern "C"
19861.1Stv#endif
19871.1Stv/* We use char because int might match the return type of a gcc2
19881.1Stv   builtin and then its argument prototype would still apply.  */
19891.1Stvchar regfree ();
19901.1Stvint
19911.1Stvmain ()
19921.1Stv{
19931.1Stvregfree ();
19941.1Stv  ;
19951.1Stv  return 0;
19961.1Stv}
19971.1Stv_ACEOF
19981.1Stvrm -f conftest.$ac_objext conftest$ac_exeext
19991.5Sthorpejif { (eval echo "$as_me:1999: \"$ac_link\"") >&5
20001.1Stv  (eval $ac_link) 2>&5
20011.1Stv  ac_status=$?
20021.5Sthorpej  echo "$as_me:2002: \$? = $ac_status" >&5
20031.1Stv  (exit $ac_status); } &&
20041.1Stv         { ac_try='test -s conftest$ac_exeext'
20051.5Sthorpej  { (eval echo "$as_me:2005: \"$ac_try\"") >&5
20061.1Stv  (eval $ac_try) 2>&5
20071.1Stv  ac_status=$?
20081.5Sthorpej  echo "$as_me:2008: \$? = $ac_status" >&5
20091.1Stv  (exit $ac_status); }; }; then
20101.1Stv  ac_cv_lib_regex_regfree=yes
20111.1Stvelse
20121.1Stv  echo "$as_me: failed program was:" >&5
20131.1Stvcat conftest.$ac_ext >&5
20141.1Stvac_cv_lib_regex_regfree=no
20151.1Stvfi
20161.1Stvrm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20171.1StvLIBS=$ac_check_lib_save_LIBS
20181.1Stvfi
20191.5Sthorpejecho "$as_me:2019: result: $ac_cv_lib_regex_regfree" >&5
20201.1Stvecho "${ECHO_T}$ac_cv_lib_regex_regfree" >&6
20211.1Stvif test $ac_cv_lib_regex_regfree = yes; then
20221.1Stv  cat >>confdefs.h <<EOF
20231.1Stv#define HAVE_LIBREGEX 1
20241.1StvEOF
20251.1Stv
20261.1Stv  LIBS="-lregex $LIBS"
20271.1Stv
20281.1Stvfi
20291.1Stv
20301.5Sthorpejecho "$as_me:2030: checking for library containing regfree" >&5
20311.1Stvecho $ECHO_N "checking for library containing regfree... $ECHO_C" >&6
20321.1Stvif test "${ac_cv_search_regfree+set}" = set; then
20331.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
20341.1Stvelse
20351.1Stv  ac_func_search_save_LIBS=$LIBS
20361.1Stvac_cv_search_regfree=no
20371.1Stvcat >conftest.$ac_ext <<_ACEOF
20381.5Sthorpej#line 2038 "configure"
20391.1Stv#include "confdefs.h"
20401.1Stv
20411.1Stv/* Override any gcc2 internal prototype to avoid an error.  */
20421.1Stv#ifdef __cplusplus
20431.1Stvextern "C"
20441.1Stv#endif
20451.1Stv/* We use char because int might match the return type of a gcc2
20461.1Stv   builtin and then its argument prototype would still apply.  */
20471.1Stvchar regfree ();
20481.1Stvint
20491.1Stvmain ()
20501.1Stv{
20511.1Stvregfree ();
20521.1Stv  ;
20531.1Stv  return 0;
20541.1Stv}
20551.1Stv_ACEOF
20561.1Stvrm -f conftest.$ac_objext conftest$ac_exeext
20571.5Sthorpejif { (eval echo "$as_me:2057: \"$ac_link\"") >&5
20581.1Stv  (eval $ac_link) 2>&5
20591.1Stv  ac_status=$?
20601.5Sthorpej  echo "$as_me:2060: \$? = $ac_status" >&5
20611.1Stv  (exit $ac_status); } &&
20621.1Stv         { ac_try='test -s conftest$ac_exeext'
20631.5Sthorpej  { (eval echo "$as_me:2063: \"$ac_try\"") >&5
20641.1Stv  (eval $ac_try) 2>&5
20651.1Stv  ac_status=$?
20661.5Sthorpej  echo "$as_me:2066: \$? = $ac_status" >&5
20671.1Stv  (exit $ac_status); }; }; then
20681.1Stv  ac_cv_search_regfree="none required"
20691.1Stvelse
20701.1Stv  echo "$as_me: failed program was:" >&5
20711.1Stvcat conftest.$ac_ext >&5
20721.1Stvfi
20731.1Stvrm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20741.1Stvif test "$ac_cv_search_regfree" = no; then
20751.1Stv  for ac_lib in rx posix; do
20761.1Stv    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
20771.1Stv    cat >conftest.$ac_ext <<_ACEOF
20781.5Sthorpej#line 2078 "configure"
20791.1Stv#include "confdefs.h"
20801.1Stv
20811.1Stv/* Override any gcc2 internal prototype to avoid an error.  */
20821.1Stv#ifdef __cplusplus
20831.1Stvextern "C"
20841.1Stv#endif
20851.1Stv/* We use char because int might match the return type of a gcc2
20861.1Stv   builtin and then its argument prototype would still apply.  */
20871.1Stvchar regfree ();
20881.1Stvint
20891.1Stvmain ()
20901.1Stv{
20911.1Stvregfree ();
20921.1Stv  ;
20931.1Stv  return 0;
20941.1Stv}
20951.1Stv_ACEOF
20961.1Stvrm -f conftest.$ac_objext conftest$ac_exeext
20971.5Sthorpejif { (eval echo "$as_me:2097: \"$ac_link\"") >&5
20981.1Stv  (eval $ac_link) 2>&5
20991.1Stv  ac_status=$?
21001.5Sthorpej  echo "$as_me:2100: \$? = $ac_status" >&5
21011.1Stv  (exit $ac_status); } &&
21021.1Stv         { ac_try='test -s conftest$ac_exeext'
21031.5Sthorpej  { (eval echo "$as_me:2103: \"$ac_try\"") >&5
21041.1Stv  (eval $ac_try) 2>&5
21051.1Stv  ac_status=$?
21061.5Sthorpej  echo "$as_me:2106: \$? = $ac_status" >&5
21071.1Stv  (exit $ac_status); }; }; then
21081.1Stv  ac_cv_search_regfree="-l$ac_lib"
21091.1Stvbreak
21101.1Stvelse
21111.1Stv  echo "$as_me: failed program was:" >&5
21121.1Stvcat conftest.$ac_ext >&5
21131.1Stvfi
21141.1Stvrm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21151.1Stv  done
21161.1Stvfi
21171.1StvLIBS=$ac_func_search_save_LIBS
21181.1Stvfi
21191.5Sthorpejecho "$as_me:2119: result: $ac_cv_search_regfree" >&5
21201.1Stvecho "${ECHO_T}$ac_cv_search_regfree" >&6
21211.1Stvif test "$ac_cv_search_regfree" != no; then
21221.1Stv  test "$ac_cv_search_regfree" = "none required" || LIBS="$ac_cv_search_regfree $LIBS"
21231.1Stv
21241.1Stvfi
21251.1Stv
21261.2Stvfor ac_func in setenv strdup strerror strftime vsnprintf
21271.2Stvdo
21281.2Stvas_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21291.5Sthorpejecho "$as_me:2129: checking for $ac_func" >&5
21301.2Stvecho $ECHO_N "checking for $ac_func... $ECHO_C" >&6
21311.2Stvif eval "test \"\${$as_ac_var+set}\" = set"; then
21321.2Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
21331.2Stvelse
21341.2Stv  cat >conftest.$ac_ext <<_ACEOF
21351.5Sthorpej#line 2135 "configure"
21361.2Stv#include "confdefs.h"
21371.2Stv/* System header to define __stub macros and hopefully few prototypes,
21381.2Stv    which can conflict with char $ac_func (); below.  */
21391.2Stv#include <assert.h>
21401.2Stv/* Override any gcc2 internal prototype to avoid an error.  */
21411.2Stv#ifdef __cplusplus
21421.2Stvextern "C"
21431.2Stv#endif
21441.2Stv/* We use char because int might match the return type of a gcc2
21451.2Stv   builtin and then its argument prototype would still apply.  */
21461.2Stvchar $ac_func ();
21471.2Stvchar (*f) ();
21481.2Stv
21491.2Stvint
21501.2Stvmain ()
21511.2Stv{
21521.2Stv/* The GNU C library defines this for functions which it implements
21531.2Stv    to always fail with ENOSYS.  Some functions are actually named
21541.2Stv    something starting with __ and the normal name is an alias.  */
21551.2Stv#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21561.2Stvchoke me
21571.2Stv#else
21581.2Stvf = $ac_func;
21591.2Stv#endif
21601.2Stv
21611.2Stv  ;
21621.2Stv  return 0;
21631.2Stv}
21641.2Stv_ACEOF
21651.2Stvrm -f conftest.$ac_objext conftest$ac_exeext
21661.5Sthorpejif { (eval echo "$as_me:2166: \"$ac_link\"") >&5
21671.2Stv  (eval $ac_link) 2>&5
21681.2Stv  ac_status=$?
21691.5Sthorpej  echo "$as_me:2169: \$? = $ac_status" >&5
21701.2Stv  (exit $ac_status); } &&
21711.2Stv         { ac_try='test -s conftest$ac_exeext'
21721.5Sthorpej  { (eval echo "$as_me:2172: \"$ac_try\"") >&5
21731.2Stv  (eval $ac_try) 2>&5
21741.2Stv  ac_status=$?
21751.5Sthorpej  echo "$as_me:2175: \$? = $ac_status" >&5
21761.2Stv  (exit $ac_status); }; }; then
21771.2Stv  eval "$as_ac_var=yes"
21781.2Stvelse
21791.2Stv  echo "$as_me: failed program was:" >&5
21801.2Stvcat conftest.$ac_ext >&5
21811.2Stveval "$as_ac_var=no"
21821.2Stvfi
21831.2Stvrm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21841.2Stvfi
21851.5Sthorpejecho "$as_me:2185: result: `eval echo '${'$as_ac_var'}'`" >&5
21861.2Stvecho "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
21871.2Stvif test `eval echo '${'$as_ac_var'}'` = yes; then
21881.2Stv  cat >>confdefs.h <<EOF
21891.2Stv#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21901.2StvEOF
21911.2Stv
21921.2Stvfi
21931.2Stvdone
21941.2Stv
21951.1Stvcat >confcache <<\_ACEOF
21961.1Stv# This file is a shell script that caches the results of configure
21971.1Stv# tests run on this system so they can be shared between configure
21981.1Stv# scripts and configure runs, see configure's option --config-cache.
21991.1Stv# It is not useful on other systems.  If it contains results you don't
22001.1Stv# want to keep, you may remove or edit it.
22011.1Stv#
22021.1Stv# config.status only pays attention to the cache file if you give it
22031.1Stv# the --recheck option to rerun configure.
22041.1Stv#
22051.1Stv# `ac_cv_env_foo' variables (set or unset) will be overriden when
22061.1Stv# loading this file, other *unset* `ac_cv_foo' will be assigned the
22071.1Stv# following values.
22081.1Stv
22091.1Stv_ACEOF
22101.1Stv
22111.1Stv# The following way of writing the cache mishandles newlines in values,
22121.1Stv# but we know of no workaround that is simple, portable, and efficient.
22131.1Stv# So, don't put newlines in cache variables' values.
22141.1Stv# Ultrix sh set writes to stderr and can't be redirected directly,
22151.1Stv# and sets the high bit in the cache file unless we assign to the vars.
22161.1Stv{
22171.1Stv  (set) 2>&1 |
22181.1Stv    case `(ac_space=' '; set | grep ac_space) 2>&1` in
22191.1Stv    *ac_space=\ *)
22201.1Stv      # `set' does not quote correctly, so add quotes (double-quote
22211.1Stv      # substitution turns \\\\ into \\, and sed turns \\ into \).
22221.1Stv      sed -n \
22231.1Stv        "s/'/'\\\\''/g;
22241.1Stv    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22251.1Stv      ;;
22261.1Stv    *)
22271.1Stv      # `set' quotes correctly as required by POSIX, so do not add quotes.
22281.1Stv      sed -n \
22291.1Stv        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22301.1Stv      ;;
22311.1Stv    esac;
22321.1Stv} |
22331.1Stv  sed '
22341.1Stv     t clear
22351.1Stv     : clear
22361.1Stv     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22371.1Stv     t end
22381.1Stv     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22391.1Stv     : end' >>confcache
22401.1Stvif cmp -s $cache_file confcache; then :; else
22411.1Stv  if test -w $cache_file; then
22421.1Stv    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22431.1Stv    cat confcache >$cache_file
22441.1Stv  else
22451.1Stv    echo "not updating unwritable cache $cache_file"
22461.1Stv  fi
22471.1Stvfi
22481.1Stvrm -f confcache
22491.1Stv
22501.1Stvtest "x$prefix" = xNONE && prefix=$ac_default_prefix
22511.1Stv# Let make expand exec_prefix.
22521.1Stvtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
22531.1Stv
22541.1Stv# VPATH may cause trouble with some makes, so we remove $(srcdir),
22551.1Stv# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22561.1Stv# trailing colons and then remove the whole line if VPATH becomes empty
22571.1Stv# (actually we leave an empty line to preserve line numbers).
22581.1Stvif test "x$srcdir" = x.; then
22591.1Stv  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
22601.1Stvs/:*\$(srcdir):*/:/;
22611.1Stvs/:*\${srcdir}:*/:/;
22621.1Stvs/:*@srcdir@:*/:/;
22631.1Stvs/^\([^=]*=[ 	]*\):*/\1/;
22641.1Stvs/:*$//;
22651.1Stvs/^[^=]*=[ 	]*$//;
22661.1Stv}'
22671.1Stvfi
22681.1Stv
22691.1Stv# Transform confdefs.h into DEFS.
22701.1Stv# Protect against shell expansion while executing Makefile rules.
22711.1Stv# Protect against Makefile macro expansion.
22721.1Stv#
22731.1Stv# If the first sed substitution is executed (which looks for macros that
22741.1Stv# take arguments), then we branch to the quote section.  Otherwise,
22751.1Stv# look for a macro that doesn't take arguments.
22761.1Stvcat >confdef2opt.sed <<\EOF
22771.1Stvt clear
22781.1Stv: clear
22791.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
22801.1Stvt quote
22811.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
22821.1Stvt quote
22831.1Stvd
22841.1Stv: quote
22851.1Stvs,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
22861.1Stvs,\[,\\&,g
22871.1Stvs,\],\\&,g
22881.1Stvs,\$,$$,g
22891.1Stvp
22901.1StvEOF
22911.1Stv# We use echo to avoid assuming a particular line-breaking character.
22921.1Stv# The extra dot is to prevent the shell from consuming trailing
22931.1Stv# line-breaks from the sub-command output.  A line-break within
22941.1Stv# single-quotes doesn't work because, if this script is created in a
22951.1Stv# platform that uses two characters for line-breaks (e.g., DOS), tr
22961.1Stv# would break.
22971.1Stvac_LF_and_DOT=`echo; echo .`
22981.1StvDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
22991.1Stvrm -f confdef2opt.sed
23001.1Stv
23011.1Stv: ${CONFIG_STATUS=./config.status}
23021.1Stvac_clean_files_save=$ac_clean_files
23031.1Stvac_clean_files="$ac_clean_files $CONFIG_STATUS"
23041.5Sthorpej{ echo "$as_me:2304: creating $CONFIG_STATUS" >&5
23051.1Stvecho "$as_me: creating $CONFIG_STATUS" >&6;}
23061.1Stvcat >$CONFIG_STATUS <<_ACEOF
23071.1Stv#! $SHELL
23081.1Stv# Generated automatically by configure.
23091.1Stv# Run this file to recreate the current configuration.
23101.1Stv# Compiler output produced by configure, useful for debugging
23111.1Stv# configure, is in config.log if it exists.
23121.1Stv
23131.1Stvdebug=false
23141.1StvSHELL=\${CONFIG_SHELL-$SHELL}
23151.1Stvac_cs_invocation="\$0 \$@"
23161.1Stv
23171.1Stv_ACEOF
23181.1Stv
23191.1Stvcat >>$CONFIG_STATUS <<\_ACEOF
23201.1Stv# Be Bourne compatible
23211.1Stvif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23221.1Stv  emulate sh
23231.1Stv  NULLCMD=:
23241.1Stvelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23251.1Stv  set -o posix
23261.1Stvfi
23271.1Stv
23281.1Stv# Name of the executable.
23291.1Stvas_me=`echo "$0" |sed 's,.*[\\/],,'`
23301.1Stv
23311.1Stvif expr a : '\(a\)' >/dev/null 2>&1; then
23321.1Stv  as_expr=expr
23331.1Stvelse
23341.1Stv  as_expr=false
23351.1Stvfi
23361.1Stv
23371.1Stvrm -f conf$$ conf$$.exe conf$$.file
23381.1Stvecho >conf$$.file
23391.1Stvif ln -s conf$$.file conf$$ 2>/dev/null; then
23401.1Stv  # We could just check for DJGPP; but this test a) works b) is more generic
23411.1Stv  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
23421.1Stv  if test -f conf$$.exe; then
23431.1Stv    # Don't use ln at all; we don't have any links
23441.1Stv    as_ln_s='cp -p'
23451.1Stv  else
23461.1Stv    as_ln_s='ln -s'
23471.1Stv  fi
23481.1Stvelif ln conf$$.file conf$$ 2>/dev/null; then
23491.1Stv  as_ln_s=ln
23501.1Stvelse
23511.1Stv  as_ln_s='cp -p'
23521.1Stvfi
23531.1Stvrm -f conf$$ conf$$.exe conf$$.file
23541.1Stv
23551.1Stvas_executable_p="test -f"
23561.1Stv
23571.1Stv# Support unset when possible.
23581.1Stvif (FOO=FOO; unset FOO) >/dev/null 2>&1; then
23591.1Stv  as_unset=unset
23601.1Stvelse
23611.1Stv  as_unset=false
23621.1Stvfi
23631.1Stv
23641.1Stv# NLS nuisances.
23651.1Stv$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
23661.1Stv$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
23671.1Stv$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
23681.1Stv$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
23691.1Stv$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
23701.1Stv$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
23711.1Stv$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
23721.1Stv$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
23731.1Stv
23741.1Stv# IFS
23751.1Stv# We need space, tab and new line, in precisely that order.
23761.1Stvas_nl='
23771.1Stv'
23781.1StvIFS=" 	$as_nl"
23791.1Stv
23801.1Stv# CDPATH.
23811.1Stv$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
23821.1Stv
23831.1Stvexec 6>&1
23841.1Stv
23851.1Stv_ACEOF
23861.1Stv
23871.1Stv# Files that config.status was made for.
23881.1Stvif test -n "$ac_config_files"; then
23891.1Stv  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
23901.1Stvfi
23911.1Stv
23921.1Stvif test -n "$ac_config_headers"; then
23931.1Stv  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
23941.1Stvfi
23951.1Stv
23961.1Stvif test -n "$ac_config_links"; then
23971.1Stv  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
23981.1Stvfi
23991.1Stv
24001.1Stvif test -n "$ac_config_commands"; then
24011.1Stv  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
24021.1Stvfi
24031.1Stv
24041.1Stvcat >>$CONFIG_STATUS <<\EOF
24051.1Stv
24061.1Stvac_cs_usage="\
24071.1Stv\`$as_me' instantiates files from templates according to the
24081.1Stvcurrent configuration.
24091.1Stv
24101.1StvUsage: $0 [OPTIONS] [FILE]...
24111.1Stv
24121.1Stv  -h, --help       print this help, then exit
24131.1Stv  -V, --version    print version number, then exit
24141.1Stv  -d, --debug      don't remove temporary files
24151.1Stv      --recheck    update $as_me by reconfiguring in the same conditions
24161.1Stv  --file=FILE[:TEMPLATE]
24171.1Stv                   instantiate the configuration file FILE
24181.1Stv
24191.1StvConfiguration files:
24201.1Stv$config_files
24211.1Stv
24221.1StvReport bugs to <bug-autoconf@gnu.org>."
24231.1StvEOF
24241.1Stv
24251.1Stvcat >>$CONFIG_STATUS <<EOF
24261.1Stvac_cs_version="\\
24271.1Stvmake config.status noversion
24281.1Stvconfigured by $0, generated by GNU Autoconf 2.52,
24291.1Stv  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
24301.1Stv
24311.1StvCopyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
24321.1StvFree Software Foundation, Inc.
24331.1StvThis config.status script is free software; the Free Software Foundation
24341.1Stvgives unlimited permission to copy, distribute and modify it."
24351.1Stvsrcdir=$srcdir
24361.1StvEOF
24371.1Stv
24381.1Stvcat >>$CONFIG_STATUS <<\EOF
24391.1Stv# If no file are specified by the user, then we need to provide default
24401.1Stv# value.  By we need to know if files were specified by the user.
24411.1Stvac_need_defaults=:
24421.1Stvwhile test $# != 0
24431.1Stvdo
24441.1Stv  case $1 in
24451.1Stv  --*=*)
24461.1Stv    ac_option=`expr "x$1" : 'x\([^=]*\)='`
24471.1Stv    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
24481.1Stv    shift
24491.1Stv    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
24501.1Stv    shift
24511.1Stv    ;;
24521.1Stv  -*);;
24531.1Stv  *) # This is not an option, so the user has probably given explicit
24541.1Stv     # arguments.
24551.1Stv     ac_need_defaults=false;;
24561.1Stv  esac
24571.1Stv
24581.1Stv  case $1 in
24591.1Stv  # Handling of the options.
24601.1StvEOF
24611.1Stvcat >>$CONFIG_STATUS <<EOF
24621.1Stv  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24631.1Stv    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
24641.1Stv    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
24651.1StvEOF
24661.1Stvcat >>$CONFIG_STATUS <<\EOF
24671.1Stv  --version | --vers* | -V )
24681.1Stv    echo "$ac_cs_version"; exit 0 ;;
24691.1Stv  --he | --h)
24701.1Stv    # Conflict between --help and --header
24711.5Sthorpej    { { echo "$as_me:2471: error: ambiguous option: $1
24721.1StvTry \`$0 --help' for more information." >&5
24731.1Stvecho "$as_me: error: ambiguous option: $1
24741.1StvTry \`$0 --help' for more information." >&2;}
24751.1Stv   { (exit 1); exit 1; }; };;
24761.1Stv  --help | --hel | -h )
24771.1Stv    echo "$ac_cs_usage"; exit 0 ;;
24781.1Stv  --debug | --d* | -d )
24791.1Stv    debug=: ;;
24801.1Stv  --file | --fil | --fi | --f )
24811.1Stv    shift
24821.1Stv    CONFIG_FILES="$CONFIG_FILES $1"
24831.1Stv    ac_need_defaults=false;;
24841.1Stv  --header | --heade | --head | --hea )
24851.1Stv    shift
24861.1Stv    CONFIG_HEADERS="$CONFIG_HEADERS $1"
24871.1Stv    ac_need_defaults=false;;
24881.1Stv
24891.1Stv  # This is an error.
24901.5Sthorpej  -*) { { echo "$as_me:2490: error: unrecognized option: $1
24911.1StvTry \`$0 --help' for more information." >&5
24921.1Stvecho "$as_me: error: unrecognized option: $1
24931.1StvTry \`$0 --help' for more information." >&2;}
24941.1Stv   { (exit 1); exit 1; }; } ;;
24951.1Stv
24961.1Stv  *) ac_config_targets="$ac_config_targets $1" ;;
24971.1Stv
24981.1Stv  esac
24991.1Stv  shift
25001.1Stvdone
25011.1Stv
25021.1Stvexec 5>>config.log
25031.1Stvcat >&5 << _ACEOF
25041.1Stv
25051.1Stv## ----------------------- ##
25061.1Stv## Running config.status.  ##
25071.1Stv## ----------------------- ##
25081.1Stv
25091.1StvThis file was extended by $as_me (make noversion) 2.52, executed with
25101.1Stv  CONFIG_FILES    = $CONFIG_FILES
25111.1Stv  CONFIG_HEADERS  = $CONFIG_HEADERS
25121.1Stv  CONFIG_LINKS    = $CONFIG_LINKS
25131.1Stv  CONFIG_COMMANDS = $CONFIG_COMMANDS
25141.1Stv  > $ac_cs_invocation
25151.1Stvon `(hostname || uname -n) 2>/dev/null | sed 1q`
25161.1Stv
25171.1Stv_ACEOF
25181.1StvEOF
25191.1Stv
25201.1Stvcat >>$CONFIG_STATUS <<\EOF
25211.1Stvfor ac_config_target in $ac_config_targets
25221.1Stvdo
25231.1Stv  case "$ac_config_target" in
25241.1Stv  # Handling of arguments.
25251.1Stv  "buildmake.sh" ) CONFIG_FILES="$CONFIG_FILES buildmake.sh" ;;
25261.5Sthorpej  *) { { echo "$as_me:2526: error: invalid argument: $ac_config_target" >&5
25271.1Stvecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
25281.1Stv   { (exit 1); exit 1; }; };;
25291.1Stv  esac
25301.1Stvdone
25311.1Stv
25321.1Stv# If the user did not use the arguments to specify the items to instantiate,
25331.1Stv# then the envvar interface is used.  Set only those that are not.
25341.1Stv# We use the long form for the default assignment because of an extremely
25351.1Stv# bizarre bug on SunOS 4.1.3.
25361.1Stvif $ac_need_defaults; then
25371.1Stv  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
25381.1Stvfi
25391.1Stv
25401.1Stv# Create a temporary directory, and hook for its removal unless debugging.
25411.1Stv$debug ||
25421.1Stv{
25431.1Stv  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
25441.1Stv  trap '{ (exit 1); exit 1; }' 1 2 13 15
25451.1Stv}
25461.1Stv
25471.1Stv# Create a (secure) tmp directory for tmp files.
25481.1Stv: ${TMPDIR=/tmp}
25491.1Stv{
25501.1Stv  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
25511.1Stv  test -n "$tmp" && test -d "$tmp"
25521.1Stv}  ||
25531.1Stv{
25541.1Stv  tmp=$TMPDIR/cs$$-$RANDOM
25551.1Stv  (umask 077 && mkdir $tmp)
25561.1Stv} ||
25571.1Stv{
25581.1Stv   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
25591.1Stv   { (exit 1); exit 1; }
25601.1Stv}
25611.1Stv
25621.1StvEOF
25631.1Stv
25641.1Stvcat >>$CONFIG_STATUS <<EOF
25651.1Stv
25661.1Stv#
25671.1Stv# CONFIG_FILES section.
25681.1Stv#
25691.1Stv
25701.1Stv# No need to generate the scripts if there are no CONFIG_FILES.
25711.1Stv# This happens for instance when ./config.status config.h
25721.1Stvif test -n "\$CONFIG_FILES"; then
25731.1Stv  # Protect against being on the right side of a sed subst in config.status.
25741.1Stv  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
25751.1Stv   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
25761.1Stvs,@SHELL@,$SHELL,;t t
25771.1Stvs,@exec_prefix@,$exec_prefix,;t t
25781.1Stvs,@prefix@,$prefix,;t t
25791.1Stvs,@program_transform_name@,$program_transform_name,;t t
25801.1Stvs,@bindir@,$bindir,;t t
25811.1Stvs,@sbindir@,$sbindir,;t t
25821.1Stvs,@libexecdir@,$libexecdir,;t t
25831.1Stvs,@datadir@,$datadir,;t t
25841.1Stvs,@sysconfdir@,$sysconfdir,;t t
25851.1Stvs,@sharedstatedir@,$sharedstatedir,;t t
25861.1Stvs,@localstatedir@,$localstatedir,;t t
25871.1Stvs,@libdir@,$libdir,;t t
25881.1Stvs,@includedir@,$includedir,;t t
25891.1Stvs,@oldincludedir@,$oldincludedir,;t t
25901.1Stvs,@infodir@,$infodir,;t t
25911.1Stvs,@mandir@,$mandir,;t t
25921.1Stvs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
25931.1Stvs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
25941.1Stvs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
25951.1Stvs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
25961.1Stvs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
25971.1Stvs,@build_alias@,$build_alias,;t t
25981.1Stvs,@host_alias@,$host_alias,;t t
25991.1Stvs,@target_alias@,$target_alias,;t t
26001.1Stvs,@ECHO_C@,$ECHO_C,;t t
26011.1Stvs,@ECHO_N@,$ECHO_N,;t t
26021.1Stvs,@ECHO_T@,$ECHO_T,;t t
26031.1Stvs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
26041.1Stvs,@DEFS@,$DEFS,;t t
26051.1Stvs,@LIBS@,$LIBS,;t t
26061.3Sbjh21s,@BSHELL@,$BSHELL,;t t
26071.1Stvs,@CC@,$CC,;t t
26081.1Stvs,@CFLAGS@,$CFLAGS,;t t
26091.1Stvs,@LDFLAGS@,$LDFLAGS,;t t
26101.1Stvs,@CPPFLAGS@,$CPPFLAGS,;t t
26111.1Stvs,@ac_ct_CC@,$ac_ct_CC,;t t
26121.1Stvs,@EXEEXT@,$EXEEXT,;t t
26131.1Stvs,@OBJEXT@,$OBJEXT,;t t
26141.1Stvs,@CPP@,$CPP,;t t
26151.1StvCEOF
26161.1Stv
26171.1StvEOF
26181.1Stv
26191.1Stv  cat >>$CONFIG_STATUS <<\EOF
26201.1Stv  # Split the substitutions into bite-sized pieces for seds with
26211.1Stv  # small command number limits, like on Digital OSF/1 and HP-UX.
26221.1Stv  ac_max_sed_lines=48
26231.1Stv  ac_sed_frag=1 # Number of current file.
26241.1Stv  ac_beg=1 # First line for current file.
26251.1Stv  ac_end=$ac_max_sed_lines # Line after last line for current file.
26261.1Stv  ac_more_lines=:
26271.1Stv  ac_sed_cmds=
26281.1Stv  while $ac_more_lines; do
26291.1Stv    if test $ac_beg -gt 1; then
26301.1Stv      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
26311.1Stv    else
26321.1Stv      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
26331.1Stv    fi
26341.1Stv    if test ! -s $tmp/subs.frag; then
26351.1Stv      ac_more_lines=false
26361.1Stv    else
26371.1Stv      # The purpose of the label and of the branching condition is to
26381.1Stv      # speed up the sed processing (if there are no `@' at all, there
26391.1Stv      # is no need to browse any of the substitutions).
26401.1Stv      # These are the two extra sed commands mentioned above.
26411.1Stv      (echo ':t
26421.1Stv  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
26431.1Stv      if test -z "$ac_sed_cmds"; then
26441.1Stv  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
26451.1Stv      else
26461.1Stv  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
26471.1Stv      fi
26481.1Stv      ac_sed_frag=`expr $ac_sed_frag + 1`
26491.1Stv      ac_beg=$ac_end
26501.1Stv      ac_end=`expr $ac_end + $ac_max_sed_lines`
26511.1Stv    fi
26521.1Stv  done
26531.1Stv  if test -z "$ac_sed_cmds"; then
26541.1Stv    ac_sed_cmds=cat
26551.1Stv  fi
26561.1Stvfi # test -n "$CONFIG_FILES"
26571.1Stv
26581.1StvEOF
26591.1Stvcat >>$CONFIG_STATUS <<\EOF
26601.1Stvfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
26611.1Stv  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
26621.1Stv  case $ac_file in
26631.1Stv  - | *:- | *:-:* ) # input from stdin
26641.1Stv        cat >$tmp/stdin
26651.1Stv        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
26661.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
26671.1Stv  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
26681.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
26691.1Stv  * )   ac_file_in=$ac_file.in ;;
26701.1Stv  esac
26711.1Stv
26721.1Stv  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
26731.1Stv  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26741.1Stv         X"$ac_file" : 'X\(//\)[^/]' \| \
26751.1Stv         X"$ac_file" : 'X\(//\)$' \| \
26761.1Stv         X"$ac_file" : 'X\(/\)' \| \
26771.1Stv         .     : '\(.\)' 2>/dev/null ||
26781.1Stvecho X"$ac_file" |
26791.1Stv    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
26801.1Stv  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
26811.1Stv  	  /^X\(\/\/\)$/{ s//\1/; q; }
26821.1Stv  	  /^X\(\/\).*/{ s//\1/; q; }
26831.1Stv  	  s/.*/./; q'`
26841.1Stv  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
26851.1Stv    { case "$ac_dir" in
26861.1Stv  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
26871.1Stv  *)                      as_incr_dir=.;;
26881.1Stvesac
26891.1Stvas_dummy="$ac_dir"
26901.1Stvfor as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
26911.1Stv  case $as_mkdir_dir in
26921.1Stv    # Skip DOS drivespec
26931.1Stv    ?:) as_incr_dir=$as_mkdir_dir ;;
26941.1Stv    *)
26951.1Stv      as_incr_dir=$as_incr_dir/$as_mkdir_dir
26961.1Stv      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
26971.1Stv    ;;
26981.1Stv  esac
26991.1Stvdone; }
27001.1Stv
27011.1Stv    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
27021.1Stv    # A "../" for each directory in $ac_dir_suffix.
27031.1Stv    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
27041.1Stv  else
27051.1Stv    ac_dir_suffix= ac_dots=
27061.1Stv  fi
27071.1Stv
27081.1Stv  case $srcdir in
27091.1Stv  .)  ac_srcdir=.
27101.1Stv      if test -z "$ac_dots"; then
27111.1Stv         ac_top_srcdir=.
27121.1Stv      else
27131.1Stv         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
27141.1Stv      fi ;;
27151.1Stv  [\\/]* | ?:[\\/]* )
27161.1Stv      ac_srcdir=$srcdir$ac_dir_suffix;
27171.1Stv      ac_top_srcdir=$srcdir ;;
27181.1Stv  *) # Relative path.
27191.1Stv    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
27201.1Stv    ac_top_srcdir=$ac_dots$srcdir ;;
27211.1Stv  esac
27221.1Stv
27231.1Stv  if test x"$ac_file" != x-; then
27241.5Sthorpej    { echo "$as_me:2724: creating $ac_file" >&5
27251.1Stvecho "$as_me: creating $ac_file" >&6;}
27261.1Stv    rm -f "$ac_file"
27271.1Stv  fi
27281.1Stv  # Let's still pretend it is `configure' which instantiates (i.e., don't
27291.1Stv  # use $as_me), people would be surprised to read:
27301.1Stv  #    /* config.h.  Generated automatically by config.status.  */
27311.1Stv  configure_input="Generated automatically from `echo $ac_file_in |
27321.1Stv                                                 sed 's,.*/,,'` by configure."
27331.1Stv
27341.1Stv  # First look for the input files in the build tree, otherwise in the
27351.1Stv  # src tree.
27361.1Stv  ac_file_inputs=`IFS=:
27371.1Stv    for f in $ac_file_in; do
27381.1Stv      case $f in
27391.1Stv      -) echo $tmp/stdin ;;
27401.1Stv      [\\/$]*)
27411.1Stv         # Absolute (can't be DOS-style, as IFS=:)
27421.5Sthorpej         test -f "$f" || { { echo "$as_me:2742: error: cannot find input file: $f" >&5
27431.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
27441.1Stv   { (exit 1); exit 1; }; }
27451.1Stv         echo $f;;
27461.1Stv      *) # Relative
27471.1Stv         if test -f "$f"; then
27481.1Stv           # Build tree
27491.1Stv           echo $f
27501.1Stv         elif test -f "$srcdir/$f"; then
27511.1Stv           # Source tree
27521.1Stv           echo $srcdir/$f
27531.1Stv         else
27541.1Stv           # /dev/null tree
27551.5Sthorpej           { { echo "$as_me:2755: error: cannot find input file: $f" >&5
27561.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
27571.1Stv   { (exit 1); exit 1; }; }
27581.1Stv         fi;;
27591.1Stv      esac
27601.1Stv    done` || { (exit 1); exit 1; }
27611.1StvEOF
27621.1Stvcat >>$CONFIG_STATUS <<EOF
27631.1Stv  sed "$ac_vpsub
27641.1Stv$extrasub
27651.1StvEOF
27661.1Stvcat >>$CONFIG_STATUS <<\EOF
27671.1Stv:t
27681.1Stv/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27691.1Stvs,@configure_input@,$configure_input,;t t
27701.1Stvs,@srcdir@,$ac_srcdir,;t t
27711.1Stvs,@top_srcdir@,$ac_top_srcdir,;t t
27721.1Stv" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
27731.1Stv  rm -f $tmp/stdin
27741.1Stv  if test x"$ac_file" != x-; then
27751.1Stv    mv $tmp/out $ac_file
27761.1Stv  else
27771.1Stv    cat $tmp/out
27781.1Stv    rm -f $tmp/out
27791.1Stv  fi
27801.1Stv
27811.1Stvdone
27821.1StvEOF
27831.1Stv
27841.1Stvcat >>$CONFIG_STATUS <<\EOF
27851.1Stv
27861.1Stv{ (exit 0); exit 0; }
27871.1StvEOF
27881.1Stvchmod +x $CONFIG_STATUS
27891.1Stvac_clean_files=$ac_clean_files_save
27901.1Stv
27911.1Stv# configure is writing to config.log, and then calls config.status.
27921.1Stv# config.status does its own redirection, appending to config.log.
27931.1Stv# Unfortunately, on DOS this fails, as config.log is still kept open
27941.1Stv# by configure, so config.status won't be able to write to it; its
27951.1Stv# output is simply discarded.  So we exec the FD to /dev/null,
27961.1Stv# effectively closing config.log, so it can be properly (re)opened and
27971.1Stv# appended to by config.status.  When coming back to configure, we
27981.1Stv# need to make the FD available again.
27991.1Stvif test "$no_create" != yes; then
28001.1Stv  ac_cs_success=:
28011.1Stv  exec 5>/dev/null
28021.1Stv  $SHELL $CONFIG_STATUS || ac_cs_success=false
28031.1Stv  exec 5>>config.log
28041.1Stv  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28051.1Stv  # would make configure fail if this is the last instruction.
28061.1Stv  $ac_cs_success || { (exit 1); exit 1; }
28071.1Stvfi
28081.1Stv
2809