Home | History | Annotate | Line # | Download | only in host-mkdep
configure revision 1.1
      1  1.1  tv #! /bin/sh
      2  1.1  tv # Guess values for system-dependent variables and create Makefiles.
      3  1.1  tv # Generated by Autoconf 2.52 for mkdep noversion.
      4  1.1  tv #
      5  1.1  tv # Report bugs to <tech-toolchain (at] netbsd.org>.
      6  1.1  tv #
      7  1.1  tv # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
      8  1.1  tv # Free Software Foundation, Inc.
      9  1.1  tv # This configure script is free software; the Free Software Foundation
     10  1.1  tv # gives unlimited permission to copy, distribute and modify it.
     11  1.1  tv 
     12  1.1  tv # Avoid depending upon Character Ranges.
     13  1.1  tv as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     14  1.1  tv as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     15  1.1  tv as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     16  1.1  tv as_cr_digits='0123456789'
     17  1.1  tv as_cr_alnum=$as_cr_Letters$as_cr_digits
     18  1.1  tv 
     19  1.1  tv # Sed expression to map a string onto a valid variable name.
     20  1.1  tv as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
     21  1.1  tv 
     22  1.1  tv # Sed expression to map a string onto a valid CPP name.
     23  1.1  tv as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
     24  1.1  tv 
     25  1.1  tv # Be Bourne compatible
     26  1.1  tv if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     27  1.1  tv   emulate sh
     28  1.1  tv   NULLCMD=:
     29  1.1  tv elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     30  1.1  tv   set -o posix
     31  1.1  tv fi
     32  1.1  tv 
     33  1.1  tv # Name of the executable.
     34  1.1  tv as_me=`echo "$0" |sed 's,.*[\\/],,'`
     35  1.1  tv 
     36  1.1  tv if expr a : '\(a\)' >/dev/null 2>&1; then
     37  1.1  tv   as_expr=expr
     38  1.1  tv else
     39  1.1  tv   as_expr=false
     40  1.1  tv fi
     41  1.1  tv 
     42  1.1  tv rm -f conf$$ conf$$.exe conf$$.file
     43  1.1  tv echo >conf$$.file
     44  1.1  tv if ln -s conf$$.file conf$$ 2>/dev/null; then
     45  1.1  tv   # We could just check for DJGPP; but this test a) works b) is more generic
     46  1.1  tv   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
     47  1.1  tv   if test -f conf$$.exe; then
     48  1.1  tv     # Don't use ln at all; we don't have any links
     49  1.1  tv     as_ln_s='cp -p'
     50  1.1  tv   else
     51  1.1  tv     as_ln_s='ln -s'
     52  1.1  tv   fi
     53  1.1  tv elif ln conf$$.file conf$$ 2>/dev/null; then
     54  1.1  tv   as_ln_s=ln
     55  1.1  tv else
     56  1.1  tv   as_ln_s='cp -p'
     57  1.1  tv fi
     58  1.1  tv rm -f conf$$ conf$$.exe conf$$.file
     59  1.1  tv 
     60  1.1  tv as_executable_p="test -f"
     61  1.1  tv 
     62  1.1  tv # Support unset when possible.
     63  1.1  tv if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
     64  1.1  tv   as_unset=unset
     65  1.1  tv else
     66  1.1  tv   as_unset=false
     67  1.1  tv fi
     68  1.1  tv 
     69  1.1  tv # NLS nuisances.
     70  1.1  tv $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
     71  1.1  tv $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
     72  1.1  tv $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
     73  1.1  tv $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
     74  1.1  tv $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
     75  1.1  tv $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
     76  1.1  tv $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
     77  1.1  tv $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
     78  1.1  tv 
     79  1.1  tv # IFS
     80  1.1  tv # We need space, tab and new line, in precisely that order.
     81  1.1  tv as_nl='
     82  1.1  tv '
     83  1.1  tv IFS=" 	$as_nl"
     84  1.1  tv 
     85  1.1  tv # CDPATH.
     86  1.1  tv $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
     87  1.1  tv 
     88  1.1  tv # Name of the host.
     89  1.1  tv # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     90  1.1  tv # so uname gets run too.
     91  1.1  tv ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     92  1.1  tv 
     93  1.1  tv exec 6>&1
     94  1.1  tv 
     95  1.1  tv #
     96  1.1  tv # Initializations.
     97  1.1  tv #
     98  1.1  tv ac_default_prefix=/usr/local
     99  1.1  tv cross_compiling=no
    100  1.1  tv subdirs=
    101  1.1  tv MFLAGS= MAKEFLAGS=
    102  1.1  tv SHELL=${CONFIG_SHELL-/bin/sh}
    103  1.1  tv 
    104  1.1  tv # Maximum number of lines to put in a shell here document.
    105  1.1  tv # This variable seems obsolete.  It should probably be removed, and
    106  1.1  tv # only ac_max_sed_lines should be used.
    107  1.1  tv : ${ac_max_here_lines=38}
    108  1.1  tv 
    109  1.1  tv # Initialize some variables set by options.
    110  1.1  tv ac_init_help=
    111  1.1  tv ac_init_version=false
    112  1.1  tv # The variables have the same names as the options, with
    113  1.1  tv # dashes changed to underlines.
    114  1.1  tv cache_file=/dev/null
    115  1.1  tv exec_prefix=NONE
    116  1.1  tv no_create=
    117  1.1  tv no_recursion=
    118  1.1  tv prefix=NONE
    119  1.1  tv program_prefix=NONE
    120  1.1  tv program_suffix=NONE
    121  1.1  tv program_transform_name=s,x,x,
    122  1.1  tv silent=
    123  1.1  tv site=
    124  1.1  tv srcdir=
    125  1.1  tv verbose=
    126  1.1  tv x_includes=NONE
    127  1.1  tv x_libraries=NONE
    128  1.1  tv 
    129  1.1  tv # Installation directory options.
    130  1.1  tv # These are left unexpanded so users can "make install exec_prefix=/foo"
    131  1.1  tv # and all the variables that are supposed to be based on exec_prefix
    132  1.1  tv # by default will actually change.
    133  1.1  tv # Use braces instead of parens because sh, perl, etc. also accept them.
    134  1.1  tv bindir='${exec_prefix}/bin'
    135  1.1  tv sbindir='${exec_prefix}/sbin'
    136  1.1  tv libexecdir='${exec_prefix}/libexec'
    137  1.1  tv datadir='${prefix}/share'
    138  1.1  tv sysconfdir='${prefix}/etc'
    139  1.1  tv sharedstatedir='${prefix}/com'
    140  1.1  tv localstatedir='${prefix}/var'
    141  1.1  tv libdir='${exec_prefix}/lib'
    142  1.1  tv includedir='${prefix}/include'
    143  1.1  tv oldincludedir='/usr/include'
    144  1.1  tv infodir='${prefix}/info'
    145  1.1  tv mandir='${prefix}/man'
    146  1.1  tv 
    147  1.1  tv # Identity of this package.
    148  1.1  tv PACKAGE_NAME='mkdep'
    149  1.1  tv PACKAGE_TARNAME='mkdep'
    150  1.1  tv PACKAGE_VERSION='noversion'
    151  1.1  tv PACKAGE_STRING='mkdep noversion'
    152  1.1  tv PACKAGE_BUGREPORT='tech-toolchain (at] netbsd.org'
    153  1.1  tv 
    154  1.1  tv ac_prev=
    155  1.1  tv for ac_option
    156  1.1  tv do
    157  1.1  tv   # If the previous option needs an argument, assign it.
    158  1.1  tv   if test -n "$ac_prev"; then
    159  1.1  tv     eval "$ac_prev=\$ac_option"
    160  1.1  tv     ac_prev=
    161  1.1  tv     continue
    162  1.1  tv   fi
    163  1.1  tv 
    164  1.1  tv   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
    165  1.1  tv 
    166  1.1  tv   # Accept the important Cygnus configure options, so we can diagnose typos.
    167  1.1  tv 
    168  1.1  tv   case $ac_option in
    169  1.1  tv 
    170  1.1  tv   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    171  1.1  tv     ac_prev=bindir ;;
    172  1.1  tv   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    173  1.1  tv     bindir=$ac_optarg ;;
    174  1.1  tv 
    175  1.1  tv   -build | --build | --buil | --bui | --bu)
    176  1.1  tv     ac_prev=build_alias ;;
    177  1.1  tv   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    178  1.1  tv     build_alias=$ac_optarg ;;
    179  1.1  tv 
    180  1.1  tv   -cache-file | --cache-file | --cache-fil | --cache-fi \
    181  1.1  tv   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    182  1.1  tv     ac_prev=cache_file ;;
    183  1.1  tv   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    184  1.1  tv   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    185  1.1  tv     cache_file=$ac_optarg ;;
    186  1.1  tv 
    187  1.1  tv   --config-cache | -C)
    188  1.1  tv     cache_file=config.cache ;;
    189  1.1  tv 
    190  1.1  tv   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    191  1.1  tv     ac_prev=datadir ;;
    192  1.1  tv   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    193  1.1  tv   | --da=*)
    194  1.1  tv     datadir=$ac_optarg ;;
    195  1.1  tv 
    196  1.1  tv   -disable-* | --disable-*)
    197  1.1  tv     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    198  1.1  tv     # Reject names that are not valid shell variable names.
    199  1.1  tv     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    200  1.1  tv       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    201  1.1  tv    { (exit 1); exit 1; }; }
    202  1.1  tv     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    203  1.1  tv     eval "enable_$ac_feature=no" ;;
    204  1.1  tv 
    205  1.1  tv   -enable-* | --enable-*)
    206  1.1  tv     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    207  1.1  tv     # Reject names that are not valid shell variable names.
    208  1.1  tv     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    209  1.1  tv       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    210  1.1  tv    { (exit 1); exit 1; }; }
    211  1.1  tv     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    212  1.1  tv     case $ac_option in
    213  1.1  tv       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    214  1.1  tv       *) ac_optarg=yes ;;
    215  1.1  tv     esac
    216  1.1  tv     eval "enable_$ac_feature='$ac_optarg'" ;;
    217  1.1  tv 
    218  1.1  tv   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    219  1.1  tv   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    220  1.1  tv   | --exec | --exe | --ex)
    221  1.1  tv     ac_prev=exec_prefix ;;
    222  1.1  tv   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    223  1.1  tv   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    224  1.1  tv   | --exec=* | --exe=* | --ex=*)
    225  1.1  tv     exec_prefix=$ac_optarg ;;
    226  1.1  tv 
    227  1.1  tv   -gas | --gas | --ga | --g)
    228  1.1  tv     # Obsolete; use --with-gas.
    229  1.1  tv     with_gas=yes ;;
    230  1.1  tv 
    231  1.1  tv   -help | --help | --hel | --he | -h)
    232  1.1  tv     ac_init_help=long ;;
    233  1.1  tv   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    234  1.1  tv     ac_init_help=recursive ;;
    235  1.1  tv   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    236  1.1  tv     ac_init_help=short ;;
    237  1.1  tv 
    238  1.1  tv   -host | --host | --hos | --ho)
    239  1.1  tv     ac_prev=host_alias ;;
    240  1.1  tv   -host=* | --host=* | --hos=* | --ho=*)
    241  1.1  tv     host_alias=$ac_optarg ;;
    242  1.1  tv 
    243  1.1  tv   -includedir | --includedir | --includedi | --included | --include \
    244  1.1  tv   | --includ | --inclu | --incl | --inc)
    245  1.1  tv     ac_prev=includedir ;;
    246  1.1  tv   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    247  1.1  tv   | --includ=* | --inclu=* | --incl=* | --inc=*)
    248  1.1  tv     includedir=$ac_optarg ;;
    249  1.1  tv 
    250  1.1  tv   -infodir | --infodir | --infodi | --infod | --info | --inf)
    251  1.1  tv     ac_prev=infodir ;;
    252  1.1  tv   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    253  1.1  tv     infodir=$ac_optarg ;;
    254  1.1  tv 
    255  1.1  tv   -libdir | --libdir | --libdi | --libd)
    256  1.1  tv     ac_prev=libdir ;;
    257  1.1  tv   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    258  1.1  tv     libdir=$ac_optarg ;;
    259  1.1  tv 
    260  1.1  tv   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    261  1.1  tv   | --libexe | --libex | --libe)
    262  1.1  tv     ac_prev=libexecdir ;;
    263  1.1  tv   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    264  1.1  tv   | --libexe=* | --libex=* | --libe=*)
    265  1.1  tv     libexecdir=$ac_optarg ;;
    266  1.1  tv 
    267  1.1  tv   -localstatedir | --localstatedir | --localstatedi | --localstated \
    268  1.1  tv   | --localstate | --localstat | --localsta | --localst \
    269  1.1  tv   | --locals | --local | --loca | --loc | --lo)
    270  1.1  tv     ac_prev=localstatedir ;;
    271  1.1  tv   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    272  1.1  tv   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    273  1.1  tv   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    274  1.1  tv     localstatedir=$ac_optarg ;;
    275  1.1  tv 
    276  1.1  tv   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    277  1.1  tv     ac_prev=mandir ;;
    278  1.1  tv   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    279  1.1  tv     mandir=$ac_optarg ;;
    280  1.1  tv 
    281  1.1  tv   -nfp | --nfp | --nf)
    282  1.1  tv     # Obsolete; use --without-fp.
    283  1.1  tv     with_fp=no ;;
    284  1.1  tv 
    285  1.1  tv   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    286  1.1  tv   | --no-cr | --no-c)
    287  1.1  tv     no_create=yes ;;
    288  1.1  tv 
    289  1.1  tv   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    290  1.1  tv   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    291  1.1  tv     no_recursion=yes ;;
    292  1.1  tv 
    293  1.1  tv   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
    294  1.1  tv   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
    295  1.1  tv   | --oldin | --oldi | --old | --ol | --o)
    296  1.1  tv     ac_prev=oldincludedir ;;
    297  1.1  tv   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
    298  1.1  tv   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    299  1.1  tv   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    300  1.1  tv     oldincludedir=$ac_optarg ;;
    301  1.1  tv 
    302  1.1  tv   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    303  1.1  tv     ac_prev=prefix ;;
    304  1.1  tv   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    305  1.1  tv     prefix=$ac_optarg ;;
    306  1.1  tv 
    307  1.1  tv   -program-prefix | --program-prefix | --program-prefi | --program-pref \
    308  1.1  tv   | --program-pre | --program-pr | --program-p)
    309  1.1  tv     ac_prev=program_prefix ;;
    310  1.1  tv   -program-prefix=* | --program-prefix=* | --program-prefi=* \
    311  1.1  tv   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    312  1.1  tv     program_prefix=$ac_optarg ;;
    313  1.1  tv 
    314  1.1  tv   -program-suffix | --program-suffix | --program-suffi | --program-suff \
    315  1.1  tv   | --program-suf | --program-su | --program-s)
    316  1.1  tv     ac_prev=program_suffix ;;
    317  1.1  tv   -program-suffix=* | --program-suffix=* | --program-suffi=* \
    318  1.1  tv   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    319  1.1  tv     program_suffix=$ac_optarg ;;
    320  1.1  tv 
    321  1.1  tv   -program-transform-name | --program-transform-name \
    322  1.1  tv   | --program-transform-nam | --program-transform-na \
    323  1.1  tv   | --program-transform-n | --program-transform- \
    324  1.1  tv   | --program-transform | --program-transfor \
    325  1.1  tv   | --program-transfo | --program-transf \
    326  1.1  tv   | --program-trans | --program-tran \
    327  1.1  tv   | --progr-tra | --program-tr | --program-t)
    328  1.1  tv     ac_prev=program_transform_name ;;
    329  1.1  tv   -program-transform-name=* | --program-transform-name=* \
    330  1.1  tv   | --program-transform-nam=* | --program-transform-na=* \
    331  1.1  tv   | --program-transform-n=* | --program-transform-=* \
    332  1.1  tv   | --program-transform=* | --program-transfor=* \
    333  1.1  tv   | --program-transfo=* | --program-transf=* \
    334  1.1  tv   | --program-trans=* | --program-tran=* \
    335  1.1  tv   | --progr-tra=* | --program-tr=* | --program-t=*)
    336  1.1  tv     program_transform_name=$ac_optarg ;;
    337  1.1  tv 
    338  1.1  tv   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    339  1.1  tv   | -silent | --silent | --silen | --sile | --sil)
    340  1.1  tv     silent=yes ;;
    341  1.1  tv 
    342  1.1  tv   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    343  1.1  tv     ac_prev=sbindir ;;
    344  1.1  tv   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
    345  1.1  tv   | --sbi=* | --sb=*)
    346  1.1  tv     sbindir=$ac_optarg ;;
    347  1.1  tv 
    348  1.1  tv   -sharedstatedir | --sharedstatedir | --sharedstatedi \
    349  1.1  tv   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
    350  1.1  tv   | --sharedst | --shareds | --shared | --share | --shar \
    351  1.1  tv   | --sha | --sh)
    352  1.1  tv     ac_prev=sharedstatedir ;;
    353  1.1  tv   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
    354  1.1  tv   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
    355  1.1  tv   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
    356  1.1  tv   | --sha=* | --sh=*)
    357  1.1  tv     sharedstatedir=$ac_optarg ;;
    358  1.1  tv 
    359  1.1  tv   -site | --site | --sit)
    360  1.1  tv     ac_prev=site ;;
    361  1.1  tv   -site=* | --site=* | --sit=*)
    362  1.1  tv     site=$ac_optarg ;;
    363  1.1  tv 
    364  1.1  tv   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    365  1.1  tv     ac_prev=srcdir ;;
    366  1.1  tv   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    367  1.1  tv     srcdir=$ac_optarg ;;
    368  1.1  tv 
    369  1.1  tv   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
    370  1.1  tv   | --syscon | --sysco | --sysc | --sys | --sy)
    371  1.1  tv     ac_prev=sysconfdir ;;
    372  1.1  tv   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
    373  1.1  tv   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    374  1.1  tv     sysconfdir=$ac_optarg ;;
    375  1.1  tv 
    376  1.1  tv   -target | --target | --targe | --targ | --tar | --ta | --t)
    377  1.1  tv     ac_prev=target_alias ;;
    378  1.1  tv   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    379  1.1  tv     target_alias=$ac_optarg ;;
    380  1.1  tv 
    381  1.1  tv   -v | -verbose | --verbose | --verbos | --verbo | --verb)
    382  1.1  tv     verbose=yes ;;
    383  1.1  tv 
    384  1.1  tv   -version | --version | --versio | --versi | --vers | -V)
    385  1.1  tv     ac_init_version=: ;;
    386  1.1  tv 
    387  1.1  tv   -with-* | --with-*)
    388  1.1  tv     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    389  1.1  tv     # Reject names that are not valid shell variable names.
    390  1.1  tv     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    391  1.1  tv       { echo "$as_me: error: invalid package name: $ac_package" >&2
    392  1.1  tv    { (exit 1); exit 1; }; }
    393  1.1  tv     ac_package=`echo $ac_package| sed 's/-/_/g'`
    394  1.1  tv     case $ac_option in
    395  1.1  tv       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    396  1.1  tv       *) ac_optarg=yes ;;
    397  1.1  tv     esac
    398  1.1  tv     eval "with_$ac_package='$ac_optarg'" ;;
    399  1.1  tv 
    400  1.1  tv   -without-* | --without-*)
    401  1.1  tv     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    402  1.1  tv     # Reject names that are not valid shell variable names.
    403  1.1  tv     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    404  1.1  tv       { echo "$as_me: error: invalid package name: $ac_package" >&2
    405  1.1  tv    { (exit 1); exit 1; }; }
    406  1.1  tv     ac_package=`echo $ac_package | sed 's/-/_/g'`
    407  1.1  tv     eval "with_$ac_package=no" ;;
    408  1.1  tv 
    409  1.1  tv   --x)
    410  1.1  tv     # Obsolete; use --with-x.
    411  1.1  tv     with_x=yes ;;
    412  1.1  tv 
    413  1.1  tv   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
    414  1.1  tv   | --x-incl | --x-inc | --x-in | --x-i)
    415  1.1  tv     ac_prev=x_includes ;;
    416  1.1  tv   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
    417  1.1  tv   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    418  1.1  tv     x_includes=$ac_optarg ;;
    419  1.1  tv 
    420  1.1  tv   -x-libraries | --x-libraries | --x-librarie | --x-librari \
    421  1.1  tv   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    422  1.1  tv     ac_prev=x_libraries ;;
    423  1.1  tv   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
    424  1.1  tv   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    425  1.1  tv     x_libraries=$ac_optarg ;;
    426  1.1  tv 
    427  1.1  tv   -*) { echo "$as_me: error: unrecognized option: $ac_option
    428  1.1  tv Try \`$0 --help' for more information." >&2
    429  1.1  tv    { (exit 1); exit 1; }; }
    430  1.1  tv     ;;
    431  1.1  tv 
    432  1.1  tv   *=*)
    433  1.1  tv     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    434  1.1  tv     # Reject names that are not valid shell variable names.
    435  1.1  tv     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    436  1.1  tv       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    437  1.1  tv    { (exit 1); exit 1; }; }
    438  1.1  tv     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    439  1.1  tv     eval "$ac_envvar='$ac_optarg'"
    440  1.1  tv     export $ac_envvar ;;
    441  1.1  tv 
    442  1.1  tv   *)
    443  1.1  tv     # FIXME: should be removed in autoconf 3.0.
    444  1.1  tv     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    445  1.1  tv     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    446  1.1  tv       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    447  1.1  tv     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    448  1.1  tv     ;;
    449  1.1  tv 
    450  1.1  tv   esac
    451  1.1  tv done
    452  1.1  tv 
    453  1.1  tv if test -n "$ac_prev"; then
    454  1.1  tv   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    455  1.1  tv   { echo "$as_me: error: missing argument to $ac_option" >&2
    456  1.1  tv    { (exit 1); exit 1; }; }
    457  1.1  tv fi
    458  1.1  tv 
    459  1.1  tv # Be sure to have absolute paths.
    460  1.1  tv for ac_var in exec_prefix prefix
    461  1.1  tv do
    462  1.1  tv   eval ac_val=$`echo $ac_var`
    463  1.1  tv   case $ac_val in
    464  1.1  tv     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    465  1.1  tv     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
    466  1.1  tv    { (exit 1); exit 1; }; };;
    467  1.1  tv   esac
    468  1.1  tv done
    469  1.1  tv 
    470  1.1  tv # Be sure to have absolute paths.
    471  1.1  tv for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    472  1.1  tv               localstatedir libdir includedir oldincludedir infodir mandir
    473  1.1  tv do
    474  1.1  tv   eval ac_val=$`echo $ac_var`
    475  1.1  tv   case $ac_val in
    476  1.1  tv     [\\/$]* | ?:[\\/]* ) ;;
    477  1.1  tv     *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
    478  1.1  tv    { (exit 1); exit 1; }; };;
    479  1.1  tv   esac
    480  1.1  tv done
    481  1.1  tv 
    482  1.1  tv # There might be people who depend on the old broken behavior: `$host'
    483  1.1  tv # used to hold the argument of --host etc.
    484  1.1  tv build=$build_alias
    485  1.1  tv host=$host_alias
    486  1.1  tv target=$target_alias
    487  1.1  tv 
    488  1.1  tv # FIXME: should be removed in autoconf 3.0.
    489  1.1  tv if test "x$host_alias" != x; then
    490  1.1  tv   if test "x$build_alias" = x; then
    491  1.1  tv     cross_compiling=maybe
    492  1.1  tv     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    493  1.1  tv     If a cross compiler is detected then cross compile mode will be used." >&2
    494  1.1  tv   elif test "x$build_alias" != "x$host_alias"; then
    495  1.1  tv     cross_compiling=yes
    496  1.1  tv   fi
    497  1.1  tv fi
    498  1.1  tv 
    499  1.1  tv ac_tool_prefix=
    500  1.1  tv test -n "$host_alias" && ac_tool_prefix=$host_alias-
    501  1.1  tv 
    502  1.1  tv test "$silent" = yes && exec 6>/dev/null
    503  1.1  tv 
    504  1.1  tv # Find the source files, if location was not specified.
    505  1.1  tv if test -z "$srcdir"; then
    506  1.1  tv   ac_srcdir_defaulted=yes
    507  1.1  tv   # Try the directory containing this script, then its parent.
    508  1.1  tv   ac_prog=$0
    509  1.1  tv   ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
    510  1.1  tv   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
    511  1.1  tv   srcdir=$ac_confdir
    512  1.1  tv   if test ! -r $srcdir/$ac_unique_file; then
    513  1.1  tv     srcdir=..
    514  1.1  tv   fi
    515  1.1  tv else
    516  1.1  tv   ac_srcdir_defaulted=no
    517  1.1  tv fi
    518  1.1  tv if test ! -r $srcdir/$ac_unique_file; then
    519  1.1  tv   if test "$ac_srcdir_defaulted" = yes; then
    520  1.1  tv     { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
    521  1.1  tv    { (exit 1); exit 1; }; }
    522  1.1  tv   else
    523  1.1  tv     { echo "$as_me: error: cannot find sources in $srcdir" >&2
    524  1.1  tv    { (exit 1); exit 1; }; }
    525  1.1  tv   fi
    526  1.1  tv fi
    527  1.1  tv srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    528  1.1  tv ac_env_build_alias_set=${build_alias+set}
    529  1.1  tv ac_env_build_alias_value=$build_alias
    530  1.1  tv ac_cv_env_build_alias_set=${build_alias+set}
    531  1.1  tv ac_cv_env_build_alias_value=$build_alias
    532  1.1  tv ac_env_host_alias_set=${host_alias+set}
    533  1.1  tv ac_env_host_alias_value=$host_alias
    534  1.1  tv ac_cv_env_host_alias_set=${host_alias+set}
    535  1.1  tv ac_cv_env_host_alias_value=$host_alias
    536  1.1  tv ac_env_target_alias_set=${target_alias+set}
    537  1.1  tv ac_env_target_alias_value=$target_alias
    538  1.1  tv ac_cv_env_target_alias_set=${target_alias+set}
    539  1.1  tv ac_cv_env_target_alias_value=$target_alias
    540  1.1  tv ac_env_CC_set=${CC+set}
    541  1.1  tv ac_env_CC_value=$CC
    542  1.1  tv ac_cv_env_CC_set=${CC+set}
    543  1.1  tv ac_cv_env_CC_value=$CC
    544  1.1  tv ac_env_CFLAGS_set=${CFLAGS+set}
    545  1.1  tv ac_env_CFLAGS_value=$CFLAGS
    546  1.1  tv ac_cv_env_CFLAGS_set=${CFLAGS+set}
    547  1.1  tv ac_cv_env_CFLAGS_value=$CFLAGS
    548  1.1  tv ac_env_LDFLAGS_set=${LDFLAGS+set}
    549  1.1  tv ac_env_LDFLAGS_value=$LDFLAGS
    550  1.1  tv ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    551  1.1  tv ac_cv_env_LDFLAGS_value=$LDFLAGS
    552  1.1  tv ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    553  1.1  tv ac_env_CPPFLAGS_value=$CPPFLAGS
    554  1.1  tv ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    555  1.1  tv ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    556  1.1  tv ac_env_CPP_set=${CPP+set}
    557  1.1  tv ac_env_CPP_value=$CPP
    558  1.1  tv ac_cv_env_CPP_set=${CPP+set}
    559  1.1  tv ac_cv_env_CPP_value=$CPP
    560  1.1  tv 
    561  1.1  tv #
    562  1.1  tv # Report the --help message.
    563  1.1  tv #
    564  1.1  tv if test "$ac_init_help" = "long"; then
    565  1.1  tv   # Omit some internal or obsolete options to make the list less imposing.
    566  1.1  tv   # This message is too long to be a string in the A/UX 3.1 sh.
    567  1.1  tv   cat <<EOF
    568  1.1  tv \`configure' configures mkdep noversion to adapt to many kinds of systems.
    569  1.1  tv 
    570  1.1  tv Usage: $0 [OPTION]... [VAR=VALUE]...
    571  1.1  tv 
    572  1.1  tv To assign environment variables (e.g., CC, CFLAGS...), specify them as
    573  1.1  tv VAR=VALUE.  See below for descriptions of some of the useful variables.
    574  1.1  tv 
    575  1.1  tv Defaults for the options are specified in brackets.
    576  1.1  tv 
    577  1.1  tv Configuration:
    578  1.1  tv   -h, --help              display this help and exit
    579  1.1  tv       --help=short        display options specific to this package
    580  1.1  tv       --help=recursive    display the short help of all the included packages
    581  1.1  tv   -V, --version           display version information and exit
    582  1.1  tv   -q, --quiet, --silent   do not print \`checking...' messages
    583  1.1  tv       --cache-file=FILE   cache test results in FILE [disabled]
    584  1.1  tv   -C, --config-cache      alias for \`--cache-file=config.cache'
    585  1.1  tv   -n, --no-create         do not create output files
    586  1.1  tv       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    587  1.1  tv 
    588  1.1  tv EOF
    589  1.1  tv 
    590  1.1  tv   cat <<EOF
    591  1.1  tv Installation directories:
    592  1.1  tv   --prefix=PREFIX         install architecture-independent files in PREFIX
    593  1.1  tv                           [$ac_default_prefix]
    594  1.1  tv   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    595  1.1  tv                           [PREFIX]
    596  1.1  tv 
    597  1.1  tv By default, \`make install' will install all the files in
    598  1.1  tv \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
    599  1.1  tv an installation prefix other than \`$ac_default_prefix' using \`--prefix',
    600  1.1  tv for instance \`--prefix=\$HOME'.
    601  1.1  tv 
    602  1.1  tv For better control, use the options below.
    603  1.1  tv 
    604  1.1  tv Fine tuning of the installation directories:
    605  1.1  tv   --bindir=DIR           user executables [EPREFIX/bin]
    606  1.1  tv   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    607  1.1  tv   --libexecdir=DIR       program executables [EPREFIX/libexec]
    608  1.1  tv   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    609  1.1  tv   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    610  1.1  tv   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    611  1.1  tv   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    612  1.1  tv   --libdir=DIR           object code libraries [EPREFIX/lib]
    613  1.1  tv   --includedir=DIR       C header files [PREFIX/include]
    614  1.1  tv   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    615  1.1  tv   --infodir=DIR          info documentation [PREFIX/info]
    616  1.1  tv   --mandir=DIR           man documentation [PREFIX/man]
    617  1.1  tv EOF
    618  1.1  tv 
    619  1.1  tv   cat <<\EOF
    620  1.1  tv EOF
    621  1.1  tv fi
    622  1.1  tv 
    623  1.1  tv if test -n "$ac_init_help"; then
    624  1.1  tv   case $ac_init_help in
    625  1.1  tv      short | recursive ) echo "Configuration of mkdep noversion:";;
    626  1.1  tv    esac
    627  1.1  tv   cat <<\EOF
    628  1.1  tv 
    629  1.1  tv Some influential environment variables:
    630  1.1  tv   CC          C compiler command
    631  1.1  tv   CFLAGS      C compiler flags
    632  1.1  tv   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    633  1.1  tv               nonstandard directory <lib dir>
    634  1.1  tv   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    635  1.1  tv               headers in a nonstandard directory <include dir>
    636  1.1  tv   CPP         C preprocessor
    637  1.1  tv 
    638  1.1  tv Use these variables to override the choices made by `configure' or to help
    639  1.1  tv it to find libraries and programs with nonstandard names/locations.
    640  1.1  tv 
    641  1.1  tv Report bugs to <tech-toolchain (at] netbsd.org>.
    642  1.1  tv EOF
    643  1.1  tv fi
    644  1.1  tv 
    645  1.1  tv if test "$ac_init_help" = "recursive"; then
    646  1.1  tv   # If there are subdirs, report their specific --help.
    647  1.1  tv   ac_popdir=`pwd`
    648  1.1  tv   for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
    649  1.1  tv     cd $ac_subdir
    650  1.1  tv     # A "../" for each directory in /$ac_subdir.
    651  1.1  tv     ac_dots=`echo $ac_subdir |
    652  1.1  tv              sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
    653  1.1  tv 
    654  1.1  tv     case $srcdir in
    655  1.1  tv     .) # No --srcdir option.  We are building in place.
    656  1.1  tv       ac_sub_srcdir=$srcdir ;;
    657  1.1  tv     [\\/]* | ?:[\\/]* ) # Absolute path.
    658  1.1  tv       ac_sub_srcdir=$srcdir/$ac_subdir ;;
    659  1.1  tv     *) # Relative path.
    660  1.1  tv       ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
    661  1.1  tv     esac
    662  1.1  tv 
    663  1.1  tv     # Check for guested configure; otherwise get Cygnus style configure.
    664  1.1  tv     if test -f $ac_sub_srcdir/configure.gnu; then
    665  1.1  tv       echo
    666  1.1  tv       $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
    667  1.1  tv     elif test -f $ac_sub_srcdir/configure; then
    668  1.1  tv       echo
    669  1.1  tv       $SHELL $ac_sub_srcdir/configure  --help=recursive
    670  1.1  tv     elif test -f $ac_sub_srcdir/configure.ac ||
    671  1.1  tv            test -f $ac_sub_srcdir/configure.in; then
    672  1.1  tv       echo
    673  1.1  tv       $ac_configure --help
    674  1.1  tv     else
    675  1.1  tv       echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
    676  1.1  tv     fi
    677  1.1  tv     cd $ac_popdir
    678  1.1  tv   done
    679  1.1  tv fi
    680  1.1  tv 
    681  1.1  tv test -n "$ac_init_help" && exit 0
    682  1.1  tv if $ac_init_version; then
    683  1.1  tv   cat <<\EOF
    684  1.1  tv mkdep configure noversion
    685  1.1  tv generated by GNU Autoconf 2.52
    686  1.1  tv 
    687  1.1  tv Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
    688  1.1  tv Free Software Foundation, Inc.
    689  1.1  tv This configure script is free software; the Free Software Foundation
    690  1.1  tv gives unlimited permission to copy, distribute and modify it.
    691  1.1  tv EOF
    692  1.1  tv   exit 0
    693  1.1  tv fi
    694  1.1  tv exec 5>config.log
    695  1.1  tv cat >&5 <<EOF
    696  1.1  tv This file contains any messages produced by compilers while
    697  1.1  tv running configure, to aid debugging if configure makes a mistake.
    698  1.1  tv 
    699  1.1  tv It was created by mkdep $as_me noversion, which was
    700  1.1  tv generated by GNU Autoconf 2.52.  Invocation command line was
    701  1.1  tv 
    702  1.1  tv   $ $0 $@
    703  1.1  tv 
    704  1.1  tv EOF
    705  1.1  tv {
    706  1.1  tv cat <<_ASUNAME
    707  1.1  tv ## ---------- ##
    708  1.1  tv ## Platform.  ##
    709  1.1  tv ## ---------- ##
    710  1.1  tv 
    711  1.1  tv hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    712  1.1  tv uname -m = `(uname -m) 2>/dev/null || echo unknown`
    713  1.1  tv uname -r = `(uname -r) 2>/dev/null || echo unknown`
    714  1.1  tv uname -s = `(uname -s) 2>/dev/null || echo unknown`
    715  1.1  tv uname -v = `(uname -v) 2>/dev/null || echo unknown`
    716  1.1  tv 
    717  1.1  tv /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    718  1.1  tv /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    719  1.1  tv 
    720  1.1  tv /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    721  1.1  tv /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    722  1.1  tv /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    723  1.1  tv hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
    724  1.1  tv /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    725  1.1  tv /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    726  1.1  tv /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
    727  1.1  tv 
    728  1.1  tv PATH = $PATH
    729  1.1  tv 
    730  1.1  tv _ASUNAME
    731  1.1  tv } >&5
    732  1.1  tv 
    733  1.1  tv cat >&5 <<EOF
    734  1.1  tv ## ------------ ##
    735  1.1  tv ## Core tests.  ##
    736  1.1  tv ## ------------ ##
    737  1.1  tv 
    738  1.1  tv EOF
    739  1.1  tv 
    740  1.1  tv # Keep a trace of the command line.
    741  1.1  tv # Strip out --no-create and --no-recursion so they do not pile up.
    742  1.1  tv # Also quote any args containing shell meta-characters.
    743  1.1  tv ac_configure_args=
    744  1.1  tv ac_sep=
    745  1.1  tv for ac_arg
    746  1.1  tv do
    747  1.1  tv   case $ac_arg in
    748  1.1  tv   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    749  1.1  tv   | --no-cr | --no-c) ;;
    750  1.1  tv   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    751  1.1  tv   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
    752  1.1  tv   *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    753  1.1  tv     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
    754  1.1  tv     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    755  1.1  tv     ac_sep=" " ;;
    756  1.1  tv   *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
    757  1.1  tv      ac_sep=" " ;;
    758  1.1  tv   esac
    759  1.1  tv   # Get rid of the leading space.
    760  1.1  tv done
    761  1.1  tv 
    762  1.1  tv # When interrupted or exit'd, cleanup temporary files, and complete
    763  1.1  tv # config.log.  We remove comments because anyway the quotes in there
    764  1.1  tv # would cause problems or look ugly.
    765  1.1  tv trap 'exit_status=$?
    766  1.1  tv   # Save into config.log some information that might help in debugging.
    767  1.1  tv   echo >&5
    768  1.1  tv   echo "## ----------------- ##" >&5
    769  1.1  tv   echo "## Cache variables.  ##" >&5
    770  1.1  tv   echo "## ----------------- ##" >&5
    771  1.1  tv   echo >&5
    772  1.1  tv   # The following way of writing the cache mishandles newlines in values,
    773  1.1  tv {
    774  1.1  tv   (set) 2>&1 |
    775  1.1  tv     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    776  1.1  tv     *ac_space=\ *)
    777  1.1  tv       sed -n \
    778  1.1  tv         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    779  1.1  tv     	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
    780  1.1  tv       ;;
    781  1.1  tv     *)
    782  1.1  tv       sed -n \
    783  1.1  tv         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    784  1.1  tv       ;;
    785  1.1  tv     esac;
    786  1.1  tv } >&5
    787  1.1  tv   sed "/^$/d" confdefs.h >conftest.log
    788  1.1  tv   if test -s conftest.log; then
    789  1.1  tv     echo >&5
    790  1.1  tv     echo "## ------------ ##" >&5
    791  1.1  tv     echo "## confdefs.h.  ##" >&5
    792  1.1  tv     echo "## ------------ ##" >&5
    793  1.1  tv     echo >&5
    794  1.1  tv     cat conftest.log >&5
    795  1.1  tv   fi
    796  1.1  tv   (echo; echo) >&5
    797  1.1  tv   test "$ac_signal" != 0 &&
    798  1.1  tv     echo "$as_me: caught signal $ac_signal" >&5
    799  1.1  tv   echo "$as_me: exit $exit_status" >&5
    800  1.1  tv   rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
    801  1.1  tv     exit $exit_status
    802  1.1  tv      ' 0
    803  1.1  tv for ac_signal in 1 2 13 15; do
    804  1.1  tv   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
    805  1.1  tv done
    806  1.1  tv ac_signal=0
    807  1.1  tv 
    808  1.1  tv # confdefs.h avoids OS command line length limits that DEFS can exceed.
    809  1.1  tv rm -rf conftest* confdefs.h
    810  1.1  tv # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    811  1.1  tv echo >confdefs.h
    812  1.1  tv 
    813  1.1  tv # Let the site file select an alternate cache file if it wants to.
    814  1.1  tv # Prefer explicitly selected file to automatically selected ones.
    815  1.1  tv if test -z "$CONFIG_SITE"; then
    816  1.1  tv   if test "x$prefix" != xNONE; then
    817  1.1  tv     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    818  1.1  tv   else
    819  1.1  tv     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    820  1.1  tv   fi
    821  1.1  tv fi
    822  1.1  tv for ac_site_file in $CONFIG_SITE; do
    823  1.1  tv   if test -r "$ac_site_file"; then
    824  1.1  tv     { echo "$as_me:824: loading site script $ac_site_file" >&5
    825  1.1  tv echo "$as_me: loading site script $ac_site_file" >&6;}
    826  1.1  tv     cat "$ac_site_file" >&5
    827  1.1  tv     . "$ac_site_file"
    828  1.1  tv   fi
    829  1.1  tv done
    830  1.1  tv 
    831  1.1  tv if test -r "$cache_file"; then
    832  1.1  tv   # Some versions of bash will fail to source /dev/null (special
    833  1.1  tv   # files actually), so we avoid doing that.
    834  1.1  tv   if test -f "$cache_file"; then
    835  1.1  tv     { echo "$as_me:835: loading cache $cache_file" >&5
    836  1.1  tv echo "$as_me: loading cache $cache_file" >&6;}
    837  1.1  tv     case $cache_file in
    838  1.1  tv       [\\/]* | ?:[\\/]* ) . $cache_file;;
    839  1.1  tv       *)                      . ./$cache_file;;
    840  1.1  tv     esac
    841  1.1  tv   fi
    842  1.1  tv else
    843  1.1  tv   { echo "$as_me:843: creating cache $cache_file" >&5
    844  1.1  tv echo "$as_me: creating cache $cache_file" >&6;}
    845  1.1  tv   >$cache_file
    846  1.1  tv fi
    847  1.1  tv 
    848  1.1  tv # Check that the precious variables saved in the cache have kept the same
    849  1.1  tv # value.
    850  1.1  tv ac_cache_corrupted=false
    851  1.1  tv for ac_var in `(set) 2>&1 |
    852  1.1  tv                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    853  1.1  tv   eval ac_old_set=\$ac_cv_env_${ac_var}_set
    854  1.1  tv   eval ac_new_set=\$ac_env_${ac_var}_set
    855  1.1  tv   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    856  1.1  tv   eval ac_new_val="\$ac_env_${ac_var}_value"
    857  1.1  tv   case $ac_old_set,$ac_new_set in
    858  1.1  tv     set,)
    859  1.1  tv       { echo "$as_me:859: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    860  1.1  tv echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    861  1.1  tv       ac_cache_corrupted=: ;;
    862  1.1  tv     ,set)
    863  1.1  tv       { echo "$as_me:863: error: \`$ac_var' was not set in the previous run" >&5
    864  1.1  tv echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    865  1.1  tv       ac_cache_corrupted=: ;;
    866  1.1  tv     ,);;
    867  1.1  tv     *)
    868  1.1  tv       if test "x$ac_old_val" != "x$ac_new_val"; then
    869  1.1  tv         { echo "$as_me:869: error: \`$ac_var' has changed since the previous run:" >&5
    870  1.1  tv echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    871  1.1  tv         { echo "$as_me:871:   former value:  $ac_old_val" >&5
    872  1.1  tv echo "$as_me:   former value:  $ac_old_val" >&2;}
    873  1.1  tv         { echo "$as_me:873:   current value: $ac_new_val" >&5
    874  1.1  tv echo "$as_me:   current value: $ac_new_val" >&2;}
    875  1.1  tv         ac_cache_corrupted=:
    876  1.1  tv       fi;;
    877  1.1  tv   esac
    878  1.1  tv   # Pass precious variables to config.status.  It doesn't matter if
    879  1.1  tv   # we pass some twice (in addition to the command line arguments).
    880  1.1  tv   if test "$ac_new_set" = set; then
    881  1.1  tv     case $ac_new_val in
    882  1.1  tv     *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    883  1.1  tv       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
    884  1.1  tv       ac_configure_args="$ac_configure_args '$ac_arg'"
    885  1.1  tv       ;;
    886  1.1  tv     *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"
    887  1.1  tv        ;;
    888  1.1  tv     esac
    889  1.1  tv   fi
    890  1.1  tv done
    891  1.1  tv if $ac_cache_corrupted; then
    892  1.1  tv   { echo "$as_me:892: error: changes in the environment can compromise the build" >&5
    893  1.1  tv echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    894  1.1  tv   { { echo "$as_me:894: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    895  1.1  tv echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    896  1.1  tv    { (exit 1); exit 1; }; }
    897  1.1  tv fi
    898  1.1  tv 
    899  1.1  tv ac_ext=c
    900  1.1  tv ac_cpp='$CPP $CPPFLAGS'
    901  1.1  tv ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    902  1.1  tv ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    903  1.1  tv ac_compiler_gnu=$ac_cv_c_compiler_gnu
    904  1.1  tv 
    905  1.1  tv case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    906  1.1  tv   *c*,-n*) ECHO_N= ECHO_C='
    907  1.1  tv ' ECHO_T='	' ;;
    908  1.1  tv   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    909  1.1  tv   *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
    910  1.1  tv esac
    911  1.1  tv echo "#! $SHELL" >conftest.sh
    912  1.1  tv echo  "exit 0"   >>conftest.sh
    913  1.1  tv chmod +x conftest.sh
    914  1.1  tv if { (echo "$as_me:914: PATH=\".;.\"; conftest.sh") >&5
    915  1.1  tv   (PATH=".;."; conftest.sh) 2>&5
    916  1.1  tv   ac_status=$?
    917  1.1  tv   echo "$as_me:917: \$? = $ac_status" >&5
    918  1.1  tv   (exit $ac_status); }; then
    919  1.1  tv   ac_path_separator=';'
    920  1.1  tv else
    921  1.1  tv   ac_path_separator=:
    922  1.1  tv fi
    923  1.1  tv PATH_SEPARATOR="$ac_path_separator"
    924  1.1  tv rm -f conftest.sh
    925  1.1  tv 
    926  1.1  tv ac_config_files="$ac_config_files host-mkdep"
    927  1.1  tv 
    928  1.1  tv for ac_prog in mawk gawk nawk awk
    929  1.1  tv do
    930  1.1  tv   # Extract the first word of "$ac_prog", so it can be a program name with args.
    931  1.1  tv set dummy $ac_prog; ac_word=$2
    932  1.1  tv echo "$as_me:932: checking for $ac_word" >&5
    933  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    934  1.1  tv if test "${ac_cv_prog_AWK+set}" = set; then
    935  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
    936  1.1  tv else
    937  1.1  tv   if test -n "$AWK"; then
    938  1.1  tv   ac_cv_prog_AWK="$AWK" # Let the user override the test.
    939  1.1  tv else
    940  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
    941  1.1  tv ac_dummy="$PATH"
    942  1.1  tv for ac_dir in $ac_dummy; do
    943  1.1  tv   IFS=$ac_save_IFS
    944  1.1  tv   test -z "$ac_dir" && ac_dir=.
    945  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
    946  1.1  tv ac_cv_prog_AWK="$ac_prog"
    947  1.1  tv echo "$as_me:947: found $ac_dir/$ac_word" >&5
    948  1.1  tv break
    949  1.1  tv done
    950  1.1  tv 
    951  1.1  tv fi
    952  1.1  tv fi
    953  1.1  tv AWK=$ac_cv_prog_AWK
    954  1.1  tv if test -n "$AWK"; then
    955  1.1  tv   echo "$as_me:955: result: $AWK" >&5
    956  1.1  tv echo "${ECHO_T}$AWK" >&6
    957  1.1  tv else
    958  1.1  tv   echo "$as_me:958: result: no" >&5
    959  1.1  tv echo "${ECHO_T}no" >&6
    960  1.1  tv fi
    961  1.1  tv 
    962  1.1  tv   test -n "$AWK" && break
    963  1.1  tv done
    964  1.1  tv 
    965  1.1  tv ac_ext=c
    966  1.1  tv ac_cpp='$CPP $CPPFLAGS'
    967  1.1  tv ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    968  1.1  tv ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    969  1.1  tv ac_compiler_gnu=$ac_cv_c_compiler_gnu
    970  1.1  tv if test -n "$ac_tool_prefix"; then
    971  1.1  tv   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    972  1.1  tv set dummy ${ac_tool_prefix}gcc; ac_word=$2
    973  1.1  tv echo "$as_me:973: checking for $ac_word" >&5
    974  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    975  1.1  tv if test "${ac_cv_prog_CC+set}" = set; then
    976  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
    977  1.1  tv else
    978  1.1  tv   if test -n "$CC"; then
    979  1.1  tv   ac_cv_prog_CC="$CC" # Let the user override the test.
    980  1.1  tv else
    981  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
    982  1.1  tv ac_dummy="$PATH"
    983  1.1  tv for ac_dir in $ac_dummy; do
    984  1.1  tv   IFS=$ac_save_IFS
    985  1.1  tv   test -z "$ac_dir" && ac_dir=.
    986  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
    987  1.1  tv ac_cv_prog_CC="${ac_tool_prefix}gcc"
    988  1.1  tv echo "$as_me:988: found $ac_dir/$ac_word" >&5
    989  1.1  tv break
    990  1.1  tv done
    991  1.1  tv 
    992  1.1  tv fi
    993  1.1  tv fi
    994  1.1  tv CC=$ac_cv_prog_CC
    995  1.1  tv if test -n "$CC"; then
    996  1.1  tv   echo "$as_me:996: result: $CC" >&5
    997  1.1  tv echo "${ECHO_T}$CC" >&6
    998  1.1  tv else
    999  1.1  tv   echo "$as_me:999: result: no" >&5
   1000  1.1  tv echo "${ECHO_T}no" >&6
   1001  1.1  tv fi
   1002  1.1  tv 
   1003  1.1  tv fi
   1004  1.1  tv if test -z "$ac_cv_prog_CC"; then
   1005  1.1  tv   ac_ct_CC=$CC
   1006  1.1  tv   # Extract the first word of "gcc", so it can be a program name with args.
   1007  1.1  tv set dummy gcc; ac_word=$2
   1008  1.1  tv echo "$as_me:1008: checking for $ac_word" >&5
   1009  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1010  1.1  tv if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   1011  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1012  1.1  tv else
   1013  1.1  tv   if test -n "$ac_ct_CC"; then
   1014  1.1  tv   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1015  1.1  tv else
   1016  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1017  1.1  tv ac_dummy="$PATH"
   1018  1.1  tv for ac_dir in $ac_dummy; do
   1019  1.1  tv   IFS=$ac_save_IFS
   1020  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1021  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1022  1.1  tv ac_cv_prog_ac_ct_CC="gcc"
   1023  1.1  tv echo "$as_me:1023: found $ac_dir/$ac_word" >&5
   1024  1.1  tv break
   1025  1.1  tv done
   1026  1.1  tv 
   1027  1.1  tv fi
   1028  1.1  tv fi
   1029  1.1  tv ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1030  1.1  tv if test -n "$ac_ct_CC"; then
   1031  1.1  tv   echo "$as_me:1031: result: $ac_ct_CC" >&5
   1032  1.1  tv echo "${ECHO_T}$ac_ct_CC" >&6
   1033  1.1  tv else
   1034  1.1  tv   echo "$as_me:1034: result: no" >&5
   1035  1.1  tv echo "${ECHO_T}no" >&6
   1036  1.1  tv fi
   1037  1.1  tv 
   1038  1.1  tv   CC=$ac_ct_CC
   1039  1.1  tv else
   1040  1.1  tv   CC="$ac_cv_prog_CC"
   1041  1.1  tv fi
   1042  1.1  tv 
   1043  1.1  tv if test -z "$CC"; then
   1044  1.1  tv   if test -n "$ac_tool_prefix"; then
   1045  1.1  tv   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   1046  1.1  tv set dummy ${ac_tool_prefix}cc; ac_word=$2
   1047  1.1  tv echo "$as_me:1047: checking for $ac_word" >&5
   1048  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1049  1.1  tv if test "${ac_cv_prog_CC+set}" = set; then
   1050  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1051  1.1  tv else
   1052  1.1  tv   if test -n "$CC"; then
   1053  1.1  tv   ac_cv_prog_CC="$CC" # Let the user override the test.
   1054  1.1  tv else
   1055  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1056  1.1  tv ac_dummy="$PATH"
   1057  1.1  tv for ac_dir in $ac_dummy; do
   1058  1.1  tv   IFS=$ac_save_IFS
   1059  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1060  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1061  1.1  tv ac_cv_prog_CC="${ac_tool_prefix}cc"
   1062  1.1  tv echo "$as_me:1062: found $ac_dir/$ac_word" >&5
   1063  1.1  tv break
   1064  1.1  tv done
   1065  1.1  tv 
   1066  1.1  tv fi
   1067  1.1  tv fi
   1068  1.1  tv CC=$ac_cv_prog_CC
   1069  1.1  tv if test -n "$CC"; then
   1070  1.1  tv   echo "$as_me:1070: result: $CC" >&5
   1071  1.1  tv echo "${ECHO_T}$CC" >&6
   1072  1.1  tv else
   1073  1.1  tv   echo "$as_me:1073: result: no" >&5
   1074  1.1  tv echo "${ECHO_T}no" >&6
   1075  1.1  tv fi
   1076  1.1  tv 
   1077  1.1  tv fi
   1078  1.1  tv if test -z "$ac_cv_prog_CC"; then
   1079  1.1  tv   ac_ct_CC=$CC
   1080  1.1  tv   # Extract the first word of "cc", so it can be a program name with args.
   1081  1.1  tv set dummy cc; ac_word=$2
   1082  1.1  tv echo "$as_me:1082: checking for $ac_word" >&5
   1083  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1084  1.1  tv if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   1085  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1086  1.1  tv else
   1087  1.1  tv   if test -n "$ac_ct_CC"; then
   1088  1.1  tv   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1089  1.1  tv else
   1090  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1091  1.1  tv ac_dummy="$PATH"
   1092  1.1  tv for ac_dir in $ac_dummy; do
   1093  1.1  tv   IFS=$ac_save_IFS
   1094  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1095  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1096  1.1  tv ac_cv_prog_ac_ct_CC="cc"
   1097  1.1  tv echo "$as_me:1097: found $ac_dir/$ac_word" >&5
   1098  1.1  tv break
   1099  1.1  tv done
   1100  1.1  tv 
   1101  1.1  tv fi
   1102  1.1  tv fi
   1103  1.1  tv ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1104  1.1  tv if test -n "$ac_ct_CC"; then
   1105  1.1  tv   echo "$as_me:1105: result: $ac_ct_CC" >&5
   1106  1.1  tv echo "${ECHO_T}$ac_ct_CC" >&6
   1107  1.1  tv else
   1108  1.1  tv   echo "$as_me:1108: result: no" >&5
   1109  1.1  tv echo "${ECHO_T}no" >&6
   1110  1.1  tv fi
   1111  1.1  tv 
   1112  1.1  tv   CC=$ac_ct_CC
   1113  1.1  tv else
   1114  1.1  tv   CC="$ac_cv_prog_CC"
   1115  1.1  tv fi
   1116  1.1  tv 
   1117  1.1  tv fi
   1118  1.1  tv if test -z "$CC"; then
   1119  1.1  tv   # Extract the first word of "cc", so it can be a program name with args.
   1120  1.1  tv set dummy cc; ac_word=$2
   1121  1.1  tv echo "$as_me:1121: checking for $ac_word" >&5
   1122  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1123  1.1  tv if test "${ac_cv_prog_CC+set}" = set; then
   1124  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1125  1.1  tv else
   1126  1.1  tv   if test -n "$CC"; then
   1127  1.1  tv   ac_cv_prog_CC="$CC" # Let the user override the test.
   1128  1.1  tv else
   1129  1.1  tv   ac_prog_rejected=no
   1130  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1131  1.1  tv ac_dummy="$PATH"
   1132  1.1  tv for ac_dir in $ac_dummy; do
   1133  1.1  tv   IFS=$ac_save_IFS
   1134  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1135  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1136  1.1  tv if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
   1137  1.1  tv   ac_prog_rejected=yes
   1138  1.1  tv   continue
   1139  1.1  tv fi
   1140  1.1  tv ac_cv_prog_CC="cc"
   1141  1.1  tv echo "$as_me:1141: found $ac_dir/$ac_word" >&5
   1142  1.1  tv break
   1143  1.1  tv done
   1144  1.1  tv 
   1145  1.1  tv if test $ac_prog_rejected = yes; then
   1146  1.1  tv   # We found a bogon in the path, so make sure we never use it.
   1147  1.1  tv   set dummy $ac_cv_prog_CC
   1148  1.1  tv   shift
   1149  1.1  tv   if test $# != 0; then
   1150  1.1  tv     # We chose a different compiler from the bogus one.
   1151  1.1  tv     # However, it has the same basename, so the bogon will be chosen
   1152  1.1  tv     # first if we set CC to just the basename; use the full file name.
   1153  1.1  tv     shift
   1154  1.1  tv     set dummy "$ac_dir/$ac_word" ${1+"$@"}
   1155  1.1  tv     shift
   1156  1.1  tv     ac_cv_prog_CC="$@"
   1157  1.1  tv   fi
   1158  1.1  tv fi
   1159  1.1  tv fi
   1160  1.1  tv fi
   1161  1.1  tv CC=$ac_cv_prog_CC
   1162  1.1  tv if test -n "$CC"; then
   1163  1.1  tv   echo "$as_me:1163: result: $CC" >&5
   1164  1.1  tv echo "${ECHO_T}$CC" >&6
   1165  1.1  tv else
   1166  1.1  tv   echo "$as_me:1166: result: no" >&5
   1167  1.1  tv echo "${ECHO_T}no" >&6
   1168  1.1  tv fi
   1169  1.1  tv 
   1170  1.1  tv fi
   1171  1.1  tv if test -z "$CC"; then
   1172  1.1  tv   if test -n "$ac_tool_prefix"; then
   1173  1.1  tv   for ac_prog in cl
   1174  1.1  tv   do
   1175  1.1  tv     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   1176  1.1  tv set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   1177  1.1  tv echo "$as_me:1177: checking for $ac_word" >&5
   1178  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1179  1.1  tv if test "${ac_cv_prog_CC+set}" = set; then
   1180  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1181  1.1  tv else
   1182  1.1  tv   if test -n "$CC"; then
   1183  1.1  tv   ac_cv_prog_CC="$CC" # Let the user override the test.
   1184  1.1  tv else
   1185  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1186  1.1  tv ac_dummy="$PATH"
   1187  1.1  tv for ac_dir in $ac_dummy; do
   1188  1.1  tv   IFS=$ac_save_IFS
   1189  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1190  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1191  1.1  tv ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   1192  1.1  tv echo "$as_me:1192: found $ac_dir/$ac_word" >&5
   1193  1.1  tv break
   1194  1.1  tv done
   1195  1.1  tv 
   1196  1.1  tv fi
   1197  1.1  tv fi
   1198  1.1  tv CC=$ac_cv_prog_CC
   1199  1.1  tv if test -n "$CC"; then
   1200  1.1  tv   echo "$as_me:1200: result: $CC" >&5
   1201  1.1  tv echo "${ECHO_T}$CC" >&6
   1202  1.1  tv else
   1203  1.1  tv   echo "$as_me:1203: result: no" >&5
   1204  1.1  tv echo "${ECHO_T}no" >&6
   1205  1.1  tv fi
   1206  1.1  tv 
   1207  1.1  tv     test -n "$CC" && break
   1208  1.1  tv   done
   1209  1.1  tv fi
   1210  1.1  tv if test -z "$CC"; then
   1211  1.1  tv   ac_ct_CC=$CC
   1212  1.1  tv   for ac_prog in cl
   1213  1.1  tv do
   1214  1.1  tv   # Extract the first word of "$ac_prog", so it can be a program name with args.
   1215  1.1  tv set dummy $ac_prog; ac_word=$2
   1216  1.1  tv echo "$as_me:1216: checking for $ac_word" >&5
   1217  1.1  tv echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1218  1.1  tv if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   1219  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1220  1.1  tv else
   1221  1.1  tv   if test -n "$ac_ct_CC"; then
   1222  1.1  tv   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1223  1.1  tv else
   1224  1.1  tv   ac_save_IFS=$IFS; IFS=$ac_path_separator
   1225  1.1  tv ac_dummy="$PATH"
   1226  1.1  tv for ac_dir in $ac_dummy; do
   1227  1.1  tv   IFS=$ac_save_IFS
   1228  1.1  tv   test -z "$ac_dir" && ac_dir=.
   1229  1.1  tv   $as_executable_p "$ac_dir/$ac_word" || continue
   1230  1.1  tv ac_cv_prog_ac_ct_CC="$ac_prog"
   1231  1.1  tv echo "$as_me:1231: found $ac_dir/$ac_word" >&5
   1232  1.1  tv break
   1233  1.1  tv done
   1234  1.1  tv 
   1235  1.1  tv fi
   1236  1.1  tv fi
   1237  1.1  tv ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1238  1.1  tv if test -n "$ac_ct_CC"; then
   1239  1.1  tv   echo "$as_me:1239: result: $ac_ct_CC" >&5
   1240  1.1  tv echo "${ECHO_T}$ac_ct_CC" >&6
   1241  1.1  tv else
   1242  1.1  tv   echo "$as_me:1242: result: no" >&5
   1243  1.1  tv echo "${ECHO_T}no" >&6
   1244  1.1  tv fi
   1245  1.1  tv 
   1246  1.1  tv   test -n "$ac_ct_CC" && break
   1247  1.1  tv done
   1248  1.1  tv 
   1249  1.1  tv   CC=$ac_ct_CC
   1250  1.1  tv fi
   1251  1.1  tv 
   1252  1.1  tv fi
   1253  1.1  tv 
   1254  1.1  tv test -z "$CC" && { { echo "$as_me:1254: error: no acceptable cc found in \$PATH" >&5
   1255  1.1  tv echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
   1256  1.1  tv    { (exit 1); exit 1; }; }
   1257  1.1  tv 
   1258  1.1  tv # Provide some information about the compiler.
   1259  1.1  tv echo "$as_me:1259:" \
   1260  1.1  tv      "checking for C compiler version" >&5
   1261  1.1  tv ac_compiler=`set X $ac_compile; echo $2`
   1262  1.1  tv { (eval echo "$as_me:1262: \"$ac_compiler --version </dev/null >&5\"") >&5
   1263  1.1  tv   (eval $ac_compiler --version </dev/null >&5) 2>&5
   1264  1.1  tv   ac_status=$?
   1265  1.1  tv   echo "$as_me:1265: \$? = $ac_status" >&5
   1266  1.1  tv   (exit $ac_status); }
   1267  1.1  tv { (eval echo "$as_me:1267: \"$ac_compiler -v </dev/null >&5\"") >&5
   1268  1.1  tv   (eval $ac_compiler -v </dev/null >&5) 2>&5
   1269  1.1  tv   ac_status=$?
   1270  1.1  tv   echo "$as_me:1270: \$? = $ac_status" >&5
   1271  1.1  tv   (exit $ac_status); }
   1272  1.1  tv { (eval echo "$as_me:1272: \"$ac_compiler -V </dev/null >&5\"") >&5
   1273  1.1  tv   (eval $ac_compiler -V </dev/null >&5) 2>&5
   1274  1.1  tv   ac_status=$?
   1275  1.1  tv   echo "$as_me:1275: \$? = $ac_status" >&5
   1276  1.1  tv   (exit $ac_status); }
   1277  1.1  tv 
   1278  1.1  tv cat >conftest.$ac_ext <<_ACEOF
   1279  1.1  tv #line 1279 "configure"
   1280  1.1  tv #include "confdefs.h"
   1281  1.1  tv 
   1282  1.1  tv int
   1283  1.1  tv main ()
   1284  1.1  tv {
   1285  1.1  tv 
   1286  1.1  tv   ;
   1287  1.1  tv   return 0;
   1288  1.1  tv }
   1289  1.1  tv _ACEOF
   1290  1.1  tv ac_clean_files_save=$ac_clean_files
   1291  1.1  tv ac_clean_files="$ac_clean_files a.out a.exe"
   1292  1.1  tv # Try to create an executable without -o first, disregard a.out.
   1293  1.1  tv # It will help us diagnose broken compilers, and finding out an intuition
   1294  1.1  tv # of exeext.
   1295  1.1  tv echo "$as_me:1295: checking for C compiler default output" >&5
   1296  1.1  tv echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
   1297  1.1  tv ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   1298  1.1  tv if { (eval echo "$as_me:1298: \"$ac_link_default\"") >&5
   1299  1.1  tv   (eval $ac_link_default) 2>&5
   1300  1.1  tv   ac_status=$?
   1301  1.1  tv   echo "$as_me:1301: \$? = $ac_status" >&5
   1302  1.1  tv   (exit $ac_status); }; then
   1303  1.1  tv   # Find the output, starting from the most likely.  This scheme is
   1304  1.1  tv # not robust to junk in `.', hence go to wildcards (a.*) only as a last
   1305  1.1  tv # resort.
   1306  1.1  tv for ac_file in `ls a.exe conftest.exe 2>/dev/null;
   1307  1.1  tv                 ls a.out conftest 2>/dev/null;
   1308  1.1  tv                 ls a.* conftest.* 2>/dev/null`; do
   1309  1.1  tv   case $ac_file in
   1310  1.1  tv     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
   1311  1.1  tv     a.out ) # We found the default executable, but exeext='' is most
   1312  1.1  tv             # certainly right.
   1313  1.1  tv             break;;
   1314  1.1  tv     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   1315  1.1  tv           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
   1316  1.1  tv           export ac_cv_exeext
   1317  1.1  tv           break;;
   1318  1.1  tv     * ) break;;
   1319  1.1  tv   esac
   1320  1.1  tv done
   1321  1.1  tv else
   1322  1.1  tv   echo "$as_me: failed program was:" >&5
   1323  1.1  tv cat conftest.$ac_ext >&5
   1324  1.1  tv { { echo "$as_me:1324: error: C compiler cannot create executables" >&5
   1325  1.1  tv echo "$as_me: error: C compiler cannot create executables" >&2;}
   1326  1.1  tv    { (exit 77); exit 77; }; }
   1327  1.1  tv fi
   1328  1.1  tv 
   1329  1.1  tv ac_exeext=$ac_cv_exeext
   1330  1.1  tv echo "$as_me:1330: result: $ac_file" >&5
   1331  1.1  tv echo "${ECHO_T}$ac_file" >&6
   1332  1.1  tv 
   1333  1.1  tv # Check the compiler produces executables we can run.  If not, either
   1334  1.1  tv # the compiler is broken, or we cross compile.
   1335  1.1  tv echo "$as_me:1335: checking whether the C compiler works" >&5
   1336  1.1  tv echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
   1337  1.1  tv # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
   1338  1.1  tv # If not cross compiling, check that we can run a simple program.
   1339  1.1  tv if test "$cross_compiling" != yes; then
   1340  1.1  tv   if { ac_try='./$ac_file'
   1341  1.1  tv   { (eval echo "$as_me:1341: \"$ac_try\"") >&5
   1342  1.1  tv   (eval $ac_try) 2>&5
   1343  1.1  tv   ac_status=$?
   1344  1.1  tv   echo "$as_me:1344: \$? = $ac_status" >&5
   1345  1.1  tv   (exit $ac_status); }; }; then
   1346  1.1  tv     cross_compiling=no
   1347  1.1  tv   else
   1348  1.1  tv     if test "$cross_compiling" = maybe; then
   1349  1.1  tv 	cross_compiling=yes
   1350  1.1  tv     else
   1351  1.1  tv 	{ { echo "$as_me:1351: error: cannot run C compiled programs.
   1352  1.1  tv If you meant to cross compile, use \`--host'." >&5
   1353  1.1  tv echo "$as_me: error: cannot run C compiled programs.
   1354  1.1  tv If you meant to cross compile, use \`--host'." >&2;}
   1355  1.1  tv    { (exit 1); exit 1; }; }
   1356  1.1  tv     fi
   1357  1.1  tv   fi
   1358  1.1  tv fi
   1359  1.1  tv echo "$as_me:1359: result: yes" >&5
   1360  1.1  tv echo "${ECHO_T}yes" >&6
   1361  1.1  tv 
   1362  1.1  tv rm -f a.out a.exe conftest$ac_cv_exeext
   1363  1.1  tv ac_clean_files=$ac_clean_files_save
   1364  1.1  tv # Check the compiler produces executables we can run.  If not, either
   1365  1.1  tv # the compiler is broken, or we cross compile.
   1366  1.1  tv echo "$as_me:1366: checking whether we are cross compiling" >&5
   1367  1.1  tv echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
   1368  1.1  tv echo "$as_me:1368: result: $cross_compiling" >&5
   1369  1.1  tv echo "${ECHO_T}$cross_compiling" >&6
   1370  1.1  tv 
   1371  1.1  tv echo "$as_me:1371: checking for executable suffix" >&5
   1372  1.1  tv echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
   1373  1.1  tv if { (eval echo "$as_me:1373: \"$ac_link\"") >&5
   1374  1.1  tv   (eval $ac_link) 2>&5
   1375  1.1  tv   ac_status=$?
   1376  1.1  tv   echo "$as_me:1376: \$? = $ac_status" >&5
   1377  1.1  tv   (exit $ac_status); }; then
   1378  1.1  tv   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   1379  1.1  tv # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   1380  1.1  tv # work properly (i.e., refer to `conftest.exe'), while it won't with
   1381  1.1  tv # `rm'.
   1382  1.1  tv for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
   1383  1.1  tv   case $ac_file in
   1384  1.1  tv     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
   1385  1.1  tv     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   1386  1.1  tv           export ac_cv_exeext
   1387  1.1  tv           break;;
   1388  1.1  tv     * ) break;;
   1389  1.1  tv   esac
   1390  1.1  tv done
   1391  1.1  tv else
   1392  1.1  tv   { { echo "$as_me:1392: error: cannot compute EXEEXT: cannot compile and link" >&5
   1393  1.1  tv echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
   1394  1.1  tv    { (exit 1); exit 1; }; }
   1395  1.1  tv fi
   1396  1.1  tv 
   1397  1.1  tv rm -f conftest$ac_cv_exeext
   1398  1.1  tv echo "$as_me:1398: result: $ac_cv_exeext" >&5
   1399  1.1  tv echo "${ECHO_T}$ac_cv_exeext" >&6
   1400  1.1  tv 
   1401  1.1  tv rm -f conftest.$ac_ext
   1402  1.1  tv EXEEXT=$ac_cv_exeext
   1403  1.1  tv ac_exeext=$EXEEXT
   1404  1.1  tv echo "$as_me:1404: checking for object suffix" >&5
   1405  1.1  tv echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
   1406  1.1  tv if test "${ac_cv_objext+set}" = set; then
   1407  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1408  1.1  tv else
   1409  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1410  1.1  tv #line 1410 "configure"
   1411  1.1  tv #include "confdefs.h"
   1412  1.1  tv 
   1413  1.1  tv int
   1414  1.1  tv main ()
   1415  1.1  tv {
   1416  1.1  tv 
   1417  1.1  tv   ;
   1418  1.1  tv   return 0;
   1419  1.1  tv }
   1420  1.1  tv _ACEOF
   1421  1.1  tv rm -f conftest.o conftest.obj
   1422  1.1  tv if { (eval echo "$as_me:1422: \"$ac_compile\"") >&5
   1423  1.1  tv   (eval $ac_compile) 2>&5
   1424  1.1  tv   ac_status=$?
   1425  1.1  tv   echo "$as_me:1425: \$? = $ac_status" >&5
   1426  1.1  tv   (exit $ac_status); }; then
   1427  1.1  tv   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
   1428  1.1  tv   case $ac_file in
   1429  1.1  tv     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
   1430  1.1  tv     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   1431  1.1  tv        break;;
   1432  1.1  tv   esac
   1433  1.1  tv done
   1434  1.1  tv else
   1435  1.1  tv   echo "$as_me: failed program was:" >&5
   1436  1.1  tv cat conftest.$ac_ext >&5
   1437  1.1  tv { { echo "$as_me:1437: error: cannot compute OBJEXT: cannot compile" >&5
   1438  1.1  tv echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
   1439  1.1  tv    { (exit 1); exit 1; }; }
   1440  1.1  tv fi
   1441  1.1  tv 
   1442  1.1  tv rm -f conftest.$ac_cv_objext conftest.$ac_ext
   1443  1.1  tv fi
   1444  1.1  tv echo "$as_me:1444: result: $ac_cv_objext" >&5
   1445  1.1  tv echo "${ECHO_T}$ac_cv_objext" >&6
   1446  1.1  tv OBJEXT=$ac_cv_objext
   1447  1.1  tv ac_objext=$OBJEXT
   1448  1.1  tv echo "$as_me:1448: checking whether we are using the GNU C compiler" >&5
   1449  1.1  tv echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
   1450  1.1  tv if test "${ac_cv_c_compiler_gnu+set}" = set; then
   1451  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1452  1.1  tv else
   1453  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1454  1.1  tv #line 1454 "configure"
   1455  1.1  tv #include "confdefs.h"
   1456  1.1  tv 
   1457  1.1  tv int
   1458  1.1  tv main ()
   1459  1.1  tv {
   1460  1.1  tv #ifndef __GNUC__
   1461  1.1  tv        choke me
   1462  1.1  tv #endif
   1463  1.1  tv 
   1464  1.1  tv   ;
   1465  1.1  tv   return 0;
   1466  1.1  tv }
   1467  1.1  tv _ACEOF
   1468  1.1  tv rm -f conftest.$ac_objext
   1469  1.1  tv if { (eval echo "$as_me:1469: \"$ac_compile\"") >&5
   1470  1.1  tv   (eval $ac_compile) 2>&5
   1471  1.1  tv   ac_status=$?
   1472  1.1  tv   echo "$as_me:1472: \$? = $ac_status" >&5
   1473  1.1  tv   (exit $ac_status); } &&
   1474  1.1  tv          { ac_try='test -s conftest.$ac_objext'
   1475  1.1  tv   { (eval echo "$as_me:1475: \"$ac_try\"") >&5
   1476  1.1  tv   (eval $ac_try) 2>&5
   1477  1.1  tv   ac_status=$?
   1478  1.1  tv   echo "$as_me:1478: \$? = $ac_status" >&5
   1479  1.1  tv   (exit $ac_status); }; }; then
   1480  1.1  tv   ac_compiler_gnu=yes
   1481  1.1  tv else
   1482  1.1  tv   echo "$as_me: failed program was:" >&5
   1483  1.1  tv cat conftest.$ac_ext >&5
   1484  1.1  tv ac_compiler_gnu=no
   1485  1.1  tv fi
   1486  1.1  tv rm -f conftest.$ac_objext conftest.$ac_ext
   1487  1.1  tv ac_cv_c_compiler_gnu=$ac_compiler_gnu
   1488  1.1  tv 
   1489  1.1  tv fi
   1490  1.1  tv echo "$as_me:1490: result: $ac_cv_c_compiler_gnu" >&5
   1491  1.1  tv echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
   1492  1.1  tv GCC=`test $ac_compiler_gnu = yes && echo yes`
   1493  1.1  tv ac_test_CFLAGS=${CFLAGS+set}
   1494  1.1  tv ac_save_CFLAGS=$CFLAGS
   1495  1.1  tv CFLAGS="-g"
   1496  1.1  tv echo "$as_me:1496: checking whether $CC accepts -g" >&5
   1497  1.1  tv echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
   1498  1.1  tv if test "${ac_cv_prog_cc_g+set}" = set; then
   1499  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1500  1.1  tv else
   1501  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1502  1.1  tv #line 1502 "configure"
   1503  1.1  tv #include "confdefs.h"
   1504  1.1  tv 
   1505  1.1  tv int
   1506  1.1  tv main ()
   1507  1.1  tv {
   1508  1.1  tv 
   1509  1.1  tv   ;
   1510  1.1  tv   return 0;
   1511  1.1  tv }
   1512  1.1  tv _ACEOF
   1513  1.1  tv rm -f conftest.$ac_objext
   1514  1.1  tv if { (eval echo "$as_me:1514: \"$ac_compile\"") >&5
   1515  1.1  tv   (eval $ac_compile) 2>&5
   1516  1.1  tv   ac_status=$?
   1517  1.1  tv   echo "$as_me:1517: \$? = $ac_status" >&5
   1518  1.1  tv   (exit $ac_status); } &&
   1519  1.1  tv          { ac_try='test -s conftest.$ac_objext'
   1520  1.1  tv   { (eval echo "$as_me:1520: \"$ac_try\"") >&5
   1521  1.1  tv   (eval $ac_try) 2>&5
   1522  1.1  tv   ac_status=$?
   1523  1.1  tv   echo "$as_me:1523: \$? = $ac_status" >&5
   1524  1.1  tv   (exit $ac_status); }; }; then
   1525  1.1  tv   ac_cv_prog_cc_g=yes
   1526  1.1  tv else
   1527  1.1  tv   echo "$as_me: failed program was:" >&5
   1528  1.1  tv cat conftest.$ac_ext >&5
   1529  1.1  tv ac_cv_prog_cc_g=no
   1530  1.1  tv fi
   1531  1.1  tv rm -f conftest.$ac_objext conftest.$ac_ext
   1532  1.1  tv fi
   1533  1.1  tv echo "$as_me:1533: result: $ac_cv_prog_cc_g" >&5
   1534  1.1  tv echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
   1535  1.1  tv if test "$ac_test_CFLAGS" = set; then
   1536  1.1  tv   CFLAGS=$ac_save_CFLAGS
   1537  1.1  tv elif test $ac_cv_prog_cc_g = yes; then
   1538  1.1  tv   if test "$GCC" = yes; then
   1539  1.1  tv     CFLAGS="-g -O2"
   1540  1.1  tv   else
   1541  1.1  tv     CFLAGS="-g"
   1542  1.1  tv   fi
   1543  1.1  tv else
   1544  1.1  tv   if test "$GCC" = yes; then
   1545  1.1  tv     CFLAGS="-O2"
   1546  1.1  tv   else
   1547  1.1  tv     CFLAGS=
   1548  1.1  tv   fi
   1549  1.1  tv fi
   1550  1.1  tv # Some people use a C++ compiler to compile C.  Since we use `exit',
   1551  1.1  tv # in C++ we need to declare it.  In case someone uses the same compiler
   1552  1.1  tv # for both compiling C and C++ we need to have the C++ compiler decide
   1553  1.1  tv # the declaration of exit, since it's the most demanding environment.
   1554  1.1  tv cat >conftest.$ac_ext <<_ACEOF
   1555  1.1  tv #ifndef __cplusplus
   1556  1.1  tv   choke me
   1557  1.1  tv #endif
   1558  1.1  tv _ACEOF
   1559  1.1  tv rm -f conftest.$ac_objext
   1560  1.1  tv if { (eval echo "$as_me:1560: \"$ac_compile\"") >&5
   1561  1.1  tv   (eval $ac_compile) 2>&5
   1562  1.1  tv   ac_status=$?
   1563  1.1  tv   echo "$as_me:1563: \$? = $ac_status" >&5
   1564  1.1  tv   (exit $ac_status); } &&
   1565  1.1  tv          { ac_try='test -s conftest.$ac_objext'
   1566  1.1  tv   { (eval echo "$as_me:1566: \"$ac_try\"") >&5
   1567  1.1  tv   (eval $ac_try) 2>&5
   1568  1.1  tv   ac_status=$?
   1569  1.1  tv   echo "$as_me:1569: \$? = $ac_status" >&5
   1570  1.1  tv   (exit $ac_status); }; }; then
   1571  1.1  tv   for ac_declaration in \
   1572  1.1  tv    ''\
   1573  1.1  tv    '#include <stdlib.h>' \
   1574  1.1  tv    'extern "C" void std::exit (int) throw (); using std::exit;' \
   1575  1.1  tv    'extern "C" void std::exit (int); using std::exit;' \
   1576  1.1  tv    'extern "C" void exit (int) throw ();' \
   1577  1.1  tv    'extern "C" void exit (int);' \
   1578  1.1  tv    'void exit (int);'
   1579  1.1  tv do
   1580  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1581  1.1  tv #line 1581 "configure"
   1582  1.1  tv #include "confdefs.h"
   1583  1.1  tv #include <stdlib.h>
   1584  1.1  tv $ac_declaration
   1585  1.1  tv int
   1586  1.1  tv main ()
   1587  1.1  tv {
   1588  1.1  tv exit (42);
   1589  1.1  tv   ;
   1590  1.1  tv   return 0;
   1591  1.1  tv }
   1592  1.1  tv _ACEOF
   1593  1.1  tv rm -f conftest.$ac_objext
   1594  1.1  tv if { (eval echo "$as_me:1594: \"$ac_compile\"") >&5
   1595  1.1  tv   (eval $ac_compile) 2>&5
   1596  1.1  tv   ac_status=$?
   1597  1.1  tv   echo "$as_me:1597: \$? = $ac_status" >&5
   1598  1.1  tv   (exit $ac_status); } &&
   1599  1.1  tv          { ac_try='test -s conftest.$ac_objext'
   1600  1.1  tv   { (eval echo "$as_me:1600: \"$ac_try\"") >&5
   1601  1.1  tv   (eval $ac_try) 2>&5
   1602  1.1  tv   ac_status=$?
   1603  1.1  tv   echo "$as_me:1603: \$? = $ac_status" >&5
   1604  1.1  tv   (exit $ac_status); }; }; then
   1605  1.1  tv   :
   1606  1.1  tv else
   1607  1.1  tv   echo "$as_me: failed program was:" >&5
   1608  1.1  tv cat conftest.$ac_ext >&5
   1609  1.1  tv continue
   1610  1.1  tv fi
   1611  1.1  tv rm -f conftest.$ac_objext conftest.$ac_ext
   1612  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1613  1.1  tv #line 1613 "configure"
   1614  1.1  tv #include "confdefs.h"
   1615  1.1  tv $ac_declaration
   1616  1.1  tv int
   1617  1.1  tv main ()
   1618  1.1  tv {
   1619  1.1  tv exit (42);
   1620  1.1  tv   ;
   1621  1.1  tv   return 0;
   1622  1.1  tv }
   1623  1.1  tv _ACEOF
   1624  1.1  tv rm -f conftest.$ac_objext
   1625  1.1  tv if { (eval echo "$as_me:1625: \"$ac_compile\"") >&5
   1626  1.1  tv   (eval $ac_compile) 2>&5
   1627  1.1  tv   ac_status=$?
   1628  1.1  tv   echo "$as_me:1628: \$? = $ac_status" >&5
   1629  1.1  tv   (exit $ac_status); } &&
   1630  1.1  tv          { ac_try='test -s conftest.$ac_objext'
   1631  1.1  tv   { (eval echo "$as_me:1631: \"$ac_try\"") >&5
   1632  1.1  tv   (eval $ac_try) 2>&5
   1633  1.1  tv   ac_status=$?
   1634  1.1  tv   echo "$as_me:1634: \$? = $ac_status" >&5
   1635  1.1  tv   (exit $ac_status); }; }; then
   1636  1.1  tv   break
   1637  1.1  tv else
   1638  1.1  tv   echo "$as_me: failed program was:" >&5
   1639  1.1  tv cat conftest.$ac_ext >&5
   1640  1.1  tv fi
   1641  1.1  tv rm -f conftest.$ac_objext conftest.$ac_ext
   1642  1.1  tv done
   1643  1.1  tv rm -f conftest*
   1644  1.1  tv if test -n "$ac_declaration"; then
   1645  1.1  tv   echo '#ifdef __cplusplus' >>confdefs.h
   1646  1.1  tv   echo $ac_declaration      >>confdefs.h
   1647  1.1  tv   echo '#endif'             >>confdefs.h
   1648  1.1  tv fi
   1649  1.1  tv 
   1650  1.1  tv else
   1651  1.1  tv   echo "$as_me: failed program was:" >&5
   1652  1.1  tv cat conftest.$ac_ext >&5
   1653  1.1  tv fi
   1654  1.1  tv rm -f conftest.$ac_objext conftest.$ac_ext
   1655  1.1  tv ac_ext=c
   1656  1.1  tv ac_cpp='$CPP $CPPFLAGS'
   1657  1.1  tv ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1658  1.1  tv ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1659  1.1  tv ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1660  1.1  tv 
   1661  1.1  tv ac_ext=c
   1662  1.1  tv ac_cpp='$CPP $CPPFLAGS'
   1663  1.1  tv ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1664  1.1  tv ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1665  1.1  tv ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1666  1.1  tv echo "$as_me:1666: checking how to run the C preprocessor" >&5
   1667  1.1  tv echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
   1668  1.1  tv # On Suns, sometimes $CPP names a directory.
   1669  1.1  tv if test -n "$CPP" && test -d "$CPP"; then
   1670  1.1  tv   CPP=
   1671  1.1  tv fi
   1672  1.1  tv if test -z "$CPP"; then
   1673  1.1  tv   if test "${ac_cv_prog_CPP+set}" = set; then
   1674  1.1  tv   echo $ECHO_N "(cached) $ECHO_C" >&6
   1675  1.1  tv else
   1676  1.1  tv       # Double quotes because CPP needs to be expanded
   1677  1.1  tv     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   1678  1.1  tv     do
   1679  1.1  tv       ac_preproc_ok=false
   1680  1.1  tv for ac_c_preproc_warn_flag in '' yes
   1681  1.1  tv do
   1682  1.1  tv   # Use a header file that comes with gcc, so configuring glibc
   1683  1.1  tv   # with a fresh cross-compiler works.
   1684  1.1  tv   # On the NeXT, cc -E runs the code through the compiler's parser,
   1685  1.1  tv   # not just through cpp. "Syntax error" is here to catch this case.
   1686  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1687  1.1  tv #line 1687 "configure"
   1688  1.1  tv #include "confdefs.h"
   1689  1.1  tv #include <assert.h>
   1690  1.1  tv                      Syntax error
   1691  1.1  tv _ACEOF
   1692  1.1  tv if { (eval echo "$as_me:1692: \"$ac_cpp conftest.$ac_ext\"") >&5
   1693  1.1  tv   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   1694  1.1  tv   ac_status=$?
   1695  1.1  tv   egrep -v '^ *\+' conftest.er1 >conftest.err
   1696  1.1  tv   rm -f conftest.er1
   1697  1.1  tv   cat conftest.err >&5
   1698  1.1  tv   echo "$as_me:1698: \$? = $ac_status" >&5
   1699  1.1  tv   (exit $ac_status); } >/dev/null; then
   1700  1.1  tv   if test -s conftest.err; then
   1701  1.1  tv     ac_cpp_err=$ac_c_preproc_warn_flag
   1702  1.1  tv   else
   1703  1.1  tv     ac_cpp_err=
   1704  1.1  tv   fi
   1705  1.1  tv else
   1706  1.1  tv   ac_cpp_err=yes
   1707  1.1  tv fi
   1708  1.1  tv if test -z "$ac_cpp_err"; then
   1709  1.1  tv   :
   1710  1.1  tv else
   1711  1.1  tv   echo "$as_me: failed program was:" >&5
   1712  1.1  tv   cat conftest.$ac_ext >&5
   1713  1.1  tv   # Broken: fails on valid input.
   1714  1.1  tv continue
   1715  1.1  tv fi
   1716  1.1  tv rm -f conftest.err conftest.$ac_ext
   1717  1.1  tv 
   1718  1.1  tv   # OK, works on sane cases.  Now check whether non-existent headers
   1719  1.1  tv   # can be detected and how.
   1720  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1721  1.1  tv #line 1721 "configure"
   1722  1.1  tv #include "confdefs.h"
   1723  1.1  tv #include <ac_nonexistent.h>
   1724  1.1  tv _ACEOF
   1725  1.1  tv if { (eval echo "$as_me:1725: \"$ac_cpp conftest.$ac_ext\"") >&5
   1726  1.1  tv   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   1727  1.1  tv   ac_status=$?
   1728  1.1  tv   egrep -v '^ *\+' conftest.er1 >conftest.err
   1729  1.1  tv   rm -f conftest.er1
   1730  1.1  tv   cat conftest.err >&5
   1731  1.1  tv   echo "$as_me:1731: \$? = $ac_status" >&5
   1732  1.1  tv   (exit $ac_status); } >/dev/null; then
   1733  1.1  tv   if test -s conftest.err; then
   1734  1.1  tv     ac_cpp_err=$ac_c_preproc_warn_flag
   1735  1.1  tv   else
   1736  1.1  tv     ac_cpp_err=
   1737  1.1  tv   fi
   1738  1.1  tv else
   1739  1.1  tv   ac_cpp_err=yes
   1740  1.1  tv fi
   1741  1.1  tv if test -z "$ac_cpp_err"; then
   1742  1.1  tv   # Broken: success on invalid input.
   1743  1.1  tv continue
   1744  1.1  tv else
   1745  1.1  tv   echo "$as_me: failed program was:" >&5
   1746  1.1  tv   cat conftest.$ac_ext >&5
   1747  1.1  tv   # Passes both tests.
   1748  1.1  tv ac_preproc_ok=:
   1749  1.1  tv break
   1750  1.1  tv fi
   1751  1.1  tv rm -f conftest.err conftest.$ac_ext
   1752  1.1  tv 
   1753  1.1  tv done
   1754  1.1  tv # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   1755  1.1  tv rm -f conftest.err conftest.$ac_ext
   1756  1.1  tv if $ac_preproc_ok; then
   1757  1.1  tv   break
   1758  1.1  tv fi
   1759  1.1  tv 
   1760  1.1  tv     done
   1761  1.1  tv     ac_cv_prog_CPP=$CPP
   1762  1.1  tv 
   1763  1.1  tv fi
   1764  1.1  tv   CPP=$ac_cv_prog_CPP
   1765  1.1  tv else
   1766  1.1  tv   ac_cv_prog_CPP=$CPP
   1767  1.1  tv fi
   1768  1.1  tv echo "$as_me:1768: result: $CPP" >&5
   1769  1.1  tv echo "${ECHO_T}$CPP" >&6
   1770  1.1  tv ac_preproc_ok=false
   1771  1.1  tv for ac_c_preproc_warn_flag in '' yes
   1772  1.1  tv do
   1773  1.1  tv   # Use a header file that comes with gcc, so configuring glibc
   1774  1.1  tv   # with a fresh cross-compiler works.
   1775  1.1  tv   # On the NeXT, cc -E runs the code through the compiler's parser,
   1776  1.1  tv   # not just through cpp. "Syntax error" is here to catch this case.
   1777  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1778  1.1  tv #line 1778 "configure"
   1779  1.1  tv #include "confdefs.h"
   1780  1.1  tv #include <assert.h>
   1781  1.1  tv                      Syntax error
   1782  1.1  tv _ACEOF
   1783  1.1  tv if { (eval echo "$as_me:1783: \"$ac_cpp conftest.$ac_ext\"") >&5
   1784  1.1  tv   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   1785  1.1  tv   ac_status=$?
   1786  1.1  tv   egrep -v '^ *\+' conftest.er1 >conftest.err
   1787  1.1  tv   rm -f conftest.er1
   1788  1.1  tv   cat conftest.err >&5
   1789  1.1  tv   echo "$as_me:1789: \$? = $ac_status" >&5
   1790  1.1  tv   (exit $ac_status); } >/dev/null; then
   1791  1.1  tv   if test -s conftest.err; then
   1792  1.1  tv     ac_cpp_err=$ac_c_preproc_warn_flag
   1793  1.1  tv   else
   1794  1.1  tv     ac_cpp_err=
   1795  1.1  tv   fi
   1796  1.1  tv else
   1797  1.1  tv   ac_cpp_err=yes
   1798  1.1  tv fi
   1799  1.1  tv if test -z "$ac_cpp_err"; then
   1800  1.1  tv   :
   1801  1.1  tv else
   1802  1.1  tv   echo "$as_me: failed program was:" >&5
   1803  1.1  tv   cat conftest.$ac_ext >&5
   1804  1.1  tv   # Broken: fails on valid input.
   1805  1.1  tv continue
   1806  1.1  tv fi
   1807  1.1  tv rm -f conftest.err conftest.$ac_ext
   1808  1.1  tv 
   1809  1.1  tv   # OK, works on sane cases.  Now check whether non-existent headers
   1810  1.1  tv   # can be detected and how.
   1811  1.1  tv   cat >conftest.$ac_ext <<_ACEOF
   1812  1.1  tv #line 1812 "configure"
   1813  1.1  tv #include "confdefs.h"
   1814  1.1  tv #include <ac_nonexistent.h>
   1815  1.1  tv _ACEOF
   1816  1.1  tv if { (eval echo "$as_me:1816: \"$ac_cpp conftest.$ac_ext\"") >&5
   1817  1.1  tv   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   1818  1.1  tv   ac_status=$?
   1819  1.1  tv   egrep -v '^ *\+' conftest.er1 >conftest.err
   1820  1.1  tv   rm -f conftest.er1
   1821  1.1  tv   cat conftest.err >&5
   1822  1.1  tv   echo "$as_me:1822: \$? = $ac_status" >&5
   1823  1.1  tv   (exit $ac_status); } >/dev/null; then
   1824  1.1  tv   if test -s conftest.err; then
   1825  1.1  tv     ac_cpp_err=$ac_c_preproc_warn_flag
   1826  1.1  tv   else
   1827  1.1  tv     ac_cpp_err=
   1828  1.1  tv   fi
   1829  1.1  tv else
   1830  1.1  tv   ac_cpp_err=yes
   1831  1.1  tv fi
   1832  1.1  tv if test -z "$ac_cpp_err"; then
   1833  1.1  tv   # Broken: success on invalid input.
   1834  1.1  tv continue
   1835  1.1  tv else
   1836  1.1  tv   echo "$as_me: failed program was:" >&5
   1837  1.1  tv   cat conftest.$ac_ext >&5
   1838  1.1  tv   # Passes both tests.
   1839  1.1  tv ac_preproc_ok=:
   1840  1.1  tv break
   1841  1.1  tv fi
   1842  1.1  tv rm -f conftest.err conftest.$ac_ext
   1843  1.1  tv 
   1844  1.1  tv done
   1845  1.1  tv # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   1846  1.1  tv rm -f conftest.err conftest.$ac_ext
   1847  1.1  tv if $ac_preproc_ok; then
   1848  1.1  tv   :
   1849  1.1  tv else
   1850  1.1  tv   { { echo "$as_me:1850: error: C preprocessor \"$CPP\" fails sanity check" >&5
   1851  1.1  tv echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
   1852  1.1  tv    { (exit 1); exit 1; }; }
   1853  1.1  tv fi
   1854  1.1  tv 
   1855  1.1  tv ac_ext=c
   1856  1.1  tv ac_cpp='$CPP $CPPFLAGS'
   1857  1.1  tv ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1858  1.1  tv ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1859  1.1  tv ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1860  1.1  tv 
   1861  1.1  tv cat >confcache <<\_ACEOF
   1862  1.1  tv # This file is a shell script that caches the results of configure
   1863  1.1  tv # tests run on this system so they can be shared between configure
   1864  1.1  tv # scripts and configure runs, see configure's option --config-cache.
   1865  1.1  tv # It is not useful on other systems.  If it contains results you don't
   1866  1.1  tv # want to keep, you may remove or edit it.
   1867  1.1  tv #
   1868  1.1  tv # config.status only pays attention to the cache file if you give it
   1869  1.1  tv # the --recheck option to rerun configure.
   1870  1.1  tv #
   1871  1.1  tv # `ac_cv_env_foo' variables (set or unset) will be overriden when
   1872  1.1  tv # loading this file, other *unset* `ac_cv_foo' will be assigned the
   1873  1.1  tv # following values.
   1874  1.1  tv 
   1875  1.1  tv _ACEOF
   1876  1.1  tv 
   1877  1.1  tv # The following way of writing the cache mishandles newlines in values,
   1878  1.1  tv # but we know of no workaround that is simple, portable, and efficient.
   1879  1.1  tv # So, don't put newlines in cache variables' values.
   1880  1.1  tv # Ultrix sh set writes to stderr and can't be redirected directly,
   1881  1.1  tv # and sets the high bit in the cache file unless we assign to the vars.
   1882  1.1  tv {
   1883  1.1  tv   (set) 2>&1 |
   1884  1.1  tv     case `(ac_space=' '; set | grep ac_space) 2>&1` in
   1885  1.1  tv     *ac_space=\ *)
   1886  1.1  tv       # `set' does not quote correctly, so add quotes (double-quote
   1887  1.1  tv       # substitution turns \\\\ into \\, and sed turns \\ into \).
   1888  1.1  tv       sed -n \
   1889  1.1  tv         "s/'/'\\\\''/g;
   1890  1.1  tv     	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   1891  1.1  tv       ;;
   1892  1.1  tv     *)
   1893  1.1  tv       # `set' quotes correctly as required by POSIX, so do not add quotes.
   1894  1.1  tv       sed -n \
   1895  1.1  tv         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
   1896  1.1  tv       ;;
   1897  1.1  tv     esac;
   1898  1.1  tv } |
   1899  1.1  tv   sed '
   1900  1.1  tv      t clear
   1901  1.1  tv      : clear
   1902  1.1  tv      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   1903  1.1  tv      t end
   1904  1.1  tv      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   1905  1.1  tv      : end' >>confcache
   1906  1.1  tv if cmp -s $cache_file confcache; then :; else
   1907  1.1  tv   if test -w $cache_file; then
   1908  1.1  tv     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
   1909  1.1  tv     cat confcache >$cache_file
   1910  1.1  tv   else
   1911  1.1  tv     echo "not updating unwritable cache $cache_file"
   1912  1.1  tv   fi
   1913  1.1  tv fi
   1914  1.1  tv rm -f confcache
   1915  1.1  tv 
   1916  1.1  tv test "x$prefix" = xNONE && prefix=$ac_default_prefix
   1917  1.1  tv # Let make expand exec_prefix.
   1918  1.1  tv test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   1919  1.1  tv 
   1920  1.1  tv # VPATH may cause trouble with some makes, so we remove $(srcdir),
   1921  1.1  tv # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   1922  1.1  tv # trailing colons and then remove the whole line if VPATH becomes empty
   1923  1.1  tv # (actually we leave an empty line to preserve line numbers).
   1924  1.1  tv if test "x$srcdir" = x.; then
   1925  1.1  tv   ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
   1926  1.1  tv s/:*\$(srcdir):*/:/;
   1927  1.1  tv s/:*\${srcdir}:*/:/;
   1928  1.1  tv s/:*@srcdir@:*/:/;
   1929  1.1  tv s/^\([^=]*=[ 	]*\):*/\1/;
   1930  1.1  tv s/:*$//;
   1931  1.1  tv s/^[^=]*=[ 	]*$//;
   1932  1.1  tv }'
   1933  1.1  tv fi
   1934  1.1  tv 
   1935  1.1  tv # Transform confdefs.h into DEFS.
   1936  1.1  tv # Protect against shell expansion while executing Makefile rules.
   1937  1.1  tv # Protect against Makefile macro expansion.
   1938  1.1  tv #
   1939  1.1  tv # If the first sed substitution is executed (which looks for macros that
   1940  1.1  tv # take arguments), then we branch to the quote section.  Otherwise,
   1941  1.1  tv # look for a macro that doesn't take arguments.
   1942  1.1  tv cat >confdef2opt.sed <<\EOF
   1943  1.1  tv t clear
   1944  1.1  tv : clear
   1945  1.1  tv s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*([^)]*)\)[ 	]*\(.*\),-D\1=\2,g
   1946  1.1  tv t quote
   1947  1.1  tv s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\),-D\1=\2,g
   1948  1.1  tv t quote
   1949  1.1  tv d
   1950  1.1  tv : quote
   1951  1.1  tv s,[ 	`~#$^&*(){}\\|;'"<>?],\\&,g
   1952  1.1  tv s,\[,\\&,g
   1953  1.1  tv s,\],\\&,g
   1954  1.1  tv s,\$,$$,g
   1955  1.1  tv p
   1956  1.1  tv EOF
   1957  1.1  tv # We use echo to avoid assuming a particular line-breaking character.
   1958  1.1  tv # The extra dot is to prevent the shell from consuming trailing
   1959  1.1  tv # line-breaks from the sub-command output.  A line-break within
   1960  1.1  tv # single-quotes doesn't work because, if this script is created in a
   1961  1.1  tv # platform that uses two characters for line-breaks (e.g., DOS), tr
   1962  1.1  tv # would break.
   1963  1.1  tv ac_LF_and_DOT=`echo; echo .`
   1964  1.1  tv DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
   1965  1.1  tv rm -f confdef2opt.sed
   1966  1.1  tv 
   1967  1.1  tv : ${CONFIG_STATUS=./config.status}
   1968  1.1  tv ac_clean_files_save=$ac_clean_files
   1969  1.1  tv ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   1970  1.1  tv { echo "$as_me:1970: creating $CONFIG_STATUS" >&5
   1971  1.1  tv echo "$as_me: creating $CONFIG_STATUS" >&6;}
   1972  1.1  tv cat >$CONFIG_STATUS <<_ACEOF
   1973  1.1  tv #! $SHELL
   1974  1.1  tv # Generated automatically by configure.
   1975  1.1  tv # Run this file to recreate the current configuration.
   1976  1.1  tv # Compiler output produced by configure, useful for debugging
   1977  1.1  tv # configure, is in config.log if it exists.
   1978  1.1  tv 
   1979  1.1  tv debug=false
   1980  1.1  tv SHELL=\${CONFIG_SHELL-$SHELL}
   1981  1.1  tv ac_cs_invocation="\$0 \$@"
   1982  1.1  tv 
   1983  1.1  tv _ACEOF
   1984  1.1  tv 
   1985  1.1  tv cat >>$CONFIG_STATUS <<\_ACEOF
   1986  1.1  tv # Be Bourne compatible
   1987  1.1  tv if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   1988  1.1  tv   emulate sh
   1989  1.1  tv   NULLCMD=:
   1990  1.1  tv elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   1991  1.1  tv   set -o posix
   1992  1.1  tv fi
   1993  1.1  tv 
   1994  1.1  tv # Name of the executable.
   1995  1.1  tv as_me=`echo "$0" |sed 's,.*[\\/],,'`
   1996  1.1  tv 
   1997  1.1  tv if expr a : '\(a\)' >/dev/null 2>&1; then
   1998  1.1  tv   as_expr=expr
   1999  1.1  tv else
   2000  1.1  tv   as_expr=false
   2001  1.1  tv fi
   2002  1.1  tv 
   2003  1.1  tv rm -f conf$$ conf$$.exe conf$$.file
   2004  1.1  tv echo >conf$$.file
   2005  1.1  tv if ln -s conf$$.file conf$$ 2>/dev/null; then
   2006  1.1  tv   # We could just check for DJGPP; but this test a) works b) is more generic
   2007  1.1  tv   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
   2008  1.1  tv   if test -f conf$$.exe; then
   2009  1.1  tv     # Don't use ln at all; we don't have any links
   2010  1.1  tv     as_ln_s='cp -p'
   2011  1.1  tv   else
   2012  1.1  tv     as_ln_s='ln -s'
   2013  1.1  tv   fi
   2014  1.1  tv elif ln conf$$.file conf$$ 2>/dev/null; then
   2015  1.1  tv   as_ln_s=ln
   2016  1.1  tv else
   2017  1.1  tv   as_ln_s='cp -p'
   2018  1.1  tv fi
   2019  1.1  tv rm -f conf$$ conf$$.exe conf$$.file
   2020  1.1  tv 
   2021  1.1  tv as_executable_p="test -f"
   2022  1.1  tv 
   2023  1.1  tv # Support unset when possible.
   2024  1.1  tv if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
   2025  1.1  tv   as_unset=unset
   2026  1.1  tv else
   2027  1.1  tv   as_unset=false
   2028  1.1  tv fi
   2029  1.1  tv 
   2030  1.1  tv # NLS nuisances.
   2031  1.1  tv $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
   2032  1.1  tv $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
   2033  1.1  tv $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
   2034  1.1  tv $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
   2035  1.1  tv $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
   2036  1.1  tv $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
   2037  1.1  tv $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
   2038  1.1  tv $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
   2039  1.1  tv 
   2040  1.1  tv # IFS
   2041  1.1  tv # We need space, tab and new line, in precisely that order.
   2042  1.1  tv as_nl='
   2043  1.1  tv '
   2044  1.1  tv IFS=" 	$as_nl"
   2045  1.1  tv 
   2046  1.1  tv # CDPATH.
   2047  1.1  tv $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
   2048  1.1  tv 
   2049  1.1  tv exec 6>&1
   2050  1.1  tv 
   2051  1.1  tv _ACEOF
   2052  1.1  tv 
   2053  1.1  tv # Files that config.status was made for.
   2054  1.1  tv if test -n "$ac_config_files"; then
   2055  1.1  tv   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
   2056  1.1  tv fi
   2057  1.1  tv 
   2058  1.1  tv if test -n "$ac_config_headers"; then
   2059  1.1  tv   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
   2060  1.1  tv fi
   2061  1.1  tv 
   2062  1.1  tv if test -n "$ac_config_links"; then
   2063  1.1  tv   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
   2064  1.1  tv fi
   2065  1.1  tv 
   2066  1.1  tv if test -n "$ac_config_commands"; then
   2067  1.1  tv   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
   2068  1.1  tv fi
   2069  1.1  tv 
   2070  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2071  1.1  tv 
   2072  1.1  tv ac_cs_usage="\
   2073  1.1  tv \`$as_me' instantiates files from templates according to the
   2074  1.1  tv current configuration.
   2075  1.1  tv 
   2076  1.1  tv Usage: $0 [OPTIONS] [FILE]...
   2077  1.1  tv 
   2078  1.1  tv   -h, --help       print this help, then exit
   2079  1.1  tv   -V, --version    print version number, then exit
   2080  1.1  tv   -d, --debug      don't remove temporary files
   2081  1.1  tv       --recheck    update $as_me by reconfiguring in the same conditions
   2082  1.1  tv   --file=FILE[:TEMPLATE]
   2083  1.1  tv                    instantiate the configuration file FILE
   2084  1.1  tv 
   2085  1.1  tv Configuration files:
   2086  1.1  tv $config_files
   2087  1.1  tv 
   2088  1.1  tv Report bugs to <bug-autoconf@gnu.org>."
   2089  1.1  tv EOF
   2090  1.1  tv 
   2091  1.1  tv cat >>$CONFIG_STATUS <<EOF
   2092  1.1  tv ac_cs_version="\\
   2093  1.1  tv mkdep config.status noversion
   2094  1.1  tv configured by $0, generated by GNU Autoconf 2.52,
   2095  1.1  tv   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   2096  1.1  tv 
   2097  1.1  tv Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
   2098  1.1  tv Free Software Foundation, Inc.
   2099  1.1  tv This config.status script is free software; the Free Software Foundation
   2100  1.1  tv gives unlimited permission to copy, distribute and modify it."
   2101  1.1  tv srcdir=$srcdir
   2102  1.1  tv EOF
   2103  1.1  tv 
   2104  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2105  1.1  tv # If no file are specified by the user, then we need to provide default
   2106  1.1  tv # value.  By we need to know if files were specified by the user.
   2107  1.1  tv ac_need_defaults=:
   2108  1.1  tv while test $# != 0
   2109  1.1  tv do
   2110  1.1  tv   case $1 in
   2111  1.1  tv   --*=*)
   2112  1.1  tv     ac_option=`expr "x$1" : 'x\([^=]*\)='`
   2113  1.1  tv     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
   2114  1.1  tv     shift
   2115  1.1  tv     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
   2116  1.1  tv     shift
   2117  1.1  tv     ;;
   2118  1.1  tv   -*);;
   2119  1.1  tv   *) # This is not an option, so the user has probably given explicit
   2120  1.1  tv      # arguments.
   2121  1.1  tv      ac_need_defaults=false;;
   2122  1.1  tv   esac
   2123  1.1  tv 
   2124  1.1  tv   case $1 in
   2125  1.1  tv   # Handling of the options.
   2126  1.1  tv EOF
   2127  1.1  tv cat >>$CONFIG_STATUS <<EOF
   2128  1.1  tv   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   2129  1.1  tv     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
   2130  1.1  tv     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
   2131  1.1  tv EOF
   2132  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2133  1.1  tv   --version | --vers* | -V )
   2134  1.1  tv     echo "$ac_cs_version"; exit 0 ;;
   2135  1.1  tv   --he | --h)
   2136  1.1  tv     # Conflict between --help and --header
   2137  1.1  tv     { { echo "$as_me:2137: error: ambiguous option: $1
   2138  1.1  tv Try \`$0 --help' for more information." >&5
   2139  1.1  tv echo "$as_me: error: ambiguous option: $1
   2140  1.1  tv Try \`$0 --help' for more information." >&2;}
   2141  1.1  tv    { (exit 1); exit 1; }; };;
   2142  1.1  tv   --help | --hel | -h )
   2143  1.1  tv     echo "$ac_cs_usage"; exit 0 ;;
   2144  1.1  tv   --debug | --d* | -d )
   2145  1.1  tv     debug=: ;;
   2146  1.1  tv   --file | --fil | --fi | --f )
   2147  1.1  tv     shift
   2148  1.1  tv     CONFIG_FILES="$CONFIG_FILES $1"
   2149  1.1  tv     ac_need_defaults=false;;
   2150  1.1  tv   --header | --heade | --head | --hea )
   2151  1.1  tv     shift
   2152  1.1  tv     CONFIG_HEADERS="$CONFIG_HEADERS $1"
   2153  1.1  tv     ac_need_defaults=false;;
   2154  1.1  tv 
   2155  1.1  tv   # This is an error.
   2156  1.1  tv   -*) { { echo "$as_me:2156: error: unrecognized option: $1
   2157  1.1  tv Try \`$0 --help' for more information." >&5
   2158  1.1  tv echo "$as_me: error: unrecognized option: $1
   2159  1.1  tv Try \`$0 --help' for more information." >&2;}
   2160  1.1  tv    { (exit 1); exit 1; }; } ;;
   2161  1.1  tv 
   2162  1.1  tv   *) ac_config_targets="$ac_config_targets $1" ;;
   2163  1.1  tv 
   2164  1.1  tv   esac
   2165  1.1  tv   shift
   2166  1.1  tv done
   2167  1.1  tv 
   2168  1.1  tv exec 5>>config.log
   2169  1.1  tv cat >&5 << _ACEOF
   2170  1.1  tv 
   2171  1.1  tv ## ----------------------- ##
   2172  1.1  tv ## Running config.status.  ##
   2173  1.1  tv ## ----------------------- ##
   2174  1.1  tv 
   2175  1.1  tv This file was extended by $as_me (mkdep noversion) 2.52, executed with
   2176  1.1  tv   CONFIG_FILES    = $CONFIG_FILES
   2177  1.1  tv   CONFIG_HEADERS  = $CONFIG_HEADERS
   2178  1.1  tv   CONFIG_LINKS    = $CONFIG_LINKS
   2179  1.1  tv   CONFIG_COMMANDS = $CONFIG_COMMANDS
   2180  1.1  tv   > $ac_cs_invocation
   2181  1.1  tv on `(hostname || uname -n) 2>/dev/null | sed 1q`
   2182  1.1  tv 
   2183  1.1  tv _ACEOF
   2184  1.1  tv EOF
   2185  1.1  tv 
   2186  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2187  1.1  tv for ac_config_target in $ac_config_targets
   2188  1.1  tv do
   2189  1.1  tv   case "$ac_config_target" in
   2190  1.1  tv   # Handling of arguments.
   2191  1.1  tv   "host-mkdep" ) CONFIG_FILES="$CONFIG_FILES host-mkdep" ;;
   2192  1.1  tv   *) { { echo "$as_me:2192: error: invalid argument: $ac_config_target" >&5
   2193  1.1  tv echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   2194  1.1  tv    { (exit 1); exit 1; }; };;
   2195  1.1  tv   esac
   2196  1.1  tv done
   2197  1.1  tv 
   2198  1.1  tv # If the user did not use the arguments to specify the items to instantiate,
   2199  1.1  tv # then the envvar interface is used.  Set only those that are not.
   2200  1.1  tv # We use the long form for the default assignment because of an extremely
   2201  1.1  tv # bizarre bug on SunOS 4.1.3.
   2202  1.1  tv if $ac_need_defaults; then
   2203  1.1  tv   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   2204  1.1  tv fi
   2205  1.1  tv 
   2206  1.1  tv # Create a temporary directory, and hook for its removal unless debugging.
   2207  1.1  tv $debug ||
   2208  1.1  tv {
   2209  1.1  tv   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
   2210  1.1  tv   trap '{ (exit 1); exit 1; }' 1 2 13 15
   2211  1.1  tv }
   2212  1.1  tv 
   2213  1.1  tv # Create a (secure) tmp directory for tmp files.
   2214  1.1  tv : ${TMPDIR=/tmp}
   2215  1.1  tv {
   2216  1.1  tv   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
   2217  1.1  tv   test -n "$tmp" && test -d "$tmp"
   2218  1.1  tv }  ||
   2219  1.1  tv {
   2220  1.1  tv   tmp=$TMPDIR/cs$$-$RANDOM
   2221  1.1  tv   (umask 077 && mkdir $tmp)
   2222  1.1  tv } ||
   2223  1.1  tv {
   2224  1.1  tv    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
   2225  1.1  tv    { (exit 1); exit 1; }
   2226  1.1  tv }
   2227  1.1  tv 
   2228  1.1  tv EOF
   2229  1.1  tv 
   2230  1.1  tv cat >>$CONFIG_STATUS <<EOF
   2231  1.1  tv 
   2232  1.1  tv #
   2233  1.1  tv # CONFIG_FILES section.
   2234  1.1  tv #
   2235  1.1  tv 
   2236  1.1  tv # No need to generate the scripts if there are no CONFIG_FILES.
   2237  1.1  tv # This happens for instance when ./config.status config.h
   2238  1.1  tv if test -n "\$CONFIG_FILES"; then
   2239  1.1  tv   # Protect against being on the right side of a sed subst in config.status.
   2240  1.1  tv   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
   2241  1.1  tv    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
   2242  1.1  tv s,@SHELL@,$SHELL,;t t
   2243  1.1  tv s,@exec_prefix@,$exec_prefix,;t t
   2244  1.1  tv s,@prefix@,$prefix,;t t
   2245  1.1  tv s,@program_transform_name@,$program_transform_name,;t t
   2246  1.1  tv s,@bindir@,$bindir,;t t
   2247  1.1  tv s,@sbindir@,$sbindir,;t t
   2248  1.1  tv s,@libexecdir@,$libexecdir,;t t
   2249  1.1  tv s,@datadir@,$datadir,;t t
   2250  1.1  tv s,@sysconfdir@,$sysconfdir,;t t
   2251  1.1  tv s,@sharedstatedir@,$sharedstatedir,;t t
   2252  1.1  tv s,@localstatedir@,$localstatedir,;t t
   2253  1.1  tv s,@libdir@,$libdir,;t t
   2254  1.1  tv s,@includedir@,$includedir,;t t
   2255  1.1  tv s,@oldincludedir@,$oldincludedir,;t t
   2256  1.1  tv s,@infodir@,$infodir,;t t
   2257  1.1  tv s,@mandir@,$mandir,;t t
   2258  1.1  tv s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
   2259  1.1  tv s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
   2260  1.1  tv s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
   2261  1.1  tv s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
   2262  1.1  tv s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
   2263  1.1  tv s,@build_alias@,$build_alias,;t t
   2264  1.1  tv s,@host_alias@,$host_alias,;t t
   2265  1.1  tv s,@target_alias@,$target_alias,;t t
   2266  1.1  tv s,@ECHO_C@,$ECHO_C,;t t
   2267  1.1  tv s,@ECHO_N@,$ECHO_N,;t t
   2268  1.1  tv s,@ECHO_T@,$ECHO_T,;t t
   2269  1.1  tv s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
   2270  1.1  tv s,@DEFS@,$DEFS,;t t
   2271  1.1  tv s,@LIBS@,$LIBS,;t t
   2272  1.1  tv s,@AWK@,$AWK,;t t
   2273  1.1  tv s,@CC@,$CC,;t t
   2274  1.1  tv s,@CFLAGS@,$CFLAGS,;t t
   2275  1.1  tv s,@LDFLAGS@,$LDFLAGS,;t t
   2276  1.1  tv s,@CPPFLAGS@,$CPPFLAGS,;t t
   2277  1.1  tv s,@ac_ct_CC@,$ac_ct_CC,;t t
   2278  1.1  tv s,@EXEEXT@,$EXEEXT,;t t
   2279  1.1  tv s,@OBJEXT@,$OBJEXT,;t t
   2280  1.1  tv s,@CPP@,$CPP,;t t
   2281  1.1  tv CEOF
   2282  1.1  tv 
   2283  1.1  tv EOF
   2284  1.1  tv 
   2285  1.1  tv   cat >>$CONFIG_STATUS <<\EOF
   2286  1.1  tv   # Split the substitutions into bite-sized pieces for seds with
   2287  1.1  tv   # small command number limits, like on Digital OSF/1 and HP-UX.
   2288  1.1  tv   ac_max_sed_lines=48
   2289  1.1  tv   ac_sed_frag=1 # Number of current file.
   2290  1.1  tv   ac_beg=1 # First line for current file.
   2291  1.1  tv   ac_end=$ac_max_sed_lines # Line after last line for current file.
   2292  1.1  tv   ac_more_lines=:
   2293  1.1  tv   ac_sed_cmds=
   2294  1.1  tv   while $ac_more_lines; do
   2295  1.1  tv     if test $ac_beg -gt 1; then
   2296  1.1  tv       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
   2297  1.1  tv     else
   2298  1.1  tv       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
   2299  1.1  tv     fi
   2300  1.1  tv     if test ! -s $tmp/subs.frag; then
   2301  1.1  tv       ac_more_lines=false
   2302  1.1  tv     else
   2303  1.1  tv       # The purpose of the label and of the branching condition is to
   2304  1.1  tv       # speed up the sed processing (if there are no `@' at all, there
   2305  1.1  tv       # is no need to browse any of the substitutions).
   2306  1.1  tv       # These are the two extra sed commands mentioned above.
   2307  1.1  tv       (echo ':t
   2308  1.1  tv   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
   2309  1.1  tv       if test -z "$ac_sed_cmds"; then
   2310  1.1  tv   	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
   2311  1.1  tv       else
   2312  1.1  tv   	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
   2313  1.1  tv       fi
   2314  1.1  tv       ac_sed_frag=`expr $ac_sed_frag + 1`
   2315  1.1  tv       ac_beg=$ac_end
   2316  1.1  tv       ac_end=`expr $ac_end + $ac_max_sed_lines`
   2317  1.1  tv     fi
   2318  1.1  tv   done
   2319  1.1  tv   if test -z "$ac_sed_cmds"; then
   2320  1.1  tv     ac_sed_cmds=cat
   2321  1.1  tv   fi
   2322  1.1  tv fi # test -n "$CONFIG_FILES"
   2323  1.1  tv 
   2324  1.1  tv EOF
   2325  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2326  1.1  tv for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
   2327  1.1  tv   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   2328  1.1  tv   case $ac_file in
   2329  1.1  tv   - | *:- | *:-:* ) # input from stdin
   2330  1.1  tv         cat >$tmp/stdin
   2331  1.1  tv         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   2332  1.1  tv         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   2333  1.1  tv   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   2334  1.1  tv         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   2335  1.1  tv   * )   ac_file_in=$ac_file.in ;;
   2336  1.1  tv   esac
   2337  1.1  tv 
   2338  1.1  tv   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
   2339  1.1  tv   ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   2340  1.1  tv          X"$ac_file" : 'X\(//\)[^/]' \| \
   2341  1.1  tv          X"$ac_file" : 'X\(//\)$' \| \
   2342  1.1  tv          X"$ac_file" : 'X\(/\)' \| \
   2343  1.1  tv          .     : '\(.\)' 2>/dev/null ||
   2344  1.1  tv echo X"$ac_file" |
   2345  1.1  tv     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   2346  1.1  tv   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   2347  1.1  tv   	  /^X\(\/\/\)$/{ s//\1/; q; }
   2348  1.1  tv   	  /^X\(\/\).*/{ s//\1/; q; }
   2349  1.1  tv   	  s/.*/./; q'`
   2350  1.1  tv   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
   2351  1.1  tv     { case "$ac_dir" in
   2352  1.1  tv   [\\/]* | ?:[\\/]* ) as_incr_dir=;;
   2353  1.1  tv   *)                      as_incr_dir=.;;
   2354  1.1  tv esac
   2355  1.1  tv as_dummy="$ac_dir"
   2356  1.1  tv for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
   2357  1.1  tv   case $as_mkdir_dir in
   2358  1.1  tv     # Skip DOS drivespec
   2359  1.1  tv     ?:) as_incr_dir=$as_mkdir_dir ;;
   2360  1.1  tv     *)
   2361  1.1  tv       as_incr_dir=$as_incr_dir/$as_mkdir_dir
   2362  1.1  tv       test -d "$as_incr_dir" || mkdir "$as_incr_dir"
   2363  1.1  tv     ;;
   2364  1.1  tv   esac
   2365  1.1  tv done; }
   2366  1.1  tv 
   2367  1.1  tv     ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
   2368  1.1  tv     # A "../" for each directory in $ac_dir_suffix.
   2369  1.1  tv     ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
   2370  1.1  tv   else
   2371  1.1  tv     ac_dir_suffix= ac_dots=
   2372  1.1  tv   fi
   2373  1.1  tv 
   2374  1.1  tv   case $srcdir in
   2375  1.1  tv   .)  ac_srcdir=.
   2376  1.1  tv       if test -z "$ac_dots"; then
   2377  1.1  tv          ac_top_srcdir=.
   2378  1.1  tv       else
   2379  1.1  tv          ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
   2380  1.1  tv       fi ;;
   2381  1.1  tv   [\\/]* | ?:[\\/]* )
   2382  1.1  tv       ac_srcdir=$srcdir$ac_dir_suffix;
   2383  1.1  tv       ac_top_srcdir=$srcdir ;;
   2384  1.1  tv   *) # Relative path.
   2385  1.1  tv     ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
   2386  1.1  tv     ac_top_srcdir=$ac_dots$srcdir ;;
   2387  1.1  tv   esac
   2388  1.1  tv 
   2389  1.1  tv   if test x"$ac_file" != x-; then
   2390  1.1  tv     { echo "$as_me:2390: creating $ac_file" >&5
   2391  1.1  tv echo "$as_me: creating $ac_file" >&6;}
   2392  1.1  tv     rm -f "$ac_file"
   2393  1.1  tv   fi
   2394  1.1  tv   # Let's still pretend it is `configure' which instantiates (i.e., don't
   2395  1.1  tv   # use $as_me), people would be surprised to read:
   2396  1.1  tv   #    /* config.h.  Generated automatically by config.status.  */
   2397  1.1  tv   configure_input="Generated automatically from `echo $ac_file_in |
   2398  1.1  tv                                                  sed 's,.*/,,'` by configure."
   2399  1.1  tv 
   2400  1.1  tv   # First look for the input files in the build tree, otherwise in the
   2401  1.1  tv   # src tree.
   2402  1.1  tv   ac_file_inputs=`IFS=:
   2403  1.1  tv     for f in $ac_file_in; do
   2404  1.1  tv       case $f in
   2405  1.1  tv       -) echo $tmp/stdin ;;
   2406  1.1  tv       [\\/$]*)
   2407  1.1  tv          # Absolute (can't be DOS-style, as IFS=:)
   2408  1.1  tv          test -f "$f" || { { echo "$as_me:2408: error: cannot find input file: $f" >&5
   2409  1.1  tv echo "$as_me: error: cannot find input file: $f" >&2;}
   2410  1.1  tv    { (exit 1); exit 1; }; }
   2411  1.1  tv          echo $f;;
   2412  1.1  tv       *) # Relative
   2413  1.1  tv          if test -f "$f"; then
   2414  1.1  tv            # Build tree
   2415  1.1  tv            echo $f
   2416  1.1  tv          elif test -f "$srcdir/$f"; then
   2417  1.1  tv            # Source tree
   2418  1.1  tv            echo $srcdir/$f
   2419  1.1  tv          else
   2420  1.1  tv            # /dev/null tree
   2421  1.1  tv            { { echo "$as_me:2421: error: cannot find input file: $f" >&5
   2422  1.1  tv echo "$as_me: error: cannot find input file: $f" >&2;}
   2423  1.1  tv    { (exit 1); exit 1; }; }
   2424  1.1  tv          fi;;
   2425  1.1  tv       esac
   2426  1.1  tv     done` || { (exit 1); exit 1; }
   2427  1.1  tv EOF
   2428  1.1  tv cat >>$CONFIG_STATUS <<EOF
   2429  1.1  tv   sed "$ac_vpsub
   2430  1.1  tv $extrasub
   2431  1.1  tv EOF
   2432  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2433  1.1  tv :t
   2434  1.1  tv /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   2435  1.1  tv s,@configure_input@,$configure_input,;t t
   2436  1.1  tv s,@srcdir@,$ac_srcdir,;t t
   2437  1.1  tv s,@top_srcdir@,$ac_top_srcdir,;t t
   2438  1.1  tv " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
   2439  1.1  tv   rm -f $tmp/stdin
   2440  1.1  tv   if test x"$ac_file" != x-; then
   2441  1.1  tv     mv $tmp/out $ac_file
   2442  1.1  tv   else
   2443  1.1  tv     cat $tmp/out
   2444  1.1  tv     rm -f $tmp/out
   2445  1.1  tv   fi
   2446  1.1  tv 
   2447  1.1  tv done
   2448  1.1  tv EOF
   2449  1.1  tv 
   2450  1.1  tv cat >>$CONFIG_STATUS <<\EOF
   2451  1.1  tv 
   2452  1.1  tv { (exit 0); exit 0; }
   2453  1.1  tv EOF
   2454  1.1  tv chmod +x $CONFIG_STATUS
   2455  1.1  tv ac_clean_files=$ac_clean_files_save
   2456  1.1  tv 
   2457  1.1  tv # configure is writing to config.log, and then calls config.status.
   2458  1.1  tv # config.status does its own redirection, appending to config.log.
   2459  1.1  tv # Unfortunately, on DOS this fails, as config.log is still kept open
   2460  1.1  tv # by configure, so config.status won't be able to write to it; its
   2461  1.1  tv # output is simply discarded.  So we exec the FD to /dev/null,
   2462  1.1  tv # effectively closing config.log, so it can be properly (re)opened and
   2463  1.1  tv # appended to by config.status.  When coming back to configure, we
   2464  1.1  tv # need to make the FD available again.
   2465  1.1  tv if test "$no_create" != yes; then
   2466  1.1  tv   ac_cs_success=:
   2467  1.1  tv   exec 5>/dev/null
   2468  1.1  tv   $SHELL $CONFIG_STATUS || ac_cs_success=false
   2469  1.1  tv   exec 5>>config.log
   2470  1.1  tv   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   2471  1.1  tv   # would make configure fail if this is the last instruction.
   2472  1.1  tv   $ac_cs_success || { (exit 1); exit 1; }
   2473  1.1  tv fi
   2474  1.1  tv 
   2475