Home | History | Annotate | Line # | Download | only in dist
configure revision 1.1
      1 #! /bin/sh
      2 # Guess values for system-dependent variables and create Makefiles.
      3 # Generated by GNU Autoconf 2.59 for listres 1.0.1.
      4 #
      5 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
      6 #
      7 # Copyright (C) 2003 Free Software Foundation, Inc.
      8 # This configure script is free software; the Free Software Foundation
      9 # gives unlimited permission to copy, distribute and modify it.
     10 ## --------------------- ##
     11 ## M4sh Initialization.  ##
     12 ## --------------------- ##
     13 
     14 # Be Bourne compatible
     15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     16   emulate sh
     17   NULLCMD=:
     18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     19   # is contrary to our usage.  Disable this feature.
     20   alias -g '${1+"$@"}'='"$@"'
     21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
     22   set -o posix
     23 fi
     24 DUALCASE=1; export DUALCASE # for MKS sh
     25 
     26 # Support unset when possible.
     27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     28   as_unset=unset
     29 else
     30   as_unset=false
     31 fi
     32 
     33 
     34 # Work around bugs in pre-3.0 UWIN ksh.
     35 $as_unset ENV MAIL MAILPATH
     36 PS1='$ '
     37 PS2='> '
     38 PS4='+ '
     39 
     40 # NLS nuisances.
     41 for as_var in \
     42   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     43   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     44   LC_TELEPHONE LC_TIME
     45 do
     46   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     47     eval $as_var=C; export $as_var
     48   else
     49     $as_unset $as_var
     50   fi
     51 done
     52 
     53 # Required to use basename.
     54 if expr a : '\(a\)' >/dev/null 2>&1; then
     55   as_expr=expr
     56 else
     57   as_expr=false
     58 fi
     59 
     60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
     61   as_basename=basename
     62 else
     63   as_basename=false
     64 fi
     65 
     66 
     67 # Name of the executable.
     68 as_me=`$as_basename "$0" ||
     69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     70 	 X"$0" : 'X\(//\)$' \| \
     71 	 X"$0" : 'X\(/\)$' \| \
     72 	 .     : '\(.\)' 2>/dev/null ||
     73 echo X/"$0" |
     74     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
     75   	  /^X\/\(\/\/\)$/{ s//\1/; q; }
     76   	  /^X\/\(\/\).*/{ s//\1/; q; }
     77   	  s/.*/./; q'`
     78 
     79 
     80 # PATH needs CR, and LINENO needs CR and PATH.
     81 # Avoid depending upon Character Ranges.
     82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
     84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
     85 as_cr_digits='0123456789'
     86 as_cr_alnum=$as_cr_Letters$as_cr_digits
     87 
     88 # The user is always right.
     89 if test "${PATH_SEPARATOR+set}" != set; then
     90   echo "#! /bin/sh" >conf$$.sh
     91   echo  "exit 0"   >>conf$$.sh
     92   chmod +x conf$$.sh
     93   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     94     PATH_SEPARATOR=';'
     95   else
     96     PATH_SEPARATOR=:
     97   fi
     98   rm -f conf$$.sh
     99 fi
    100 
    101 
    102   as_lineno_1=$LINENO
    103   as_lineno_2=$LINENO
    104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    105   test "x$as_lineno_1" != "x$as_lineno_2" &&
    106   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    107   # Find who we are.  Look in the path if we contain no path at all
    108   # relative or not.
    109   case $0 in
    110     *[\\/]* ) as_myself=$0 ;;
    111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    112 for as_dir in $PATH
    113 do
    114   IFS=$as_save_IFS
    115   test -z "$as_dir" && as_dir=.
    116   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    117 done
    118 
    119        ;;
    120   esac
    121   # We did not find ourselves, most probably we were run as `sh COMMAND'
    122   # in which case we are not to be found in the path.
    123   if test "x$as_myself" = x; then
    124     as_myself=$0
    125   fi
    126   if test ! -f "$as_myself"; then
    127     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
    128    { (exit 1); exit 1; }; }
    129   fi
    130   case $CONFIG_SHELL in
    131   '')
    132     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    134 do
    135   IFS=$as_save_IFS
    136   test -z "$as_dir" && as_dir=.
    137   for as_base in sh bash ksh sh5; do
    138 	 case $as_dir in
    139 	 /*)
    140 	   if ("$as_dir/$as_base" -c '
    141   as_lineno_1=$LINENO
    142   as_lineno_2=$LINENO
    143   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    144   test "x$as_lineno_1" != "x$as_lineno_2" &&
    145   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    146 	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    147 	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    148 	     CONFIG_SHELL=$as_dir/$as_base
    149 	     export CONFIG_SHELL
    150 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    151 	   fi;;
    152 	 esac
    153        done
    154 done
    155 ;;
    156   esac
    157 
    158   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    159   # uniformly replaced by the line number.  The first 'sed' inserts a
    160   # line-number line before each line; the second 'sed' does the real
    161   # work.  The second script uses 'N' to pair each line-number line
    162   # with the numbered line, and appends trailing '-' during
    163   # substitution so that $LINENO is not a special case at line end.
    164   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    165   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    166   sed '=' <$as_myself |
    167     sed '
    168       N
    169       s,$,-,
    170       : loop
    171       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
    172       t loop
    173       s,-$,,
    174       s,^['$as_cr_digits']*\n,,
    175     ' >$as_me.lineno &&
    176   chmod +x $as_me.lineno ||
    177     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    178    { (exit 1); exit 1; }; }
    179 
    180   # Don't try to exec as it changes $[0], causing all sort of problems
    181   # (the dirname of $[0] is not the place where we might find the
    182   # original and so on.  Autoconf is especially sensible to this).
    183   . ./$as_me.lineno
    184   # Exit status is that of the last command.
    185   exit
    186 }
    187 
    188 
    189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    190   *c*,-n*) ECHO_N= ECHO_C='
    191 ' ECHO_T='	' ;;
    192   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    193   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
    194 esac
    195 
    196 if expr a : '\(a\)' >/dev/null 2>&1; then
    197   as_expr=expr
    198 else
    199   as_expr=false
    200 fi
    201 
    202 rm -f conf$$ conf$$.exe conf$$.file
    203 echo >conf$$.file
    204 if ln -s conf$$.file conf$$ 2>/dev/null; then
    205   # We could just check for DJGPP; but this test a) works b) is more generic
    206   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    207   if test -f conf$$.exe; then
    208     # Don't use ln at all; we don't have any links
    209     as_ln_s='cp -p'
    210   else
    211     as_ln_s='ln -s'
    212   fi
    213 elif ln conf$$.file conf$$ 2>/dev/null; then
    214   as_ln_s=ln
    215 else
    216   as_ln_s='cp -p'
    217 fi
    218 rm -f conf$$ conf$$.exe conf$$.file
    219 
    220 if mkdir -p . 2>/dev/null; then
    221   as_mkdir_p=:
    222 else
    223   test -d ./-p && rmdir ./-p
    224   as_mkdir_p=false
    225 fi
    226 
    227 as_executable_p="test -f"
    228 
    229 # Sed expression to map a string onto a valid CPP name.
    230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    231 
    232 # Sed expression to map a string onto a valid variable name.
    233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    234 
    235 
    236 # IFS
    237 # We need space, tab and new line, in precisely that order.
    238 as_nl='
    239 '
    240 IFS=" 	$as_nl"
    241 
    242 # CDPATH.
    243 $as_unset CDPATH
    244 
    245 
    246 # Name of the host.
    247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    248 # so uname gets run too.
    249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    250 
    251 exec 6>&1
    252 
    253 #
    254 # Initializations.
    255 #
    256 ac_default_prefix=/usr/local
    257 ac_config_libobj_dir=.
    258 cross_compiling=no
    259 subdirs=
    260 MFLAGS=
    261 MAKEFLAGS=
    262 SHELL=${CONFIG_SHELL-/bin/sh}
    263 
    264 # Maximum number of lines to put in a shell here document.
    265 # This variable seems obsolete.  It should probably be removed, and
    266 # only ac_max_sed_lines should be used.
    267 : ${ac_max_here_lines=38}
    268 
    269 # Identity of this package.
    270 PACKAGE_NAME='listres'
    271 PACKAGE_TARNAME='listres'
    272 PACKAGE_VERSION='1.0.1'
    273 PACKAGE_STRING='listres 1.0.1'
    274 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
    275 
    276 ac_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 CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE PKG_CONFIG ac_pt_PKG_CONFIG TMP_XAW_CFLAGS TMP_XAW_LIBS XAW_USE_XPRINT_TRUE XAW_USE_XPRINT_FALSE LISTRES_CFLAGS LISTRES_LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os APP_MAN_SUFFIX LIB_MAN_SUFFIX FILE_MAN_SUFFIX MISC_MAN_SUFFIX DRIVER_MAN_SUFFIX ADMIN_MAN_SUFFIX APP_MAN_DIR LIB_MAN_DIR FILE_MAN_DIR MISC_MAN_DIR DRIVER_MAN_DIR ADMIN_MAN_DIR LIBOBJS LTLIBOBJS'
    277 ac_subst_files=''
    278 
    279 # Initialize some variables set by options.
    280 ac_init_help=
    281 ac_init_version=false
    282 # The variables have the same names as the options, with
    283 # dashes changed to underlines.
    284 cache_file=/dev/null
    285 exec_prefix=NONE
    286 no_create=
    287 no_recursion=
    288 prefix=NONE
    289 program_prefix=NONE
    290 program_suffix=NONE
    291 program_transform_name=s,x,x,
    292 silent=
    293 site=
    294 srcdir=
    295 verbose=
    296 x_includes=NONE
    297 x_libraries=NONE
    298 
    299 # Installation directory options.
    300 # These are left unexpanded so users can "make install exec_prefix=/foo"
    301 # and all the variables that are supposed to be based on exec_prefix
    302 # by default will actually change.
    303 # Use braces instead of parens because sh, perl, etc. also accept them.
    304 bindir='${exec_prefix}/bin'
    305 sbindir='${exec_prefix}/sbin'
    306 libexecdir='${exec_prefix}/libexec'
    307 datadir='${prefix}/share'
    308 sysconfdir='${prefix}/etc'
    309 sharedstatedir='${prefix}/com'
    310 localstatedir='${prefix}/var'
    311 libdir='${exec_prefix}/lib'
    312 includedir='${prefix}/include'
    313 oldincludedir='/usr/include'
    314 infodir='${prefix}/info'
    315 mandir='${prefix}/man'
    316 
    317 ac_prev=
    318 for ac_option
    319 do
    320   # If the previous option needs an argument, assign it.
    321   if test -n "$ac_prev"; then
    322     eval "$ac_prev=\$ac_option"
    323     ac_prev=
    324     continue
    325   fi
    326 
    327   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
    328 
    329   # Accept the important Cygnus configure options, so we can diagnose typos.
    330 
    331   case $ac_option in
    332 
    333   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    334     ac_prev=bindir ;;
    335   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    336     bindir=$ac_optarg ;;
    337 
    338   -build | --build | --buil | --bui | --bu)
    339     ac_prev=build_alias ;;
    340   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    341     build_alias=$ac_optarg ;;
    342 
    343   -cache-file | --cache-file | --cache-fil | --cache-fi \
    344   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    345     ac_prev=cache_file ;;
    346   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    347   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    348     cache_file=$ac_optarg ;;
    349 
    350   --config-cache | -C)
    351     cache_file=config.cache ;;
    352 
    353   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    354     ac_prev=datadir ;;
    355   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    356   | --da=*)
    357     datadir=$ac_optarg ;;
    358 
    359   -disable-* | --disable-*)
    360     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    361     # Reject names that are not valid shell variable names.
    362     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    363       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    364    { (exit 1); exit 1; }; }
    365     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    366     eval "enable_$ac_feature=no" ;;
    367 
    368   -enable-* | --enable-*)
    369     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    370     # Reject names that are not valid shell variable names.
    371     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    372       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    373    { (exit 1); exit 1; }; }
    374     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    375     case $ac_option in
    376       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    377       *) ac_optarg=yes ;;
    378     esac
    379     eval "enable_$ac_feature='$ac_optarg'" ;;
    380 
    381   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    382   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    383   | --exec | --exe | --ex)
    384     ac_prev=exec_prefix ;;
    385   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    386   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    387   | --exec=* | --exe=* | --ex=*)
    388     exec_prefix=$ac_optarg ;;
    389 
    390   -gas | --gas | --ga | --g)
    391     # Obsolete; use --with-gas.
    392     with_gas=yes ;;
    393 
    394   -help | --help | --hel | --he | -h)
    395     ac_init_help=long ;;
    396   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    397     ac_init_help=recursive ;;
    398   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    399     ac_init_help=short ;;
    400 
    401   -host | --host | --hos | --ho)
    402     ac_prev=host_alias ;;
    403   -host=* | --host=* | --hos=* | --ho=*)
    404     host_alias=$ac_optarg ;;
    405 
    406   -includedir | --includedir | --includedi | --included | --include \
    407   | --includ | --inclu | --incl | --inc)
    408     ac_prev=includedir ;;
    409   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    410   | --includ=* | --inclu=* | --incl=* | --inc=*)
    411     includedir=$ac_optarg ;;
    412 
    413   -infodir | --infodir | --infodi | --infod | --info | --inf)
    414     ac_prev=infodir ;;
    415   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    416     infodir=$ac_optarg ;;
    417 
    418   -libdir | --libdir | --libdi | --libd)
    419     ac_prev=libdir ;;
    420   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    421     libdir=$ac_optarg ;;
    422 
    423   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    424   | --libexe | --libex | --libe)
    425     ac_prev=libexecdir ;;
    426   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    427   | --libexe=* | --libex=* | --libe=*)
    428     libexecdir=$ac_optarg ;;
    429 
    430   -localstatedir | --localstatedir | --localstatedi | --localstated \
    431   | --localstate | --localstat | --localsta | --localst \
    432   | --locals | --local | --loca | --loc | --lo)
    433     ac_prev=localstatedir ;;
    434   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    435   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    436   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    437     localstatedir=$ac_optarg ;;
    438 
    439   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    440     ac_prev=mandir ;;
    441   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    442     mandir=$ac_optarg ;;
    443 
    444   -nfp | --nfp | --nf)
    445     # Obsolete; use --without-fp.
    446     with_fp=no ;;
    447 
    448   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    449   | --no-cr | --no-c | -n)
    450     no_create=yes ;;
    451 
    452   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    453   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    454     no_recursion=yes ;;
    455 
    456   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
    457   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
    458   | --oldin | --oldi | --old | --ol | --o)
    459     ac_prev=oldincludedir ;;
    460   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
    461   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    462   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    463     oldincludedir=$ac_optarg ;;
    464 
    465   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    466     ac_prev=prefix ;;
    467   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    468     prefix=$ac_optarg ;;
    469 
    470   -program-prefix | --program-prefix | --program-prefi | --program-pref \
    471   | --program-pre | --program-pr | --program-p)
    472     ac_prev=program_prefix ;;
    473   -program-prefix=* | --program-prefix=* | --program-prefi=* \
    474   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    475     program_prefix=$ac_optarg ;;
    476 
    477   -program-suffix | --program-suffix | --program-suffi | --program-suff \
    478   | --program-suf | --program-su | --program-s)
    479     ac_prev=program_suffix ;;
    480   -program-suffix=* | --program-suffix=* | --program-suffi=* \
    481   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    482     program_suffix=$ac_optarg ;;
    483 
    484   -program-transform-name | --program-transform-name \
    485   | --program-transform-nam | --program-transform-na \
    486   | --program-transform-n | --program-transform- \
    487   | --program-transform | --program-transfor \
    488   | --program-transfo | --program-transf \
    489   | --program-trans | --program-tran \
    490   | --progr-tra | --program-tr | --program-t)
    491     ac_prev=program_transform_name ;;
    492   -program-transform-name=* | --program-transform-name=* \
    493   | --program-transform-nam=* | --program-transform-na=* \
    494   | --program-transform-n=* | --program-transform-=* \
    495   | --program-transform=* | --program-transfor=* \
    496   | --program-transfo=* | --program-transf=* \
    497   | --program-trans=* | --program-tran=* \
    498   | --progr-tra=* | --program-tr=* | --program-t=*)
    499     program_transform_name=$ac_optarg ;;
    500 
    501   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    502   | -silent | --silent | --silen | --sile | --sil)
    503     silent=yes ;;
    504 
    505   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    506     ac_prev=sbindir ;;
    507   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
    508   | --sbi=* | --sb=*)
    509     sbindir=$ac_optarg ;;
    510 
    511   -sharedstatedir | --sharedstatedir | --sharedstatedi \
    512   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
    513   | --sharedst | --shareds | --shared | --share | --shar \
    514   | --sha | --sh)
    515     ac_prev=sharedstatedir ;;
    516   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
    517   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
    518   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
    519   | --sha=* | --sh=*)
    520     sharedstatedir=$ac_optarg ;;
    521 
    522   -site | --site | --sit)
    523     ac_prev=site ;;
    524   -site=* | --site=* | --sit=*)
    525     site=$ac_optarg ;;
    526 
    527   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    528     ac_prev=srcdir ;;
    529   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    530     srcdir=$ac_optarg ;;
    531 
    532   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
    533   | --syscon | --sysco | --sysc | --sys | --sy)
    534     ac_prev=sysconfdir ;;
    535   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
    536   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    537     sysconfdir=$ac_optarg ;;
    538 
    539   -target | --target | --targe | --targ | --tar | --ta | --t)
    540     ac_prev=target_alias ;;
    541   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    542     target_alias=$ac_optarg ;;
    543 
    544   -v | -verbose | --verbose | --verbos | --verbo | --verb)
    545     verbose=yes ;;
    546 
    547   -version | --version | --versio | --versi | --vers | -V)
    548     ac_init_version=: ;;
    549 
    550   -with-* | --with-*)
    551     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    552     # Reject names that are not valid shell variable names.
    553     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    554       { echo "$as_me: error: invalid package name: $ac_package" >&2
    555    { (exit 1); exit 1; }; }
    556     ac_package=`echo $ac_package| sed 's/-/_/g'`
    557     case $ac_option in
    558       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    559       *) ac_optarg=yes ;;
    560     esac
    561     eval "with_$ac_package='$ac_optarg'" ;;
    562 
    563   -without-* | --without-*)
    564     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    565     # Reject names that are not valid shell variable names.
    566     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
    567       { echo "$as_me: error: invalid package name: $ac_package" >&2
    568    { (exit 1); exit 1; }; }
    569     ac_package=`echo $ac_package | sed 's/-/_/g'`
    570     eval "with_$ac_package=no" ;;
    571 
    572   --x)
    573     # Obsolete; use --with-x.
    574     with_x=yes ;;
    575 
    576   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
    577   | --x-incl | --x-inc | --x-in | --x-i)
    578     ac_prev=x_includes ;;
    579   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
    580   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    581     x_includes=$ac_optarg ;;
    582 
    583   -x-libraries | --x-libraries | --x-librarie | --x-librari \
    584   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    585     ac_prev=x_libraries ;;
    586   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
    587   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    588     x_libraries=$ac_optarg ;;
    589 
    590   -*) { echo "$as_me: error: unrecognized option: $ac_option
    591 Try \`$0 --help' for more information." >&2
    592    { (exit 1); exit 1; }; }
    593     ;;
    594 
    595   *=*)
    596     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    597     # Reject names that are not valid shell variable names.
    598     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    599       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    600    { (exit 1); exit 1; }; }
    601     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    602     eval "$ac_envvar='$ac_optarg'"
    603     export $ac_envvar ;;
    604 
    605   *)
    606     # FIXME: should be removed in autoconf 3.0.
    607     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    608     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    609       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    610     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    611     ;;
    612 
    613   esac
    614 done
    615 
    616 if test -n "$ac_prev"; then
    617   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    618   { echo "$as_me: error: missing argument to $ac_option" >&2
    619    { (exit 1); exit 1; }; }
    620 fi
    621 
    622 # Be sure to have absolute paths.
    623 for ac_var in exec_prefix prefix
    624 do
    625   eval ac_val=$`echo $ac_var`
    626   case $ac_val in
    627     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    628     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    629    { (exit 1); exit 1; }; };;
    630   esac
    631 done
    632 
    633 # Be sure to have absolute paths.
    634 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    635 	      localstatedir libdir includedir oldincludedir infodir mandir
    636 do
    637   eval ac_val=$`echo $ac_var`
    638   case $ac_val in
    639     [\\/$]* | ?:[\\/]* ) ;;
    640     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    641    { (exit 1); exit 1; }; };;
    642   esac
    643 done
    644 
    645 # There might be people who depend on the old broken behavior: `$host'
    646 # used to hold the argument of --host etc.
    647 # FIXME: To remove some day.
    648 build=$build_alias
    649 host=$host_alias
    650 target=$target_alias
    651 
    652 # FIXME: To remove some day.
    653 if test "x$host_alias" != x; then
    654   if test "x$build_alias" = x; then
    655     cross_compiling=maybe
    656     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    657     If a cross compiler is detected then cross compile mode will be used." >&2
    658   elif test "x$build_alias" != "x$host_alias"; then
    659     cross_compiling=yes
    660   fi
    661 fi
    662 
    663 ac_tool_prefix=
    664 test -n "$host_alias" && ac_tool_prefix=$host_alias-
    665 
    666 test "$silent" = yes && exec 6>/dev/null
    667 
    668 
    669 # Find the source files, if location was not specified.
    670 if test -z "$srcdir"; then
    671   ac_srcdir_defaulted=yes
    672   # Try the directory containing this script, then its parent.
    673   ac_confdir=`(dirname "$0") 2>/dev/null ||
    674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    675 	 X"$0" : 'X\(//\)[^/]' \| \
    676 	 X"$0" : 'X\(//\)$' \| \
    677 	 X"$0" : 'X\(/\)' \| \
    678 	 .     : '\(.\)' 2>/dev/null ||
    679 echo X"$0" |
    680     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    681   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    682   	  /^X\(\/\/\)$/{ s//\1/; q; }
    683   	  /^X\(\/\).*/{ s//\1/; q; }
    684   	  s/.*/./; q'`
    685   srcdir=$ac_confdir
    686   if test ! -r $srcdir/$ac_unique_file; then
    687     srcdir=..
    688   fi
    689 else
    690   ac_srcdir_defaulted=no
    691 fi
    692 if test ! -r $srcdir/$ac_unique_file; then
    693   if test "$ac_srcdir_defaulted" = yes; then
    694     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
    695    { (exit 1); exit 1; }; }
    696   else
    697     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    698    { (exit 1); exit 1; }; }
    699   fi
    700 fi
    701 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    702   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    703    { (exit 1); exit 1; }; }
    704 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    705 ac_env_build_alias_set=${build_alias+set}
    706 ac_env_build_alias_value=$build_alias
    707 ac_cv_env_build_alias_set=${build_alias+set}
    708 ac_cv_env_build_alias_value=$build_alias
    709 ac_env_host_alias_set=${host_alias+set}
    710 ac_env_host_alias_value=$host_alias
    711 ac_cv_env_host_alias_set=${host_alias+set}
    712 ac_cv_env_host_alias_value=$host_alias
    713 ac_env_target_alias_set=${target_alias+set}
    714 ac_env_target_alias_value=$target_alias
    715 ac_cv_env_target_alias_set=${target_alias+set}
    716 ac_cv_env_target_alias_value=$target_alias
    717 ac_env_CC_set=${CC+set}
    718 ac_env_CC_value=$CC
    719 ac_cv_env_CC_set=${CC+set}
    720 ac_cv_env_CC_value=$CC
    721 ac_env_CFLAGS_set=${CFLAGS+set}
    722 ac_env_CFLAGS_value=$CFLAGS
    723 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    724 ac_cv_env_CFLAGS_value=$CFLAGS
    725 ac_env_LDFLAGS_set=${LDFLAGS+set}
    726 ac_env_LDFLAGS_value=$LDFLAGS
    727 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    728 ac_cv_env_LDFLAGS_value=$LDFLAGS
    729 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    730 ac_env_CPPFLAGS_value=$CPPFLAGS
    731 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    732 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
    733 ac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
    734 ac_env_PKG_CONFIG_value=$PKG_CONFIG
    735 ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
    736 ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
    737 ac_env_TMP_XAW_CFLAGS_set=${TMP_XAW_CFLAGS+set}
    738 ac_env_TMP_XAW_CFLAGS_value=$TMP_XAW_CFLAGS
    739 ac_cv_env_TMP_XAW_CFLAGS_set=${TMP_XAW_CFLAGS+set}
    740 ac_cv_env_TMP_XAW_CFLAGS_value=$TMP_XAW_CFLAGS
    741 ac_env_TMP_XAW_LIBS_set=${TMP_XAW_LIBS+set}
    742 ac_env_TMP_XAW_LIBS_value=$TMP_XAW_LIBS
    743 ac_cv_env_TMP_XAW_LIBS_set=${TMP_XAW_LIBS+set}
    744 ac_cv_env_TMP_XAW_LIBS_value=$TMP_XAW_LIBS
    745 ac_env_LISTRES_CFLAGS_set=${LISTRES_CFLAGS+set}
    746 ac_env_LISTRES_CFLAGS_value=$LISTRES_CFLAGS
    747 ac_cv_env_LISTRES_CFLAGS_set=${LISTRES_CFLAGS+set}
    748 ac_cv_env_LISTRES_CFLAGS_value=$LISTRES_CFLAGS
    749 ac_env_LISTRES_LIBS_set=${LISTRES_LIBS+set}
    750 ac_env_LISTRES_LIBS_value=$LISTRES_LIBS
    751 ac_cv_env_LISTRES_LIBS_set=${LISTRES_LIBS+set}
    752 ac_cv_env_LISTRES_LIBS_value=$LISTRES_LIBS
    753 
    754 #
    755 # Report the --help message.
    756 #
    757 if test "$ac_init_help" = "long"; then
    758   # Omit some internal or obsolete options to make the list less imposing.
    759   # This message is too long to be a string in the A/UX 3.1 sh.
    760   cat <<_ACEOF
    761 \`configure' configures listres 1.0.1 to adapt to many kinds of systems.
    762 
    763 Usage: $0 [OPTION]... [VAR=VALUE]...
    764 
    765 To assign environment variables (e.g., CC, CFLAGS...), specify them as
    766 VAR=VALUE.  See below for descriptions of some of the useful variables.
    767 
    768 Defaults for the options are specified in brackets.
    769 
    770 Configuration:
    771   -h, --help              display this help and exit
    772       --help=short        display options specific to this package
    773       --help=recursive    display the short help of all the included packages
    774   -V, --version           display version information and exit
    775   -q, --quiet, --silent   do not print \`checking...' messages
    776       --cache-file=FILE   cache test results in FILE [disabled]
    777   -C, --config-cache      alias for \`--cache-file=config.cache'
    778   -n, --no-create         do not create output files
    779       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    780 
    781 _ACEOF
    782 
    783   cat <<_ACEOF
    784 Installation directories:
    785   --prefix=PREFIX         install architecture-independent files in PREFIX
    786 			  [$ac_default_prefix]
    787   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    788 			  [PREFIX]
    789 
    790 By default, \`make install' will install all the files in
    791 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
    792 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
    793 for instance \`--prefix=\$HOME'.
    794 
    795 For better control, use the options below.
    796 
    797 Fine tuning of the installation directories:
    798   --bindir=DIR           user executables [EPREFIX/bin]
    799   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    800   --libexecdir=DIR       program executables [EPREFIX/libexec]
    801   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    802   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    803   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    804   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    805   --libdir=DIR           object code libraries [EPREFIX/lib]
    806   --includedir=DIR       C header files [PREFIX/include]
    807   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    808   --infodir=DIR          info documentation [PREFIX/info]
    809   --mandir=DIR           man documentation [PREFIX/man]
    810 _ACEOF
    811 
    812   cat <<\_ACEOF
    813 
    814 Program names:
    815   --program-prefix=PREFIX            prepend PREFIX to installed program names
    816   --program-suffix=SUFFIX            append SUFFIX to installed program names
    817   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
    818 
    819 System types:
    820   --build=BUILD     configure for building on BUILD [guessed]
    821   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
    822 _ACEOF
    823 fi
    824 
    825 if test -n "$ac_init_help"; then
    826   case $ac_init_help in
    827      short | recursive ) echo "Configuration of listres 1.0.1:";;
    828    esac
    829   cat <<\_ACEOF
    830 
    831 Optional Features:
    832   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    833   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    834   --enable-maintainer-mode enable make rules and dependencies not useful
    835                           (and sometimes confusing) to the casual installer
    836   --disable-dependency-tracking Speeds up one-time builds
    837   --enable-dependency-tracking  Do not reject slow dependency extractors
    838   --enable-xprint         Enable XPrint support
    839 
    840 Optional Packages:
    841   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    842   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    843   --with-release-version=STRING
    844                           Use release version string in package name
    845 
    846 Some influential environment variables:
    847   CC          C compiler command
    848   CFLAGS      C compiler flags
    849   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    850               nonstandard directory <lib dir>
    851   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    852               headers in a nonstandard directory <include dir>
    853   PKG_CONFIG  path to pkg-config utility
    854   TMP_XAW_CFLAGS
    855               C compiler flags for TMP_XAW, overriding pkg-config
    856   TMP_XAW_LIBS
    857               linker flags for TMP_XAW, overriding pkg-config
    858   LISTRES_CFLAGS
    859               C compiler flags for LISTRES, overriding pkg-config
    860   LISTRES_LIBS
    861               linker flags for LISTRES, overriding pkg-config
    862 
    863 Use these variables to override the choices made by `configure' or to help
    864 it to find libraries and programs with nonstandard names/locations.
    865 
    866 Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
    867 _ACEOF
    868 fi
    869 
    870 if test "$ac_init_help" = "recursive"; then
    871   # If there are subdirs, report their specific --help.
    872   ac_popdir=`pwd`
    873   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    874     test -d $ac_dir || continue
    875     ac_builddir=.
    876 
    877 if test "$ac_dir" != .; then
    878   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    879   # A "../" for each directory in $ac_dir_suffix.
    880   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    881 else
    882   ac_dir_suffix= ac_top_builddir=
    883 fi
    884 
    885 case $srcdir in
    886   .)  # No --srcdir option.  We are building in place.
    887     ac_srcdir=.
    888     if test -z "$ac_top_builddir"; then
    889        ac_top_srcdir=.
    890     else
    891        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    892     fi ;;
    893   [\\/]* | ?:[\\/]* )  # Absolute path.
    894     ac_srcdir=$srcdir$ac_dir_suffix;
    895     ac_top_srcdir=$srcdir ;;
    896   *) # Relative path.
    897     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    898     ac_top_srcdir=$ac_top_builddir$srcdir ;;
    899 esac
    900 
    901 # Do not use `cd foo && pwd` to compute absolute paths, because
    902 # the directories may not exist.
    903 case `pwd` in
    904 .) ac_abs_builddir="$ac_dir";;
    905 *)
    906   case "$ac_dir" in
    907   .) ac_abs_builddir=`pwd`;;
    908   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    909   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    910   esac;;
    911 esac
    912 case $ac_abs_builddir in
    913 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    914 *)
    915   case ${ac_top_builddir}. in
    916   .) ac_abs_top_builddir=$ac_abs_builddir;;
    917   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    918   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    919   esac;;
    920 esac
    921 case $ac_abs_builddir in
    922 .) ac_abs_srcdir=$ac_srcdir;;
    923 *)
    924   case $ac_srcdir in
    925   .) ac_abs_srcdir=$ac_abs_builddir;;
    926   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    927   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    928   esac;;
    929 esac
    930 case $ac_abs_builddir in
    931 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    932 *)
    933   case $ac_top_srcdir in
    934   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    935   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    936   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    937   esac;;
    938 esac
    939 
    940     cd $ac_dir
    941     # Check for guested configure; otherwise get Cygnus style configure.
    942     if test -f $ac_srcdir/configure.gnu; then
    943       echo
    944       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    945     elif test -f $ac_srcdir/configure; then
    946       echo
    947       $SHELL $ac_srcdir/configure  --help=recursive
    948     elif test -f $ac_srcdir/configure.ac ||
    949 	   test -f $ac_srcdir/configure.in; then
    950       echo
    951       $ac_configure --help
    952     else
    953       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    954     fi
    955     cd $ac_popdir
    956   done
    957 fi
    958 
    959 test -n "$ac_init_help" && exit 0
    960 if $ac_init_version; then
    961   cat <<\_ACEOF
    962 listres configure 1.0.1
    963 generated by GNU Autoconf 2.59
    964 
    965 Copyright (C) 2003 Free Software Foundation, Inc.
    966 This configure script is free software; the Free Software Foundation
    967 gives unlimited permission to copy, distribute and modify it.
    968 _ACEOF
    969   exit 0
    970 fi
    971 exec 5>config.log
    972 cat >&5 <<_ACEOF
    973 This file contains any messages produced by compilers while
    974 running configure, to aid debugging if configure makes a mistake.
    975 
    976 It was created by listres $as_me 1.0.1, which was
    977 generated by GNU Autoconf 2.59.  Invocation command line was
    978 
    979   $ $0 $@
    980 
    981 _ACEOF
    982 {
    983 cat <<_ASUNAME
    984 ## --------- ##
    985 ## Platform. ##
    986 ## --------- ##
    987 
    988 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    989 uname -m = `(uname -m) 2>/dev/null || echo unknown`
    990 uname -r = `(uname -r) 2>/dev/null || echo unknown`
    991 uname -s = `(uname -s) 2>/dev/null || echo unknown`
    992 uname -v = `(uname -v) 2>/dev/null || echo unknown`
    993 
    994 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    995 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    996 
    997 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    998 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    999 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1000 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
   1001 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1002 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1003 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1004 
   1005 _ASUNAME
   1006 
   1007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1008 for as_dir in $PATH
   1009 do
   1010   IFS=$as_save_IFS
   1011   test -z "$as_dir" && as_dir=.
   1012   echo "PATH: $as_dir"
   1013 done
   1014 
   1015 } >&5
   1016 
   1017 cat >&5 <<_ACEOF
   1018 
   1019 
   1020 ## ----------- ##
   1021 ## Core tests. ##
   1022 ## ----------- ##
   1023 
   1024 _ACEOF
   1025 
   1026 
   1027 # Keep a trace of the command line.
   1028 # Strip out --no-create and --no-recursion so they do not pile up.
   1029 # Strip out --silent because we don't want to record it for future runs.
   1030 # Also quote any args containing shell meta-characters.
   1031 # Make two passes to allow for proper duplicate-argument suppression.
   1032 ac_configure_args=
   1033 ac_configure_args0=
   1034 ac_configure_args1=
   1035 ac_sep=
   1036 ac_must_keep_next=false
   1037 for ac_pass in 1 2
   1038 do
   1039   for ac_arg
   1040   do
   1041     case $ac_arg in
   1042     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1043     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1044     | -silent | --silent | --silen | --sile | --sil)
   1045       continue ;;
   1046     *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
   1047       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1048     esac
   1049     case $ac_pass in
   1050     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
   1051     2)
   1052       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
   1053       if test $ac_must_keep_next = true; then
   1054 	ac_must_keep_next=false # Got value, back to normal.
   1055       else
   1056 	case $ac_arg in
   1057 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   1058 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   1059 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   1060 	  | -with-* | --with-* | -without-* | --without-* | --x)
   1061 	    case "$ac_configure_args0 " in
   1062 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   1063 	    esac
   1064 	    ;;
   1065 	  -* ) ac_must_keep_next=true ;;
   1066 	esac
   1067       fi
   1068       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
   1069       # Get rid of the leading space.
   1070       ac_sep=" "
   1071       ;;
   1072     esac
   1073   done
   1074 done
   1075 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
   1076 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
   1077 
   1078 # When interrupted or exit'd, cleanup temporary files, and complete
   1079 # config.log.  We remove comments because anyway the quotes in there
   1080 # would cause problems or look ugly.
   1081 # WARNING: Be sure not to use single quotes in there, as some shells,
   1082 # such as our DU 5.0 friend, will then `close' the trap.
   1083 trap 'exit_status=$?
   1084   # Save into config.log some information that might help in debugging.
   1085   {
   1086     echo
   1087 
   1088     cat <<\_ASBOX
   1089 ## ---------------- ##
   1090 ## Cache variables. ##
   1091 ## ---------------- ##
   1092 _ASBOX
   1093     echo
   1094     # The following way of writing the cache mishandles newlines in values,
   1095 {
   1096   (set) 2>&1 |
   1097     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
   1098     *ac_space=\ *)
   1099       sed -n \
   1100 	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
   1101 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
   1102       ;;
   1103     *)
   1104       sed -n \
   1105 	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
   1106       ;;
   1107     esac;
   1108 }
   1109     echo
   1110 
   1111     cat <<\_ASBOX
   1112 ## ----------------- ##
   1113 ## Output variables. ##
   1114 ## ----------------- ##
   1115 _ASBOX
   1116     echo
   1117     for ac_var in $ac_subst_vars
   1118     do
   1119       eval ac_val=$`echo $ac_var`
   1120       echo "$ac_var='"'"'$ac_val'"'"'"
   1121     done | sort
   1122     echo
   1123 
   1124     if test -n "$ac_subst_files"; then
   1125       cat <<\_ASBOX
   1126 ## ------------- ##
   1127 ## Output files. ##
   1128 ## ------------- ##
   1129 _ASBOX
   1130       echo
   1131       for ac_var in $ac_subst_files
   1132       do
   1133 	eval ac_val=$`echo $ac_var`
   1134 	echo "$ac_var='"'"'$ac_val'"'"'"
   1135       done | sort
   1136       echo
   1137     fi
   1138 
   1139     if test -s confdefs.h; then
   1140       cat <<\_ASBOX
   1141 ## ----------- ##
   1142 ## confdefs.h. ##
   1143 ## ----------- ##
   1144 _ASBOX
   1145       echo
   1146       sed "/^$/d" confdefs.h | sort
   1147       echo
   1148     fi
   1149     test "$ac_signal" != 0 &&
   1150       echo "$as_me: caught signal $ac_signal"
   1151     echo "$as_me: exit $exit_status"
   1152   } >&5
   1153   rm -f core *.core &&
   1154   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
   1155     exit $exit_status
   1156      ' 0
   1157 for ac_signal in 1 2 13 15; do
   1158   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
   1159 done
   1160 ac_signal=0
   1161 
   1162 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   1163 rm -rf conftest* confdefs.h
   1164 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
   1165 echo >confdefs.h
   1166 
   1167 # Predefined preprocessor variables.
   1168 
   1169 cat >>confdefs.h <<_ACEOF
   1170 #define PACKAGE_NAME "$PACKAGE_NAME"
   1171 _ACEOF
   1172 
   1173 
   1174 cat >>confdefs.h <<_ACEOF
   1175 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   1176 _ACEOF
   1177 
   1178 
   1179 cat >>confdefs.h <<_ACEOF
   1180 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   1181 _ACEOF
   1182 
   1183 
   1184 cat >>confdefs.h <<_ACEOF
   1185 #define PACKAGE_STRING "$PACKAGE_STRING"
   1186 _ACEOF
   1187 
   1188 
   1189 cat >>confdefs.h <<_ACEOF
   1190 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   1191 _ACEOF
   1192 
   1193 
   1194 # Let the site file select an alternate cache file if it wants to.
   1195 # Prefer explicitly selected file to automatically selected ones.
   1196 if test -z "$CONFIG_SITE"; then
   1197   if test "x$prefix" != xNONE; then
   1198     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
   1199   else
   1200     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
   1201   fi
   1202 fi
   1203 for ac_site_file in $CONFIG_SITE; do
   1204   if test -r "$ac_site_file"; then
   1205     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
   1206 echo "$as_me: loading site script $ac_site_file" >&6;}
   1207     sed 's/^/| /' "$ac_site_file" >&5
   1208     . "$ac_site_file"
   1209   fi
   1210 done
   1211 
   1212 if test -r "$cache_file"; then
   1213   # Some versions of bash will fail to source /dev/null (special
   1214   # files actually), so we avoid doing that.
   1215   if test -f "$cache_file"; then
   1216     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
   1217 echo "$as_me: loading cache $cache_file" >&6;}
   1218     case $cache_file in
   1219       [\\/]* | ?:[\\/]* ) . $cache_file;;
   1220       *)                      . ./$cache_file;;
   1221     esac
   1222   fi
   1223 else
   1224   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
   1225 echo "$as_me: creating cache $cache_file" >&6;}
   1226   >$cache_file
   1227 fi
   1228 
   1229 # Check that the precious variables saved in the cache have kept the same
   1230 # value.
   1231 ac_cache_corrupted=false
   1232 for ac_var in `(set) 2>&1 |
   1233 	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
   1234   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   1235   eval ac_new_set=\$ac_env_${ac_var}_set
   1236   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
   1237   eval ac_new_val="\$ac_env_${ac_var}_value"
   1238   case $ac_old_set,$ac_new_set in
   1239     set,)
   1240       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   1241 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   1242       ac_cache_corrupted=: ;;
   1243     ,set)
   1244       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
   1245 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   1246       ac_cache_corrupted=: ;;
   1247     ,);;
   1248     *)
   1249       if test "x$ac_old_val" != "x$ac_new_val"; then
   1250 	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
   1251 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   1252 	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
   1253 echo "$as_me:   former value:  $ac_old_val" >&2;}
   1254 	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
   1255 echo "$as_me:   current value: $ac_new_val" >&2;}
   1256 	ac_cache_corrupted=:
   1257       fi;;
   1258   esac
   1259   # Pass precious variables to config.status.
   1260   if test "$ac_new_set" = set; then
   1261     case $ac_new_val in
   1262     *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
   1263       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   1264     *) ac_arg=$ac_var=$ac_new_val ;;
   1265     esac
   1266     case " $ac_configure_args " in
   1267       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   1268       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
   1269     esac
   1270   fi
   1271 done
   1272 if $ac_cache_corrupted; then
   1273   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
   1274 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   1275   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
   1276 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
   1277    { (exit 1); exit 1; }; }
   1278 fi
   1279 
   1280 ac_ext=c
   1281 ac_cpp='$CPP $CPPFLAGS'
   1282 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1283 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1284 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1285 
   1286 
   1287 
   1288 
   1289 
   1290 
   1291 
   1292 
   1293 
   1294 
   1295 
   1296 
   1297 
   1298 
   1299 
   1300 
   1301 
   1302 
   1303 
   1304 
   1305 
   1306 
   1307 
   1308 
   1309 
   1310 
   1311 
   1312 am__api_version="1.7"
   1313 ac_aux_dir=
   1314 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   1315   if test -f $ac_dir/install-sh; then
   1316     ac_aux_dir=$ac_dir
   1317     ac_install_sh="$ac_aux_dir/install-sh -c"
   1318     break
   1319   elif test -f $ac_dir/install.sh; then
   1320     ac_aux_dir=$ac_dir
   1321     ac_install_sh="$ac_aux_dir/install.sh -c"
   1322     break
   1323   elif test -f $ac_dir/shtool; then
   1324     ac_aux_dir=$ac_dir
   1325     ac_install_sh="$ac_aux_dir/shtool install -c"
   1326     break
   1327   fi
   1328 done
   1329 if test -z "$ac_aux_dir"; then
   1330   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
   1331 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
   1332    { (exit 1); exit 1; }; }
   1333 fi
   1334 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
   1335 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
   1336 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
   1337 
   1338 # Find a good install program.  We prefer a C program (faster),
   1339 # so one script is as good as another.  But avoid the broken or
   1340 # incompatible versions:
   1341 # SysV /etc/install, /usr/sbin/install
   1342 # SunOS /usr/etc/install
   1343 # IRIX /sbin/install
   1344 # AIX /bin/install
   1345 # AmigaOS /C/install, which installs bootblocks on floppy discs
   1346 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   1347 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   1348 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   1349 # OS/2's system install, which has a completely different semantic
   1350 # ./install, which can be erroneously created by make from ./install.sh.
   1351 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
   1352 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
   1353 if test -z "$INSTALL"; then
   1354 if test "${ac_cv_path_install+set}" = set; then
   1355   echo $ECHO_N "(cached) $ECHO_C" >&6
   1356 else
   1357   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1358 for as_dir in $PATH
   1359 do
   1360   IFS=$as_save_IFS
   1361   test -z "$as_dir" && as_dir=.
   1362   # Account for people who put trailing slashes in PATH elements.
   1363 case $as_dir/ in
   1364   ./ | .// | /cC/* | \
   1365   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   1366   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   1367   /usr/ucb/* ) ;;
   1368   *)
   1369     # OSF1 and SCO ODT 3.0 have their own names for install.
   1370     # Don't use installbsd from OSF since it installs stuff as root
   1371     # by default.
   1372     for ac_prog in ginstall scoinst install; do
   1373       for ac_exec_ext in '' $ac_executable_extensions; do
   1374 	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
   1375 	  if test $ac_prog = install &&
   1376 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   1377 	    # AIX install.  It has an incompatible calling convention.
   1378 	    :
   1379 	  elif test $ac_prog = install &&
   1380 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   1381 	    # program-specific install script used by HP pwplus--don't use.
   1382 	    :
   1383 	  else
   1384 	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   1385 	    break 3
   1386 	  fi
   1387 	fi
   1388       done
   1389     done
   1390     ;;
   1391 esac
   1392 done
   1393 
   1394 
   1395 fi
   1396   if test "${ac_cv_path_install+set}" = set; then
   1397     INSTALL=$ac_cv_path_install
   1398   else
   1399     # As a last resort, use the slow shell script.  We don't cache a
   1400     # path for INSTALL within a source directory, because that will
   1401     # break other packages using the cache if that directory is
   1402     # removed, or if the path is relative.
   1403     INSTALL=$ac_install_sh
   1404   fi
   1405 fi
   1406 echo "$as_me:$LINENO: result: $INSTALL" >&5
   1407 echo "${ECHO_T}$INSTALL" >&6
   1408 
   1409 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   1410 # It thinks the first close brace ends the variable substitution.
   1411 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   1412 
   1413 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   1414 
   1415 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   1416 
   1417 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
   1418 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
   1419 # Just in case
   1420 sleep 1
   1421 echo timestamp > conftest.file
   1422 # Do `set' in a subshell so we don't clobber the current shell's
   1423 # arguments.  Must try -L first in case configure is actually a
   1424 # symlink; some systems play weird games with the mod time of symlinks
   1425 # (eg FreeBSD returns the mod time of the symlink's containing
   1426 # directory).
   1427 if (
   1428    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
   1429    if test "$*" = "X"; then
   1430       # -L didn't work.
   1431       set X `ls -t $srcdir/configure conftest.file`
   1432    fi
   1433    rm -f conftest.file
   1434    if test "$*" != "X $srcdir/configure conftest.file" \
   1435       && test "$*" != "X conftest.file $srcdir/configure"; then
   1436 
   1437       # If neither matched, then we have a broken ls.  This can happen
   1438       # if, for instance, CONFIG_SHELL is bash and it inherits a
   1439       # broken ls alias from the environment.  This has actually
   1440       # happened.  Such a system could not be considered "sane".
   1441       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
   1442 alias in your environment" >&5
   1443 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
   1444 alias in your environment" >&2;}
   1445    { (exit 1); exit 1; }; }
   1446    fi
   1447 
   1448    test "$2" = conftest.file
   1449    )
   1450 then
   1451    # Ok.
   1452    :
   1453 else
   1454    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
   1455 Check your system clock" >&5
   1456 echo "$as_me: error: newly created file is older than distributed files!
   1457 Check your system clock" >&2;}
   1458    { (exit 1); exit 1; }; }
   1459 fi
   1460 echo "$as_me:$LINENO: result: yes" >&5
   1461 echo "${ECHO_T}yes" >&6
   1462 test "$program_prefix" != NONE &&
   1463   program_transform_name="s,^,$program_prefix,;$program_transform_name"
   1464 # Use a double $ so make ignores it.
   1465 test "$program_suffix" != NONE &&
   1466   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
   1467 # Double any \ or $.  echo might interpret backslashes.
   1468 # By default was `s,x,x', remove it if useless.
   1469 cat <<\_ACEOF >conftest.sed
   1470 s/[\\$]/&&/g;s/;s,x,x,$//
   1471 _ACEOF
   1472 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
   1473 rm conftest.sed
   1474 
   1475 
   1476 # expand $ac_aux_dir to an absolute path
   1477 am_aux_dir=`cd $ac_aux_dir && pwd`
   1478 
   1479 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
   1480 # Use eval to expand $SHELL
   1481 if eval "$MISSING --run true"; then
   1482   am_missing_run="$MISSING --run "
   1483 else
   1484   am_missing_run=
   1485   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
   1486 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
   1487 fi
   1488 
   1489 for ac_prog in gawk mawk nawk awk
   1490 do
   1491   # Extract the first word of "$ac_prog", so it can be a program name with args.
   1492 set dummy $ac_prog; ac_word=$2
   1493 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1495 if test "${ac_cv_prog_AWK+set}" = set; then
   1496   echo $ECHO_N "(cached) $ECHO_C" >&6
   1497 else
   1498   if test -n "$AWK"; then
   1499   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   1500 else
   1501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1502 for as_dir in $PATH
   1503 do
   1504   IFS=$as_save_IFS
   1505   test -z "$as_dir" && as_dir=.
   1506   for ac_exec_ext in '' $ac_executable_extensions; do
   1507   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1508     ac_cv_prog_AWK="$ac_prog"
   1509     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1510     break 2
   1511   fi
   1512 done
   1513 done
   1514 
   1515 fi
   1516 fi
   1517 AWK=$ac_cv_prog_AWK
   1518 if test -n "$AWK"; then
   1519   echo "$as_me:$LINENO: result: $AWK" >&5
   1520 echo "${ECHO_T}$AWK" >&6
   1521 else
   1522   echo "$as_me:$LINENO: result: no" >&5
   1523 echo "${ECHO_T}no" >&6
   1524 fi
   1525 
   1526   test -n "$AWK" && break
   1527 done
   1528 
   1529 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   1530 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
   1531 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
   1532 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
   1533   echo $ECHO_N "(cached) $ECHO_C" >&6
   1534 else
   1535   cat >conftest.make <<\_ACEOF
   1536 all:
   1537 	@echo 'ac_maketemp="$(MAKE)"'
   1538 _ACEOF
   1539 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   1540 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
   1541 if test -n "$ac_maketemp"; then
   1542   eval ac_cv_prog_make_${ac_make}_set=yes
   1543 else
   1544   eval ac_cv_prog_make_${ac_make}_set=no
   1545 fi
   1546 rm -f conftest.make
   1547 fi
   1548 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
   1549   echo "$as_me:$LINENO: result: yes" >&5
   1550 echo "${ECHO_T}yes" >&6
   1551   SET_MAKE=
   1552 else
   1553   echo "$as_me:$LINENO: result: no" >&5
   1554 echo "${ECHO_T}no" >&6
   1555   SET_MAKE="MAKE=${MAKE-make}"
   1556 fi
   1557 
   1558 rm -rf .tst 2>/dev/null
   1559 mkdir .tst 2>/dev/null
   1560 if test -d .tst; then
   1561   am__leading_dot=.
   1562 else
   1563   am__leading_dot=_
   1564 fi
   1565 rmdir .tst 2>/dev/null
   1566 
   1567  # test to see if srcdir already configured
   1568 if test "`cd $srcdir && pwd`" != "`pwd`" &&
   1569    test -f $srcdir/config.status; then
   1570   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
   1571 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
   1572    { (exit 1); exit 1; }; }
   1573 fi
   1574 
   1575 # test whether we have cygpath
   1576 if test -z "$CYGPATH_W"; then
   1577   if (cygpath --version) >/dev/null 2>/dev/null; then
   1578     CYGPATH_W='cygpath -w'
   1579   else
   1580     CYGPATH_W=echo
   1581   fi
   1582 fi
   1583 
   1584 
   1585 # Define the identity of the package.
   1586  PACKAGE='listres'
   1587  VERSION='1.0.1'
   1588 
   1589 
   1590 cat >>confdefs.h <<_ACEOF
   1591 #define PACKAGE "$PACKAGE"
   1592 _ACEOF
   1593 
   1594 
   1595 cat >>confdefs.h <<_ACEOF
   1596 #define VERSION "$VERSION"
   1597 _ACEOF
   1598 
   1599 # Some tools Automake needs.
   1600 
   1601 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   1602 
   1603 
   1604 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   1605 
   1606 
   1607 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   1608 
   1609 
   1610 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   1611 
   1612 
   1613 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   1614 
   1615 
   1616 AMTAR=${AMTAR-"${am_missing_run}tar"}
   1617 
   1618 install_sh=${install_sh-"$am_aux_dir/install-sh"}
   1619 
   1620 # Installed binaries are usually stripped using `strip' when the user
   1621 # run `make install-strip'.  However `strip' might not be the right
   1622 # tool to use in cross-compilation environments, therefore Automake
   1623 # will honor the `STRIP' environment variable to overrule this program.
   1624 if test "$cross_compiling" != no; then
   1625   if test -n "$ac_tool_prefix"; then
   1626   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   1627 set dummy ${ac_tool_prefix}strip; ac_word=$2
   1628 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1629 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1630 if test "${ac_cv_prog_STRIP+set}" = set; then
   1631   echo $ECHO_N "(cached) $ECHO_C" >&6
   1632 else
   1633   if test -n "$STRIP"; then
   1634   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   1635 else
   1636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1637 for as_dir in $PATH
   1638 do
   1639   IFS=$as_save_IFS
   1640   test -z "$as_dir" && as_dir=.
   1641   for ac_exec_ext in '' $ac_executable_extensions; do
   1642   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1643     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   1644     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1645     break 2
   1646   fi
   1647 done
   1648 done
   1649 
   1650 fi
   1651 fi
   1652 STRIP=$ac_cv_prog_STRIP
   1653 if test -n "$STRIP"; then
   1654   echo "$as_me:$LINENO: result: $STRIP" >&5
   1655 echo "${ECHO_T}$STRIP" >&6
   1656 else
   1657   echo "$as_me:$LINENO: result: no" >&5
   1658 echo "${ECHO_T}no" >&6
   1659 fi
   1660 
   1661 fi
   1662 if test -z "$ac_cv_prog_STRIP"; then
   1663   ac_ct_STRIP=$STRIP
   1664   # Extract the first word of "strip", so it can be a program name with args.
   1665 set dummy strip; ac_word=$2
   1666 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1668 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
   1669   echo $ECHO_N "(cached) $ECHO_C" >&6
   1670 else
   1671   if test -n "$ac_ct_STRIP"; then
   1672   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   1673 else
   1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1675 for as_dir in $PATH
   1676 do
   1677   IFS=$as_save_IFS
   1678   test -z "$as_dir" && as_dir=.
   1679   for ac_exec_ext in '' $ac_executable_extensions; do
   1680   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1681     ac_cv_prog_ac_ct_STRIP="strip"
   1682     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1683     break 2
   1684   fi
   1685 done
   1686 done
   1687 
   1688   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
   1689 fi
   1690 fi
   1691 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   1692 if test -n "$ac_ct_STRIP"; then
   1693   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
   1694 echo "${ECHO_T}$ac_ct_STRIP" >&6
   1695 else
   1696   echo "$as_me:$LINENO: result: no" >&5
   1697 echo "${ECHO_T}no" >&6
   1698 fi
   1699 
   1700   STRIP=$ac_ct_STRIP
   1701 else
   1702   STRIP="$ac_cv_prog_STRIP"
   1703 fi
   1704 
   1705 fi
   1706 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
   1707 
   1708 # We need awk for the "check" target.  The system "awk" is bad on
   1709 # some platforms.
   1710 
   1711 
   1712 
   1713 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
   1714 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
   1715     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
   1716 if test "${enable_maintainer_mode+set}" = set; then
   1717   enableval="$enable_maintainer_mode"
   1718   USE_MAINTAINER_MODE=$enableval
   1719 else
   1720   USE_MAINTAINER_MODE=no
   1721 fi;
   1722   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
   1723 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
   1724 
   1725 
   1726 if test $USE_MAINTAINER_MODE = yes; then
   1727   MAINTAINER_MODE_TRUE=
   1728   MAINTAINER_MODE_FALSE='#'
   1729 else
   1730   MAINTAINER_MODE_TRUE='#'
   1731   MAINTAINER_MODE_FALSE=
   1732 fi
   1733 
   1734   MAINT=$MAINTAINER_MODE_TRUE
   1735 
   1736 
   1737 
   1738           ac_config_headers="$ac_config_headers config.h"
   1739 
   1740 
   1741 ac_ext=c
   1742 ac_cpp='$CPP $CPPFLAGS'
   1743 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   1744 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   1745 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   1746 if test -n "$ac_tool_prefix"; then
   1747   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   1748 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   1749 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1750 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1751 if test "${ac_cv_prog_CC+set}" = set; then
   1752   echo $ECHO_N "(cached) $ECHO_C" >&6
   1753 else
   1754   if test -n "$CC"; then
   1755   ac_cv_prog_CC="$CC" # Let the user override the test.
   1756 else
   1757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1758 for as_dir in $PATH
   1759 do
   1760   IFS=$as_save_IFS
   1761   test -z "$as_dir" && as_dir=.
   1762   for ac_exec_ext in '' $ac_executable_extensions; do
   1763   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1764     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   1765     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1766     break 2
   1767   fi
   1768 done
   1769 done
   1770 
   1771 fi
   1772 fi
   1773 CC=$ac_cv_prog_CC
   1774 if test -n "$CC"; then
   1775   echo "$as_me:$LINENO: result: $CC" >&5
   1776 echo "${ECHO_T}$CC" >&6
   1777 else
   1778   echo "$as_me:$LINENO: result: no" >&5
   1779 echo "${ECHO_T}no" >&6
   1780 fi
   1781 
   1782 fi
   1783 if test -z "$ac_cv_prog_CC"; then
   1784   ac_ct_CC=$CC
   1785   # Extract the first word of "gcc", so it can be a program name with args.
   1786 set dummy gcc; ac_word=$2
   1787 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1789 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   1790   echo $ECHO_N "(cached) $ECHO_C" >&6
   1791 else
   1792   if test -n "$ac_ct_CC"; then
   1793   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1794 else
   1795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1796 for as_dir in $PATH
   1797 do
   1798   IFS=$as_save_IFS
   1799   test -z "$as_dir" && as_dir=.
   1800   for ac_exec_ext in '' $ac_executable_extensions; do
   1801   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1802     ac_cv_prog_ac_ct_CC="gcc"
   1803     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1804     break 2
   1805   fi
   1806 done
   1807 done
   1808 
   1809 fi
   1810 fi
   1811 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1812 if test -n "$ac_ct_CC"; then
   1813   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
   1814 echo "${ECHO_T}$ac_ct_CC" >&6
   1815 else
   1816   echo "$as_me:$LINENO: result: no" >&5
   1817 echo "${ECHO_T}no" >&6
   1818 fi
   1819 
   1820   CC=$ac_ct_CC
   1821 else
   1822   CC="$ac_cv_prog_CC"
   1823 fi
   1824 
   1825 if test -z "$CC"; then
   1826   if test -n "$ac_tool_prefix"; then
   1827   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   1828 set dummy ${ac_tool_prefix}cc; ac_word=$2
   1829 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1831 if test "${ac_cv_prog_CC+set}" = set; then
   1832   echo $ECHO_N "(cached) $ECHO_C" >&6
   1833 else
   1834   if test -n "$CC"; then
   1835   ac_cv_prog_CC="$CC" # Let the user override the test.
   1836 else
   1837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1838 for as_dir in $PATH
   1839 do
   1840   IFS=$as_save_IFS
   1841   test -z "$as_dir" && as_dir=.
   1842   for ac_exec_ext in '' $ac_executable_extensions; do
   1843   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1844     ac_cv_prog_CC="${ac_tool_prefix}cc"
   1845     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1846     break 2
   1847   fi
   1848 done
   1849 done
   1850 
   1851 fi
   1852 fi
   1853 CC=$ac_cv_prog_CC
   1854 if test -n "$CC"; then
   1855   echo "$as_me:$LINENO: result: $CC" >&5
   1856 echo "${ECHO_T}$CC" >&6
   1857 else
   1858   echo "$as_me:$LINENO: result: no" >&5
   1859 echo "${ECHO_T}no" >&6
   1860 fi
   1861 
   1862 fi
   1863 if test -z "$ac_cv_prog_CC"; then
   1864   ac_ct_CC=$CC
   1865   # Extract the first word of "cc", so it can be a program name with args.
   1866 set dummy cc; ac_word=$2
   1867 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1869 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   1870   echo $ECHO_N "(cached) $ECHO_C" >&6
   1871 else
   1872   if test -n "$ac_ct_CC"; then
   1873   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   1874 else
   1875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1876 for as_dir in $PATH
   1877 do
   1878   IFS=$as_save_IFS
   1879   test -z "$as_dir" && as_dir=.
   1880   for ac_exec_ext in '' $ac_executable_extensions; do
   1881   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1882     ac_cv_prog_ac_ct_CC="cc"
   1883     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1884     break 2
   1885   fi
   1886 done
   1887 done
   1888 
   1889 fi
   1890 fi
   1891 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   1892 if test -n "$ac_ct_CC"; then
   1893   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
   1894 echo "${ECHO_T}$ac_ct_CC" >&6
   1895 else
   1896   echo "$as_me:$LINENO: result: no" >&5
   1897 echo "${ECHO_T}no" >&6
   1898 fi
   1899 
   1900   CC=$ac_ct_CC
   1901 else
   1902   CC="$ac_cv_prog_CC"
   1903 fi
   1904 
   1905 fi
   1906 if test -z "$CC"; then
   1907   # Extract the first word of "cc", so it can be a program name with args.
   1908 set dummy cc; ac_word=$2
   1909 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1910 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1911 if test "${ac_cv_prog_CC+set}" = set; then
   1912   echo $ECHO_N "(cached) $ECHO_C" >&6
   1913 else
   1914   if test -n "$CC"; then
   1915   ac_cv_prog_CC="$CC" # Let the user override the test.
   1916 else
   1917   ac_prog_rejected=no
   1918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1919 for as_dir in $PATH
   1920 do
   1921   IFS=$as_save_IFS
   1922   test -z "$as_dir" && as_dir=.
   1923   for ac_exec_ext in '' $ac_executable_extensions; do
   1924   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1925     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   1926        ac_prog_rejected=yes
   1927        continue
   1928      fi
   1929     ac_cv_prog_CC="cc"
   1930     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1931     break 2
   1932   fi
   1933 done
   1934 done
   1935 
   1936 if test $ac_prog_rejected = yes; then
   1937   # We found a bogon in the path, so make sure we never use it.
   1938   set dummy $ac_cv_prog_CC
   1939   shift
   1940   if test $# != 0; then
   1941     # We chose a different compiler from the bogus one.
   1942     # However, it has the same basename, so the bogon will be chosen
   1943     # first if we set CC to just the basename; use the full file name.
   1944     shift
   1945     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   1946   fi
   1947 fi
   1948 fi
   1949 fi
   1950 CC=$ac_cv_prog_CC
   1951 if test -n "$CC"; then
   1952   echo "$as_me:$LINENO: result: $CC" >&5
   1953 echo "${ECHO_T}$CC" >&6
   1954 else
   1955   echo "$as_me:$LINENO: result: no" >&5
   1956 echo "${ECHO_T}no" >&6
   1957 fi
   1958 
   1959 fi
   1960 if test -z "$CC"; then
   1961   if test -n "$ac_tool_prefix"; then
   1962   for ac_prog in cl
   1963   do
   1964     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   1965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   1966 echo "$as_me:$LINENO: checking for $ac_word" >&5
   1967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   1968 if test "${ac_cv_prog_CC+set}" = set; then
   1969   echo $ECHO_N "(cached) $ECHO_C" >&6
   1970 else
   1971   if test -n "$CC"; then
   1972   ac_cv_prog_CC="$CC" # Let the user override the test.
   1973 else
   1974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1975 for as_dir in $PATH
   1976 do
   1977   IFS=$as_save_IFS
   1978   test -z "$as_dir" && as_dir=.
   1979   for ac_exec_ext in '' $ac_executable_extensions; do
   1980   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1981     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   1982     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1983     break 2
   1984   fi
   1985 done
   1986 done
   1987 
   1988 fi
   1989 fi
   1990 CC=$ac_cv_prog_CC
   1991 if test -n "$CC"; then
   1992   echo "$as_me:$LINENO: result: $CC" >&5
   1993 echo "${ECHO_T}$CC" >&6
   1994 else
   1995   echo "$as_me:$LINENO: result: no" >&5
   1996 echo "${ECHO_T}no" >&6
   1997 fi
   1998 
   1999     test -n "$CC" && break
   2000   done
   2001 fi
   2002 if test -z "$CC"; then
   2003   ac_ct_CC=$CC
   2004   for ac_prog in cl
   2005 do
   2006   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2007 set dummy $ac_prog; ac_word=$2
   2008 echo "$as_me:$LINENO: checking for $ac_word" >&5
   2009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   2010 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
   2011   echo $ECHO_N "(cached) $ECHO_C" >&6
   2012 else
   2013   if test -n "$ac_ct_CC"; then
   2014   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2015 else
   2016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2017 for as_dir in $PATH
   2018 do
   2019   IFS=$as_save_IFS
   2020   test -z "$as_dir" && as_dir=.
   2021   for ac_exec_ext in '' $ac_executable_extensions; do
   2022   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2023     ac_cv_prog_ac_ct_CC="$ac_prog"
   2024     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2025     break 2
   2026   fi
   2027 done
   2028 done
   2029 
   2030 fi
   2031 fi
   2032 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2033 if test -n "$ac_ct_CC"; then
   2034   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
   2035 echo "${ECHO_T}$ac_ct_CC" >&6
   2036 else
   2037   echo "$as_me:$LINENO: result: no" >&5
   2038 echo "${ECHO_T}no" >&6
   2039 fi
   2040 
   2041   test -n "$ac_ct_CC" && break
   2042 done
   2043 
   2044   CC=$ac_ct_CC
   2045 fi
   2046 
   2047 fi
   2048 
   2049 
   2050 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
   2051 See \`config.log' for more details." >&5
   2052 echo "$as_me: error: no acceptable C compiler found in \$PATH
   2053 See \`config.log' for more details." >&2;}
   2054    { (exit 1); exit 1; }; }
   2055 
   2056 # Provide some information about the compiler.
   2057 echo "$as_me:$LINENO:" \
   2058      "checking for C compiler version" >&5
   2059 ac_compiler=`set X $ac_compile; echo $2`
   2060 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
   2061   (eval $ac_compiler --version </dev/null >&5) 2>&5
   2062   ac_status=$?
   2063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2064   (exit $ac_status); }
   2065 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
   2066   (eval $ac_compiler -v </dev/null >&5) 2>&5
   2067   ac_status=$?
   2068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2069   (exit $ac_status); }
   2070 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
   2071   (eval $ac_compiler -V </dev/null >&5) 2>&5
   2072   ac_status=$?
   2073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2074   (exit $ac_status); }
   2075 
   2076 cat >conftest.$ac_ext <<_ACEOF
   2077 /* confdefs.h.  */
   2078 _ACEOF
   2079 cat confdefs.h >>conftest.$ac_ext
   2080 cat >>conftest.$ac_ext <<_ACEOF
   2081 /* end confdefs.h.  */
   2082 
   2083 int
   2084 main ()
   2085 {
   2086 
   2087   ;
   2088   return 0;
   2089 }
   2090 _ACEOF
   2091 ac_clean_files_save=$ac_clean_files
   2092 ac_clean_files="$ac_clean_files a.out a.exe b.out"
   2093 # Try to create an executable without -o first, disregard a.out.
   2094 # It will help us diagnose broken compilers, and finding out an intuition
   2095 # of exeext.
   2096 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
   2097 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
   2098 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   2099 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
   2100   (eval $ac_link_default) 2>&5
   2101   ac_status=$?
   2102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2103   (exit $ac_status); }; then
   2104   # Find the output, starting from the most likely.  This scheme is
   2105 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
   2106 # resort.
   2107 
   2108 # Be careful to initialize this variable, since it used to be cached.
   2109 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
   2110 ac_cv_exeext=
   2111 # b.out is created by i960 compilers.
   2112 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
   2113 do
   2114   test -f "$ac_file" || continue
   2115   case $ac_file in
   2116     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
   2117 	;;
   2118     conftest.$ac_ext )
   2119 	# This is the source file.
   2120 	;;
   2121     [ab].out )
   2122 	# We found the default executable, but exeext='' is most
   2123 	# certainly right.
   2124 	break;;
   2125     *.* )
   2126 	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2127 	# FIXME: I believe we export ac_cv_exeext for Libtool,
   2128 	# but it would be cool to find out if it's true.  Does anybody
   2129 	# maintain Libtool? --akim.
   2130 	export ac_cv_exeext
   2131 	break;;
   2132     * )
   2133 	break;;
   2134   esac
   2135 done
   2136 else
   2137   echo "$as_me: failed program was:" >&5
   2138 sed 's/^/| /' conftest.$ac_ext >&5
   2139 
   2140 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
   2141 See \`config.log' for more details." >&5
   2142 echo "$as_me: error: C compiler cannot create executables
   2143 See \`config.log' for more details." >&2;}
   2144    { (exit 77); exit 77; }; }
   2145 fi
   2146 
   2147 ac_exeext=$ac_cv_exeext
   2148 echo "$as_me:$LINENO: result: $ac_file" >&5
   2149 echo "${ECHO_T}$ac_file" >&6
   2150 
   2151 # Check the compiler produces executables we can run.  If not, either
   2152 # the compiler is broken, or we cross compile.
   2153 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
   2154 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
   2155 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
   2156 # If not cross compiling, check that we can run a simple program.
   2157 if test "$cross_compiling" != yes; then
   2158   if { ac_try='./$ac_file'
   2159   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2160   (eval $ac_try) 2>&5
   2161   ac_status=$?
   2162   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2163   (exit $ac_status); }; }; then
   2164     cross_compiling=no
   2165   else
   2166     if test "$cross_compiling" = maybe; then
   2167 	cross_compiling=yes
   2168     else
   2169 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
   2170 If you meant to cross compile, use \`--host'.
   2171 See \`config.log' for more details." >&5
   2172 echo "$as_me: error: cannot run C compiled programs.
   2173 If you meant to cross compile, use \`--host'.
   2174 See \`config.log' for more details." >&2;}
   2175    { (exit 1); exit 1; }; }
   2176     fi
   2177   fi
   2178 fi
   2179 echo "$as_me:$LINENO: result: yes" >&5
   2180 echo "${ECHO_T}yes" >&6
   2181 
   2182 rm -f a.out a.exe conftest$ac_cv_exeext b.out
   2183 ac_clean_files=$ac_clean_files_save
   2184 # Check the compiler produces executables we can run.  If not, either
   2185 # the compiler is broken, or we cross compile.
   2186 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
   2187 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
   2188 echo "$as_me:$LINENO: result: $cross_compiling" >&5
   2189 echo "${ECHO_T}$cross_compiling" >&6
   2190 
   2191 echo "$as_me:$LINENO: checking for suffix of executables" >&5
   2192 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
   2193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   2194   (eval $ac_link) 2>&5
   2195   ac_status=$?
   2196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2197   (exit $ac_status); }; then
   2198   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   2199 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   2200 # work properly (i.e., refer to `conftest.exe'), while it won't with
   2201 # `rm'.
   2202 for ac_file in conftest.exe conftest conftest.*; do
   2203   test -f "$ac_file" || continue
   2204   case $ac_file in
   2205     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
   2206     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2207 	  export ac_cv_exeext
   2208 	  break;;
   2209     * ) break;;
   2210   esac
   2211 done
   2212 else
   2213   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
   2214 See \`config.log' for more details." >&5
   2215 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
   2216 See \`config.log' for more details." >&2;}
   2217    { (exit 1); exit 1; }; }
   2218 fi
   2219 
   2220 rm -f conftest$ac_cv_exeext
   2221 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
   2222 echo "${ECHO_T}$ac_cv_exeext" >&6
   2223 
   2224 rm -f conftest.$ac_ext
   2225 EXEEXT=$ac_cv_exeext
   2226 ac_exeext=$EXEEXT
   2227 echo "$as_me:$LINENO: checking for suffix of object files" >&5
   2228 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
   2229 if test "${ac_cv_objext+set}" = set; then
   2230   echo $ECHO_N "(cached) $ECHO_C" >&6
   2231 else
   2232   cat >conftest.$ac_ext <<_ACEOF
   2233 /* confdefs.h.  */
   2234 _ACEOF
   2235 cat confdefs.h >>conftest.$ac_ext
   2236 cat >>conftest.$ac_ext <<_ACEOF
   2237 /* end confdefs.h.  */
   2238 
   2239 int
   2240 main ()
   2241 {
   2242 
   2243   ;
   2244   return 0;
   2245 }
   2246 _ACEOF
   2247 rm -f conftest.o conftest.obj
   2248 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2249   (eval $ac_compile) 2>&5
   2250   ac_status=$?
   2251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2252   (exit $ac_status); }; then
   2253   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
   2254   case $ac_file in
   2255     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
   2256     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   2257        break;;
   2258   esac
   2259 done
   2260 else
   2261   echo "$as_me: failed program was:" >&5
   2262 sed 's/^/| /' conftest.$ac_ext >&5
   2263 
   2264 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
   2265 See \`config.log' for more details." >&5
   2266 echo "$as_me: error: cannot compute suffix of object files: cannot compile
   2267 See \`config.log' for more details." >&2;}
   2268    { (exit 1); exit 1; }; }
   2269 fi
   2270 
   2271 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2272 fi
   2273 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
   2274 echo "${ECHO_T}$ac_cv_objext" >&6
   2275 OBJEXT=$ac_cv_objext
   2276 ac_objext=$OBJEXT
   2277 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
   2278 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
   2279 if test "${ac_cv_c_compiler_gnu+set}" = set; then
   2280   echo $ECHO_N "(cached) $ECHO_C" >&6
   2281 else
   2282   cat >conftest.$ac_ext <<_ACEOF
   2283 /* confdefs.h.  */
   2284 _ACEOF
   2285 cat confdefs.h >>conftest.$ac_ext
   2286 cat >>conftest.$ac_ext <<_ACEOF
   2287 /* end confdefs.h.  */
   2288 
   2289 int
   2290 main ()
   2291 {
   2292 #ifndef __GNUC__
   2293        choke me
   2294 #endif
   2295 
   2296   ;
   2297   return 0;
   2298 }
   2299 _ACEOF
   2300 rm -f conftest.$ac_objext
   2301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2302   (eval $ac_compile) 2>conftest.er1
   2303   ac_status=$?
   2304   grep -v '^ *+' conftest.er1 >conftest.err
   2305   rm -f conftest.er1
   2306   cat conftest.err >&5
   2307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2308   (exit $ac_status); } &&
   2309 	 { ac_try='test -z "$ac_c_werror_flag"
   2310 			 || test ! -s conftest.err'
   2311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2312   (eval $ac_try) 2>&5
   2313   ac_status=$?
   2314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2315   (exit $ac_status); }; } &&
   2316 	 { ac_try='test -s conftest.$ac_objext'
   2317   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2318   (eval $ac_try) 2>&5
   2319   ac_status=$?
   2320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2321   (exit $ac_status); }; }; then
   2322   ac_compiler_gnu=yes
   2323 else
   2324   echo "$as_me: failed program was:" >&5
   2325 sed 's/^/| /' conftest.$ac_ext >&5
   2326 
   2327 ac_compiler_gnu=no
   2328 fi
   2329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   2330 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   2331 
   2332 fi
   2333 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
   2334 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
   2335 GCC=`test $ac_compiler_gnu = yes && echo yes`
   2336 ac_test_CFLAGS=${CFLAGS+set}
   2337 ac_save_CFLAGS=$CFLAGS
   2338 CFLAGS="-g"
   2339 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
   2340 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
   2341 if test "${ac_cv_prog_cc_g+set}" = set; then
   2342   echo $ECHO_N "(cached) $ECHO_C" >&6
   2343 else
   2344   cat >conftest.$ac_ext <<_ACEOF
   2345 /* confdefs.h.  */
   2346 _ACEOF
   2347 cat confdefs.h >>conftest.$ac_ext
   2348 cat >>conftest.$ac_ext <<_ACEOF
   2349 /* end confdefs.h.  */
   2350 
   2351 int
   2352 main ()
   2353 {
   2354 
   2355   ;
   2356   return 0;
   2357 }
   2358 _ACEOF
   2359 rm -f conftest.$ac_objext
   2360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2361   (eval $ac_compile) 2>conftest.er1
   2362   ac_status=$?
   2363   grep -v '^ *+' conftest.er1 >conftest.err
   2364   rm -f conftest.er1
   2365   cat conftest.err >&5
   2366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2367   (exit $ac_status); } &&
   2368 	 { ac_try='test -z "$ac_c_werror_flag"
   2369 			 || test ! -s conftest.err'
   2370   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2371   (eval $ac_try) 2>&5
   2372   ac_status=$?
   2373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2374   (exit $ac_status); }; } &&
   2375 	 { ac_try='test -s conftest.$ac_objext'
   2376   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2377   (eval $ac_try) 2>&5
   2378   ac_status=$?
   2379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2380   (exit $ac_status); }; }; then
   2381   ac_cv_prog_cc_g=yes
   2382 else
   2383   echo "$as_me: failed program was:" >&5
   2384 sed 's/^/| /' conftest.$ac_ext >&5
   2385 
   2386 ac_cv_prog_cc_g=no
   2387 fi
   2388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   2389 fi
   2390 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
   2391 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
   2392 if test "$ac_test_CFLAGS" = set; then
   2393   CFLAGS=$ac_save_CFLAGS
   2394 elif test $ac_cv_prog_cc_g = yes; then
   2395   if test "$GCC" = yes; then
   2396     CFLAGS="-g -O2"
   2397   else
   2398     CFLAGS="-g"
   2399   fi
   2400 else
   2401   if test "$GCC" = yes; then
   2402     CFLAGS="-O2"
   2403   else
   2404     CFLAGS=
   2405   fi
   2406 fi
   2407 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
   2408 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
   2409 if test "${ac_cv_prog_cc_stdc+set}" = set; then
   2410   echo $ECHO_N "(cached) $ECHO_C" >&6
   2411 else
   2412   ac_cv_prog_cc_stdc=no
   2413 ac_save_CC=$CC
   2414 cat >conftest.$ac_ext <<_ACEOF
   2415 /* confdefs.h.  */
   2416 _ACEOF
   2417 cat confdefs.h >>conftest.$ac_ext
   2418 cat >>conftest.$ac_ext <<_ACEOF
   2419 /* end confdefs.h.  */
   2420 #include <stdarg.h>
   2421 #include <stdio.h>
   2422 #include <sys/types.h>
   2423 #include <sys/stat.h>
   2424 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   2425 struct buf { int x; };
   2426 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   2427 static char *e (p, i)
   2428      char **p;
   2429      int i;
   2430 {
   2431   return p[i];
   2432 }
   2433 static char *f (char * (*g) (char **, int), char **p, ...)
   2434 {
   2435   char *s;
   2436   va_list v;
   2437   va_start (v,p);
   2438   s = g (p, va_arg (v,int));
   2439   va_end (v);
   2440   return s;
   2441 }
   2442 
   2443 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   2444    function prototypes and stuff, but not '\xHH' hex character constants.
   2445    These don't provoke an error unfortunately, instead are silently treated
   2446    as 'x'.  The following induces an error, until -std1 is added to get
   2447    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   2448    array size at least.  It's necessary to write '\x00'==0 to get something
   2449    that's true only with -std1.  */
   2450 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   2451 
   2452 int test (int i, double x);
   2453 struct s1 {int (*f) (int a);};
   2454 struct s2 {int (*f) (double a);};
   2455 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   2456 int argc;
   2457 char **argv;
   2458 int
   2459 main ()
   2460 {
   2461 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   2462   ;
   2463   return 0;
   2464 }
   2465 _ACEOF
   2466 # Don't try gcc -ansi; that turns off useful extensions and
   2467 # breaks some systems' header files.
   2468 # AIX			-qlanglvl=ansi
   2469 # Ultrix and OSF/1	-std1
   2470 # HP-UX 10.20 and later	-Ae
   2471 # HP-UX older versions	-Aa -D_HPUX_SOURCE
   2472 # SVR4			-Xc -D__EXTENSIONS__
   2473 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   2474 do
   2475   CC="$ac_save_CC $ac_arg"
   2476   rm -f conftest.$ac_objext
   2477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2478   (eval $ac_compile) 2>conftest.er1
   2479   ac_status=$?
   2480   grep -v '^ *+' conftest.er1 >conftest.err
   2481   rm -f conftest.er1
   2482   cat conftest.err >&5
   2483   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2484   (exit $ac_status); } &&
   2485 	 { ac_try='test -z "$ac_c_werror_flag"
   2486 			 || test ! -s conftest.err'
   2487   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2488   (eval $ac_try) 2>&5
   2489   ac_status=$?
   2490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2491   (exit $ac_status); }; } &&
   2492 	 { ac_try='test -s conftest.$ac_objext'
   2493   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2494   (eval $ac_try) 2>&5
   2495   ac_status=$?
   2496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2497   (exit $ac_status); }; }; then
   2498   ac_cv_prog_cc_stdc=$ac_arg
   2499 break
   2500 else
   2501   echo "$as_me: failed program was:" >&5
   2502 sed 's/^/| /' conftest.$ac_ext >&5
   2503 
   2504 fi
   2505 rm -f conftest.err conftest.$ac_objext
   2506 done
   2507 rm -f conftest.$ac_ext conftest.$ac_objext
   2508 CC=$ac_save_CC
   2509 
   2510 fi
   2511 
   2512 case "x$ac_cv_prog_cc_stdc" in
   2513   x|xno)
   2514     echo "$as_me:$LINENO: result: none needed" >&5
   2515 echo "${ECHO_T}none needed" >&6 ;;
   2516   *)
   2517     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
   2518 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
   2519     CC="$CC $ac_cv_prog_cc_stdc" ;;
   2520 esac
   2521 
   2522 # Some people use a C++ compiler to compile C.  Since we use `exit',
   2523 # in C++ we need to declare it.  In case someone uses the same compiler
   2524 # for both compiling C and C++ we need to have the C++ compiler decide
   2525 # the declaration of exit, since it's the most demanding environment.
   2526 cat >conftest.$ac_ext <<_ACEOF
   2527 #ifndef __cplusplus
   2528   choke me
   2529 #endif
   2530 _ACEOF
   2531 rm -f conftest.$ac_objext
   2532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2533   (eval $ac_compile) 2>conftest.er1
   2534   ac_status=$?
   2535   grep -v '^ *+' conftest.er1 >conftest.err
   2536   rm -f conftest.er1
   2537   cat conftest.err >&5
   2538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2539   (exit $ac_status); } &&
   2540 	 { ac_try='test -z "$ac_c_werror_flag"
   2541 			 || test ! -s conftest.err'
   2542   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2543   (eval $ac_try) 2>&5
   2544   ac_status=$?
   2545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2546   (exit $ac_status); }; } &&
   2547 	 { ac_try='test -s conftest.$ac_objext'
   2548   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2549   (eval $ac_try) 2>&5
   2550   ac_status=$?
   2551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2552   (exit $ac_status); }; }; then
   2553   for ac_declaration in \
   2554    '' \
   2555    'extern "C" void std::exit (int) throw (); using std::exit;' \
   2556    'extern "C" void std::exit (int); using std::exit;' \
   2557    'extern "C" void exit (int) throw ();' \
   2558    'extern "C" void exit (int);' \
   2559    'void exit (int);'
   2560 do
   2561   cat >conftest.$ac_ext <<_ACEOF
   2562 /* confdefs.h.  */
   2563 _ACEOF
   2564 cat confdefs.h >>conftest.$ac_ext
   2565 cat >>conftest.$ac_ext <<_ACEOF
   2566 /* end confdefs.h.  */
   2567 $ac_declaration
   2568 #include <stdlib.h>
   2569 int
   2570 main ()
   2571 {
   2572 exit (42);
   2573   ;
   2574   return 0;
   2575 }
   2576 _ACEOF
   2577 rm -f conftest.$ac_objext
   2578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2579   (eval $ac_compile) 2>conftest.er1
   2580   ac_status=$?
   2581   grep -v '^ *+' conftest.er1 >conftest.err
   2582   rm -f conftest.er1
   2583   cat conftest.err >&5
   2584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2585   (exit $ac_status); } &&
   2586 	 { ac_try='test -z "$ac_c_werror_flag"
   2587 			 || test ! -s conftest.err'
   2588   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2589   (eval $ac_try) 2>&5
   2590   ac_status=$?
   2591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2592   (exit $ac_status); }; } &&
   2593 	 { ac_try='test -s conftest.$ac_objext'
   2594   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2595   (eval $ac_try) 2>&5
   2596   ac_status=$?
   2597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2598   (exit $ac_status); }; }; then
   2599   :
   2600 else
   2601   echo "$as_me: failed program was:" >&5
   2602 sed 's/^/| /' conftest.$ac_ext >&5
   2603 
   2604 continue
   2605 fi
   2606 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   2607   cat >conftest.$ac_ext <<_ACEOF
   2608 /* confdefs.h.  */
   2609 _ACEOF
   2610 cat confdefs.h >>conftest.$ac_ext
   2611 cat >>conftest.$ac_ext <<_ACEOF
   2612 /* end confdefs.h.  */
   2613 $ac_declaration
   2614 int
   2615 main ()
   2616 {
   2617 exit (42);
   2618   ;
   2619   return 0;
   2620 }
   2621 _ACEOF
   2622 rm -f conftest.$ac_objext
   2623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   2624   (eval $ac_compile) 2>conftest.er1
   2625   ac_status=$?
   2626   grep -v '^ *+' conftest.er1 >conftest.err
   2627   rm -f conftest.er1
   2628   cat conftest.err >&5
   2629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2630   (exit $ac_status); } &&
   2631 	 { ac_try='test -z "$ac_c_werror_flag"
   2632 			 || test ! -s conftest.err'
   2633   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2634   (eval $ac_try) 2>&5
   2635   ac_status=$?
   2636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2637   (exit $ac_status); }; } &&
   2638 	 { ac_try='test -s conftest.$ac_objext'
   2639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   2640   (eval $ac_try) 2>&5
   2641   ac_status=$?
   2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   2643   (exit $ac_status); }; }; then
   2644   break
   2645 else
   2646   echo "$as_me: failed program was:" >&5
   2647 sed 's/^/| /' conftest.$ac_ext >&5
   2648 
   2649 fi
   2650 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   2651 done
   2652 rm -f conftest*
   2653 if test -n "$ac_declaration"; then
   2654   echo '#ifdef __cplusplus' >>confdefs.h
   2655   echo $ac_declaration      >>confdefs.h
   2656   echo '#endif'             >>confdefs.h
   2657 fi
   2658 
   2659 else
   2660   echo "$as_me: failed program was:" >&5
   2661 sed 's/^/| /' conftest.$ac_ext >&5
   2662 
   2663 fi
   2664 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   2665 ac_ext=c
   2666 ac_cpp='$CPP $CPPFLAGS'
   2667 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2668 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2669 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2670 DEPDIR="${am__leading_dot}deps"
   2671 
   2672           ac_config_commands="$ac_config_commands depfiles"
   2673 
   2674 
   2675 am_make=${MAKE-make}
   2676 cat > confinc << 'END'
   2677 am__doit:
   2678 	@echo done
   2679 .PHONY: am__doit
   2680 END
   2681 # If we don't find an include directive, just comment out the code.
   2682 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
   2683 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
   2684 am__include="#"
   2685 am__quote=
   2686 _am_result=none
   2687 # First try GNU make style include.
   2688 echo "include confinc" > confmf
   2689 # We grep out `Entering directory' and `Leaving directory'
   2690 # messages which can occur if `w' ends up in MAKEFLAGS.
   2691 # In particular we don't look at `^make:' because GNU make might
   2692 # be invoked under some other name (usually "gmake"), in which
   2693 # case it prints its new name instead of `make'.
   2694 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
   2695    am__include=include
   2696    am__quote=
   2697    _am_result=GNU
   2698 fi
   2699 # Now try BSD make style include.
   2700 if test "$am__include" = "#"; then
   2701    echo '.include "confinc"' > confmf
   2702    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
   2703       am__include=.include
   2704       am__quote="\""
   2705       _am_result=BSD
   2706    fi
   2707 fi
   2708 
   2709 
   2710 echo "$as_me:$LINENO: result: $_am_result" >&5
   2711 echo "${ECHO_T}$_am_result" >&6
   2712 rm -f confinc confmf
   2713 
   2714 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
   2715 if test "${enable_dependency_tracking+set}" = set; then
   2716   enableval="$enable_dependency_tracking"
   2717 
   2718 fi;
   2719 if test "x$enable_dependency_tracking" != xno; then
   2720   am_depcomp="$ac_aux_dir/depcomp"
   2721   AMDEPBACKSLASH='\'
   2722 fi
   2723 
   2724 
   2725 if test "x$enable_dependency_tracking" != xno; then
   2726   AMDEP_TRUE=
   2727   AMDEP_FALSE='#'
   2728 else
   2729   AMDEP_TRUE='#'
   2730   AMDEP_FALSE=
   2731 fi
   2732 
   2733 
   2734 
   2735 
   2736 depcc="$CC"   am_compiler_list=
   2737 
   2738 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
   2739 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
   2740 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
   2741   echo $ECHO_N "(cached) $ECHO_C" >&6
   2742 else
   2743   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   2744   # We make a subdir and do the tests there.  Otherwise we can end up
   2745   # making bogus files that we don't know about and never remove.  For
   2746   # instance it was reported that on HP-UX the gcc test will end up
   2747   # making a dummy file named `D' -- because `-MD' means `put the output
   2748   # in D'.
   2749   mkdir conftest.dir
   2750   # Copy depcomp to subdir because otherwise we won't find it if we're
   2751   # using a relative directory.
   2752   cp "$am_depcomp" conftest.dir
   2753   cd conftest.dir
   2754   # We will build objects and dependencies in a subdirectory because
   2755   # it helps to detect inapplicable dependency modes.  For instance
   2756   # both Tru64's cc and ICC support -MD to output dependencies as a
   2757   # side effect of compilation, but ICC will put the dependencies in
   2758   # the current directory while Tru64 will put them in the object
   2759   # directory.
   2760   mkdir sub
   2761 
   2762   am_cv_CC_dependencies_compiler_type=none
   2763   if test "$am_compiler_list" = ""; then
   2764      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   2765   fi
   2766   for depmode in $am_compiler_list; do
   2767     # Setup a source with many dependencies, because some compilers
   2768     # like to wrap large dependency lists on column 80 (with \), and
   2769     # we should not choose a depcomp mode which is confused by this.
   2770     #
   2771     # We need to recreate these files for each test, as the compiler may
   2772     # overwrite some of them when testing with obscure command lines.
   2773     # This happens at least with the AIX C compiler.
   2774     : > sub/conftest.c
   2775     for i in 1 2 3 4 5 6; do
   2776       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   2777       : > sub/conftst$i.h
   2778     done
   2779     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   2780 
   2781     case $depmode in
   2782     nosideeffect)
   2783       # after this tag, mechanisms are not by side-effect, so they'll
   2784       # only be used when explicitly requested
   2785       if test "x$enable_dependency_tracking" = xyes; then
   2786 	continue
   2787       else
   2788 	break
   2789       fi
   2790       ;;
   2791     none) break ;;
   2792     esac
   2793     # We check with `-c' and `-o' for the sake of the "dashmstdout"
   2794     # mode.  It turns out that the SunPro C++ compiler does not properly
   2795     # handle `-M -o', and we need to detect this.
   2796     if depmode=$depmode \
   2797        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
   2798        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   2799        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
   2800          >/dev/null 2>conftest.err &&
   2801        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   2802        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
   2803        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   2804       # icc doesn't choke on unknown options, it will just issue warnings
   2805       # (even with -Werror).  So we grep stderr for any message
   2806       # that says an option was ignored.
   2807       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
   2808         am_cv_CC_dependencies_compiler_type=$depmode
   2809         break
   2810       fi
   2811     fi
   2812   done
   2813 
   2814   cd ..
   2815   rm -rf conftest.dir
   2816 else
   2817   am_cv_CC_dependencies_compiler_type=none
   2818 fi
   2819 
   2820 fi
   2821 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
   2822 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
   2823 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   2824 
   2825 
   2826 
   2827 if
   2828   test "x$enable_dependency_tracking" != xno \
   2829   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   2830   am__fastdepCC_TRUE=
   2831   am__fastdepCC_FALSE='#'
   2832 else
   2833   am__fastdepCC_TRUE='#'
   2834   am__fastdepCC_FALSE=
   2835 fi
   2836 
   2837 
   2838 # Find a good install program.  We prefer a C program (faster),
   2839 # so one script is as good as another.  But avoid the broken or
   2840 # incompatible versions:
   2841 # SysV /etc/install, /usr/sbin/install
   2842 # SunOS /usr/etc/install
   2843 # IRIX /sbin/install
   2844 # AIX /bin/install
   2845 # AmigaOS /C/install, which installs bootblocks on floppy discs
   2846 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   2847 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   2848 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   2849 # OS/2's system install, which has a completely different semantic
   2850 # ./install, which can be erroneously created by make from ./install.sh.
   2851 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
   2852 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
   2853 if test -z "$INSTALL"; then
   2854 if test "${ac_cv_path_install+set}" = set; then
   2855   echo $ECHO_N "(cached) $ECHO_C" >&6
   2856 else
   2857   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2858 for as_dir in $PATH
   2859 do
   2860   IFS=$as_save_IFS
   2861   test -z "$as_dir" && as_dir=.
   2862   # Account for people who put trailing slashes in PATH elements.
   2863 case $as_dir/ in
   2864   ./ | .// | /cC/* | \
   2865   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   2866   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   2867   /usr/ucb/* ) ;;
   2868   *)
   2869     # OSF1 and SCO ODT 3.0 have their own names for install.
   2870     # Don't use installbsd from OSF since it installs stuff as root
   2871     # by default.
   2872     for ac_prog in ginstall scoinst install; do
   2873       for ac_exec_ext in '' $ac_executable_extensions; do
   2874 	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
   2875 	  if test $ac_prog = install &&
   2876 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2877 	    # AIX install.  It has an incompatible calling convention.
   2878 	    :
   2879 	  elif test $ac_prog = install &&
   2880 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2881 	    # program-specific install script used by HP pwplus--don't use.
   2882 	    :
   2883 	  else
   2884 	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   2885 	    break 3
   2886 	  fi
   2887 	fi
   2888       done
   2889     done
   2890     ;;
   2891 esac
   2892 done
   2893 
   2894 
   2895 fi
   2896   if test "${ac_cv_path_install+set}" = set; then
   2897     INSTALL=$ac_cv_path_install
   2898   else
   2899     # As a last resort, use the slow shell script.  We don't cache a
   2900     # path for INSTALL within a source directory, because that will
   2901     # break other packages using the cache if that directory is
   2902     # removed, or if the path is relative.
   2903     INSTALL=$ac_install_sh
   2904   fi
   2905 fi
   2906 echo "$as_me:$LINENO: result: $INSTALL" >&5
   2907 echo "${ECHO_T}$INSTALL" >&6
   2908 
   2909 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   2910 # It thinks the first close brace ends the variable substitution.
   2911 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   2912 
   2913 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   2914 
   2915 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   2916 
   2917 
   2918 
   2919 
   2920 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
   2921 	if test -n "$ac_tool_prefix"; then
   2922   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
   2923 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
   2924 echo "$as_me:$LINENO: checking for $ac_word" >&5
   2925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   2926 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
   2927   echo $ECHO_N "(cached) $ECHO_C" >&6
   2928 else
   2929   case $PKG_CONFIG in
   2930   [\\/]* | ?:[\\/]*)
   2931   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
   2932   ;;
   2933   *)
   2934   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2935 for as_dir in $PATH
   2936 do
   2937   IFS=$as_save_IFS
   2938   test -z "$as_dir" && as_dir=.
   2939   for ac_exec_ext in '' $ac_executable_extensions; do
   2940   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2941     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   2942     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2943     break 2
   2944   fi
   2945 done
   2946 done
   2947 
   2948   ;;
   2949 esac
   2950 fi
   2951 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
   2952 
   2953 if test -n "$PKG_CONFIG"; then
   2954   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
   2955 echo "${ECHO_T}$PKG_CONFIG" >&6
   2956 else
   2957   echo "$as_me:$LINENO: result: no" >&5
   2958 echo "${ECHO_T}no" >&6
   2959 fi
   2960 
   2961 fi
   2962 if test -z "$ac_cv_path_PKG_CONFIG"; then
   2963   ac_pt_PKG_CONFIG=$PKG_CONFIG
   2964   # Extract the first word of "pkg-config", so it can be a program name with args.
   2965 set dummy pkg-config; ac_word=$2
   2966 echo "$as_me:$LINENO: checking for $ac_word" >&5
   2967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
   2968 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
   2969   echo $ECHO_N "(cached) $ECHO_C" >&6
   2970 else
   2971   case $ac_pt_PKG_CONFIG in
   2972   [\\/]* | ?:[\\/]*)
   2973   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
   2974   ;;
   2975   *)
   2976   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2977 for as_dir in $PATH
   2978 do
   2979   IFS=$as_save_IFS
   2980   test -z "$as_dir" && as_dir=.
   2981   for ac_exec_ext in '' $ac_executable_extensions; do
   2982   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2983     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   2984     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   2985     break 2
   2986   fi
   2987 done
   2988 done
   2989 
   2990   ;;
   2991 esac
   2992 fi
   2993 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
   2994 
   2995 if test -n "$ac_pt_PKG_CONFIG"; then
   2996   echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
   2997 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
   2998 else
   2999   echo "$as_me:$LINENO: result: no" >&5
   3000 echo "${ECHO_T}no" >&6
   3001 fi
   3002 
   3003   PKG_CONFIG=$ac_pt_PKG_CONFIG
   3004 else
   3005   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
   3006 fi
   3007 
   3008 fi
   3009 if test -n "$PKG_CONFIG"; then
   3010 	_pkg_min_version=0.9.0
   3011 	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
   3012 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
   3013 	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
   3014 		echo "$as_me:$LINENO: result: yes" >&5
   3015 echo "${ECHO_T}yes" >&6
   3016 	else
   3017 		echo "$as_me:$LINENO: result: no" >&5
   3018 echo "${ECHO_T}no" >&6
   3019 		PKG_CONFIG=""
   3020 	fi
   3021 
   3022 fi
   3023 
   3024 	# Check whether --enable-xprint or --disable-xprint was given.
   3025 if test "${enable_xprint+set}" = set; then
   3026   enableval="$enable_xprint"
   3027   use_xprint=$enableval
   3028 else
   3029   use_xprint=auto
   3030 fi;
   3031 	if test "x$use_xprint" = "xyes"; then
   3032 		TMP_CHECK1=xaw8
   3033 		TMP_CHECK2=
   3034 		xaw_use_xprint=yes
   3035 	elif test "x$use_xprint" = "xno"; then
   3036 		TMP_CHECK1=xaw7
   3037 		TMP_CHECK2=
   3038 		xaw_use_xprint=no
   3039 	else
   3040 		TMP_CHECK1=xaw8
   3041 		TMP_CHECK2=xaw7
   3042 		xaw_use_xprint=yes
   3043 	fi
   3044 
   3045 
   3046 pkg_failed=no
   3047 echo "$as_me:$LINENO: checking for TMP_XAW" >&5
   3048 echo $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6
   3049 
   3050 if test -n "$PKG_CONFIG"; then
   3051     if test -n "$TMP_XAW_CFLAGS"; then
   3052         pkg_cv_TMP_XAW_CFLAGS="$TMP_XAW_CFLAGS"
   3053     else
   3054         if test -n "$PKG_CONFIG" && \
   3055     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
   3056   ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
   3057   ac_status=$?
   3058   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3059   (exit $ac_status); }; then
   3060   pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK1" 2>/dev/null`
   3061 else
   3062   pkg_failed=yes
   3063 fi
   3064     fi
   3065 else
   3066 	pkg_failed=untried
   3067 fi
   3068 if test -n "$PKG_CONFIG"; then
   3069     if test -n "$TMP_XAW_LIBS"; then
   3070         pkg_cv_TMP_XAW_LIBS="$TMP_XAW_LIBS"
   3071     else
   3072         if test -n "$PKG_CONFIG" && \
   3073     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK1\"") >&5
   3074   ($PKG_CONFIG --exists --print-errors "$TMP_CHECK1") 2>&5
   3075   ac_status=$?
   3076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3077   (exit $ac_status); }; then
   3078   pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK1" 2>/dev/null`
   3079 else
   3080   pkg_failed=yes
   3081 fi
   3082     fi
   3083 else
   3084 	pkg_failed=untried
   3085 fi
   3086 
   3087 
   3088 
   3089 if test $pkg_failed = yes; then
   3090 
   3091 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   3092         _pkg_short_errors_supported=yes
   3093 else
   3094         _pkg_short_errors_supported=no
   3095 fi
   3096         if test $_pkg_short_errors_supported = yes; then
   3097 	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$TMP_CHECK1"`
   3098         else
   3099 	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK1"`
   3100         fi
   3101 	# Put the nasty error message in config.log where it belongs
   3102 	echo "$TMP_XAW_PKG_ERRORS" >&5
   3103 
   3104 	success=no
   3105 elif test $pkg_failed = untried; then
   3106 	success=no
   3107 else
   3108 	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
   3109 	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
   3110         echo "$as_me:$LINENO: result: yes" >&5
   3111 echo "${ECHO_T}yes" >&6
   3112 	success=yes
   3113 fi
   3114 	if [ ! -z $TMP_CHECK2 ] ; then
   3115 		if test $success = no ; then
   3116 
   3117 pkg_failed=no
   3118 echo "$as_me:$LINENO: checking for TMP_XAW" >&5
   3119 echo $ECHO_N "checking for TMP_XAW... $ECHO_C" >&6
   3120 
   3121 if test -n "$PKG_CONFIG"; then
   3122     if test -n "$TMP_XAW_CFLAGS"; then
   3123         pkg_cv_TMP_XAW_CFLAGS="$TMP_XAW_CFLAGS"
   3124     else
   3125         if test -n "$PKG_CONFIG" && \
   3126     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
   3127   ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
   3128   ac_status=$?
   3129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3130   (exit $ac_status); }; then
   3131   pkg_cv_TMP_XAW_CFLAGS=`$PKG_CONFIG --cflags "$TMP_CHECK2" 2>/dev/null`
   3132 else
   3133   pkg_failed=yes
   3134 fi
   3135     fi
   3136 else
   3137 	pkg_failed=untried
   3138 fi
   3139 if test -n "$PKG_CONFIG"; then
   3140     if test -n "$TMP_XAW_LIBS"; then
   3141         pkg_cv_TMP_XAW_LIBS="$TMP_XAW_LIBS"
   3142     else
   3143         if test -n "$PKG_CONFIG" && \
   3144     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$TMP_CHECK2\"") >&5
   3145   ($PKG_CONFIG --exists --print-errors "$TMP_CHECK2") 2>&5
   3146   ac_status=$?
   3147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3148   (exit $ac_status); }; then
   3149   pkg_cv_TMP_XAW_LIBS=`$PKG_CONFIG --libs "$TMP_CHECK2" 2>/dev/null`
   3150 else
   3151   pkg_failed=yes
   3152 fi
   3153     fi
   3154 else
   3155 	pkg_failed=untried
   3156 fi
   3157 
   3158 
   3159 
   3160 if test $pkg_failed = yes; then
   3161 
   3162 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   3163         _pkg_short_errors_supported=yes
   3164 else
   3165         _pkg_short_errors_supported=no
   3166 fi
   3167         if test $_pkg_short_errors_supported = yes; then
   3168 	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$TMP_CHECK2"`
   3169         else
   3170 	        TMP_XAW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$TMP_CHECK2"`
   3171         fi
   3172 	# Put the nasty error message in config.log where it belongs
   3173 	echo "$TMP_XAW_PKG_ERRORS" >&5
   3174 
   3175 	success=no
   3176 elif test $pkg_failed = untried; then
   3177 	success=no
   3178 else
   3179 	TMP_XAW_CFLAGS=$pkg_cv_TMP_XAW_CFLAGS
   3180 	TMP_XAW_LIBS=$pkg_cv_TMP_XAW_LIBS
   3181         echo "$as_me:$LINENO: result: yes" >&5
   3182 echo "${ECHO_T}yes" >&6
   3183 	success=yes
   3184 fi
   3185 			xaw_use_xprint=no
   3186 		fi
   3187 	fi
   3188 
   3189 	if test "x$success" = "xyes"; then
   3190 		XAW_CFLAGS=$TMP_XAW_CFLAGS
   3191 		XAW_LIBS=$TMP_XAW_LIBS
   3192 
   3193 
   3194 
   3195 if test "x$xaw_use_xprint" = "xyes"; then
   3196   XAW_USE_XPRINT_TRUE=
   3197   XAW_USE_XPRINT_FALSE='#'
   3198 else
   3199   XAW_USE_XPRINT_TRUE='#'
   3200   XAW_USE_XPRINT_FALSE=
   3201 fi
   3202 
   3203 	else
   3204 		{ { echo "$as_me:$LINENO: error: No suitable version of Xaw found" >&5
   3205 echo "$as_me: error: No suitable version of Xaw found" >&2;}
   3206    { (exit 1); exit 1; }; }
   3207 	fi
   3208 
   3209 
   3210 # Checks for pkg-config packages
   3211 
   3212 pkg_failed=no
   3213 echo "$as_me:$LINENO: checking for LISTRES" >&5
   3214 echo $ECHO_N "checking for LISTRES... $ECHO_C" >&6
   3215 
   3216 if test -n "$PKG_CONFIG"; then
   3217     if test -n "$LISTRES_CFLAGS"; then
   3218         pkg_cv_LISTRES_CFLAGS="$LISTRES_CFLAGS"
   3219     else
   3220         if test -n "$PKG_CONFIG" && \
   3221     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xt xmu\"") >&5
   3222   ($PKG_CONFIG --exists --print-errors "x11 xt xmu") 2>&5
   3223   ac_status=$?
   3224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3225   (exit $ac_status); }; then
   3226   pkg_cv_LISTRES_CFLAGS=`$PKG_CONFIG --cflags "x11 xt xmu" 2>/dev/null`
   3227 else
   3228   pkg_failed=yes
   3229 fi
   3230     fi
   3231 else
   3232 	pkg_failed=untried
   3233 fi
   3234 if test -n "$PKG_CONFIG"; then
   3235     if test -n "$LISTRES_LIBS"; then
   3236         pkg_cv_LISTRES_LIBS="$LISTRES_LIBS"
   3237     else
   3238         if test -n "$PKG_CONFIG" && \
   3239     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xt xmu\"") >&5
   3240   ($PKG_CONFIG --exists --print-errors "x11 xt xmu") 2>&5
   3241   ac_status=$?
   3242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3243   (exit $ac_status); }; then
   3244   pkg_cv_LISTRES_LIBS=`$PKG_CONFIG --libs "x11 xt xmu" 2>/dev/null`
   3245 else
   3246   pkg_failed=yes
   3247 fi
   3248     fi
   3249 else
   3250 	pkg_failed=untried
   3251 fi
   3252 
   3253 
   3254 
   3255 if test $pkg_failed = yes; then
   3256 
   3257 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
   3258         _pkg_short_errors_supported=yes
   3259 else
   3260         _pkg_short_errors_supported=no
   3261 fi
   3262         if test $_pkg_short_errors_supported = yes; then
   3263 	        LISTRES_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xt xmu"`
   3264         else
   3265 	        LISTRES_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xt xmu"`
   3266         fi
   3267 	# Put the nasty error message in config.log where it belongs
   3268 	echo "$LISTRES_PKG_ERRORS" >&5
   3269 
   3270 	{ { echo "$as_me:$LINENO: error: Package requirements (x11 xt xmu) were not met:
   3271 
   3272 $LISTRES_PKG_ERRORS
   3273 
   3274 Consider adjusting the PKG_CONFIG_PATH environment variable if you
   3275 installed software in a non-standard prefix.
   3276 
   3277 Alternatively, you may set the environment variables LISTRES_CFLAGS
   3278 and LISTRES_LIBS to avoid the need to call pkg-config.
   3279 See the pkg-config man page for more details.
   3280 " >&5
   3281 echo "$as_me: error: Package requirements (x11 xt xmu) were not met:
   3282 
   3283 $LISTRES_PKG_ERRORS
   3284 
   3285 Consider adjusting the PKG_CONFIG_PATH environment variable if you
   3286 installed software in a non-standard prefix.
   3287 
   3288 Alternatively, you may set the environment variables LISTRES_CFLAGS
   3289 and LISTRES_LIBS to avoid the need to call pkg-config.
   3290 See the pkg-config man page for more details.
   3291 " >&2;}
   3292    { (exit 1); exit 1; }; }
   3293 elif test $pkg_failed = untried; then
   3294 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
   3295 is in your PATH or set the PKG_CONFIG environment variable to the full
   3296 path to pkg-config.
   3297 
   3298 Alternatively, you may set the environment variables LISTRES_CFLAGS
   3299 and LISTRES_LIBS to avoid the need to call pkg-config.
   3300 See the pkg-config man page for more details.
   3301 
   3302 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
   3303 See \`config.log' for more details." >&5
   3304 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
   3305 is in your PATH or set the PKG_CONFIG environment variable to the full
   3306 path to pkg-config.
   3307 
   3308 Alternatively, you may set the environment variables LISTRES_CFLAGS
   3309 and LISTRES_LIBS to avoid the need to call pkg-config.
   3310 See the pkg-config man page for more details.
   3311 
   3312 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
   3313 See \`config.log' for more details." >&2;}
   3314    { (exit 1); exit 1; }; }
   3315 else
   3316 	LISTRES_CFLAGS=$pkg_cv_LISTRES_CFLAGS
   3317 	LISTRES_LIBS=$pkg_cv_LISTRES_LIBS
   3318         echo "$as_me:$LINENO: result: yes" >&5
   3319 echo "${ECHO_T}yes" >&6
   3320 	:
   3321 fi
   3322 LISTRES_CFLAGS="$DEP_CFLAGS $XAW_CFLAGS"
   3323 LISTRES_LIBS="$DEP_LIBS $XAW_LIBS"
   3324 
   3325 
   3326 
   3327 # Make sure we can run config.sub.
   3328 $ac_config_sub sun4 >/dev/null 2>&1 ||
   3329   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
   3330 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
   3331    { (exit 1); exit 1; }; }
   3332 
   3333 echo "$as_me:$LINENO: checking build system type" >&5
   3334 echo $ECHO_N "checking build system type... $ECHO_C" >&6
   3335 if test "${ac_cv_build+set}" = set; then
   3336   echo $ECHO_N "(cached) $ECHO_C" >&6
   3337 else
   3338   ac_cv_build_alias=$build_alias
   3339 test -z "$ac_cv_build_alias" &&
   3340   ac_cv_build_alias=`$ac_config_guess`
   3341 test -z "$ac_cv_build_alias" &&
   3342   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
   3343 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
   3344    { (exit 1); exit 1; }; }
   3345 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
   3346   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
   3347 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
   3348    { (exit 1); exit 1; }; }
   3349 
   3350 fi
   3351 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
   3352 echo "${ECHO_T}$ac_cv_build" >&6
   3353 build=$ac_cv_build
   3354 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
   3355 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
   3356 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
   3357 
   3358 
   3359 echo "$as_me:$LINENO: checking host system type" >&5
   3360 echo $ECHO_N "checking host system type... $ECHO_C" >&6
   3361 if test "${ac_cv_host+set}" = set; then
   3362   echo $ECHO_N "(cached) $ECHO_C" >&6
   3363 else
   3364   ac_cv_host_alias=$host_alias
   3365 test -z "$ac_cv_host_alias" &&
   3366   ac_cv_host_alias=$ac_cv_build_alias
   3367 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
   3368   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
   3369 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
   3370    { (exit 1); exit 1; }; }
   3371 
   3372 fi
   3373 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
   3374 echo "${ECHO_T}$ac_cv_host" >&6
   3375 host=$ac_cv_host
   3376 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
   3377 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
   3378 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
   3379 
   3380 
   3381 
   3382 
   3383 
   3384 if test x$APP_MAN_SUFFIX = x    ; then
   3385     case $host_os in
   3386 	linux*)	APP_MAN_SUFFIX=1x ;;
   3387 	*)	APP_MAN_SUFFIX=1  ;;
   3388     esac
   3389 fi
   3390 if test x$APP_MAN_DIR = x    ; then
   3391     case $host_os in
   3392 	linux*)	APP_MAN_DIR='$(mandir)/man1' ;;
   3393 	*)	APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;;
   3394     esac
   3395 fi
   3396 
   3397 if test x$LIB_MAN_SUFFIX = x    ; then
   3398     case $host_os in
   3399 	linux*)	LIB_MAN_SUFFIX=3x ;;
   3400 	*)	LIB_MAN_SUFFIX=3  ;;
   3401     esac
   3402 fi
   3403 if test x$LIB_MAN_DIR = x    ; then
   3404     case $host_os in
   3405 	linux*)	LIB_MAN_DIR='$(mandir)/man3' ;;
   3406 	*)	LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;;
   3407     esac
   3408 fi
   3409 
   3410 if test x$FILE_MAN_SUFFIX = x    ; then
   3411     case $host_os in
   3412 	linux*)		FILE_MAN_SUFFIX=5x ;;
   3413 	solaris*)	FILE_MAN_SUFFIX=4  ;;
   3414 	*)		FILE_MAN_SUFFIX=5  ;;
   3415     esac
   3416 fi
   3417 if test x$FILE_MAN_DIR = x    ; then
   3418     case $host_os in
   3419 	linux*)	FILE_MAN_DIR='$(mandir)/man5' ;;
   3420 	*)	FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;;
   3421     esac
   3422 fi
   3423 
   3424 # In Imake's linux.cf, the misc man suffix & dir was only changed for
   3425 # LinuxDebian, not other Linuxes, so we leave it unchanged here
   3426 if test x$MISC_MAN_SUFFIX = x    ; then
   3427     case $host_os in
   3428 #	linux*)		MISC_MAN_SUFFIX=7x ;;
   3429 	solaris*)	MISC_MAN_SUFFIX=5  ;;
   3430 	*)		MISC_MAN_SUFFIX=7  ;;
   3431     esac
   3432 fi
   3433 if test x$MISC_MAN_DIR = x    ; then
   3434     case $host_os in
   3435 #	linux*)	MISC_MAN_DIR='$(mandir)/man7' ;;
   3436 	*)	MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;;
   3437     esac
   3438 fi
   3439 
   3440 # In Imake's linux.cf, the driver man suffix & dir was only changed for
   3441 # LinuxDebian, not other Linuxes, so we leave it unchanged here
   3442 if test x$DRIVER_MAN_SUFFIX = x    ; then
   3443     case $host_os in
   3444 #	linux*)		DRIVER_MAN_SUFFIX=4x ;;
   3445 	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
   3446 	*)		DRIVER_MAN_SUFFIX=4  ;;
   3447     esac
   3448 fi
   3449 if test x$DRIVER_MAN_DIR = x    ; then
   3450     case $host_os in
   3451 #	linux*)	DRIVER_MAN_DIR='$(mandir)/man4' ;;
   3452 	*)	DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' ;;
   3453     esac
   3454 fi
   3455 
   3456 if test x$ADMIN_MAN_SUFFIX = x    ; then
   3457     case $host_os in
   3458 	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
   3459 	*)		ADMIN_MAN_SUFFIX=8  ;;
   3460     esac
   3461 fi
   3462 if test x$ADMIN_MAN_DIR = x    ; then
   3463     ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
   3464 fi
   3465 
   3466 
   3467 
   3468 
   3469 
   3470 
   3471 
   3472 
   3473 
   3474 
   3475 
   3476 
   3477 
   3478 
   3479 
   3480 
   3481 
   3482 # Check whether --with-release-version or --without-release-version was given.
   3483 if test "${with_release_version+set}" = set; then
   3484   withval="$with_release_version"
   3485   RELEASE_VERSION="$withval"
   3486 else
   3487   RELEASE_VERSION=""
   3488 fi;
   3489 	if test "x$RELEASE_VERSION" != "x"; then
   3490 		PACKAGE="$PACKAGE-$RELEASE_VERSION"
   3491 		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
   3492 		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
   3493 echo "$as_me: Building with package name set to $PACKAGE" >&6;}
   3494 	fi
   3495 
   3496 
   3497           ac_config_files="$ac_config_files Makefile"
   3498 cat >confcache <<\_ACEOF
   3499 # This file is a shell script that caches the results of configure
   3500 # tests run on this system so they can be shared between configure
   3501 # scripts and configure runs, see configure's option --config-cache.
   3502 # It is not useful on other systems.  If it contains results you don't
   3503 # want to keep, you may remove or edit it.
   3504 #
   3505 # config.status only pays attention to the cache file if you give it
   3506 # the --recheck option to rerun configure.
   3507 #
   3508 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   3509 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   3510 # following values.
   3511 
   3512 _ACEOF
   3513 
   3514 # The following way of writing the cache mishandles newlines in values,
   3515 # but we know of no workaround that is simple, portable, and efficient.
   3516 # So, don't put newlines in cache variables' values.
   3517 # Ultrix sh set writes to stderr and can't be redirected directly,
   3518 # and sets the high bit in the cache file unless we assign to the vars.
   3519 {
   3520   (set) 2>&1 |
   3521     case `(ac_space=' '; set | grep ac_space) 2>&1` in
   3522     *ac_space=\ *)
   3523       # `set' does not quote correctly, so add quotes (double-quote
   3524       # substitution turns \\\\ into \\, and sed turns \\ into \).
   3525       sed -n \
   3526 	"s/'/'\\\\''/g;
   3527 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   3528       ;;
   3529     *)
   3530       # `set' quotes correctly as required by POSIX, so do not add quotes.
   3531       sed -n \
   3532 	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
   3533       ;;
   3534     esac;
   3535 } |
   3536   sed '
   3537      t clear
   3538      : clear
   3539      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   3540      t end
   3541      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   3542      : end' >>confcache
   3543 if diff $cache_file confcache >/dev/null 2>&1; then :; else
   3544   if test -w $cache_file; then
   3545     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
   3546     cat confcache >$cache_file
   3547   else
   3548     echo "not updating unwritable cache $cache_file"
   3549   fi
   3550 fi
   3551 rm -f confcache
   3552 
   3553 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   3554 # Let make expand exec_prefix.
   3555 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   3556 
   3557 # VPATH may cause trouble with some makes, so we remove $(srcdir),
   3558 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   3559 # trailing colons and then remove the whole line if VPATH becomes empty
   3560 # (actually we leave an empty line to preserve line numbers).
   3561 if test "x$srcdir" = x.; then
   3562   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   3563 s/:*\$(srcdir):*/:/;
   3564 s/:*\${srcdir}:*/:/;
   3565 s/:*@srcdir@:*/:/;
   3566 s/^\([^=]*=[	 ]*\):*/\1/;
   3567 s/:*$//;
   3568 s/^[^=]*=[	 ]*$//;
   3569 }'
   3570 fi
   3571 
   3572 DEFS=-DHAVE_CONFIG_H
   3573 
   3574 ac_libobjs=
   3575 ac_ltlibobjs=
   3576 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   3577   # 1. Remove the extension, and $U if already installed.
   3578   ac_i=`echo "$ac_i" |
   3579 	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
   3580   # 2. Add them.
   3581   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
   3582   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
   3583 done
   3584 LIBOBJS=$ac_libobjs
   3585 
   3586 LTLIBOBJS=$ac_ltlibobjs
   3587 
   3588 
   3589 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   3590   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
   3591 Usually this means the macro was only invoked conditionally." >&5
   3592 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
   3593 Usually this means the macro was only invoked conditionally." >&2;}
   3594    { (exit 1); exit 1; }; }
   3595 fi
   3596 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   3597   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
   3598 Usually this means the macro was only invoked conditionally." >&5
   3599 echo "$as_me: error: conditional \"AMDEP\" was never defined.
   3600 Usually this means the macro was only invoked conditionally." >&2;}
   3601    { (exit 1); exit 1; }; }
   3602 fi
   3603 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   3604   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
   3605 Usually this means the macro was only invoked conditionally." >&5
   3606 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
   3607 Usually this means the macro was only invoked conditionally." >&2;}
   3608    { (exit 1); exit 1; }; }
   3609 fi
   3610 if test -z "${XAW_USE_XPRINT_TRUE}" && test -z "${XAW_USE_XPRINT_FALSE}"; then
   3611   { { echo "$as_me:$LINENO: error: conditional \"XAW_USE_XPRINT\" was never defined.
   3612 Usually this means the macro was only invoked conditionally." >&5
   3613 echo "$as_me: error: conditional \"XAW_USE_XPRINT\" was never defined.
   3614 Usually this means the macro was only invoked conditionally." >&2;}
   3615    { (exit 1); exit 1; }; }
   3616 fi
   3617 
   3618 : ${CONFIG_STATUS=./config.status}
   3619 ac_clean_files_save=$ac_clean_files
   3620 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   3621 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
   3622 echo "$as_me: creating $CONFIG_STATUS" >&6;}
   3623 cat >$CONFIG_STATUS <<_ACEOF
   3624 #! $SHELL
   3625 # Generated by $as_me.
   3626 # Run this file to recreate the current configuration.
   3627 # Compiler output produced by configure, useful for debugging
   3628 # configure, is in config.log if it exists.
   3629 
   3630 debug=false
   3631 ac_cs_recheck=false
   3632 ac_cs_silent=false
   3633 SHELL=\${CONFIG_SHELL-$SHELL}
   3634 _ACEOF
   3635 
   3636 cat >>$CONFIG_STATUS <<\_ACEOF
   3637 ## --------------------- ##
   3638 ## M4sh Initialization.  ##
   3639 ## --------------------- ##
   3640 
   3641 # Be Bourne compatible
   3642 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   3643   emulate sh
   3644   NULLCMD=:
   3645   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   3646   # is contrary to our usage.  Disable this feature.
   3647   alias -g '${1+"$@"}'='"$@"'
   3648 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   3649   set -o posix
   3650 fi
   3651 DUALCASE=1; export DUALCASE # for MKS sh
   3652 
   3653 # Support unset when possible.
   3654 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   3655   as_unset=unset
   3656 else
   3657   as_unset=false
   3658 fi
   3659 
   3660 
   3661 # Work around bugs in pre-3.0 UWIN ksh.
   3662 $as_unset ENV MAIL MAILPATH
   3663 PS1='$ '
   3664 PS2='> '
   3665 PS4='+ '
   3666 
   3667 # NLS nuisances.
   3668 for as_var in \
   3669   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   3670   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   3671   LC_TELEPHONE LC_TIME
   3672 do
   3673   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   3674     eval $as_var=C; export $as_var
   3675   else
   3676     $as_unset $as_var
   3677   fi
   3678 done
   3679 
   3680 # Required to use basename.
   3681 if expr a : '\(a\)' >/dev/null 2>&1; then
   3682   as_expr=expr
   3683 else
   3684   as_expr=false
   3685 fi
   3686 
   3687 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
   3688   as_basename=basename
   3689 else
   3690   as_basename=false
   3691 fi
   3692 
   3693 
   3694 # Name of the executable.
   3695 as_me=`$as_basename "$0" ||
   3696 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   3697 	 X"$0" : 'X\(//\)$' \| \
   3698 	 X"$0" : 'X\(/\)$' \| \
   3699 	 .     : '\(.\)' 2>/dev/null ||
   3700 echo X/"$0" |
   3701     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
   3702   	  /^X\/\(\/\/\)$/{ s//\1/; q; }
   3703   	  /^X\/\(\/\).*/{ s//\1/; q; }
   3704   	  s/.*/./; q'`
   3705 
   3706 
   3707 # PATH needs CR, and LINENO needs CR and PATH.
   3708 # Avoid depending upon Character Ranges.
   3709 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   3710 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   3711 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   3712 as_cr_digits='0123456789'
   3713 as_cr_alnum=$as_cr_Letters$as_cr_digits
   3714 
   3715 # The user is always right.
   3716 if test "${PATH_SEPARATOR+set}" != set; then
   3717   echo "#! /bin/sh" >conf$$.sh
   3718   echo  "exit 0"   >>conf$$.sh
   3719   chmod +x conf$$.sh
   3720   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   3721     PATH_SEPARATOR=';'
   3722   else
   3723     PATH_SEPARATOR=:
   3724   fi
   3725   rm -f conf$$.sh
   3726 fi
   3727 
   3728 
   3729   as_lineno_1=$LINENO
   3730   as_lineno_2=$LINENO
   3731   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   3732   test "x$as_lineno_1" != "x$as_lineno_2" &&
   3733   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
   3734   # Find who we are.  Look in the path if we contain no path at all
   3735   # relative or not.
   3736   case $0 in
   3737     *[\\/]* ) as_myself=$0 ;;
   3738     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3739 for as_dir in $PATH
   3740 do
   3741   IFS=$as_save_IFS
   3742   test -z "$as_dir" && as_dir=.
   3743   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   3744 done
   3745 
   3746        ;;
   3747   esac
   3748   # We did not find ourselves, most probably we were run as `sh COMMAND'
   3749   # in which case we are not to be found in the path.
   3750   if test "x$as_myself" = x; then
   3751     as_myself=$0
   3752   fi
   3753   if test ! -f "$as_myself"; then
   3754     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
   3755 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
   3756    { (exit 1); exit 1; }; }
   3757   fi
   3758   case $CONFIG_SHELL in
   3759   '')
   3760     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3761 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   3762 do
   3763   IFS=$as_save_IFS
   3764   test -z "$as_dir" && as_dir=.
   3765   for as_base in sh bash ksh sh5; do
   3766 	 case $as_dir in
   3767 	 /*)
   3768 	   if ("$as_dir/$as_base" -c '
   3769   as_lineno_1=$LINENO
   3770   as_lineno_2=$LINENO
   3771   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   3772   test "x$as_lineno_1" != "x$as_lineno_2" &&
   3773   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
   3774 	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
   3775 	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
   3776 	     CONFIG_SHELL=$as_dir/$as_base
   3777 	     export CONFIG_SHELL
   3778 	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
   3779 	   fi;;
   3780 	 esac
   3781        done
   3782 done
   3783 ;;
   3784   esac
   3785 
   3786   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   3787   # uniformly replaced by the line number.  The first 'sed' inserts a
   3788   # line-number line before each line; the second 'sed' does the real
   3789   # work.  The second script uses 'N' to pair each line-number line
   3790   # with the numbered line, and appends trailing '-' during
   3791   # substitution so that $LINENO is not a special case at line end.
   3792   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   3793   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
   3794   sed '=' <$as_myself |
   3795     sed '
   3796       N
   3797       s,$,-,
   3798       : loop
   3799       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
   3800       t loop
   3801       s,-$,,
   3802       s,^['$as_cr_digits']*\n,,
   3803     ' >$as_me.lineno &&
   3804   chmod +x $as_me.lineno ||
   3805     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
   3806 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
   3807    { (exit 1); exit 1; }; }
   3808 
   3809   # Don't try to exec as it changes $[0], causing all sort of problems
   3810   # (the dirname of $[0] is not the place where we might find the
   3811   # original and so on.  Autoconf is especially sensible to this).
   3812   . ./$as_me.lineno
   3813   # Exit status is that of the last command.
   3814   exit
   3815 }
   3816 
   3817 
   3818 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
   3819   *c*,-n*) ECHO_N= ECHO_C='
   3820 ' ECHO_T='	' ;;
   3821   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
   3822   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
   3823 esac
   3824 
   3825 if expr a : '\(a\)' >/dev/null 2>&1; then
   3826   as_expr=expr
   3827 else
   3828   as_expr=false
   3829 fi
   3830 
   3831 rm -f conf$$ conf$$.exe conf$$.file
   3832 echo >conf$$.file
   3833 if ln -s conf$$.file conf$$ 2>/dev/null; then
   3834   # We could just check for DJGPP; but this test a) works b) is more generic
   3835   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
   3836   if test -f conf$$.exe; then
   3837     # Don't use ln at all; we don't have any links
   3838     as_ln_s='cp -p'
   3839   else
   3840     as_ln_s='ln -s'
   3841   fi
   3842 elif ln conf$$.file conf$$ 2>/dev/null; then
   3843   as_ln_s=ln
   3844 else
   3845   as_ln_s='cp -p'
   3846 fi
   3847 rm -f conf$$ conf$$.exe conf$$.file
   3848 
   3849 if mkdir -p . 2>/dev/null; then
   3850   as_mkdir_p=:
   3851 else
   3852   test -d ./-p && rmdir ./-p
   3853   as_mkdir_p=false
   3854 fi
   3855 
   3856 as_executable_p="test -f"
   3857 
   3858 # Sed expression to map a string onto a valid CPP name.
   3859 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   3860 
   3861 # Sed expression to map a string onto a valid variable name.
   3862 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   3863 
   3864 
   3865 # IFS
   3866 # We need space, tab and new line, in precisely that order.
   3867 as_nl='
   3868 '
   3869 IFS=" 	$as_nl"
   3870 
   3871 # CDPATH.
   3872 $as_unset CDPATH
   3873 
   3874 exec 6>&1
   3875 
   3876 # Open the log real soon, to keep \$[0] and so on meaningful, and to
   3877 # report actual input values of CONFIG_FILES etc. instead of their
   3878 # values after options handling.  Logging --version etc. is OK.
   3879 exec 5>>config.log
   3880 {
   3881   echo
   3882   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   3883 ## Running $as_me. ##
   3884 _ASBOX
   3885 } >&5
   3886 cat >&5 <<_CSEOF
   3887 
   3888 This file was extended by listres $as_me 1.0.1, which was
   3889 generated by GNU Autoconf 2.59.  Invocation command line was
   3890 
   3891   CONFIG_FILES    = $CONFIG_FILES
   3892   CONFIG_HEADERS  = $CONFIG_HEADERS
   3893   CONFIG_LINKS    = $CONFIG_LINKS
   3894   CONFIG_COMMANDS = $CONFIG_COMMANDS
   3895   $ $0 $@
   3896 
   3897 _CSEOF
   3898 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
   3899 echo >&5
   3900 _ACEOF
   3901 
   3902 # Files that config.status was made for.
   3903 if test -n "$ac_config_files"; then
   3904   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
   3905 fi
   3906 
   3907 if test -n "$ac_config_headers"; then
   3908   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
   3909 fi
   3910 
   3911 if test -n "$ac_config_links"; then
   3912   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
   3913 fi
   3914 
   3915 if test -n "$ac_config_commands"; then
   3916   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
   3917 fi
   3918 
   3919 cat >>$CONFIG_STATUS <<\_ACEOF
   3920 
   3921 ac_cs_usage="\
   3922 \`$as_me' instantiates files from templates according to the
   3923 current configuration.
   3924 
   3925 Usage: $0 [OPTIONS] [FILE]...
   3926 
   3927   -h, --help       print this help, then exit
   3928   -V, --version    print version number, then exit
   3929   -q, --quiet      do not print progress messages
   3930   -d, --debug      don't remove temporary files
   3931       --recheck    update $as_me by reconfiguring in the same conditions
   3932   --file=FILE[:TEMPLATE]
   3933 		   instantiate the configuration file FILE
   3934   --header=FILE[:TEMPLATE]
   3935 		   instantiate the configuration header FILE
   3936 
   3937 Configuration files:
   3938 $config_files
   3939 
   3940 Configuration headers:
   3941 $config_headers
   3942 
   3943 Configuration commands:
   3944 $config_commands
   3945 
   3946 Report bugs to <bug-autoconf@gnu.org>."
   3947 _ACEOF
   3948 
   3949 cat >>$CONFIG_STATUS <<_ACEOF
   3950 ac_cs_version="\\
   3951 listres config.status 1.0.1
   3952 configured by $0, generated by GNU Autoconf 2.59,
   3953   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   3954 
   3955 Copyright (C) 2003 Free Software Foundation, Inc.
   3956 This config.status script is free software; the Free Software Foundation
   3957 gives unlimited permission to copy, distribute and modify it."
   3958 srcdir=$srcdir
   3959 INSTALL="$INSTALL"
   3960 _ACEOF
   3961 
   3962 cat >>$CONFIG_STATUS <<\_ACEOF
   3963 # If no file are specified by the user, then we need to provide default
   3964 # value.  By we need to know if files were specified by the user.
   3965 ac_need_defaults=:
   3966 while test $# != 0
   3967 do
   3968   case $1 in
   3969   --*=*)
   3970     ac_option=`expr "x$1" : 'x\([^=]*\)='`
   3971     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
   3972     ac_shift=:
   3973     ;;
   3974   -*)
   3975     ac_option=$1
   3976     ac_optarg=$2
   3977     ac_shift=shift
   3978     ;;
   3979   *) # This is not an option, so the user has probably given explicit
   3980      # arguments.
   3981      ac_option=$1
   3982      ac_need_defaults=false;;
   3983   esac
   3984 
   3985   case $ac_option in
   3986   # Handling of the options.
   3987 _ACEOF
   3988 cat >>$CONFIG_STATUS <<\_ACEOF
   3989   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   3990     ac_cs_recheck=: ;;
   3991   --version | --vers* | -V )
   3992     echo "$ac_cs_version"; exit 0 ;;
   3993   --he | --h)
   3994     # Conflict between --help and --header
   3995     { { echo "$as_me:$LINENO: error: ambiguous option: $1
   3996 Try \`$0 --help' for more information." >&5
   3997 echo "$as_me: error: ambiguous option: $1
   3998 Try \`$0 --help' for more information." >&2;}
   3999    { (exit 1); exit 1; }; };;
   4000   --help | --hel | -h )
   4001     echo "$ac_cs_usage"; exit 0 ;;
   4002   --debug | --d* | -d )
   4003     debug=: ;;
   4004   --file | --fil | --fi | --f )
   4005     $ac_shift
   4006     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
   4007     ac_need_defaults=false;;
   4008   --header | --heade | --head | --hea )
   4009     $ac_shift
   4010     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
   4011     ac_need_defaults=false;;
   4012   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   4013   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   4014     ac_cs_silent=: ;;
   4015 
   4016   # This is an error.
   4017   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
   4018 Try \`$0 --help' for more information." >&5
   4019 echo "$as_me: error: unrecognized option: $1
   4020 Try \`$0 --help' for more information." >&2;}
   4021    { (exit 1); exit 1; }; } ;;
   4022 
   4023   *) ac_config_targets="$ac_config_targets $1" ;;
   4024 
   4025   esac
   4026   shift
   4027 done
   4028 
   4029 ac_configure_extra_args=
   4030 
   4031 if $ac_cs_silent; then
   4032   exec 6>/dev/null
   4033   ac_configure_extra_args="$ac_configure_extra_args --silent"
   4034 fi
   4035 
   4036 _ACEOF
   4037 cat >>$CONFIG_STATUS <<_ACEOF
   4038 if \$ac_cs_recheck; then
   4039   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
   4040   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   4041 fi
   4042 
   4043 _ACEOF
   4044 
   4045 cat >>$CONFIG_STATUS <<_ACEOF
   4046 #
   4047 # INIT-COMMANDS section.
   4048 #
   4049 
   4050 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   4051 
   4052 _ACEOF
   4053 
   4054 
   4055 
   4056 cat >>$CONFIG_STATUS <<\_ACEOF
   4057 for ac_config_target in $ac_config_targets
   4058 do
   4059   case "$ac_config_target" in
   4060   # Handling of arguments.
   4061   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   4062   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   4063   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   4064   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
   4065 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   4066    { (exit 1); exit 1; }; };;
   4067   esac
   4068 done
   4069 
   4070 # If the user did not use the arguments to specify the items to instantiate,
   4071 # then the envvar interface is used.  Set only those that are not.
   4072 # We use the long form for the default assignment because of an extremely
   4073 # bizarre bug on SunOS 4.1.3.
   4074 if $ac_need_defaults; then
   4075   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   4076   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   4077   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   4078 fi
   4079 
   4080 # Have a temporary directory for convenience.  Make it in the build tree
   4081 # simply because there is no reason to put it here, and in addition,
   4082 # creating and moving files from /tmp can sometimes cause problems.
   4083 # Create a temporary directory, and hook for its removal unless debugging.
   4084 $debug ||
   4085 {
   4086   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
   4087   trap '{ (exit 1); exit 1; }' 1 2 13 15
   4088 }
   4089 
   4090 # Create a (secure) tmp directory for tmp files.
   4091 
   4092 {
   4093   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
   4094   test -n "$tmp" && test -d "$tmp"
   4095 }  ||
   4096 {
   4097   tmp=./confstat$$-$RANDOM
   4098   (umask 077 && mkdir $tmp)
   4099 } ||
   4100 {
   4101    echo "$me: cannot create a temporary directory in ." >&2
   4102    { (exit 1); exit 1; }
   4103 }
   4104 
   4105 _ACEOF
   4106 
   4107 cat >>$CONFIG_STATUS <<_ACEOF
   4108 
   4109 #
   4110 # CONFIG_FILES section.
   4111 #
   4112 
   4113 # No need to generate the scripts if there are no CONFIG_FILES.
   4114 # This happens for instance when ./config.status config.h
   4115 if test -n "\$CONFIG_FILES"; then
   4116   # Protect against being on the right side of a sed subst in config.status.
   4117   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
   4118    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
   4119 s,@SHELL@,$SHELL,;t t
   4120 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
   4121 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
   4122 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
   4123 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
   4124 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
   4125 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
   4126 s,@exec_prefix@,$exec_prefix,;t t
   4127 s,@prefix@,$prefix,;t t
   4128 s,@program_transform_name@,$program_transform_name,;t t
   4129 s,@bindir@,$bindir,;t t
   4130 s,@sbindir@,$sbindir,;t t
   4131 s,@libexecdir@,$libexecdir,;t t
   4132 s,@datadir@,$datadir,;t t
   4133 s,@sysconfdir@,$sysconfdir,;t t
   4134 s,@sharedstatedir@,$sharedstatedir,;t t
   4135 s,@localstatedir@,$localstatedir,;t t
   4136 s,@libdir@,$libdir,;t t
   4137 s,@includedir@,$includedir,;t t
   4138 s,@oldincludedir@,$oldincludedir,;t t
   4139 s,@infodir@,$infodir,;t t
   4140 s,@mandir@,$mandir,;t t
   4141 s,@build_alias@,$build_alias,;t t
   4142 s,@host_alias@,$host_alias,;t t
   4143 s,@target_alias@,$target_alias,;t t
   4144 s,@DEFS@,$DEFS,;t t
   4145 s,@ECHO_C@,$ECHO_C,;t t
   4146 s,@ECHO_N@,$ECHO_N,;t t
   4147 s,@ECHO_T@,$ECHO_T,;t t
   4148 s,@LIBS@,$LIBS,;t t
   4149 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
   4150 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
   4151 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
   4152 s,@CYGPATH_W@,$CYGPATH_W,;t t
   4153 s,@PACKAGE@,$PACKAGE,;t t
   4154 s,@VERSION@,$VERSION,;t t
   4155 s,@ACLOCAL@,$ACLOCAL,;t t
   4156 s,@AUTOCONF@,$AUTOCONF,;t t
   4157 s,@AUTOMAKE@,$AUTOMAKE,;t t
   4158 s,@AUTOHEADER@,$AUTOHEADER,;t t
   4159 s,@MAKEINFO@,$MAKEINFO,;t t
   4160 s,@AMTAR@,$AMTAR,;t t
   4161 s,@install_sh@,$install_sh,;t t
   4162 s,@STRIP@,$STRIP,;t t
   4163 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
   4164 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
   4165 s,@AWK@,$AWK,;t t
   4166 s,@SET_MAKE@,$SET_MAKE,;t t
   4167 s,@am__leading_dot@,$am__leading_dot,;t t
   4168 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
   4169 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
   4170 s,@MAINT@,$MAINT,;t t
   4171 s,@CC@,$CC,;t t
   4172 s,@CFLAGS@,$CFLAGS,;t t
   4173 s,@LDFLAGS@,$LDFLAGS,;t t
   4174 s,@CPPFLAGS@,$CPPFLAGS,;t t
   4175 s,@ac_ct_CC@,$ac_ct_CC,;t t
   4176 s,@EXEEXT@,$EXEEXT,;t t
   4177 s,@OBJEXT@,$OBJEXT,;t t
   4178 s,@DEPDIR@,$DEPDIR,;t t
   4179 s,@am__include@,$am__include,;t t
   4180 s,@am__quote@,$am__quote,;t t
   4181 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
   4182 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
   4183 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
   4184 s,@CCDEPMODE@,$CCDEPMODE,;t t
   4185 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
   4186 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
   4187 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
   4188 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
   4189 s,@TMP_XAW_CFLAGS@,$TMP_XAW_CFLAGS,;t t
   4190 s,@TMP_XAW_LIBS@,$TMP_XAW_LIBS,;t t
   4191 s,@XAW_USE_XPRINT_TRUE@,$XAW_USE_XPRINT_TRUE,;t t
   4192 s,@XAW_USE_XPRINT_FALSE@,$XAW_USE_XPRINT_FALSE,;t t
   4193 s,@LISTRES_CFLAGS@,$LISTRES_CFLAGS,;t t
   4194 s,@LISTRES_LIBS@,$LISTRES_LIBS,;t t
   4195 s,@build@,$build,;t t
   4196 s,@build_cpu@,$build_cpu,;t t
   4197 s,@build_vendor@,$build_vendor,;t t
   4198 s,@build_os@,$build_os,;t t
   4199 s,@host@,$host,;t t
   4200 s,@host_cpu@,$host_cpu,;t t
   4201 s,@host_vendor@,$host_vendor,;t t
   4202 s,@host_os@,$host_os,;t t
   4203 s,@APP_MAN_SUFFIX@,$APP_MAN_SUFFIX,;t t
   4204 s,@LIB_MAN_SUFFIX@,$LIB_MAN_SUFFIX,;t t
   4205 s,@FILE_MAN_SUFFIX@,$FILE_MAN_SUFFIX,;t t
   4206 s,@MISC_MAN_SUFFIX@,$MISC_MAN_SUFFIX,;t t
   4207 s,@DRIVER_MAN_SUFFIX@,$DRIVER_MAN_SUFFIX,;t t
   4208 s,@ADMIN_MAN_SUFFIX@,$ADMIN_MAN_SUFFIX,;t t
   4209 s,@APP_MAN_DIR@,$APP_MAN_DIR,;t t
   4210 s,@LIB_MAN_DIR@,$LIB_MAN_DIR,;t t
   4211 s,@FILE_MAN_DIR@,$FILE_MAN_DIR,;t t
   4212 s,@MISC_MAN_DIR@,$MISC_MAN_DIR,;t t
   4213 s,@DRIVER_MAN_DIR@,$DRIVER_MAN_DIR,;t t
   4214 s,@ADMIN_MAN_DIR@,$ADMIN_MAN_DIR,;t t
   4215 s,@LIBOBJS@,$LIBOBJS,;t t
   4216 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
   4217 CEOF
   4218 
   4219 _ACEOF
   4220 
   4221   cat >>$CONFIG_STATUS <<\_ACEOF
   4222   # Split the substitutions into bite-sized pieces for seds with
   4223   # small command number limits, like on Digital OSF/1 and HP-UX.
   4224   ac_max_sed_lines=48
   4225   ac_sed_frag=1 # Number of current file.
   4226   ac_beg=1 # First line for current file.
   4227   ac_end=$ac_max_sed_lines # Line after last line for current file.
   4228   ac_more_lines=:
   4229   ac_sed_cmds=
   4230   while $ac_more_lines; do
   4231     if test $ac_beg -gt 1; then
   4232       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
   4233     else
   4234       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
   4235     fi
   4236     if test ! -s $tmp/subs.frag; then
   4237       ac_more_lines=false
   4238     else
   4239       # The purpose of the label and of the branching condition is to
   4240       # speed up the sed processing (if there are no `@' at all, there
   4241       # is no need to browse any of the substitutions).
   4242       # These are the two extra sed commands mentioned above.
   4243       (echo ':t
   4244   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
   4245       if test -z "$ac_sed_cmds"; then
   4246 	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
   4247       else
   4248 	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
   4249       fi
   4250       ac_sed_frag=`expr $ac_sed_frag + 1`
   4251       ac_beg=$ac_end
   4252       ac_end=`expr $ac_end + $ac_max_sed_lines`
   4253     fi
   4254   done
   4255   if test -z "$ac_sed_cmds"; then
   4256     ac_sed_cmds=cat
   4257   fi
   4258 fi # test -n "$CONFIG_FILES"
   4259 
   4260 _ACEOF
   4261 cat >>$CONFIG_STATUS <<\_ACEOF
   4262 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
   4263   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   4264   case $ac_file in
   4265   - | *:- | *:-:* ) # input from stdin
   4266 	cat >$tmp/stdin
   4267 	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   4268 	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   4269   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   4270 	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   4271   * )   ac_file_in=$ac_file.in ;;
   4272   esac
   4273 
   4274   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
   4275   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
   4276 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4277 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   4278 	 X"$ac_file" : 'X\(//\)$' \| \
   4279 	 X"$ac_file" : 'X\(/\)' \| \
   4280 	 .     : '\(.\)' 2>/dev/null ||
   4281 echo X"$ac_file" |
   4282     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4283   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4284   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4285   	  /^X\(\/\).*/{ s//\1/; q; }
   4286   	  s/.*/./; q'`
   4287   { if $as_mkdir_p; then
   4288     mkdir -p "$ac_dir"
   4289   else
   4290     as_dir="$ac_dir"
   4291     as_dirs=
   4292     while test ! -d "$as_dir"; do
   4293       as_dirs="$as_dir $as_dirs"
   4294       as_dir=`(dirname "$as_dir") 2>/dev/null ||
   4295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4296 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4297 	 X"$as_dir" : 'X\(//\)$' \| \
   4298 	 X"$as_dir" : 'X\(/\)' \| \
   4299 	 .     : '\(.\)' 2>/dev/null ||
   4300 echo X"$as_dir" |
   4301     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4302   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4303   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4304   	  /^X\(\/\).*/{ s//\1/; q; }
   4305   	  s/.*/./; q'`
   4306     done
   4307     test ! -n "$as_dirs" || mkdir $as_dirs
   4308   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
   4309 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
   4310    { (exit 1); exit 1; }; }; }
   4311 
   4312   ac_builddir=.
   4313 
   4314 if test "$ac_dir" != .; then
   4315   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
   4316   # A "../" for each directory in $ac_dir_suffix.
   4317   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
   4318 else
   4319   ac_dir_suffix= ac_top_builddir=
   4320 fi
   4321 
   4322 case $srcdir in
   4323   .)  # No --srcdir option.  We are building in place.
   4324     ac_srcdir=.
   4325     if test -z "$ac_top_builddir"; then
   4326        ac_top_srcdir=.
   4327     else
   4328        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
   4329     fi ;;
   4330   [\\/]* | ?:[\\/]* )  # Absolute path.
   4331     ac_srcdir=$srcdir$ac_dir_suffix;
   4332     ac_top_srcdir=$srcdir ;;
   4333   *) # Relative path.
   4334     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
   4335     ac_top_srcdir=$ac_top_builddir$srcdir ;;
   4336 esac
   4337 
   4338 # Do not use `cd foo && pwd` to compute absolute paths, because
   4339 # the directories may not exist.
   4340 case `pwd` in
   4341 .) ac_abs_builddir="$ac_dir";;
   4342 *)
   4343   case "$ac_dir" in
   4344   .) ac_abs_builddir=`pwd`;;
   4345   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
   4346   *) ac_abs_builddir=`pwd`/"$ac_dir";;
   4347   esac;;
   4348 esac
   4349 case $ac_abs_builddir in
   4350 .) ac_abs_top_builddir=${ac_top_builddir}.;;
   4351 *)
   4352   case ${ac_top_builddir}. in
   4353   .) ac_abs_top_builddir=$ac_abs_builddir;;
   4354   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
   4355   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
   4356   esac;;
   4357 esac
   4358 case $ac_abs_builddir in
   4359 .) ac_abs_srcdir=$ac_srcdir;;
   4360 *)
   4361   case $ac_srcdir in
   4362   .) ac_abs_srcdir=$ac_abs_builddir;;
   4363   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
   4364   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
   4365   esac;;
   4366 esac
   4367 case $ac_abs_builddir in
   4368 .) ac_abs_top_srcdir=$ac_top_srcdir;;
   4369 *)
   4370   case $ac_top_srcdir in
   4371   .) ac_abs_top_srcdir=$ac_abs_builddir;;
   4372   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
   4373   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
   4374   esac;;
   4375 esac
   4376 
   4377 
   4378   case $INSTALL in
   4379   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   4380   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
   4381   esac
   4382 
   4383   if test x"$ac_file" != x-; then
   4384     { echo "$as_me:$LINENO: creating $ac_file" >&5
   4385 echo "$as_me: creating $ac_file" >&6;}
   4386     rm -f "$ac_file"
   4387   fi
   4388   # Let's still pretend it is `configure' which instantiates (i.e., don't
   4389   # use $as_me), people would be surprised to read:
   4390   #    /* config.h.  Generated by config.status.  */
   4391   if test x"$ac_file" = x-; then
   4392     configure_input=
   4393   else
   4394     configure_input="$ac_file.  "
   4395   fi
   4396   configure_input=$configure_input"Generated from `echo $ac_file_in |
   4397 				     sed 's,.*/,,'` by configure."
   4398 
   4399   # First look for the input files in the build tree, otherwise in the
   4400   # src tree.
   4401   ac_file_inputs=`IFS=:
   4402     for f in $ac_file_in; do
   4403       case $f in
   4404       -) echo $tmp/stdin ;;
   4405       [\\/$]*)
   4406 	 # Absolute (can't be DOS-style, as IFS=:)
   4407 	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
   4408 echo "$as_me: error: cannot find input file: $f" >&2;}
   4409    { (exit 1); exit 1; }; }
   4410 	 echo "$f";;
   4411       *) # Relative
   4412 	 if test -f "$f"; then
   4413 	   # Build tree
   4414 	   echo "$f"
   4415 	 elif test -f "$srcdir/$f"; then
   4416 	   # Source tree
   4417 	   echo "$srcdir/$f"
   4418 	 else
   4419 	   # /dev/null tree
   4420 	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
   4421 echo "$as_me: error: cannot find input file: $f" >&2;}
   4422    { (exit 1); exit 1; }; }
   4423 	 fi;;
   4424       esac
   4425     done` || { (exit 1); exit 1; }
   4426 _ACEOF
   4427 cat >>$CONFIG_STATUS <<_ACEOF
   4428   sed "$ac_vpsub
   4429 $extrasub
   4430 _ACEOF
   4431 cat >>$CONFIG_STATUS <<\_ACEOF
   4432 :t
   4433 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   4434 s,@configure_input@,$configure_input,;t t
   4435 s,@srcdir@,$ac_srcdir,;t t
   4436 s,@abs_srcdir@,$ac_abs_srcdir,;t t
   4437 s,@top_srcdir@,$ac_top_srcdir,;t t
   4438 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
   4439 s,@builddir@,$ac_builddir,;t t
   4440 s,@abs_builddir@,$ac_abs_builddir,;t t
   4441 s,@top_builddir@,$ac_top_builddir,;t t
   4442 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
   4443 s,@INSTALL@,$ac_INSTALL,;t t
   4444 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
   4445   rm -f $tmp/stdin
   4446   if test x"$ac_file" != x-; then
   4447     mv $tmp/out $ac_file
   4448   else
   4449     cat $tmp/out
   4450     rm -f $tmp/out
   4451   fi
   4452 
   4453 done
   4454 _ACEOF
   4455 cat >>$CONFIG_STATUS <<\_ACEOF
   4456 
   4457 #
   4458 # CONFIG_HEADER section.
   4459 #
   4460 
   4461 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
   4462 # NAME is the cpp macro being defined and VALUE is the value it is being given.
   4463 #
   4464 # ac_d sets the value in "#define NAME VALUE" lines.
   4465 ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
   4466 ac_dB='[	 ].*$,\1#\2'
   4467 ac_dC=' '
   4468 ac_dD=',;t'
   4469 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
   4470 ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
   4471 ac_uB='$,\1#\2define\3'
   4472 ac_uC=' '
   4473 ac_uD=',;t'
   4474 
   4475 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
   4476   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   4477   case $ac_file in
   4478   - | *:- | *:-:* ) # input from stdin
   4479 	cat >$tmp/stdin
   4480 	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   4481 	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   4482   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
   4483 	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   4484   * )   ac_file_in=$ac_file.in ;;
   4485   esac
   4486 
   4487   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
   4488 echo "$as_me: creating $ac_file" >&6;}
   4489 
   4490   # First look for the input files in the build tree, otherwise in the
   4491   # src tree.
   4492   ac_file_inputs=`IFS=:
   4493     for f in $ac_file_in; do
   4494       case $f in
   4495       -) echo $tmp/stdin ;;
   4496       [\\/$]*)
   4497 	 # Absolute (can't be DOS-style, as IFS=:)
   4498 	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
   4499 echo "$as_me: error: cannot find input file: $f" >&2;}
   4500    { (exit 1); exit 1; }; }
   4501 	 # Do quote $f, to prevent DOS paths from being IFS'd.
   4502 	 echo "$f";;
   4503       *) # Relative
   4504 	 if test -f "$f"; then
   4505 	   # Build tree
   4506 	   echo "$f"
   4507 	 elif test -f "$srcdir/$f"; then
   4508 	   # Source tree
   4509 	   echo "$srcdir/$f"
   4510 	 else
   4511 	   # /dev/null tree
   4512 	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
   4513 echo "$as_me: error: cannot find input file: $f" >&2;}
   4514    { (exit 1); exit 1; }; }
   4515 	 fi;;
   4516       esac
   4517     done` || { (exit 1); exit 1; }
   4518   # Remove the trailing spaces.
   4519   sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
   4520 
   4521 _ACEOF
   4522 
   4523 # Transform confdefs.h into two sed scripts, `conftest.defines' and
   4524 # `conftest.undefs', that substitutes the proper values into
   4525 # config.h.in to produce config.h.  The first handles `#define'
   4526 # templates, and the second `#undef' templates.
   4527 # And first: Protect against being on the right side of a sed subst in
   4528 # config.status.  Protect against being in an unquoted here document
   4529 # in config.status.
   4530 rm -f conftest.defines conftest.undefs
   4531 # Using a here document instead of a string reduces the quoting nightmare.
   4532 # Putting comments in sed scripts is not portable.
   4533 #
   4534 # `end' is used to avoid that the second main sed command (meant for
   4535 # 0-ary CPP macros) applies to n-ary macro definitions.
   4536 # See the Autoconf documentation for `clear'.
   4537 cat >confdef2sed.sed <<\_ACEOF
   4538 s/[\\&,]/\\&/g
   4539 s,[\\$`],\\&,g
   4540 t clear
   4541 : clear
   4542 s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
   4543 t end
   4544 s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
   4545 : end
   4546 _ACEOF
   4547 # If some macros were called several times there might be several times
   4548 # the same #defines, which is useless.  Nevertheless, we may not want to
   4549 # sort them, since we want the *last* AC-DEFINE to be honored.
   4550 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
   4551 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
   4552 rm -f confdef2sed.sed
   4553 
   4554 # This sed command replaces #undef with comments.  This is necessary, for
   4555 # example, in the case of _POSIX_SOURCE, which is predefined and required
   4556 # on some systems where configure will not decide to define it.
   4557 cat >>conftest.undefs <<\_ACEOF
   4558 s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
   4559 _ACEOF
   4560 
   4561 # Break up conftest.defines because some shells have a limit on the size
   4562 # of here documents, and old seds have small limits too (100 cmds).
   4563 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
   4564 echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
   4565 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
   4566 echo '  :' >>$CONFIG_STATUS
   4567 rm -f conftest.tail
   4568 while grep . conftest.defines >/dev/null
   4569 do
   4570   # Write a limited-size here document to $tmp/defines.sed.
   4571   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
   4572   # Speed up: don't consider the non `#define' lines.
   4573   echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
   4574   # Work around the forget-to-reset-the-flag bug.
   4575   echo 't clr' >>$CONFIG_STATUS
   4576   echo ': clr' >>$CONFIG_STATUS
   4577   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
   4578   echo 'CEOF
   4579   sed -f $tmp/defines.sed $tmp/in >$tmp/out
   4580   rm -f $tmp/in
   4581   mv $tmp/out $tmp/in
   4582 ' >>$CONFIG_STATUS
   4583   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
   4584   rm -f conftest.defines
   4585   mv conftest.tail conftest.defines
   4586 done
   4587 rm -f conftest.defines
   4588 echo '  fi # grep' >>$CONFIG_STATUS
   4589 echo >>$CONFIG_STATUS
   4590 
   4591 # Break up conftest.undefs because some shells have a limit on the size
   4592 # of here documents, and old seds have small limits too (100 cmds).
   4593 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
   4594 rm -f conftest.tail
   4595 while grep . conftest.undefs >/dev/null
   4596 do
   4597   # Write a limited-size here document to $tmp/undefs.sed.
   4598   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
   4599   # Speed up: don't consider the non `#undef'
   4600   echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
   4601   # Work around the forget-to-reset-the-flag bug.
   4602   echo 't clr' >>$CONFIG_STATUS
   4603   echo ': clr' >>$CONFIG_STATUS
   4604   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
   4605   echo 'CEOF
   4606   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
   4607   rm -f $tmp/in
   4608   mv $tmp/out $tmp/in
   4609 ' >>$CONFIG_STATUS
   4610   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
   4611   rm -f conftest.undefs
   4612   mv conftest.tail conftest.undefs
   4613 done
   4614 rm -f conftest.undefs
   4615 
   4616 cat >>$CONFIG_STATUS <<\_ACEOF
   4617   # Let's still pretend it is `configure' which instantiates (i.e., don't
   4618   # use $as_me), people would be surprised to read:
   4619   #    /* config.h.  Generated by config.status.  */
   4620   if test x"$ac_file" = x-; then
   4621     echo "/* Generated by configure.  */" >$tmp/config.h
   4622   else
   4623     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
   4624   fi
   4625   cat $tmp/in >>$tmp/config.h
   4626   rm -f $tmp/in
   4627   if test x"$ac_file" != x-; then
   4628     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
   4629       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
   4630 echo "$as_me: $ac_file is unchanged" >&6;}
   4631     else
   4632       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
   4633 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4634 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   4635 	 X"$ac_file" : 'X\(//\)$' \| \
   4636 	 X"$ac_file" : 'X\(/\)' \| \
   4637 	 .     : '\(.\)' 2>/dev/null ||
   4638 echo X"$ac_file" |
   4639     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4640   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4641   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4642   	  /^X\(\/\).*/{ s//\1/; q; }
   4643   	  s/.*/./; q'`
   4644       { if $as_mkdir_p; then
   4645     mkdir -p "$ac_dir"
   4646   else
   4647     as_dir="$ac_dir"
   4648     as_dirs=
   4649     while test ! -d "$as_dir"; do
   4650       as_dirs="$as_dir $as_dirs"
   4651       as_dir=`(dirname "$as_dir") 2>/dev/null ||
   4652 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4653 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4654 	 X"$as_dir" : 'X\(//\)$' \| \
   4655 	 X"$as_dir" : 'X\(/\)' \| \
   4656 	 .     : '\(.\)' 2>/dev/null ||
   4657 echo X"$as_dir" |
   4658     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4659   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4660   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4661   	  /^X\(\/\).*/{ s//\1/; q; }
   4662   	  s/.*/./; q'`
   4663     done
   4664     test ! -n "$as_dirs" || mkdir $as_dirs
   4665   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
   4666 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
   4667    { (exit 1); exit 1; }; }; }
   4668 
   4669       rm -f $ac_file
   4670       mv $tmp/config.h $ac_file
   4671     fi
   4672   else
   4673     cat $tmp/config.h
   4674     rm -f $tmp/config.h
   4675   fi
   4676 # Compute $ac_file's index in $config_headers.
   4677 _am_stamp_count=1
   4678 for _am_header in $config_headers :; do
   4679   case $_am_header in
   4680     $ac_file | $ac_file:* )
   4681       break ;;
   4682     * )
   4683       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   4684   esac
   4685 done
   4686 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
   4687 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4688 	 X$ac_file : 'X\(//\)[^/]' \| \
   4689 	 X$ac_file : 'X\(//\)$' \| \
   4690 	 X$ac_file : 'X\(/\)' \| \
   4691 	 .     : '\(.\)' 2>/dev/null ||
   4692 echo X$ac_file |
   4693     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4694   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4695   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4696   	  /^X\(\/\).*/{ s//\1/; q; }
   4697   	  s/.*/./; q'`/stamp-h$_am_stamp_count
   4698 done
   4699 _ACEOF
   4700 cat >>$CONFIG_STATUS <<\_ACEOF
   4701 
   4702 #
   4703 # CONFIG_COMMANDS section.
   4704 #
   4705 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
   4706   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
   4707   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
   4708   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
   4709 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4710 	 X"$ac_dest" : 'X\(//\)[^/]' \| \
   4711 	 X"$ac_dest" : 'X\(//\)$' \| \
   4712 	 X"$ac_dest" : 'X\(/\)' \| \
   4713 	 .     : '\(.\)' 2>/dev/null ||
   4714 echo X"$ac_dest" |
   4715     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4716   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4717   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4718   	  /^X\(\/\).*/{ s//\1/; q; }
   4719   	  s/.*/./; q'`
   4720   { if $as_mkdir_p; then
   4721     mkdir -p "$ac_dir"
   4722   else
   4723     as_dir="$ac_dir"
   4724     as_dirs=
   4725     while test ! -d "$as_dir"; do
   4726       as_dirs="$as_dir $as_dirs"
   4727       as_dir=`(dirname "$as_dir") 2>/dev/null ||
   4728 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4729 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4730 	 X"$as_dir" : 'X\(//\)$' \| \
   4731 	 X"$as_dir" : 'X\(/\)' \| \
   4732 	 .     : '\(.\)' 2>/dev/null ||
   4733 echo X"$as_dir" |
   4734     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4735   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4736   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4737   	  /^X\(\/\).*/{ s//\1/; q; }
   4738   	  s/.*/./; q'`
   4739     done
   4740     test ! -n "$as_dirs" || mkdir $as_dirs
   4741   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
   4742 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
   4743    { (exit 1); exit 1; }; }; }
   4744 
   4745   ac_builddir=.
   4746 
   4747 if test "$ac_dir" != .; then
   4748   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
   4749   # A "../" for each directory in $ac_dir_suffix.
   4750   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
   4751 else
   4752   ac_dir_suffix= ac_top_builddir=
   4753 fi
   4754 
   4755 case $srcdir in
   4756   .)  # No --srcdir option.  We are building in place.
   4757     ac_srcdir=.
   4758     if test -z "$ac_top_builddir"; then
   4759        ac_top_srcdir=.
   4760     else
   4761        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
   4762     fi ;;
   4763   [\\/]* | ?:[\\/]* )  # Absolute path.
   4764     ac_srcdir=$srcdir$ac_dir_suffix;
   4765     ac_top_srcdir=$srcdir ;;
   4766   *) # Relative path.
   4767     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
   4768     ac_top_srcdir=$ac_top_builddir$srcdir ;;
   4769 esac
   4770 
   4771 # Do not use `cd foo && pwd` to compute absolute paths, because
   4772 # the directories may not exist.
   4773 case `pwd` in
   4774 .) ac_abs_builddir="$ac_dir";;
   4775 *)
   4776   case "$ac_dir" in
   4777   .) ac_abs_builddir=`pwd`;;
   4778   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
   4779   *) ac_abs_builddir=`pwd`/"$ac_dir";;
   4780   esac;;
   4781 esac
   4782 case $ac_abs_builddir in
   4783 .) ac_abs_top_builddir=${ac_top_builddir}.;;
   4784 *)
   4785   case ${ac_top_builddir}. in
   4786   .) ac_abs_top_builddir=$ac_abs_builddir;;
   4787   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
   4788   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
   4789   esac;;
   4790 esac
   4791 case $ac_abs_builddir in
   4792 .) ac_abs_srcdir=$ac_srcdir;;
   4793 *)
   4794   case $ac_srcdir in
   4795   .) ac_abs_srcdir=$ac_abs_builddir;;
   4796   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
   4797   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
   4798   esac;;
   4799 esac
   4800 case $ac_abs_builddir in
   4801 .) ac_abs_top_srcdir=$ac_top_srcdir;;
   4802 *)
   4803   case $ac_top_srcdir in
   4804   .) ac_abs_top_srcdir=$ac_abs_builddir;;
   4805   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
   4806   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
   4807   esac;;
   4808 esac
   4809 
   4810 
   4811   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
   4812 echo "$as_me: executing $ac_dest commands" >&6;}
   4813   case $ac_dest in
   4814     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
   4815   # Strip MF so we end up with the name of the file.
   4816   mf=`echo "$mf" | sed -e 's/:.*$//'`
   4817   # Check whether this is an Automake generated Makefile or not.
   4818   # We used to match only the files named `Makefile.in', but
   4819   # some people rename them; so instead we look at the file content.
   4820   # Grep'ing the first line is not enough: some people post-process
   4821   # each Makefile.in and add a new line on top of each file to say so.
   4822   # So let's grep whole file.
   4823   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
   4824     dirpart=`(dirname "$mf") 2>/dev/null ||
   4825 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4826 	 X"$mf" : 'X\(//\)[^/]' \| \
   4827 	 X"$mf" : 'X\(//\)$' \| \
   4828 	 X"$mf" : 'X\(/\)' \| \
   4829 	 .     : '\(.\)' 2>/dev/null ||
   4830 echo X"$mf" |
   4831     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4832   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4833   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4834   	  /^X\(\/\).*/{ s//\1/; q; }
   4835   	  s/.*/./; q'`
   4836   else
   4837     continue
   4838   fi
   4839   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
   4840   # Extract the definition of DEP_FILES from the Makefile without
   4841   # running `make'.
   4842   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
   4843   test -z "$DEPDIR" && continue
   4844   # When using ansi2knr, U may be empty or an underscore; expand it
   4845   U=`sed -n -e '/^U = / s///p' < "$mf"`
   4846   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
   4847   # We invoke sed twice because it is the simplest approach to
   4848   # changing $(DEPDIR) to its actual value in the expansion.
   4849   for file in `sed -n -e '
   4850     /^DEP_FILES = .*\\\\$/ {
   4851       s/^DEP_FILES = //
   4852       :loop
   4853 	s/\\\\$//
   4854 	p
   4855 	n
   4856 	/\\\\$/ b loop
   4857       p
   4858     }
   4859     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
   4860        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
   4861     # Make sure the directory exists.
   4862     test -f "$dirpart/$file" && continue
   4863     fdir=`(dirname "$file") 2>/dev/null ||
   4864 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4865 	 X"$file" : 'X\(//\)[^/]' \| \
   4866 	 X"$file" : 'X\(//\)$' \| \
   4867 	 X"$file" : 'X\(/\)' \| \
   4868 	 .     : '\(.\)' 2>/dev/null ||
   4869 echo X"$file" |
   4870     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4871   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4872   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4873   	  /^X\(\/\).*/{ s//\1/; q; }
   4874   	  s/.*/./; q'`
   4875     { if $as_mkdir_p; then
   4876     mkdir -p $dirpart/$fdir
   4877   else
   4878     as_dir=$dirpart/$fdir
   4879     as_dirs=
   4880     while test ! -d "$as_dir"; do
   4881       as_dirs="$as_dir $as_dirs"
   4882       as_dir=`(dirname "$as_dir") 2>/dev/null ||
   4883 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   4884 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   4885 	 X"$as_dir" : 'X\(//\)$' \| \
   4886 	 X"$as_dir" : 'X\(/\)' \| \
   4887 	 .     : '\(.\)' 2>/dev/null ||
   4888 echo X"$as_dir" |
   4889     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
   4890   	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
   4891   	  /^X\(\/\/\)$/{ s//\1/; q; }
   4892   	  /^X\(\/\).*/{ s//\1/; q; }
   4893   	  s/.*/./; q'`
   4894     done
   4895     test ! -n "$as_dirs" || mkdir $as_dirs
   4896   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
   4897 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
   4898    { (exit 1); exit 1; }; }; }
   4899 
   4900     # echo "creating $dirpart/$file"
   4901     echo '# dummy' > "$dirpart/$file"
   4902   done
   4903 done
   4904  ;;
   4905   esac
   4906 done
   4907 _ACEOF
   4908 
   4909 cat >>$CONFIG_STATUS <<\_ACEOF
   4910 
   4911 { (exit 0); exit 0; }
   4912 _ACEOF
   4913 chmod +x $CONFIG_STATUS
   4914 ac_clean_files=$ac_clean_files_save
   4915 
   4916 
   4917 # configure is writing to config.log, and then calls config.status.
   4918 # config.status does its own redirection, appending to config.log.
   4919 # Unfortunately, on DOS this fails, as config.log is still kept open
   4920 # by configure, so config.status won't be able to write to it; its
   4921 # output is simply discarded.  So we exec the FD to /dev/null,
   4922 # effectively closing config.log, so it can be properly (re)opened and
   4923 # appended to by config.status.  When coming back to configure, we
   4924 # need to make the FD available again.
   4925 if test "$no_create" != yes; then
   4926   ac_cs_success=:
   4927   ac_config_status_args=
   4928   test "$silent" = yes &&
   4929     ac_config_status_args="$ac_config_status_args --quiet"
   4930   exec 5>/dev/null
   4931   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   4932   exec 5>>config.log
   4933   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   4934   # would make configure fail if this is the last instruction.
   4935   $ac_cs_success || { (exit 1); exit 1; }
   4936 fi
   4937 
   4938