configure revision 1.2
11.1Stv#! /bin/sh
21.1Stv# Guess values for system-dependent variables and create Makefiles.
31.1Stv# Generated by Autoconf 2.52 for mkdep noversion.
41.1Stv#
51.1Stv# Report bugs to <tech-toolchain@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='mkdep'
1491.1StvPACKAGE_TARNAME='mkdep'
1501.1StvPACKAGE_VERSION='noversion'
1511.1StvPACKAGE_STRING='mkdep noversion'
1521.1StvPACKAGE_BUGREPORT='tech-toolchain@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 mkdep 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 mkdep 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.1StvReport bugs to <tech-toolchain@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.1Stvmkdep 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 mkdep $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.2Sthorpej# Extract the first word of "sh", so it can be a program name with args.
9271.2Sthorpejset dummy sh; ac_word=$2
9281.2Sthorpejecho "$as_me:928: checking for $ac_word" >&5
9291.2Sthorpejecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9301.2Sthorpejif test "${ac_cv_path_BSHELL+set}" = set; then
9311.2Sthorpej  echo $ECHO_N "(cached) $ECHO_C" >&6
9321.2Sthorpejelse
9331.2Sthorpej  case $BSHELL in
9341.2Sthorpej  [\\/]* | ?:[\\/]*)
9351.2Sthorpej  ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
9361.2Sthorpej  ;;
9371.2Sthorpej  *)
9381.2Sthorpej  ac_save_IFS=$IFS; IFS=$ac_path_separator
9391.2Sthorpejac_dummy="$PATH"
9401.2Sthorpejfor ac_dir in $ac_dummy; do
9411.2Sthorpej  IFS=$ac_save_IFS
9421.2Sthorpej  test -z "$ac_dir" && ac_dir=.
9431.2Sthorpej  if $as_executable_p "$ac_dir/$ac_word"; then
9441.2Sthorpej   ac_cv_path_BSHELL="$ac_dir/$ac_word"
9451.2Sthorpej   echo "$as_me:945: found $ac_dir/$ac_word" >&5
9461.2Sthorpej   break
9471.2Sthorpejfi
9481.2Sthorpejdone
9491.2Sthorpej
9501.2Sthorpej  ;;
9511.2Sthorpejesac
9521.2Sthorpejfi
9531.2SthorpejBSHELL=$ac_cv_path_BSHELL
9541.2Sthorpej
9551.2Sthorpejif test -n "$BSHELL"; then
9561.2Sthorpej  echo "$as_me:956: result: $BSHELL" >&5
9571.2Sthorpejecho "${ECHO_T}$BSHELL" >&6
9581.2Sthorpejelse
9591.2Sthorpej  echo "$as_me:959: result: no" >&5
9601.2Sthorpejecho "${ECHO_T}no" >&6
9611.2Sthorpejfi
9621.2Sthorpej
9631.2Sthorpejif test x"$BSHELL" = x; then
9641.2Sthorpej	{ { echo "$as_me:964: error: sh must be somewhere on \$PATH" >&5
9651.2Sthorpejecho "$as_me: error: sh must be somewhere on \$PATH" >&2;}
9661.2Sthorpej   { (exit 1); exit 1; }; }
9671.2Sthorpejfi
9681.2Sthorpej
9691.1Stvac_config_files="$ac_config_files host-mkdep"
9701.1Stv
9711.1Stvfor ac_prog in mawk gawk nawk awk
9721.1Stvdo
9731.1Stv  # Extract the first word of "$ac_prog", so it can be a program name with args.
9741.1Stvset dummy $ac_prog; ac_word=$2
9751.2Sthorpejecho "$as_me:975: checking for $ac_word" >&5
9761.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9771.1Stvif test "${ac_cv_prog_AWK+set}" = set; then
9781.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
9791.1Stvelse
9801.1Stv  if test -n "$AWK"; then
9811.1Stv  ac_cv_prog_AWK="$AWK" # Let the user override the test.
9821.1Stvelse
9831.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
9841.1Stvac_dummy="$PATH"
9851.1Stvfor ac_dir in $ac_dummy; do
9861.1Stv  IFS=$ac_save_IFS
9871.1Stv  test -z "$ac_dir" && ac_dir=.
9881.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
9891.1Stvac_cv_prog_AWK="$ac_prog"
9901.2Sthorpejecho "$as_me:990: found $ac_dir/$ac_word" >&5
9911.1Stvbreak
9921.1Stvdone
9931.1Stv
9941.1Stvfi
9951.1Stvfi
9961.1StvAWK=$ac_cv_prog_AWK
9971.1Stvif test -n "$AWK"; then
9981.2Sthorpej  echo "$as_me:998: result: $AWK" >&5
9991.1Stvecho "${ECHO_T}$AWK" >&6
10001.1Stvelse
10011.2Sthorpej  echo "$as_me:1001: result: no" >&5
10021.1Stvecho "${ECHO_T}no" >&6
10031.1Stvfi
10041.1Stv
10051.1Stv  test -n "$AWK" && break
10061.1Stvdone
10071.1Stv
10081.1Stvac_ext=c
10091.1Stvac_cpp='$CPP $CPPFLAGS'
10101.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10111.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10121.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
10131.1Stvif test -n "$ac_tool_prefix"; then
10141.1Stv  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10151.1Stvset dummy ${ac_tool_prefix}gcc; ac_word=$2
10161.2Sthorpejecho "$as_me:1016: checking for $ac_word" >&5
10171.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10181.1Stvif test "${ac_cv_prog_CC+set}" = set; then
10191.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10201.1Stvelse
10211.1Stv  if test -n "$CC"; then
10221.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
10231.1Stvelse
10241.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10251.1Stvac_dummy="$PATH"
10261.1Stvfor ac_dir in $ac_dummy; do
10271.1Stv  IFS=$ac_save_IFS
10281.1Stv  test -z "$ac_dir" && ac_dir=.
10291.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10301.1Stvac_cv_prog_CC="${ac_tool_prefix}gcc"
10311.2Sthorpejecho "$as_me:1031: found $ac_dir/$ac_word" >&5
10321.1Stvbreak
10331.1Stvdone
10341.1Stv
10351.1Stvfi
10361.1Stvfi
10371.1StvCC=$ac_cv_prog_CC
10381.1Stvif test -n "$CC"; then
10391.2Sthorpej  echo "$as_me:1039: result: $CC" >&5
10401.1Stvecho "${ECHO_T}$CC" >&6
10411.1Stvelse
10421.2Sthorpej  echo "$as_me:1042: result: no" >&5
10431.1Stvecho "${ECHO_T}no" >&6
10441.1Stvfi
10451.1Stv
10461.1Stvfi
10471.1Stvif test -z "$ac_cv_prog_CC"; then
10481.1Stv  ac_ct_CC=$CC
10491.1Stv  # Extract the first word of "gcc", so it can be a program name with args.
10501.1Stvset dummy gcc; ac_word=$2
10511.2Sthorpejecho "$as_me:1051: checking for $ac_word" >&5
10521.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10531.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10541.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10551.1Stvelse
10561.1Stv  if test -n "$ac_ct_CC"; then
10571.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10581.1Stvelse
10591.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10601.1Stvac_dummy="$PATH"
10611.1Stvfor ac_dir in $ac_dummy; do
10621.1Stv  IFS=$ac_save_IFS
10631.1Stv  test -z "$ac_dir" && ac_dir=.
10641.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10651.1Stvac_cv_prog_ac_ct_CC="gcc"
10661.2Sthorpejecho "$as_me:1066: found $ac_dir/$ac_word" >&5
10671.1Stvbreak
10681.1Stvdone
10691.1Stv
10701.1Stvfi
10711.1Stvfi
10721.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
10731.1Stvif test -n "$ac_ct_CC"; then
10741.2Sthorpej  echo "$as_me:1074: result: $ac_ct_CC" >&5
10751.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
10761.1Stvelse
10771.2Sthorpej  echo "$as_me:1077: result: no" >&5
10781.1Stvecho "${ECHO_T}no" >&6
10791.1Stvfi
10801.1Stv
10811.1Stv  CC=$ac_ct_CC
10821.1Stvelse
10831.1Stv  CC="$ac_cv_prog_CC"
10841.1Stvfi
10851.1Stv
10861.1Stvif test -z "$CC"; then
10871.1Stv  if test -n "$ac_tool_prefix"; then
10881.1Stv  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10891.1Stvset dummy ${ac_tool_prefix}cc; ac_word=$2
10901.2Sthorpejecho "$as_me:1090: checking for $ac_word" >&5
10911.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10921.1Stvif test "${ac_cv_prog_CC+set}" = set; then
10931.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10941.1Stvelse
10951.1Stv  if test -n "$CC"; then
10961.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
10971.1Stvelse
10981.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10991.1Stvac_dummy="$PATH"
11001.1Stvfor ac_dir in $ac_dummy; do
11011.1Stv  IFS=$ac_save_IFS
11021.1Stv  test -z "$ac_dir" && ac_dir=.
11031.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11041.1Stvac_cv_prog_CC="${ac_tool_prefix}cc"
11051.2Sthorpejecho "$as_me:1105: found $ac_dir/$ac_word" >&5
11061.1Stvbreak
11071.1Stvdone
11081.1Stv
11091.1Stvfi
11101.1Stvfi
11111.1StvCC=$ac_cv_prog_CC
11121.1Stvif test -n "$CC"; then
11131.2Sthorpej  echo "$as_me:1113: result: $CC" >&5
11141.1Stvecho "${ECHO_T}$CC" >&6
11151.1Stvelse
11161.2Sthorpej  echo "$as_me:1116: result: no" >&5
11171.1Stvecho "${ECHO_T}no" >&6
11181.1Stvfi
11191.1Stv
11201.1Stvfi
11211.1Stvif test -z "$ac_cv_prog_CC"; then
11221.1Stv  ac_ct_CC=$CC
11231.1Stv  # Extract the first word of "cc", so it can be a program name with args.
11241.1Stvset dummy cc; ac_word=$2
11251.2Sthorpejecho "$as_me:1125: checking for $ac_word" >&5
11261.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11271.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11281.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11291.1Stvelse
11301.1Stv  if test -n "$ac_ct_CC"; then
11311.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11321.1Stvelse
11331.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11341.1Stvac_dummy="$PATH"
11351.1Stvfor ac_dir in $ac_dummy; do
11361.1Stv  IFS=$ac_save_IFS
11371.1Stv  test -z "$ac_dir" && ac_dir=.
11381.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11391.1Stvac_cv_prog_ac_ct_CC="cc"
11401.2Sthorpejecho "$as_me:1140: found $ac_dir/$ac_word" >&5
11411.1Stvbreak
11421.1Stvdone
11431.1Stv
11441.1Stvfi
11451.1Stvfi
11461.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
11471.1Stvif test -n "$ac_ct_CC"; then
11481.2Sthorpej  echo "$as_me:1148: result: $ac_ct_CC" >&5
11491.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
11501.1Stvelse
11511.2Sthorpej  echo "$as_me:1151: result: no" >&5
11521.1Stvecho "${ECHO_T}no" >&6
11531.1Stvfi
11541.1Stv
11551.1Stv  CC=$ac_ct_CC
11561.1Stvelse
11571.1Stv  CC="$ac_cv_prog_CC"
11581.1Stvfi
11591.1Stv
11601.1Stvfi
11611.1Stvif test -z "$CC"; then
11621.1Stv  # Extract the first word of "cc", so it can be a program name with args.
11631.1Stvset dummy cc; ac_word=$2
11641.2Sthorpejecho "$as_me:1164: checking for $ac_word" >&5
11651.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11661.1Stvif test "${ac_cv_prog_CC+set}" = set; then
11671.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11681.1Stvelse
11691.1Stv  if test -n "$CC"; then
11701.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
11711.1Stvelse
11721.1Stv  ac_prog_rejected=no
11731.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11741.1Stvac_dummy="$PATH"
11751.1Stvfor ac_dir in $ac_dummy; do
11761.1Stv  IFS=$ac_save_IFS
11771.1Stv  test -z "$ac_dir" && ac_dir=.
11781.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11791.1Stvif test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
11801.1Stv  ac_prog_rejected=yes
11811.1Stv  continue
11821.1Stvfi
11831.1Stvac_cv_prog_CC="cc"
11841.2Sthorpejecho "$as_me:1184: found $ac_dir/$ac_word" >&5
11851.1Stvbreak
11861.1Stvdone
11871.1Stv
11881.1Stvif test $ac_prog_rejected = yes; then
11891.1Stv  # We found a bogon in the path, so make sure we never use it.
11901.1Stv  set dummy $ac_cv_prog_CC
11911.1Stv  shift
11921.1Stv  if test $# != 0; then
11931.1Stv    # We chose a different compiler from the bogus one.
11941.1Stv    # However, it has the same basename, so the bogon will be chosen
11951.1Stv    # first if we set CC to just the basename; use the full file name.
11961.1Stv    shift
11971.1Stv    set dummy "$ac_dir/$ac_word" ${1+"$@"}
11981.1Stv    shift
11991.1Stv    ac_cv_prog_CC="$@"
12001.1Stv  fi
12011.1Stvfi
12021.1Stvfi
12031.1Stvfi
12041.1StvCC=$ac_cv_prog_CC
12051.1Stvif test -n "$CC"; then
12061.2Sthorpej  echo "$as_me:1206: result: $CC" >&5
12071.1Stvecho "${ECHO_T}$CC" >&6
12081.1Stvelse
12091.2Sthorpej  echo "$as_me:1209: result: no" >&5
12101.1Stvecho "${ECHO_T}no" >&6
12111.1Stvfi
12121.1Stv
12131.1Stvfi
12141.1Stvif test -z "$CC"; then
12151.1Stv  if test -n "$ac_tool_prefix"; then
12161.1Stv  for ac_prog in cl
12171.1Stv  do
12181.1Stv    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12191.1Stvset dummy $ac_tool_prefix$ac_prog; ac_word=$2
12201.2Sthorpejecho "$as_me:1220: checking for $ac_word" >&5
12211.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12221.1Stvif test "${ac_cv_prog_CC+set}" = set; then
12231.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
12241.1Stvelse
12251.1Stv  if test -n "$CC"; then
12261.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
12271.1Stvelse
12281.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
12291.1Stvac_dummy="$PATH"
12301.1Stvfor ac_dir in $ac_dummy; do
12311.1Stv  IFS=$ac_save_IFS
12321.1Stv  test -z "$ac_dir" && ac_dir=.
12331.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
12341.1Stvac_cv_prog_CC="$ac_tool_prefix$ac_prog"
12351.2Sthorpejecho "$as_me:1235: found $ac_dir/$ac_word" >&5
12361.1Stvbreak
12371.1Stvdone
12381.1Stv
12391.1Stvfi
12401.1Stvfi
12411.1StvCC=$ac_cv_prog_CC
12421.1Stvif test -n "$CC"; then
12431.2Sthorpej  echo "$as_me:1243: result: $CC" >&5
12441.1Stvecho "${ECHO_T}$CC" >&6
12451.1Stvelse
12461.2Sthorpej  echo "$as_me:1246: result: no" >&5
12471.1Stvecho "${ECHO_T}no" >&6
12481.1Stvfi
12491.1Stv
12501.1Stv    test -n "$CC" && break
12511.1Stv  done
12521.1Stvfi
12531.1Stvif test -z "$CC"; then
12541.1Stv  ac_ct_CC=$CC
12551.1Stv  for ac_prog in cl
12561.1Stvdo
12571.1Stv  # Extract the first word of "$ac_prog", so it can be a program name with args.
12581.1Stvset dummy $ac_prog; ac_word=$2
12591.2Sthorpejecho "$as_me:1259: checking for $ac_word" >&5
12601.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12611.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12621.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
12631.1Stvelse
12641.1Stv  if test -n "$ac_ct_CC"; then
12651.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12661.1Stvelse
12671.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
12681.1Stvac_dummy="$PATH"
12691.1Stvfor ac_dir in $ac_dummy; do
12701.1Stv  IFS=$ac_save_IFS
12711.1Stv  test -z "$ac_dir" && ac_dir=.
12721.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
12731.1Stvac_cv_prog_ac_ct_CC="$ac_prog"
12741.2Sthorpejecho "$as_me:1274: found $ac_dir/$ac_word" >&5
12751.1Stvbreak
12761.1Stvdone
12771.1Stv
12781.1Stvfi
12791.1Stvfi
12801.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
12811.1Stvif test -n "$ac_ct_CC"; then
12821.2Sthorpej  echo "$as_me:1282: result: $ac_ct_CC" >&5
12831.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
12841.1Stvelse
12851.2Sthorpej  echo "$as_me:1285: result: no" >&5
12861.1Stvecho "${ECHO_T}no" >&6
12871.1Stvfi
12881.1Stv
12891.1Stv  test -n "$ac_ct_CC" && break
12901.1Stvdone
12911.1Stv
12921.1Stv  CC=$ac_ct_CC
12931.1Stvfi
12941.1Stv
12951.1Stvfi
12961.1Stv
12971.2Sthorpejtest -z "$CC" && { { echo "$as_me:1297: error: no acceptable cc found in \$PATH" >&5
12981.1Stvecho "$as_me: error: no acceptable cc found in \$PATH" >&2;}
12991.1Stv   { (exit 1); exit 1; }; }
13001.1Stv
13011.1Stv# Provide some information about the compiler.
13021.2Sthorpejecho "$as_me:1302:" \
13031.1Stv     "checking for C compiler version" >&5
13041.1Stvac_compiler=`set X $ac_compile; echo $2`
13051.2Sthorpej{ (eval echo "$as_me:1305: \"$ac_compiler --version </dev/null >&5\"") >&5
13061.1Stv  (eval $ac_compiler --version </dev/null >&5) 2>&5
13071.1Stv  ac_status=$?
13081.2Sthorpej  echo "$as_me:1308: \$? = $ac_status" >&5
13091.1Stv  (exit $ac_status); }
13101.2Sthorpej{ (eval echo "$as_me:1310: \"$ac_compiler -v </dev/null >&5\"") >&5
13111.1Stv  (eval $ac_compiler -v </dev/null >&5) 2>&5
13121.1Stv  ac_status=$?
13131.2Sthorpej  echo "$as_me:1313: \$? = $ac_status" >&5
13141.1Stv  (exit $ac_status); }
13151.2Sthorpej{ (eval echo "$as_me:1315: \"$ac_compiler -V </dev/null >&5\"") >&5
13161.1Stv  (eval $ac_compiler -V </dev/null >&5) 2>&5
13171.1Stv  ac_status=$?
13181.2Sthorpej  echo "$as_me:1318: \$? = $ac_status" >&5
13191.1Stv  (exit $ac_status); }
13201.1Stv
13211.1Stvcat >conftest.$ac_ext <<_ACEOF
13221.2Sthorpej#line 1322 "configure"
13231.1Stv#include "confdefs.h"
13241.1Stv
13251.1Stvint
13261.1Stvmain ()
13271.1Stv{
13281.1Stv
13291.1Stv  ;
13301.1Stv  return 0;
13311.1Stv}
13321.1Stv_ACEOF
13331.1Stvac_clean_files_save=$ac_clean_files
13341.1Stvac_clean_files="$ac_clean_files a.out a.exe"
13351.1Stv# Try to create an executable without -o first, disregard a.out.
13361.1Stv# It will help us diagnose broken compilers, and finding out an intuition
13371.1Stv# of exeext.
13381.2Sthorpejecho "$as_me:1338: checking for C compiler default output" >&5
13391.1Stvecho $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
13401.1Stvac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
13411.2Sthorpejif { (eval echo "$as_me:1341: \"$ac_link_default\"") >&5
13421.1Stv  (eval $ac_link_default) 2>&5
13431.1Stv  ac_status=$?
13441.2Sthorpej  echo "$as_me:1344: \$? = $ac_status" >&5
13451.1Stv  (exit $ac_status); }; then
13461.1Stv  # Find the output, starting from the most likely.  This scheme is
13471.1Stv# not robust to junk in `.', hence go to wildcards (a.*) only as a last
13481.1Stv# resort.
13491.1Stvfor ac_file in `ls a.exe conftest.exe 2>/dev/null;
13501.1Stv                ls a.out conftest 2>/dev/null;
13511.1Stv                ls a.* conftest.* 2>/dev/null`; do
13521.1Stv  case $ac_file in
13531.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
13541.1Stv    a.out ) # We found the default executable, but exeext='' is most
13551.1Stv            # certainly right.
13561.1Stv            break;;
13571.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
13581.1Stv          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
13591.1Stv          export ac_cv_exeext
13601.1Stv          break;;
13611.1Stv    * ) break;;
13621.1Stv  esac
13631.1Stvdone
13641.1Stvelse
13651.1Stv  echo "$as_me: failed program was:" >&5
13661.1Stvcat conftest.$ac_ext >&5
13671.2Sthorpej{ { echo "$as_me:1367: error: C compiler cannot create executables" >&5
13681.1Stvecho "$as_me: error: C compiler cannot create executables" >&2;}
13691.1Stv   { (exit 77); exit 77; }; }
13701.1Stvfi
13711.1Stv
13721.1Stvac_exeext=$ac_cv_exeext
13731.2Sthorpejecho "$as_me:1373: result: $ac_file" >&5
13741.1Stvecho "${ECHO_T}$ac_file" >&6
13751.1Stv
13761.1Stv# Check the compiler produces executables we can run.  If not, either
13771.1Stv# the compiler is broken, or we cross compile.
13781.2Sthorpejecho "$as_me:1378: checking whether the C compiler works" >&5
13791.1Stvecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
13801.1Stv# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
13811.1Stv# If not cross compiling, check that we can run a simple program.
13821.1Stvif test "$cross_compiling" != yes; then
13831.1Stv  if { ac_try='./$ac_file'
13841.2Sthorpej  { (eval echo "$as_me:1384: \"$ac_try\"") >&5
13851.1Stv  (eval $ac_try) 2>&5
13861.1Stv  ac_status=$?
13871.2Sthorpej  echo "$as_me:1387: \$? = $ac_status" >&5
13881.1Stv  (exit $ac_status); }; }; then
13891.1Stv    cross_compiling=no
13901.1Stv  else
13911.1Stv    if test "$cross_compiling" = maybe; then
13921.1Stv	cross_compiling=yes
13931.1Stv    else
13941.2Sthorpej	{ { echo "$as_me:1394: error: cannot run C compiled programs.
13951.1StvIf you meant to cross compile, use \`--host'." >&5
13961.1Stvecho "$as_me: error: cannot run C compiled programs.
13971.1StvIf you meant to cross compile, use \`--host'." >&2;}
13981.1Stv   { (exit 1); exit 1; }; }
13991.1Stv    fi
14001.1Stv  fi
14011.1Stvfi
14021.2Sthorpejecho "$as_me:1402: result: yes" >&5
14031.1Stvecho "${ECHO_T}yes" >&6
14041.1Stv
14051.1Stvrm -f a.out a.exe conftest$ac_cv_exeext
14061.1Stvac_clean_files=$ac_clean_files_save
14071.1Stv# Check the compiler produces executables we can run.  If not, either
14081.1Stv# the compiler is broken, or we cross compile.
14091.2Sthorpejecho "$as_me:1409: checking whether we are cross compiling" >&5
14101.1Stvecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
14111.2Sthorpejecho "$as_me:1411: result: $cross_compiling" >&5
14121.1Stvecho "${ECHO_T}$cross_compiling" >&6
14131.1Stv
14141.2Sthorpejecho "$as_me:1414: checking for executable suffix" >&5
14151.1Stvecho $ECHO_N "checking for executable suffix... $ECHO_C" >&6
14161.2Sthorpejif { (eval echo "$as_me:1416: \"$ac_link\"") >&5
14171.1Stv  (eval $ac_link) 2>&5
14181.1Stv  ac_status=$?
14191.2Sthorpej  echo "$as_me:1419: \$? = $ac_status" >&5
14201.1Stv  (exit $ac_status); }; then
14211.1Stv  # If both `conftest.exe' and `conftest' are `present' (well, observable)
14221.1Stv# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
14231.1Stv# work properly (i.e., refer to `conftest.exe'), while it won't with
14241.1Stv# `rm'.
14251.1Stvfor ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
14261.1Stv  case $ac_file in
14271.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
14281.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14291.1Stv          export ac_cv_exeext
14301.1Stv          break;;
14311.1Stv    * ) break;;
14321.1Stv  esac
14331.1Stvdone
14341.1Stvelse
14351.2Sthorpej  { { echo "$as_me:1435: error: cannot compute EXEEXT: cannot compile and link" >&5
14361.1Stvecho "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
14371.1Stv   { (exit 1); exit 1; }; }
14381.1Stvfi
14391.1Stv
14401.1Stvrm -f conftest$ac_cv_exeext
14411.2Sthorpejecho "$as_me:1441: result: $ac_cv_exeext" >&5
14421.1Stvecho "${ECHO_T}$ac_cv_exeext" >&6
14431.1Stv
14441.1Stvrm -f conftest.$ac_ext
14451.1StvEXEEXT=$ac_cv_exeext
14461.1Stvac_exeext=$EXEEXT
14471.2Sthorpejecho "$as_me:1447: checking for object suffix" >&5
14481.1Stvecho $ECHO_N "checking for object suffix... $ECHO_C" >&6
14491.1Stvif test "${ac_cv_objext+set}" = set; then
14501.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14511.1Stvelse
14521.1Stv  cat >conftest.$ac_ext <<_ACEOF
14531.2Sthorpej#line 1453 "configure"
14541.1Stv#include "confdefs.h"
14551.1Stv
14561.1Stvint
14571.1Stvmain ()
14581.1Stv{
14591.1Stv
14601.1Stv  ;
14611.1Stv  return 0;
14621.1Stv}
14631.1Stv_ACEOF
14641.1Stvrm -f conftest.o conftest.obj
14651.2Sthorpejif { (eval echo "$as_me:1465: \"$ac_compile\"") >&5
14661.1Stv  (eval $ac_compile) 2>&5
14671.1Stv  ac_status=$?
14681.2Sthorpej  echo "$as_me:1468: \$? = $ac_status" >&5
14691.1Stv  (exit $ac_status); }; then
14701.1Stv  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
14711.1Stv  case $ac_file in
14721.1Stv    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
14731.1Stv    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14741.1Stv       break;;
14751.1Stv  esac
14761.1Stvdone
14771.1Stvelse
14781.1Stv  echo "$as_me: failed program was:" >&5
14791.1Stvcat conftest.$ac_ext >&5
14801.2Sthorpej{ { echo "$as_me:1480: error: cannot compute OBJEXT: cannot compile" >&5
14811.1Stvecho "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
14821.1Stv   { (exit 1); exit 1; }; }
14831.1Stvfi
14841.1Stv
14851.1Stvrm -f conftest.$ac_cv_objext conftest.$ac_ext
14861.1Stvfi
14871.2Sthorpejecho "$as_me:1487: result: $ac_cv_objext" >&5
14881.1Stvecho "${ECHO_T}$ac_cv_objext" >&6
14891.1StvOBJEXT=$ac_cv_objext
14901.1Stvac_objext=$OBJEXT
14911.2Sthorpejecho "$as_me:1491: checking whether we are using the GNU C compiler" >&5
14921.1Stvecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
14931.1Stvif test "${ac_cv_c_compiler_gnu+set}" = set; then
14941.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14951.1Stvelse
14961.1Stv  cat >conftest.$ac_ext <<_ACEOF
14971.2Sthorpej#line 1497 "configure"
14981.1Stv#include "confdefs.h"
14991.1Stv
15001.1Stvint
15011.1Stvmain ()
15021.1Stv{
15031.1Stv#ifndef __GNUC__
15041.1Stv       choke me
15051.1Stv#endif
15061.1Stv
15071.1Stv  ;
15081.1Stv  return 0;
15091.1Stv}
15101.1Stv_ACEOF
15111.1Stvrm -f conftest.$ac_objext
15121.2Sthorpejif { (eval echo "$as_me:1512: \"$ac_compile\"") >&5
15131.1Stv  (eval $ac_compile) 2>&5
15141.1Stv  ac_status=$?
15151.2Sthorpej  echo "$as_me:1515: \$? = $ac_status" >&5
15161.1Stv  (exit $ac_status); } &&
15171.1Stv         { ac_try='test -s conftest.$ac_objext'
15181.2Sthorpej  { (eval echo "$as_me:1518: \"$ac_try\"") >&5
15191.1Stv  (eval $ac_try) 2>&5
15201.1Stv  ac_status=$?
15211.2Sthorpej  echo "$as_me:1521: \$? = $ac_status" >&5
15221.1Stv  (exit $ac_status); }; }; then
15231.1Stv  ac_compiler_gnu=yes
15241.1Stvelse
15251.1Stv  echo "$as_me: failed program was:" >&5
15261.1Stvcat conftest.$ac_ext >&5
15271.1Stvac_compiler_gnu=no
15281.1Stvfi
15291.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
15301.1Stvac_cv_c_compiler_gnu=$ac_compiler_gnu
15311.1Stv
15321.1Stvfi
15331.2Sthorpejecho "$as_me:1533: result: $ac_cv_c_compiler_gnu" >&5
15341.1Stvecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
15351.1StvGCC=`test $ac_compiler_gnu = yes && echo yes`
15361.1Stvac_test_CFLAGS=${CFLAGS+set}
15371.1Stvac_save_CFLAGS=$CFLAGS
15381.1StvCFLAGS="-g"
15391.2Sthorpejecho "$as_me:1539: checking whether $CC accepts -g" >&5
15401.1Stvecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
15411.1Stvif test "${ac_cv_prog_cc_g+set}" = set; then
15421.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
15431.1Stvelse
15441.1Stv  cat >conftest.$ac_ext <<_ACEOF
15451.2Sthorpej#line 1545 "configure"
15461.1Stv#include "confdefs.h"
15471.1Stv
15481.1Stvint
15491.1Stvmain ()
15501.1Stv{
15511.1Stv
15521.1Stv  ;
15531.1Stv  return 0;
15541.1Stv}
15551.1Stv_ACEOF
15561.1Stvrm -f conftest.$ac_objext
15571.2Sthorpejif { (eval echo "$as_me:1557: \"$ac_compile\"") >&5
15581.1Stv  (eval $ac_compile) 2>&5
15591.1Stv  ac_status=$?
15601.2Sthorpej  echo "$as_me:1560: \$? = $ac_status" >&5
15611.1Stv  (exit $ac_status); } &&
15621.1Stv         { ac_try='test -s conftest.$ac_objext'
15631.2Sthorpej  { (eval echo "$as_me:1563: \"$ac_try\"") >&5
15641.1Stv  (eval $ac_try) 2>&5
15651.1Stv  ac_status=$?
15661.2Sthorpej  echo "$as_me:1566: \$? = $ac_status" >&5
15671.1Stv  (exit $ac_status); }; }; then
15681.1Stv  ac_cv_prog_cc_g=yes
15691.1Stvelse
15701.1Stv  echo "$as_me: failed program was:" >&5
15711.1Stvcat conftest.$ac_ext >&5
15721.1Stvac_cv_prog_cc_g=no
15731.1Stvfi
15741.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
15751.1Stvfi
15761.2Sthorpejecho "$as_me:1576: result: $ac_cv_prog_cc_g" >&5
15771.1Stvecho "${ECHO_T}$ac_cv_prog_cc_g" >&6
15781.1Stvif test "$ac_test_CFLAGS" = set; then
15791.1Stv  CFLAGS=$ac_save_CFLAGS
15801.1Stvelif test $ac_cv_prog_cc_g = yes; then
15811.1Stv  if test "$GCC" = yes; then
15821.1Stv    CFLAGS="-g -O2"
15831.1Stv  else
15841.1Stv    CFLAGS="-g"
15851.1Stv  fi
15861.1Stvelse
15871.1Stv  if test "$GCC" = yes; then
15881.1Stv    CFLAGS="-O2"
15891.1Stv  else
15901.1Stv    CFLAGS=
15911.1Stv  fi
15921.1Stvfi
15931.1Stv# Some people use a C++ compiler to compile C.  Since we use `exit',
15941.1Stv# in C++ we need to declare it.  In case someone uses the same compiler
15951.1Stv# for both compiling C and C++ we need to have the C++ compiler decide
15961.1Stv# the declaration of exit, since it's the most demanding environment.
15971.1Stvcat >conftest.$ac_ext <<_ACEOF
15981.1Stv#ifndef __cplusplus
15991.1Stv  choke me
16001.1Stv#endif
16011.1Stv_ACEOF
16021.1Stvrm -f conftest.$ac_objext
16031.2Sthorpejif { (eval echo "$as_me:1603: \"$ac_compile\"") >&5
16041.1Stv  (eval $ac_compile) 2>&5
16051.1Stv  ac_status=$?
16061.2Sthorpej  echo "$as_me:1606: \$? = $ac_status" >&5
16071.1Stv  (exit $ac_status); } &&
16081.1Stv         { ac_try='test -s conftest.$ac_objext'
16091.2Sthorpej  { (eval echo "$as_me:1609: \"$ac_try\"") >&5
16101.1Stv  (eval $ac_try) 2>&5
16111.1Stv  ac_status=$?
16121.2Sthorpej  echo "$as_me:1612: \$? = $ac_status" >&5
16131.1Stv  (exit $ac_status); }; }; then
16141.1Stv  for ac_declaration in \
16151.1Stv   ''\
16161.1Stv   '#include <stdlib.h>' \
16171.1Stv   'extern "C" void std::exit (int) throw (); using std::exit;' \
16181.1Stv   'extern "C" void std::exit (int); using std::exit;' \
16191.1Stv   'extern "C" void exit (int) throw ();' \
16201.1Stv   'extern "C" void exit (int);' \
16211.1Stv   'void exit (int);'
16221.1Stvdo
16231.1Stv  cat >conftest.$ac_ext <<_ACEOF
16241.2Sthorpej#line 1624 "configure"
16251.1Stv#include "confdefs.h"
16261.1Stv#include <stdlib.h>
16271.1Stv$ac_declaration
16281.1Stvint
16291.1Stvmain ()
16301.1Stv{
16311.1Stvexit (42);
16321.1Stv  ;
16331.1Stv  return 0;
16341.1Stv}
16351.1Stv_ACEOF
16361.1Stvrm -f conftest.$ac_objext
16371.2Sthorpejif { (eval echo "$as_me:1637: \"$ac_compile\"") >&5
16381.1Stv  (eval $ac_compile) 2>&5
16391.1Stv  ac_status=$?
16401.2Sthorpej  echo "$as_me:1640: \$? = $ac_status" >&5
16411.1Stv  (exit $ac_status); } &&
16421.1Stv         { ac_try='test -s conftest.$ac_objext'
16431.2Sthorpej  { (eval echo "$as_me:1643: \"$ac_try\"") >&5
16441.1Stv  (eval $ac_try) 2>&5
16451.1Stv  ac_status=$?
16461.2Sthorpej  echo "$as_me:1646: \$? = $ac_status" >&5
16471.1Stv  (exit $ac_status); }; }; then
16481.1Stv  :
16491.1Stvelse
16501.1Stv  echo "$as_me: failed program was:" >&5
16511.1Stvcat conftest.$ac_ext >&5
16521.1Stvcontinue
16531.1Stvfi
16541.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16551.1Stv  cat >conftest.$ac_ext <<_ACEOF
16561.2Sthorpej#line 1656 "configure"
16571.1Stv#include "confdefs.h"
16581.1Stv$ac_declaration
16591.1Stvint
16601.1Stvmain ()
16611.1Stv{
16621.1Stvexit (42);
16631.1Stv  ;
16641.1Stv  return 0;
16651.1Stv}
16661.1Stv_ACEOF
16671.1Stvrm -f conftest.$ac_objext
16681.2Sthorpejif { (eval echo "$as_me:1668: \"$ac_compile\"") >&5
16691.1Stv  (eval $ac_compile) 2>&5
16701.1Stv  ac_status=$?
16711.2Sthorpej  echo "$as_me:1671: \$? = $ac_status" >&5
16721.1Stv  (exit $ac_status); } &&
16731.1Stv         { ac_try='test -s conftest.$ac_objext'
16741.2Sthorpej  { (eval echo "$as_me:1674: \"$ac_try\"") >&5
16751.1Stv  (eval $ac_try) 2>&5
16761.1Stv  ac_status=$?
16771.2Sthorpej  echo "$as_me:1677: \$? = $ac_status" >&5
16781.1Stv  (exit $ac_status); }; }; then
16791.1Stv  break
16801.1Stvelse
16811.1Stv  echo "$as_me: failed program was:" >&5
16821.1Stvcat conftest.$ac_ext >&5
16831.1Stvfi
16841.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16851.1Stvdone
16861.1Stvrm -f conftest*
16871.1Stvif test -n "$ac_declaration"; then
16881.1Stv  echo '#ifdef __cplusplus' >>confdefs.h
16891.1Stv  echo $ac_declaration      >>confdefs.h
16901.1Stv  echo '#endif'             >>confdefs.h
16911.1Stvfi
16921.1Stv
16931.1Stvelse
16941.1Stv  echo "$as_me: failed program was:" >&5
16951.1Stvcat conftest.$ac_ext >&5
16961.1Stvfi
16971.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16981.1Stvac_ext=c
16991.1Stvac_cpp='$CPP $CPPFLAGS'
17001.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17011.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17021.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
17031.1Stv
17041.1Stvac_ext=c
17051.1Stvac_cpp='$CPP $CPPFLAGS'
17061.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17071.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17081.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
17091.2Sthorpejecho "$as_me:1709: checking how to run the C preprocessor" >&5
17101.1Stvecho $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
17111.1Stv# On Suns, sometimes $CPP names a directory.
17121.1Stvif test -n "$CPP" && test -d "$CPP"; then
17131.1Stv  CPP=
17141.1Stvfi
17151.1Stvif test -z "$CPP"; then
17161.1Stv  if test "${ac_cv_prog_CPP+set}" = set; then
17171.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
17181.1Stvelse
17191.1Stv      # Double quotes because CPP needs to be expanded
17201.1Stv    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17211.1Stv    do
17221.1Stv      ac_preproc_ok=false
17231.1Stvfor ac_c_preproc_warn_flag in '' yes
17241.1Stvdo
17251.1Stv  # Use a header file that comes with gcc, so configuring glibc
17261.1Stv  # with a fresh cross-compiler works.
17271.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
17281.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
17291.1Stv  cat >conftest.$ac_ext <<_ACEOF
17301.2Sthorpej#line 1730 "configure"
17311.1Stv#include "confdefs.h"
17321.1Stv#include <assert.h>
17331.1Stv                     Syntax error
17341.1Stv_ACEOF
17351.2Sthorpejif { (eval echo "$as_me:1735: \"$ac_cpp conftest.$ac_ext\"") >&5
17361.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17371.1Stv  ac_status=$?
17381.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17391.1Stv  rm -f conftest.er1
17401.1Stv  cat conftest.err >&5
17411.2Sthorpej  echo "$as_me:1741: \$? = $ac_status" >&5
17421.1Stv  (exit $ac_status); } >/dev/null; then
17431.1Stv  if test -s conftest.err; then
17441.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17451.1Stv  else
17461.1Stv    ac_cpp_err=
17471.1Stv  fi
17481.1Stvelse
17491.1Stv  ac_cpp_err=yes
17501.1Stvfi
17511.1Stvif test -z "$ac_cpp_err"; then
17521.1Stv  :
17531.1Stvelse
17541.1Stv  echo "$as_me: failed program was:" >&5
17551.1Stv  cat conftest.$ac_ext >&5
17561.1Stv  # Broken: fails on valid input.
17571.1Stvcontinue
17581.1Stvfi
17591.1Stvrm -f conftest.err conftest.$ac_ext
17601.1Stv
17611.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
17621.1Stv  # can be detected and how.
17631.1Stv  cat >conftest.$ac_ext <<_ACEOF
17641.2Sthorpej#line 1764 "configure"
17651.1Stv#include "confdefs.h"
17661.1Stv#include <ac_nonexistent.h>
17671.1Stv_ACEOF
17681.2Sthorpejif { (eval echo "$as_me:1768: \"$ac_cpp conftest.$ac_ext\"") >&5
17691.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17701.1Stv  ac_status=$?
17711.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17721.1Stv  rm -f conftest.er1
17731.1Stv  cat conftest.err >&5
17741.2Sthorpej  echo "$as_me:1774: \$? = $ac_status" >&5
17751.1Stv  (exit $ac_status); } >/dev/null; then
17761.1Stv  if test -s conftest.err; then
17771.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17781.1Stv  else
17791.1Stv    ac_cpp_err=
17801.1Stv  fi
17811.1Stvelse
17821.1Stv  ac_cpp_err=yes
17831.1Stvfi
17841.1Stvif test -z "$ac_cpp_err"; then
17851.1Stv  # Broken: success on invalid input.
17861.1Stvcontinue
17871.1Stvelse
17881.1Stv  echo "$as_me: failed program was:" >&5
17891.1Stv  cat conftest.$ac_ext >&5
17901.1Stv  # Passes both tests.
17911.1Stvac_preproc_ok=:
17921.1Stvbreak
17931.1Stvfi
17941.1Stvrm -f conftest.err conftest.$ac_ext
17951.1Stv
17961.1Stvdone
17971.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17981.1Stvrm -f conftest.err conftest.$ac_ext
17991.1Stvif $ac_preproc_ok; then
18001.1Stv  break
18011.1Stvfi
18021.1Stv
18031.1Stv    done
18041.1Stv    ac_cv_prog_CPP=$CPP
18051.1Stv
18061.1Stvfi
18071.1Stv  CPP=$ac_cv_prog_CPP
18081.1Stvelse
18091.1Stv  ac_cv_prog_CPP=$CPP
18101.1Stvfi
18111.2Sthorpejecho "$as_me:1811: result: $CPP" >&5
18121.1Stvecho "${ECHO_T}$CPP" >&6
18131.1Stvac_preproc_ok=false
18141.1Stvfor ac_c_preproc_warn_flag in '' yes
18151.1Stvdo
18161.1Stv  # Use a header file that comes with gcc, so configuring glibc
18171.1Stv  # with a fresh cross-compiler works.
18181.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
18191.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
18201.1Stv  cat >conftest.$ac_ext <<_ACEOF
18211.2Sthorpej#line 1821 "configure"
18221.1Stv#include "confdefs.h"
18231.1Stv#include <assert.h>
18241.1Stv                     Syntax error
18251.1Stv_ACEOF
18261.2Sthorpejif { (eval echo "$as_me:1826: \"$ac_cpp conftest.$ac_ext\"") >&5
18271.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18281.1Stv  ac_status=$?
18291.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18301.1Stv  rm -f conftest.er1
18311.1Stv  cat conftest.err >&5
18321.2Sthorpej  echo "$as_me:1832: \$? = $ac_status" >&5
18331.1Stv  (exit $ac_status); } >/dev/null; then
18341.1Stv  if test -s conftest.err; then
18351.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18361.1Stv  else
18371.1Stv    ac_cpp_err=
18381.1Stv  fi
18391.1Stvelse
18401.1Stv  ac_cpp_err=yes
18411.1Stvfi
18421.1Stvif test -z "$ac_cpp_err"; then
18431.1Stv  :
18441.1Stvelse
18451.1Stv  echo "$as_me: failed program was:" >&5
18461.1Stv  cat conftest.$ac_ext >&5
18471.1Stv  # Broken: fails on valid input.
18481.1Stvcontinue
18491.1Stvfi
18501.1Stvrm -f conftest.err conftest.$ac_ext
18511.1Stv
18521.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
18531.1Stv  # can be detected and how.
18541.1Stv  cat >conftest.$ac_ext <<_ACEOF
18551.2Sthorpej#line 1855 "configure"
18561.1Stv#include "confdefs.h"
18571.1Stv#include <ac_nonexistent.h>
18581.1Stv_ACEOF
18591.2Sthorpejif { (eval echo "$as_me:1859: \"$ac_cpp conftest.$ac_ext\"") >&5
18601.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18611.1Stv  ac_status=$?
18621.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18631.1Stv  rm -f conftest.er1
18641.1Stv  cat conftest.err >&5
18651.2Sthorpej  echo "$as_me:1865: \$? = $ac_status" >&5
18661.1Stv  (exit $ac_status); } >/dev/null; then
18671.1Stv  if test -s conftest.err; then
18681.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18691.1Stv  else
18701.1Stv    ac_cpp_err=
18711.1Stv  fi
18721.1Stvelse
18731.1Stv  ac_cpp_err=yes
18741.1Stvfi
18751.1Stvif test -z "$ac_cpp_err"; then
18761.1Stv  # Broken: success on invalid input.
18771.1Stvcontinue
18781.1Stvelse
18791.1Stv  echo "$as_me: failed program was:" >&5
18801.1Stv  cat conftest.$ac_ext >&5
18811.1Stv  # Passes both tests.
18821.1Stvac_preproc_ok=:
18831.1Stvbreak
18841.1Stvfi
18851.1Stvrm -f conftest.err conftest.$ac_ext
18861.1Stv
18871.1Stvdone
18881.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18891.1Stvrm -f conftest.err conftest.$ac_ext
18901.1Stvif $ac_preproc_ok; then
18911.1Stv  :
18921.1Stvelse
18931.2Sthorpej  { { echo "$as_me:1893: error: C preprocessor \"$CPP\" fails sanity check" >&5
18941.1Stvecho "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
18951.1Stv   { (exit 1); exit 1; }; }
18961.1Stvfi
18971.1Stv
18981.1Stvac_ext=c
18991.1Stvac_cpp='$CPP $CPPFLAGS'
19001.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19011.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19021.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
19031.1Stv
19041.1Stvcat >confcache <<\_ACEOF
19051.1Stv# This file is a shell script that caches the results of configure
19061.1Stv# tests run on this system so they can be shared between configure
19071.1Stv# scripts and configure runs, see configure's option --config-cache.
19081.1Stv# It is not useful on other systems.  If it contains results you don't
19091.1Stv# want to keep, you may remove or edit it.
19101.1Stv#
19111.1Stv# config.status only pays attention to the cache file if you give it
19121.1Stv# the --recheck option to rerun configure.
19131.1Stv#
19141.1Stv# `ac_cv_env_foo' variables (set or unset) will be overriden when
19151.1Stv# loading this file, other *unset* `ac_cv_foo' will be assigned the
19161.1Stv# following values.
19171.1Stv
19181.1Stv_ACEOF
19191.1Stv
19201.1Stv# The following way of writing the cache mishandles newlines in values,
19211.1Stv# but we know of no workaround that is simple, portable, and efficient.
19221.1Stv# So, don't put newlines in cache variables' values.
19231.1Stv# Ultrix sh set writes to stderr and can't be redirected directly,
19241.1Stv# and sets the high bit in the cache file unless we assign to the vars.
19251.1Stv{
19261.1Stv  (set) 2>&1 |
19271.1Stv    case `(ac_space=' '; set | grep ac_space) 2>&1` in
19281.1Stv    *ac_space=\ *)
19291.1Stv      # `set' does not quote correctly, so add quotes (double-quote
19301.1Stv      # substitution turns \\\\ into \\, and sed turns \\ into \).
19311.1Stv      sed -n \
19321.1Stv        "s/'/'\\\\''/g;
19331.1Stv    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19341.1Stv      ;;
19351.1Stv    *)
19361.1Stv      # `set' quotes correctly as required by POSIX, so do not add quotes.
19371.1Stv      sed -n \
19381.1Stv        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
19391.1Stv      ;;
19401.1Stv    esac;
19411.1Stv} |
19421.1Stv  sed '
19431.1Stv     t clear
19441.1Stv     : clear
19451.1Stv     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19461.1Stv     t end
19471.1Stv     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19481.1Stv     : end' >>confcache
19491.1Stvif cmp -s $cache_file confcache; then :; else
19501.1Stv  if test -w $cache_file; then
19511.1Stv    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
19521.1Stv    cat confcache >$cache_file
19531.1Stv  else
19541.1Stv    echo "not updating unwritable cache $cache_file"
19551.1Stv  fi
19561.1Stvfi
19571.1Stvrm -f confcache
19581.1Stv
19591.1Stvtest "x$prefix" = xNONE && prefix=$ac_default_prefix
19601.1Stv# Let make expand exec_prefix.
19611.1Stvtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19621.1Stv
19631.1Stv# VPATH may cause trouble with some makes, so we remove $(srcdir),
19641.1Stv# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19651.1Stv# trailing colons and then remove the whole line if VPATH becomes empty
19661.1Stv# (actually we leave an empty line to preserve line numbers).
19671.1Stvif test "x$srcdir" = x.; then
19681.1Stv  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
19691.1Stvs/:*\$(srcdir):*/:/;
19701.1Stvs/:*\${srcdir}:*/:/;
19711.1Stvs/:*@srcdir@:*/:/;
19721.1Stvs/^\([^=]*=[ 	]*\):*/\1/;
19731.1Stvs/:*$//;
19741.1Stvs/^[^=]*=[ 	]*$//;
19751.1Stv}'
19761.1Stvfi
19771.1Stv
19781.1Stv# Transform confdefs.h into DEFS.
19791.1Stv# Protect against shell expansion while executing Makefile rules.
19801.1Stv# Protect against Makefile macro expansion.
19811.1Stv#
19821.1Stv# If the first sed substitution is executed (which looks for macros that
19831.1Stv# take arguments), then we branch to the quote section.  Otherwise,
19841.1Stv# look for a macro that doesn't take arguments.
19851.1Stvcat >confdef2opt.sed <<\EOF
19861.1Stvt clear
19871.1Stv: clear
19881.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
19891.1Stvt quote
19901.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
19911.1Stvt quote
19921.1Stvd
19931.1Stv: quote
19941.1Stvs,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
19951.1Stvs,\[,\\&,g
19961.1Stvs,\],\\&,g
19971.1Stvs,\$,$$,g
19981.1Stvp
19991.1StvEOF
20001.1Stv# We use echo to avoid assuming a particular line-breaking character.
20011.1Stv# The extra dot is to prevent the shell from consuming trailing
20021.1Stv# line-breaks from the sub-command output.  A line-break within
20031.1Stv# single-quotes doesn't work because, if this script is created in a
20041.1Stv# platform that uses two characters for line-breaks (e.g., DOS), tr
20051.1Stv# would break.
20061.1Stvac_LF_and_DOT=`echo; echo .`
20071.1StvDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
20081.1Stvrm -f confdef2opt.sed
20091.1Stv
20101.1Stv: ${CONFIG_STATUS=./config.status}
20111.1Stvac_clean_files_save=$ac_clean_files
20121.1Stvac_clean_files="$ac_clean_files $CONFIG_STATUS"
20131.2Sthorpej{ echo "$as_me:2013: creating $CONFIG_STATUS" >&5
20141.1Stvecho "$as_me: creating $CONFIG_STATUS" >&6;}
20151.1Stvcat >$CONFIG_STATUS <<_ACEOF
20161.1Stv#! $SHELL
20171.1Stv# Generated automatically by configure.
20181.1Stv# Run this file to recreate the current configuration.
20191.1Stv# Compiler output produced by configure, useful for debugging
20201.1Stv# configure, is in config.log if it exists.
20211.1Stv
20221.1Stvdebug=false
20231.1StvSHELL=\${CONFIG_SHELL-$SHELL}
20241.1Stvac_cs_invocation="\$0 \$@"
20251.1Stv
20261.1Stv_ACEOF
20271.1Stv
20281.1Stvcat >>$CONFIG_STATUS <<\_ACEOF
20291.1Stv# Be Bourne compatible
20301.1Stvif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20311.1Stv  emulate sh
20321.1Stv  NULLCMD=:
20331.1Stvelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20341.1Stv  set -o posix
20351.1Stvfi
20361.1Stv
20371.1Stv# Name of the executable.
20381.1Stvas_me=`echo "$0" |sed 's,.*[\\/],,'`
20391.1Stv
20401.1Stvif expr a : '\(a\)' >/dev/null 2>&1; then
20411.1Stv  as_expr=expr
20421.1Stvelse
20431.1Stv  as_expr=false
20441.1Stvfi
20451.1Stv
20461.1Stvrm -f conf$$ conf$$.exe conf$$.file
20471.1Stvecho >conf$$.file
20481.1Stvif ln -s conf$$.file conf$$ 2>/dev/null; then
20491.1Stv  # We could just check for DJGPP; but this test a) works b) is more generic
20501.1Stv  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
20511.1Stv  if test -f conf$$.exe; then
20521.1Stv    # Don't use ln at all; we don't have any links
20531.1Stv    as_ln_s='cp -p'
20541.1Stv  else
20551.1Stv    as_ln_s='ln -s'
20561.1Stv  fi
20571.1Stvelif ln conf$$.file conf$$ 2>/dev/null; then
20581.1Stv  as_ln_s=ln
20591.1Stvelse
20601.1Stv  as_ln_s='cp -p'
20611.1Stvfi
20621.1Stvrm -f conf$$ conf$$.exe conf$$.file
20631.1Stv
20641.1Stvas_executable_p="test -f"
20651.1Stv
20661.1Stv# Support unset when possible.
20671.1Stvif (FOO=FOO; unset FOO) >/dev/null 2>&1; then
20681.1Stv  as_unset=unset
20691.1Stvelse
20701.1Stv  as_unset=false
20711.1Stvfi
20721.1Stv
20731.1Stv# NLS nuisances.
20741.1Stv$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
20751.1Stv$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
20761.1Stv$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
20771.1Stv$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
20781.1Stv$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
20791.1Stv$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
20801.1Stv$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
20811.1Stv$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
20821.1Stv
20831.1Stv# IFS
20841.1Stv# We need space, tab and new line, in precisely that order.
20851.1Stvas_nl='
20861.1Stv'
20871.1StvIFS=" 	$as_nl"
20881.1Stv
20891.1Stv# CDPATH.
20901.1Stv$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
20911.1Stv
20921.1Stvexec 6>&1
20931.1Stv
20941.1Stv_ACEOF
20951.1Stv
20961.1Stv# Files that config.status was made for.
20971.1Stvif test -n "$ac_config_files"; then
20981.1Stv  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
20991.1Stvfi
21001.1Stv
21011.1Stvif test -n "$ac_config_headers"; then
21021.1Stv  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
21031.1Stvfi
21041.1Stv
21051.1Stvif test -n "$ac_config_links"; then
21061.1Stv  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
21071.1Stvfi
21081.1Stv
21091.1Stvif test -n "$ac_config_commands"; then
21101.1Stv  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
21111.1Stvfi
21121.1Stv
21131.1Stvcat >>$CONFIG_STATUS <<\EOF
21141.1Stv
21151.1Stvac_cs_usage="\
21161.1Stv\`$as_me' instantiates files from templates according to the
21171.1Stvcurrent configuration.
21181.1Stv
21191.1StvUsage: $0 [OPTIONS] [FILE]...
21201.1Stv
21211.1Stv  -h, --help       print this help, then exit
21221.1Stv  -V, --version    print version number, then exit
21231.1Stv  -d, --debug      don't remove temporary files
21241.1Stv      --recheck    update $as_me by reconfiguring in the same conditions
21251.1Stv  --file=FILE[:TEMPLATE]
21261.1Stv                   instantiate the configuration file FILE
21271.1Stv
21281.1StvConfiguration files:
21291.1Stv$config_files
21301.1Stv
21311.1StvReport bugs to <bug-autoconf@gnu.org>."
21321.1StvEOF
21331.1Stv
21341.1Stvcat >>$CONFIG_STATUS <<EOF
21351.1Stvac_cs_version="\\
21361.1Stvmkdep config.status noversion
21371.1Stvconfigured by $0, generated by GNU Autoconf 2.52,
21381.1Stv  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
21391.1Stv
21401.1StvCopyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
21411.1StvFree Software Foundation, Inc.
21421.1StvThis config.status script is free software; the Free Software Foundation
21431.1Stvgives unlimited permission to copy, distribute and modify it."
21441.1Stvsrcdir=$srcdir
21451.1StvEOF
21461.1Stv
21471.1Stvcat >>$CONFIG_STATUS <<\EOF
21481.1Stv# If no file are specified by the user, then we need to provide default
21491.1Stv# value.  By we need to know if files were specified by the user.
21501.1Stvac_need_defaults=:
21511.1Stvwhile test $# != 0
21521.1Stvdo
21531.1Stv  case $1 in
21541.1Stv  --*=*)
21551.1Stv    ac_option=`expr "x$1" : 'x\([^=]*\)='`
21561.1Stv    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
21571.1Stv    shift
21581.1Stv    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
21591.1Stv    shift
21601.1Stv    ;;
21611.1Stv  -*);;
21621.1Stv  *) # This is not an option, so the user has probably given explicit
21631.1Stv     # arguments.
21641.1Stv     ac_need_defaults=false;;
21651.1Stv  esac
21661.1Stv
21671.1Stv  case $1 in
21681.1Stv  # Handling of the options.
21691.1StvEOF
21701.1Stvcat >>$CONFIG_STATUS <<EOF
21711.1Stv  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21721.1Stv    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
21731.1Stv    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
21741.1StvEOF
21751.1Stvcat >>$CONFIG_STATUS <<\EOF
21761.1Stv  --version | --vers* | -V )
21771.1Stv    echo "$ac_cs_version"; exit 0 ;;
21781.1Stv  --he | --h)
21791.1Stv    # Conflict between --help and --header
21801.2Sthorpej    { { echo "$as_me:2180: error: ambiguous option: $1
21811.1StvTry \`$0 --help' for more information." >&5
21821.1Stvecho "$as_me: error: ambiguous option: $1
21831.1StvTry \`$0 --help' for more information." >&2;}
21841.1Stv   { (exit 1); exit 1; }; };;
21851.1Stv  --help | --hel | -h )
21861.1Stv    echo "$ac_cs_usage"; exit 0 ;;
21871.1Stv  --debug | --d* | -d )
21881.1Stv    debug=: ;;
21891.1Stv  --file | --fil | --fi | --f )
21901.1Stv    shift
21911.1Stv    CONFIG_FILES="$CONFIG_FILES $1"
21921.1Stv    ac_need_defaults=false;;
21931.1Stv  --header | --heade | --head | --hea )
21941.1Stv    shift
21951.1Stv    CONFIG_HEADERS="$CONFIG_HEADERS $1"
21961.1Stv    ac_need_defaults=false;;
21971.1Stv
21981.1Stv  # This is an error.
21991.2Sthorpej  -*) { { echo "$as_me:2199: error: unrecognized option: $1
22001.1StvTry \`$0 --help' for more information." >&5
22011.1Stvecho "$as_me: error: unrecognized option: $1
22021.1StvTry \`$0 --help' for more information." >&2;}
22031.1Stv   { (exit 1); exit 1; }; } ;;
22041.1Stv
22051.1Stv  *) ac_config_targets="$ac_config_targets $1" ;;
22061.1Stv
22071.1Stv  esac
22081.1Stv  shift
22091.1Stvdone
22101.1Stv
22111.1Stvexec 5>>config.log
22121.1Stvcat >&5 << _ACEOF
22131.1Stv
22141.1Stv## ----------------------- ##
22151.1Stv## Running config.status.  ##
22161.1Stv## ----------------------- ##
22171.1Stv
22181.1StvThis file was extended by $as_me (mkdep noversion) 2.52, executed with
22191.1Stv  CONFIG_FILES    = $CONFIG_FILES
22201.1Stv  CONFIG_HEADERS  = $CONFIG_HEADERS
22211.1Stv  CONFIG_LINKS    = $CONFIG_LINKS
22221.1Stv  CONFIG_COMMANDS = $CONFIG_COMMANDS
22231.1Stv  > $ac_cs_invocation
22241.1Stvon `(hostname || uname -n) 2>/dev/null | sed 1q`
22251.1Stv
22261.1Stv_ACEOF
22271.1StvEOF
22281.1Stv
22291.1Stvcat >>$CONFIG_STATUS <<\EOF
22301.1Stvfor ac_config_target in $ac_config_targets
22311.1Stvdo
22321.1Stv  case "$ac_config_target" in
22331.1Stv  # Handling of arguments.
22341.1Stv  "host-mkdep" ) CONFIG_FILES="$CONFIG_FILES host-mkdep" ;;
22351.2Sthorpej  *) { { echo "$as_me:2235: error: invalid argument: $ac_config_target" >&5
22361.1Stvecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
22371.1Stv   { (exit 1); exit 1; }; };;
22381.1Stv  esac
22391.1Stvdone
22401.1Stv
22411.1Stv# If the user did not use the arguments to specify the items to instantiate,
22421.1Stv# then the envvar interface is used.  Set only those that are not.
22431.1Stv# We use the long form for the default assignment because of an extremely
22441.1Stv# bizarre bug on SunOS 4.1.3.
22451.1Stvif $ac_need_defaults; then
22461.1Stv  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22471.1Stvfi
22481.1Stv
22491.1Stv# Create a temporary directory, and hook for its removal unless debugging.
22501.1Stv$debug ||
22511.1Stv{
22521.1Stv  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22531.1Stv  trap '{ (exit 1); exit 1; }' 1 2 13 15
22541.1Stv}
22551.1Stv
22561.1Stv# Create a (secure) tmp directory for tmp files.
22571.1Stv: ${TMPDIR=/tmp}
22581.1Stv{
22591.1Stv  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
22601.1Stv  test -n "$tmp" && test -d "$tmp"
22611.1Stv}  ||
22621.1Stv{
22631.1Stv  tmp=$TMPDIR/cs$$-$RANDOM
22641.1Stv  (umask 077 && mkdir $tmp)
22651.1Stv} ||
22661.1Stv{
22671.1Stv   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
22681.1Stv   { (exit 1); exit 1; }
22691.1Stv}
22701.1Stv
22711.1StvEOF
22721.1Stv
22731.1Stvcat >>$CONFIG_STATUS <<EOF
22741.1Stv
22751.1Stv#
22761.1Stv# CONFIG_FILES section.
22771.1Stv#
22781.1Stv
22791.1Stv# No need to generate the scripts if there are no CONFIG_FILES.
22801.1Stv# This happens for instance when ./config.status config.h
22811.1Stvif test -n "\$CONFIG_FILES"; then
22821.1Stv  # Protect against being on the right side of a sed subst in config.status.
22831.1Stv  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22841.1Stv   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22851.1Stvs,@SHELL@,$SHELL,;t t
22861.1Stvs,@exec_prefix@,$exec_prefix,;t t
22871.1Stvs,@prefix@,$prefix,;t t
22881.1Stvs,@program_transform_name@,$program_transform_name,;t t
22891.1Stvs,@bindir@,$bindir,;t t
22901.1Stvs,@sbindir@,$sbindir,;t t
22911.1Stvs,@libexecdir@,$libexecdir,;t t
22921.1Stvs,@datadir@,$datadir,;t t
22931.1Stvs,@sysconfdir@,$sysconfdir,;t t
22941.1Stvs,@sharedstatedir@,$sharedstatedir,;t t
22951.1Stvs,@localstatedir@,$localstatedir,;t t
22961.1Stvs,@libdir@,$libdir,;t t
22971.1Stvs,@includedir@,$includedir,;t t
22981.1Stvs,@oldincludedir@,$oldincludedir,;t t
22991.1Stvs,@infodir@,$infodir,;t t
23001.1Stvs,@mandir@,$mandir,;t t
23011.1Stvs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
23021.1Stvs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
23031.1Stvs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
23041.1Stvs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
23051.1Stvs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
23061.1Stvs,@build_alias@,$build_alias,;t t
23071.1Stvs,@host_alias@,$host_alias,;t t
23081.1Stvs,@target_alias@,$target_alias,;t t
23091.1Stvs,@ECHO_C@,$ECHO_C,;t t
23101.1Stvs,@ECHO_N@,$ECHO_N,;t t
23111.1Stvs,@ECHO_T@,$ECHO_T,;t t
23121.1Stvs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
23131.1Stvs,@DEFS@,$DEFS,;t t
23141.1Stvs,@LIBS@,$LIBS,;t t
23151.2Sthorpejs,@BSHELL@,$BSHELL,;t t
23161.1Stvs,@AWK@,$AWK,;t t
23171.1Stvs,@CC@,$CC,;t t
23181.1Stvs,@CFLAGS@,$CFLAGS,;t t
23191.1Stvs,@LDFLAGS@,$LDFLAGS,;t t
23201.1Stvs,@CPPFLAGS@,$CPPFLAGS,;t t
23211.1Stvs,@ac_ct_CC@,$ac_ct_CC,;t t
23221.1Stvs,@EXEEXT@,$EXEEXT,;t t
23231.1Stvs,@OBJEXT@,$OBJEXT,;t t
23241.1Stvs,@CPP@,$CPP,;t t
23251.1StvCEOF
23261.1Stv
23271.1StvEOF
23281.1Stv
23291.1Stv  cat >>$CONFIG_STATUS <<\EOF
23301.1Stv  # Split the substitutions into bite-sized pieces for seds with
23311.1Stv  # small command number limits, like on Digital OSF/1 and HP-UX.
23321.1Stv  ac_max_sed_lines=48
23331.1Stv  ac_sed_frag=1 # Number of current file.
23341.1Stv  ac_beg=1 # First line for current file.
23351.1Stv  ac_end=$ac_max_sed_lines # Line after last line for current file.
23361.1Stv  ac_more_lines=:
23371.1Stv  ac_sed_cmds=
23381.1Stv  while $ac_more_lines; do
23391.1Stv    if test $ac_beg -gt 1; then
23401.1Stv      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
23411.1Stv    else
23421.1Stv      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
23431.1Stv    fi
23441.1Stv    if test ! -s $tmp/subs.frag; then
23451.1Stv      ac_more_lines=false
23461.1Stv    else
23471.1Stv      # The purpose of the label and of the branching condition is to
23481.1Stv      # speed up the sed processing (if there are no `@' at all, there
23491.1Stv      # is no need to browse any of the substitutions).
23501.1Stv      # These are the two extra sed commands mentioned above.
23511.1Stv      (echo ':t
23521.1Stv  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
23531.1Stv      if test -z "$ac_sed_cmds"; then
23541.1Stv  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
23551.1Stv      else
23561.1Stv  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
23571.1Stv      fi
23581.1Stv      ac_sed_frag=`expr $ac_sed_frag + 1`
23591.1Stv      ac_beg=$ac_end
23601.1Stv      ac_end=`expr $ac_end + $ac_max_sed_lines`
23611.1Stv    fi
23621.1Stv  done
23631.1Stv  if test -z "$ac_sed_cmds"; then
23641.1Stv    ac_sed_cmds=cat
23651.1Stv  fi
23661.1Stvfi # test -n "$CONFIG_FILES"
23671.1Stv
23681.1StvEOF
23691.1Stvcat >>$CONFIG_STATUS <<\EOF
23701.1Stvfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
23711.1Stv  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
23721.1Stv  case $ac_file in
23731.1Stv  - | *:- | *:-:* ) # input from stdin
23741.1Stv        cat >$tmp/stdin
23751.1Stv        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23761.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23771.1Stv  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23781.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23791.1Stv  * )   ac_file_in=$ac_file.in ;;
23801.1Stv  esac
23811.1Stv
23821.1Stv  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
23831.1Stv  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23841.1Stv         X"$ac_file" : 'X\(//\)[^/]' \| \
23851.1Stv         X"$ac_file" : 'X\(//\)$' \| \
23861.1Stv         X"$ac_file" : 'X\(/\)' \| \
23871.1Stv         .     : '\(.\)' 2>/dev/null ||
23881.1Stvecho X"$ac_file" |
23891.1Stv    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23901.1Stv  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23911.1Stv  	  /^X\(\/\/\)$/{ s//\1/; q; }
23921.1Stv  	  /^X\(\/\).*/{ s//\1/; q; }
23931.1Stv  	  s/.*/./; q'`
23941.1Stv  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
23951.1Stv    { case "$ac_dir" in
23961.1Stv  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
23971.1Stv  *)                      as_incr_dir=.;;
23981.1Stvesac
23991.1Stvas_dummy="$ac_dir"
24001.1Stvfor as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
24011.1Stv  case $as_mkdir_dir in
24021.1Stv    # Skip DOS drivespec
24031.1Stv    ?:) as_incr_dir=$as_mkdir_dir ;;
24041.1Stv    *)
24051.1Stv      as_incr_dir=$as_incr_dir/$as_mkdir_dir
24061.1Stv      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
24071.1Stv    ;;
24081.1Stv  esac
24091.1Stvdone; }
24101.1Stv
24111.1Stv    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
24121.1Stv    # A "../" for each directory in $ac_dir_suffix.
24131.1Stv    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
24141.1Stv  else
24151.1Stv    ac_dir_suffix= ac_dots=
24161.1Stv  fi
24171.1Stv
24181.1Stv  case $srcdir in
24191.1Stv  .)  ac_srcdir=.
24201.1Stv      if test -z "$ac_dots"; then
24211.1Stv         ac_top_srcdir=.
24221.1Stv      else
24231.1Stv         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
24241.1Stv      fi ;;
24251.1Stv  [\\/]* | ?:[\\/]* )
24261.1Stv      ac_srcdir=$srcdir$ac_dir_suffix;
24271.1Stv      ac_top_srcdir=$srcdir ;;
24281.1Stv  *) # Relative path.
24291.1Stv    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
24301.1Stv    ac_top_srcdir=$ac_dots$srcdir ;;
24311.1Stv  esac
24321.1Stv
24331.1Stv  if test x"$ac_file" != x-; then
24341.2Sthorpej    { echo "$as_me:2434: creating $ac_file" >&5
24351.1Stvecho "$as_me: creating $ac_file" >&6;}
24361.1Stv    rm -f "$ac_file"
24371.1Stv  fi
24381.1Stv  # Let's still pretend it is `configure' which instantiates (i.e., don't
24391.1Stv  # use $as_me), people would be surprised to read:
24401.1Stv  #    /* config.h.  Generated automatically by config.status.  */
24411.1Stv  configure_input="Generated automatically from `echo $ac_file_in |
24421.1Stv                                                 sed 's,.*/,,'` by configure."
24431.1Stv
24441.1Stv  # First look for the input files in the build tree, otherwise in the
24451.1Stv  # src tree.
24461.1Stv  ac_file_inputs=`IFS=:
24471.1Stv    for f in $ac_file_in; do
24481.1Stv      case $f in
24491.1Stv      -) echo $tmp/stdin ;;
24501.1Stv      [\\/$]*)
24511.1Stv         # Absolute (can't be DOS-style, as IFS=:)
24521.2Sthorpej         test -f "$f" || { { echo "$as_me:2452: error: cannot find input file: $f" >&5
24531.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
24541.1Stv   { (exit 1); exit 1; }; }
24551.1Stv         echo $f;;
24561.1Stv      *) # Relative
24571.1Stv         if test -f "$f"; then
24581.1Stv           # Build tree
24591.1Stv           echo $f
24601.1Stv         elif test -f "$srcdir/$f"; then
24611.1Stv           # Source tree
24621.1Stv           echo $srcdir/$f
24631.1Stv         else
24641.1Stv           # /dev/null tree
24651.2Sthorpej           { { echo "$as_me:2465: error: cannot find input file: $f" >&5
24661.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
24671.1Stv   { (exit 1); exit 1; }; }
24681.1Stv         fi;;
24691.1Stv      esac
24701.1Stv    done` || { (exit 1); exit 1; }
24711.1StvEOF
24721.1Stvcat >>$CONFIG_STATUS <<EOF
24731.1Stv  sed "$ac_vpsub
24741.1Stv$extrasub
24751.1StvEOF
24761.1Stvcat >>$CONFIG_STATUS <<\EOF
24771.1Stv:t
24781.1Stv/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24791.1Stvs,@configure_input@,$configure_input,;t t
24801.1Stvs,@srcdir@,$ac_srcdir,;t t
24811.1Stvs,@top_srcdir@,$ac_top_srcdir,;t t
24821.1Stv" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
24831.1Stv  rm -f $tmp/stdin
24841.1Stv  if test x"$ac_file" != x-; then
24851.1Stv    mv $tmp/out $ac_file
24861.1Stv  else
24871.1Stv    cat $tmp/out
24881.1Stv    rm -f $tmp/out
24891.1Stv  fi
24901.1Stv
24911.1Stvdone
24921.1StvEOF
24931.1Stv
24941.1Stvcat >>$CONFIG_STATUS <<\EOF
24951.1Stv
24961.1Stv{ (exit 0); exit 0; }
24971.1StvEOF
24981.1Stvchmod +x $CONFIG_STATUS
24991.1Stvac_clean_files=$ac_clean_files_save
25001.1Stv
25011.1Stv# configure is writing to config.log, and then calls config.status.
25021.1Stv# config.status does its own redirection, appending to config.log.
25031.1Stv# Unfortunately, on DOS this fails, as config.log is still kept open
25041.1Stv# by configure, so config.status won't be able to write to it; its
25051.1Stv# output is simply discarded.  So we exec the FD to /dev/null,
25061.1Stv# effectively closing config.log, so it can be properly (re)opened and
25071.1Stv# appended to by config.status.  When coming back to configure, we
25081.1Stv# need to make the FD available again.
25091.1Stvif test "$no_create" != yes; then
25101.1Stv  ac_cs_success=:
25111.1Stv  exec 5>/dev/null
25121.1Stv  $SHELL $CONFIG_STATUS || ac_cs_success=false
25131.1Stv  exec 5>>config.log
25141.1Stv  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25151.1Stv  # would make configure fail if this is the last instruction.
25161.1Stv  $ac_cs_success || { (exit 1); exit 1; }
25171.1Stvfi
25181.1Stv
2519