configure revision 1.1
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.1Stvac_config_files="$ac_config_files host-mkdep"
9271.1Stv
9281.1Stvfor ac_prog in mawk gawk nawk awk
9291.1Stvdo
9301.1Stv  # Extract the first word of "$ac_prog", so it can be a program name with args.
9311.1Stvset dummy $ac_prog; ac_word=$2
9321.1Stvecho "$as_me:932: checking for $ac_word" >&5
9331.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9341.1Stvif test "${ac_cv_prog_AWK+set}" = set; then
9351.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
9361.1Stvelse
9371.1Stv  if test -n "$AWK"; then
9381.1Stv  ac_cv_prog_AWK="$AWK" # Let the user override the test.
9391.1Stvelse
9401.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
9411.1Stvac_dummy="$PATH"
9421.1Stvfor ac_dir in $ac_dummy; do
9431.1Stv  IFS=$ac_save_IFS
9441.1Stv  test -z "$ac_dir" && ac_dir=.
9451.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
9461.1Stvac_cv_prog_AWK="$ac_prog"
9471.1Stvecho "$as_me:947: found $ac_dir/$ac_word" >&5
9481.1Stvbreak
9491.1Stvdone
9501.1Stv
9511.1Stvfi
9521.1Stvfi
9531.1StvAWK=$ac_cv_prog_AWK
9541.1Stvif test -n "$AWK"; then
9551.1Stv  echo "$as_me:955: result: $AWK" >&5
9561.1Stvecho "${ECHO_T}$AWK" >&6
9571.1Stvelse
9581.1Stv  echo "$as_me:958: result: no" >&5
9591.1Stvecho "${ECHO_T}no" >&6
9601.1Stvfi
9611.1Stv
9621.1Stv  test -n "$AWK" && break
9631.1Stvdone
9641.1Stv
9651.1Stvac_ext=c
9661.1Stvac_cpp='$CPP $CPPFLAGS'
9671.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9681.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9691.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
9701.1Stvif test -n "$ac_tool_prefix"; then
9711.1Stv  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9721.1Stvset dummy ${ac_tool_prefix}gcc; ac_word=$2
9731.1Stvecho "$as_me:973: checking for $ac_word" >&5
9741.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9751.1Stvif test "${ac_cv_prog_CC+set}" = set; then
9761.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
9771.1Stvelse
9781.1Stv  if test -n "$CC"; then
9791.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
9801.1Stvelse
9811.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
9821.1Stvac_dummy="$PATH"
9831.1Stvfor ac_dir in $ac_dummy; do
9841.1Stv  IFS=$ac_save_IFS
9851.1Stv  test -z "$ac_dir" && ac_dir=.
9861.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
9871.1Stvac_cv_prog_CC="${ac_tool_prefix}gcc"
9881.1Stvecho "$as_me:988: found $ac_dir/$ac_word" >&5
9891.1Stvbreak
9901.1Stvdone
9911.1Stv
9921.1Stvfi
9931.1Stvfi
9941.1StvCC=$ac_cv_prog_CC
9951.1Stvif test -n "$CC"; then
9961.1Stv  echo "$as_me:996: result: $CC" >&5
9971.1Stvecho "${ECHO_T}$CC" >&6
9981.1Stvelse
9991.1Stv  echo "$as_me:999: result: no" >&5
10001.1Stvecho "${ECHO_T}no" >&6
10011.1Stvfi
10021.1Stv
10031.1Stvfi
10041.1Stvif test -z "$ac_cv_prog_CC"; then
10051.1Stv  ac_ct_CC=$CC
10061.1Stv  # Extract the first word of "gcc", so it can be a program name with args.
10071.1Stvset dummy gcc; ac_word=$2
10081.1Stvecho "$as_me:1008: checking for $ac_word" >&5
10091.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10101.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10111.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10121.1Stvelse
10131.1Stv  if test -n "$ac_ct_CC"; then
10141.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10151.1Stvelse
10161.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10171.1Stvac_dummy="$PATH"
10181.1Stvfor ac_dir in $ac_dummy; do
10191.1Stv  IFS=$ac_save_IFS
10201.1Stv  test -z "$ac_dir" && ac_dir=.
10211.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10221.1Stvac_cv_prog_ac_ct_CC="gcc"
10231.1Stvecho "$as_me:1023: found $ac_dir/$ac_word" >&5
10241.1Stvbreak
10251.1Stvdone
10261.1Stv
10271.1Stvfi
10281.1Stvfi
10291.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
10301.1Stvif test -n "$ac_ct_CC"; then
10311.1Stv  echo "$as_me:1031: result: $ac_ct_CC" >&5
10321.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
10331.1Stvelse
10341.1Stv  echo "$as_me:1034: result: no" >&5
10351.1Stvecho "${ECHO_T}no" >&6
10361.1Stvfi
10371.1Stv
10381.1Stv  CC=$ac_ct_CC
10391.1Stvelse
10401.1Stv  CC="$ac_cv_prog_CC"
10411.1Stvfi
10421.1Stv
10431.1Stvif test -z "$CC"; then
10441.1Stv  if test -n "$ac_tool_prefix"; then
10451.1Stv  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10461.1Stvset dummy ${ac_tool_prefix}cc; ac_word=$2
10471.1Stvecho "$as_me:1047: checking for $ac_word" >&5
10481.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10491.1Stvif test "${ac_cv_prog_CC+set}" = set; then
10501.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10511.1Stvelse
10521.1Stv  if test -n "$CC"; then
10531.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
10541.1Stvelse
10551.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10561.1Stvac_dummy="$PATH"
10571.1Stvfor ac_dir in $ac_dummy; do
10581.1Stv  IFS=$ac_save_IFS
10591.1Stv  test -z "$ac_dir" && ac_dir=.
10601.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10611.1Stvac_cv_prog_CC="${ac_tool_prefix}cc"
10621.1Stvecho "$as_me:1062: found $ac_dir/$ac_word" >&5
10631.1Stvbreak
10641.1Stvdone
10651.1Stv
10661.1Stvfi
10671.1Stvfi
10681.1StvCC=$ac_cv_prog_CC
10691.1Stvif test -n "$CC"; then
10701.1Stv  echo "$as_me:1070: result: $CC" >&5
10711.1Stvecho "${ECHO_T}$CC" >&6
10721.1Stvelse
10731.1Stv  echo "$as_me:1073: result: no" >&5
10741.1Stvecho "${ECHO_T}no" >&6
10751.1Stvfi
10761.1Stv
10771.1Stvfi
10781.1Stvif test -z "$ac_cv_prog_CC"; then
10791.1Stv  ac_ct_CC=$CC
10801.1Stv  # Extract the first word of "cc", so it can be a program name with args.
10811.1Stvset dummy cc; ac_word=$2
10821.1Stvecho "$as_me:1082: checking for $ac_word" >&5
10831.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10841.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10851.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
10861.1Stvelse
10871.1Stv  if test -n "$ac_ct_CC"; then
10881.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10891.1Stvelse
10901.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
10911.1Stvac_dummy="$PATH"
10921.1Stvfor ac_dir in $ac_dummy; do
10931.1Stv  IFS=$ac_save_IFS
10941.1Stv  test -z "$ac_dir" && ac_dir=.
10951.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
10961.1Stvac_cv_prog_ac_ct_CC="cc"
10971.1Stvecho "$as_me:1097: found $ac_dir/$ac_word" >&5
10981.1Stvbreak
10991.1Stvdone
11001.1Stv
11011.1Stvfi
11021.1Stvfi
11031.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
11041.1Stvif test -n "$ac_ct_CC"; then
11051.1Stv  echo "$as_me:1105: result: $ac_ct_CC" >&5
11061.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
11071.1Stvelse
11081.1Stv  echo "$as_me:1108: result: no" >&5
11091.1Stvecho "${ECHO_T}no" >&6
11101.1Stvfi
11111.1Stv
11121.1Stv  CC=$ac_ct_CC
11131.1Stvelse
11141.1Stv  CC="$ac_cv_prog_CC"
11151.1Stvfi
11161.1Stv
11171.1Stvfi
11181.1Stvif test -z "$CC"; then
11191.1Stv  # Extract the first word of "cc", so it can be a program name with args.
11201.1Stvset dummy cc; ac_word=$2
11211.1Stvecho "$as_me:1121: checking for $ac_word" >&5
11221.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11231.1Stvif test "${ac_cv_prog_CC+set}" = set; then
11241.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11251.1Stvelse
11261.1Stv  if test -n "$CC"; then
11271.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
11281.1Stvelse
11291.1Stv  ac_prog_rejected=no
11301.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11311.1Stvac_dummy="$PATH"
11321.1Stvfor ac_dir in $ac_dummy; do
11331.1Stv  IFS=$ac_save_IFS
11341.1Stv  test -z "$ac_dir" && ac_dir=.
11351.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11361.1Stvif test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
11371.1Stv  ac_prog_rejected=yes
11381.1Stv  continue
11391.1Stvfi
11401.1Stvac_cv_prog_CC="cc"
11411.1Stvecho "$as_me:1141: found $ac_dir/$ac_word" >&5
11421.1Stvbreak
11431.1Stvdone
11441.1Stv
11451.1Stvif test $ac_prog_rejected = yes; then
11461.1Stv  # We found a bogon in the path, so make sure we never use it.
11471.1Stv  set dummy $ac_cv_prog_CC
11481.1Stv  shift
11491.1Stv  if test $# != 0; then
11501.1Stv    # We chose a different compiler from the bogus one.
11511.1Stv    # However, it has the same basename, so the bogon will be chosen
11521.1Stv    # first if we set CC to just the basename; use the full file name.
11531.1Stv    shift
11541.1Stv    set dummy "$ac_dir/$ac_word" ${1+"$@"}
11551.1Stv    shift
11561.1Stv    ac_cv_prog_CC="$@"
11571.1Stv  fi
11581.1Stvfi
11591.1Stvfi
11601.1Stvfi
11611.1StvCC=$ac_cv_prog_CC
11621.1Stvif test -n "$CC"; then
11631.1Stv  echo "$as_me:1163: result: $CC" >&5
11641.1Stvecho "${ECHO_T}$CC" >&6
11651.1Stvelse
11661.1Stv  echo "$as_me:1166: result: no" >&5
11671.1Stvecho "${ECHO_T}no" >&6
11681.1Stvfi
11691.1Stv
11701.1Stvfi
11711.1Stvif test -z "$CC"; then
11721.1Stv  if test -n "$ac_tool_prefix"; then
11731.1Stv  for ac_prog in cl
11741.1Stv  do
11751.1Stv    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11761.1Stvset dummy $ac_tool_prefix$ac_prog; ac_word=$2
11771.1Stvecho "$as_me:1177: checking for $ac_word" >&5
11781.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11791.1Stvif test "${ac_cv_prog_CC+set}" = set; then
11801.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
11811.1Stvelse
11821.1Stv  if test -n "$CC"; then
11831.1Stv  ac_cv_prog_CC="$CC" # Let the user override the test.
11841.1Stvelse
11851.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
11861.1Stvac_dummy="$PATH"
11871.1Stvfor ac_dir in $ac_dummy; do
11881.1Stv  IFS=$ac_save_IFS
11891.1Stv  test -z "$ac_dir" && ac_dir=.
11901.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
11911.1Stvac_cv_prog_CC="$ac_tool_prefix$ac_prog"
11921.1Stvecho "$as_me:1192: found $ac_dir/$ac_word" >&5
11931.1Stvbreak
11941.1Stvdone
11951.1Stv
11961.1Stvfi
11971.1Stvfi
11981.1StvCC=$ac_cv_prog_CC
11991.1Stvif test -n "$CC"; then
12001.1Stv  echo "$as_me:1200: result: $CC" >&5
12011.1Stvecho "${ECHO_T}$CC" >&6
12021.1Stvelse
12031.1Stv  echo "$as_me:1203: result: no" >&5
12041.1Stvecho "${ECHO_T}no" >&6
12051.1Stvfi
12061.1Stv
12071.1Stv    test -n "$CC" && break
12081.1Stv  done
12091.1Stvfi
12101.1Stvif test -z "$CC"; then
12111.1Stv  ac_ct_CC=$CC
12121.1Stv  for ac_prog in cl
12131.1Stvdo
12141.1Stv  # Extract the first word of "$ac_prog", so it can be a program name with args.
12151.1Stvset dummy $ac_prog; ac_word=$2
12161.1Stvecho "$as_me:1216: checking for $ac_word" >&5
12171.1Stvecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12181.1Stvif test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12191.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
12201.1Stvelse
12211.1Stv  if test -n "$ac_ct_CC"; then
12221.1Stv  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
12231.1Stvelse
12241.1Stv  ac_save_IFS=$IFS; IFS=$ac_path_separator
12251.1Stvac_dummy="$PATH"
12261.1Stvfor ac_dir in $ac_dummy; do
12271.1Stv  IFS=$ac_save_IFS
12281.1Stv  test -z "$ac_dir" && ac_dir=.
12291.1Stv  $as_executable_p "$ac_dir/$ac_word" || continue
12301.1Stvac_cv_prog_ac_ct_CC="$ac_prog"
12311.1Stvecho "$as_me:1231: found $ac_dir/$ac_word" >&5
12321.1Stvbreak
12331.1Stvdone
12341.1Stv
12351.1Stvfi
12361.1Stvfi
12371.1Stvac_ct_CC=$ac_cv_prog_ac_ct_CC
12381.1Stvif test -n "$ac_ct_CC"; then
12391.1Stv  echo "$as_me:1239: result: $ac_ct_CC" >&5
12401.1Stvecho "${ECHO_T}$ac_ct_CC" >&6
12411.1Stvelse
12421.1Stv  echo "$as_me:1242: result: no" >&5
12431.1Stvecho "${ECHO_T}no" >&6
12441.1Stvfi
12451.1Stv
12461.1Stv  test -n "$ac_ct_CC" && break
12471.1Stvdone
12481.1Stv
12491.1Stv  CC=$ac_ct_CC
12501.1Stvfi
12511.1Stv
12521.1Stvfi
12531.1Stv
12541.1Stvtest -z "$CC" && { { echo "$as_me:1254: error: no acceptable cc found in \$PATH" >&5
12551.1Stvecho "$as_me: error: no acceptable cc found in \$PATH" >&2;}
12561.1Stv   { (exit 1); exit 1; }; }
12571.1Stv
12581.1Stv# Provide some information about the compiler.
12591.1Stvecho "$as_me:1259:" \
12601.1Stv     "checking for C compiler version" >&5
12611.1Stvac_compiler=`set X $ac_compile; echo $2`
12621.1Stv{ (eval echo "$as_me:1262: \"$ac_compiler --version </dev/null >&5\"") >&5
12631.1Stv  (eval $ac_compiler --version </dev/null >&5) 2>&5
12641.1Stv  ac_status=$?
12651.1Stv  echo "$as_me:1265: \$? = $ac_status" >&5
12661.1Stv  (exit $ac_status); }
12671.1Stv{ (eval echo "$as_me:1267: \"$ac_compiler -v </dev/null >&5\"") >&5
12681.1Stv  (eval $ac_compiler -v </dev/null >&5) 2>&5
12691.1Stv  ac_status=$?
12701.1Stv  echo "$as_me:1270: \$? = $ac_status" >&5
12711.1Stv  (exit $ac_status); }
12721.1Stv{ (eval echo "$as_me:1272: \"$ac_compiler -V </dev/null >&5\"") >&5
12731.1Stv  (eval $ac_compiler -V </dev/null >&5) 2>&5
12741.1Stv  ac_status=$?
12751.1Stv  echo "$as_me:1275: \$? = $ac_status" >&5
12761.1Stv  (exit $ac_status); }
12771.1Stv
12781.1Stvcat >conftest.$ac_ext <<_ACEOF
12791.1Stv#line 1279 "configure"
12801.1Stv#include "confdefs.h"
12811.1Stv
12821.1Stvint
12831.1Stvmain ()
12841.1Stv{
12851.1Stv
12861.1Stv  ;
12871.1Stv  return 0;
12881.1Stv}
12891.1Stv_ACEOF
12901.1Stvac_clean_files_save=$ac_clean_files
12911.1Stvac_clean_files="$ac_clean_files a.out a.exe"
12921.1Stv# Try to create an executable without -o first, disregard a.out.
12931.1Stv# It will help us diagnose broken compilers, and finding out an intuition
12941.1Stv# of exeext.
12951.1Stvecho "$as_me:1295: checking for C compiler default output" >&5
12961.1Stvecho $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
12971.1Stvac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
12981.1Stvif { (eval echo "$as_me:1298: \"$ac_link_default\"") >&5
12991.1Stv  (eval $ac_link_default) 2>&5
13001.1Stv  ac_status=$?
13011.1Stv  echo "$as_me:1301: \$? = $ac_status" >&5
13021.1Stv  (exit $ac_status); }; then
13031.1Stv  # Find the output, starting from the most likely.  This scheme is
13041.1Stv# not robust to junk in `.', hence go to wildcards (a.*) only as a last
13051.1Stv# resort.
13061.1Stvfor ac_file in `ls a.exe conftest.exe 2>/dev/null;
13071.1Stv                ls a.out conftest 2>/dev/null;
13081.1Stv                ls a.* conftest.* 2>/dev/null`; do
13091.1Stv  case $ac_file in
13101.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
13111.1Stv    a.out ) # We found the default executable, but exeext='' is most
13121.1Stv            # certainly right.
13131.1Stv            break;;
13141.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
13151.1Stv          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
13161.1Stv          export ac_cv_exeext
13171.1Stv          break;;
13181.1Stv    * ) break;;
13191.1Stv  esac
13201.1Stvdone
13211.1Stvelse
13221.1Stv  echo "$as_me: failed program was:" >&5
13231.1Stvcat conftest.$ac_ext >&5
13241.1Stv{ { echo "$as_me:1324: error: C compiler cannot create executables" >&5
13251.1Stvecho "$as_me: error: C compiler cannot create executables" >&2;}
13261.1Stv   { (exit 77); exit 77; }; }
13271.1Stvfi
13281.1Stv
13291.1Stvac_exeext=$ac_cv_exeext
13301.1Stvecho "$as_me:1330: result: $ac_file" >&5
13311.1Stvecho "${ECHO_T}$ac_file" >&6
13321.1Stv
13331.1Stv# Check the compiler produces executables we can run.  If not, either
13341.1Stv# the compiler is broken, or we cross compile.
13351.1Stvecho "$as_me:1335: checking whether the C compiler works" >&5
13361.1Stvecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
13371.1Stv# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
13381.1Stv# If not cross compiling, check that we can run a simple program.
13391.1Stvif test "$cross_compiling" != yes; then
13401.1Stv  if { ac_try='./$ac_file'
13411.1Stv  { (eval echo "$as_me:1341: \"$ac_try\"") >&5
13421.1Stv  (eval $ac_try) 2>&5
13431.1Stv  ac_status=$?
13441.1Stv  echo "$as_me:1344: \$? = $ac_status" >&5
13451.1Stv  (exit $ac_status); }; }; then
13461.1Stv    cross_compiling=no
13471.1Stv  else
13481.1Stv    if test "$cross_compiling" = maybe; then
13491.1Stv	cross_compiling=yes
13501.1Stv    else
13511.1Stv	{ { echo "$as_me:1351: error: cannot run C compiled programs.
13521.1StvIf you meant to cross compile, use \`--host'." >&5
13531.1Stvecho "$as_me: error: cannot run C compiled programs.
13541.1StvIf you meant to cross compile, use \`--host'." >&2;}
13551.1Stv   { (exit 1); exit 1; }; }
13561.1Stv    fi
13571.1Stv  fi
13581.1Stvfi
13591.1Stvecho "$as_me:1359: result: yes" >&5
13601.1Stvecho "${ECHO_T}yes" >&6
13611.1Stv
13621.1Stvrm -f a.out a.exe conftest$ac_cv_exeext
13631.1Stvac_clean_files=$ac_clean_files_save
13641.1Stv# Check the compiler produces executables we can run.  If not, either
13651.1Stv# the compiler is broken, or we cross compile.
13661.1Stvecho "$as_me:1366: checking whether we are cross compiling" >&5
13671.1Stvecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
13681.1Stvecho "$as_me:1368: result: $cross_compiling" >&5
13691.1Stvecho "${ECHO_T}$cross_compiling" >&6
13701.1Stv
13711.1Stvecho "$as_me:1371: checking for executable suffix" >&5
13721.1Stvecho $ECHO_N "checking for executable suffix... $ECHO_C" >&6
13731.1Stvif { (eval echo "$as_me:1373: \"$ac_link\"") >&5
13741.1Stv  (eval $ac_link) 2>&5
13751.1Stv  ac_status=$?
13761.1Stv  echo "$as_me:1376: \$? = $ac_status" >&5
13771.1Stv  (exit $ac_status); }; then
13781.1Stv  # If both `conftest.exe' and `conftest' are `present' (well, observable)
13791.1Stv# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
13801.1Stv# work properly (i.e., refer to `conftest.exe'), while it won't with
13811.1Stv# `rm'.
13821.1Stvfor ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
13831.1Stv  case $ac_file in
13841.1Stv    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
13851.1Stv    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
13861.1Stv          export ac_cv_exeext
13871.1Stv          break;;
13881.1Stv    * ) break;;
13891.1Stv  esac
13901.1Stvdone
13911.1Stvelse
13921.1Stv  { { echo "$as_me:1392: error: cannot compute EXEEXT: cannot compile and link" >&5
13931.1Stvecho "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
13941.1Stv   { (exit 1); exit 1; }; }
13951.1Stvfi
13961.1Stv
13971.1Stvrm -f conftest$ac_cv_exeext
13981.1Stvecho "$as_me:1398: result: $ac_cv_exeext" >&5
13991.1Stvecho "${ECHO_T}$ac_cv_exeext" >&6
14001.1Stv
14011.1Stvrm -f conftest.$ac_ext
14021.1StvEXEEXT=$ac_cv_exeext
14031.1Stvac_exeext=$EXEEXT
14041.1Stvecho "$as_me:1404: checking for object suffix" >&5
14051.1Stvecho $ECHO_N "checking for object suffix... $ECHO_C" >&6
14061.1Stvif test "${ac_cv_objext+set}" = set; then
14071.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14081.1Stvelse
14091.1Stv  cat >conftest.$ac_ext <<_ACEOF
14101.1Stv#line 1410 "configure"
14111.1Stv#include "confdefs.h"
14121.1Stv
14131.1Stvint
14141.1Stvmain ()
14151.1Stv{
14161.1Stv
14171.1Stv  ;
14181.1Stv  return 0;
14191.1Stv}
14201.1Stv_ACEOF
14211.1Stvrm -f conftest.o conftest.obj
14221.1Stvif { (eval echo "$as_me:1422: \"$ac_compile\"") >&5
14231.1Stv  (eval $ac_compile) 2>&5
14241.1Stv  ac_status=$?
14251.1Stv  echo "$as_me:1425: \$? = $ac_status" >&5
14261.1Stv  (exit $ac_status); }; then
14271.1Stv  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
14281.1Stv  case $ac_file in
14291.1Stv    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
14301.1Stv    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14311.1Stv       break;;
14321.1Stv  esac
14331.1Stvdone
14341.1Stvelse
14351.1Stv  echo "$as_me: failed program was:" >&5
14361.1Stvcat conftest.$ac_ext >&5
14371.1Stv{ { echo "$as_me:1437: error: cannot compute OBJEXT: cannot compile" >&5
14381.1Stvecho "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
14391.1Stv   { (exit 1); exit 1; }; }
14401.1Stvfi
14411.1Stv
14421.1Stvrm -f conftest.$ac_cv_objext conftest.$ac_ext
14431.1Stvfi
14441.1Stvecho "$as_me:1444: result: $ac_cv_objext" >&5
14451.1Stvecho "${ECHO_T}$ac_cv_objext" >&6
14461.1StvOBJEXT=$ac_cv_objext
14471.1Stvac_objext=$OBJEXT
14481.1Stvecho "$as_me:1448: checking whether we are using the GNU C compiler" >&5
14491.1Stvecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
14501.1Stvif test "${ac_cv_c_compiler_gnu+set}" = set; then
14511.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
14521.1Stvelse
14531.1Stv  cat >conftest.$ac_ext <<_ACEOF
14541.1Stv#line 1454 "configure"
14551.1Stv#include "confdefs.h"
14561.1Stv
14571.1Stvint
14581.1Stvmain ()
14591.1Stv{
14601.1Stv#ifndef __GNUC__
14611.1Stv       choke me
14621.1Stv#endif
14631.1Stv
14641.1Stv  ;
14651.1Stv  return 0;
14661.1Stv}
14671.1Stv_ACEOF
14681.1Stvrm -f conftest.$ac_objext
14691.1Stvif { (eval echo "$as_me:1469: \"$ac_compile\"") >&5
14701.1Stv  (eval $ac_compile) 2>&5
14711.1Stv  ac_status=$?
14721.1Stv  echo "$as_me:1472: \$? = $ac_status" >&5
14731.1Stv  (exit $ac_status); } &&
14741.1Stv         { ac_try='test -s conftest.$ac_objext'
14751.1Stv  { (eval echo "$as_me:1475: \"$ac_try\"") >&5
14761.1Stv  (eval $ac_try) 2>&5
14771.1Stv  ac_status=$?
14781.1Stv  echo "$as_me:1478: \$? = $ac_status" >&5
14791.1Stv  (exit $ac_status); }; }; then
14801.1Stv  ac_compiler_gnu=yes
14811.1Stvelse
14821.1Stv  echo "$as_me: failed program was:" >&5
14831.1Stvcat conftest.$ac_ext >&5
14841.1Stvac_compiler_gnu=no
14851.1Stvfi
14861.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
14871.1Stvac_cv_c_compiler_gnu=$ac_compiler_gnu
14881.1Stv
14891.1Stvfi
14901.1Stvecho "$as_me:1490: result: $ac_cv_c_compiler_gnu" >&5
14911.1Stvecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
14921.1StvGCC=`test $ac_compiler_gnu = yes && echo yes`
14931.1Stvac_test_CFLAGS=${CFLAGS+set}
14941.1Stvac_save_CFLAGS=$CFLAGS
14951.1StvCFLAGS="-g"
14961.1Stvecho "$as_me:1496: checking whether $CC accepts -g" >&5
14971.1Stvecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
14981.1Stvif test "${ac_cv_prog_cc_g+set}" = set; then
14991.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
15001.1Stvelse
15011.1Stv  cat >conftest.$ac_ext <<_ACEOF
15021.1Stv#line 1502 "configure"
15031.1Stv#include "confdefs.h"
15041.1Stv
15051.1Stvint
15061.1Stvmain ()
15071.1Stv{
15081.1Stv
15091.1Stv  ;
15101.1Stv  return 0;
15111.1Stv}
15121.1Stv_ACEOF
15131.1Stvrm -f conftest.$ac_objext
15141.1Stvif { (eval echo "$as_me:1514: \"$ac_compile\"") >&5
15151.1Stv  (eval $ac_compile) 2>&5
15161.1Stv  ac_status=$?
15171.1Stv  echo "$as_me:1517: \$? = $ac_status" >&5
15181.1Stv  (exit $ac_status); } &&
15191.1Stv         { ac_try='test -s conftest.$ac_objext'
15201.1Stv  { (eval echo "$as_me:1520: \"$ac_try\"") >&5
15211.1Stv  (eval $ac_try) 2>&5
15221.1Stv  ac_status=$?
15231.1Stv  echo "$as_me:1523: \$? = $ac_status" >&5
15241.1Stv  (exit $ac_status); }; }; then
15251.1Stv  ac_cv_prog_cc_g=yes
15261.1Stvelse
15271.1Stv  echo "$as_me: failed program was:" >&5
15281.1Stvcat conftest.$ac_ext >&5
15291.1Stvac_cv_prog_cc_g=no
15301.1Stvfi
15311.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
15321.1Stvfi
15331.1Stvecho "$as_me:1533: result: $ac_cv_prog_cc_g" >&5
15341.1Stvecho "${ECHO_T}$ac_cv_prog_cc_g" >&6
15351.1Stvif test "$ac_test_CFLAGS" = set; then
15361.1Stv  CFLAGS=$ac_save_CFLAGS
15371.1Stvelif test $ac_cv_prog_cc_g = yes; then
15381.1Stv  if test "$GCC" = yes; then
15391.1Stv    CFLAGS="-g -O2"
15401.1Stv  else
15411.1Stv    CFLAGS="-g"
15421.1Stv  fi
15431.1Stvelse
15441.1Stv  if test "$GCC" = yes; then
15451.1Stv    CFLAGS="-O2"
15461.1Stv  else
15471.1Stv    CFLAGS=
15481.1Stv  fi
15491.1Stvfi
15501.1Stv# Some people use a C++ compiler to compile C.  Since we use `exit',
15511.1Stv# in C++ we need to declare it.  In case someone uses the same compiler
15521.1Stv# for both compiling C and C++ we need to have the C++ compiler decide
15531.1Stv# the declaration of exit, since it's the most demanding environment.
15541.1Stvcat >conftest.$ac_ext <<_ACEOF
15551.1Stv#ifndef __cplusplus
15561.1Stv  choke me
15571.1Stv#endif
15581.1Stv_ACEOF
15591.1Stvrm -f conftest.$ac_objext
15601.1Stvif { (eval echo "$as_me:1560: \"$ac_compile\"") >&5
15611.1Stv  (eval $ac_compile) 2>&5
15621.1Stv  ac_status=$?
15631.1Stv  echo "$as_me:1563: \$? = $ac_status" >&5
15641.1Stv  (exit $ac_status); } &&
15651.1Stv         { ac_try='test -s conftest.$ac_objext'
15661.1Stv  { (eval echo "$as_me:1566: \"$ac_try\"") >&5
15671.1Stv  (eval $ac_try) 2>&5
15681.1Stv  ac_status=$?
15691.1Stv  echo "$as_me:1569: \$? = $ac_status" >&5
15701.1Stv  (exit $ac_status); }; }; then
15711.1Stv  for ac_declaration in \
15721.1Stv   ''\
15731.1Stv   '#include <stdlib.h>' \
15741.1Stv   'extern "C" void std::exit (int) throw (); using std::exit;' \
15751.1Stv   'extern "C" void std::exit (int); using std::exit;' \
15761.1Stv   'extern "C" void exit (int) throw ();' \
15771.1Stv   'extern "C" void exit (int);' \
15781.1Stv   'void exit (int);'
15791.1Stvdo
15801.1Stv  cat >conftest.$ac_ext <<_ACEOF
15811.1Stv#line 1581 "configure"
15821.1Stv#include "confdefs.h"
15831.1Stv#include <stdlib.h>
15841.1Stv$ac_declaration
15851.1Stvint
15861.1Stvmain ()
15871.1Stv{
15881.1Stvexit (42);
15891.1Stv  ;
15901.1Stv  return 0;
15911.1Stv}
15921.1Stv_ACEOF
15931.1Stvrm -f conftest.$ac_objext
15941.1Stvif { (eval echo "$as_me:1594: \"$ac_compile\"") >&5
15951.1Stv  (eval $ac_compile) 2>&5
15961.1Stv  ac_status=$?
15971.1Stv  echo "$as_me:1597: \$? = $ac_status" >&5
15981.1Stv  (exit $ac_status); } &&
15991.1Stv         { ac_try='test -s conftest.$ac_objext'
16001.1Stv  { (eval echo "$as_me:1600: \"$ac_try\"") >&5
16011.1Stv  (eval $ac_try) 2>&5
16021.1Stv  ac_status=$?
16031.1Stv  echo "$as_me:1603: \$? = $ac_status" >&5
16041.1Stv  (exit $ac_status); }; }; then
16051.1Stv  :
16061.1Stvelse
16071.1Stv  echo "$as_me: failed program was:" >&5
16081.1Stvcat conftest.$ac_ext >&5
16091.1Stvcontinue
16101.1Stvfi
16111.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16121.1Stv  cat >conftest.$ac_ext <<_ACEOF
16131.1Stv#line 1613 "configure"
16141.1Stv#include "confdefs.h"
16151.1Stv$ac_declaration
16161.1Stvint
16171.1Stvmain ()
16181.1Stv{
16191.1Stvexit (42);
16201.1Stv  ;
16211.1Stv  return 0;
16221.1Stv}
16231.1Stv_ACEOF
16241.1Stvrm -f conftest.$ac_objext
16251.1Stvif { (eval echo "$as_me:1625: \"$ac_compile\"") >&5
16261.1Stv  (eval $ac_compile) 2>&5
16271.1Stv  ac_status=$?
16281.1Stv  echo "$as_me:1628: \$? = $ac_status" >&5
16291.1Stv  (exit $ac_status); } &&
16301.1Stv         { ac_try='test -s conftest.$ac_objext'
16311.1Stv  { (eval echo "$as_me:1631: \"$ac_try\"") >&5
16321.1Stv  (eval $ac_try) 2>&5
16331.1Stv  ac_status=$?
16341.1Stv  echo "$as_me:1634: \$? = $ac_status" >&5
16351.1Stv  (exit $ac_status); }; }; then
16361.1Stv  break
16371.1Stvelse
16381.1Stv  echo "$as_me: failed program was:" >&5
16391.1Stvcat conftest.$ac_ext >&5
16401.1Stvfi
16411.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16421.1Stvdone
16431.1Stvrm -f conftest*
16441.1Stvif test -n "$ac_declaration"; then
16451.1Stv  echo '#ifdef __cplusplus' >>confdefs.h
16461.1Stv  echo $ac_declaration      >>confdefs.h
16471.1Stv  echo '#endif'             >>confdefs.h
16481.1Stvfi
16491.1Stv
16501.1Stvelse
16511.1Stv  echo "$as_me: failed program was:" >&5
16521.1Stvcat conftest.$ac_ext >&5
16531.1Stvfi
16541.1Stvrm -f conftest.$ac_objext conftest.$ac_ext
16551.1Stvac_ext=c
16561.1Stvac_cpp='$CPP $CPPFLAGS'
16571.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16581.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16591.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
16601.1Stv
16611.1Stvac_ext=c
16621.1Stvac_cpp='$CPP $CPPFLAGS'
16631.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16641.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16651.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
16661.1Stvecho "$as_me:1666: checking how to run the C preprocessor" >&5
16671.1Stvecho $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
16681.1Stv# On Suns, sometimes $CPP names a directory.
16691.1Stvif test -n "$CPP" && test -d "$CPP"; then
16701.1Stv  CPP=
16711.1Stvfi
16721.1Stvif test -z "$CPP"; then
16731.1Stv  if test "${ac_cv_prog_CPP+set}" = set; then
16741.1Stv  echo $ECHO_N "(cached) $ECHO_C" >&6
16751.1Stvelse
16761.1Stv      # Double quotes because CPP needs to be expanded
16771.1Stv    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
16781.1Stv    do
16791.1Stv      ac_preproc_ok=false
16801.1Stvfor ac_c_preproc_warn_flag in '' yes
16811.1Stvdo
16821.1Stv  # Use a header file that comes with gcc, so configuring glibc
16831.1Stv  # with a fresh cross-compiler works.
16841.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
16851.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
16861.1Stv  cat >conftest.$ac_ext <<_ACEOF
16871.1Stv#line 1687 "configure"
16881.1Stv#include "confdefs.h"
16891.1Stv#include <assert.h>
16901.1Stv                     Syntax error
16911.1Stv_ACEOF
16921.1Stvif { (eval echo "$as_me:1692: \"$ac_cpp conftest.$ac_ext\"") >&5
16931.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16941.1Stv  ac_status=$?
16951.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
16961.1Stv  rm -f conftest.er1
16971.1Stv  cat conftest.err >&5
16981.1Stv  echo "$as_me:1698: \$? = $ac_status" >&5
16991.1Stv  (exit $ac_status); } >/dev/null; then
17001.1Stv  if test -s conftest.err; then
17011.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17021.1Stv  else
17031.1Stv    ac_cpp_err=
17041.1Stv  fi
17051.1Stvelse
17061.1Stv  ac_cpp_err=yes
17071.1Stvfi
17081.1Stvif test -z "$ac_cpp_err"; then
17091.1Stv  :
17101.1Stvelse
17111.1Stv  echo "$as_me: failed program was:" >&5
17121.1Stv  cat conftest.$ac_ext >&5
17131.1Stv  # Broken: fails on valid input.
17141.1Stvcontinue
17151.1Stvfi
17161.1Stvrm -f conftest.err conftest.$ac_ext
17171.1Stv
17181.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
17191.1Stv  # can be detected and how.
17201.1Stv  cat >conftest.$ac_ext <<_ACEOF
17211.1Stv#line 1721 "configure"
17221.1Stv#include "confdefs.h"
17231.1Stv#include <ac_nonexistent.h>
17241.1Stv_ACEOF
17251.1Stvif { (eval echo "$as_me:1725: \"$ac_cpp conftest.$ac_ext\"") >&5
17261.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17271.1Stv  ac_status=$?
17281.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17291.1Stv  rm -f conftest.er1
17301.1Stv  cat conftest.err >&5
17311.1Stv  echo "$as_me:1731: \$? = $ac_status" >&5
17321.1Stv  (exit $ac_status); } >/dev/null; then
17331.1Stv  if test -s conftest.err; then
17341.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17351.1Stv  else
17361.1Stv    ac_cpp_err=
17371.1Stv  fi
17381.1Stvelse
17391.1Stv  ac_cpp_err=yes
17401.1Stvfi
17411.1Stvif test -z "$ac_cpp_err"; then
17421.1Stv  # Broken: success on invalid input.
17431.1Stvcontinue
17441.1Stvelse
17451.1Stv  echo "$as_me: failed program was:" >&5
17461.1Stv  cat conftest.$ac_ext >&5
17471.1Stv  # Passes both tests.
17481.1Stvac_preproc_ok=:
17491.1Stvbreak
17501.1Stvfi
17511.1Stvrm -f conftest.err conftest.$ac_ext
17521.1Stv
17531.1Stvdone
17541.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17551.1Stvrm -f conftest.err conftest.$ac_ext
17561.1Stvif $ac_preproc_ok; then
17571.1Stv  break
17581.1Stvfi
17591.1Stv
17601.1Stv    done
17611.1Stv    ac_cv_prog_CPP=$CPP
17621.1Stv
17631.1Stvfi
17641.1Stv  CPP=$ac_cv_prog_CPP
17651.1Stvelse
17661.1Stv  ac_cv_prog_CPP=$CPP
17671.1Stvfi
17681.1Stvecho "$as_me:1768: result: $CPP" >&5
17691.1Stvecho "${ECHO_T}$CPP" >&6
17701.1Stvac_preproc_ok=false
17711.1Stvfor ac_c_preproc_warn_flag in '' yes
17721.1Stvdo
17731.1Stv  # Use a header file that comes with gcc, so configuring glibc
17741.1Stv  # with a fresh cross-compiler works.
17751.1Stv  # On the NeXT, cc -E runs the code through the compiler's parser,
17761.1Stv  # not just through cpp. "Syntax error" is here to catch this case.
17771.1Stv  cat >conftest.$ac_ext <<_ACEOF
17781.1Stv#line 1778 "configure"
17791.1Stv#include "confdefs.h"
17801.1Stv#include <assert.h>
17811.1Stv                     Syntax error
17821.1Stv_ACEOF
17831.1Stvif { (eval echo "$as_me:1783: \"$ac_cpp conftest.$ac_ext\"") >&5
17841.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17851.1Stv  ac_status=$?
17861.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
17871.1Stv  rm -f conftest.er1
17881.1Stv  cat conftest.err >&5
17891.1Stv  echo "$as_me:1789: \$? = $ac_status" >&5
17901.1Stv  (exit $ac_status); } >/dev/null; then
17911.1Stv  if test -s conftest.err; then
17921.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
17931.1Stv  else
17941.1Stv    ac_cpp_err=
17951.1Stv  fi
17961.1Stvelse
17971.1Stv  ac_cpp_err=yes
17981.1Stvfi
17991.1Stvif test -z "$ac_cpp_err"; then
18001.1Stv  :
18011.1Stvelse
18021.1Stv  echo "$as_me: failed program was:" >&5
18031.1Stv  cat conftest.$ac_ext >&5
18041.1Stv  # Broken: fails on valid input.
18051.1Stvcontinue
18061.1Stvfi
18071.1Stvrm -f conftest.err conftest.$ac_ext
18081.1Stv
18091.1Stv  # OK, works on sane cases.  Now check whether non-existent headers
18101.1Stv  # can be detected and how.
18111.1Stv  cat >conftest.$ac_ext <<_ACEOF
18121.1Stv#line 1812 "configure"
18131.1Stv#include "confdefs.h"
18141.1Stv#include <ac_nonexistent.h>
18151.1Stv_ACEOF
18161.1Stvif { (eval echo "$as_me:1816: \"$ac_cpp conftest.$ac_ext\"") >&5
18171.1Stv  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18181.1Stv  ac_status=$?
18191.1Stv  egrep -v '^ *\+' conftest.er1 >conftest.err
18201.1Stv  rm -f conftest.er1
18211.1Stv  cat conftest.err >&5
18221.1Stv  echo "$as_me:1822: \$? = $ac_status" >&5
18231.1Stv  (exit $ac_status); } >/dev/null; then
18241.1Stv  if test -s conftest.err; then
18251.1Stv    ac_cpp_err=$ac_c_preproc_warn_flag
18261.1Stv  else
18271.1Stv    ac_cpp_err=
18281.1Stv  fi
18291.1Stvelse
18301.1Stv  ac_cpp_err=yes
18311.1Stvfi
18321.1Stvif test -z "$ac_cpp_err"; then
18331.1Stv  # Broken: success on invalid input.
18341.1Stvcontinue
18351.1Stvelse
18361.1Stv  echo "$as_me: failed program was:" >&5
18371.1Stv  cat conftest.$ac_ext >&5
18381.1Stv  # Passes both tests.
18391.1Stvac_preproc_ok=:
18401.1Stvbreak
18411.1Stvfi
18421.1Stvrm -f conftest.err conftest.$ac_ext
18431.1Stv
18441.1Stvdone
18451.1Stv# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18461.1Stvrm -f conftest.err conftest.$ac_ext
18471.1Stvif $ac_preproc_ok; then
18481.1Stv  :
18491.1Stvelse
18501.1Stv  { { echo "$as_me:1850: error: C preprocessor \"$CPP\" fails sanity check" >&5
18511.1Stvecho "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
18521.1Stv   { (exit 1); exit 1; }; }
18531.1Stvfi
18541.1Stv
18551.1Stvac_ext=c
18561.1Stvac_cpp='$CPP $CPPFLAGS'
18571.1Stvac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18581.1Stvac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18591.1Stvac_compiler_gnu=$ac_cv_c_compiler_gnu
18601.1Stv
18611.1Stvcat >confcache <<\_ACEOF
18621.1Stv# This file is a shell script that caches the results of configure
18631.1Stv# tests run on this system so they can be shared between configure
18641.1Stv# scripts and configure runs, see configure's option --config-cache.
18651.1Stv# It is not useful on other systems.  If it contains results you don't
18661.1Stv# want to keep, you may remove or edit it.
18671.1Stv#
18681.1Stv# config.status only pays attention to the cache file if you give it
18691.1Stv# the --recheck option to rerun configure.
18701.1Stv#
18711.1Stv# `ac_cv_env_foo' variables (set or unset) will be overriden when
18721.1Stv# loading this file, other *unset* `ac_cv_foo' will be assigned the
18731.1Stv# following values.
18741.1Stv
18751.1Stv_ACEOF
18761.1Stv
18771.1Stv# The following way of writing the cache mishandles newlines in values,
18781.1Stv# but we know of no workaround that is simple, portable, and efficient.
18791.1Stv# So, don't put newlines in cache variables' values.
18801.1Stv# Ultrix sh set writes to stderr and can't be redirected directly,
18811.1Stv# and sets the high bit in the cache file unless we assign to the vars.
18821.1Stv{
18831.1Stv  (set) 2>&1 |
18841.1Stv    case `(ac_space=' '; set | grep ac_space) 2>&1` in
18851.1Stv    *ac_space=\ *)
18861.1Stv      # `set' does not quote correctly, so add quotes (double-quote
18871.1Stv      # substitution turns \\\\ into \\, and sed turns \\ into \).
18881.1Stv      sed -n \
18891.1Stv        "s/'/'\\\\''/g;
18901.1Stv    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18911.1Stv      ;;
18921.1Stv    *)
18931.1Stv      # `set' quotes correctly as required by POSIX, so do not add quotes.
18941.1Stv      sed -n \
18951.1Stv        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18961.1Stv      ;;
18971.1Stv    esac;
18981.1Stv} |
18991.1Stv  sed '
19001.1Stv     t clear
19011.1Stv     : clear
19021.1Stv     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19031.1Stv     t end
19041.1Stv     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19051.1Stv     : end' >>confcache
19061.1Stvif cmp -s $cache_file confcache; then :; else
19071.1Stv  if test -w $cache_file; then
19081.1Stv    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
19091.1Stv    cat confcache >$cache_file
19101.1Stv  else
19111.1Stv    echo "not updating unwritable cache $cache_file"
19121.1Stv  fi
19131.1Stvfi
19141.1Stvrm -f confcache
19151.1Stv
19161.1Stvtest "x$prefix" = xNONE && prefix=$ac_default_prefix
19171.1Stv# Let make expand exec_prefix.
19181.1Stvtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19191.1Stv
19201.1Stv# VPATH may cause trouble with some makes, so we remove $(srcdir),
19211.1Stv# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19221.1Stv# trailing colons and then remove the whole line if VPATH becomes empty
19231.1Stv# (actually we leave an empty line to preserve line numbers).
19241.1Stvif test "x$srcdir" = x.; then
19251.1Stv  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
19261.1Stvs/:*\$(srcdir):*/:/;
19271.1Stvs/:*\${srcdir}:*/:/;
19281.1Stvs/:*@srcdir@:*/:/;
19291.1Stvs/^\([^=]*=[ 	]*\):*/\1/;
19301.1Stvs/:*$//;
19311.1Stvs/^[^=]*=[ 	]*$//;
19321.1Stv}'
19331.1Stvfi
19341.1Stv
19351.1Stv# Transform confdefs.h into DEFS.
19361.1Stv# Protect against shell expansion while executing Makefile rules.
19371.1Stv# Protect against Makefile macro expansion.
19381.1Stv#
19391.1Stv# If the first sed substitution is executed (which looks for macros that
19401.1Stv# take arguments), then we branch to the quote section.  Otherwise,
19411.1Stv# look for a macro that doesn't take arguments.
19421.1Stvcat >confdef2opt.sed <<\EOF
19431.1Stvt clear
19441.1Stv: clear
19451.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
19461.1Stvt quote
19471.1Stvs,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
19481.1Stvt quote
19491.1Stvd
19501.1Stv: quote
19511.1Stvs,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
19521.1Stvs,\[,\\&,g
19531.1Stvs,\],\\&,g
19541.1Stvs,\$,$$,g
19551.1Stvp
19561.1StvEOF
19571.1Stv# We use echo to avoid assuming a particular line-breaking character.
19581.1Stv# The extra dot is to prevent the shell from consuming trailing
19591.1Stv# line-breaks from the sub-command output.  A line-break within
19601.1Stv# single-quotes doesn't work because, if this script is created in a
19611.1Stv# platform that uses two characters for line-breaks (e.g., DOS), tr
19621.1Stv# would break.
19631.1Stvac_LF_and_DOT=`echo; echo .`
19641.1StvDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
19651.1Stvrm -f confdef2opt.sed
19661.1Stv
19671.1Stv: ${CONFIG_STATUS=./config.status}
19681.1Stvac_clean_files_save=$ac_clean_files
19691.1Stvac_clean_files="$ac_clean_files $CONFIG_STATUS"
19701.1Stv{ echo "$as_me:1970: creating $CONFIG_STATUS" >&5
19711.1Stvecho "$as_me: creating $CONFIG_STATUS" >&6;}
19721.1Stvcat >$CONFIG_STATUS <<_ACEOF
19731.1Stv#! $SHELL
19741.1Stv# Generated automatically by configure.
19751.1Stv# Run this file to recreate the current configuration.
19761.1Stv# Compiler output produced by configure, useful for debugging
19771.1Stv# configure, is in config.log if it exists.
19781.1Stv
19791.1Stvdebug=false
19801.1StvSHELL=\${CONFIG_SHELL-$SHELL}
19811.1Stvac_cs_invocation="\$0 \$@"
19821.1Stv
19831.1Stv_ACEOF
19841.1Stv
19851.1Stvcat >>$CONFIG_STATUS <<\_ACEOF
19861.1Stv# Be Bourne compatible
19871.1Stvif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19881.1Stv  emulate sh
19891.1Stv  NULLCMD=:
19901.1Stvelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
19911.1Stv  set -o posix
19921.1Stvfi
19931.1Stv
19941.1Stv# Name of the executable.
19951.1Stvas_me=`echo "$0" |sed 's,.*[\\/],,'`
19961.1Stv
19971.1Stvif expr a : '\(a\)' >/dev/null 2>&1; then
19981.1Stv  as_expr=expr
19991.1Stvelse
20001.1Stv  as_expr=false
20011.1Stvfi
20021.1Stv
20031.1Stvrm -f conf$$ conf$$.exe conf$$.file
20041.1Stvecho >conf$$.file
20051.1Stvif ln -s conf$$.file conf$$ 2>/dev/null; then
20061.1Stv  # We could just check for DJGPP; but this test a) works b) is more generic
20071.1Stv  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
20081.1Stv  if test -f conf$$.exe; then
20091.1Stv    # Don't use ln at all; we don't have any links
20101.1Stv    as_ln_s='cp -p'
20111.1Stv  else
20121.1Stv    as_ln_s='ln -s'
20131.1Stv  fi
20141.1Stvelif ln conf$$.file conf$$ 2>/dev/null; then
20151.1Stv  as_ln_s=ln
20161.1Stvelse
20171.1Stv  as_ln_s='cp -p'
20181.1Stvfi
20191.1Stvrm -f conf$$ conf$$.exe conf$$.file
20201.1Stv
20211.1Stvas_executable_p="test -f"
20221.1Stv
20231.1Stv# Support unset when possible.
20241.1Stvif (FOO=FOO; unset FOO) >/dev/null 2>&1; then
20251.1Stv  as_unset=unset
20261.1Stvelse
20271.1Stv  as_unset=false
20281.1Stvfi
20291.1Stv
20301.1Stv# NLS nuisances.
20311.1Stv$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
20321.1Stv$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
20331.1Stv$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
20341.1Stv$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
20351.1Stv$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
20361.1Stv$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
20371.1Stv$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
20381.1Stv$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
20391.1Stv
20401.1Stv# IFS
20411.1Stv# We need space, tab and new line, in precisely that order.
20421.1Stvas_nl='
20431.1Stv'
20441.1StvIFS=" 	$as_nl"
20451.1Stv
20461.1Stv# CDPATH.
20471.1Stv$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
20481.1Stv
20491.1Stvexec 6>&1
20501.1Stv
20511.1Stv_ACEOF
20521.1Stv
20531.1Stv# Files that config.status was made for.
20541.1Stvif test -n "$ac_config_files"; then
20551.1Stv  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
20561.1Stvfi
20571.1Stv
20581.1Stvif test -n "$ac_config_headers"; then
20591.1Stv  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
20601.1Stvfi
20611.1Stv
20621.1Stvif test -n "$ac_config_links"; then
20631.1Stv  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
20641.1Stvfi
20651.1Stv
20661.1Stvif test -n "$ac_config_commands"; then
20671.1Stv  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
20681.1Stvfi
20691.1Stv
20701.1Stvcat >>$CONFIG_STATUS <<\EOF
20711.1Stv
20721.1Stvac_cs_usage="\
20731.1Stv\`$as_me' instantiates files from templates according to the
20741.1Stvcurrent configuration.
20751.1Stv
20761.1StvUsage: $0 [OPTIONS] [FILE]...
20771.1Stv
20781.1Stv  -h, --help       print this help, then exit
20791.1Stv  -V, --version    print version number, then exit
20801.1Stv  -d, --debug      don't remove temporary files
20811.1Stv      --recheck    update $as_me by reconfiguring in the same conditions
20821.1Stv  --file=FILE[:TEMPLATE]
20831.1Stv                   instantiate the configuration file FILE
20841.1Stv
20851.1StvConfiguration files:
20861.1Stv$config_files
20871.1Stv
20881.1StvReport bugs to <bug-autoconf@gnu.org>."
20891.1StvEOF
20901.1Stv
20911.1Stvcat >>$CONFIG_STATUS <<EOF
20921.1Stvac_cs_version="\\
20931.1Stvmkdep config.status noversion
20941.1Stvconfigured by $0, generated by GNU Autoconf 2.52,
20951.1Stv  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
20961.1Stv
20971.1StvCopyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
20981.1StvFree Software Foundation, Inc.
20991.1StvThis config.status script is free software; the Free Software Foundation
21001.1Stvgives unlimited permission to copy, distribute and modify it."
21011.1Stvsrcdir=$srcdir
21021.1StvEOF
21031.1Stv
21041.1Stvcat >>$CONFIG_STATUS <<\EOF
21051.1Stv# If no file are specified by the user, then we need to provide default
21061.1Stv# value.  By we need to know if files were specified by the user.
21071.1Stvac_need_defaults=:
21081.1Stvwhile test $# != 0
21091.1Stvdo
21101.1Stv  case $1 in
21111.1Stv  --*=*)
21121.1Stv    ac_option=`expr "x$1" : 'x\([^=]*\)='`
21131.1Stv    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
21141.1Stv    shift
21151.1Stv    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
21161.1Stv    shift
21171.1Stv    ;;
21181.1Stv  -*);;
21191.1Stv  *) # This is not an option, so the user has probably given explicit
21201.1Stv     # arguments.
21211.1Stv     ac_need_defaults=false;;
21221.1Stv  esac
21231.1Stv
21241.1Stv  case $1 in
21251.1Stv  # Handling of the options.
21261.1StvEOF
21271.1Stvcat >>$CONFIG_STATUS <<EOF
21281.1Stv  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21291.1Stv    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
21301.1Stv    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
21311.1StvEOF
21321.1Stvcat >>$CONFIG_STATUS <<\EOF
21331.1Stv  --version | --vers* | -V )
21341.1Stv    echo "$ac_cs_version"; exit 0 ;;
21351.1Stv  --he | --h)
21361.1Stv    # Conflict between --help and --header
21371.1Stv    { { echo "$as_me:2137: error: ambiguous option: $1
21381.1StvTry \`$0 --help' for more information." >&5
21391.1Stvecho "$as_me: error: ambiguous option: $1
21401.1StvTry \`$0 --help' for more information." >&2;}
21411.1Stv   { (exit 1); exit 1; }; };;
21421.1Stv  --help | --hel | -h )
21431.1Stv    echo "$ac_cs_usage"; exit 0 ;;
21441.1Stv  --debug | --d* | -d )
21451.1Stv    debug=: ;;
21461.1Stv  --file | --fil | --fi | --f )
21471.1Stv    shift
21481.1Stv    CONFIG_FILES="$CONFIG_FILES $1"
21491.1Stv    ac_need_defaults=false;;
21501.1Stv  --header | --heade | --head | --hea )
21511.1Stv    shift
21521.1Stv    CONFIG_HEADERS="$CONFIG_HEADERS $1"
21531.1Stv    ac_need_defaults=false;;
21541.1Stv
21551.1Stv  # This is an error.
21561.1Stv  -*) { { echo "$as_me:2156: error: unrecognized option: $1
21571.1StvTry \`$0 --help' for more information." >&5
21581.1Stvecho "$as_me: error: unrecognized option: $1
21591.1StvTry \`$0 --help' for more information." >&2;}
21601.1Stv   { (exit 1); exit 1; }; } ;;
21611.1Stv
21621.1Stv  *) ac_config_targets="$ac_config_targets $1" ;;
21631.1Stv
21641.1Stv  esac
21651.1Stv  shift
21661.1Stvdone
21671.1Stv
21681.1Stvexec 5>>config.log
21691.1Stvcat >&5 << _ACEOF
21701.1Stv
21711.1Stv## ----------------------- ##
21721.1Stv## Running config.status.  ##
21731.1Stv## ----------------------- ##
21741.1Stv
21751.1StvThis file was extended by $as_me (mkdep noversion) 2.52, executed with
21761.1Stv  CONFIG_FILES    = $CONFIG_FILES
21771.1Stv  CONFIG_HEADERS  = $CONFIG_HEADERS
21781.1Stv  CONFIG_LINKS    = $CONFIG_LINKS
21791.1Stv  CONFIG_COMMANDS = $CONFIG_COMMANDS
21801.1Stv  > $ac_cs_invocation
21811.1Stvon `(hostname || uname -n) 2>/dev/null | sed 1q`
21821.1Stv
21831.1Stv_ACEOF
21841.1StvEOF
21851.1Stv
21861.1Stvcat >>$CONFIG_STATUS <<\EOF
21871.1Stvfor ac_config_target in $ac_config_targets
21881.1Stvdo
21891.1Stv  case "$ac_config_target" in
21901.1Stv  # Handling of arguments.
21911.1Stv  "host-mkdep" ) CONFIG_FILES="$CONFIG_FILES host-mkdep" ;;
21921.1Stv  *) { { echo "$as_me:2192: error: invalid argument: $ac_config_target" >&5
21931.1Stvecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
21941.1Stv   { (exit 1); exit 1; }; };;
21951.1Stv  esac
21961.1Stvdone
21971.1Stv
21981.1Stv# If the user did not use the arguments to specify the items to instantiate,
21991.1Stv# then the envvar interface is used.  Set only those that are not.
22001.1Stv# We use the long form for the default assignment because of an extremely
22011.1Stv# bizarre bug on SunOS 4.1.3.
22021.1Stvif $ac_need_defaults; then
22031.1Stv  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22041.1Stvfi
22051.1Stv
22061.1Stv# Create a temporary directory, and hook for its removal unless debugging.
22071.1Stv$debug ||
22081.1Stv{
22091.1Stv  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22101.1Stv  trap '{ (exit 1); exit 1; }' 1 2 13 15
22111.1Stv}
22121.1Stv
22131.1Stv# Create a (secure) tmp directory for tmp files.
22141.1Stv: ${TMPDIR=/tmp}
22151.1Stv{
22161.1Stv  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
22171.1Stv  test -n "$tmp" && test -d "$tmp"
22181.1Stv}  ||
22191.1Stv{
22201.1Stv  tmp=$TMPDIR/cs$$-$RANDOM
22211.1Stv  (umask 077 && mkdir $tmp)
22221.1Stv} ||
22231.1Stv{
22241.1Stv   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
22251.1Stv   { (exit 1); exit 1; }
22261.1Stv}
22271.1Stv
22281.1StvEOF
22291.1Stv
22301.1Stvcat >>$CONFIG_STATUS <<EOF
22311.1Stv
22321.1Stv#
22331.1Stv# CONFIG_FILES section.
22341.1Stv#
22351.1Stv
22361.1Stv# No need to generate the scripts if there are no CONFIG_FILES.
22371.1Stv# This happens for instance when ./config.status config.h
22381.1Stvif test -n "\$CONFIG_FILES"; then
22391.1Stv  # Protect against being on the right side of a sed subst in config.status.
22401.1Stv  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22411.1Stv   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22421.1Stvs,@SHELL@,$SHELL,;t t
22431.1Stvs,@exec_prefix@,$exec_prefix,;t t
22441.1Stvs,@prefix@,$prefix,;t t
22451.1Stvs,@program_transform_name@,$program_transform_name,;t t
22461.1Stvs,@bindir@,$bindir,;t t
22471.1Stvs,@sbindir@,$sbindir,;t t
22481.1Stvs,@libexecdir@,$libexecdir,;t t
22491.1Stvs,@datadir@,$datadir,;t t
22501.1Stvs,@sysconfdir@,$sysconfdir,;t t
22511.1Stvs,@sharedstatedir@,$sharedstatedir,;t t
22521.1Stvs,@localstatedir@,$localstatedir,;t t
22531.1Stvs,@libdir@,$libdir,;t t
22541.1Stvs,@includedir@,$includedir,;t t
22551.1Stvs,@oldincludedir@,$oldincludedir,;t t
22561.1Stvs,@infodir@,$infodir,;t t
22571.1Stvs,@mandir@,$mandir,;t t
22581.1Stvs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
22591.1Stvs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
22601.1Stvs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
22611.1Stvs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
22621.1Stvs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
22631.1Stvs,@build_alias@,$build_alias,;t t
22641.1Stvs,@host_alias@,$host_alias,;t t
22651.1Stvs,@target_alias@,$target_alias,;t t
22661.1Stvs,@ECHO_C@,$ECHO_C,;t t
22671.1Stvs,@ECHO_N@,$ECHO_N,;t t
22681.1Stvs,@ECHO_T@,$ECHO_T,;t t
22691.1Stvs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
22701.1Stvs,@DEFS@,$DEFS,;t t
22711.1Stvs,@LIBS@,$LIBS,;t t
22721.1Stvs,@AWK@,$AWK,;t t
22731.1Stvs,@CC@,$CC,;t t
22741.1Stvs,@CFLAGS@,$CFLAGS,;t t
22751.1Stvs,@LDFLAGS@,$LDFLAGS,;t t
22761.1Stvs,@CPPFLAGS@,$CPPFLAGS,;t t
22771.1Stvs,@ac_ct_CC@,$ac_ct_CC,;t t
22781.1Stvs,@EXEEXT@,$EXEEXT,;t t
22791.1Stvs,@OBJEXT@,$OBJEXT,;t t
22801.1Stvs,@CPP@,$CPP,;t t
22811.1StvCEOF
22821.1Stv
22831.1StvEOF
22841.1Stv
22851.1Stv  cat >>$CONFIG_STATUS <<\EOF
22861.1Stv  # Split the substitutions into bite-sized pieces for seds with
22871.1Stv  # small command number limits, like on Digital OSF/1 and HP-UX.
22881.1Stv  ac_max_sed_lines=48
22891.1Stv  ac_sed_frag=1 # Number of current file.
22901.1Stv  ac_beg=1 # First line for current file.
22911.1Stv  ac_end=$ac_max_sed_lines # Line after last line for current file.
22921.1Stv  ac_more_lines=:
22931.1Stv  ac_sed_cmds=
22941.1Stv  while $ac_more_lines; do
22951.1Stv    if test $ac_beg -gt 1; then
22961.1Stv      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22971.1Stv    else
22981.1Stv      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22991.1Stv    fi
23001.1Stv    if test ! -s $tmp/subs.frag; then
23011.1Stv      ac_more_lines=false
23021.1Stv    else
23031.1Stv      # The purpose of the label and of the branching condition is to
23041.1Stv      # speed up the sed processing (if there are no `@' at all, there
23051.1Stv      # is no need to browse any of the substitutions).
23061.1Stv      # These are the two extra sed commands mentioned above.
23071.1Stv      (echo ':t
23081.1Stv  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
23091.1Stv      if test -z "$ac_sed_cmds"; then
23101.1Stv  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
23111.1Stv      else
23121.1Stv  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
23131.1Stv      fi
23141.1Stv      ac_sed_frag=`expr $ac_sed_frag + 1`
23151.1Stv      ac_beg=$ac_end
23161.1Stv      ac_end=`expr $ac_end + $ac_max_sed_lines`
23171.1Stv    fi
23181.1Stv  done
23191.1Stv  if test -z "$ac_sed_cmds"; then
23201.1Stv    ac_sed_cmds=cat
23211.1Stv  fi
23221.1Stvfi # test -n "$CONFIG_FILES"
23231.1Stv
23241.1StvEOF
23251.1Stvcat >>$CONFIG_STATUS <<\EOF
23261.1Stvfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
23271.1Stv  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
23281.1Stv  case $ac_file in
23291.1Stv  - | *:- | *:-:* ) # input from stdin
23301.1Stv        cat >$tmp/stdin
23311.1Stv        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23321.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23331.1Stv  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23341.1Stv        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23351.1Stv  * )   ac_file_in=$ac_file.in ;;
23361.1Stv  esac
23371.1Stv
23381.1Stv  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
23391.1Stv  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23401.1Stv         X"$ac_file" : 'X\(//\)[^/]' \| \
23411.1Stv         X"$ac_file" : 'X\(//\)$' \| \
23421.1Stv         X"$ac_file" : 'X\(/\)' \| \
23431.1Stv         .     : '\(.\)' 2>/dev/null ||
23441.1Stvecho X"$ac_file" |
23451.1Stv    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23461.1Stv  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23471.1Stv  	  /^X\(\/\/\)$/{ s//\1/; q; }
23481.1Stv  	  /^X\(\/\).*/{ s//\1/; q; }
23491.1Stv  	  s/.*/./; q'`
23501.1Stv  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
23511.1Stv    { case "$ac_dir" in
23521.1Stv  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
23531.1Stv  *)                      as_incr_dir=.;;
23541.1Stvesac
23551.1Stvas_dummy="$ac_dir"
23561.1Stvfor as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
23571.1Stv  case $as_mkdir_dir in
23581.1Stv    # Skip DOS drivespec
23591.1Stv    ?:) as_incr_dir=$as_mkdir_dir ;;
23601.1Stv    *)
23611.1Stv      as_incr_dir=$as_incr_dir/$as_mkdir_dir
23621.1Stv      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
23631.1Stv    ;;
23641.1Stv  esac
23651.1Stvdone; }
23661.1Stv
23671.1Stv    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
23681.1Stv    # A "../" for each directory in $ac_dir_suffix.
23691.1Stv    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
23701.1Stv  else
23711.1Stv    ac_dir_suffix= ac_dots=
23721.1Stv  fi
23731.1Stv
23741.1Stv  case $srcdir in
23751.1Stv  .)  ac_srcdir=.
23761.1Stv      if test -z "$ac_dots"; then
23771.1Stv         ac_top_srcdir=.
23781.1Stv      else
23791.1Stv         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
23801.1Stv      fi ;;
23811.1Stv  [\\/]* | ?:[\\/]* )
23821.1Stv      ac_srcdir=$srcdir$ac_dir_suffix;
23831.1Stv      ac_top_srcdir=$srcdir ;;
23841.1Stv  *) # Relative path.
23851.1Stv    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
23861.1Stv    ac_top_srcdir=$ac_dots$srcdir ;;
23871.1Stv  esac
23881.1Stv
23891.1Stv  if test x"$ac_file" != x-; then
23901.1Stv    { echo "$as_me:2390: creating $ac_file" >&5
23911.1Stvecho "$as_me: creating $ac_file" >&6;}
23921.1Stv    rm -f "$ac_file"
23931.1Stv  fi
23941.1Stv  # Let's still pretend it is `configure' which instantiates (i.e., don't
23951.1Stv  # use $as_me), people would be surprised to read:
23961.1Stv  #    /* config.h.  Generated automatically by config.status.  */
23971.1Stv  configure_input="Generated automatically from `echo $ac_file_in |
23981.1Stv                                                 sed 's,.*/,,'` by configure."
23991.1Stv
24001.1Stv  # First look for the input files in the build tree, otherwise in the
24011.1Stv  # src tree.
24021.1Stv  ac_file_inputs=`IFS=:
24031.1Stv    for f in $ac_file_in; do
24041.1Stv      case $f in
24051.1Stv      -) echo $tmp/stdin ;;
24061.1Stv      [\\/$]*)
24071.1Stv         # Absolute (can't be DOS-style, as IFS=:)
24081.1Stv         test -f "$f" || { { echo "$as_me:2408: error: cannot find input file: $f" >&5
24091.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
24101.1Stv   { (exit 1); exit 1; }; }
24111.1Stv         echo $f;;
24121.1Stv      *) # Relative
24131.1Stv         if test -f "$f"; then
24141.1Stv           # Build tree
24151.1Stv           echo $f
24161.1Stv         elif test -f "$srcdir/$f"; then
24171.1Stv           # Source tree
24181.1Stv           echo $srcdir/$f
24191.1Stv         else
24201.1Stv           # /dev/null tree
24211.1Stv           { { echo "$as_me:2421: error: cannot find input file: $f" >&5
24221.1Stvecho "$as_me: error: cannot find input file: $f" >&2;}
24231.1Stv   { (exit 1); exit 1; }; }
24241.1Stv         fi;;
24251.1Stv      esac
24261.1Stv    done` || { (exit 1); exit 1; }
24271.1StvEOF
24281.1Stvcat >>$CONFIG_STATUS <<EOF
24291.1Stv  sed "$ac_vpsub
24301.1Stv$extrasub
24311.1StvEOF
24321.1Stvcat >>$CONFIG_STATUS <<\EOF
24331.1Stv:t
24341.1Stv/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24351.1Stvs,@configure_input@,$configure_input,;t t
24361.1Stvs,@srcdir@,$ac_srcdir,;t t
24371.1Stvs,@top_srcdir@,$ac_top_srcdir,;t t
24381.1Stv" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
24391.1Stv  rm -f $tmp/stdin
24401.1Stv  if test x"$ac_file" != x-; then
24411.1Stv    mv $tmp/out $ac_file
24421.1Stv  else
24431.1Stv    cat $tmp/out
24441.1Stv    rm -f $tmp/out
24451.1Stv  fi
24461.1Stv
24471.1Stvdone
24481.1StvEOF
24491.1Stv
24501.1Stvcat >>$CONFIG_STATUS <<\EOF
24511.1Stv
24521.1Stv{ (exit 0); exit 0; }
24531.1StvEOF
24541.1Stvchmod +x $CONFIG_STATUS
24551.1Stvac_clean_files=$ac_clean_files_save
24561.1Stv
24571.1Stv# configure is writing to config.log, and then calls config.status.
24581.1Stv# config.status does its own redirection, appending to config.log.
24591.1Stv# Unfortunately, on DOS this fails, as config.log is still kept open
24601.1Stv# by configure, so config.status won't be able to write to it; its
24611.1Stv# output is simply discarded.  So we exec the FD to /dev/null,
24621.1Stv# effectively closing config.log, so it can be properly (re)opened and
24631.1Stv# appended to by config.status.  When coming back to configure, we
24641.1Stv# need to make the FD available again.
24651.1Stvif test "$no_create" != yes; then
24661.1Stv  ac_cs_success=:
24671.1Stv  exec 5>/dev/null
24681.1Stv  $SHELL $CONFIG_STATUS || ac_cs_success=false
24691.1Stv  exec 5>>config.log
24701.1Stv  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24711.1Stv  # would make configure fail if this is the last instruction.
24721.1Stv  $ac_cs_success || { (exit 1); exit 1; }
24731.1Stvfi
24741.1Stv
2475