1*3d8817e4Smiod#! /bin/sh 2*3d8817e4Smiod# Guess values for system-dependent variables and create Makefiles. 3*3d8817e4Smiod# Generated by GNU Autoconf 2.59. 4*3d8817e4Smiod# 5*3d8817e4Smiod# Copyright (C) 2003 Free Software Foundation, Inc. 6*3d8817e4Smiod# This configure script is free software; the Free Software Foundation 7*3d8817e4Smiod# gives unlimited permission to copy, distribute and modify it. 8*3d8817e4Smiod## --------------------- ## 9*3d8817e4Smiod## M4sh Initialization. ## 10*3d8817e4Smiod## --------------------- ## 11*3d8817e4Smiod 12*3d8817e4Smiod# Be Bourne compatible 13*3d8817e4Smiodif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 14*3d8817e4Smiod emulate sh 15*3d8817e4Smiod NULLCMD=: 16*3d8817e4Smiod # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 17*3d8817e4Smiod # is contrary to our usage. Disable this feature. 18*3d8817e4Smiod alias -g '${1+"$@"}'='"$@"' 19*3d8817e4Smiodelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20*3d8817e4Smiod set -o posix 21*3d8817e4Smiodfi 22*3d8817e4SmiodDUALCASE=1; export DUALCASE # for MKS sh 23*3d8817e4Smiod 24*3d8817e4Smiod# Support unset when possible. 25*3d8817e4Smiodif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26*3d8817e4Smiod as_unset=unset 27*3d8817e4Smiodelse 28*3d8817e4Smiod as_unset=false 29*3d8817e4Smiodfi 30*3d8817e4Smiod 31*3d8817e4Smiod 32*3d8817e4Smiod# Work around bugs in pre-3.0 UWIN ksh. 33*3d8817e4Smiod$as_unset ENV MAIL MAILPATH 34*3d8817e4SmiodPS1='$ ' 35*3d8817e4SmiodPS2='> ' 36*3d8817e4SmiodPS4='+ ' 37*3d8817e4Smiod 38*3d8817e4Smiod# NLS nuisances. 39*3d8817e4Smiodfor as_var in \ 40*3d8817e4Smiod LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41*3d8817e4Smiod LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 42*3d8817e4Smiod LC_TELEPHONE LC_TIME 43*3d8817e4Smioddo 44*3d8817e4Smiod if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45*3d8817e4Smiod eval $as_var=C; export $as_var 46*3d8817e4Smiod else 47*3d8817e4Smiod $as_unset $as_var 48*3d8817e4Smiod fi 49*3d8817e4Smioddone 50*3d8817e4Smiod 51*3d8817e4Smiod# Required to use basename. 52*3d8817e4Smiodif expr a : '\(a\)' >/dev/null 2>&1; then 53*3d8817e4Smiod as_expr=expr 54*3d8817e4Smiodelse 55*3d8817e4Smiod as_expr=false 56*3d8817e4Smiodfi 57*3d8817e4Smiod 58*3d8817e4Smiodif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 59*3d8817e4Smiod as_basename=basename 60*3d8817e4Smiodelse 61*3d8817e4Smiod as_basename=false 62*3d8817e4Smiodfi 63*3d8817e4Smiod 64*3d8817e4Smiod 65*3d8817e4Smiod# Name of the executable. 66*3d8817e4Smiodas_me=`$as_basename "$0" || 67*3d8817e4Smiod$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 68*3d8817e4Smiod X"$0" : 'X\(//\)$' \| \ 69*3d8817e4Smiod X"$0" : 'X\(/\)$' \| \ 70*3d8817e4Smiod . : '\(.\)' 2>/dev/null || 71*3d8817e4Smiodecho X/"$0" | 72*3d8817e4Smiod sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73*3d8817e4Smiod /^X\/\(\/\/\)$/{ s//\1/; q; } 74*3d8817e4Smiod /^X\/\(\/\).*/{ s//\1/; q; } 75*3d8817e4Smiod s/.*/./; q'` 76*3d8817e4Smiod 77*3d8817e4Smiod 78*3d8817e4Smiod# PATH needs CR, and LINENO needs CR and PATH. 79*3d8817e4Smiod# Avoid depending upon Character Ranges. 80*3d8817e4Smiodas_cr_letters='abcdefghijklmnopqrstuvwxyz' 81*3d8817e4Smiodas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 82*3d8817e4Smiodas_cr_Letters=$as_cr_letters$as_cr_LETTERS 83*3d8817e4Smiodas_cr_digits='0123456789' 84*3d8817e4Smiodas_cr_alnum=$as_cr_Letters$as_cr_digits 85*3d8817e4Smiod 86*3d8817e4Smiod# The user is always right. 87*3d8817e4Smiodif test "${PATH_SEPARATOR+set}" != set; then 88*3d8817e4Smiod echo "#! /bin/sh" >conf$$.sh 89*3d8817e4Smiod echo "exit 0" >>conf$$.sh 90*3d8817e4Smiod chmod +x conf$$.sh 91*3d8817e4Smiod if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 92*3d8817e4Smiod PATH_SEPARATOR=';' 93*3d8817e4Smiod else 94*3d8817e4Smiod PATH_SEPARATOR=: 95*3d8817e4Smiod fi 96*3d8817e4Smiod rm -f conf$$.sh 97*3d8817e4Smiodfi 98*3d8817e4Smiod 99*3d8817e4Smiod 100*3d8817e4Smiod as_lineno_1=$LINENO 101*3d8817e4Smiod as_lineno_2=$LINENO 102*3d8817e4Smiod as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103*3d8817e4Smiod test "x$as_lineno_1" != "x$as_lineno_2" && 104*3d8817e4Smiod test "x$as_lineno_3" = "x$as_lineno_2" || { 105*3d8817e4Smiod # Find who we are. Look in the path if we contain no path at all 106*3d8817e4Smiod # relative or not. 107*3d8817e4Smiod case $0 in 108*3d8817e4Smiod *[\\/]* ) as_myself=$0 ;; 109*3d8817e4Smiod *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110*3d8817e4Smiodfor as_dir in $PATH 111*3d8817e4Smioddo 112*3d8817e4Smiod IFS=$as_save_IFS 113*3d8817e4Smiod test -z "$as_dir" && as_dir=. 114*3d8817e4Smiod test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115*3d8817e4Smioddone 116*3d8817e4Smiod 117*3d8817e4Smiod ;; 118*3d8817e4Smiod esac 119*3d8817e4Smiod # We did not find ourselves, most probably we were run as `sh COMMAND' 120*3d8817e4Smiod # in which case we are not to be found in the path. 121*3d8817e4Smiod if test "x$as_myself" = x; then 122*3d8817e4Smiod as_myself=$0 123*3d8817e4Smiod fi 124*3d8817e4Smiod if test ! -f "$as_myself"; then 125*3d8817e4Smiod { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126*3d8817e4Smiod { (exit 1); exit 1; }; } 127*3d8817e4Smiod fi 128*3d8817e4Smiod case $CONFIG_SHELL in 129*3d8817e4Smiod '') 130*3d8817e4Smiod as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131*3d8817e4Smiodfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 132*3d8817e4Smioddo 133*3d8817e4Smiod IFS=$as_save_IFS 134*3d8817e4Smiod test -z "$as_dir" && as_dir=. 135*3d8817e4Smiod for as_base in sh bash ksh sh5; do 136*3d8817e4Smiod case $as_dir in 137*3d8817e4Smiod /*) 138*3d8817e4Smiod if ("$as_dir/$as_base" -c ' 139*3d8817e4Smiod as_lineno_1=$LINENO 140*3d8817e4Smiod as_lineno_2=$LINENO 141*3d8817e4Smiod as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 142*3d8817e4Smiod test "x$as_lineno_1" != "x$as_lineno_2" && 143*3d8817e4Smiod test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144*3d8817e4Smiod $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145*3d8817e4Smiod $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146*3d8817e4Smiod CONFIG_SHELL=$as_dir/$as_base 147*3d8817e4Smiod export CONFIG_SHELL 148*3d8817e4Smiod exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149*3d8817e4Smiod fi;; 150*3d8817e4Smiod esac 151*3d8817e4Smiod done 152*3d8817e4Smioddone 153*3d8817e4Smiod;; 154*3d8817e4Smiod esac 155*3d8817e4Smiod 156*3d8817e4Smiod # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157*3d8817e4Smiod # uniformly replaced by the line number. The first 'sed' inserts a 158*3d8817e4Smiod # line-number line before each line; the second 'sed' does the real 159*3d8817e4Smiod # work. The second script uses 'N' to pair each line-number line 160*3d8817e4Smiod # with the numbered line, and appends trailing '-' during 161*3d8817e4Smiod # substitution so that $LINENO is not a special case at line end. 162*3d8817e4Smiod # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163*3d8817e4Smiod # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164*3d8817e4Smiod sed '=' <$as_myself | 165*3d8817e4Smiod sed ' 166*3d8817e4Smiod N 167*3d8817e4Smiod s,$,-, 168*3d8817e4Smiod : loop 169*3d8817e4Smiod s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 170*3d8817e4Smiod t loop 171*3d8817e4Smiod s,-$,, 172*3d8817e4Smiod s,^['$as_cr_digits']*\n,, 173*3d8817e4Smiod ' >$as_me.lineno && 174*3d8817e4Smiod chmod +x $as_me.lineno || 175*3d8817e4Smiod { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176*3d8817e4Smiod { (exit 1); exit 1; }; } 177*3d8817e4Smiod 178*3d8817e4Smiod # Don't try to exec as it changes $[0], causing all sort of problems 179*3d8817e4Smiod # (the dirname of $[0] is not the place where we might find the 180*3d8817e4Smiod # original and so on. Autoconf is especially sensible to this). 181*3d8817e4Smiod . ./$as_me.lineno 182*3d8817e4Smiod # Exit status is that of the last command. 183*3d8817e4Smiod exit 184*3d8817e4Smiod} 185*3d8817e4Smiod 186*3d8817e4Smiod 187*3d8817e4Smiodcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188*3d8817e4Smiod *c*,-n*) ECHO_N= ECHO_C=' 189*3d8817e4Smiod' ECHO_T=' ' ;; 190*3d8817e4Smiod *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191*3d8817e4Smiod *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 192*3d8817e4Smiodesac 193*3d8817e4Smiod 194*3d8817e4Smiodif expr a : '\(a\)' >/dev/null 2>&1; then 195*3d8817e4Smiod as_expr=expr 196*3d8817e4Smiodelse 197*3d8817e4Smiod as_expr=false 198*3d8817e4Smiodfi 199*3d8817e4Smiod 200*3d8817e4Smiodrm -f conf$$ conf$$.exe conf$$.file 201*3d8817e4Smiodecho >conf$$.file 202*3d8817e4Smiodif ln -s conf$$.file conf$$ 2>/dev/null; then 203*3d8817e4Smiod # We could just check for DJGPP; but this test a) works b) is more generic 204*3d8817e4Smiod # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205*3d8817e4Smiod if test -f conf$$.exe; then 206*3d8817e4Smiod # Don't use ln at all; we don't have any links 207*3d8817e4Smiod as_ln_s='cp -p' 208*3d8817e4Smiod else 209*3d8817e4Smiod as_ln_s='ln -s' 210*3d8817e4Smiod fi 211*3d8817e4Smiodelif ln conf$$.file conf$$ 2>/dev/null; then 212*3d8817e4Smiod as_ln_s=ln 213*3d8817e4Smiodelse 214*3d8817e4Smiod as_ln_s='cp -p' 215*3d8817e4Smiodfi 216*3d8817e4Smiodrm -f conf$$ conf$$.exe conf$$.file 217*3d8817e4Smiod 218*3d8817e4Smiodif mkdir -p . 2>/dev/null; then 219*3d8817e4Smiod as_mkdir_p=: 220*3d8817e4Smiodelse 221*3d8817e4Smiod test -d ./-p && rmdir ./-p 222*3d8817e4Smiod as_mkdir_p=false 223*3d8817e4Smiodfi 224*3d8817e4Smiod 225*3d8817e4Smiodas_executable_p="test -f" 226*3d8817e4Smiod 227*3d8817e4Smiod# Sed expression to map a string onto a valid CPP name. 228*3d8817e4Smiodas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 229*3d8817e4Smiod 230*3d8817e4Smiod# Sed expression to map a string onto a valid variable name. 231*3d8817e4Smiodas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 232*3d8817e4Smiod 233*3d8817e4Smiod 234*3d8817e4Smiod# IFS 235*3d8817e4Smiod# We need space, tab and new line, in precisely that order. 236*3d8817e4Smiodas_nl=' 237*3d8817e4Smiod' 238*3d8817e4SmiodIFS=" $as_nl" 239*3d8817e4Smiod 240*3d8817e4Smiod# CDPATH. 241*3d8817e4Smiod$as_unset CDPATH 242*3d8817e4Smiod 243*3d8817e4Smiod 244*3d8817e4Smiod# Name of the host. 245*3d8817e4Smiod# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 246*3d8817e4Smiod# so uname gets run too. 247*3d8817e4Smiodac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248*3d8817e4Smiod 249*3d8817e4Smiodexec 6>&1 250*3d8817e4Smiod 251*3d8817e4Smiod# 252*3d8817e4Smiod# Initializations. 253*3d8817e4Smiod# 254*3d8817e4Smiodac_default_prefix=/usr/local 255*3d8817e4Smiodac_config_libobj_dir=. 256*3d8817e4Smiodcross_compiling=no 257*3d8817e4Smiodsubdirs= 258*3d8817e4SmiodMFLAGS= 259*3d8817e4SmiodMAKEFLAGS= 260*3d8817e4SmiodSHELL=${CONFIG_SHELL-/bin/sh} 261*3d8817e4Smiod 262*3d8817e4Smiod# Maximum number of lines to put in a shell here document. 263*3d8817e4Smiod# This variable seems obsolete. It should probably be removed, and 264*3d8817e4Smiod# only ac_max_sed_lines should be used. 265*3d8817e4Smiod: ${ac_max_here_lines=38} 266*3d8817e4Smiod 267*3d8817e4Smiod# Identity of this package. 268*3d8817e4SmiodPACKAGE_NAME= 269*3d8817e4SmiodPACKAGE_TARNAME= 270*3d8817e4SmiodPACKAGE_VERSION= 271*3d8817e4SmiodPACKAGE_STRING= 272*3d8817e4SmiodPACKAGE_BUGREPORT= 273*3d8817e4Smiod 274*3d8817e4Smiodac_unique_file="Makefile.in" 275*3d8817e4Smiodac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA datarootdir docdir htmldir LIBOBJS LTLIBOBJS' 276*3d8817e4Smiodac_subst_files='' 277*3d8817e4Smiod 278*3d8817e4Smiod# Initialize some variables set by options. 279*3d8817e4Smiodac_init_help= 280*3d8817e4Smiodac_init_version=false 281*3d8817e4Smiod# The variables have the same names as the options, with 282*3d8817e4Smiod# dashes changed to underlines. 283*3d8817e4Smiodcache_file=/dev/null 284*3d8817e4Smiodexec_prefix=NONE 285*3d8817e4Smiodno_create= 286*3d8817e4Smiodno_recursion= 287*3d8817e4Smiodprefix=NONE 288*3d8817e4Smiodprogram_prefix=NONE 289*3d8817e4Smiodprogram_suffix=NONE 290*3d8817e4Smiodprogram_transform_name=s,x,x, 291*3d8817e4Smiodsilent= 292*3d8817e4Smiodsite= 293*3d8817e4Smiodsrcdir= 294*3d8817e4Smiodverbose= 295*3d8817e4Smiodx_includes=NONE 296*3d8817e4Smiodx_libraries=NONE 297*3d8817e4Smiod 298*3d8817e4Smiod# Installation directory options. 299*3d8817e4Smiod# These are left unexpanded so users can "make install exec_prefix=/foo" 300*3d8817e4Smiod# and all the variables that are supposed to be based on exec_prefix 301*3d8817e4Smiod# by default will actually change. 302*3d8817e4Smiod# Use braces instead of parens because sh, perl, etc. also accept them. 303*3d8817e4Smiodbindir='${exec_prefix}/bin' 304*3d8817e4Smiodsbindir='${exec_prefix}/sbin' 305*3d8817e4Smiodlibexecdir='${exec_prefix}/libexec' 306*3d8817e4Smioddatadir='${prefix}/share' 307*3d8817e4Smiodsysconfdir='${prefix}/etc' 308*3d8817e4Smiodsharedstatedir='${prefix}/com' 309*3d8817e4Smiodlocalstatedir='${prefix}/var' 310*3d8817e4Smiodlibdir='${exec_prefix}/lib' 311*3d8817e4Smiodincludedir='${prefix}/include' 312*3d8817e4Smiodoldincludedir='/usr/include' 313*3d8817e4Smiodinfodir='${prefix}/info' 314*3d8817e4Smiodmandir='${prefix}/man' 315*3d8817e4Smiod 316*3d8817e4Smiodac_prev= 317*3d8817e4Smiodfor ac_option 318*3d8817e4Smioddo 319*3d8817e4Smiod # If the previous option needs an argument, assign it. 320*3d8817e4Smiod if test -n "$ac_prev"; then 321*3d8817e4Smiod eval "$ac_prev=\$ac_option" 322*3d8817e4Smiod ac_prev= 323*3d8817e4Smiod continue 324*3d8817e4Smiod fi 325*3d8817e4Smiod 326*3d8817e4Smiod ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 327*3d8817e4Smiod 328*3d8817e4Smiod # Accept the important Cygnus configure options, so we can diagnose typos. 329*3d8817e4Smiod 330*3d8817e4Smiod case $ac_option in 331*3d8817e4Smiod 332*3d8817e4Smiod -bindir | --bindir | --bindi | --bind | --bin | --bi) 333*3d8817e4Smiod ac_prev=bindir ;; 334*3d8817e4Smiod -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 335*3d8817e4Smiod bindir=$ac_optarg ;; 336*3d8817e4Smiod 337*3d8817e4Smiod -build | --build | --buil | --bui | --bu) 338*3d8817e4Smiod ac_prev=build_alias ;; 339*3d8817e4Smiod -build=* | --build=* | --buil=* | --bui=* | --bu=*) 340*3d8817e4Smiod build_alias=$ac_optarg ;; 341*3d8817e4Smiod 342*3d8817e4Smiod -cache-file | --cache-file | --cache-fil | --cache-fi \ 343*3d8817e4Smiod | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 344*3d8817e4Smiod ac_prev=cache_file ;; 345*3d8817e4Smiod -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 346*3d8817e4Smiod | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 347*3d8817e4Smiod cache_file=$ac_optarg ;; 348*3d8817e4Smiod 349*3d8817e4Smiod --config-cache | -C) 350*3d8817e4Smiod cache_file=config.cache ;; 351*3d8817e4Smiod 352*3d8817e4Smiod -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 353*3d8817e4Smiod ac_prev=datadir ;; 354*3d8817e4Smiod -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 355*3d8817e4Smiod | --da=*) 356*3d8817e4Smiod datadir=$ac_optarg ;; 357*3d8817e4Smiod 358*3d8817e4Smiod -disable-* | --disable-*) 359*3d8817e4Smiod ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 360*3d8817e4Smiod # Reject names that are not valid shell variable names. 361*3d8817e4Smiod expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 362*3d8817e4Smiod { echo "$as_me: error: invalid feature name: $ac_feature" >&2 363*3d8817e4Smiod { (exit 1); exit 1; }; } 364*3d8817e4Smiod ac_feature=`echo $ac_feature | sed 's/-/_/g'` 365*3d8817e4Smiod eval "enable_$ac_feature=no" ;; 366*3d8817e4Smiod 367*3d8817e4Smiod -enable-* | --enable-*) 368*3d8817e4Smiod ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 369*3d8817e4Smiod # Reject names that are not valid shell variable names. 370*3d8817e4Smiod expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 371*3d8817e4Smiod { echo "$as_me: error: invalid feature name: $ac_feature" >&2 372*3d8817e4Smiod { (exit 1); exit 1; }; } 373*3d8817e4Smiod ac_feature=`echo $ac_feature | sed 's/-/_/g'` 374*3d8817e4Smiod case $ac_option in 375*3d8817e4Smiod *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 376*3d8817e4Smiod *) ac_optarg=yes ;; 377*3d8817e4Smiod esac 378*3d8817e4Smiod eval "enable_$ac_feature='$ac_optarg'" ;; 379*3d8817e4Smiod 380*3d8817e4Smiod -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 381*3d8817e4Smiod | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 382*3d8817e4Smiod | --exec | --exe | --ex) 383*3d8817e4Smiod ac_prev=exec_prefix ;; 384*3d8817e4Smiod -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 385*3d8817e4Smiod | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 386*3d8817e4Smiod | --exec=* | --exe=* | --ex=*) 387*3d8817e4Smiod exec_prefix=$ac_optarg ;; 388*3d8817e4Smiod 389*3d8817e4Smiod -gas | --gas | --ga | --g) 390*3d8817e4Smiod # Obsolete; use --with-gas. 391*3d8817e4Smiod with_gas=yes ;; 392*3d8817e4Smiod 393*3d8817e4Smiod -help | --help | --hel | --he | -h) 394*3d8817e4Smiod ac_init_help=long ;; 395*3d8817e4Smiod -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 396*3d8817e4Smiod ac_init_help=recursive ;; 397*3d8817e4Smiod -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 398*3d8817e4Smiod ac_init_help=short ;; 399*3d8817e4Smiod 400*3d8817e4Smiod -host | --host | --hos | --ho) 401*3d8817e4Smiod ac_prev=host_alias ;; 402*3d8817e4Smiod -host=* | --host=* | --hos=* | --ho=*) 403*3d8817e4Smiod host_alias=$ac_optarg ;; 404*3d8817e4Smiod 405*3d8817e4Smiod -includedir | --includedir | --includedi | --included | --include \ 406*3d8817e4Smiod | --includ | --inclu | --incl | --inc) 407*3d8817e4Smiod ac_prev=includedir ;; 408*3d8817e4Smiod -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 409*3d8817e4Smiod | --includ=* | --inclu=* | --incl=* | --inc=*) 410*3d8817e4Smiod includedir=$ac_optarg ;; 411*3d8817e4Smiod 412*3d8817e4Smiod -infodir | --infodir | --infodi | --infod | --info | --inf) 413*3d8817e4Smiod ac_prev=infodir ;; 414*3d8817e4Smiod -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 415*3d8817e4Smiod infodir=$ac_optarg ;; 416*3d8817e4Smiod 417*3d8817e4Smiod -libdir | --libdir | --libdi | --libd) 418*3d8817e4Smiod ac_prev=libdir ;; 419*3d8817e4Smiod -libdir=* | --libdir=* | --libdi=* | --libd=*) 420*3d8817e4Smiod libdir=$ac_optarg ;; 421*3d8817e4Smiod 422*3d8817e4Smiod -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 423*3d8817e4Smiod | --libexe | --libex | --libe) 424*3d8817e4Smiod ac_prev=libexecdir ;; 425*3d8817e4Smiod -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 426*3d8817e4Smiod | --libexe=* | --libex=* | --libe=*) 427*3d8817e4Smiod libexecdir=$ac_optarg ;; 428*3d8817e4Smiod 429*3d8817e4Smiod -localstatedir | --localstatedir | --localstatedi | --localstated \ 430*3d8817e4Smiod | --localstate | --localstat | --localsta | --localst \ 431*3d8817e4Smiod | --locals | --local | --loca | --loc | --lo) 432*3d8817e4Smiod ac_prev=localstatedir ;; 433*3d8817e4Smiod -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 434*3d8817e4Smiod | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 435*3d8817e4Smiod | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 436*3d8817e4Smiod localstatedir=$ac_optarg ;; 437*3d8817e4Smiod 438*3d8817e4Smiod -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 439*3d8817e4Smiod ac_prev=mandir ;; 440*3d8817e4Smiod -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 441*3d8817e4Smiod mandir=$ac_optarg ;; 442*3d8817e4Smiod 443*3d8817e4Smiod -nfp | --nfp | --nf) 444*3d8817e4Smiod # Obsolete; use --without-fp. 445*3d8817e4Smiod with_fp=no ;; 446*3d8817e4Smiod 447*3d8817e4Smiod -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 448*3d8817e4Smiod | --no-cr | --no-c | -n) 449*3d8817e4Smiod no_create=yes ;; 450*3d8817e4Smiod 451*3d8817e4Smiod -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 452*3d8817e4Smiod | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 453*3d8817e4Smiod no_recursion=yes ;; 454*3d8817e4Smiod 455*3d8817e4Smiod -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 456*3d8817e4Smiod | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 457*3d8817e4Smiod | --oldin | --oldi | --old | --ol | --o) 458*3d8817e4Smiod ac_prev=oldincludedir ;; 459*3d8817e4Smiod -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 460*3d8817e4Smiod | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 461*3d8817e4Smiod | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 462*3d8817e4Smiod oldincludedir=$ac_optarg ;; 463*3d8817e4Smiod 464*3d8817e4Smiod -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 465*3d8817e4Smiod ac_prev=prefix ;; 466*3d8817e4Smiod -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 467*3d8817e4Smiod prefix=$ac_optarg ;; 468*3d8817e4Smiod 469*3d8817e4Smiod -program-prefix | --program-prefix | --program-prefi | --program-pref \ 470*3d8817e4Smiod | --program-pre | --program-pr | --program-p) 471*3d8817e4Smiod ac_prev=program_prefix ;; 472*3d8817e4Smiod -program-prefix=* | --program-prefix=* | --program-prefi=* \ 473*3d8817e4Smiod | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 474*3d8817e4Smiod program_prefix=$ac_optarg ;; 475*3d8817e4Smiod 476*3d8817e4Smiod -program-suffix | --program-suffix | --program-suffi | --program-suff \ 477*3d8817e4Smiod | --program-suf | --program-su | --program-s) 478*3d8817e4Smiod ac_prev=program_suffix ;; 479*3d8817e4Smiod -program-suffix=* | --program-suffix=* | --program-suffi=* \ 480*3d8817e4Smiod | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 481*3d8817e4Smiod program_suffix=$ac_optarg ;; 482*3d8817e4Smiod 483*3d8817e4Smiod -program-transform-name | --program-transform-name \ 484*3d8817e4Smiod | --program-transform-nam | --program-transform-na \ 485*3d8817e4Smiod | --program-transform-n | --program-transform- \ 486*3d8817e4Smiod | --program-transform | --program-transfor \ 487*3d8817e4Smiod | --program-transfo | --program-transf \ 488*3d8817e4Smiod | --program-trans | --program-tran \ 489*3d8817e4Smiod | --progr-tra | --program-tr | --program-t) 490*3d8817e4Smiod ac_prev=program_transform_name ;; 491*3d8817e4Smiod -program-transform-name=* | --program-transform-name=* \ 492*3d8817e4Smiod | --program-transform-nam=* | --program-transform-na=* \ 493*3d8817e4Smiod | --program-transform-n=* | --program-transform-=* \ 494*3d8817e4Smiod | --program-transform=* | --program-transfor=* \ 495*3d8817e4Smiod | --program-transfo=* | --program-transf=* \ 496*3d8817e4Smiod | --program-trans=* | --program-tran=* \ 497*3d8817e4Smiod | --progr-tra=* | --program-tr=* | --program-t=*) 498*3d8817e4Smiod program_transform_name=$ac_optarg ;; 499*3d8817e4Smiod 500*3d8817e4Smiod -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 501*3d8817e4Smiod | -silent | --silent | --silen | --sile | --sil) 502*3d8817e4Smiod silent=yes ;; 503*3d8817e4Smiod 504*3d8817e4Smiod -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 505*3d8817e4Smiod ac_prev=sbindir ;; 506*3d8817e4Smiod -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 507*3d8817e4Smiod | --sbi=* | --sb=*) 508*3d8817e4Smiod sbindir=$ac_optarg ;; 509*3d8817e4Smiod 510*3d8817e4Smiod -sharedstatedir | --sharedstatedir | --sharedstatedi \ 511*3d8817e4Smiod | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 512*3d8817e4Smiod | --sharedst | --shareds | --shared | --share | --shar \ 513*3d8817e4Smiod | --sha | --sh) 514*3d8817e4Smiod ac_prev=sharedstatedir ;; 515*3d8817e4Smiod -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 516*3d8817e4Smiod | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 517*3d8817e4Smiod | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 518*3d8817e4Smiod | --sha=* | --sh=*) 519*3d8817e4Smiod sharedstatedir=$ac_optarg ;; 520*3d8817e4Smiod 521*3d8817e4Smiod -site | --site | --sit) 522*3d8817e4Smiod ac_prev=site ;; 523*3d8817e4Smiod -site=* | --site=* | --sit=*) 524*3d8817e4Smiod site=$ac_optarg ;; 525*3d8817e4Smiod 526*3d8817e4Smiod -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 527*3d8817e4Smiod ac_prev=srcdir ;; 528*3d8817e4Smiod -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 529*3d8817e4Smiod srcdir=$ac_optarg ;; 530*3d8817e4Smiod 531*3d8817e4Smiod -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 532*3d8817e4Smiod | --syscon | --sysco | --sysc | --sys | --sy) 533*3d8817e4Smiod ac_prev=sysconfdir ;; 534*3d8817e4Smiod -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 535*3d8817e4Smiod | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 536*3d8817e4Smiod sysconfdir=$ac_optarg ;; 537*3d8817e4Smiod 538*3d8817e4Smiod -target | --target | --targe | --targ | --tar | --ta | --t) 539*3d8817e4Smiod ac_prev=target_alias ;; 540*3d8817e4Smiod -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 541*3d8817e4Smiod target_alias=$ac_optarg ;; 542*3d8817e4Smiod 543*3d8817e4Smiod -v | -verbose | --verbose | --verbos | --verbo | --verb) 544*3d8817e4Smiod verbose=yes ;; 545*3d8817e4Smiod 546*3d8817e4Smiod -version | --version | --versio | --versi | --vers | -V) 547*3d8817e4Smiod ac_init_version=: ;; 548*3d8817e4Smiod 549*3d8817e4Smiod -with-* | --with-*) 550*3d8817e4Smiod ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 551*3d8817e4Smiod # Reject names that are not valid shell variable names. 552*3d8817e4Smiod expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 553*3d8817e4Smiod { echo "$as_me: error: invalid package name: $ac_package" >&2 554*3d8817e4Smiod { (exit 1); exit 1; }; } 555*3d8817e4Smiod ac_package=`echo $ac_package| sed 's/-/_/g'` 556*3d8817e4Smiod case $ac_option in 557*3d8817e4Smiod *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 558*3d8817e4Smiod *) ac_optarg=yes ;; 559*3d8817e4Smiod esac 560*3d8817e4Smiod eval "with_$ac_package='$ac_optarg'" ;; 561*3d8817e4Smiod 562*3d8817e4Smiod -without-* | --without-*) 563*3d8817e4Smiod ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 564*3d8817e4Smiod # Reject names that are not valid shell variable names. 565*3d8817e4Smiod expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 566*3d8817e4Smiod { echo "$as_me: error: invalid package name: $ac_package" >&2 567*3d8817e4Smiod { (exit 1); exit 1; }; } 568*3d8817e4Smiod ac_package=`echo $ac_package | sed 's/-/_/g'` 569*3d8817e4Smiod eval "with_$ac_package=no" ;; 570*3d8817e4Smiod 571*3d8817e4Smiod --x) 572*3d8817e4Smiod # Obsolete; use --with-x. 573*3d8817e4Smiod with_x=yes ;; 574*3d8817e4Smiod 575*3d8817e4Smiod -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 576*3d8817e4Smiod | --x-incl | --x-inc | --x-in | --x-i) 577*3d8817e4Smiod ac_prev=x_includes ;; 578*3d8817e4Smiod -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 579*3d8817e4Smiod | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 580*3d8817e4Smiod x_includes=$ac_optarg ;; 581*3d8817e4Smiod 582*3d8817e4Smiod -x-libraries | --x-libraries | --x-librarie | --x-librari \ 583*3d8817e4Smiod | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 584*3d8817e4Smiod ac_prev=x_libraries ;; 585*3d8817e4Smiod -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 586*3d8817e4Smiod | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 587*3d8817e4Smiod x_libraries=$ac_optarg ;; 588*3d8817e4Smiod 589*3d8817e4Smiod -*) { echo "$as_me: error: unrecognized option: $ac_option 590*3d8817e4SmiodTry \`$0 --help' for more information." >&2 591*3d8817e4Smiod { (exit 1); exit 1; }; } 592*3d8817e4Smiod ;; 593*3d8817e4Smiod 594*3d8817e4Smiod *=*) 595*3d8817e4Smiod ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 596*3d8817e4Smiod # Reject names that are not valid shell variable names. 597*3d8817e4Smiod expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 598*3d8817e4Smiod { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 599*3d8817e4Smiod { (exit 1); exit 1; }; } 600*3d8817e4Smiod ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 601*3d8817e4Smiod eval "$ac_envvar='$ac_optarg'" 602*3d8817e4Smiod export $ac_envvar ;; 603*3d8817e4Smiod 604*3d8817e4Smiod *) 605*3d8817e4Smiod # FIXME: should be removed in autoconf 3.0. 606*3d8817e4Smiod echo "$as_me: WARNING: you should use --build, --host, --target" >&2 607*3d8817e4Smiod expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 608*3d8817e4Smiod echo "$as_me: WARNING: invalid host type: $ac_option" >&2 609*3d8817e4Smiod : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 610*3d8817e4Smiod ;; 611*3d8817e4Smiod 612*3d8817e4Smiod esac 613*3d8817e4Smioddone 614*3d8817e4Smiod 615*3d8817e4Smiodif test -n "$ac_prev"; then 616*3d8817e4Smiod ac_option=--`echo $ac_prev | sed 's/_/-/g'` 617*3d8817e4Smiod { echo "$as_me: error: missing argument to $ac_option" >&2 618*3d8817e4Smiod { (exit 1); exit 1; }; } 619*3d8817e4Smiodfi 620*3d8817e4Smiod 621*3d8817e4Smiod# Be sure to have absolute paths. 622*3d8817e4Smiodfor ac_var in exec_prefix prefix 623*3d8817e4Smioddo 624*3d8817e4Smiod eval ac_val=$`echo $ac_var` 625*3d8817e4Smiod case $ac_val in 626*3d8817e4Smiod [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 627*3d8817e4Smiod *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 628*3d8817e4Smiod { (exit 1); exit 1; }; };; 629*3d8817e4Smiod esac 630*3d8817e4Smioddone 631*3d8817e4Smiod 632*3d8817e4Smiod# Be sure to have absolute paths. 633*3d8817e4Smiodfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 634*3d8817e4Smiod localstatedir libdir includedir oldincludedir infodir mandir 635*3d8817e4Smioddo 636*3d8817e4Smiod eval ac_val=$`echo $ac_var` 637*3d8817e4Smiod case $ac_val in 638*3d8817e4Smiod [\\/$]* | ?:[\\/]* ) ;; 639*3d8817e4Smiod *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 640*3d8817e4Smiod { (exit 1); exit 1; }; };; 641*3d8817e4Smiod esac 642*3d8817e4Smioddone 643*3d8817e4Smiod 644*3d8817e4Smiod# There might be people who depend on the old broken behavior: `$host' 645*3d8817e4Smiod# used to hold the argument of --host etc. 646*3d8817e4Smiod# FIXME: To remove some day. 647*3d8817e4Smiodbuild=$build_alias 648*3d8817e4Smiodhost=$host_alias 649*3d8817e4Smiodtarget=$target_alias 650*3d8817e4Smiod 651*3d8817e4Smiod# FIXME: To remove some day. 652*3d8817e4Smiodif test "x$host_alias" != x; then 653*3d8817e4Smiod if test "x$build_alias" = x; then 654*3d8817e4Smiod cross_compiling=maybe 655*3d8817e4Smiod echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 656*3d8817e4Smiod If a cross compiler is detected then cross compile mode will be used." >&2 657*3d8817e4Smiod elif test "x$build_alias" != "x$host_alias"; then 658*3d8817e4Smiod cross_compiling=yes 659*3d8817e4Smiod fi 660*3d8817e4Smiodfi 661*3d8817e4Smiod 662*3d8817e4Smiodac_tool_prefix= 663*3d8817e4Smiodtest -n "$host_alias" && ac_tool_prefix=$host_alias- 664*3d8817e4Smiod 665*3d8817e4Smiodtest "$silent" = yes && exec 6>/dev/null 666*3d8817e4Smiod 667*3d8817e4Smiod 668*3d8817e4Smiod# Find the source files, if location was not specified. 669*3d8817e4Smiodif test -z "$srcdir"; then 670*3d8817e4Smiod ac_srcdir_defaulted=yes 671*3d8817e4Smiod # Try the directory containing this script, then its parent. 672*3d8817e4Smiod ac_confdir=`(dirname "$0") 2>/dev/null || 673*3d8817e4Smiod$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 674*3d8817e4Smiod X"$0" : 'X\(//\)[^/]' \| \ 675*3d8817e4Smiod X"$0" : 'X\(//\)$' \| \ 676*3d8817e4Smiod X"$0" : 'X\(/\)' \| \ 677*3d8817e4Smiod . : '\(.\)' 2>/dev/null || 678*3d8817e4Smiodecho X"$0" | 679*3d8817e4Smiod sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 680*3d8817e4Smiod /^X\(\/\/\)[^/].*/{ s//\1/; q; } 681*3d8817e4Smiod /^X\(\/\/\)$/{ s//\1/; q; } 682*3d8817e4Smiod /^X\(\/\).*/{ s//\1/; q; } 683*3d8817e4Smiod s/.*/./; q'` 684*3d8817e4Smiod srcdir=$ac_confdir 685*3d8817e4Smiod if test ! -r $srcdir/$ac_unique_file; then 686*3d8817e4Smiod srcdir=.. 687*3d8817e4Smiod fi 688*3d8817e4Smiodelse 689*3d8817e4Smiod ac_srcdir_defaulted=no 690*3d8817e4Smiodfi 691*3d8817e4Smiodif test ! -r $srcdir/$ac_unique_file; then 692*3d8817e4Smiod if test "$ac_srcdir_defaulted" = yes; then 693*3d8817e4Smiod { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 694*3d8817e4Smiod { (exit 1); exit 1; }; } 695*3d8817e4Smiod else 696*3d8817e4Smiod { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 697*3d8817e4Smiod { (exit 1); exit 1; }; } 698*3d8817e4Smiod fi 699*3d8817e4Smiodfi 700*3d8817e4Smiod(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 701*3d8817e4Smiod { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 702*3d8817e4Smiod { (exit 1); exit 1; }; } 703*3d8817e4Smiodsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 704*3d8817e4Smiodac_env_build_alias_set=${build_alias+set} 705*3d8817e4Smiodac_env_build_alias_value=$build_alias 706*3d8817e4Smiodac_cv_env_build_alias_set=${build_alias+set} 707*3d8817e4Smiodac_cv_env_build_alias_value=$build_alias 708*3d8817e4Smiodac_env_host_alias_set=${host_alias+set} 709*3d8817e4Smiodac_env_host_alias_value=$host_alias 710*3d8817e4Smiodac_cv_env_host_alias_set=${host_alias+set} 711*3d8817e4Smiodac_cv_env_host_alias_value=$host_alias 712*3d8817e4Smiodac_env_target_alias_set=${target_alias+set} 713*3d8817e4Smiodac_env_target_alias_value=$target_alias 714*3d8817e4Smiodac_cv_env_target_alias_set=${target_alias+set} 715*3d8817e4Smiodac_cv_env_target_alias_value=$target_alias 716*3d8817e4Smiod 717*3d8817e4Smiod# 718*3d8817e4Smiod# Report the --help message. 719*3d8817e4Smiod# 720*3d8817e4Smiodif test "$ac_init_help" = "long"; then 721*3d8817e4Smiod # Omit some internal or obsolete options to make the list less imposing. 722*3d8817e4Smiod # This message is too long to be a string in the A/UX 3.1 sh. 723*3d8817e4Smiod cat <<_ACEOF 724*3d8817e4Smiod\`configure' configures this package to adapt to many kinds of systems. 725*3d8817e4Smiod 726*3d8817e4SmiodUsage: $0 [OPTION]... [VAR=VALUE]... 727*3d8817e4Smiod 728*3d8817e4SmiodTo assign environment variables (e.g., CC, CFLAGS...), specify them as 729*3d8817e4SmiodVAR=VALUE. See below for descriptions of some of the useful variables. 730*3d8817e4Smiod 731*3d8817e4SmiodDefaults for the options are specified in brackets. 732*3d8817e4Smiod 733*3d8817e4SmiodConfiguration: 734*3d8817e4Smiod -h, --help display this help and exit 735*3d8817e4Smiod --help=short display options specific to this package 736*3d8817e4Smiod --help=recursive display the short help of all the included packages 737*3d8817e4Smiod -V, --version display version information and exit 738*3d8817e4Smiod -q, --quiet, --silent do not print \`checking...' messages 739*3d8817e4Smiod --cache-file=FILE cache test results in FILE [disabled] 740*3d8817e4Smiod -C, --config-cache alias for \`--cache-file=config.cache' 741*3d8817e4Smiod -n, --no-create do not create output files 742*3d8817e4Smiod --srcdir=DIR find the sources in DIR [configure dir or \`..'] 743*3d8817e4Smiod 744*3d8817e4Smiod_ACEOF 745*3d8817e4Smiod 746*3d8817e4Smiod cat <<_ACEOF 747*3d8817e4SmiodInstallation directories: 748*3d8817e4Smiod --prefix=PREFIX install architecture-independent files in PREFIX 749*3d8817e4Smiod [$ac_default_prefix] 750*3d8817e4Smiod --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 751*3d8817e4Smiod [PREFIX] 752*3d8817e4Smiod 753*3d8817e4SmiodBy default, \`make install' will install all the files in 754*3d8817e4Smiod\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 755*3d8817e4Smiodan installation prefix other than \`$ac_default_prefix' using \`--prefix', 756*3d8817e4Smiodfor instance \`--prefix=\$HOME'. 757*3d8817e4Smiod 758*3d8817e4SmiodFor better control, use the options below. 759*3d8817e4Smiod 760*3d8817e4SmiodFine tuning of the installation directories: 761*3d8817e4Smiod --bindir=DIR user executables [EPREFIX/bin] 762*3d8817e4Smiod --sbindir=DIR system admin executables [EPREFIX/sbin] 763*3d8817e4Smiod --libexecdir=DIR program executables [EPREFIX/libexec] 764*3d8817e4Smiod --datadir=DIR read-only architecture-independent data [PREFIX/share] 765*3d8817e4Smiod --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 766*3d8817e4Smiod --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 767*3d8817e4Smiod --localstatedir=DIR modifiable single-machine data [PREFIX/var] 768*3d8817e4Smiod --libdir=DIR object code libraries [EPREFIX/lib] 769*3d8817e4Smiod --includedir=DIR C header files [PREFIX/include] 770*3d8817e4Smiod --oldincludedir=DIR C header files for non-gcc [/usr/include] 771*3d8817e4Smiod --infodir=DIR info documentation [PREFIX/info] 772*3d8817e4Smiod --mandir=DIR man documentation [PREFIX/man] 773*3d8817e4Smiod_ACEOF 774*3d8817e4Smiod 775*3d8817e4Smiod cat <<\_ACEOF 776*3d8817e4Smiod_ACEOF 777*3d8817e4Smiodfi 778*3d8817e4Smiod 779*3d8817e4Smiodif test -n "$ac_init_help"; then 780*3d8817e4Smiod 781*3d8817e4Smiod cat <<\_ACEOF 782*3d8817e4Smiod 783*3d8817e4Smiod_ACEOF 784*3d8817e4Smiodfi 785*3d8817e4Smiod 786*3d8817e4Smiodif test "$ac_init_help" = "recursive"; then 787*3d8817e4Smiod # If there are subdirs, report their specific --help. 788*3d8817e4Smiod ac_popdir=`pwd` 789*3d8817e4Smiod for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 790*3d8817e4Smiod test -d $ac_dir || continue 791*3d8817e4Smiod ac_builddir=. 792*3d8817e4Smiod 793*3d8817e4Smiodif test "$ac_dir" != .; then 794*3d8817e4Smiod ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 795*3d8817e4Smiod # A "../" for each directory in $ac_dir_suffix. 796*3d8817e4Smiod ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 797*3d8817e4Smiodelse 798*3d8817e4Smiod ac_dir_suffix= ac_top_builddir= 799*3d8817e4Smiodfi 800*3d8817e4Smiod 801*3d8817e4Smiodcase $srcdir in 802*3d8817e4Smiod .) # No --srcdir option. We are building in place. 803*3d8817e4Smiod ac_srcdir=. 804*3d8817e4Smiod if test -z "$ac_top_builddir"; then 805*3d8817e4Smiod ac_top_srcdir=. 806*3d8817e4Smiod else 807*3d8817e4Smiod ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 808*3d8817e4Smiod fi ;; 809*3d8817e4Smiod [\\/]* | ?:[\\/]* ) # Absolute path. 810*3d8817e4Smiod ac_srcdir=$srcdir$ac_dir_suffix; 811*3d8817e4Smiod ac_top_srcdir=$srcdir ;; 812*3d8817e4Smiod *) # Relative path. 813*3d8817e4Smiod ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 814*3d8817e4Smiod ac_top_srcdir=$ac_top_builddir$srcdir ;; 815*3d8817e4Smiodesac 816*3d8817e4Smiod 817*3d8817e4Smiod# Do not use `cd foo && pwd` to compute absolute paths, because 818*3d8817e4Smiod# the directories may not exist. 819*3d8817e4Smiodcase `pwd` in 820*3d8817e4Smiod.) ac_abs_builddir="$ac_dir";; 821*3d8817e4Smiod*) 822*3d8817e4Smiod case "$ac_dir" in 823*3d8817e4Smiod .) ac_abs_builddir=`pwd`;; 824*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 825*3d8817e4Smiod *) ac_abs_builddir=`pwd`/"$ac_dir";; 826*3d8817e4Smiod esac;; 827*3d8817e4Smiodesac 828*3d8817e4Smiodcase $ac_abs_builddir in 829*3d8817e4Smiod.) ac_abs_top_builddir=${ac_top_builddir}.;; 830*3d8817e4Smiod*) 831*3d8817e4Smiod case ${ac_top_builddir}. in 832*3d8817e4Smiod .) ac_abs_top_builddir=$ac_abs_builddir;; 833*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 834*3d8817e4Smiod *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 835*3d8817e4Smiod esac;; 836*3d8817e4Smiodesac 837*3d8817e4Smiodcase $ac_abs_builddir in 838*3d8817e4Smiod.) ac_abs_srcdir=$ac_srcdir;; 839*3d8817e4Smiod*) 840*3d8817e4Smiod case $ac_srcdir in 841*3d8817e4Smiod .) ac_abs_srcdir=$ac_abs_builddir;; 842*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 843*3d8817e4Smiod *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 844*3d8817e4Smiod esac;; 845*3d8817e4Smiodesac 846*3d8817e4Smiodcase $ac_abs_builddir in 847*3d8817e4Smiod.) ac_abs_top_srcdir=$ac_top_srcdir;; 848*3d8817e4Smiod*) 849*3d8817e4Smiod case $ac_top_srcdir in 850*3d8817e4Smiod .) ac_abs_top_srcdir=$ac_abs_builddir;; 851*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 852*3d8817e4Smiod *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 853*3d8817e4Smiod esac;; 854*3d8817e4Smiodesac 855*3d8817e4Smiod 856*3d8817e4Smiod cd $ac_dir 857*3d8817e4Smiod # Check for guested configure; otherwise get Cygnus style configure. 858*3d8817e4Smiod if test -f $ac_srcdir/configure.gnu; then 859*3d8817e4Smiod echo 860*3d8817e4Smiod $SHELL $ac_srcdir/configure.gnu --help=recursive 861*3d8817e4Smiod elif test -f $ac_srcdir/configure; then 862*3d8817e4Smiod echo 863*3d8817e4Smiod $SHELL $ac_srcdir/configure --help=recursive 864*3d8817e4Smiod elif test -f $ac_srcdir/configure.ac || 865*3d8817e4Smiod test -f $ac_srcdir/configure.in; then 866*3d8817e4Smiod echo 867*3d8817e4Smiod $ac_configure --help 868*3d8817e4Smiod else 869*3d8817e4Smiod echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 870*3d8817e4Smiod fi 871*3d8817e4Smiod cd $ac_popdir 872*3d8817e4Smiod done 873*3d8817e4Smiodfi 874*3d8817e4Smiod 875*3d8817e4Smiodtest -n "$ac_init_help" && exit 0 876*3d8817e4Smiodif $ac_init_version; then 877*3d8817e4Smiod cat <<\_ACEOF 878*3d8817e4Smiod 879*3d8817e4SmiodCopyright (C) 2003 Free Software Foundation, Inc. 880*3d8817e4SmiodThis configure script is free software; the Free Software Foundation 881*3d8817e4Smiodgives unlimited permission to copy, distribute and modify it. 882*3d8817e4Smiod_ACEOF 883*3d8817e4Smiod exit 0 884*3d8817e4Smiodfi 885*3d8817e4Smiodexec 5>config.log 886*3d8817e4Smiodcat >&5 <<_ACEOF 887*3d8817e4SmiodThis file contains any messages produced by compilers while 888*3d8817e4Smiodrunning configure, to aid debugging if configure makes a mistake. 889*3d8817e4Smiod 890*3d8817e4SmiodIt was created by $as_me, which was 891*3d8817e4Smiodgenerated by GNU Autoconf 2.59. Invocation command line was 892*3d8817e4Smiod 893*3d8817e4Smiod $ $0 $@ 894*3d8817e4Smiod 895*3d8817e4Smiod_ACEOF 896*3d8817e4Smiod{ 897*3d8817e4Smiodcat <<_ASUNAME 898*3d8817e4Smiod## --------- ## 899*3d8817e4Smiod## Platform. ## 900*3d8817e4Smiod## --------- ## 901*3d8817e4Smiod 902*3d8817e4Smiodhostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 903*3d8817e4Smioduname -m = `(uname -m) 2>/dev/null || echo unknown` 904*3d8817e4Smioduname -r = `(uname -r) 2>/dev/null || echo unknown` 905*3d8817e4Smioduname -s = `(uname -s) 2>/dev/null || echo unknown` 906*3d8817e4Smioduname -v = `(uname -v) 2>/dev/null || echo unknown` 907*3d8817e4Smiod 908*3d8817e4Smiod/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 909*3d8817e4Smiod/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 910*3d8817e4Smiod 911*3d8817e4Smiod/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 912*3d8817e4Smiod/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 913*3d8817e4Smiod/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 914*3d8817e4Smiodhostinfo = `(hostinfo) 2>/dev/null || echo unknown` 915*3d8817e4Smiod/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 916*3d8817e4Smiod/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 917*3d8817e4Smiod/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 918*3d8817e4Smiod 919*3d8817e4Smiod_ASUNAME 920*3d8817e4Smiod 921*3d8817e4Smiodas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 922*3d8817e4Smiodfor as_dir in $PATH 923*3d8817e4Smioddo 924*3d8817e4Smiod IFS=$as_save_IFS 925*3d8817e4Smiod test -z "$as_dir" && as_dir=. 926*3d8817e4Smiod echo "PATH: $as_dir" 927*3d8817e4Smioddone 928*3d8817e4Smiod 929*3d8817e4Smiod} >&5 930*3d8817e4Smiod 931*3d8817e4Smiodcat >&5 <<_ACEOF 932*3d8817e4Smiod 933*3d8817e4Smiod 934*3d8817e4Smiod## ----------- ## 935*3d8817e4Smiod## Core tests. ## 936*3d8817e4Smiod## ----------- ## 937*3d8817e4Smiod 938*3d8817e4Smiod_ACEOF 939*3d8817e4Smiod 940*3d8817e4Smiod 941*3d8817e4Smiod# Keep a trace of the command line. 942*3d8817e4Smiod# Strip out --no-create and --no-recursion so they do not pile up. 943*3d8817e4Smiod# Strip out --silent because we don't want to record it for future runs. 944*3d8817e4Smiod# Also quote any args containing shell meta-characters. 945*3d8817e4Smiod# Make two passes to allow for proper duplicate-argument suppression. 946*3d8817e4Smiodac_configure_args= 947*3d8817e4Smiodac_configure_args0= 948*3d8817e4Smiodac_configure_args1= 949*3d8817e4Smiodac_sep= 950*3d8817e4Smiodac_must_keep_next=false 951*3d8817e4Smiodfor ac_pass in 1 2 952*3d8817e4Smioddo 953*3d8817e4Smiod for ac_arg 954*3d8817e4Smiod do 955*3d8817e4Smiod case $ac_arg in 956*3d8817e4Smiod -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 957*3d8817e4Smiod -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 958*3d8817e4Smiod | -silent | --silent | --silen | --sile | --sil) 959*3d8817e4Smiod continue ;; 960*3d8817e4Smiod *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 961*3d8817e4Smiod ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 962*3d8817e4Smiod esac 963*3d8817e4Smiod case $ac_pass in 964*3d8817e4Smiod 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 965*3d8817e4Smiod 2) 966*3d8817e4Smiod ac_configure_args1="$ac_configure_args1 '$ac_arg'" 967*3d8817e4Smiod if test $ac_must_keep_next = true; then 968*3d8817e4Smiod ac_must_keep_next=false # Got value, back to normal. 969*3d8817e4Smiod else 970*3d8817e4Smiod case $ac_arg in 971*3d8817e4Smiod *=* | --config-cache | -C | -disable-* | --disable-* \ 972*3d8817e4Smiod | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 973*3d8817e4Smiod | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 974*3d8817e4Smiod | -with-* | --with-* | -without-* | --without-* | --x) 975*3d8817e4Smiod case "$ac_configure_args0 " in 976*3d8817e4Smiod "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 977*3d8817e4Smiod esac 978*3d8817e4Smiod ;; 979*3d8817e4Smiod -* ) ac_must_keep_next=true ;; 980*3d8817e4Smiod esac 981*3d8817e4Smiod fi 982*3d8817e4Smiod ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 983*3d8817e4Smiod # Get rid of the leading space. 984*3d8817e4Smiod ac_sep=" " 985*3d8817e4Smiod ;; 986*3d8817e4Smiod esac 987*3d8817e4Smiod done 988*3d8817e4Smioddone 989*3d8817e4Smiod$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 990*3d8817e4Smiod$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 991*3d8817e4Smiod 992*3d8817e4Smiod# When interrupted or exit'd, cleanup temporary files, and complete 993*3d8817e4Smiod# config.log. We remove comments because anyway the quotes in there 994*3d8817e4Smiod# would cause problems or look ugly. 995*3d8817e4Smiod# WARNING: Be sure not to use single quotes in there, as some shells, 996*3d8817e4Smiod# such as our DU 5.0 friend, will then `close' the trap. 997*3d8817e4Smiodtrap 'exit_status=$? 998*3d8817e4Smiod # Save into config.log some information that might help in debugging. 999*3d8817e4Smiod { 1000*3d8817e4Smiod echo 1001*3d8817e4Smiod 1002*3d8817e4Smiod cat <<\_ASBOX 1003*3d8817e4Smiod## ---------------- ## 1004*3d8817e4Smiod## Cache variables. ## 1005*3d8817e4Smiod## ---------------- ## 1006*3d8817e4Smiod_ASBOX 1007*3d8817e4Smiod echo 1008*3d8817e4Smiod # The following way of writing the cache mishandles newlines in values, 1009*3d8817e4Smiod{ 1010*3d8817e4Smiod (set) 2>&1 | 1011*3d8817e4Smiod case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1012*3d8817e4Smiod *ac_space=\ *) 1013*3d8817e4Smiod sed -n \ 1014*3d8817e4Smiod "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1015*3d8817e4Smiod s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1016*3d8817e4Smiod ;; 1017*3d8817e4Smiod *) 1018*3d8817e4Smiod sed -n \ 1019*3d8817e4Smiod "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1020*3d8817e4Smiod ;; 1021*3d8817e4Smiod esac; 1022*3d8817e4Smiod} 1023*3d8817e4Smiod echo 1024*3d8817e4Smiod 1025*3d8817e4Smiod cat <<\_ASBOX 1026*3d8817e4Smiod## ----------------- ## 1027*3d8817e4Smiod## Output variables. ## 1028*3d8817e4Smiod## ----------------- ## 1029*3d8817e4Smiod_ASBOX 1030*3d8817e4Smiod echo 1031*3d8817e4Smiod for ac_var in $ac_subst_vars 1032*3d8817e4Smiod do 1033*3d8817e4Smiod eval ac_val=$`echo $ac_var` 1034*3d8817e4Smiod echo "$ac_var='"'"'$ac_val'"'"'" 1035*3d8817e4Smiod done | sort 1036*3d8817e4Smiod echo 1037*3d8817e4Smiod 1038*3d8817e4Smiod if test -n "$ac_subst_files"; then 1039*3d8817e4Smiod cat <<\_ASBOX 1040*3d8817e4Smiod## ------------- ## 1041*3d8817e4Smiod## Output files. ## 1042*3d8817e4Smiod## ------------- ## 1043*3d8817e4Smiod_ASBOX 1044*3d8817e4Smiod echo 1045*3d8817e4Smiod for ac_var in $ac_subst_files 1046*3d8817e4Smiod do 1047*3d8817e4Smiod eval ac_val=$`echo $ac_var` 1048*3d8817e4Smiod echo "$ac_var='"'"'$ac_val'"'"'" 1049*3d8817e4Smiod done | sort 1050*3d8817e4Smiod echo 1051*3d8817e4Smiod fi 1052*3d8817e4Smiod 1053*3d8817e4Smiod if test -s confdefs.h; then 1054*3d8817e4Smiod cat <<\_ASBOX 1055*3d8817e4Smiod## ----------- ## 1056*3d8817e4Smiod## confdefs.h. ## 1057*3d8817e4Smiod## ----------- ## 1058*3d8817e4Smiod_ASBOX 1059*3d8817e4Smiod echo 1060*3d8817e4Smiod sed "/^$/d" confdefs.h | sort 1061*3d8817e4Smiod echo 1062*3d8817e4Smiod fi 1063*3d8817e4Smiod test "$ac_signal" != 0 && 1064*3d8817e4Smiod echo "$as_me: caught signal $ac_signal" 1065*3d8817e4Smiod echo "$as_me: exit $exit_status" 1066*3d8817e4Smiod } >&5 1067*3d8817e4Smiod rm -f core *.core && 1068*3d8817e4Smiod rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1069*3d8817e4Smiod exit $exit_status 1070*3d8817e4Smiod ' 0 1071*3d8817e4Smiodfor ac_signal in 1 2 13 15; do 1072*3d8817e4Smiod trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1073*3d8817e4Smioddone 1074*3d8817e4Smiodac_signal=0 1075*3d8817e4Smiod 1076*3d8817e4Smiod# confdefs.h avoids OS command line length limits that DEFS can exceed. 1077*3d8817e4Smiodrm -rf conftest* confdefs.h 1078*3d8817e4Smiod# AIX cpp loses on an empty file, so make sure it contains at least a newline. 1079*3d8817e4Smiodecho >confdefs.h 1080*3d8817e4Smiod 1081*3d8817e4Smiod# Predefined preprocessor variables. 1082*3d8817e4Smiod 1083*3d8817e4Smiodcat >>confdefs.h <<_ACEOF 1084*3d8817e4Smiod#define PACKAGE_NAME "$PACKAGE_NAME" 1085*3d8817e4Smiod_ACEOF 1086*3d8817e4Smiod 1087*3d8817e4Smiod 1088*3d8817e4Smiodcat >>confdefs.h <<_ACEOF 1089*3d8817e4Smiod#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1090*3d8817e4Smiod_ACEOF 1091*3d8817e4Smiod 1092*3d8817e4Smiod 1093*3d8817e4Smiodcat >>confdefs.h <<_ACEOF 1094*3d8817e4Smiod#define PACKAGE_VERSION "$PACKAGE_VERSION" 1095*3d8817e4Smiod_ACEOF 1096*3d8817e4Smiod 1097*3d8817e4Smiod 1098*3d8817e4Smiodcat >>confdefs.h <<_ACEOF 1099*3d8817e4Smiod#define PACKAGE_STRING "$PACKAGE_STRING" 1100*3d8817e4Smiod_ACEOF 1101*3d8817e4Smiod 1102*3d8817e4Smiod 1103*3d8817e4Smiodcat >>confdefs.h <<_ACEOF 1104*3d8817e4Smiod#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1105*3d8817e4Smiod_ACEOF 1106*3d8817e4Smiod 1107*3d8817e4Smiod 1108*3d8817e4Smiod# Let the site file select an alternate cache file if it wants to. 1109*3d8817e4Smiod# Prefer explicitly selected file to automatically selected ones. 1110*3d8817e4Smiodif test -z "$CONFIG_SITE"; then 1111*3d8817e4Smiod if test "x$prefix" != xNONE; then 1112*3d8817e4Smiod CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1113*3d8817e4Smiod else 1114*3d8817e4Smiod CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1115*3d8817e4Smiod fi 1116*3d8817e4Smiodfi 1117*3d8817e4Smiodfor ac_site_file in $CONFIG_SITE; do 1118*3d8817e4Smiod if test -r "$ac_site_file"; then 1119*3d8817e4Smiod { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1120*3d8817e4Smiodecho "$as_me: loading site script $ac_site_file" >&6;} 1121*3d8817e4Smiod sed 's/^/| /' "$ac_site_file" >&5 1122*3d8817e4Smiod . "$ac_site_file" 1123*3d8817e4Smiod fi 1124*3d8817e4Smioddone 1125*3d8817e4Smiod 1126*3d8817e4Smiodif test -r "$cache_file"; then 1127*3d8817e4Smiod # Some versions of bash will fail to source /dev/null (special 1128*3d8817e4Smiod # files actually), so we avoid doing that. 1129*3d8817e4Smiod if test -f "$cache_file"; then 1130*3d8817e4Smiod { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1131*3d8817e4Smiodecho "$as_me: loading cache $cache_file" >&6;} 1132*3d8817e4Smiod case $cache_file in 1133*3d8817e4Smiod [\\/]* | ?:[\\/]* ) . $cache_file;; 1134*3d8817e4Smiod *) . ./$cache_file;; 1135*3d8817e4Smiod esac 1136*3d8817e4Smiod fi 1137*3d8817e4Smiodelse 1138*3d8817e4Smiod { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1139*3d8817e4Smiodecho "$as_me: creating cache $cache_file" >&6;} 1140*3d8817e4Smiod >$cache_file 1141*3d8817e4Smiodfi 1142*3d8817e4Smiod 1143*3d8817e4Smiod# Check that the precious variables saved in the cache have kept the same 1144*3d8817e4Smiod# value. 1145*3d8817e4Smiodac_cache_corrupted=false 1146*3d8817e4Smiodfor ac_var in `(set) 2>&1 | 1147*3d8817e4Smiod sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1148*3d8817e4Smiod eval ac_old_set=\$ac_cv_env_${ac_var}_set 1149*3d8817e4Smiod eval ac_new_set=\$ac_env_${ac_var}_set 1150*3d8817e4Smiod eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1151*3d8817e4Smiod eval ac_new_val="\$ac_env_${ac_var}_value" 1152*3d8817e4Smiod case $ac_old_set,$ac_new_set in 1153*3d8817e4Smiod set,) 1154*3d8817e4Smiod { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1155*3d8817e4Smiodecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1156*3d8817e4Smiod ac_cache_corrupted=: ;; 1157*3d8817e4Smiod ,set) 1158*3d8817e4Smiod { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1159*3d8817e4Smiodecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1160*3d8817e4Smiod ac_cache_corrupted=: ;; 1161*3d8817e4Smiod ,);; 1162*3d8817e4Smiod *) 1163*3d8817e4Smiod if test "x$ac_old_val" != "x$ac_new_val"; then 1164*3d8817e4Smiod { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1165*3d8817e4Smiodecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1166*3d8817e4Smiod { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1167*3d8817e4Smiodecho "$as_me: former value: $ac_old_val" >&2;} 1168*3d8817e4Smiod { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1169*3d8817e4Smiodecho "$as_me: current value: $ac_new_val" >&2;} 1170*3d8817e4Smiod ac_cache_corrupted=: 1171*3d8817e4Smiod fi;; 1172*3d8817e4Smiod esac 1173*3d8817e4Smiod # Pass precious variables to config.status. 1174*3d8817e4Smiod if test "$ac_new_set" = set; then 1175*3d8817e4Smiod case $ac_new_val in 1176*3d8817e4Smiod *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1177*3d8817e4Smiod ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1178*3d8817e4Smiod *) ac_arg=$ac_var=$ac_new_val ;; 1179*3d8817e4Smiod esac 1180*3d8817e4Smiod case " $ac_configure_args " in 1181*3d8817e4Smiod *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1182*3d8817e4Smiod *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1183*3d8817e4Smiod esac 1184*3d8817e4Smiod fi 1185*3d8817e4Smioddone 1186*3d8817e4Smiodif $ac_cache_corrupted; then 1187*3d8817e4Smiod { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1188*3d8817e4Smiodecho "$as_me: error: changes in the environment can compromise the build" >&2;} 1189*3d8817e4Smiod { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1190*3d8817e4Smiodecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1191*3d8817e4Smiod { (exit 1); exit 1; }; } 1192*3d8817e4Smiodfi 1193*3d8817e4Smiod 1194*3d8817e4Smiodac_ext=c 1195*3d8817e4Smiodac_cpp='$CPP $CPPFLAGS' 1196*3d8817e4Smiodac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1197*3d8817e4Smiodac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1198*3d8817e4Smiodac_compiler_gnu=$ac_cv_c_compiler_gnu 1199*3d8817e4Smiod 1200*3d8817e4Smiod 1201*3d8817e4Smiod 1202*3d8817e4Smiod 1203*3d8817e4Smiod 1204*3d8817e4Smiod 1205*3d8817e4Smiod 1206*3d8817e4Smiod 1207*3d8817e4Smiod 1208*3d8817e4Smiod 1209*3d8817e4Smiod 1210*3d8817e4Smiod 1211*3d8817e4Smiod 1212*3d8817e4Smiod 1213*3d8817e4Smiod 1214*3d8817e4Smiod 1215*3d8817e4Smiod 1216*3d8817e4Smiod 1217*3d8817e4Smiod 1218*3d8817e4Smiod 1219*3d8817e4Smiodac_aux_dir= 1220*3d8817e4Smiodfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1221*3d8817e4Smiod if test -f $ac_dir/install-sh; then 1222*3d8817e4Smiod ac_aux_dir=$ac_dir 1223*3d8817e4Smiod ac_install_sh="$ac_aux_dir/install-sh -c" 1224*3d8817e4Smiod break 1225*3d8817e4Smiod elif test -f $ac_dir/install.sh; then 1226*3d8817e4Smiod ac_aux_dir=$ac_dir 1227*3d8817e4Smiod ac_install_sh="$ac_aux_dir/install.sh -c" 1228*3d8817e4Smiod break 1229*3d8817e4Smiod elif test -f $ac_dir/shtool; then 1230*3d8817e4Smiod ac_aux_dir=$ac_dir 1231*3d8817e4Smiod ac_install_sh="$ac_aux_dir/shtool install -c" 1232*3d8817e4Smiod break 1233*3d8817e4Smiod fi 1234*3d8817e4Smioddone 1235*3d8817e4Smiodif test -z "$ac_aux_dir"; then 1236*3d8817e4Smiod { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1237*3d8817e4Smiodecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1238*3d8817e4Smiod { (exit 1); exit 1; }; } 1239*3d8817e4Smiodfi 1240*3d8817e4Smiodac_config_guess="$SHELL $ac_aux_dir/config.guess" 1241*3d8817e4Smiodac_config_sub="$SHELL $ac_aux_dir/config.sub" 1242*3d8817e4Smiodac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1243*3d8817e4Smiod 1244*3d8817e4Smiod# Find a good install program. We prefer a C program (faster), 1245*3d8817e4Smiod# so one script is as good as another. But avoid the broken or 1246*3d8817e4Smiod# incompatible versions: 1247*3d8817e4Smiod# SysV /etc/install, /usr/sbin/install 1248*3d8817e4Smiod# SunOS /usr/etc/install 1249*3d8817e4Smiod# IRIX /sbin/install 1250*3d8817e4Smiod# AIX /bin/install 1251*3d8817e4Smiod# AmigaOS /C/install, which installs bootblocks on floppy discs 1252*3d8817e4Smiod# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1253*3d8817e4Smiod# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1254*3d8817e4Smiod# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1255*3d8817e4Smiod# OS/2's system install, which has a completely different semantic 1256*3d8817e4Smiod# ./install, which can be erroneously created by make from ./install.sh. 1257*3d8817e4Smiodecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1258*3d8817e4Smiodecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1259*3d8817e4Smiodif test -z "$INSTALL"; then 1260*3d8817e4Smiodif test "${ac_cv_path_install+set}" = set; then 1261*3d8817e4Smiod echo $ECHO_N "(cached) $ECHO_C" >&6 1262*3d8817e4Smiodelse 1263*3d8817e4Smiod as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1264*3d8817e4Smiodfor as_dir in $PATH 1265*3d8817e4Smioddo 1266*3d8817e4Smiod IFS=$as_save_IFS 1267*3d8817e4Smiod test -z "$as_dir" && as_dir=. 1268*3d8817e4Smiod # Account for people who put trailing slashes in PATH elements. 1269*3d8817e4Smiodcase $as_dir/ in 1270*3d8817e4Smiod ./ | .// | /cC/* | \ 1271*3d8817e4Smiod /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1272*3d8817e4Smiod ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1273*3d8817e4Smiod /usr/ucb/* ) ;; 1274*3d8817e4Smiod *) 1275*3d8817e4Smiod # OSF1 and SCO ODT 3.0 have their own names for install. 1276*3d8817e4Smiod # Don't use installbsd from OSF since it installs stuff as root 1277*3d8817e4Smiod # by default. 1278*3d8817e4Smiod for ac_prog in ginstall scoinst install; do 1279*3d8817e4Smiod for ac_exec_ext in '' $ac_executable_extensions; do 1280*3d8817e4Smiod if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1281*3d8817e4Smiod if test $ac_prog = install && 1282*3d8817e4Smiod grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1283*3d8817e4Smiod # AIX install. It has an incompatible calling convention. 1284*3d8817e4Smiod : 1285*3d8817e4Smiod elif test $ac_prog = install && 1286*3d8817e4Smiod grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1287*3d8817e4Smiod # program-specific install script used by HP pwplus--don't use. 1288*3d8817e4Smiod : 1289*3d8817e4Smiod else 1290*3d8817e4Smiod ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1291*3d8817e4Smiod break 3 1292*3d8817e4Smiod fi 1293*3d8817e4Smiod fi 1294*3d8817e4Smiod done 1295*3d8817e4Smiod done 1296*3d8817e4Smiod ;; 1297*3d8817e4Smiodesac 1298*3d8817e4Smioddone 1299*3d8817e4Smiod 1300*3d8817e4Smiod 1301*3d8817e4Smiodfi 1302*3d8817e4Smiod if test "${ac_cv_path_install+set}" = set; then 1303*3d8817e4Smiod INSTALL=$ac_cv_path_install 1304*3d8817e4Smiod else 1305*3d8817e4Smiod # As a last resort, use the slow shell script. We don't cache a 1306*3d8817e4Smiod # path for INSTALL within a source directory, because that will 1307*3d8817e4Smiod # break other packages using the cache if that directory is 1308*3d8817e4Smiod # removed, or if the path is relative. 1309*3d8817e4Smiod INSTALL=$ac_install_sh 1310*3d8817e4Smiod fi 1311*3d8817e4Smiodfi 1312*3d8817e4Smiodecho "$as_me:$LINENO: result: $INSTALL" >&5 1313*3d8817e4Smiodecho "${ECHO_T}$INSTALL" >&6 1314*3d8817e4Smiod 1315*3d8817e4Smiod# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1316*3d8817e4Smiod# It thinks the first close brace ends the variable substitution. 1317*3d8817e4Smiodtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1318*3d8817e4Smiod 1319*3d8817e4Smiodtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1320*3d8817e4Smiod 1321*3d8817e4Smiodtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1322*3d8817e4Smiod 1323*3d8817e4Smiod 1324*3d8817e4Smiod 1325*3d8817e4Smiod 1326*3d8817e4Smiod 1327*3d8817e4Smiod 1328*3d8817e4Smiod 1329*3d8817e4Smiod ac_config_files="$ac_config_files Makefile" 1330*3d8817e4Smiodcat >confcache <<\_ACEOF 1331*3d8817e4Smiod# This file is a shell script that caches the results of configure 1332*3d8817e4Smiod# tests run on this system so they can be shared between configure 1333*3d8817e4Smiod# scripts and configure runs, see configure's option --config-cache. 1334*3d8817e4Smiod# It is not useful on other systems. If it contains results you don't 1335*3d8817e4Smiod# want to keep, you may remove or edit it. 1336*3d8817e4Smiod# 1337*3d8817e4Smiod# config.status only pays attention to the cache file if you give it 1338*3d8817e4Smiod# the --recheck option to rerun configure. 1339*3d8817e4Smiod# 1340*3d8817e4Smiod# `ac_cv_env_foo' variables (set or unset) will be overridden when 1341*3d8817e4Smiod# loading this file, other *unset* `ac_cv_foo' will be assigned the 1342*3d8817e4Smiod# following values. 1343*3d8817e4Smiod 1344*3d8817e4Smiod_ACEOF 1345*3d8817e4Smiod 1346*3d8817e4Smiod# The following way of writing the cache mishandles newlines in values, 1347*3d8817e4Smiod# but we know of no workaround that is simple, portable, and efficient. 1348*3d8817e4Smiod# So, don't put newlines in cache variables' values. 1349*3d8817e4Smiod# Ultrix sh set writes to stderr and can't be redirected directly, 1350*3d8817e4Smiod# and sets the high bit in the cache file unless we assign to the vars. 1351*3d8817e4Smiod{ 1352*3d8817e4Smiod (set) 2>&1 | 1353*3d8817e4Smiod case `(ac_space=' '; set | grep ac_space) 2>&1` in 1354*3d8817e4Smiod *ac_space=\ *) 1355*3d8817e4Smiod # `set' does not quote correctly, so add quotes (double-quote 1356*3d8817e4Smiod # substitution turns \\\\ into \\, and sed turns \\ into \). 1357*3d8817e4Smiod sed -n \ 1358*3d8817e4Smiod "s/'/'\\\\''/g; 1359*3d8817e4Smiod s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1360*3d8817e4Smiod ;; 1361*3d8817e4Smiod *) 1362*3d8817e4Smiod # `set' quotes correctly as required by POSIX, so do not add quotes. 1363*3d8817e4Smiod sed -n \ 1364*3d8817e4Smiod "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1365*3d8817e4Smiod ;; 1366*3d8817e4Smiod esac; 1367*3d8817e4Smiod} | 1368*3d8817e4Smiod sed ' 1369*3d8817e4Smiod t clear 1370*3d8817e4Smiod : clear 1371*3d8817e4Smiod s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1372*3d8817e4Smiod t end 1373*3d8817e4Smiod /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1374*3d8817e4Smiod : end' >>confcache 1375*3d8817e4Smiodif diff $cache_file confcache >/dev/null 2>&1; then :; else 1376*3d8817e4Smiod if test -w $cache_file; then 1377*3d8817e4Smiod test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 1378*3d8817e4Smiod cat confcache >$cache_file 1379*3d8817e4Smiod else 1380*3d8817e4Smiod echo "not updating unwritable cache $cache_file" 1381*3d8817e4Smiod fi 1382*3d8817e4Smiodfi 1383*3d8817e4Smiodrm -f confcache 1384*3d8817e4Smiod 1385*3d8817e4Smiodtest "x$prefix" = xNONE && prefix=$ac_default_prefix 1386*3d8817e4Smiod# Let make expand exec_prefix. 1387*3d8817e4Smiodtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1388*3d8817e4Smiod 1389*3d8817e4Smiod# VPATH may cause trouble with some makes, so we remove $(srcdir), 1390*3d8817e4Smiod# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1391*3d8817e4Smiod# trailing colons and then remove the whole line if VPATH becomes empty 1392*3d8817e4Smiod# (actually we leave an empty line to preserve line numbers). 1393*3d8817e4Smiodif test "x$srcdir" = x.; then 1394*3d8817e4Smiod ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1395*3d8817e4Smiods/:*\$(srcdir):*/:/; 1396*3d8817e4Smiods/:*\${srcdir}:*/:/; 1397*3d8817e4Smiods/:*@srcdir@:*/:/; 1398*3d8817e4Smiods/^\([^=]*=[ ]*\):*/\1/; 1399*3d8817e4Smiods/:*$//; 1400*3d8817e4Smiods/^[^=]*=[ ]*$//; 1401*3d8817e4Smiod}' 1402*3d8817e4Smiodfi 1403*3d8817e4Smiod 1404*3d8817e4Smiod# Transform confdefs.h into DEFS. 1405*3d8817e4Smiod# Protect against shell expansion while executing Makefile rules. 1406*3d8817e4Smiod# Protect against Makefile macro expansion. 1407*3d8817e4Smiod# 1408*3d8817e4Smiod# If the first sed substitution is executed (which looks for macros that 1409*3d8817e4Smiod# take arguments), then we branch to the quote section. Otherwise, 1410*3d8817e4Smiod# look for a macro that doesn't take arguments. 1411*3d8817e4Smiodcat >confdef2opt.sed <<\_ACEOF 1412*3d8817e4Smiodt clear 1413*3d8817e4Smiod: clear 1414*3d8817e4Smiods,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 1415*3d8817e4Smiodt quote 1416*3d8817e4Smiods,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 1417*3d8817e4Smiodt quote 1418*3d8817e4Smiodd 1419*3d8817e4Smiod: quote 1420*3d8817e4Smiods,[ `~#$^&*(){}\\|;'"<>?],\\&,g 1421*3d8817e4Smiods,\[,\\&,g 1422*3d8817e4Smiods,\],\\&,g 1423*3d8817e4Smiods,\$,$$,g 1424*3d8817e4Smiodp 1425*3d8817e4Smiod_ACEOF 1426*3d8817e4Smiod# We use echo to avoid assuming a particular line-breaking character. 1427*3d8817e4Smiod# The extra dot is to prevent the shell from consuming trailing 1428*3d8817e4Smiod# line-breaks from the sub-command output. A line-break within 1429*3d8817e4Smiod# single-quotes doesn't work because, if this script is created in a 1430*3d8817e4Smiod# platform that uses two characters for line-breaks (e.g., DOS), tr 1431*3d8817e4Smiod# would break. 1432*3d8817e4Smiodac_LF_and_DOT=`echo; echo .` 1433*3d8817e4SmiodDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 1434*3d8817e4Smiodrm -f confdef2opt.sed 1435*3d8817e4Smiod 1436*3d8817e4Smiod 1437*3d8817e4Smiodac_libobjs= 1438*3d8817e4Smiodac_ltlibobjs= 1439*3d8817e4Smiodfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1440*3d8817e4Smiod # 1. Remove the extension, and $U if already installed. 1441*3d8817e4Smiod ac_i=`echo "$ac_i" | 1442*3d8817e4Smiod sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 1443*3d8817e4Smiod # 2. Add them. 1444*3d8817e4Smiod ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 1445*3d8817e4Smiod ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 1446*3d8817e4Smioddone 1447*3d8817e4SmiodLIBOBJS=$ac_libobjs 1448*3d8817e4Smiod 1449*3d8817e4SmiodLTLIBOBJS=$ac_ltlibobjs 1450*3d8817e4Smiod 1451*3d8817e4Smiod 1452*3d8817e4Smiod 1453*3d8817e4Smiod: ${CONFIG_STATUS=./config.status} 1454*3d8817e4Smiodac_clean_files_save=$ac_clean_files 1455*3d8817e4Smiodac_clean_files="$ac_clean_files $CONFIG_STATUS" 1456*3d8817e4Smiod{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 1457*3d8817e4Smiodecho "$as_me: creating $CONFIG_STATUS" >&6;} 1458*3d8817e4Smiodcat >$CONFIG_STATUS <<_ACEOF 1459*3d8817e4Smiod#! $SHELL 1460*3d8817e4Smiod# Generated by $as_me. 1461*3d8817e4Smiod# Run this file to recreate the current configuration. 1462*3d8817e4Smiod# Compiler output produced by configure, useful for debugging 1463*3d8817e4Smiod# configure, is in config.log if it exists. 1464*3d8817e4Smiod 1465*3d8817e4Smioddebug=false 1466*3d8817e4Smiodac_cs_recheck=false 1467*3d8817e4Smiodac_cs_silent=false 1468*3d8817e4SmiodSHELL=\${CONFIG_SHELL-$SHELL} 1469*3d8817e4Smiod_ACEOF 1470*3d8817e4Smiod 1471*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 1472*3d8817e4Smiod## --------------------- ## 1473*3d8817e4Smiod## M4sh Initialization. ## 1474*3d8817e4Smiod## --------------------- ## 1475*3d8817e4Smiod 1476*3d8817e4Smiod# Be Bourne compatible 1477*3d8817e4Smiodif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 1478*3d8817e4Smiod emulate sh 1479*3d8817e4Smiod NULLCMD=: 1480*3d8817e4Smiod # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 1481*3d8817e4Smiod # is contrary to our usage. Disable this feature. 1482*3d8817e4Smiod alias -g '${1+"$@"}'='"$@"' 1483*3d8817e4Smiodelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 1484*3d8817e4Smiod set -o posix 1485*3d8817e4Smiodfi 1486*3d8817e4SmiodDUALCASE=1; export DUALCASE # for MKS sh 1487*3d8817e4Smiod 1488*3d8817e4Smiod# Support unset when possible. 1489*3d8817e4Smiodif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 1490*3d8817e4Smiod as_unset=unset 1491*3d8817e4Smiodelse 1492*3d8817e4Smiod as_unset=false 1493*3d8817e4Smiodfi 1494*3d8817e4Smiod 1495*3d8817e4Smiod 1496*3d8817e4Smiod# Work around bugs in pre-3.0 UWIN ksh. 1497*3d8817e4Smiod$as_unset ENV MAIL MAILPATH 1498*3d8817e4SmiodPS1='$ ' 1499*3d8817e4SmiodPS2='> ' 1500*3d8817e4SmiodPS4='+ ' 1501*3d8817e4Smiod 1502*3d8817e4Smiod# NLS nuisances. 1503*3d8817e4Smiodfor as_var in \ 1504*3d8817e4Smiod LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 1505*3d8817e4Smiod LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 1506*3d8817e4Smiod LC_TELEPHONE LC_TIME 1507*3d8817e4Smioddo 1508*3d8817e4Smiod if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 1509*3d8817e4Smiod eval $as_var=C; export $as_var 1510*3d8817e4Smiod else 1511*3d8817e4Smiod $as_unset $as_var 1512*3d8817e4Smiod fi 1513*3d8817e4Smioddone 1514*3d8817e4Smiod 1515*3d8817e4Smiod# Required to use basename. 1516*3d8817e4Smiodif expr a : '\(a\)' >/dev/null 2>&1; then 1517*3d8817e4Smiod as_expr=expr 1518*3d8817e4Smiodelse 1519*3d8817e4Smiod as_expr=false 1520*3d8817e4Smiodfi 1521*3d8817e4Smiod 1522*3d8817e4Smiodif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 1523*3d8817e4Smiod as_basename=basename 1524*3d8817e4Smiodelse 1525*3d8817e4Smiod as_basename=false 1526*3d8817e4Smiodfi 1527*3d8817e4Smiod 1528*3d8817e4Smiod 1529*3d8817e4Smiod# Name of the executable. 1530*3d8817e4Smiodas_me=`$as_basename "$0" || 1531*3d8817e4Smiod$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1532*3d8817e4Smiod X"$0" : 'X\(//\)$' \| \ 1533*3d8817e4Smiod X"$0" : 'X\(/\)$' \| \ 1534*3d8817e4Smiod . : '\(.\)' 2>/dev/null || 1535*3d8817e4Smiodecho X/"$0" | 1536*3d8817e4Smiod sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 1537*3d8817e4Smiod /^X\/\(\/\/\)$/{ s//\1/; q; } 1538*3d8817e4Smiod /^X\/\(\/\).*/{ s//\1/; q; } 1539*3d8817e4Smiod s/.*/./; q'` 1540*3d8817e4Smiod 1541*3d8817e4Smiod 1542*3d8817e4Smiod# PATH needs CR, and LINENO needs CR and PATH. 1543*3d8817e4Smiod# Avoid depending upon Character Ranges. 1544*3d8817e4Smiodas_cr_letters='abcdefghijklmnopqrstuvwxyz' 1545*3d8817e4Smiodas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1546*3d8817e4Smiodas_cr_Letters=$as_cr_letters$as_cr_LETTERS 1547*3d8817e4Smiodas_cr_digits='0123456789' 1548*3d8817e4Smiodas_cr_alnum=$as_cr_Letters$as_cr_digits 1549*3d8817e4Smiod 1550*3d8817e4Smiod# The user is always right. 1551*3d8817e4Smiodif test "${PATH_SEPARATOR+set}" != set; then 1552*3d8817e4Smiod echo "#! /bin/sh" >conf$$.sh 1553*3d8817e4Smiod echo "exit 0" >>conf$$.sh 1554*3d8817e4Smiod chmod +x conf$$.sh 1555*3d8817e4Smiod if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 1556*3d8817e4Smiod PATH_SEPARATOR=';' 1557*3d8817e4Smiod else 1558*3d8817e4Smiod PATH_SEPARATOR=: 1559*3d8817e4Smiod fi 1560*3d8817e4Smiod rm -f conf$$.sh 1561*3d8817e4Smiodfi 1562*3d8817e4Smiod 1563*3d8817e4Smiod 1564*3d8817e4Smiod as_lineno_1=$LINENO 1565*3d8817e4Smiod as_lineno_2=$LINENO 1566*3d8817e4Smiod as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1567*3d8817e4Smiod test "x$as_lineno_1" != "x$as_lineno_2" && 1568*3d8817e4Smiod test "x$as_lineno_3" = "x$as_lineno_2" || { 1569*3d8817e4Smiod # Find who we are. Look in the path if we contain no path at all 1570*3d8817e4Smiod # relative or not. 1571*3d8817e4Smiod case $0 in 1572*3d8817e4Smiod *[\\/]* ) as_myself=$0 ;; 1573*3d8817e4Smiod *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1574*3d8817e4Smiodfor as_dir in $PATH 1575*3d8817e4Smioddo 1576*3d8817e4Smiod IFS=$as_save_IFS 1577*3d8817e4Smiod test -z "$as_dir" && as_dir=. 1578*3d8817e4Smiod test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1579*3d8817e4Smioddone 1580*3d8817e4Smiod 1581*3d8817e4Smiod ;; 1582*3d8817e4Smiod esac 1583*3d8817e4Smiod # We did not find ourselves, most probably we were run as `sh COMMAND' 1584*3d8817e4Smiod # in which case we are not to be found in the path. 1585*3d8817e4Smiod if test "x$as_myself" = x; then 1586*3d8817e4Smiod as_myself=$0 1587*3d8817e4Smiod fi 1588*3d8817e4Smiod if test ! -f "$as_myself"; then 1589*3d8817e4Smiod { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 1590*3d8817e4Smiodecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 1591*3d8817e4Smiod { (exit 1); exit 1; }; } 1592*3d8817e4Smiod fi 1593*3d8817e4Smiod case $CONFIG_SHELL in 1594*3d8817e4Smiod '') 1595*3d8817e4Smiod as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1596*3d8817e4Smiodfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1597*3d8817e4Smioddo 1598*3d8817e4Smiod IFS=$as_save_IFS 1599*3d8817e4Smiod test -z "$as_dir" && as_dir=. 1600*3d8817e4Smiod for as_base in sh bash ksh sh5; do 1601*3d8817e4Smiod case $as_dir in 1602*3d8817e4Smiod /*) 1603*3d8817e4Smiod if ("$as_dir/$as_base" -c ' 1604*3d8817e4Smiod as_lineno_1=$LINENO 1605*3d8817e4Smiod as_lineno_2=$LINENO 1606*3d8817e4Smiod as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1607*3d8817e4Smiod test "x$as_lineno_1" != "x$as_lineno_2" && 1608*3d8817e4Smiod test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 1609*3d8817e4Smiod $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 1610*3d8817e4Smiod $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 1611*3d8817e4Smiod CONFIG_SHELL=$as_dir/$as_base 1612*3d8817e4Smiod export CONFIG_SHELL 1613*3d8817e4Smiod exec "$CONFIG_SHELL" "$0" ${1+"$@"} 1614*3d8817e4Smiod fi;; 1615*3d8817e4Smiod esac 1616*3d8817e4Smiod done 1617*3d8817e4Smioddone 1618*3d8817e4Smiod;; 1619*3d8817e4Smiod esac 1620*3d8817e4Smiod 1621*3d8817e4Smiod # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 1622*3d8817e4Smiod # uniformly replaced by the line number. The first 'sed' inserts a 1623*3d8817e4Smiod # line-number line before each line; the second 'sed' does the real 1624*3d8817e4Smiod # work. The second script uses 'N' to pair each line-number line 1625*3d8817e4Smiod # with the numbered line, and appends trailing '-' during 1626*3d8817e4Smiod # substitution so that $LINENO is not a special case at line end. 1627*3d8817e4Smiod # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 1628*3d8817e4Smiod # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 1629*3d8817e4Smiod sed '=' <$as_myself | 1630*3d8817e4Smiod sed ' 1631*3d8817e4Smiod N 1632*3d8817e4Smiod s,$,-, 1633*3d8817e4Smiod : loop 1634*3d8817e4Smiod s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1635*3d8817e4Smiod t loop 1636*3d8817e4Smiod s,-$,, 1637*3d8817e4Smiod s,^['$as_cr_digits']*\n,, 1638*3d8817e4Smiod ' >$as_me.lineno && 1639*3d8817e4Smiod chmod +x $as_me.lineno || 1640*3d8817e4Smiod { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 1641*3d8817e4Smiodecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 1642*3d8817e4Smiod { (exit 1); exit 1; }; } 1643*3d8817e4Smiod 1644*3d8817e4Smiod # Don't try to exec as it changes $[0], causing all sort of problems 1645*3d8817e4Smiod # (the dirname of $[0] is not the place where we might find the 1646*3d8817e4Smiod # original and so on. Autoconf is especially sensible to this). 1647*3d8817e4Smiod . ./$as_me.lineno 1648*3d8817e4Smiod # Exit status is that of the last command. 1649*3d8817e4Smiod exit 1650*3d8817e4Smiod} 1651*3d8817e4Smiod 1652*3d8817e4Smiod 1653*3d8817e4Smiodcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 1654*3d8817e4Smiod *c*,-n*) ECHO_N= ECHO_C=' 1655*3d8817e4Smiod' ECHO_T=' ' ;; 1656*3d8817e4Smiod *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 1657*3d8817e4Smiod *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 1658*3d8817e4Smiodesac 1659*3d8817e4Smiod 1660*3d8817e4Smiodif expr a : '\(a\)' >/dev/null 2>&1; then 1661*3d8817e4Smiod as_expr=expr 1662*3d8817e4Smiodelse 1663*3d8817e4Smiod as_expr=false 1664*3d8817e4Smiodfi 1665*3d8817e4Smiod 1666*3d8817e4Smiodrm -f conf$$ conf$$.exe conf$$.file 1667*3d8817e4Smiodecho >conf$$.file 1668*3d8817e4Smiodif ln -s conf$$.file conf$$ 2>/dev/null; then 1669*3d8817e4Smiod # We could just check for DJGPP; but this test a) works b) is more generic 1670*3d8817e4Smiod # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 1671*3d8817e4Smiod if test -f conf$$.exe; then 1672*3d8817e4Smiod # Don't use ln at all; we don't have any links 1673*3d8817e4Smiod as_ln_s='cp -p' 1674*3d8817e4Smiod else 1675*3d8817e4Smiod as_ln_s='ln -s' 1676*3d8817e4Smiod fi 1677*3d8817e4Smiodelif ln conf$$.file conf$$ 2>/dev/null; then 1678*3d8817e4Smiod as_ln_s=ln 1679*3d8817e4Smiodelse 1680*3d8817e4Smiod as_ln_s='cp -p' 1681*3d8817e4Smiodfi 1682*3d8817e4Smiodrm -f conf$$ conf$$.exe conf$$.file 1683*3d8817e4Smiod 1684*3d8817e4Smiodif mkdir -p . 2>/dev/null; then 1685*3d8817e4Smiod as_mkdir_p=: 1686*3d8817e4Smiodelse 1687*3d8817e4Smiod test -d ./-p && rmdir ./-p 1688*3d8817e4Smiod as_mkdir_p=false 1689*3d8817e4Smiodfi 1690*3d8817e4Smiod 1691*3d8817e4Smiodas_executable_p="test -f" 1692*3d8817e4Smiod 1693*3d8817e4Smiod# Sed expression to map a string onto a valid CPP name. 1694*3d8817e4Smiodas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1695*3d8817e4Smiod 1696*3d8817e4Smiod# Sed expression to map a string onto a valid variable name. 1697*3d8817e4Smiodas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1698*3d8817e4Smiod 1699*3d8817e4Smiod 1700*3d8817e4Smiod# IFS 1701*3d8817e4Smiod# We need space, tab and new line, in precisely that order. 1702*3d8817e4Smiodas_nl=' 1703*3d8817e4Smiod' 1704*3d8817e4SmiodIFS=" $as_nl" 1705*3d8817e4Smiod 1706*3d8817e4Smiod# CDPATH. 1707*3d8817e4Smiod$as_unset CDPATH 1708*3d8817e4Smiod 1709*3d8817e4Smiodexec 6>&1 1710*3d8817e4Smiod 1711*3d8817e4Smiod# Open the log real soon, to keep \$[0] and so on meaningful, and to 1712*3d8817e4Smiod# report actual input values of CONFIG_FILES etc. instead of their 1713*3d8817e4Smiod# values after options handling. Logging --version etc. is OK. 1714*3d8817e4Smiodexec 5>>config.log 1715*3d8817e4Smiod{ 1716*3d8817e4Smiod echo 1717*3d8817e4Smiod sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 1718*3d8817e4Smiod## Running $as_me. ## 1719*3d8817e4Smiod_ASBOX 1720*3d8817e4Smiod} >&5 1721*3d8817e4Smiodcat >&5 <<_CSEOF 1722*3d8817e4Smiod 1723*3d8817e4SmiodThis file was extended by $as_me, which was 1724*3d8817e4Smiodgenerated by GNU Autoconf 2.59. Invocation command line was 1725*3d8817e4Smiod 1726*3d8817e4Smiod CONFIG_FILES = $CONFIG_FILES 1727*3d8817e4Smiod CONFIG_HEADERS = $CONFIG_HEADERS 1728*3d8817e4Smiod CONFIG_LINKS = $CONFIG_LINKS 1729*3d8817e4Smiod CONFIG_COMMANDS = $CONFIG_COMMANDS 1730*3d8817e4Smiod $ $0 $@ 1731*3d8817e4Smiod 1732*3d8817e4Smiod_CSEOF 1733*3d8817e4Smiodecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 1734*3d8817e4Smiodecho >&5 1735*3d8817e4Smiod_ACEOF 1736*3d8817e4Smiod 1737*3d8817e4Smiod# Files that config.status was made for. 1738*3d8817e4Smiodif test -n "$ac_config_files"; then 1739*3d8817e4Smiod echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 1740*3d8817e4Smiodfi 1741*3d8817e4Smiod 1742*3d8817e4Smiodif test -n "$ac_config_headers"; then 1743*3d8817e4Smiod echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 1744*3d8817e4Smiodfi 1745*3d8817e4Smiod 1746*3d8817e4Smiodif test -n "$ac_config_links"; then 1747*3d8817e4Smiod echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 1748*3d8817e4Smiodfi 1749*3d8817e4Smiod 1750*3d8817e4Smiodif test -n "$ac_config_commands"; then 1751*3d8817e4Smiod echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 1752*3d8817e4Smiodfi 1753*3d8817e4Smiod 1754*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 1755*3d8817e4Smiod 1756*3d8817e4Smiodac_cs_usage="\ 1757*3d8817e4Smiod\`$as_me' instantiates files from templates according to the 1758*3d8817e4Smiodcurrent configuration. 1759*3d8817e4Smiod 1760*3d8817e4SmiodUsage: $0 [OPTIONS] [FILE]... 1761*3d8817e4Smiod 1762*3d8817e4Smiod -h, --help print this help, then exit 1763*3d8817e4Smiod -V, --version print version number, then exit 1764*3d8817e4Smiod -q, --quiet do not print progress messages 1765*3d8817e4Smiod -d, --debug don't remove temporary files 1766*3d8817e4Smiod --recheck update $as_me by reconfiguring in the same conditions 1767*3d8817e4Smiod --file=FILE[:TEMPLATE] 1768*3d8817e4Smiod instantiate the configuration file FILE 1769*3d8817e4Smiod 1770*3d8817e4SmiodConfiguration files: 1771*3d8817e4Smiod$config_files 1772*3d8817e4Smiod 1773*3d8817e4SmiodReport bugs to <bug-autoconf@gnu.org>." 1774*3d8817e4Smiod_ACEOF 1775*3d8817e4Smiod 1776*3d8817e4Smiodcat >>$CONFIG_STATUS <<_ACEOF 1777*3d8817e4Smiodac_cs_version="\\ 1778*3d8817e4Smiodconfig.status 1779*3d8817e4Smiodconfigured by $0, generated by GNU Autoconf 2.59, 1780*3d8817e4Smiod with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 1781*3d8817e4Smiod 1782*3d8817e4SmiodCopyright (C) 2003 Free Software Foundation, Inc. 1783*3d8817e4SmiodThis config.status script is free software; the Free Software Foundation 1784*3d8817e4Smiodgives unlimited permission to copy, distribute and modify it." 1785*3d8817e4Smiodsrcdir=$srcdir 1786*3d8817e4SmiodINSTALL="$INSTALL" 1787*3d8817e4Smiod_ACEOF 1788*3d8817e4Smiod 1789*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 1790*3d8817e4Smiod# If no file are specified by the user, then we need to provide default 1791*3d8817e4Smiod# value. By we need to know if files were specified by the user. 1792*3d8817e4Smiodac_need_defaults=: 1793*3d8817e4Smiodwhile test $# != 0 1794*3d8817e4Smioddo 1795*3d8817e4Smiod case $1 in 1796*3d8817e4Smiod --*=*) 1797*3d8817e4Smiod ac_option=`expr "x$1" : 'x\([^=]*\)='` 1798*3d8817e4Smiod ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 1799*3d8817e4Smiod ac_shift=: 1800*3d8817e4Smiod ;; 1801*3d8817e4Smiod -*) 1802*3d8817e4Smiod ac_option=$1 1803*3d8817e4Smiod ac_optarg=$2 1804*3d8817e4Smiod ac_shift=shift 1805*3d8817e4Smiod ;; 1806*3d8817e4Smiod *) # This is not an option, so the user has probably given explicit 1807*3d8817e4Smiod # arguments. 1808*3d8817e4Smiod ac_option=$1 1809*3d8817e4Smiod ac_need_defaults=false;; 1810*3d8817e4Smiod esac 1811*3d8817e4Smiod 1812*3d8817e4Smiod case $ac_option in 1813*3d8817e4Smiod # Handling of the options. 1814*3d8817e4Smiod_ACEOF 1815*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 1816*3d8817e4Smiod -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 1817*3d8817e4Smiod ac_cs_recheck=: ;; 1818*3d8817e4Smiod --version | --vers* | -V ) 1819*3d8817e4Smiod echo "$ac_cs_version"; exit 0 ;; 1820*3d8817e4Smiod --he | --h) 1821*3d8817e4Smiod # Conflict between --help and --header 1822*3d8817e4Smiod { { echo "$as_me:$LINENO: error: ambiguous option: $1 1823*3d8817e4SmiodTry \`$0 --help' for more information." >&5 1824*3d8817e4Smiodecho "$as_me: error: ambiguous option: $1 1825*3d8817e4SmiodTry \`$0 --help' for more information." >&2;} 1826*3d8817e4Smiod { (exit 1); exit 1; }; };; 1827*3d8817e4Smiod --help | --hel | -h ) 1828*3d8817e4Smiod echo "$ac_cs_usage"; exit 0 ;; 1829*3d8817e4Smiod --debug | --d* | -d ) 1830*3d8817e4Smiod debug=: ;; 1831*3d8817e4Smiod --file | --fil | --fi | --f ) 1832*3d8817e4Smiod $ac_shift 1833*3d8817e4Smiod CONFIG_FILES="$CONFIG_FILES $ac_optarg" 1834*3d8817e4Smiod ac_need_defaults=false;; 1835*3d8817e4Smiod --header | --heade | --head | --hea ) 1836*3d8817e4Smiod $ac_shift 1837*3d8817e4Smiod CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 1838*3d8817e4Smiod ac_need_defaults=false;; 1839*3d8817e4Smiod -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1840*3d8817e4Smiod | -silent | --silent | --silen | --sile | --sil | --si | --s) 1841*3d8817e4Smiod ac_cs_silent=: ;; 1842*3d8817e4Smiod 1843*3d8817e4Smiod # This is an error. 1844*3d8817e4Smiod -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 1845*3d8817e4SmiodTry \`$0 --help' for more information." >&5 1846*3d8817e4Smiodecho "$as_me: error: unrecognized option: $1 1847*3d8817e4SmiodTry \`$0 --help' for more information." >&2;} 1848*3d8817e4Smiod { (exit 1); exit 1; }; } ;; 1849*3d8817e4Smiod 1850*3d8817e4Smiod *) ac_config_targets="$ac_config_targets $1" ;; 1851*3d8817e4Smiod 1852*3d8817e4Smiod esac 1853*3d8817e4Smiod shift 1854*3d8817e4Smioddone 1855*3d8817e4Smiod 1856*3d8817e4Smiodac_configure_extra_args= 1857*3d8817e4Smiod 1858*3d8817e4Smiodif $ac_cs_silent; then 1859*3d8817e4Smiod exec 6>/dev/null 1860*3d8817e4Smiod ac_configure_extra_args="$ac_configure_extra_args --silent" 1861*3d8817e4Smiodfi 1862*3d8817e4Smiod 1863*3d8817e4Smiod_ACEOF 1864*3d8817e4Smiodcat >>$CONFIG_STATUS <<_ACEOF 1865*3d8817e4Smiodif \$ac_cs_recheck; then 1866*3d8817e4Smiod echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 1867*3d8817e4Smiod exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1868*3d8817e4Smiodfi 1869*3d8817e4Smiod 1870*3d8817e4Smiod_ACEOF 1871*3d8817e4Smiod 1872*3d8817e4Smiod 1873*3d8817e4Smiod 1874*3d8817e4Smiod 1875*3d8817e4Smiod 1876*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 1877*3d8817e4Smiodfor ac_config_target in $ac_config_targets 1878*3d8817e4Smioddo 1879*3d8817e4Smiod case "$ac_config_target" in 1880*3d8817e4Smiod # Handling of arguments. 1881*3d8817e4Smiod "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 1882*3d8817e4Smiod *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 1883*3d8817e4Smiodecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 1884*3d8817e4Smiod { (exit 1); exit 1; }; };; 1885*3d8817e4Smiod esac 1886*3d8817e4Smioddone 1887*3d8817e4Smiod 1888*3d8817e4Smiod# If the user did not use the arguments to specify the items to instantiate, 1889*3d8817e4Smiod# then the envvar interface is used. Set only those that are not. 1890*3d8817e4Smiod# We use the long form for the default assignment because of an extremely 1891*3d8817e4Smiod# bizarre bug on SunOS 4.1.3. 1892*3d8817e4Smiodif $ac_need_defaults; then 1893*3d8817e4Smiod test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 1894*3d8817e4Smiodfi 1895*3d8817e4Smiod 1896*3d8817e4Smiod# Have a temporary directory for convenience. Make it in the build tree 1897*3d8817e4Smiod# simply because there is no reason to put it here, and in addition, 1898*3d8817e4Smiod# creating and moving files from /tmp can sometimes cause problems. 1899*3d8817e4Smiod# Create a temporary directory, and hook for its removal unless debugging. 1900*3d8817e4Smiod$debug || 1901*3d8817e4Smiod{ 1902*3d8817e4Smiod trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 1903*3d8817e4Smiod trap '{ (exit 1); exit 1; }' 1 2 13 15 1904*3d8817e4Smiod} 1905*3d8817e4Smiod 1906*3d8817e4Smiod# Create a (secure) tmp directory for tmp files. 1907*3d8817e4Smiod 1908*3d8817e4Smiod{ 1909*3d8817e4Smiod tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 1910*3d8817e4Smiod test -n "$tmp" && test -d "$tmp" 1911*3d8817e4Smiod} || 1912*3d8817e4Smiod{ 1913*3d8817e4Smiod tmp=./confstat$$-$RANDOM 1914*3d8817e4Smiod (umask 077 && mkdir $tmp) 1915*3d8817e4Smiod} || 1916*3d8817e4Smiod{ 1917*3d8817e4Smiod echo "$me: cannot create a temporary directory in ." >&2 1918*3d8817e4Smiod { (exit 1); exit 1; } 1919*3d8817e4Smiod} 1920*3d8817e4Smiod 1921*3d8817e4Smiod_ACEOF 1922*3d8817e4Smiod 1923*3d8817e4Smiodcat >>$CONFIG_STATUS <<_ACEOF 1924*3d8817e4Smiod 1925*3d8817e4Smiod# 1926*3d8817e4Smiod# CONFIG_FILES section. 1927*3d8817e4Smiod# 1928*3d8817e4Smiod 1929*3d8817e4Smiod# No need to generate the scripts if there are no CONFIG_FILES. 1930*3d8817e4Smiod# This happens for instance when ./config.status config.h 1931*3d8817e4Smiodif test -n "\$CONFIG_FILES"; then 1932*3d8817e4Smiod # Protect against being on the right side of a sed subst in config.status. 1933*3d8817e4Smiod sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 1934*3d8817e4Smiod s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 1935*3d8817e4Smiods,@SHELL@,$SHELL,;t t 1936*3d8817e4Smiods,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 1937*3d8817e4Smiods,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 1938*3d8817e4Smiods,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 1939*3d8817e4Smiods,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 1940*3d8817e4Smiods,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 1941*3d8817e4Smiods,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 1942*3d8817e4Smiods,@exec_prefix@,$exec_prefix,;t t 1943*3d8817e4Smiods,@prefix@,$prefix,;t t 1944*3d8817e4Smiods,@program_transform_name@,$program_transform_name,;t t 1945*3d8817e4Smiods,@bindir@,$bindir,;t t 1946*3d8817e4Smiods,@sbindir@,$sbindir,;t t 1947*3d8817e4Smiods,@libexecdir@,$libexecdir,;t t 1948*3d8817e4Smiods,@datadir@,$datadir,;t t 1949*3d8817e4Smiods,@sysconfdir@,$sysconfdir,;t t 1950*3d8817e4Smiods,@sharedstatedir@,$sharedstatedir,;t t 1951*3d8817e4Smiods,@localstatedir@,$localstatedir,;t t 1952*3d8817e4Smiods,@libdir@,$libdir,;t t 1953*3d8817e4Smiods,@includedir@,$includedir,;t t 1954*3d8817e4Smiods,@oldincludedir@,$oldincludedir,;t t 1955*3d8817e4Smiods,@infodir@,$infodir,;t t 1956*3d8817e4Smiods,@mandir@,$mandir,;t t 1957*3d8817e4Smiods,@build_alias@,$build_alias,;t t 1958*3d8817e4Smiods,@host_alias@,$host_alias,;t t 1959*3d8817e4Smiods,@target_alias@,$target_alias,;t t 1960*3d8817e4Smiods,@DEFS@,$DEFS,;t t 1961*3d8817e4Smiods,@ECHO_C@,$ECHO_C,;t t 1962*3d8817e4Smiods,@ECHO_N@,$ECHO_N,;t t 1963*3d8817e4Smiods,@ECHO_T@,$ECHO_T,;t t 1964*3d8817e4Smiods,@LIBS@,$LIBS,;t t 1965*3d8817e4Smiods,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 1966*3d8817e4Smiods,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 1967*3d8817e4Smiods,@INSTALL_DATA@,$INSTALL_DATA,;t t 1968*3d8817e4Smiods,@datarootdir@,$datarootdir,;t t 1969*3d8817e4Smiods,@docdir@,$docdir,;t t 1970*3d8817e4Smiods,@htmldir@,$htmldir,;t t 1971*3d8817e4Smiods,@LIBOBJS@,$LIBOBJS,;t t 1972*3d8817e4Smiods,@LTLIBOBJS@,$LTLIBOBJS,;t t 1973*3d8817e4SmiodCEOF 1974*3d8817e4Smiod 1975*3d8817e4Smiod_ACEOF 1976*3d8817e4Smiod 1977*3d8817e4Smiod cat >>$CONFIG_STATUS <<\_ACEOF 1978*3d8817e4Smiod # Split the substitutions into bite-sized pieces for seds with 1979*3d8817e4Smiod # small command number limits, like on Digital OSF/1 and HP-UX. 1980*3d8817e4Smiod ac_max_sed_lines=48 1981*3d8817e4Smiod ac_sed_frag=1 # Number of current file. 1982*3d8817e4Smiod ac_beg=1 # First line for current file. 1983*3d8817e4Smiod ac_end=$ac_max_sed_lines # Line after last line for current file. 1984*3d8817e4Smiod ac_more_lines=: 1985*3d8817e4Smiod ac_sed_cmds= 1986*3d8817e4Smiod while $ac_more_lines; do 1987*3d8817e4Smiod if test $ac_beg -gt 1; then 1988*3d8817e4Smiod sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 1989*3d8817e4Smiod else 1990*3d8817e4Smiod sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 1991*3d8817e4Smiod fi 1992*3d8817e4Smiod if test ! -s $tmp/subs.frag; then 1993*3d8817e4Smiod ac_more_lines=false 1994*3d8817e4Smiod else 1995*3d8817e4Smiod # The purpose of the label and of the branching condition is to 1996*3d8817e4Smiod # speed up the sed processing (if there are no `@' at all, there 1997*3d8817e4Smiod # is no need to browse any of the substitutions). 1998*3d8817e4Smiod # These are the two extra sed commands mentioned above. 1999*3d8817e4Smiod (echo ':t 2000*3d8817e4Smiod /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 2001*3d8817e4Smiod if test -z "$ac_sed_cmds"; then 2002*3d8817e4Smiod ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 2003*3d8817e4Smiod else 2004*3d8817e4Smiod ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 2005*3d8817e4Smiod fi 2006*3d8817e4Smiod ac_sed_frag=`expr $ac_sed_frag + 1` 2007*3d8817e4Smiod ac_beg=$ac_end 2008*3d8817e4Smiod ac_end=`expr $ac_end + $ac_max_sed_lines` 2009*3d8817e4Smiod fi 2010*3d8817e4Smiod done 2011*3d8817e4Smiod if test -z "$ac_sed_cmds"; then 2012*3d8817e4Smiod ac_sed_cmds=cat 2013*3d8817e4Smiod fi 2014*3d8817e4Smiodfi # test -n "$CONFIG_FILES" 2015*3d8817e4Smiod 2016*3d8817e4Smiod_ACEOF 2017*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 2018*3d8817e4Smiodfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 2019*3d8817e4Smiod # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 2020*3d8817e4Smiod case $ac_file in 2021*3d8817e4Smiod - | *:- | *:-:* ) # input from stdin 2022*3d8817e4Smiod cat >$tmp/stdin 2023*3d8817e4Smiod ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2024*3d8817e4Smiod ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2025*3d8817e4Smiod *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2026*3d8817e4Smiod ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2027*3d8817e4Smiod * ) ac_file_in=$ac_file.in ;; 2028*3d8817e4Smiod esac 2029*3d8817e4Smiod 2030*3d8817e4Smiod # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 2031*3d8817e4Smiod ac_dir=`(dirname "$ac_file") 2>/dev/null || 2032*3d8817e4Smiod$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2033*3d8817e4Smiod X"$ac_file" : 'X\(//\)[^/]' \| \ 2034*3d8817e4Smiod X"$ac_file" : 'X\(//\)$' \| \ 2035*3d8817e4Smiod X"$ac_file" : 'X\(/\)' \| \ 2036*3d8817e4Smiod . : '\(.\)' 2>/dev/null || 2037*3d8817e4Smiodecho X"$ac_file" | 2038*3d8817e4Smiod sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2039*3d8817e4Smiod /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2040*3d8817e4Smiod /^X\(\/\/\)$/{ s//\1/; q; } 2041*3d8817e4Smiod /^X\(\/\).*/{ s//\1/; q; } 2042*3d8817e4Smiod s/.*/./; q'` 2043*3d8817e4Smiod { if $as_mkdir_p; then 2044*3d8817e4Smiod mkdir -p "$ac_dir" 2045*3d8817e4Smiod else 2046*3d8817e4Smiod as_dir="$ac_dir" 2047*3d8817e4Smiod as_dirs= 2048*3d8817e4Smiod while test ! -d "$as_dir"; do 2049*3d8817e4Smiod as_dirs="$as_dir $as_dirs" 2050*3d8817e4Smiod as_dir=`(dirname "$as_dir") 2>/dev/null || 2051*3d8817e4Smiod$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2052*3d8817e4Smiod X"$as_dir" : 'X\(//\)[^/]' \| \ 2053*3d8817e4Smiod X"$as_dir" : 'X\(//\)$' \| \ 2054*3d8817e4Smiod X"$as_dir" : 'X\(/\)' \| \ 2055*3d8817e4Smiod . : '\(.\)' 2>/dev/null || 2056*3d8817e4Smiodecho X"$as_dir" | 2057*3d8817e4Smiod sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2058*3d8817e4Smiod /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2059*3d8817e4Smiod /^X\(\/\/\)$/{ s//\1/; q; } 2060*3d8817e4Smiod /^X\(\/\).*/{ s//\1/; q; } 2061*3d8817e4Smiod s/.*/./; q'` 2062*3d8817e4Smiod done 2063*3d8817e4Smiod test ! -n "$as_dirs" || mkdir $as_dirs 2064*3d8817e4Smiod fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 2065*3d8817e4Smiodecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 2066*3d8817e4Smiod { (exit 1); exit 1; }; }; } 2067*3d8817e4Smiod 2068*3d8817e4Smiod ac_builddir=. 2069*3d8817e4Smiod 2070*3d8817e4Smiodif test "$ac_dir" != .; then 2071*3d8817e4Smiod ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 2072*3d8817e4Smiod # A "../" for each directory in $ac_dir_suffix. 2073*3d8817e4Smiod ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 2074*3d8817e4Smiodelse 2075*3d8817e4Smiod ac_dir_suffix= ac_top_builddir= 2076*3d8817e4Smiodfi 2077*3d8817e4Smiod 2078*3d8817e4Smiodcase $srcdir in 2079*3d8817e4Smiod .) # No --srcdir option. We are building in place. 2080*3d8817e4Smiod ac_srcdir=. 2081*3d8817e4Smiod if test -z "$ac_top_builddir"; then 2082*3d8817e4Smiod ac_top_srcdir=. 2083*3d8817e4Smiod else 2084*3d8817e4Smiod ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 2085*3d8817e4Smiod fi ;; 2086*3d8817e4Smiod [\\/]* | ?:[\\/]* ) # Absolute path. 2087*3d8817e4Smiod ac_srcdir=$srcdir$ac_dir_suffix; 2088*3d8817e4Smiod ac_top_srcdir=$srcdir ;; 2089*3d8817e4Smiod *) # Relative path. 2090*3d8817e4Smiod ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 2091*3d8817e4Smiod ac_top_srcdir=$ac_top_builddir$srcdir ;; 2092*3d8817e4Smiodesac 2093*3d8817e4Smiod 2094*3d8817e4Smiod# Do not use `cd foo && pwd` to compute absolute paths, because 2095*3d8817e4Smiod# the directories may not exist. 2096*3d8817e4Smiodcase `pwd` in 2097*3d8817e4Smiod.) ac_abs_builddir="$ac_dir";; 2098*3d8817e4Smiod*) 2099*3d8817e4Smiod case "$ac_dir" in 2100*3d8817e4Smiod .) ac_abs_builddir=`pwd`;; 2101*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 2102*3d8817e4Smiod *) ac_abs_builddir=`pwd`/"$ac_dir";; 2103*3d8817e4Smiod esac;; 2104*3d8817e4Smiodesac 2105*3d8817e4Smiodcase $ac_abs_builddir in 2106*3d8817e4Smiod.) ac_abs_top_builddir=${ac_top_builddir}.;; 2107*3d8817e4Smiod*) 2108*3d8817e4Smiod case ${ac_top_builddir}. in 2109*3d8817e4Smiod .) ac_abs_top_builddir=$ac_abs_builddir;; 2110*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 2111*3d8817e4Smiod *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 2112*3d8817e4Smiod esac;; 2113*3d8817e4Smiodesac 2114*3d8817e4Smiodcase $ac_abs_builddir in 2115*3d8817e4Smiod.) ac_abs_srcdir=$ac_srcdir;; 2116*3d8817e4Smiod*) 2117*3d8817e4Smiod case $ac_srcdir in 2118*3d8817e4Smiod .) ac_abs_srcdir=$ac_abs_builddir;; 2119*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 2120*3d8817e4Smiod *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 2121*3d8817e4Smiod esac;; 2122*3d8817e4Smiodesac 2123*3d8817e4Smiodcase $ac_abs_builddir in 2124*3d8817e4Smiod.) ac_abs_top_srcdir=$ac_top_srcdir;; 2125*3d8817e4Smiod*) 2126*3d8817e4Smiod case $ac_top_srcdir in 2127*3d8817e4Smiod .) ac_abs_top_srcdir=$ac_abs_builddir;; 2128*3d8817e4Smiod [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 2129*3d8817e4Smiod *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 2130*3d8817e4Smiod esac;; 2131*3d8817e4Smiodesac 2132*3d8817e4Smiod 2133*3d8817e4Smiod 2134*3d8817e4Smiod case $INSTALL in 2135*3d8817e4Smiod [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 2136*3d8817e4Smiod *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 2137*3d8817e4Smiod esac 2138*3d8817e4Smiod 2139*3d8817e4Smiod if test x"$ac_file" != x-; then 2140*3d8817e4Smiod { echo "$as_me:$LINENO: creating $ac_file" >&5 2141*3d8817e4Smiodecho "$as_me: creating $ac_file" >&6;} 2142*3d8817e4Smiod rm -f "$ac_file" 2143*3d8817e4Smiod fi 2144*3d8817e4Smiod # Let's still pretend it is `configure' which instantiates (i.e., don't 2145*3d8817e4Smiod # use $as_me), people would be surprised to read: 2146*3d8817e4Smiod # /* config.h. Generated by config.status. */ 2147*3d8817e4Smiod if test x"$ac_file" = x-; then 2148*3d8817e4Smiod configure_input= 2149*3d8817e4Smiod else 2150*3d8817e4Smiod configure_input="$ac_file. " 2151*3d8817e4Smiod fi 2152*3d8817e4Smiod configure_input=$configure_input"Generated from `echo $ac_file_in | 2153*3d8817e4Smiod sed 's,.*/,,'` by configure." 2154*3d8817e4Smiod 2155*3d8817e4Smiod # First look for the input files in the build tree, otherwise in the 2156*3d8817e4Smiod # src tree. 2157*3d8817e4Smiod ac_file_inputs=`IFS=: 2158*3d8817e4Smiod for f in $ac_file_in; do 2159*3d8817e4Smiod case $f in 2160*3d8817e4Smiod -) echo $tmp/stdin ;; 2161*3d8817e4Smiod [\\/$]*) 2162*3d8817e4Smiod # Absolute (can't be DOS-style, as IFS=:) 2163*3d8817e4Smiod test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2164*3d8817e4Smiodecho "$as_me: error: cannot find input file: $f" >&2;} 2165*3d8817e4Smiod { (exit 1); exit 1; }; } 2166*3d8817e4Smiod echo "$f";; 2167*3d8817e4Smiod *) # Relative 2168*3d8817e4Smiod if test -f "$f"; then 2169*3d8817e4Smiod # Build tree 2170*3d8817e4Smiod echo "$f" 2171*3d8817e4Smiod elif test -f "$srcdir/$f"; then 2172*3d8817e4Smiod # Source tree 2173*3d8817e4Smiod echo "$srcdir/$f" 2174*3d8817e4Smiod else 2175*3d8817e4Smiod # /dev/null tree 2176*3d8817e4Smiod { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2177*3d8817e4Smiodecho "$as_me: error: cannot find input file: $f" >&2;} 2178*3d8817e4Smiod { (exit 1); exit 1; }; } 2179*3d8817e4Smiod fi;; 2180*3d8817e4Smiod esac 2181*3d8817e4Smiod done` || { (exit 1); exit 1; } 2182*3d8817e4Smiod_ACEOF 2183*3d8817e4Smiodcat >>$CONFIG_STATUS <<_ACEOF 2184*3d8817e4Smiod sed "$ac_vpsub 2185*3d8817e4Smiod$extrasub 2186*3d8817e4Smiod_ACEOF 2187*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 2188*3d8817e4Smiod:t 2189*3d8817e4Smiod/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 2190*3d8817e4Smiods,@configure_input@,$configure_input,;t t 2191*3d8817e4Smiods,@srcdir@,$ac_srcdir,;t t 2192*3d8817e4Smiods,@abs_srcdir@,$ac_abs_srcdir,;t t 2193*3d8817e4Smiods,@top_srcdir@,$ac_top_srcdir,;t t 2194*3d8817e4Smiods,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 2195*3d8817e4Smiods,@builddir@,$ac_builddir,;t t 2196*3d8817e4Smiods,@abs_builddir@,$ac_abs_builddir,;t t 2197*3d8817e4Smiods,@top_builddir@,$ac_top_builddir,;t t 2198*3d8817e4Smiods,@abs_top_builddir@,$ac_abs_top_builddir,;t t 2199*3d8817e4Smiods,@INSTALL@,$ac_INSTALL,;t t 2200*3d8817e4Smiod" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 2201*3d8817e4Smiod rm -f $tmp/stdin 2202*3d8817e4Smiod if test x"$ac_file" != x-; then 2203*3d8817e4Smiod mv $tmp/out $ac_file 2204*3d8817e4Smiod else 2205*3d8817e4Smiod cat $tmp/out 2206*3d8817e4Smiod rm -f $tmp/out 2207*3d8817e4Smiod fi 2208*3d8817e4Smiod 2209*3d8817e4Smioddone 2210*3d8817e4Smiod_ACEOF 2211*3d8817e4Smiod 2212*3d8817e4Smiodcat >>$CONFIG_STATUS <<\_ACEOF 2213*3d8817e4Smiod 2214*3d8817e4Smiod{ (exit 0); exit 0; } 2215*3d8817e4Smiod_ACEOF 2216*3d8817e4Smiodchmod +x $CONFIG_STATUS 2217*3d8817e4Smiodac_clean_files=$ac_clean_files_save 2218*3d8817e4Smiod 2219*3d8817e4Smiod 2220*3d8817e4Smiod# configure is writing to config.log, and then calls config.status. 2221*3d8817e4Smiod# config.status does its own redirection, appending to config.log. 2222*3d8817e4Smiod# Unfortunately, on DOS this fails, as config.log is still kept open 2223*3d8817e4Smiod# by configure, so config.status won't be able to write to it; its 2224*3d8817e4Smiod# output is simply discarded. So we exec the FD to /dev/null, 2225*3d8817e4Smiod# effectively closing config.log, so it can be properly (re)opened and 2226*3d8817e4Smiod# appended to by config.status. When coming back to configure, we 2227*3d8817e4Smiod# need to make the FD available again. 2228*3d8817e4Smiodif test "$no_create" != yes; then 2229*3d8817e4Smiod ac_cs_success=: 2230*3d8817e4Smiod ac_config_status_args= 2231*3d8817e4Smiod test "$silent" = yes && 2232*3d8817e4Smiod ac_config_status_args="$ac_config_status_args --quiet" 2233*3d8817e4Smiod exec 5>/dev/null 2234*3d8817e4Smiod $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 2235*3d8817e4Smiod exec 5>>config.log 2236*3d8817e4Smiod # Use ||, not &&, to avoid exiting from the if with $? = 1, which 2237*3d8817e4Smiod # would make configure fail if this is the last instruction. 2238*3d8817e4Smiod $ac_cs_success || { (exit 1); exit 1; } 2239*3d8817e4Smiodfi 2240*3d8817e4Smiod 2241