Deleted Added
full compact
2c2
< # From configure.in Revision: 1.120.2.7 .
---
> # From configure.in Revision: 1.120.2.13 .
4c4
< # Generated by GNU Autoconf 2.57.
---
> # Generated by GNU Autoconf 2.61.
6,7c6,7
< # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
< # Free Software Foundation, Inc.
---
> # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
> # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
14c14,15
< # Be Bourne compatible
---
> # Be more Bourne compatible
> DUALCASE=1; export DUALCASE # for MKS sh
21,22c22,27
< elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
< set -o posix
---
> setopt NO_GLOB_SUBST
> else
> case `(set -o) 2>/dev/null` in
> *posix*) set -o posix ;;
> esac
>
24a30,53
>
>
>
> # PATH needs CR
> # Avoid depending upon Character Ranges.
> as_cr_letters='abcdefghijklmnopqrstuvwxyz'
> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
> as_cr_Letters=$as_cr_letters$as_cr_LETTERS
> as_cr_digits='0123456789'
> as_cr_alnum=$as_cr_Letters$as_cr_digits
>
> # The user is always right.
> if test "${PATH_SEPARATOR+set}" != set; then
> echo "#! /bin/sh" >conf$$.sh
> echo "exit 0" >>conf$$.sh
> chmod +x conf$$.sh
> if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
> PATH_SEPARATOR=';'
> else
> PATH_SEPARATOR=:
> fi
> rm -f conf$$.sh
> fi
>
26c55
< if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
---
> if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32a62,94
> # IFS
> # We need space, tab and new line, in precisely that order. Quoting is
> # there to prevent editors from complaining about space-tab.
> # (If _AS_PATH_WALK were called with IFS unset, it would disable word
> # splitting by setting IFS to empty value.)
> as_nl='
> '
> IFS=" "" $as_nl"
>
> # Find who we are. Look in the path if we contain no directory separator.
> case $0 in
> *[\\/]* ) as_myself=$0 ;;
> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
> for as_dir in $PATH
> do
> IFS=$as_save_IFS
> test -z "$as_dir" && as_dir=.
> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
> done
> IFS=$as_save_IFS
>
> ;;
> esac
> # We did not find ourselves, most probably we were run as `sh COMMAND'
> # in which case we are not to be found in the path.
> if test "x$as_myself" = x; then
> as_myself=$0
> fi
> if test ! -f "$as_myself"; then
> echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
> { (exit 1); exit 1; }
> fi
>
34c96,98
< $as_unset ENV MAIL MAILPATH
---
> for as_var in ENV MAIL MAILPATH
> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
> done
45c109
< if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
---
> if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48c112
< $as_unset $as_var
---
> ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
53c117,118
< if expr a : '\(a\)' >/dev/null 2>&1; then
---
> if expr a : '\(a\)' >/dev/null 2>&1 &&
> test "X`expr 00001 : '.*\(...\)'`" = X001; then
59c124
< if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
---
> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
67c132
< as_me=`$as_basename "$0" ||
---
> as_me=`$as_basename -- "$0" ||
70,71c135
< X"$0" : 'X\(/\)$' \| \
< . : '\(.\)' 2>/dev/null ||
---
> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
73,76c137,149
< sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
< /^X\/\(\/\/\)$/{ s//\1/; q; }
< /^X\/\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
---
> sed '/^.*\/\([^/][^/]*\)\/*$/{
> s//\1/
> q
> }
> /^X\/\(\/\/\)$/{
> s//\1/
> q
> }
> /^X\/\(\/\).*/{
> s//\1/
> q
> }
> s/.*/./; q'`
77a151,152
> # CDPATH.
> $as_unset CDPATH
79,85d153
< # PATH needs CR, and LINENO needs CR and PATH.
< # Avoid depending upon Character Ranges.
< as_cr_letters='abcdefghijklmnopqrstuvwxyz'
< as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
< as_cr_Letters=$as_cr_letters$as_cr_LETTERS
< as_cr_digits='0123456789'
< as_cr_alnum=$as_cr_Letters$as_cr_digits
87,97c155,159
< # The user is always right.
< if test "${PATH_SEPARATOR+set}" != set; then
< echo "#! /bin/sh" >conf$$.sh
< echo "exit 0" >>conf$$.sh
< chmod +x conf$$.sh
< if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
< PATH_SEPARATOR=';'
< else
< PATH_SEPARATOR=:
< fi
< rm -f conf$$.sh
---
> if test "x$CONFIG_SHELL" = x; then
> if (eval ":") 2>/dev/null; then
> as_have_required=yes
> else
> as_have_required=no
99a162,177
> if test $as_have_required = yes && (eval ":
> (as_func_return () {
> (exit \$1)
> }
> as_func_success () {
> as_func_return 0
> }
> as_func_failure () {
> as_func_return 1
> }
> as_func_ret_success () {
> return 0
> }
> as_func_ret_failure () {
> return 1
> }
101,116c179,185
< as_lineno_1=$LINENO
< as_lineno_2=$LINENO
< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
< test "x$as_lineno_1" != "x$as_lineno_2" &&
< test "x$as_lineno_3" = "x$as_lineno_2" || {
< # Find who we are. Look in the path if we contain no path at all
< # relative or not.
< case $0 in
< *[\\/]* ) as_myself=$0 ;;
< *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
< for as_dir in $PATH
< do
< IFS=$as_save_IFS
< test -z "$as_dir" && as_dir=.
< test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
< done
---
> exitcode=0
> if as_func_success; then
> :
> else
> exitcode=1
> echo as_func_success failed.
> fi
118,130c187,221
< ;;
< esac
< # We did not find ourselves, most probably we were run as `sh COMMAND'
< # in which case we are not to be found in the path.
< if test "x$as_myself" = x; then
< as_myself=$0
< fi
< if test ! -f "$as_myself"; then
< { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
< { (exit 1); exit 1; }; }
< fi
< case $CONFIG_SHELL in
< '')
---
> if as_func_failure; then
> exitcode=1
> echo as_func_failure succeeded.
> fi
>
> if as_func_ret_success; then
> :
> else
> exitcode=1
> echo as_func_ret_success failed.
> fi
>
> if as_func_ret_failure; then
> exitcode=1
> echo as_func_ret_failure succeeded.
> fi
>
> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
> :
> else
> exitcode=1
> echo positional parameters were not saved.
> fi
>
> test \$exitcode = 0) || { (exit 1); exit 1; }
>
> (
> as_lineno_1=\$LINENO
> as_lineno_2=\$LINENO
> test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
> test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
> ") 2> /dev/null; then
> :
> else
> as_candidate_shells=
136,137c227
< for as_base in sh bash ksh sh5; do
< case $as_dir in
---
> case $as_dir in
139c229,328
< if ("$as_dir/$as_base" -c '
---
> for as_base in sh bash ksh sh5; do
> as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
> done;;
> esac
> done
> IFS=$as_save_IFS
>
>
> for as_shell in $as_candidate_shells $SHELL; do
> # Try only shells that exist, to save several forks.
> if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
> { ("$as_shell") 2> /dev/null <<\_ASEOF
> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
> emulate sh
> NULLCMD=:
> # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
> # is contrary to our usage. Disable this feature.
> alias -g '${1+"$@"}'='"$@"'
> setopt NO_GLOB_SUBST
> else
> case `(set -o) 2>/dev/null` in
> *posix*) set -o posix ;;
> esac
>
> fi
>
>
> :
> _ASEOF
> }; then
> CONFIG_SHELL=$as_shell
> as_have_required=yes
> if { "$as_shell" 2> /dev/null <<\_ASEOF
> if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
> emulate sh
> NULLCMD=:
> # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
> # is contrary to our usage. Disable this feature.
> alias -g '${1+"$@"}'='"$@"'
> setopt NO_GLOB_SUBST
> else
> case `(set -o) 2>/dev/null` in
> *posix*) set -o posix ;;
> esac
>
> fi
>
>
> :
> (as_func_return () {
> (exit $1)
> }
> as_func_success () {
> as_func_return 0
> }
> as_func_failure () {
> as_func_return 1
> }
> as_func_ret_success () {
> return 0
> }
> as_func_ret_failure () {
> return 1
> }
>
> exitcode=0
> if as_func_success; then
> :
> else
> exitcode=1
> echo as_func_success failed.
> fi
>
> if as_func_failure; then
> exitcode=1
> echo as_func_failure succeeded.
> fi
>
> if as_func_ret_success; then
> :
> else
> exitcode=1
> echo as_func_ret_success failed.
> fi
>
> if as_func_ret_failure; then
> exitcode=1
> echo as_func_ret_failure succeeded.
> fi
>
> if ( set x; as_func_ret_success y && test x = "$1" ); then
> :
> else
> exitcode=1
> echo positional parameters were not saved.
> fi
>
> test $exitcode = 0) || { (exit 1); exit 1; }
>
> (
142d330
< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144,155c332
< test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
< $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
< $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
< CONFIG_SHELL=$as_dir/$as_base
< export CONFIG_SHELL
< exec "$CONFIG_SHELL" "$0" ${1+"$@"}
< fi;;
< esac
< done
< done
< ;;
< esac
---
> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
156a334,428
> _ASEOF
> }; then
> break
> fi
>
> fi
>
> done
>
> if test "x$CONFIG_SHELL" != x; then
> for as_var in BASH_ENV ENV
> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
> done
> export CONFIG_SHELL
> exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
> fi
>
>
> if test $as_have_required = no; then
> echo This script requires a shell more modern than all the
> echo shells that I found on your system. Please install a
> echo modern shell, or manually run the script under such a
> echo shell if you do have one.
> { (exit 1); exit 1; }
> fi
>
>
> fi
>
> fi
>
>
>
> (eval "as_func_return () {
> (exit \$1)
> }
> as_func_success () {
> as_func_return 0
> }
> as_func_failure () {
> as_func_return 1
> }
> as_func_ret_success () {
> return 0
> }
> as_func_ret_failure () {
> return 1
> }
>
> exitcode=0
> if as_func_success; then
> :
> else
> exitcode=1
> echo as_func_success failed.
> fi
>
> if as_func_failure; then
> exitcode=1
> echo as_func_failure succeeded.
> fi
>
> if as_func_ret_success; then
> :
> else
> exitcode=1
> echo as_func_ret_success failed.
> fi
>
> if as_func_ret_failure; then
> exitcode=1
> echo as_func_ret_failure succeeded.
> fi
>
> if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
> :
> else
> exitcode=1
> echo positional parameters were not saved.
> fi
>
> test \$exitcode = 0") || {
> echo No shell found that supports shell functions.
> echo Please tell autoconf@gnu.org about your system,
> echo including any error possibly output before this
> echo message
> }
>
>
>
> as_lineno_1=$LINENO
> as_lineno_2=$LINENO
> test "x$as_lineno_1" != "x$as_lineno_2" &&
> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
>
159,162c431,435
< # line-number line before each line; the second 'sed' does the real
< # work. The second script uses 'N' to pair each line-number line
< # with the numbered line, and appends trailing '-' during
< # substitution so that $LINENO is not a special case at line end.
---
> # line-number line after each line using $LINENO; the second 'sed'
> # does the real work. The second script uses 'N' to pair each
> # line-number line with the line containing $LINENO, and appends
> # trailing '-' during substitution so that $LINENO is not a special
> # case at line end.
164,165c437,442
< # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
< sed '=' <$as_myself |
---
> # scripts with optimization help from Paolo Bonzini. Blame Lee
> # E. McMahon (1931-1989) for sed's syntax. :-)
> sed -n '
> p
> /[$]LINENO/=
> ' <$as_myself |
166a444,447
> s/[$]LINENO.*/&-/
> t lineno
> b
> :lineno
168,170c449,450
< s,$,-,
< : loop
< s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
---
> :loop
> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
172,173c452
< s,-$,,
< s,^['$as_cr_digits']*\n,,
---
> s/-\n.*//
175c454
< chmod +x $as_me.lineno ||
---
> chmod +x "$as_me.lineno" ||
181,182c460,461
< # original and so on. Autoconf is especially sensible to this).
< . ./$as_me.lineno
---
> # original and so on. Autoconf is especially sensitive to this).
> . "./$as_me.lineno"
188,192c467,481
< case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
< *c*,-n*) ECHO_N= ECHO_C='
< ' ECHO_T=' ' ;;
< *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
< *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
---
> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
> as_dirname=dirname
> else
> as_dirname=false
> fi
>
> ECHO_C= ECHO_N= ECHO_T=
> case `echo -n x` in
> -n*)
> case `echo 'x\c'` in
> *c*) ECHO_T=' ';; # ECHO_T is single tab character.
> *) ECHO_C='\c';;
> esac;;
> *)
> ECHO_N='-n';;
195c484,485
< if expr a : '\(a\)' >/dev/null 2>&1; then
---
> if expr a : '\(a\)' >/dev/null 2>&1 &&
> test "X`expr 00001 : '.*\(...\)'`" = X001; then
201a492,497
> if test -d conf$$.dir; then
> rm -f conf$$.dir/conf$$.file
> else
> rm -f conf$$.dir
> mkdir conf$$.dir
> fi
204,207c500,505
< # We could just check for DJGPP; but this test a) works b) is more generic
< # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
< if test -f conf$$.exe; then
< # Don't use ln at all; we don't have any links
---
> as_ln_s='ln -s'
> # ... but there are two gotchas:
> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
> # In both cases, we have to default to `cp -p'.
> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
209,211d506
< else
< as_ln_s='ln -s'
< fi
217c512,513
< rm -f conf$$ conf$$.exe conf$$.file
---
> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
> rmdir conf$$.dir 2>/dev/null
221a518
> test -d ./-p && rmdir ./-p
225c522,543
< as_executable_p="test -f"
---
> if test -x / >/dev/null 2>&1; then
> as_test_x='test -x'
> else
> if ls -dL / >/dev/null 2>&1; then
> as_ls_L_option=L
> else
> as_ls_L_option=
> fi
> as_test_x='
> eval sh -c '\''
> if test -d "$1"; then
> test -d "$1/.";
> else
> case $1 in
> -*)set "./$1";;
> esac;
> case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
> ???[sx]*):;;*)false;;esac;fi
> '\'' sh
> '
> fi
> as_executable_p=$as_test_x
228c546
< as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
---
> as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231c549
< as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
---
> as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234,238d551
< # IFS
< # We need space, tab and new line, in precisely that order.
< as_nl='
< '
< IFS=" $as_nl"
240,241c553
< # CDPATH.
< $as_unset CDPATH
---
> exec 7<&0 </dev/null 6>&1
243d554
<
249,250d559
< exec 6>&1
<
254a564
> ac_clean_files=
255a566
> LIBOBJS=
262,266d572
< # Maximum number of lines to put in a shell here document.
< # This variable seems obsolete. It should probably be removed, and
< # only ac_max_sed_lines should be used.
< : ${ac_max_here_lines=38}
<
278c584
< #if HAVE_SYS_TYPES_H
---
> #ifdef HAVE_SYS_TYPES_H
281c587
< #if HAVE_SYS_STAT_H
---
> #ifdef HAVE_SYS_STAT_H
284c590
< #if STDC_HEADERS
---
> #ifdef STDC_HEADERS
288c594
< # if HAVE_STDLIB_H
---
> # ifdef HAVE_STDLIB_H
292,293c598,599
< #if HAVE_STRING_H
< # if !STDC_HEADERS && HAVE_MEMORY_H
---
> #ifdef HAVE_STRING_H
> # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
298c604
< #if HAVE_STRINGS_H
---
> #ifdef HAVE_STRINGS_H
301c607
< #if HAVE_INTTYPES_H
---
> #ifdef HAVE_INTTYPES_H
303,306d608
< #else
< # if HAVE_STDINT_H
< # include <stdint.h>
< # endif
308c610,613
< #if HAVE_UNISTD_H
---
> #ifdef HAVE_STDINT_H
> # include <stdint.h>
> #endif
> #ifdef HAVE_UNISTD_H
312c617,694
< 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SHLICC2 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LIBOBJS V_LEX V_YACC RANLIB ac_ct_RANLIB V_CCOPT V_DEFS V_INCLS V_LIBS V_PCAP V_FINDALLDEVS V_RANLIB SSRC DYEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LTLIBOBJS'
---
> 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
> datarootdir
> datadir
> sysconfdir
> sharedstatedir
> localstatedir
> includedir
> oldincludedir
> docdir
> infodir
> htmldir
> dvidir
> pdfdir
> psdir
> libdir
> localedir
> mandir
> DEFS
> ECHO_C
> ECHO_N
> ECHO_T
> LIBS
> build_alias
> host_alias
> target_alias
> build
> build_cpu
> build_vendor
> build_os
> host
> host_cpu
> host_vendor
> host_os
> target
> target_cpu
> target_vendor
> target_os
> SHLICC2
> CC
> CFLAGS
> LDFLAGS
> CPPFLAGS
> ac_ct_CC
> EXEEXT
> OBJEXT
> CPP
> GREP
> EGREP
> LIBOBJS
> V_LEX
> V_YACC
> RANLIB
> V_CCOPT
> V_DEFS
> V_INCLS
> V_LIBS
> V_PCAP
> V_FINDALLDEVS
> V_RANLIB
> SSRC
> DYEXT
> DAGLIBS
> INSTALL_PROGRAM
> INSTALL_SCRIPT
> INSTALL_DATA
> LTLIBOBJS'
313a696,704
> ac_precious_vars='build_alias
> host_alias
> target_alias
> CC
> CFLAGS
> LDFLAGS
> LIBS
> CPPFLAGS
> CPP'
314a706
>
339a732
> # (The list follows the same order as the GNU Coding Standards.)
343c736,737
< datadir='${prefix}/share'
---
> datarootdir='${prefix}/share'
> datadir='${datarootdir}'
347d740
< libdir='${exec_prefix}/lib'
350,351c743,751
< infodir='${prefix}/info'
< mandir='${prefix}/man'
---
> docdir='${datarootdir}/doc/${PACKAGE}'
> infodir='${datarootdir}/info'
> htmldir='${docdir}'
> dvidir='${docdir}'
> pdfdir='${docdir}'
> psdir='${docdir}'
> libdir='${exec_prefix}/lib'
> localedir='${datarootdir}/locale'
> mandir='${datarootdir}/man'
353a754
> ac_dashdash=
358c759
< eval "$ac_prev=\$ac_option"
---
> eval $ac_prev=\$ac_option
363c764,767
< ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
---
> case $ac_option in
> *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
> *) ac_optarg=yes ;;
> esac
367c771,773
< case $ac_option in
---
> case $ac_dashdash$ac_option in
> --)
> ac_dashdash=yes ;;
389c795
< -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
---
> -datadir | --datadir | --datadi | --datad)
391,392c797
< -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
< | --da=*)
---
> -datadir=* | --datadir=* | --datadi=* | --datad=*)
394a800,806
> -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
> | --dataroo | --dataro | --datar)
> ac_prev=datarootdir ;;
> -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
> | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
> datarootdir=$ac_optarg ;;
>
398c810
< expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
---
> expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
401,402c813,814
< ac_feature=`echo $ac_feature | sed 's/-/_/g'`
< eval "enable_$ac_feature=no" ;;
---
> ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
> eval enable_$ac_feature=no ;;
403a816,825
> -docdir | --docdir | --docdi | --doc | --do)
> ac_prev=docdir ;;
> -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
> docdir=$ac_optarg ;;
>
> -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
> ac_prev=dvidir ;;
> -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
> dvidir=$ac_optarg ;;
>
407c829
< expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
---
> expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
410,415c832,833
< ac_feature=`echo $ac_feature | sed 's/-/_/g'`
< case $ac_option in
< *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
< *) ac_optarg=yes ;;
< esac
< eval "enable_$ac_feature='$ac_optarg'" ;;
---
> ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
> eval enable_$ac_feature=\$ac_optarg ;;
441a860,865
> -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
> ac_prev=htmldir ;;
> -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
> | --ht=*)
> htmldir=$ac_optarg ;;
>
465a890,894
> -localedir | --localedir | --localedi | --localed | --locale)
> ac_prev=localedir ;;
> -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
> localedir=$ac_optarg ;;
>
467,468c896
< | --localstate | --localstat | --localsta | --localst \
< | --locals | --local | --loca | --loc | --lo)
---
> | --localstate | --localstat | --localsta | --localst | --locals)
471,472c899
< | --localstate=* | --localstat=* | --localsta=* | --localst=* \
< | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
---
> | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
536a964,973
> -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
> ac_prev=pdfdir ;;
> -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
> pdfdir=$ac_optarg ;;
>
> -psdir | --psdir | --psdi | --psd | --ps)
> ac_prev=psdir ;;
> -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
> psdir=$ac_optarg ;;
>
589c1026
< expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
---
> expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
592,597c1029,1030
< ac_package=`echo $ac_package| sed 's/-/_/g'`
< case $ac_option in
< *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
< *) ac_optarg=yes ;;
< esac
< eval "with_$ac_package='$ac_optarg'" ;;
---
> ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
> eval with_$ac_package=\$ac_optarg ;;
602c1035
< expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
---
> expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
605,606c1038,1039
< ac_package=`echo $ac_package | sed 's/-/_/g'`
< eval "with_$ac_package=no" ;;
---
> ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
> eval with_$ac_package=no ;;
637,638c1070
< ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
< eval "$ac_envvar='$ac_optarg'"
---
> eval $ac_envvar=\$ac_optarg
658,659c1090,1094
< # Be sure to have absolute paths.
< for ac_var in exec_prefix prefix
---
> # Be sure to have absolute directory names.
> for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
> datadir sysconfdir sharedstatedir localstatedir includedir \
> oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
> libdir localedir mandir
661c1096
< eval ac_val=$`echo $ac_var`
---
> eval ac_val=\$$ac_var
663,665c1098,1099
< [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
< *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
< { (exit 1); exit 1; }; };;
---
> [\\/$]* | ?:[\\/]* ) continue;;
> NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
666a1101,1102
> { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
> { (exit 1); exit 1; }; }
669,680d1104
< # Be sure to have absolute paths.
< for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
< localstatedir libdir includedir oldincludedir infodir mandir
< do
< eval ac_val=$`echo $ac_var`
< case $ac_val in
< [\\/$]* | ?:[\\/]* ) ;;
< *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
< { (exit 1); exit 1; }; };;
< esac
< done
<
704a1129,1138
> ac_pwd=`pwd` && test -n "$ac_pwd" &&
> ac_ls_di=`ls -di .` &&
> ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
> { echo "$as_me: error: Working directory cannot be determined" >&2
> { (exit 1); exit 1; }; }
> test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
> { echo "$as_me: error: pwd does not report name of working directory" >&2
> { (exit 1); exit 1; }; }
>
>
708,709c1142,1143
< # Try the directory containing this script, then its parent.
< ac_confdir=`(dirname "$0") 2>/dev/null ||
---
> # Try the directory containing this script, then the parent directory.
> ac_confdir=`$as_dirname -- "$0" ||
711,714c1145,1147
< X"$0" : 'X\(//\)[^/]' \| \
< X"$0" : 'X\(//\)$' \| \
< X"$0" : 'X\(/\)' \| \
< . : '\(.\)' 2>/dev/null ||
---
> X"$0" : 'X\(//\)[^/]' \| \
> X"$0" : 'X\(//\)$' \| \
> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
716,720c1149,1165
< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
< /^X\(\/\/\)$/{ s//\1/; q; }
< /^X\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
---
> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
> s//\1/
> q
> }
> /^X\(\/\/\)[^/].*/{
> s//\1/
> q
> }
> /^X\(\/\/\)$/{
> s//\1/
> q
> }
> /^X\(\/\).*/{
> s//\1/
> q
> }
> s/.*/./; q'`
722c1167
< if test ! -r $srcdir/$ac_unique_file; then
---
> if test ! -r "$srcdir/$ac_unique_file"; then
728,730c1173,1175
< if test ! -r $srcdir/$ac_unique_file; then
< if test "$ac_srcdir_defaulted" = yes; then
< { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
---
> if test ! -r "$srcdir/$ac_unique_file"; then
> test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
> { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
732,735d1176
< else
< { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
< { (exit 1); exit 1; }; }
< fi
737,738c1178,1180
< (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
< { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
---
> ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
> ac_abs_confdir=`(
> cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
740,772c1182,1198
< srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
< ac_env_build_alias_set=${build_alias+set}
< ac_env_build_alias_value=$build_alias
< ac_cv_env_build_alias_set=${build_alias+set}
< ac_cv_env_build_alias_value=$build_alias
< ac_env_host_alias_set=${host_alias+set}
< ac_env_host_alias_value=$host_alias
< ac_cv_env_host_alias_set=${host_alias+set}
< ac_cv_env_host_alias_value=$host_alias
< ac_env_target_alias_set=${target_alias+set}
< ac_env_target_alias_value=$target_alias
< ac_cv_env_target_alias_set=${target_alias+set}
< ac_cv_env_target_alias_value=$target_alias
< ac_env_CC_set=${CC+set}
< ac_env_CC_value=$CC
< ac_cv_env_CC_set=${CC+set}
< ac_cv_env_CC_value=$CC
< ac_env_CFLAGS_set=${CFLAGS+set}
< ac_env_CFLAGS_value=$CFLAGS
< ac_cv_env_CFLAGS_set=${CFLAGS+set}
< ac_cv_env_CFLAGS_value=$CFLAGS
< ac_env_LDFLAGS_set=${LDFLAGS+set}
< ac_env_LDFLAGS_value=$LDFLAGS
< ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
< ac_cv_env_LDFLAGS_value=$LDFLAGS
< ac_env_CPPFLAGS_set=${CPPFLAGS+set}
< ac_env_CPPFLAGS_value=$CPPFLAGS
< ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
< ac_cv_env_CPPFLAGS_value=$CPPFLAGS
< ac_env_CPP_set=${CPP+set}
< ac_env_CPP_value=$CPP
< ac_cv_env_CPP_set=${CPP+set}
< ac_cv_env_CPP_value=$CPP
---
> pwd)`
> # When building in place, set srcdir=.
> if test "$ac_abs_confdir" = "$ac_pwd"; then
> srcdir=.
> fi
> # Remove unnecessary trailing slashes from srcdir.
> # Double slashes in file names in object file debugging info
> # mess up M-x gdb in Emacs.
> case $srcdir in
> */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
> esac
> for ac_var in $ac_precious_vars; do
> eval ac_env_${ac_var}_set=\${${ac_var}+set}
> eval ac_env_${ac_var}_value=\$${ac_var}
> eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
> eval ac_cv_env_${ac_var}_value=\$${ac_var}
> done
801,803d1226
< _ACEOF
<
< cat <<_ACEOF
806c1229
< [$ac_default_prefix]
---
> [$ac_default_prefix]
808c1231
< [PREFIX]
---
> [PREFIX]
821d1243
< --datadir=DIR read-only architecture-independent data [PREFIX/share]
828,829c1250,1259
< --infodir=DIR info documentation [PREFIX/info]
< --mandir=DIR man documentation [PREFIX/man]
---
> --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
> --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
> --infodir=DIR info documentation [DATAROOTDIR/info]
> --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
> --mandir=DIR man documentation [DATAROOTDIR/man]
> --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
> --htmldir=DIR html documentation [DOCDIR]
> --dvidir=DIR dvi documentation [DOCDIR]
> --pdfdir=DIR pdf documentation [DOCDIR]
> --psdir=DIR ps documentation [DOCDIR]
870,871c1300,1302
< CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
< headers in a nonstandard directory <include dir>
---
> LIBS libraries to pass to the linker, e.g. -l<library>
> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
> you have headers in a nonstandard directory <include dir>
877a1309
> ac_status=$?
882d1313
< ac_popdir=`pwd`
884c1315
< test -d $ac_dir || continue
---
> test -d "$ac_dir" || continue
887c1318,1320
< if test "$ac_dir" != .; then
---
> case "$ac_dir" in
> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
> *)
889,893c1322,1332
< # A "../" for each directory in $ac_dir_suffix.
< ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
< else
< ac_dir_suffix= ac_top_builddir=
< fi
---
> # A ".." for each directory in $ac_dir_suffix.
> ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
> case $ac_top_builddir_sub in
> "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
> esac ;;
> esac
> ac_abs_top_builddir=$ac_pwd
> ac_abs_builddir=$ac_pwd$ac_dir_suffix
> # for backward compatibility:
> ac_top_builddir=$ac_top_build_prefix
896c1335
< .) # No --srcdir option. We are building in place.
---
> .) # We are building in place.
898,903c1337,1339
< if test -z "$ac_top_builddir"; then
< ac_top_srcdir=.
< else
< ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
< fi ;;
< [\\/]* | ?:[\\/]* ) # Absolute path.
---
> ac_top_srcdir=$ac_top_builddir_sub
> ac_abs_top_srcdir=$ac_pwd ;;
> [\\/]* | ?:[\\/]* ) # Absolute name.
905,908c1341,1346
< ac_top_srcdir=$srcdir ;;
< *) # Relative path.
< ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
< ac_top_srcdir=$ac_top_builddir$srcdir ;;
---
> ac_top_srcdir=$srcdir
> ac_abs_top_srcdir=$srcdir ;;
> *) # Relative name.
> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
> ac_top_srcdir=$ac_top_build_prefix$srcdir
> ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
910,915c1348
< # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
< # absolute.
< ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
< ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
< ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
< ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
---
> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
917,928c1350,1357
< cd $ac_dir
< # Check for guested configure; otherwise get Cygnus style configure.
< if test -f $ac_srcdir/configure.gnu; then
< echo
< $SHELL $ac_srcdir/configure.gnu --help=recursive
< elif test -f $ac_srcdir/configure; then
< echo
< $SHELL $ac_srcdir/configure --help=recursive
< elif test -f $ac_srcdir/configure.ac ||
< test -f $ac_srcdir/configure.in; then
< echo
< $ac_configure --help
---
> cd "$ac_dir" || { ac_status=$?; continue; }
> # Check for guested configure.
> if test -f "$ac_srcdir/configure.gnu"; then
> echo &&
> $SHELL "$ac_srcdir/configure.gnu" --help=recursive
> elif test -f "$ac_srcdir/configure"; then
> echo &&
> $SHELL "$ac_srcdir/configure" --help=recursive
931,932c1360,1361
< fi
< cd $ac_popdir
---
> fi || ac_status=$?
> cd "$ac_pwd" || { ac_status=$?; break; }
936c1365
< test -n "$ac_init_help" && exit 0
---
> test -n "$ac_init_help" && exit $ac_status
938a1368,1369
> configure
> generated by GNU Autoconf 2.61
940,941c1371,1372
< Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
< Free Software Foundation, Inc.
---
> Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
> 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
945c1376
< exit 0
---
> exit
947,948c1378
< exec 5>config.log
< cat >&5 <<_ACEOF
---
> cat >config.log <<_ACEOF
953c1383
< generated by GNU Autoconf 2.57. Invocation command line was
---
> generated by GNU Autoconf 2.61. Invocation command line was
957a1388
> exec 5>>config.log
976c1407
< hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
---
> /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
989a1421
> IFS=$as_save_IFS
1011d1442
< ac_sep=
1022c1453
< *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
---
> *\'*)
1030c1461
< ac_must_keep_next=false # Got value, back to normal.
---
> ac_must_keep_next=false # Got value, back to normal.
1032,1042c1463,1473
< case $ac_arg in
< *=* | --config-cache | -C | -disable-* | --disable-* \
< | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
< | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
< | -with-* | --with-* | -without-* | --without-* | --x)
< case "$ac_configure_args0 " in
< "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
< esac
< ;;
< -* ) ac_must_keep_next=true ;;
< esac
---
> case $ac_arg in
> *=* | --config-cache | -C | -disable-* | --disable-* \
> | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
> | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
> | -with-* | --with-* | -without-* | --without-* | --x)
> case "$ac_configure_args0 " in
> "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
> esac
> ;;
> -* ) ac_must_keep_next=true ;;
> esac
1044,1046c1475
< ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
< # Get rid of the leading space.
< ac_sep=" "
---
> ac_configure_args="$ac_configure_args '$ac_arg'"
1057,1058c1486,1487
< # WARNING: Be sure not to use single quotes in there, as some shells,
< # such as our DU 5.0 friend, will then `close' the trap.
---
> # WARNING: Use '\'' to represent an apostrophe within the trap.
> # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1071c1500,1514
< {
---
> (
> for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
> eval ac_val=\$$ac_var
> case $ac_val in #(
> *${as_nl}*)
> case $ac_var in #(
> *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
> echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
> esac
> case $ac_var in #(
> _ | IFS | as_nl) ;; #(
> *) $as_unset $ac_var ;;
> esac ;;
> esac
> done
1073,1074c1516,1517
< case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
< *ac_space=\ *)
---
> case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
> *${as_nl}ac_space=\ *)
1076,1078c1519,1521
< "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
< s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
< ;;
---
> "s/'\''/'\''\\\\'\'''\''/g;
> s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
> ;; #(
1080,1081c1523
< sed -n \
< "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
---
> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1083,1084c1525,1527
< esac;
< }
---
> esac |
> sort
> )
1095,1096c1538,1542
< eval ac_val=$`echo $ac_var`
< echo "$ac_var='"'"'$ac_val'"'"'"
---
> eval ac_val=\$$ac_var
> case $ac_val in
> *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
> esac
> echo "$ac_var='\''$ac_val'\''"
1102,1104c1548,1550
< ## ------------- ##
< ## Output files. ##
< ## ------------- ##
---
> ## ------------------- ##
> ## File substitutions. ##
> ## ------------------- ##
1109,1110c1555,1559
< eval ac_val=$`echo $ac_var`
< echo "$ac_var='"'"'$ac_val'"'"'"
---
> eval ac_val=\$$ac_var
> case $ac_val in
> *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
> esac
> echo "$ac_var='\''$ac_val'\''"
1122c1571
< sed "/^$/d" confdefs.h | sort
---
> cat confdefs.h
1129,1130c1578,1579
< rm -f core core.* *.core &&
< rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
---
> rm -f core *.core core.conftest.* &&
> rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1132c1581
< ' 0
---
> ' 0
1139,1141c1588
< rm -rf conftest* confdefs.h
< # AIX cpp loses on an empty file, so make sure it contains at least a newline.
< echo >confdefs.h
---
> rm -f -r conftest* confdefs.h
1172,1177c1619,1625
< if test -z "$CONFIG_SITE"; then
< if test "x$prefix" != xNONE; then
< CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
< else
< CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
< fi
---
> if test -n "$CONFIG_SITE"; then
> set x "$CONFIG_SITE"
> elif test "x$prefix" != xNONE; then
> set x "$prefix/share/config.site" "$prefix/etc/config.site"
> else
> set x "$ac_default_prefix/share/config.site" \
> "$ac_default_prefix/etc/config.site"
1179c1627,1629
< for ac_site_file in $CONFIG_SITE; do
---
> shift
> for ac_site_file
> do
1195,1196c1645,1646
< [\\/]* | ?:[\\/]* ) . $cache_file;;
< *) . ./$cache_file;;
---
> [\\/]* | ?:[\\/]* ) . "$cache_file";;
> *) . "./$cache_file";;
1208,1209c1658
< for ac_var in `(set) 2>&1 |
< sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
---
> for ac_var in $ac_precious_vars; do
1212,1213c1661,1662
< eval ac_old_val="\$ac_cv_env_${ac_var}_value"
< eval ac_new_val="\$ac_env_${ac_var}_value"
---
> eval ac_old_val=\$ac_cv_env_${ac_var}_value
> eval ac_new_val=\$ac_env_${ac_var}_value
1226c1675
< { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
---
> { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1228c1677
< { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
---
> { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1230c1679
< { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
---
> { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1232c1681
< ac_cache_corrupted=:
---
> ac_cache_corrupted=:
1238,1239c1687
< *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
< ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
---
> *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1256,1260d1703
< ac_ext=c
< ac_cpp='$CPP $CPPFLAGS'
< ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
< ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
< ac_compiler_gnu=$ac_cv_c_compiler_gnu
1276a1720,1724
> ac_ext=c
> ac_cpp='$CPP $CPPFLAGS'
> ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
> ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
> ac_compiler_gnu=$ac_cv_c_compiler_gnu
1280d1727
<
1282,1283c1729,1730
< for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
< if test -f $ac_dir/install-sh; then
---
> for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
> if test -f "$ac_dir/install-sh"; then
1287c1734
< elif test -f $ac_dir/install.sh; then
---
> elif test -f "$ac_dir/install.sh"; then
1291c1738
< elif test -f $ac_dir/shtool; then
---
> elif test -f "$ac_dir/shtool"; then
1298,1299c1745,1746
< { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
< echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
---
> { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
> echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1302,1304d1748
< ac_config_guess="$SHELL $ac_aux_dir/config.guess"
< ac_config_sub="$SHELL $ac_aux_dir/config.sub"
< ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1305a1750,1758
> # These three variables are undocumented and unsupported,
> # and are intended to be withdrawn in a future Autoconf release.
> # They can cause serious problems if a builder's source tree is in a directory
> # whose full name contains unusual characters.
> ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
> ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
> ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
>
>
1307,1309c1760,1762
< $ac_config_sub sun4 >/dev/null 2>&1 ||
< { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
< echo "$as_me: error: cannot run $ac_config_sub" >&2;}
---
> $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
> { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
> echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1312,1313c1765,1766
< echo "$as_me:$LINENO: checking build system type" >&5
< echo $ECHO_N "checking build system type... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking build system type" >&5
> echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1317,1320c1770,1773
< ac_cv_build_alias=$build_alias
< test -z "$ac_cv_build_alias" &&
< ac_cv_build_alias=`$ac_config_guess`
< test -z "$ac_cv_build_alias" &&
---
> ac_build_alias=$build_alias
> test "x$ac_build_alias" = x &&
> ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
> test "x$ac_build_alias" = x &&
1324,1326c1777,1779
< ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
< echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
---
> ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1330,1331c1783,1790
< echo "$as_me:$LINENO: result: $ac_cv_build" >&5
< echo "${ECHO_T}$ac_cv_build" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
> echo "${ECHO_T}$ac_cv_build" >&6; }
> case $ac_cv_build in
> *-*-*) ;;
> *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
> echo "$as_me: error: invalid value of canonical build" >&2;}
> { (exit 1); exit 1; }; };;
> esac
1333,1335c1792,1802
< build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
< build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
< build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
---
> ac_save_IFS=$IFS; IFS='-'
> set x $ac_cv_build
> shift
> build_cpu=$1
> build_vendor=$2
> shift; shift
> # Remember, the first character of IFS is used to create $*,
> # except with old shells:
> build_os=$*
> IFS=$ac_save_IFS
> case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1338,1339c1805,1806
< echo "$as_me:$LINENO: checking host system type" >&5
< echo $ECHO_N "checking host system type... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking host system type" >&5
> echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1343,1348c1810,1815
< ac_cv_host_alias=$host_alias
< test -z "$ac_cv_host_alias" &&
< ac_cv_host_alias=$ac_cv_build_alias
< ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
< echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
---
> if test "x$host_alias" = x; then
> ac_cv_host=$ac_cv_build
> else
> ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1349a1817
> fi
1352,1353c1820,1827
< echo "$as_me:$LINENO: result: $ac_cv_host" >&5
< echo "${ECHO_T}$ac_cv_host" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
> echo "${ECHO_T}$ac_cv_host" >&6; }
> case $ac_cv_host in
> *-*-*) ;;
> *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
> echo "$as_me: error: invalid value of canonical host" >&2;}
> { (exit 1); exit 1; }; };;
> esac
1355,1357c1829,1839
< host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
< host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
< host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
---
> ac_save_IFS=$IFS; IFS='-'
> set x $ac_cv_host
> shift
> host_cpu=$1
> host_vendor=$2
> shift; shift
> # Remember, the first character of IFS is used to create $*,
> # except with old shells:
> host_os=$*
> IFS=$ac_save_IFS
> case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1360,1361c1842,1843
< echo "$as_me:$LINENO: checking target system type" >&5
< echo $ECHO_N "checking target system type... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking target system type" >&5
> echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
1365,1370c1847,1852
< ac_cv_target_alias=$target_alias
< test "x$ac_cv_target_alias" = "x" &&
< ac_cv_target_alias=$ac_cv_host_alias
< ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
< { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
< echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
---
> if test "x$target_alias" = x; then
> ac_cv_target=$ac_cv_host
> else
> ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
> { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
> echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
1371a1854
> fi
1374,1375c1857,1864
< echo "$as_me:$LINENO: result: $ac_cv_target" >&5
< echo "${ECHO_T}$ac_cv_target" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
> echo "${ECHO_T}$ac_cv_target" >&6; }
> case $ac_cv_target in
> *-*-*) ;;
> *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
> echo "$as_me: error: invalid value of canonical target" >&2;}
> { (exit 1); exit 1; }; };;
> esac
1377,1379c1866,1876
< target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
< target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
< target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
---
> ac_save_IFS=$IFS; IFS='-'
> set x $ac_cv_target
> shift
> target_cpu=$1
> target_vendor=$2
> shift; shift
> # Remember, the first character of IFS is used to create $*,
> # except with old shells:
> target_os=$*
> IFS=$ac_save_IFS
> case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1394c1891
< # Check whether --with-gcc or --without-gcc was given.
---
> # Check whether --with-gcc was given.
1396c1893,1894
< withval="$with_gcc"
---
> withval=$with_gcc;
> fi
1398d1895
< fi;
1413,1414c1910,1911
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1427c1924
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1433a1931
> IFS=$as_save_IFS
1440,1441c1938,1939
< echo "$as_me:$LINENO: result: $SHLICC2" >&5
< echo "${ECHO_T}$SHLICC2" >&6
---
> { echo "$as_me:$LINENO: result: $SHLICC2" >&5
> echo "${ECHO_T}$SHLICC2" >&6; }
1443,1444c1941,1942
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1446a1945
>
1466,1467c1965,1966
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1480c1979
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1486a1986
> IFS=$as_save_IFS
1492,1493c1992,1993
< echo "$as_me:$LINENO: result: $CC" >&5
< echo "${ECHO_T}$CC" >&6
---
> { echo "$as_me:$LINENO: result: $CC" >&5
> echo "${ECHO_T}$CC" >&6; }
1495,1496c1995,1996
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1498a1999
>
1504,1505c2005,2006
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1518c2019
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1524a2026
> IFS=$as_save_IFS
1530,1531c2032,2033
< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
< echo "${ECHO_T}$ac_ct_CC" >&6
---
> { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
> echo "${ECHO_T}$ac_ct_CC" >&6; }
1533,1534c2035,2036
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1537c2039,2053
< CC=$ac_ct_CC
---
> if test "x$ac_ct_CC" = x; then
> CC=""
> else
> case $cross_compiling:$ac_tool_warned in
> yes:)
> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&5
> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&2;}
> ac_tool_warned=yes ;;
> esac
> CC=$ac_ct_CC
> fi
1543,1544c2059,2060
< if test -n "$ac_tool_prefix"; then
< # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
---
> if test -n "$ac_tool_prefix"; then
> # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1546,1547c2062,2063
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1560c2076
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1566a2083
> IFS=$as_save_IFS
1572,1573c2089,2090
< echo "$as_me:$LINENO: result: $CC" >&5
< echo "${ECHO_T}$CC" >&6
---
> { echo "$as_me:$LINENO: result: $CC" >&5
> echo "${ECHO_T}$CC" >&6; }
1575,1576c2092,2093
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1579,1604d2095
< fi
< if test -z "$ac_cv_prog_CC"; then
< ac_ct_CC=$CC
< # Extract the first word of "cc", so it can be a program name with args.
< set dummy cc; ac_word=$2
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
< if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
< echo $ECHO_N "(cached) $ECHO_C" >&6
< else
< if test -n "$ac_ct_CC"; then
< ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
< else
< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
< for as_dir in $PATH
< do
< IFS=$as_save_IFS
< test -z "$as_dir" && as_dir=.
< for ac_exec_ext in '' $ac_executable_extensions; do
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
< ac_cv_prog_ac_ct_CC="cc"
< echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
< break 2
< fi
< done
< done
1605a2097
> fi
1607,1622d2098
< fi
< ac_ct_CC=$ac_cv_prog_ac_ct_CC
< if test -n "$ac_ct_CC"; then
< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
< echo "${ECHO_T}$ac_ct_CC" >&6
< else
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
< fi
<
< CC=$ac_ct_CC
< else
< CC="$ac_cv_prog_CC"
< fi
<
< fi
1626,1627c2102,2103
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1641c2117
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1651a2128
> IFS=$as_save_IFS
1669,1670c2146,2147
< echo "$as_me:$LINENO: result: $CC" >&5
< echo "${ECHO_T}$CC" >&6
---
> { echo "$as_me:$LINENO: result: $CC" >&5
> echo "${ECHO_T}$CC" >&6; }
1672,1673c2149,2150
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1675a2153
>
1679c2157
< for ac_prog in cl
---
> for ac_prog in cl.exe
1683,1684c2161,2162
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1697c2175
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1703a2182
> IFS=$as_save_IFS
1709,1710c2188,2189
< echo "$as_me:$LINENO: result: $CC" >&5
< echo "${ECHO_T}$CC" >&6
---
> { echo "$as_me:$LINENO: result: $CC" >&5
> echo "${ECHO_T}$CC" >&6; }
1712,1713c2191,2192
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1715a2195
>
1721c2201
< for ac_prog in cl
---
> for ac_prog in cl.exe
1725,1726c2205,2206
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1739c2219
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1745a2226
> IFS=$as_save_IFS
1751,1752c2232,2233
< echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
< echo "${ECHO_T}$ac_ct_CC" >&6
---
> { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
> echo "${ECHO_T}$ac_ct_CC" >&6; }
1754,1755c2235,2236
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
1757a2239
>
1761c2243,2257
< CC=$ac_ct_CC
---
> if test "x$ac_ct_CC" = x; then
> CC=""
> else
> case $cross_compiling:$ac_tool_warned in
> yes:)
> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&5
> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&2;}
> ac_tool_warned=yes ;;
> esac
> CC=$ac_ct_CC
> fi
1774,1775c2270
< echo "$as_me:$LINENO:" \
< "checking for C compiler version" >&5
---
> echo "$as_me:$LINENO: checking for C compiler version" >&5
1777,1778c2272,2278
< { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
< (eval $ac_compiler --version </dev/null >&5) 2>&5
---
> { (ac_try="$ac_compiler --version >&5"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compiler --version >&5") 2>&5
1782,1783c2282,2288
< { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
< (eval $ac_compiler -v </dev/null >&5) 2>&5
---
> { (ac_try="$ac_compiler -v >&5"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compiler -v >&5") 2>&5
1787,1788c2292,2298
< { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
< (eval $ac_compiler -V </dev/null >&5) 2>&5
---
> { (ac_try="$ac_compiler -V >&5"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compiler -V >&5") 2>&5
1794d2303
< #line $LINENO "configure"
1814,1815c2323,2324
< echo "$as_me:$LINENO: checking for C compiler default output" >&5
< echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
> echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
1817,1818c2326,2351
< if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
< (eval $ac_link_default) 2>&5
---
> #
> # List of possible output files, starting from the most likely.
> # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
> # only as a last resort. b.out is created by i960 compilers.
> ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
> #
> # The IRIX 6 linker writes into existing files which may not be
> # executable, retaining their permissions. Remove them first so a
> # subsequent execution test works.
> ac_rmfiles=
> for ac_file in $ac_files
> do
> case $ac_file in
> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
> * ) ac_rmfiles="$ac_rmfiles $ac_file";;
> esac
> done
> rm -f $ac_rmfiles
>
> if { (ac_try="$ac_link_default"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link_default") 2>&5
1822,1830c2355,2360
< # Find the output, starting from the most likely. This scheme is
< # not robust to junk in `.', hence go to wildcards (a.*) only as a last
< # resort.
<
< # Be careful to initialize this variable, since it used to be cached.
< # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
< ac_cv_exeext=
< # b.out is created by i960 compilers.
< for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
---
> # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
> # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
> # in a Makefile. We should not override ac_cv_exeext if it was cached,
> # so that the user can short-circuit this test for compilers unknown to
> # Autoconf.
> for ac_file in $ac_files ''
1834,1838c2364,2365
< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
< ;;
< conftest.$ac_ext )
< # This is the source file.
< ;;
---
> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
> ;;
1840,1842c2367,2369
< # We found the default executable, but exeext='' is most
< # certainly right.
< break;;
---
> # We found the default executable, but exeext='' is most
> # certainly right.
> break;;
1844,1849c2371,2380
< ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
< # FIXME: I believe we export ac_cv_exeext for Libtool,
< # but it would be cool to find out if it's true. Does anybody
< # maintain Libtool? --akim.
< export ac_cv_exeext
< break;;
---
> if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
> then :; else
> ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
> fi
> # We set ac_cv_exeext here because the later test for it is not
> # safe: cross compilers may not add the suffix if given an `-o'
> # argument, so we may need to know it at that point already.
> # Even if this section looks crufty: it has the advantage of
> # actually working.
> break;;
1851c2382
< break;;
---
> break;;
1853a2385,2386
> test "$ac_cv_exeext" = no && ac_cv_exeext=
>
1854a2388,2393
> ac_file=''
> fi
>
> { echo "$as_me:$LINENO: result: $ac_file" >&5
> echo "${ECHO_T}$ac_file" >&6; }
> if test -z "$ac_file"; then
1866,1867d2404
< echo "$as_me:$LINENO: result: $ac_file" >&5
< echo "${ECHO_T}$ac_file" >&6
1869c2406
< # Check the compiler produces executables we can run. If not, either
---
> # Check that the compiler produces executables we can run. If not, either
1871,1872c2408,2409
< echo "$as_me:$LINENO: checking whether the C compiler works" >&5
< echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
> echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
1877,1878c2414,2419
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
---
> { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
1897,1898c2438,2439
< echo "$as_me:$LINENO: result: yes" >&5
< echo "${ECHO_T}yes" >&6
---
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
1902c2443
< # Check the compiler produces executables we can run. If not, either
---
> # Check that the compiler produces executables we can run. If not, either
1904,1907c2445,2448
< echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
< echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
< echo "$as_me:$LINENO: result: $cross_compiling" >&5
< echo "${ECHO_T}$cross_compiling" >&6
---
> { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
> echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
> { echo "$as_me:$LINENO: result: $cross_compiling" >&5
> echo "${ECHO_T}$cross_compiling" >&6; }
1909,1912c2450,2458
< echo "$as_me:$LINENO: checking for suffix of executables" >&5
< echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> { echo "$as_me:$LINENO: checking for suffix of executables" >&5
> echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>&5
1923c2469
< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
---
> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1925,1926c2471
< export ac_cv_exeext
< break;;
---
> break;;
1939,1940c2484,2485
< echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
< echo "${ECHO_T}$ac_cv_exeext" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
> echo "${ECHO_T}$ac_cv_exeext" >&6; }
1945,1946c2490,2491
< echo "$as_me:$LINENO: checking for suffix of object files" >&5
< echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for suffix of object files" >&5
> echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
1951d2495
< #line $LINENO "configure"
1967,1968c2511,2517
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>&5
1972c2521,2522
< for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
---
> for ac_file in conftest.o conftest.obj conftest.*; do
> test -f "$ac_file" || continue;
1974c2524
< *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
---
> *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
1992,1993c2542,2543
< echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
< echo "${ECHO_T}$ac_cv_objext" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
> echo "${ECHO_T}$ac_cv_objext" >&6; }
1996,1997c2546,2547
< echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
< echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
> echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2002d2551
< #line $LINENO "configure"
2021,2022c2570,2576
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2023a2578,2580
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2025,2031c2582,2585
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2037c2591
< ac_compiler_gnu=no
---
> ac_compiler_gnu=no
2039c2593,2594
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043,2044c2598,2599
< echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
< echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
> echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2048,2050c2603,2604
< CFLAGS="-g"
< echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
< echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
> echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2054,2055c2608,2612
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
---
> ac_save_c_werror_flag=$ac_c_werror_flag
> ac_c_werror_flag=yes
> ac_cv_prog_cc_g=no
> CFLAGS="-g"
> cat >conftest.$ac_ext <<_ACEOF
2071,2072c2628,2634
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2073a2636,2638
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2075,2078c2640,2672
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_cv_prog_cc_g=yes
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> CFLAGS=""
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
>
> int
> main ()
> {
>
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2079a2674,2676
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2081c2678,2720
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> :
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_c_werror_flag=$ac_save_c_werror_flag
> CFLAGS="-g"
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
>
> int
> main ()
> {
>
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2087c2726
< ac_cv_prog_cc_g=no
---
>
2089c2728,2729
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091,2092c2731,2739
< echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
< echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> ac_c_werror_flag=$ac_save_c_werror_flag
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
> echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2108,2110c2755,2757
< echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
< echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
< if test "${ac_cv_prog_cc_stdc+set}" = set; then
---
> { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
> echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
> if test "${ac_cv_prog_cc_c89+set}" = set; then
2113c2760
< ac_cv_prog_cc_stdc=no
---
> ac_cv_prog_cc_c89=no
2116d2762
< #line $LINENO "configure"
2143a2790,2804
>
> /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
> function prototypes and stuff, but not '\xHH' hex character constants.
> These don't provoke an error unfortunately, instead are silently treated
> as 'x'. The following induces an error, until -std is added to get
> proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
> array size at least. It's necessary to write '\x00'==0 to get something
> that's true only with -std. */
> int osf4_cc_array ['\x00' == 0 ? 1 : -1];
>
> /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
> inside strings and character constants. */
> #define FOO(x) 'x'
> int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
>
2158,2165c2819,2820
< # Don't try gcc -ansi; that turns off useful extensions and
< # breaks some systems' header files.
< # AIX -qlanglvl=ansi
< # Ultrix and OSF/1 -std1
< # HP-UX 10.20 and later -Ae
< # HP-UX older versions -Aa -D_HPUX_SOURCE
< # SVR4 -Xc -D__EXTENSIONS__
< for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
---
> for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
> -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2169,2170c2824,2830
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2171a2832,2834
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2173,2181c2836,2840
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_prog_cc_stdc=$ac_arg
< break
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_cv_prog_cc_c89=$ac_arg
2185a2845
>
2187c2847,2849
< rm -f conftest.$ac_objext
---
>
> rm -f core conftest.err conftest.$ac_objext
> test "x$ac_cv_prog_cc_c89" != "xno" && break
2189c2851
< rm -f conftest.$ac_ext conftest.$ac_objext
---
> rm -f conftest.$ac_ext
2193,2197c2855,2862
<
< case "x$ac_cv_prog_cc_stdc" in
< x|xno)
< echo "$as_me:$LINENO: result: none needed" >&5
< echo "${ECHO_T}none needed" >&6 ;;
---
> # AC_CACHE_VAL
> case "x$ac_cv_prog_cc_c89" in
> x)
> { echo "$as_me:$LINENO: result: none needed" >&5
> echo "${ECHO_T}none needed" >&6; } ;;
> xno)
> { echo "$as_me:$LINENO: result: unsupported" >&5
> echo "${ECHO_T}unsupported" >&6; } ;;
2199,2201c2864,2866
< echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
< echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
< CC="$CC $ac_cv_prog_cc_stdc" ;;
---
> CC="$CC $ac_cv_prog_cc_c89"
> { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
> echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2204,2266d2868
< # Some people use a C++ compiler to compile C. Since we use `exit',
< # in C++ we need to declare it. In case someone uses the same compiler
< # for both compiling C and C++ we need to have the C++ compiler decide
< # the declaration of exit, since it's the most demanding environment.
< cat >conftest.$ac_ext <<_ACEOF
< #ifndef __cplusplus
< choke me
< #endif
< _ACEOF
< rm -f conftest.$ac_objext
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< for ac_declaration in \
< ''\
< '#include <stdlib.h>' \
< 'extern "C" void std::exit (int) throw (); using std::exit;' \
< 'extern "C" void std::exit (int); using std::exit;' \
< 'extern "C" void exit (int) throw ();' \
< 'extern "C" void exit (int);' \
< 'void exit (int);'
< do
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
< #include <stdlib.h>
< $ac_declaration
< int
< main ()
< {
< exit (42);
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< :
< else
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
2268,2319d2869
< continue
< fi
< rm -f conftest.$ac_objext conftest.$ac_ext
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
< $ac_declaration
< int
< main ()
< {
< exit (42);
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< break
< else
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
<
< fi
< rm -f conftest.$ac_objext conftest.$ac_ext
< done
< rm -f conftest*
< if test -n "$ac_declaration"; then
< echo '#ifdef __cplusplus' >>confdefs.h
< echo $ac_declaration >>confdefs.h
< echo '#endif' >>confdefs.h
< fi
<
< else
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
<
< fi
< rm -f conftest.$ac_objext conftest.$ac_ext
2331,2332c2881,2882
< echo "$as_me:$LINENO: checking gcc version" >&5
< echo $ECHO_N "checking gcc version... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking gcc version" >&5
> echo $ECHO_N "checking gcc version... $ECHO_C" >&6; }
2343,2344c2893,2894
< echo "$as_me:$LINENO: result: $ac_cv_lbl_gcc_vers" >&5
< echo "${ECHO_T}$ac_cv_lbl_gcc_vers" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_gcc_vers" >&5
> echo "${ECHO_T}$ac_cv_lbl_gcc_vers" >&6; }
2350,2351c2900,2901
< echo "$as_me:$LINENO: checking that $CC handles ansi prototypes" >&5
< echo $ECHO_N "checking that $CC handles ansi prototypes... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking that $CC handles ansi prototypes" >&5
> echo $ECHO_N "checking that $CC handles ansi prototypes... $ECHO_C" >&6; }
2357d2906
< #line $LINENO "configure"
2373,2374c2922,2928
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2375a2930,2932
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2377,2383c2934,2937
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2389c2943
< ac_cv_lbl_cc_ansi_prototypes=no
---
> ac_cv_lbl_cc_ansi_prototypes=no
2391c2945,2946
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2394,2395c2949,2950
< echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_ansi_prototypes" >&5
< echo "${ECHO_T}$ac_cv_lbl_cc_ansi_prototypes" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_ansi_prototypes" >&5
> echo "${ECHO_T}$ac_cv_lbl_cc_ansi_prototypes" >&6; }
2400,2401c2955,2956
< echo "$as_me:$LINENO: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
< echo $ECHO_N "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
> echo $ECHO_N "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)... $ECHO_C" >&6; }
2408d2962
< #line $LINENO "configure"
2424,2425c2978,2984
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2426a2986,2988
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2428,2434c2990,2993
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2440c2999
< ac_cv_lbl_cc_hpux_cc_aa=no
---
> ac_cv_lbl_cc_hpux_cc_aa=no
2442c3001,3002
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2445,2446c3005,3006
< echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_hpux_cc_aa" >&5
< echo "${ECHO_T}$ac_cv_lbl_cc_hpux_cc_aa" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_hpux_cc_aa" >&5
> echo "${ECHO_T}$ac_cv_lbl_cc_hpux_cc_aa" >&6; }
2482,2483c3042,3043
< echo "$as_me:$LINENO: checking that Ultrix $CC hacks const in prototypes" >&5
< echo $ECHO_N "checking that Ultrix $CC hacks const in prototypes... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking that Ultrix $CC hacks const in prototypes" >&5
> echo $ECHO_N "checking that Ultrix $CC hacks const in prototypes... $ECHO_C" >&6; }
2488d3047
< #line $LINENO "configure"
2505,2506c3064,3070
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2507a3072,3074
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2509,2515c3076,3079
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2521c3085
< ac_cv_lbl_cc_const_proto=no
---
> ac_cv_lbl_cc_const_proto=no
2523c3087,3088
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2526,2527c3091,3092
< echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_const_proto" >&5
< echo "${ECHO_T}$ac_cv_lbl_cc_const_proto" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_cc_const_proto" >&5
> echo "${ECHO_T}$ac_cv_lbl_cc_const_proto" >&6; }
2538,2539c3103,3104
< echo "$as_me:$LINENO: checking for inline" >&5
< echo $ECHO_N "checking for inline... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for inline" >&5
> echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
2551d3115
< #line $LINENO "configure"
2580,2581c3144,3150
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2582a3152,3154
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2584,2590c3156,3159
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2595a3165
>
2597c3167,3168
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2609,2610c3180,3181
< echo "$as_me:$LINENO: result: $ac_cv_lbl_inline" >&5
< echo "${ECHO_T}$ac_cv_lbl_inline" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_inline" >&5
> echo "${ECHO_T}$ac_cv_lbl_inline" >&6; }
2612,2613c3183,3184
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
2621,2622c3192,3193
< echo "$as_me:$LINENO: checking for __attribute__" >&5
< echo $ECHO_N "checking for __attribute__... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for __attribute__" >&5
> echo $ECHO_N "checking for __attribute__... $ECHO_C" >&6; }
2628d3198
< #line $LINENO "configure"
2653,2654c3223,3229
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2655a3231,3233
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2657,2663c3235,3238
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2669c3244
< ac_cv___attribute__=no
---
> ac_cv___attribute__=no
2671c3246,3247
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2684,2685c3260,3261
< echo "$as_me:$LINENO: result: $ac_cv___attribute__" >&5
< echo "${ECHO_T}$ac_cv___attribute__" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv___attribute__" >&5
> echo "${ECHO_T}$ac_cv___attribute__" >&6; }
2688,2689c3264,3265
< echo "$as_me:$LINENO: checking for u_int8_t using $CC" >&5
< echo $ECHO_N "checking for u_int8_t using $CC... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for u_int8_t using $CC" >&5
> echo $ECHO_N "checking for u_int8_t using $CC... $ECHO_C" >&6; }
2694d3269
< #line $LINENO "configure"
2716,2717c3291,3297
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2718a3299,3301
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2720,2726c3303,3306
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2732c3312
< ac_cv_lbl_have_u_int8_t=no
---
> ac_cv_lbl_have_u_int8_t=no
2734c3314,3315
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2737,2738c3318,3319
< echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int8_t" >&5
< echo "${ECHO_T}$ac_cv_lbl_have_u_int8_t" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int8_t" >&5
> echo "${ECHO_T}$ac_cv_lbl_have_u_int8_t" >&6; }
2746,2747c3327,3328
< echo "$as_me:$LINENO: checking for u_int16_t using $CC" >&5
< echo $ECHO_N "checking for u_int16_t using $CC... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for u_int16_t using $CC" >&5
> echo $ECHO_N "checking for u_int16_t using $CC... $ECHO_C" >&6; }
2752d3332
< #line $LINENO "configure"
2774,2775c3354,3360
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2776a3362,3364
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2778,2784c3366,3369
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2790c3375
< ac_cv_lbl_have_u_int16_t=no
---
> ac_cv_lbl_have_u_int16_t=no
2792c3377,3378
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2795,2796c3381,3382
< echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int16_t" >&5
< echo "${ECHO_T}$ac_cv_lbl_have_u_int16_t" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int16_t" >&5
> echo "${ECHO_T}$ac_cv_lbl_have_u_int16_t" >&6; }
2804,2805c3390,3391
< echo "$as_me:$LINENO: checking for u_int32_t using $CC" >&5
< echo $ECHO_N "checking for u_int32_t using $CC... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for u_int32_t using $CC" >&5
> echo $ECHO_N "checking for u_int32_t using $CC... $ECHO_C" >&6; }
2810d3395
< #line $LINENO "configure"
2832,2833c3417,3423
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
2834a3425,3427
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
2836,2842c3429,3432
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
2848c3438
< ac_cv_lbl_have_u_int32_t=no
---
> ac_cv_lbl_have_u_int32_t=no
2850c3440,3441
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2853,2854c3444,3445
< echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int32_t" >&5
< echo "${ECHO_T}$ac_cv_lbl_have_u_int32_t" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_have_u_int32_t" >&5
> echo "${ECHO_T}$ac_cv_lbl_have_u_int32_t" >&6; }
2868,2869c3459,3460
< echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
< echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
> echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
2891d3481
< #line $LINENO "configure"
2902c3492
< Syntax error
---
> Syntax error
2904,2905c3494,3500
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
2911,2920c3506,3509
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
2928a3518
>
2931c3521
< # OK, works on sane cases. Now check whether non-existent headers
---
> # OK, works on sane cases. Now check whether nonexistent headers
2934d3523
< #line $LINENO "configure"
2942,2943c3531,3537
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
2949,2958c3543,3546
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
2968a3557
>
2986,2987c3575,3576
< echo "$as_me:$LINENO: result: $CPP" >&5
< echo "${ECHO_T}$CPP" >&6
---
> { echo "$as_me:$LINENO: result: $CPP" >&5
> echo "${ECHO_T}$CPP" >&6; }
2998d3586
< #line $LINENO "configure"
3009c3597
< Syntax error
---
> Syntax error
3011,3012c3599,3605
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3018,3027c3611,3614
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
3035a3623
>
3038c3626
< # OK, works on sane cases. Now check whether non-existent headers
---
> # OK, works on sane cases. Now check whether nonexistent headers
3041d3628
< #line $LINENO "configure"
3049,3050c3636,3642
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3056,3065c3648,3651
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
3075a3662
>
3098,3100c3685,3687
< echo "$as_me:$LINENO: checking for egrep" >&5
< echo $ECHO_N "checking for egrep... $ECHO_C" >&6
< if test "${ac_cv_prog_egrep+set}" = set; then
---
> { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
> echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
> if test "${ac_cv_path_GREP+set}" = set; then
3103,3105c3690,3727
< if echo a | (grep -E '(a|b)') >/dev/null 2>&1
< then ac_cv_prog_egrep='grep -E'
< else ac_cv_prog_egrep='egrep'
---
> # Extract the first word of "grep ggrep" to use in msg output
> if test -z "$GREP"; then
> set dummy grep ggrep; ac_prog_name=$2
> if test "${ac_cv_path_GREP+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> ac_path_GREP_found=false
> # Loop through the user's path and test for each of PROGNAME-LIST
> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
> do
> IFS=$as_save_IFS
> test -z "$as_dir" && as_dir=.
> for ac_prog in grep ggrep; do
> for ac_exec_ext in '' $ac_executable_extensions; do
> ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
> { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
> # Check for GNU ac_path_GREP and select it if it is found.
> # Check for GNU $ac_path_GREP
> case `"$ac_path_GREP" --version 2>&1` in
> *GNU*)
> ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
> *)
> ac_count=0
> echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
> while :
> do
> cat "conftest.in" "conftest.in" >"conftest.tmp"
> mv "conftest.tmp" "conftest.in"
> cp "conftest.in" "conftest.nl"
> echo 'GREP' >> "conftest.nl"
> "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
> ac_count=`expr $ac_count + 1`
> if test $ac_count -gt ${ac_path_GREP_max-0}; then
> # Best one so far, save it but keep looking for a better one
> ac_cv_path_GREP="$ac_path_GREP"
> ac_path_GREP_max=$ac_count
3106a3729,3743
> # 10*(2^10) chars as input seems more than enough
> test $ac_count -gt 10 && break
> done
> rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
> esac
>
>
> $ac_path_GREP_found && break 3
> done
> done
>
> done
> IFS=$as_save_IFS
>
>
3108,3110d3744
< echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
< echo "${ECHO_T}$ac_cv_prog_egrep" >&6
< EGREP=$ac_cv_prog_egrep
3111a3746,3751
> GREP="$ac_cv_path_GREP"
> if test -z "$GREP"; then
> { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
> echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
> { (exit 1); exit 1; }; }
> fi
3113,3114c3753,3848
< echo "$as_me:$LINENO: checking for ANSI C header files" >&5
< echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
---
> else
> ac_cv_path_GREP=$GREP
> fi
>
>
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
> echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
> GREP="$ac_cv_path_GREP"
>
>
> { echo "$as_me:$LINENO: checking for egrep" >&5
> echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
> if test "${ac_cv_path_EGREP+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
> then ac_cv_path_EGREP="$GREP -E"
> else
> # Extract the first word of "egrep" to use in msg output
> if test -z "$EGREP"; then
> set dummy egrep; ac_prog_name=$2
> if test "${ac_cv_path_EGREP+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> ac_path_EGREP_found=false
> # Loop through the user's path and test for each of PROGNAME-LIST
> as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
> for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
> do
> IFS=$as_save_IFS
> test -z "$as_dir" && as_dir=.
> for ac_prog in egrep; do
> for ac_exec_ext in '' $ac_executable_extensions; do
> ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
> { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
> # Check for GNU ac_path_EGREP and select it if it is found.
> # Check for GNU $ac_path_EGREP
> case `"$ac_path_EGREP" --version 2>&1` in
> *GNU*)
> ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
> *)
> ac_count=0
> echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
> while :
> do
> cat "conftest.in" "conftest.in" >"conftest.tmp"
> mv "conftest.tmp" "conftest.in"
> cp "conftest.in" "conftest.nl"
> echo 'EGREP' >> "conftest.nl"
> "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
> diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
> ac_count=`expr $ac_count + 1`
> if test $ac_count -gt ${ac_path_EGREP_max-0}; then
> # Best one so far, save it but keep looking for a better one
> ac_cv_path_EGREP="$ac_path_EGREP"
> ac_path_EGREP_max=$ac_count
> fi
> # 10*(2^10) chars as input seems more than enough
> test $ac_count -gt 10 && break
> done
> rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
> esac
>
>
> $ac_path_EGREP_found && break 3
> done
> done
>
> done
> IFS=$as_save_IFS
>
>
> fi
>
> EGREP="$ac_cv_path_EGREP"
> if test -z "$EGREP"; then
> { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
> echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
> { (exit 1); exit 1; }; }
> fi
>
> else
> ac_cv_path_EGREP=$EGREP
> fi
>
>
> fi
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
> echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
> EGREP="$ac_cv_path_EGREP"
>
>
> { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
> echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
3119d3852
< #line $LINENO "configure"
3139,3140c3872,3878
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3141a3880,3882
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3143,3149c3884,3887
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3155c3893
< ac_cv_header_stdc=no
---
> ac_cv_header_stdc=no
3157d3894
< rm -f conftest.$ac_objext conftest.$ac_ext
3158a3896,3897
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
>
3162d3900
< #line $LINENO "configure"
3184d3921
< #line $LINENO "configure"
3209d3945
< #line $LINENO "configure"
3215a3952
> #include <stdlib.h>
3221,3223c3958,3960
< (('a' <= (c) && (c) <= 'i') \
< || ('j' <= (c) && (c) <= 'r') \
< || ('s' <= (c) && (c) <= 'z'))
---
> (('a' <= (c) && (c) <= 'i') \
> || ('j' <= (c) && (c) <= 'r') \
> || ('s' <= (c) && (c) <= 'z'))
3234,3236c3971,3973
< || toupper (i) != TOUPPER (i))
< exit(2);
< exit (0);
---
> || toupper (i) != TOUPPER (i))
> return 2;
> return 0;
3240,3241c3977,3983
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>&5
3245,3246c3987,3992
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
---
> { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
3259c4005
< rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
---
> rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3260a4007,4008
>
>
3263,3264c4011,4012
< echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
< echo "${ECHO_T}$ac_cv_header_stdc" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
> echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
3284c4032
< inttypes.h stdint.h unistd.h
---
> inttypes.h stdint.h unistd.h
3287,3289c4035,4037
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3293d4040
< #line $LINENO "configure"
3304,3305c4051,4057
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3306a4059,4061
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3308,3314c4063,4066
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3320c4072
< eval "$as_ac_Header=no"
---
> eval "$as_ac_Header=no"
3322c4074,4075
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3324,3325c4077,4079
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3339c4093,4094
< for ac_header in sys/ioccom.h sys/sockio.h limits.h
---
>
> for ac_header in sys/ioccom.h sys/sockio.h limits.h paths.h
3342,3345c4097,4100
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3348,3349c4103,4105
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3352,3353c4108,4109
< echo "$as_me:$LINENO: checking $ac_header usability" >&5
< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
3355d4110
< #line $LINENO "configure"
3365,3366c4120,4126
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3367a4128,4130
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3369,3375c4132,4135
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3381c4141
< ac_header_compiler=no
---
> ac_header_compiler=no
3383,3385d4142
< rm -f conftest.$ac_objext conftest.$ac_ext
< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
< echo "${ECHO_T}$ac_header_compiler" >&6
3386a4144,4147
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
> echo "${ECHO_T}$ac_header_compiler" >&6; }
>
3388,3389c4149,4150
< echo "$as_me:$LINENO: checking $ac_header presence" >&5
< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
3391d4151
< #line $LINENO "configure"
3399,3400c4159,4165
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3406,3415c4171,4174
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
3422a4182
>
3424,3425c4184,4185
< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
< echo "${ECHO_T}$ac_header_preproc" >&6
---
> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
> echo "${ECHO_T}$ac_header_preproc" >&6; }
3428,3429c4188,4189
< case $ac_header_compiler:$ac_header_preproc in
< yes:no )
---
> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
> yes:no: )
3432,3441c4192,4194
< { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
< echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
> echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
> ac_header_preproc=yes
3443c4196
< no:yes )
---
> no:yes:* )
3446,3447c4199,4204
< { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
< echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
> echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
> echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
> echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3450,3457c4207,4209
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
> echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
>
3460,3462c4212,4214
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3465c4217
< eval "$as_ac_Header=$ac_header_preproc"
---
> eval "$as_ac_Header=\$ac_header_preproc"
3467,3468c4219,4221
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3481c4234
< for ac_header in netinet/if_ether.h
---
> for ac_header in net/pfvar.h
3484,3486c4237,4239
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3490d4242
< #line $LINENO "configure"
3497a4250
> #include <net/if.h>
3502,3503c4255,4261
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3504a4263,4265
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3506,3509c4267,4320
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> eval "$as_ac_Header=yes"
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> eval "$as_ac_Header=no"
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> fi
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
> if test `eval echo '${'$as_ac_Header'}'` = yes; then
> cat >>confdefs.h <<_ACEOF
> #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
> _ACEOF
>
> fi
>
> done
>
>
> for ac_header in netinet/if_ether.h
> do
> as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
> #include <sys/types.h>
> #include <sys/socket.h>
>
> #include <$ac_header>
> _ACEOF
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3510a4322,4324
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3512c4326,4329
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3518c4335
< eval "$as_ac_Header=no"
---
> eval "$as_ac_Header=no"
3520c4337,4338
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3522,3523c4340,4342
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3548,3550c4367,4369
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
3554d4372
< #line $LINENO "configure"
3570,3571c4388,4394
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3572a4396,4398
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3574,3580c4400,4403
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3586c4409
< eval "$as_ac_Header=no"
---
> eval "$as_ac_Header=no"
3588c4411,4412
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3590,3591c4414,4416
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3604,3605c4429,4430
< echo "$as_me:$LINENO: checking for ANSI ioctl definitions" >&5
< echo $ECHO_N "checking for ANSI ioctl definitions... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for ANSI ioctl definitions" >&5
> echo $ECHO_N "checking for ANSI ioctl definitions... $ECHO_C" >&6; }
3610d4434
< #line $LINENO "configure"
3638,3639c4462,4468
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
3640a4470,4472
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3642,3648c4474,4477
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
3654c4483
< ac_cv_lbl_gcc_fixincludes=no
---
> ac_cv_lbl_gcc_fixincludes=no
3656c4485,4486
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3659,3660c4489,4490
< echo "$as_me:$LINENO: result: $ac_cv_lbl_gcc_fixincludes" >&5
< echo "${ECHO_T}$ac_cv_lbl_gcc_fixincludes" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_gcc_fixincludes" >&5
> echo "${ECHO_T}$ac_cv_lbl_gcc_fixincludes" >&6; }
3675,3677c4505,4507
< echo "$as_me:$LINENO: checking for $ac_func" >&5
< echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
< if eval "test \"\${$as_ac_var+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_func" >&5
> echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
> if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
3681d4510
< #line $LINENO "configure"
3686a4516,4519
> /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
> For example, HP-UX 11i <limits.h> declares gettimeofday. */
> #define $ac_func innocuous_$ac_func
>
3690a4524
>
3696c4530,4535
< /* Override any gcc2 internal prototype to avoid an error. */
---
>
> #undef $ac_func
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
3699d4537
< {
3701,3702d4538
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
3707c4543
< #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
---
> #if defined __stub_$ac_func || defined __stub___$ac_func
3709,3710d4544
< #else
< char (*f) () = $ac_func;
3712,3714d4545
< #ifdef __cplusplus
< }
< #endif
3719c4550
< return f != $ac_func;
---
> return $ac_func ();
3725,3726c4556,4562
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
3727a4564,4566
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3729,3735c4568,4572
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
3741c4578
< eval "$as_ac_var=no"
---
> eval "$as_ac_var=no"
3743c4580,4582
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
3745,3746c4584,4586
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_var'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3762,3764c4602,4604
< echo "$as_me:$LINENO: checking for $ac_func" >&5
< echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
< if eval "test \"\${$as_ac_var+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_func" >&5
> echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
> if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
3768d4607
< #line $LINENO "configure"
3773a4613,4616
> /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
> For example, HP-UX 11i <limits.h> declares gettimeofday. */
> #define $ac_func innocuous_$ac_func
>
3777a4621
>
3783c4627,4632
< /* Override any gcc2 internal prototype to avoid an error. */
---
>
> #undef $ac_func
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
3786d4634
< {
3788,3789d4635
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
3794c4640
< #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
---
> #if defined __stub_$ac_func || defined __stub___$ac_func
3796,3797d4641
< #else
< char (*f) () = $ac_func;
3799,3801d4642
< #ifdef __cplusplus
< }
< #endif
3806c4647
< return f != $ac_func;
---
> return $ac_func ();
3812,3813c4653,4659
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
3814a4661,4663
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3816,3822c4665,4669
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
3828c4675
< eval "$as_ac_var=no"
---
> eval "$as_ac_var=no"
3830c4677,4679
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
3832,3833c4681,4683
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_var'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
3845c4695,4700
< LIBOBJS="$LIBOBJS snprintf.$ac_objext"
---
> case " $LIBOBJS " in
> *" snprintf.$ac_objext "* ) ;;
> *) LIBOBJS="$LIBOBJS snprintf.$ac_objext"
> ;;
> esac
>
3857,3858c4712,4713
< echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
< echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
> echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
3863d4717
< ac_cv_search_gethostbyname=no
3865d4718
< #line $LINENO "configure"
3872c4725,4727
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
3876,3877d4730
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
3882c4735
< gethostbyname ();
---
> return gethostbyname ();
3887,3889c4740,4754
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> for ac_lib in '' nsl socket resolv; do
> if test -z "$ac_lib"; then
> ac_res="none required"
> else
> ac_res=-l$ac_lib
> LIBS="-l$ac_lib $ac_func_search_save_LIBS"
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
3890a4756,4758
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
3892,3899c4760,4765
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_gethostbyname="none required"
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_search_gethostbyname=$ac_res
3903a4770
>
3905,3915d4771
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< if test "$ac_cv_search_gethostbyname" = no; then
< for ac_lib in nsl socket resolv; do
< LIBS="-l$ac_lib $ac_func_search_save_LIBS"
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
3917,3945c4773,4780
< /* Override any gcc2 internal prototype to avoid an error. */
< #ifdef __cplusplus
< extern "C"
< #endif
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
< char gethostbyname ();
< int
< main ()
< {
< gethostbyname ();
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_gethostbyname="-l$ac_lib"
< break
---
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext
> if test "${ac_cv_search_gethostbyname+set}" = set; then
> break
> fi
> done
> if test "${ac_cv_search_gethostbyname+set}" = set; then
> :
3947,3949c4782
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
<
---
> ac_cv_search_gethostbyname=no
3951,3953c4784
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< done
< fi
---
> rm conftest.$ac_ext
3956,3959c4787,4791
< echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
< echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6
< if test "$ac_cv_search_gethostbyname" != no; then
< test "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS"
---
> { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
> echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
> ac_res=$ac_cv_search_gethostbyname
> if test "$ac_res" != no; then
> test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3967,3968c4799,4800
< echo "$as_me:$LINENO: checking for gethostbyname in -lsocket" >&5
< echo $ECHO_N "checking for gethostbyname in -lsocket... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for gethostbyname in -lsocket" >&5
> echo $ECHO_N "checking for gethostbyname in -lsocket... $ECHO_C" >&6; }
3975d4806
< #line $LINENO "configure"
3982c4813,4815
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
3986,3987d4818
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
3992c4823
< gethostbyname ();
---
> return gethostbyname ();
3998,3999c4829,4835
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4000a4837,4839
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4002,4008c4841,4845
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
4014c4851
< ac_cv_lib_socket_gethostbyname=no
---
> ac_cv_lib_socket_gethostbyname=no
4016c4853,4855
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
4019,4020c4858,4859
< echo "$as_me:$LINENO: result: $ac_cv_lib_socket_gethostbyname" >&5
< echo "${ECHO_T}$ac_cv_lib_socket_gethostbyname" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_gethostbyname" >&5
> echo "${ECHO_T}$ac_cv_lib_socket_gethostbyname" >&6; }
4026,4027c4865,4866
< echo "$as_me:$LINENO: checking for library containing socket" >&5
< echo $ECHO_N "checking for library containing socket... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for library containing socket" >&5
> echo $ECHO_N "checking for library containing socket... $ECHO_C" >&6; }
4032d4870
< ac_cv_search_socket=no
4034d4871
< #line $LINENO "configure"
4041c4878,4880
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
4045,4046d4883
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
4051c4888
< socket ();
---
> return socket ();
4056,4058c4893,4907
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> for ac_lib in '' socket; do
> if test -z "$ac_lib"; then
> ac_res="none required"
> else
> ac_res=-l$ac_lib
> LIBS="-l$ac_lib $ac_func_search_save_LIBS"
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4059a4909,4911
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4061,4068c4913,4918
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_socket="none required"
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_search_socket=$ac_res
4072a4923
>
4074,4084d4924
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< if test "$ac_cv_search_socket" = no; then
< for ac_lib in socket; do
< LIBS="-l$ac_lib $ac_func_search_save_LIBS"
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
4086,4114c4926,4933
< /* Override any gcc2 internal prototype to avoid an error. */
< #ifdef __cplusplus
< extern "C"
< #endif
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
< char socket ();
< int
< main ()
< {
< socket ();
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_socket="-l$ac_lib"
< break
---
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext
> if test "${ac_cv_search_socket+set}" = set; then
> break
> fi
> done
> if test "${ac_cv_search_socket+set}" = set; then
> :
4116,4118c4935
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
<
---
> ac_cv_search_socket=no
4120,4122c4937
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< done
< fi
---
> rm conftest.$ac_ext
4125,4128c4940,4944
< echo "$as_me:$LINENO: result: $ac_cv_search_socket" >&5
< echo "${ECHO_T}$ac_cv_search_socket" >&6
< if test "$ac_cv_search_socket" != no; then
< test "$ac_cv_search_socket" = "none required" || LIBS="$ac_cv_search_socket $LIBS"
---
> { echo "$as_me:$LINENO: result: $ac_cv_search_socket" >&5
> echo "${ECHO_T}$ac_cv_search_socket" >&6; }
> ac_res=$ac_cv_search_socket
> if test "$ac_res" != no; then
> test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4131,4132c4947,4948
< echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
< echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
> echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
4139d4954
< #line $LINENO "configure"
4146c4961,4963
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
4150,4151d4966
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
4156c4971
< socket ();
---
> return socket ();
4162,4163c4977,4983
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4164a4985,4987
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4166,4172c4989,4993
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
4178c4999
< ac_cv_lib_socket_socket=no
---
> ac_cv_lib_socket_socket=no
4180c5001,5003
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
4183,4184c5006,5007
< echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
< echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
> echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
4192,4193c5015,5016
< echo "$as_me:$LINENO: checking for library containing putmsg" >&5
< echo $ECHO_N "checking for library containing putmsg... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for library containing putmsg" >&5
> echo $ECHO_N "checking for library containing putmsg... $ECHO_C" >&6; }
4198d5020
< ac_cv_search_putmsg=no
4200d5021
< #line $LINENO "configure"
4207c5028,5030
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
4211,4212d5033
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
4217c5038
< putmsg ();
---
> return putmsg ();
4222,4224c5043,5057
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> for ac_lib in '' str; do
> if test -z "$ac_lib"; then
> ac_res="none required"
> else
> ac_res=-l$ac_lib
> LIBS="-l$ac_lib $ac_func_search_save_LIBS"
> fi
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4225a5059,5061
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4227,4234c5063,5068
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_putmsg="none required"
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_search_putmsg=$ac_res
4238a5073
>
4240,4250d5074
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< if test "$ac_cv_search_putmsg" = no; then
< for ac_lib in str; do
< LIBS="-l$ac_lib $ac_func_search_save_LIBS"
< cat >conftest.$ac_ext <<_ACEOF
< #line $LINENO "configure"
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
4252,4280c5076,5083
< /* Override any gcc2 internal prototype to avoid an error. */
< #ifdef __cplusplus
< extern "C"
< #endif
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
< char putmsg ();
< int
< main ()
< {
< putmsg ();
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext conftest$ac_exeext
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_search_putmsg="-l$ac_lib"
< break
---
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext
> if test "${ac_cv_search_putmsg+set}" = set; then
> break
> fi
> done
> if test "${ac_cv_search_putmsg+set}" = set; then
> :
4282,4284c5085
< echo "$as_me: failed program was:" >&5
< sed 's/^/| /' conftest.$ac_ext >&5
<
---
> ac_cv_search_putmsg=no
4286,4288c5087
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
< done
< fi
---
> rm conftest.$ac_ext
4291,4294c5090,5094
< echo "$as_me:$LINENO: result: $ac_cv_search_putmsg" >&5
< echo "${ECHO_T}$ac_cv_search_putmsg" >&6
< if test "$ac_cv_search_putmsg" != no; then
< test "$ac_cv_search_putmsg" = "none required" || LIBS="$ac_cv_search_putmsg $LIBS"
---
> { echo "$as_me:$LINENO: result: $ac_cv_search_putmsg" >&5
> echo "${ECHO_T}$ac_cv_search_putmsg" >&6; }
> ac_res=$ac_cv_search_putmsg
> if test "$ac_res" != no; then
> test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4315,4317c5115,5117
< echo "$as_me:$LINENO: checking for $ac_func" >&5
< echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
< if eval "test \"\${$as_ac_var+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_func" >&5
> echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
> if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
4321d5120
< #line $LINENO "configure"
4326a5126,5129
> /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
> For example, HP-UX 11i <limits.h> declares gettimeofday. */
> #define $ac_func innocuous_$ac_func
>
4330a5134
>
4336c5140,5145
< /* Override any gcc2 internal prototype to avoid an error. */
---
>
> #undef $ac_func
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
4339d5147
< {
4341,4342d5148
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
4347c5153
< #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
---
> #if defined __stub_$ac_func || defined __stub___$ac_func
4349,4350d5154
< #else
< char (*f) () = $ac_func;
4352,4354d5155
< #ifdef __cplusplus
< }
< #endif
4359c5160
< return f != $ac_func;
---
> return $ac_func ();
4365,4366c5166,5172
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4367a5174,5176
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4369,4375c5178,5182
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
4381c5188
< eval "$as_ac_var=no"
---
> eval "$as_ac_var=no"
4383c5190,5192
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
4385,4386c5194,5196
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_var'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
4403,4404c5213,5214
< echo "$as_me:$LINENO: checking whether ether_hostton is declared" >&5
< echo $ECHO_N "checking whether ether_hostton is declared... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether ether_hostton is declared" >&5
> echo $ECHO_N "checking whether ether_hostton is declared... $ECHO_C" >&6; }
4409d5218
< #line $LINENO "configure"
4430c5239
< char *p = (char *) ether_hostton;
---
> (void) ether_hostton;
4438,4439c5247,5253
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
4440a5255,5257
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4442,4448c5259,5262
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
4454c5268
< ac_cv_have_decl_ether_hostton=no
---
> ac_cv_have_decl_ether_hostton=no
4456c5270,5271
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4458,4459c5273,5274
< echo "$as_me:$LINENO: result: $ac_cv_have_decl_ether_hostton" >&5
< echo "${ECHO_T}$ac_cv_have_decl_ether_hostton" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ether_hostton" >&5
> echo "${ECHO_T}$ac_cv_have_decl_ether_hostton" >&6; }
4482,4485c5297,5300
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4488,4489c5303,5305
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
4492,4493c5308,5309
< echo "$as_me:$LINENO: checking $ac_header usability" >&5
< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
4495d5310
< #line $LINENO "configure"
4505,4506c5320,5326
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
4507a5328,5330
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4509,4515c5332,5335
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
4521c5341
< ac_header_compiler=no
---
> ac_header_compiler=no
4523,4525d5342
< rm -f conftest.$ac_objext conftest.$ac_ext
< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
< echo "${ECHO_T}$ac_header_compiler" >&6
4526a5344,5347
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
> echo "${ECHO_T}$ac_header_compiler" >&6; }
>
4528,4529c5349,5350
< echo "$as_me:$LINENO: checking $ac_header presence" >&5
< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
4531d5351
< #line $LINENO "configure"
4539,4540c5359,5365
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4546,4555c5371,5374
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
4562a5382
>
4564,4565c5384,5385
< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
< echo "${ECHO_T}$ac_header_preproc" >&6
---
> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
> echo "${ECHO_T}$ac_header_preproc" >&6; }
4568,4569c5388,5389
< case $ac_header_compiler:$ac_header_preproc in
< yes:no )
---
> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
> yes:no: )
4572,4581c5392,5394
< { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
< echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
> echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
> ac_header_preproc=yes
4583c5396
< no:yes )
---
> no:yes:* )
4586,4587c5399,5404
< { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
< echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
> echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
> echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
> echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4590,4597c5407,5409
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
> echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
>
4600,4602c5412,5414
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4605c5417
< eval "$as_ac_Header=$ac_header_preproc"
---
> eval "$as_ac_Header=\$ac_header_preproc"
4607,4608c5419,5421
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
4628,4629c5441,5442
< echo "$as_me:$LINENO: checking whether ether_hostton is declared" >&5
< echo $ECHO_N "checking whether ether_hostton is declared... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether ether_hostton is declared" >&5
> echo $ECHO_N "checking whether ether_hostton is declared... $ECHO_C" >&6; }
4634d5446
< #line $LINENO "configure"
4648c5460
< char *p = (char *) ether_hostton;
---
> (void) ether_hostton;
4656,4657c5468,5474
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
4658a5476,5478
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4660,4666c5480,5483
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
4672c5489
< ac_cv_have_decl_ether_hostton=no
---
> ac_cv_have_decl_ether_hostton=no
4674c5491,5492
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4676,4677c5494,5495
< echo "$as_me:$LINENO: result: $ac_cv_have_decl_ether_hostton" >&5
< echo "${ECHO_T}$ac_cv_have_decl_ether_hostton" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_have_decl_ether_hostton" >&5
> echo "${ECHO_T}$ac_cv_have_decl_ether_hostton" >&6; }
4698,4699c5516,5517
< echo "$as_me:$LINENO: checking for struct ether_addr" >&5
< echo $ECHO_N "checking for struct ether_addr... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for struct ether_addr" >&5
> echo $ECHO_N "checking for struct ether_addr... $ECHO_C" >&6; }
4704d5521
< #line $LINENO "configure"
4720a5538
> typedef struct ether_addr ac__type_new_;
4724c5542
< if ((struct ether_addr *) 0)
---
> if ((ac__type_new_ *) 0)
4726c5544
< if (sizeof (struct ether_addr))
---
> if (sizeof (ac__type_new_))
4733,4734c5551,5557
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
4735a5559,5561
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4737,4743c5563,5566
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
4749c5572
< ac_cv_type_struct_ether_addr=no
---
> ac_cv_type_struct_ether_addr=no
4751c5574,5575
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4753,4754c5577,5578
< echo "$as_me:$LINENO: result: $ac_cv_type_struct_ether_addr" >&5
< echo "${ECHO_T}$ac_cv_type_struct_ether_addr" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_type_struct_ether_addr" >&5
> echo "${ECHO_T}$ac_cv_type_struct_ether_addr" >&6; }
4778,4780c5602,5604
< echo "$as_me:$LINENO: checking if --disable-protochain option is specified" >&5
< echo $ECHO_N "checking if --disable-protochain option is specified... $ECHO_C" >&6
< # Check whether --enable-protochain or --disable-protochain was given.
---
> { echo "$as_me:$LINENO: checking if --disable-protochain option is specified" >&5
> echo $ECHO_N "checking if --disable-protochain option is specified... $ECHO_C" >&6; }
> # Check whether --enable-protochain was given.
4782c5606,5607
< enableval="$enable_protochain"
---
> enableval=$enable_protochain;
> fi
4784d5608
< fi;
4798,4799c5622,5623
< echo "$as_me:$LINENO: result: ${enable_protochain}" >&5
< echo "${ECHO_T}${enable_protochain}" >&6
---
> { echo "$as_me:$LINENO: result: ${enable_protochain}" >&5
> echo "${ECHO_T}${enable_protochain}" >&6; }
4807c5631
< # Check whether --with-pcap or --without-pcap was given.
---
> # Check whether --with-pcap was given.
4809c5633,5634
< withval="$with_pcap"
---
> withval=$with_pcap;
> fi
4811,4813c5636,5637
< fi;
< echo "$as_me:$LINENO: checking packet capture type" >&5
< echo $ECHO_N "checking packet capture type... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking packet capture type" >&5
> echo $ECHO_N "checking packet capture type... $ECHO_C" >&6; }
4815a5640,5649
> elif test -r /dev/bpf ; then
> #
> # Cloning BPF device.
> #
> V_PCAP=bpf
>
> cat >>confdefs.h <<\_ACEOF
> #define HAVE_CLONING_BPF 1
> _ACEOF
>
4848,4849c5682,5683
< echo "$as_me:$LINENO: result: $V_PCAP" >&5
< echo "${ECHO_T}$V_PCAP" >&6
---
> { echo "$as_me:$LINENO: result: $V_PCAP" >&5
> echo "${ECHO_T}$V_PCAP" >&6; }
4859,4860c5693,5694
< echo "$as_me:$LINENO: checking for getifaddrs" >&5
< echo $ECHO_N "checking for getifaddrs... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for getifaddrs" >&5
> echo $ECHO_N "checking for getifaddrs... $ECHO_C" >&6; }
4865d5698
< #line $LINENO "configure"
4870a5704,5707
> /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
> For example, HP-UX 11i <limits.h> declares gettimeofday. */
> #define getifaddrs innocuous_getifaddrs
>
4874a5712
>
4880c5718,5723
< /* Override any gcc2 internal prototype to avoid an error. */
---
>
> #undef getifaddrs
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
4883d5725
< {
4885,4886d5726
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
4891c5731
< #if defined (__stub_getifaddrs) || defined (__stub___getifaddrs)
---
> #if defined __stub_getifaddrs || defined __stub___getifaddrs
4893,4894d5732
< #else
< char (*f) () = getifaddrs;
4896,4898d5733
< #ifdef __cplusplus
< }
< #endif
4903c5738
< return f != getifaddrs;
---
> return getifaddrs ();
4909,4910c5744,5750
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
4911a5752,5754
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4913,4919c5756,5760
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
4925c5766
< ac_cv_func_getifaddrs=no
---
> ac_cv_func_getifaddrs=no
4927c5768,5770
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
4929,4930c5772,5773
< echo "$as_me:$LINENO: result: $ac_cv_func_getifaddrs" >&5
< echo "${ECHO_T}$ac_cv_func_getifaddrs" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_func_getifaddrs" >&5
> echo "${ECHO_T}$ac_cv_func_getifaddrs" >&6; }
4938,4939c5781,5782
< echo "$as_me:$LINENO: checking for ifaddrs.h" >&5
< echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5
> echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; }
4943,4944c5786,5787
< echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5
< echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5
> echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; }
4947,4948c5790,5791
< echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5
< echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5
> echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; }
4950d5792
< #line $LINENO "configure"
4960,4961c5802,5808
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
4962a5810,5812
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
4964,4970c5814,5817
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
4976c5823
< ac_header_compiler=no
---
> ac_header_compiler=no
4978,4980d5824
< rm -f conftest.$ac_objext conftest.$ac_ext
< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
< echo "${ECHO_T}$ac_header_compiler" >&6
4981a5826,5829
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
> echo "${ECHO_T}$ac_header_compiler" >&6; }
>
4983,4984c5831,5832
< echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5
< echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5
> echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; }
4986d5833
< #line $LINENO "configure"
4994,4995c5841,5847
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5001,5010c5853,5856
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
5017a5864
>
5019,5020c5866,5867
< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
< echo "${ECHO_T}$ac_header_preproc" >&6
---
> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
> echo "${ECHO_T}$ac_header_preproc" >&6; }
5023,5024c5870,5871
< case $ac_header_compiler:$ac_header_preproc in
< yes:no )
---
> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
> yes:no: )
5027,5036c5874,5876
< { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5
< echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;}
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5
> echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;}
> ac_header_preproc=yes
5038c5878
< no:yes )
---
> no:yes:* )
5041,5042c5881,5886
< { echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&5
< echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;}
---
> { echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&5
> echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;}
> { echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5
> echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;}
> { echo "$as_me:$LINENO: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&5
> echo "$as_me: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&2;}
5045,5052c5889,5891
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5
> echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;}
>
5055,5056c5894,5895
< echo "$as_me:$LINENO: checking for ifaddrs.h" >&5
< echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5
> echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; }
5062,5063c5901,5902
< echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5
< echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5
> echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; }
5111,5112c5950,5951
< echo "$as_me:$LINENO: checking whether we have SIOCGLIFCONF" >&5
< echo $ECHO_N "checking whether we have SIOCGLIFCONF... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether we have SIOCGLIFCONF" >&5
> echo $ECHO_N "checking whether we have SIOCGLIFCONF... $ECHO_C" >&6; }
5117d5955
< #line $LINENO "configure"
5137,5138c5975,5981
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
5139a5983,5985
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
5141,5147c5987,5990
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
5153c5996
< ac_cv_lbl_have_siocglifconf=no
---
> ac_cv_lbl_have_siocglifconf=no
5155c5998,5999
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5158,5159c6002,6003
< echo "$as_me:$LINENO: result: $ac_cv_lbl_have_siocglifconf" >&5
< echo "${ECHO_T}$ac_cv_lbl_have_siocglifconf" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_have_siocglifconf" >&5
> echo "${ECHO_T}$ac_cv_lbl_have_siocglifconf" >&6; }
5181,5183c6025,6027
< echo "$as_me:$LINENO: checking if --enable-ipv6 option is specified" >&5
< echo $ECHO_N "checking if --enable-ipv6 option is specified... $ECHO_C" >&6
< # Check whether --enable-ipv6 or --disable-ipv6 was given.
---
> { echo "$as_me:$LINENO: checking if --enable-ipv6 option is specified" >&5
> echo $ECHO_N "checking if --enable-ipv6 option is specified... $ECHO_C" >&6; }
> # Check whether --enable-ipv6 was given.
5185c6029,6030
< enableval="$enable_ipv6"
---
> enableval=$enable_ipv6;
> fi
5187d6031
< fi;
5195,5196c6039,6040
< echo "$as_me:$LINENO: result: ${enable_ipv6-no}" >&5
< echo "${ECHO_T}${enable_ipv6-no}" >&6
---
> { echo "$as_me:$LINENO: result: ${enable_ipv6-no}" >&5
> echo "${ECHO_T}${enable_ipv6-no}" >&6; }
5198,5200c6042,6044
< echo "$as_me:$LINENO: checking whether to build optimizer debugging code" >&5
< echo $ECHO_N "checking whether to build optimizer debugging code... $ECHO_C" >&6
< # Check whether --enable-optimizer-dbg or --disable-optimizer-dbg was given.
---
> { echo "$as_me:$LINENO: checking whether to build optimizer debugging code" >&5
> echo $ECHO_N "checking whether to build optimizer debugging code... $ECHO_C" >&6; }
> # Check whether --enable-optimizer-dbg was given.
5202c6046,6047
< enableval="$enable_optimizer_dbg"
---
> enableval=$enable_optimizer_dbg;
> fi
5204d6048
< fi;
5212,5213c6056,6057
< echo "$as_me:$LINENO: result: ${enable_optimizer_dbg-no}" >&5
< echo "${ECHO_T}${enable_optimizer_dbg-no}" >&6
---
> { echo "$as_me:$LINENO: result: ${enable_optimizer_dbg-no}" >&5
> echo "${ECHO_T}${enable_optimizer_dbg-no}" >&6; }
5215,5217c6059,6061
< echo "$as_me:$LINENO: checking whether to build parser debugging code" >&5
< echo $ECHO_N "checking whether to build parser debugging code... $ECHO_C" >&6
< # Check whether --enable-yydebug or --disable-yydebug was given.
---
> { echo "$as_me:$LINENO: checking whether to build parser debugging code" >&5
> echo $ECHO_N "checking whether to build parser debugging code... $ECHO_C" >&6; }
> # Check whether --enable-yydebug was given.
5219c6063,6064
< enableval="$enable_yydebug"
---
> enableval=$enable_yydebug;
> fi
5221d6065
< fi;
5229,5230c6073,6074
< echo "$as_me:$LINENO: result: ${enable_yydebug-no}" >&5
< echo "${ECHO_T}${enable_yydebug-no}" >&6
---
> { echo "$as_me:$LINENO: result: ${enable_yydebug-no}" >&5
> echo "${ECHO_T}${enable_yydebug-no}" >&6; }
5240,5243c6084,6087
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5246,5247c6090,6092
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
5250,5251c6095,6096
< echo "$as_me:$LINENO: checking $ac_header usability" >&5
< echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header usability" >&5
> echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5253d6097
< #line $LINENO "configure"
5263,5264c6107,6113
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
5265a6115,6117
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
5267,5273c6119,6122
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
5279c6128
< ac_header_compiler=no
---
> ac_header_compiler=no
5281,5283d6129
< rm -f conftest.$ac_objext conftest.$ac_ext
< echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
< echo "${ECHO_T}$ac_header_compiler" >&6
5284a6131,6134
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
> echo "${ECHO_T}$ac_header_compiler" >&6; }
>
5286,5287c6136,6137
< echo "$as_me:$LINENO: checking $ac_header presence" >&5
< echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking $ac_header presence" >&5
> echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5289d6138
< #line $LINENO "configure"
5297,5298c6146,6152
< if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
< (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
---
> if { (ac_try="$ac_cpp conftest.$ac_ext"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5304,5313c6158,6161
< (exit $ac_status); } >/dev/null; then
< if test -s conftest.err; then
< ac_cpp_err=$ac_c_preproc_warn_flag
< else
< ac_cpp_err=
< fi
< else
< ac_cpp_err=yes
< fi
< if test -z "$ac_cpp_err"; then
---
> (exit $ac_status); } >/dev/null && {
> test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
> test ! -s conftest.err
> }; then
5320a6169
>
5322,5323c6171,6172
< echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
< echo "${ECHO_T}$ac_header_preproc" >&6
---
> { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
> echo "${ECHO_T}$ac_header_preproc" >&6; }
5326,5327c6175,6176
< case $ac_header_compiler:$ac_header_preproc in
< yes:no )
---
> case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
> yes:no: )
5330,5339c6179,6181
< { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
< echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
> echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
> ac_header_preproc=yes
5341c6183
< no:yes )
---
> no:yes:* )
5344,5345c6186,6191
< { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
< echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
> echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
> echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
> { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
> echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5348,5355c6194,6196
< (
< cat <<\_ASBOX
< ## ------------------------------------ ##
< ## Report this to bug-autoconf@gnu.org. ##
< ## ------------------------------------ ##
< _ASBOX
< ) |
< sed "s/^/$as_me: WARNING: /" >&2
---
> { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
> echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
>
5358,5360c6199,6201
< echo "$as_me:$LINENO: checking for $ac_header" >&5
< echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
< if eval "test \"\${$as_ac_Header+set}\" = set"; then
---
> { echo "$as_me:$LINENO: checking for $ac_header" >&5
> echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
> if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5363c6204
< eval "$as_ac_Header=$ac_header_preproc"
---
> eval "$as_ac_Header=\$ac_header_preproc"
5365,5366c6206,6208
< echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
< echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
---
> ac_res=`eval echo '${'$as_ac_Header'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
5378,5379c6220,6221
< echo "$as_me:$LINENO: checking for /dev/dlpi device" >&5
< echo $ECHO_N "checking for /dev/dlpi device... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for /dev/dlpi device" >&5
> echo $ECHO_N "checking for /dev/dlpi device... $ECHO_C" >&6; }
5381,5382c6223,6224
< echo "$as_me:$LINENO: result: yes" >&5
< echo "${ECHO_T}yes" >&6
---
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
5389,5390c6231,6232
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
5392,5393c6234,6235
< echo "$as_me:$LINENO: checking for $dir directory" >&5
< echo $ECHO_N "checking for $dir directory... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $dir directory" >&5
> echo $ECHO_N "checking for $dir directory... $ECHO_C" >&6; }
5395,5396c6237,6238
< echo "$as_me:$LINENO: result: yes" >&5
< echo "${ECHO_T}yes" >&6
---
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
5403,5404c6245,6246
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
5410,5411c6252,6253
< echo "$as_me:$LINENO: checking Linux kernel version" >&5
< echo $ECHO_N "checking Linux kernel version... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking Linux kernel version" >&5
> echo $ECHO_N "checking Linux kernel version... $ECHO_C" >&6; }
5428,5429c6270,6271
< echo "$as_me:$LINENO: result: $ac_cv_linux_vers" >&5
< echo "${ECHO_T}$ac_cv_linux_vers" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_linux_vers" >&5
> echo "${ECHO_T}$ac_cv_linux_vers" >&6; }
5440,5441c6282,6283
< echo "$as_me:$LINENO: checking if if_packet.h has tpacket_stats defined" >&5
< echo $ECHO_N "checking if if_packet.h has tpacket_stats defined... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if if_packet.h has tpacket_stats defined" >&5
> echo $ECHO_N "checking if if_packet.h has tpacket_stats defined... $ECHO_C" >&6; }
5446d6287
< #line $LINENO "configure"
5463,5464c6304,6310
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
5465a6312,6314
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
5467,5473c6316,6319
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
5479c6325
< ac_cv_lbl_tpacket_stats=no
---
> ac_cv_lbl_tpacket_stats=no
5481c6327,6328
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5484,5485c6331,6332
< echo "$as_me:$LINENO: result: $ac_cv_lbl_tpacket_stats" >&5
< echo "${ECHO_T}$ac_cv_lbl_tpacket_stats" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_tpacket_stats" >&5
> echo "${ECHO_T}$ac_cv_lbl_tpacket_stats" >&6; }
5512,5513c6359,6360
< echo "$as_me:$LINENO: checking whether we have /proc/net/dev" >&5
< echo $ECHO_N "checking whether we have /proc/net/dev... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether we have /proc/net/dev" >&5
> echo $ECHO_N "checking whether we have /proc/net/dev... $ECHO_C" >&6; }
5526,5527c6373,6374
< echo "$as_me:$LINENO: result: $ac_cv_lbl_proc_net_dev" >&5
< echo "${ECHO_T}$ac_cv_lbl_proc_net_dev" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_proc_net_dev" >&5
> echo "${ECHO_T}$ac_cv_lbl_proc_net_dev" >&6; }
5531c6378
< # Check whether --with-dag or --without-dag was given.
---
> # Check whether --with-dag was given.
5533,5534c6380
< withval="$with_dag"
<
---
> withval=$with_dag;
5556c6402
< fi;
---
> fi
5559,5561d6404
< # Check whether --with-dag-includes or --without-dag-includes was given.
< if test "${with_dag_includes+set}" = set; then
< withval="$with_dag_includes"
5562a6406,6408
> # Check whether --with-dag-includes was given.
> if test "${with_dag_includes+set}" = set; then
> withval=$with_dag_includes;
5567c6413
< fi;
---
> fi
5570,5572d6415
< # Check whether --with-dag-libraries or --without-dag-libraries was given.
< if test "${with_dag_libraries+set}" = set; then
< withval="$with_dag_libraries"
5573a6417,6419
> # Check whether --with-dag-libraries was given.
> if test "${with_dag_libraries+set}" = set; then
> withval=$with_dag_libraries;
5578c6424
< fi;
---
> fi
5579a6426
>
5607,5608c6454,6455
< echo "$as_me:$LINENO: checking whether we have DAG API headers" >&5
< echo $ECHO_N "checking whether we have DAG API headers... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether we have DAG API headers" >&5
> echo $ECHO_N "checking whether we have DAG API headers... $ECHO_C" >&6; }
5630,5631c6477,6478
< echo "$as_me:$LINENO: result: $ac_cv_lbl_dag_api ($dag_include_dir)" >&5
< echo "${ECHO_T}$ac_cv_lbl_dag_api ($dag_include_dir)" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_dag_api ($dag_include_dir)" >&5
> echo "${ECHO_T}$ac_cv_lbl_dag_api ($dag_include_dir)" >&6; }
5636,5637c6483,6484
< echo "$as_me:$LINENO: checking dagapi.o" >&5
< echo $ECHO_N "checking dagapi.o... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking dagapi.o" >&5
> echo $ECHO_N "checking dagapi.o... $ECHO_C" >&6; }
5649a6497,6501
> else
> ar x $dag_lib_dir/libdag.a libdag_la-dagapi.o
> if test -r ./libdag_la-dagapi.o; then
> dagapi_obj=./libdag_la-dagapi.o
> fi
5654,5655c6506,6507
< echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&5
< echo "${ECHO_T}no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&6
---
> { echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&5
> echo "${ECHO_T}no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&6; }
5658,5659c6510,6511
< echo "$as_me:$LINENO: result: yes ($dagapi_obj)" >&5
< echo "${ECHO_T}yes ($dagapi_obj)" >&6
---
> { echo "$as_me:$LINENO: result: yes ($dagapi_obj)" >&5
> echo "${ECHO_T}yes ($dagapi_obj)" >&6; }
5665,5666c6517,6518
< echo "$as_me:$LINENO: checking dagopts.o" >&5
< echo $ECHO_N "checking dagopts.o... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking dagopts.o" >&5
> echo $ECHO_N "checking dagopts.o... $ECHO_C" >&6; }
5678a6531,6535
> else
> ar x $dag_lib_dir/libdag.a libdag_la-dagopts.o
> if test -r ./libdag_la-dagopts.o; then
> dagopts_obj=./libdag_la-dagopts.o
> fi
5683,5684c6540,6541
< echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&5
< echo "${ECHO_T}no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&6
---
> { echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&5
> echo "${ECHO_T}no (checked $dag_lib_dir $dag_tools_dir $dag_lib_dir/libdag.a)" >&6; }
5687,5688c6544,6545
< echo "$as_me:$LINENO: result: yes ($dagopts_obj)" >&5
< echo "${ECHO_T}yes ($dagopts_obj)" >&6
---
> { echo "$as_me:$LINENO: result: yes ($dagopts_obj)" >&5
> echo "${ECHO_T}yes ($dagopts_obj)" >&6; }
5695,5696c6552,6553
< echo "$as_me:$LINENO: checking dagreg.o" >&5
< echo $ECHO_N "checking dagreg.o... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking dagreg.o" >&5
> echo $ECHO_N "checking dagreg.o... $ECHO_C" >&6; }
5705a6563,6567
> else
> ar x $dag_lib_dir/libdag.a libdag_la-dagreg.o
> if test -r ./libdag_la-dagreg.o; then
> dagreg_obj=./libdag_la-dagreg.o
> fi
5710,5711c6572,6573
< echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_lib_dir/libdag.a)" >&5
< echo "${ECHO_T}no (checked $dag_lib_dir $dag_lib_dir/libdag.a)" >&6
---
> { echo "$as_me:$LINENO: result: no (checked $dag_lib_dir $dag_lib_dir/libdag.a)" >&5
> echo "${ECHO_T}no (checked $dag_lib_dir $dag_lib_dir/libdag.a)" >&6; }
5714,5715c6576,6577
< echo "$as_me:$LINENO: result: yes ($dagreg_obj)" >&5
< echo "${ECHO_T}yes ($dagreg_obj)" >&6
---
> { echo "$as_me:$LINENO: result: yes ($dagreg_obj)" >&5
> echo "${ECHO_T}yes ($dagreg_obj)" >&6; }
5732,5733c6594,6595
< echo "$as_me:$LINENO: checking for dag_attach_stream in -ldag" >&5
< echo $ECHO_N "checking for dag_attach_stream in -ldag... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for dag_attach_stream in -ldag" >&5
> echo $ECHO_N "checking for dag_attach_stream in -ldag... $ECHO_C" >&6; }
5740d6601
< #line $LINENO "configure"
5747c6608,6610
< /* Override any gcc2 internal prototype to avoid an error. */
---
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
5751,5752d6613
< /* We use char because int might match the return type of a gcc2
< builtin and then its argument prototype would still apply. */
5757c6618
< dag_attach_stream ();
---
> return dag_attach_stream ();
5763,5764c6624,6630
< if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
< (eval $ac_link) 2>&5
---
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
5765a6632,6634
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
5767,5773c6636,6640
< (exit $ac_status); } &&
< { ac_try='test -s conftest$ac_exeext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
5779c6646
< ac_cv_lib_dag_dag_attach_stream=no
---
> ac_cv_lib_dag_dag_attach_stream=no
5781c6648,6650
< rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
5784,5785c6653,6654
< echo "$as_me:$LINENO: result: $ac_cv_lib_dag_dag_attach_stream" >&5
< echo "${ECHO_T}$ac_cv_lib_dag_dag_attach_stream" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lib_dag_dag_attach_stream" >&5
> echo "${ECHO_T}$ac_cv_lib_dag_dag_attach_stream" >&6; }
5791a6661,6731
> { echo "$as_me:$LINENO: checking for dag_get_erf_types in -ldag" >&5
> echo $ECHO_N "checking for dag_get_erf_types in -ldag... $ECHO_C" >&6; }
> if test "${ac_cv_lib_dag_dag_get_erf_types+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> ac_check_lib_save_LIBS=$LIBS
> LIBS="-ldag $LIBS"
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
> #ifdef __cplusplus
> extern "C"
> #endif
> char dag_get_erf_types ();
> int
> main ()
> {
> return dag_get_erf_types ();
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_lib_dag_dag_get_erf_types=yes
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_lib_dag_dag_get_erf_types=no
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
> LIBS=$ac_check_lib_save_LIBS
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_lib_dag_dag_get_erf_types" >&5
> echo "${ECHO_T}$ac_cv_lib_dag_dag_get_erf_types" >&6; }
> if test $ac_cv_lib_dag_dag_get_erf_types = yes; then
>
>
> cat >>confdefs.h <<\_ACEOF
> #define HAVE_DAG_GET_ERF_TYPES 1
> _ACEOF
>
>
> fi
>
5799a6740
> DAGLIBS="-ldag"
5803,5804c6744,6745
< echo "$as_me:$LINENO: checking the DAG API version" >&5
< echo $ECHO_N "checking the DAG API version... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking the DAG API version" >&5
> echo $ECHO_N "checking the DAG API version... $ECHO_C" >&6; }
5808,5809c6749,6750
< echo "$as_me:$LINENO: result: $dag_version" >&5
< echo "${ECHO_T}$dag_version" >&6
---
> { echo "$as_me:$LINENO: result: $dag_version" >&5
> echo "${ECHO_T}$dag_version" >&6; }
5835c6776
< # Check whether --with-septel or --without-septel was given.
---
> # Check whether --with-septel was given.
5837,5838c6778
< withval="$with_septel"
<
---
> withval=$with_septel;
5859c6799,6800
< fi;
---
> fi
>
5886,5887c6827,6828
< echo "$as_me:$LINENO: checking whether we have Septel API" >&5
< echo $ECHO_N "checking whether we have Septel API... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking whether we have Septel API" >&5
> echo $ECHO_N "checking whether we have Septel API... $ECHO_C" >&6; }
5911,5912c6852,6853
< echo "$as_me:$LINENO: result: $ac_cv_lbl_septel_api" >&5
< echo "${ECHO_T}$ac_cv_lbl_septel_api" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_septel_api" >&5
> echo "${ECHO_T}$ac_cv_lbl_septel_api" >&6; }
5936c6877
< # Check whether --with-flex or --without-flex was given.
---
> # Check whether --with-flex was given.
5938c6879,6880
< withval="$with_flex"
---
> withval=$with_flex;
> fi
5940d6881
< fi;
5942c6883
< # Check whether --with-bison or --without-bison was given.
---
> # Check whether --with-bison was given.
5944c6885,6886
< withval="$with_bison"
---
> withval=$with_bison;
> fi
5946d6887
< fi;
5954,5955c6895,6896
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5968c6909
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974a6916
> IFS=$as_save_IFS
5980,5981c6922,6923
< echo "$as_me:$LINENO: result: $V_LEX" >&5
< echo "${ECHO_T}$V_LEX" >&6
---
> { echo "$as_me:$LINENO: result: $V_LEX" >&5
> echo "${ECHO_T}$V_LEX" >&6; }
5983,5984c6925,6926
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
5986a6929
>
5994,5995c6937,6938
< echo "$as_me:$LINENO: checking for flex 2.4 or higher" >&5
< echo $ECHO_N "checking for flex 2.4 or higher... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for flex 2.4 or higher" >&5
> echo $ECHO_N "checking for flex 2.4 or higher... $ECHO_C" >&6; }
6006,6007c6949,6950
< echo "$as_me:$LINENO: result: $ac_cv_lbl_flex_v24" >&5
< echo "${ECHO_T}$ac_cv_lbl_flex_v24" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_flex_v24" >&5
> echo "${ECHO_T}$ac_cv_lbl_flex_v24" >&6; }
6022,6023c6965,6966
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6036c6979
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6042a6986
> IFS=$as_save_IFS
6048,6049c6992,6993
< echo "$as_me:$LINENO: result: $V_YACC" >&5
< echo "${ECHO_T}$V_YACC" >&6
---
> { echo "$as_me:$LINENO: result: $V_YACC" >&5
> echo "${ECHO_T}$V_YACC" >&6; }
6051,6052c6995,6996
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
6054a6999
>
6076,6077c7021,7022
< echo "$as_me:$LINENO: checking for capable lex" >&5
< echo $ECHO_N "checking for capable lex... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for capable lex" >&5
> echo $ECHO_N "checking for capable lex... $ECHO_C" >&6; }
6087,6088c7032,7033
< echo "$as_me:$LINENO: result: $tcpdump_cv_capable_lex" >&5
< echo "${ECHO_T}$tcpdump_cv_capable_lex" >&6
---
> { echo "$as_me:$LINENO: result: $tcpdump_cv_capable_lex" >&5
> echo "${ECHO_T}$tcpdump_cv_capable_lex" >&6; }
6136,6137c7081,7082
< echo "$as_me:$LINENO: checking if SINIX compiler defines sinix" >&5
< echo $ECHO_N "checking if SINIX compiler defines sinix... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if SINIX compiler defines sinix" >&5
> echo $ECHO_N "checking if SINIX compiler defines sinix... $ECHO_C" >&6; }
6142d7086
< #line $LINENO "configure"
6158,6159c7102,7108
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
6160a7110,7112
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
6162,6168c7114,7117
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
6174c7123
< ac_cv_cc_sinix_defined=no
---
> ac_cv_cc_sinix_defined=no
6176c7125,7126
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6179,6180c7129,7130
< echo "$as_me:$LINENO: result: $ac_cv_cc_sinix_defined" >&5
< echo "${ECHO_T}$ac_cv_cc_sinix_defined" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_cc_sinix_defined" >&5
> echo "${ECHO_T}$ac_cv_cc_sinix_defined" >&6; }
6201a7152,7156
>
> linux*)
> V_CCOPT="$V_CCOPT -fPIC"
> ;;
>
6207,6208c7162,7163
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6221c7176
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227a7183
> IFS=$as_save_IFS
6233,6234c7189,7190
< echo "$as_me:$LINENO: result: $RANLIB" >&5
< echo "${ECHO_T}$RANLIB" >&6
---
> { echo "$as_me:$LINENO: result: $RANLIB" >&5
> echo "${ECHO_T}$RANLIB" >&6; }
6236,6237c7192,7193
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
6239a7196
>
6245,6246c7202,7203
< echo "$as_me:$LINENO: checking for $ac_word" >&5
< echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for $ac_word" >&5
> echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6259c7216
< if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
---
> if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265a7223
> IFS=$as_save_IFS
6267d7224
< test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6272,6273c7229,7230
< echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
< echo "${ECHO_T}$ac_ct_RANLIB" >&6
---
> { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
> echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6275,6276c7232,7233
< echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6
---
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
6279c7236,7250
< RANLIB=$ac_ct_RANLIB
---
> if test "x$ac_ct_RANLIB" = x; then
> RANLIB=":"
> else
> case $cross_compiling:$ac_tool_warned in
> yes:)
> { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&5
> echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
> whose name does not start with the host triplet. If you think this
> configuration is useful to you, please write to autoconf@gnu.org." >&2;}
> ac_tool_warned=yes ;;
> esac
> RANLIB=$ac_ct_RANLIB
> fi
6326,6327c7297,7298
< echo "$as_me:$LINENO: checking if sockaddr struct has sa_len member" >&5
< echo $ECHO_N "checking if sockaddr struct has sa_len member... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if sockaddr struct has sa_len member" >&5
> echo $ECHO_N "checking if sockaddr struct has sa_len member... $ECHO_C" >&6; }
6332d7302
< #line $LINENO "configure"
6350,6351c7320,7326
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
6352a7328,7330
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
6354,6360c7332,7335
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
6366c7341
< ac_cv_lbl_sockaddr_has_sa_len=no
---
> ac_cv_lbl_sockaddr_has_sa_len=no
6368c7343,7344
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6371,6372c7347,7348
< echo "$as_me:$LINENO: result: $ac_cv_lbl_sockaddr_has_sa_len" >&5
< echo "${ECHO_T}$ac_cv_lbl_sockaddr_has_sa_len" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_sockaddr_has_sa_len" >&5
> echo "${ECHO_T}$ac_cv_lbl_sockaddr_has_sa_len" >&6; }
6381,6382c7357,7358
< echo "$as_me:$LINENO: checking if sockaddr_storage struct exists" >&5
< echo $ECHO_N "checking if sockaddr_storage struct exists... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if sockaddr_storage struct exists" >&5
> echo $ECHO_N "checking if sockaddr_storage struct exists... $ECHO_C" >&6; }
6387d7362
< #line $LINENO "configure"
6405,6406c7380,7386
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
6407a7388,7390
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
6409,6415c7392,7395
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
6421c7401
< ac_cv_lbl_has_sockaddr_storage=no
---
> ac_cv_lbl_has_sockaddr_storage=no
6423c7403,7404
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6426,6427c7407,7408
< echo "$as_me:$LINENO: result: $ac_cv_lbl_has_sockaddr_storage" >&5
< echo "${ECHO_T}$ac_cv_lbl_has_sockaddr_storage" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_has_sockaddr_storage" >&5
> echo "${ECHO_T}$ac_cv_lbl_has_sockaddr_storage" >&6; }
6436,6437c7417,7418
< echo "$as_me:$LINENO: checking if dl_hp_ppa_info_t struct has dl_module_id_1 member" >&5
< echo $ECHO_N "checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if dl_hp_ppa_info_t struct has dl_module_id_1 member" >&5
> echo $ECHO_N "checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... $ECHO_C" >&6; }
6442d7422
< #line $LINENO "configure"
6461,6462c7441,7447
< if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
< (eval $ac_compile) 2>&5
---
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
6463a7449,7451
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
6465,6471c7453,7456
< (exit $ac_status); } &&
< { ac_try='test -s conftest.$ac_objext'
< { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
< (eval $ac_try) 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
6477c7462
< ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1=no
---
> ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1=no
6479c7464,7465
< rm -f conftest.$ac_objext conftest.$ac_ext
---
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6482,6483c7468,7469
< echo "$as_me:$LINENO: result: $ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1" >&5
< echo "${ECHO_T}$ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1" >&5
> echo "${ECHO_T}$ac_cv_lbl_dl_hp_ppa_info_t_has_dl_module_id_1" >&6; }
6492,6493c7478,7479
< echo "$as_me:$LINENO: checking if unaligned accesses fail" >&5
< echo $ECHO_N "checking if unaligned accesses fail... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking if unaligned accesses fail" >&5
> echo $ECHO_N "checking if unaligned accesses fail... $ECHO_C" >&6; }
6579,6580c7565,7566
< echo "$as_me:$LINENO: result: $ac_cv_lbl_unaligned_fail" >&5
< echo "${ECHO_T}$ac_cv_lbl_unaligned_fail" >&6
---
> { echo "$as_me:$LINENO: result: $ac_cv_lbl_unaligned_fail" >&5
> echo "${ECHO_T}$ac_cv_lbl_unaligned_fail" >&6; }
6613a7600
>
6624a7612
> # OS/2's system install, which has a completely different semantic
6626,6627c7614,7615
< echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
< echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
---
> { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
> echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6640a7629
> ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6648,6661c7637,7650
< if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
< if test $ac_prog = install &&
< grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
< # AIX install. It has an incompatible calling convention.
< :
< elif test $ac_prog = install &&
< grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
< # program-specific install script used by HP pwplus--don't use.
< :
< else
< ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
< break 3
< fi
< fi
---
> if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
> if test $ac_prog = install &&
> grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
> # AIX install. It has an incompatible calling convention.
> :
> elif test $ac_prog = install &&
> grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
> # program-specific install script used by HP pwplus--don't use.
> :
> else
> ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
> break 3
> fi
> fi
6666a7656
> IFS=$as_save_IFS
6673,6674c7663,7664
< # As a last resort, use the slow shell script. We don't cache a
< # path for INSTALL within a source directory, because that will
---
> # As a last resort, use the slow shell script. Don't cache a
> # value for INSTALL within a source directory, because that will
6676c7666
< # removed, or if the path is relative.
---
> # removed, or if the value is a relative name.
6680,6681c7670,7671
< echo "$as_me:$LINENO: result: $INSTALL" >&5
< echo "${ECHO_T}$INSTALL" >&6
---
> { echo "$as_me:$LINENO: result: $INSTALL" >&5
> echo "${ECHO_T}$INSTALL" >&6; }
6692c7682
< ac_config_headers="$ac_config_headers config.h"
---
> ac_config_headers="$ac_config_headers config.h"
6695c7685,7686
< ac_config_files="$ac_config_files Makefile"
---
> ac_config_files="$ac_config_files Makefile"
>
6714c7705
< # So, don't put newlines in cache variables' values.
---
> # So, we kill variables containing newlines.
6717c7708,7723
< {
---
> (
> for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
> eval ac_val=\$$ac_var
> case $ac_val in #(
> *${as_nl}*)
> case $ac_var in #(
> *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
> echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
> esac
> case $ac_var in #(
> _ | IFS | as_nl) ;; #(
> *) $as_unset $ac_var ;;
> esac ;;
> esac
> done
>
6719,6720c7725,7726
< case `(ac_space=' '; set | grep ac_space) 2>&1` in
< *ac_space=\ *)
---
> case $as_nl`(ac_space=' '; set) 2>&1` in #(
> *${as_nl}ac_space=\ *)
6724,6726c7730,7732
< "s/'/'\\\\''/g;
< s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
< ;;
---
> "s/'/'\\\\''/g;
> s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
> ;; #(
6729,6730c7735
< sed -n \
< "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
---
> sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6732,6733c7737,7739
< esac;
< } |
---
> esac |
> sort
> ) |
6734a7741
> /^ac_cv_env_/b end
6736c7743
< : clear
---
> :clear
6739,6743c7746,7752
< /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
< : end' >>confcache
< if diff $cache_file confcache >/dev/null 2>&1; then :; else
< if test -w $cache_file; then
< test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
---
> s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
> :end' >>confcache
> if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
> if test -w "$cache_file"; then
> test "x$cache_file" != "x/dev/null" &&
> { echo "$as_me:$LINENO: updating cache $cache_file" >&5
> echo "$as_me: updating cache $cache_file" >&6;}
6746c7755,7756
< echo "not updating unwritable cache $cache_file"
---
> { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
> echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6755,6769d7764
< # VPATH may cause trouble with some makes, so we remove $(srcdir),
< # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
< # trailing colons and then remove the whole line if VPATH becomes empty
< # (actually we leave an empty line to preserve line numbers).
< if test "x$srcdir" = x.; then
< ac_vpsub='/^[ ]*VPATH[ ]*=/{
< s/:*\$(srcdir):*/:/;
< s/:*\${srcdir}:*/:/;
< s/:*@srcdir@:*/:/;
< s/^\([^=]*=[ ]*\):*/\1/;
< s/:*$//;
< s/^[^=]*=[ ]*$//;
< }'
< fi
<
6776,6780c7771,7776
< ac_i=`echo "$ac_i" |
< sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
< # 2. Add them.
< ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
< ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
---
> ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
> ac_i=`echo "$ac_i" | sed "$ac_script"`
> # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
> # will be set to the directory where LIBOBJS objects are built.
> ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
> ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
6811c7807,7808
< # Be Bourne compatible
---
> # Be more Bourne compatible
> DUALCASE=1; export DUALCASE # for MKS sh
6818,6819c7815,7820
< elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
< set -o posix
---
> setopt NO_GLOB_SUBST
> else
> case `(set -o) 2>/dev/null` in
> *posix*) set -o posix ;;
> esac
>
6821a7823,7846
>
>
>
> # PATH needs CR
> # Avoid depending upon Character Ranges.
> as_cr_letters='abcdefghijklmnopqrstuvwxyz'
> as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
> as_cr_Letters=$as_cr_letters$as_cr_LETTERS
> as_cr_digits='0123456789'
> as_cr_alnum=$as_cr_Letters$as_cr_digits
>
> # The user is always right.
> if test "${PATH_SEPARATOR+set}" != set; then
> echo "#! /bin/sh" >conf$$.sh
> echo "exit 0" >>conf$$.sh
> chmod +x conf$$.sh
> if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
> PATH_SEPARATOR=';'
> else
> PATH_SEPARATOR=:
> fi
> rm -f conf$$.sh
> fi
>
6823c7848
< if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
---
> if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6829a7855,7887
> # IFS
> # We need space, tab and new line, in precisely that order. Quoting is
> # there to prevent editors from complaining about space-tab.
> # (If _AS_PATH_WALK were called with IFS unset, it would disable word
> # splitting by setting IFS to empty value.)
> as_nl='
> '
> IFS=" "" $as_nl"
>
> # Find who we are. Look in the path if we contain no directory separator.
> case $0 in
> *[\\/]* ) as_myself=$0 ;;
> *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
> for as_dir in $PATH
> do
> IFS=$as_save_IFS
> test -z "$as_dir" && as_dir=.
> test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
> done
> IFS=$as_save_IFS
>
> ;;
> esac
> # We did not find ourselves, most probably we were run as `sh COMMAND'
> # in which case we are not to be found in the path.
> if test "x$as_myself" = x; then
> as_myself=$0
> fi
> if test ! -f "$as_myself"; then
> echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
> { (exit 1); exit 1; }
> fi
>
6831c7889,7891
< $as_unset ENV MAIL MAILPATH
---
> for as_var in ENV MAIL MAILPATH
> do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
> done
6842c7902
< if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
---
> if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6845c7905
< $as_unset $as_var
---
> ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
6850c7910,7911
< if expr a : '\(a\)' >/dev/null 2>&1; then
---
> if expr a : '\(a\)' >/dev/null 2>&1 &&
> test "X`expr 00001 : '.*\(...\)'`" = X001; then
6856c7917
< if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
---
> if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6864c7925
< as_me=`$as_basename "$0" ||
---
> as_me=`$as_basename -- "$0" ||
6867,6868c7928
< X"$0" : 'X\(/\)$' \| \
< . : '\(.\)' 2>/dev/null ||
---
> X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6870,6873c7930,7942
< sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
< /^X\/\(\/\/\)$/{ s//\1/; q; }
< /^X\/\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
---
> sed '/^.*\/\([^/][^/]*\)\/*$/{
> s//\1/
> q
> }
> /^X\/\(\/\/\)$/{
> s//\1/
> q
> }
> /^X\/\(\/\).*/{
> s//\1/
> q
> }
> s/.*/./; q'`
6874a7944,7945
> # CDPATH.
> $as_unset CDPATH
6876,6882d7946
< # PATH needs CR, and LINENO needs CR and PATH.
< # Avoid depending upon Character Ranges.
< as_cr_letters='abcdefghijklmnopqrstuvwxyz'
< as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
< as_cr_Letters=$as_cr_letters$as_cr_LETTERS
< as_cr_digits='0123456789'
< as_cr_alnum=$as_cr_Letters$as_cr_digits
6884,6895d7947
< # The user is always right.
< if test "${PATH_SEPARATOR+set}" != set; then
< echo "#! /bin/sh" >conf$$.sh
< echo "exit 0" >>conf$$.sh
< chmod +x conf$$.sh
< if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
< PATH_SEPARATOR=';'
< else
< PATH_SEPARATOR=:
< fi
< rm -f conf$$.sh
< fi
6897d7948
<
6900d7950
< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6902,6913c7952
< test "x$as_lineno_3" = "x$as_lineno_2" || {
< # Find who we are. Look in the path if we contain no path at all
< # relative or not.
< case $0 in
< *[\\/]* ) as_myself=$0 ;;
< *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
< for as_dir in $PATH
< do
< IFS=$as_save_IFS
< test -z "$as_dir" && as_dir=.
< test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
< done
---
> test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
6915,6954d7953
< ;;
< esac
< # We did not find ourselves, most probably we were run as `sh COMMAND'
< # in which case we are not to be found in the path.
< if test "x$as_myself" = x; then
< as_myself=$0
< fi
< if test ! -f "$as_myself"; then
< { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
< echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
< { (exit 1); exit 1; }; }
< fi
< case $CONFIG_SHELL in
< '')
< as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
< for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
< do
< IFS=$as_save_IFS
< test -z "$as_dir" && as_dir=.
< for as_base in sh bash ksh sh5; do
< case $as_dir in
< /*)
< if ("$as_dir/$as_base" -c '
< as_lineno_1=$LINENO
< as_lineno_2=$LINENO
< as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
< test "x$as_lineno_1" != "x$as_lineno_2" &&
< test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
< $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
< $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
< CONFIG_SHELL=$as_dir/$as_base
< export CONFIG_SHELL
< exec "$CONFIG_SHELL" "$0" ${1+"$@"}
< fi;;
< esac
< done
< done
< ;;
< esac
<
6957,6960c7956,7960
< # line-number line before each line; the second 'sed' does the real
< # work. The second script uses 'N' to pair each line-number line
< # with the numbered line, and appends trailing '-' during
< # substitution so that $LINENO is not a special case at line end.
---
> # line-number line after each line using $LINENO; the second 'sed'
> # does the real work. The second script uses 'N' to pair each
> # line-number line with the line containing $LINENO, and appends
> # trailing '-' during substitution so that $LINENO is not a special
> # case at line end.
6962,6963c7962,7967
< # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
< sed '=' <$as_myself |
---
> # scripts with optimization help from Paolo Bonzini. Blame Lee
> # E. McMahon (1931-1989) for sed's syntax. :-)
> sed -n '
> p
> /[$]LINENO/=
> ' <$as_myself |
6964a7969,7972
> s/[$]LINENO.*/&-/
> t lineno
> b
> :lineno
6966,6968c7974,7975
< s,$,-,
< : loop
< s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
---
> :loop
> s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
6970,6971c7977
< s,-$,,
< s,^['$as_cr_digits']*\n,,
---
> s/-\n.*//
6973,6975c7979,7980
< chmod +x $as_me.lineno ||
< { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
< echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
---
> chmod +x "$as_me.lineno" ||
> { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
6980,6981c7985,7986
< # original and so on. Autoconf is especially sensible to this).
< . ./$as_me.lineno
---
> # original and so on. Autoconf is especially sensitive to this).
> . "./$as_me.lineno"
6987,6991c7992,8006
< case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
< *c*,-n*) ECHO_N= ECHO_C='
< ' ECHO_T=' ' ;;
< *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
< *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
---
> if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
> as_dirname=dirname
> else
> as_dirname=false
> fi
>
> ECHO_C= ECHO_N= ECHO_T=
> case `echo -n x` in
> -n*)
> case `echo 'x\c'` in
> *c*) ECHO_T=' ';; # ECHO_T is single tab character.
> *) ECHO_C='\c';;
> esac;;
> *)
> ECHO_N='-n';;
6994c8009,8010
< if expr a : '\(a\)' >/dev/null 2>&1; then
---
> if expr a : '\(a\)' >/dev/null 2>&1 &&
> test "X`expr 00001 : '.*\(...\)'`" = X001; then
7000a8017,8022
> if test -d conf$$.dir; then
> rm -f conf$$.dir/conf$$.file
> else
> rm -f conf$$.dir
> mkdir conf$$.dir
> fi
7003,7006c8025,8030
< # We could just check for DJGPP; but this test a) works b) is more generic
< # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
< if test -f conf$$.exe; then
< # Don't use ln at all; we don't have any links
---
> as_ln_s='ln -s'
> # ... but there are two gotchas:
> # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
> # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
> # In both cases, we have to default to `cp -p'.
> ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
7008,7010d8031
< else
< as_ln_s='ln -s'
< fi
7016c8037,8038
< rm -f conf$$ conf$$.exe conf$$.file
---
> rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
> rmdir conf$$.dir 2>/dev/null
7020a8043
> test -d ./-p && rmdir ./-p
7024c8047,8068
< as_executable_p="test -f"
---
> if test -x / >/dev/null 2>&1; then
> as_test_x='test -x'
> else
> if ls -dL / >/dev/null 2>&1; then
> as_ls_L_option=L
> else
> as_ls_L_option=
> fi
> as_test_x='
> eval sh -c '\''
> if test -d "$1"; then
> test -d "$1/.";
> else
> case $1 in
> -*)set "./$1";;
> esac;
> case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
> ???[sx]*):;;*)false;;esac;fi
> '\'' sh
> '
> fi
> as_executable_p=$as_test_x
7027c8071
< as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
---
> as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7030c8074
< as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
---
> as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7033,7041d8076
< # IFS
< # We need space, tab and new line, in precisely that order.
< as_nl='
< '
< IFS=" $as_nl"
<
< # CDPATH.
< $as_unset CDPATH
<
7044c8079
< # Open the log real soon, to keep \$[0] and so on meaningful, and to
---
> # Save the log message, to keep $[0] and so on meaningful, and to
7046,7055c8081,8082
< # values after options handling. Logging --version etc. is OK.
< exec 5>>config.log
< {
< echo
< sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
< ## Running $as_me. ##
< _ASBOX
< } >&5
< cat >&5 <<_CSEOF
<
---
> # values after options handling.
> ac_log="
7057c8084
< generated by GNU Autoconf 2.57. Invocation command line was
---
> generated by GNU Autoconf 2.61. Invocation command line was
7065,7067c8092,8094
< _CSEOF
< echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
< echo >&5
---
> on `(hostname || uname -n) 2>/dev/null | sed 1q`
> "
>
7069a8097
> cat >>$CONFIG_STATUS <<_ACEOF
7071,7073c8099,8100
< if test -n "$ac_config_files"; then
< echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
< fi
---
> config_files="$ac_config_files"
> config_headers="$ac_config_headers"
7075,7077c8102
< if test -n "$ac_config_headers"; then
< echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
< fi
---
> _ACEOF
7079,7086d8103
< if test -n "$ac_config_links"; then
< echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
< fi
<
< if test -n "$ac_config_commands"; then
< echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
< fi
<
7088d8104
<
7096c8112
< -V, --version print version number, then exit
---
> -V, --version print version number and configuration settings, then exit
7101c8117
< instantiate the configuration file FILE
---
> instantiate the configuration file FILE
7103c8119
< instantiate the configuration header FILE
---
> instantiate the configuration header FILE
7112d8127
< _ACEOF
7113a8129
> _ACEOF
7117,7118c8133,8134
< configured by $0, generated by GNU Autoconf 2.57,
< with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
---
> configured by $0, generated by GNU Autoconf 2.61,
> with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
7120,7121c8136
< Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
< Free Software Foundation, Inc.
---
> Copyright (C) 2006 Free Software Foundation, Inc.
7124,7125c8139,8142
< srcdir=$srcdir
< INSTALL="$INSTALL"
---
>
> ac_pwd='$ac_pwd'
> srcdir='$srcdir'
> INSTALL='$INSTALL'
7136,7137c8153,8154
< ac_option=`expr "x$1" : 'x\([^=]*\)='`
< ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
---
> ac_option=`expr "X$1" : 'X\([^=]*\)='`
> ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
7140c8157
< -*)
---
> *)
7145,7148d8161
< *) # This is not an option, so the user has probably given explicit
< # arguments.
< ac_option=$1
< ac_need_defaults=false;;
7153,7154d8165
< _ACEOF
< cat >>$CONFIG_STATUS <<\_ACEOF
7157,7168c8168,8170
< --version | --vers* | -V )
< echo "$ac_cs_version"; exit 0 ;;
< --he | --h)
< # Conflict between --help and --header
< { { echo "$as_me:$LINENO: error: ambiguous option: $1
< Try \`$0 --help' for more information." >&5
< echo "$as_me: error: ambiguous option: $1
< Try \`$0 --help' for more information." >&2;}
< { (exit 1); exit 1; }; };;
< --help | --hel | -h )
< echo "$ac_cs_usage"; exit 0 ;;
< --debug | --d* | -d )
---
> --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
> echo "$ac_cs_version"; exit ;;
> --debug | --debu | --deb | --de | --d | -d )
7177a8180,8186
> --he | --h)
> # Conflict between --help and --header
> { echo "$as_me: error: ambiguous option: $1
> Try \`$0 --help' for more information." >&2
> { (exit 1); exit 1; }; };;
> --help | --hel | -h )
> echo "$ac_cs_usage"; exit ;;
7183,7186c8192,8193
< -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
< Try \`$0 --help' for more information." >&5
< echo "$as_me: error: unrecognized option: $1
< Try \`$0 --help' for more information." >&2;}
---
> -*) { echo "$as_me: error: unrecognized option: $1
> Try \`$0 --help' for more information." >&2
7189c8196,8197
< *) ac_config_targets="$ac_config_targets $1" ;;
---
> *) ac_config_targets="$ac_config_targets $1"
> ac_need_defaults=false ;;
7205,7206c8213,8216
< echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
< exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
---
> echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
> CONFIG_SHELL=$SHELL
> export CONFIG_SHELL
> exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7209a8220,8228
> cat >>$CONFIG_STATUS <<\_ACEOF
> exec 5>>config.log
> {
> echo
> sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
> ## Running $as_me. ##
> _ASBOX
> echo "$ac_log"
> } >&5
7210a8230,8232
> _ACEOF
> cat >>$CONFIG_STATUS <<_ACEOF
> _ACEOF
7212,7214d8233
<
<
<
7215a8235,8236
>
> # Handling of arguments.
7218,7221c8239,8242
< case "$ac_config_target" in
< # Handling of arguments.
< "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
< "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
---
> case $ac_config_target in
> "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
> "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
>
7227a8249
>
7238c8260
< # simply because there is no reason to put it here, and in addition,
---
> # simply because there is no reason against having it here, and in addition,
7240c8262,8264
< # Create a temporary directory, and hook for its removal unless debugging.
---
> # Hook for its removal unless debugging.
> # Note that there is a small window in which the directory will not be cleaned:
> # after its creation but before its name has been assigned to `$tmp'.
7243c8267,8270
< trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
---
> tmp=
> trap 'exit_status=$?
> { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
> ' 0
7246d8272
<
7250c8276
< tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
---
> tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
7254,7255c8280,8281
< tmp=./confstat$$-$RANDOM
< (umask 077 && mkdir $tmp)
---
> tmp=./conf$$-$RANDOM
> (umask 077 && mkdir "$tmp")
7262,7265d8287
< _ACEOF
<
< cat >>$CONFIG_STATUS <<_ACEOF
<
7267c8289
< # CONFIG_FILES section.
---
> # Set up the sed scripts for CONFIG_FILES section.
7272,7346c8294
< if test -n "\$CONFIG_FILES"; then
< # Protect against being on the right side of a sed subst in config.status.
< sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
< s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
< s,@SHELL@,$SHELL,;t t
< s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
< s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
< s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
< s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
< s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
< s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
< s,@exec_prefix@,$exec_prefix,;t t
< s,@prefix@,$prefix,;t t
< s,@program_transform_name@,$program_transform_name,;t t
< s,@bindir@,$bindir,;t t
< s,@sbindir@,$sbindir,;t t
< s,@libexecdir@,$libexecdir,;t t
< s,@datadir@,$datadir,;t t
< s,@sysconfdir@,$sysconfdir,;t t
< s,@sharedstatedir@,$sharedstatedir,;t t
< s,@localstatedir@,$localstatedir,;t t
< s,@libdir@,$libdir,;t t
< s,@includedir@,$includedir,;t t
< s,@oldincludedir@,$oldincludedir,;t t
< s,@infodir@,$infodir,;t t
< s,@mandir@,$mandir,;t t
< s,@build_alias@,$build_alias,;t t
< s,@host_alias@,$host_alias,;t t
< s,@target_alias@,$target_alias,;t t
< s,@DEFS@,$DEFS,;t t
< s,@ECHO_C@,$ECHO_C,;t t
< s,@ECHO_N@,$ECHO_N,;t t
< s,@ECHO_T@,$ECHO_T,;t t
< s,@LIBS@,$LIBS,;t t
< s,@build@,$build,;t t
< s,@build_cpu@,$build_cpu,;t t
< s,@build_vendor@,$build_vendor,;t t
< s,@build_os@,$build_os,;t t
< s,@host@,$host,;t t
< s,@host_cpu@,$host_cpu,;t t
< s,@host_vendor@,$host_vendor,;t t
< s,@host_os@,$host_os,;t t
< s,@target@,$target,;t t
< s,@target_cpu@,$target_cpu,;t t
< s,@target_vendor@,$target_vendor,;t t
< s,@target_os@,$target_os,;t t
< s,@SHLICC2@,$SHLICC2,;t t
< s,@CC@,$CC,;t t
< s,@CFLAGS@,$CFLAGS,;t t
< s,@LDFLAGS@,$LDFLAGS,;t t
< s,@CPPFLAGS@,$CPPFLAGS,;t t
< s,@ac_ct_CC@,$ac_ct_CC,;t t
< s,@EXEEXT@,$EXEEXT,;t t
< s,@OBJEXT@,$OBJEXT,;t t
< s,@CPP@,$CPP,;t t
< s,@EGREP@,$EGREP,;t t
< s,@LIBOBJS@,$LIBOBJS,;t t
< s,@V_LEX@,$V_LEX,;t t
< s,@V_YACC@,$V_YACC,;t t
< s,@RANLIB@,$RANLIB,;t t
< s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
< s,@V_CCOPT@,$V_CCOPT,;t t
< s,@V_DEFS@,$V_DEFS,;t t
< s,@V_INCLS@,$V_INCLS,;t t
< s,@V_LIBS@,$V_LIBS,;t t
< s,@V_PCAP@,$V_PCAP,;t t
< s,@V_FINDALLDEVS@,$V_FINDALLDEVS,;t t
< s,@V_RANLIB@,$V_RANLIB,;t t
< s,@SSRC@,$SSRC,;t t
< s,@DYEXT@,$DYEXT,;t t
< s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
< s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
< s,@INSTALL_DATA@,$INSTALL_DATA,;t t
< s,@LTLIBOBJS@,$LTLIBOBJS,;t t
< CEOF
---
> if test -n "$CONFIG_FILES"; then
7350,7385c8298,8390
< cat >>$CONFIG_STATUS <<\_ACEOF
< # Split the substitutions into bite-sized pieces for seds with
< # small command number limits, like on Digital OSF/1 and HP-UX.
< ac_max_sed_lines=48
< ac_sed_frag=1 # Number of current file.
< ac_beg=1 # First line for current file.
< ac_end=$ac_max_sed_lines # Line after last line for current file.
< ac_more_lines=:
< ac_sed_cmds=
< while $ac_more_lines; do
< if test $ac_beg -gt 1; then
< sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
< else
< sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
< fi
< if test ! -s $tmp/subs.frag; then
< ac_more_lines=false
< else
< # The purpose of the label and of the branching condition is to
< # speed up the sed processing (if there are no `@' at all, there
< # is no need to browse any of the substitutions).
< # These are the two extra sed commands mentioned above.
< (echo ':t
< /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
< if test -z "$ac_sed_cmds"; then
< ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
< else
< ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
< fi
< ac_sed_frag=`expr $ac_sed_frag + 1`
< ac_beg=$ac_end
< ac_end=`expr $ac_end + $ac_max_sed_lines`
< fi
< done
< if test -z "$ac_sed_cmds"; then
< ac_sed_cmds=cat
---
>
>
> ac_delim='%!_!# '
> for ac_last_try in false false false false false :; do
> cat >conf$$subs.sed <<_ACEOF
> SHELL!$SHELL$ac_delim
> PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
> PACKAGE_NAME!$PACKAGE_NAME$ac_delim
> PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
> PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
> PACKAGE_STRING!$PACKAGE_STRING$ac_delim
> PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
> exec_prefix!$exec_prefix$ac_delim
> prefix!$prefix$ac_delim
> program_transform_name!$program_transform_name$ac_delim
> bindir!$bindir$ac_delim
> sbindir!$sbindir$ac_delim
> libexecdir!$libexecdir$ac_delim
> datarootdir!$datarootdir$ac_delim
> datadir!$datadir$ac_delim
> sysconfdir!$sysconfdir$ac_delim
> sharedstatedir!$sharedstatedir$ac_delim
> localstatedir!$localstatedir$ac_delim
> includedir!$includedir$ac_delim
> oldincludedir!$oldincludedir$ac_delim
> docdir!$docdir$ac_delim
> infodir!$infodir$ac_delim
> htmldir!$htmldir$ac_delim
> dvidir!$dvidir$ac_delim
> pdfdir!$pdfdir$ac_delim
> psdir!$psdir$ac_delim
> libdir!$libdir$ac_delim
> localedir!$localedir$ac_delim
> mandir!$mandir$ac_delim
> DEFS!$DEFS$ac_delim
> ECHO_C!$ECHO_C$ac_delim
> ECHO_N!$ECHO_N$ac_delim
> ECHO_T!$ECHO_T$ac_delim
> LIBS!$LIBS$ac_delim
> build_alias!$build_alias$ac_delim
> host_alias!$host_alias$ac_delim
> target_alias!$target_alias$ac_delim
> build!$build$ac_delim
> build_cpu!$build_cpu$ac_delim
> build_vendor!$build_vendor$ac_delim
> build_os!$build_os$ac_delim
> host!$host$ac_delim
> host_cpu!$host_cpu$ac_delim
> host_vendor!$host_vendor$ac_delim
> host_os!$host_os$ac_delim
> target!$target$ac_delim
> target_cpu!$target_cpu$ac_delim
> target_vendor!$target_vendor$ac_delim
> target_os!$target_os$ac_delim
> SHLICC2!$SHLICC2$ac_delim
> CC!$CC$ac_delim
> CFLAGS!$CFLAGS$ac_delim
> LDFLAGS!$LDFLAGS$ac_delim
> CPPFLAGS!$CPPFLAGS$ac_delim
> ac_ct_CC!$ac_ct_CC$ac_delim
> EXEEXT!$EXEEXT$ac_delim
> OBJEXT!$OBJEXT$ac_delim
> CPP!$CPP$ac_delim
> GREP!$GREP$ac_delim
> EGREP!$EGREP$ac_delim
> LIBOBJS!$LIBOBJS$ac_delim
> V_LEX!$V_LEX$ac_delim
> V_YACC!$V_YACC$ac_delim
> RANLIB!$RANLIB$ac_delim
> V_CCOPT!$V_CCOPT$ac_delim
> V_DEFS!$V_DEFS$ac_delim
> V_INCLS!$V_INCLS$ac_delim
> V_LIBS!$V_LIBS$ac_delim
> V_PCAP!$V_PCAP$ac_delim
> V_FINDALLDEVS!$V_FINDALLDEVS$ac_delim
> V_RANLIB!$V_RANLIB$ac_delim
> SSRC!$SSRC$ac_delim
> DYEXT!$DYEXT$ac_delim
> DAGLIBS!$DAGLIBS$ac_delim
> INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
> INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
> INSTALL_DATA!$INSTALL_DATA$ac_delim
> LTLIBOBJS!$LTLIBOBJS$ac_delim
> _ACEOF
>
> if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 78; then
> break
> elif $ac_last_try; then
> { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
> echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
> { (exit 1); exit 1; }; }
> else
> ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
7387c8392
< fi # test -n "$CONFIG_FILES"
---
> done
7388a8394,8402
> ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
> if test -n "$ac_eof"; then
> ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
> ac_eof=`expr $ac_eof + 1`
> fi
>
> cat >>$CONFIG_STATUS <<_ACEOF
> cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
> /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
7389a8404,8435
> sed '
> s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
> s/^/s,@/; s/!/@,|#_!!_#|/
> :n
> t n
> s/'"$ac_delim"'$/,g/; t
> s/$/\\/; p
> N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
> ' >>$CONFIG_STATUS <conf$$subs.sed
> rm -f conf$$subs.sed
> cat >>$CONFIG_STATUS <<_ACEOF
> :end
> s/|#_!!_#|//g
> CEOF$ac_eof
> _ACEOF
>
>
> # VPATH may cause trouble with some makes, so we remove $(srcdir),
> # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
> # trailing colons and then remove the whole line if VPATH becomes empty
> # (actually we leave an empty line to preserve line numbers).
> if test "x$srcdir" = x.; then
> ac_vpsub='/^[ ]*VPATH[ ]*=/{
> s/:*\$(srcdir):*/:/
> s/:*\${srcdir}:*/:/
> s/:*@srcdir@:*/:/
> s/^\([^=]*=[ ]*\):*/\1/
> s/:*$//
> s/^[^=]*=[ ]*$//
> }'
> fi
>
7391,7400c8437,8443
< for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
< case $ac_file in
< - | *:- | *:-:* ) # input from stdin
< cat >$tmp/stdin
< ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
< *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
< * ) ac_file_in=$ac_file.in ;;
---
> fi # test -n "$CONFIG_FILES"
>
>
> for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS
> do
> case $ac_tag in
> :[FHLC]) ac_mode=$ac_tag; continue;;
7401a8445,8459
> case $ac_mode$ac_tag in
> :[FHL]*:*);;
> :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
> echo "$as_me: error: Invalid tag $ac_tag." >&2;}
> { (exit 1); exit 1; }; };;
> :[FH]-) ac_tag=-:-;;
> :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
> esac
> ac_save_IFS=$IFS
> IFS=:
> set x $ac_tag
> IFS=$ac_save_IFS
> shift
> ac_file=$1
> shift
7403,7404c8461,8501
< # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
< ac_dir=`(dirname "$ac_file") 2>/dev/null ||
---
> case $ac_mode in
> :L) ac_source=$1;;
> :[FH])
> ac_file_inputs=
> for ac_f
> do
> case $ac_f in
> -) ac_f="$tmp/stdin";;
> *) # Look for the file first in the build tree, then in the source tree
> # (if the path is not absolute). The absolute path cannot be DOS-style,
> # because $ac_f cannot contain `:'.
> test -f "$ac_f" ||
> case $ac_f in
> [\\/$]*) false;;
> *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
> esac ||
> { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
> echo "$as_me: error: cannot find input file: $ac_f" >&2;}
> { (exit 1); exit 1; }; };;
> esac
> ac_file_inputs="$ac_file_inputs $ac_f"
> done
>
> # Let's still pretend it is `configure' which instantiates (i.e., don't
> # use $as_me), people would be surprised to read:
> # /* config.h. Generated by config.status. */
> configure_input="Generated from "`IFS=:
> echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
> if test x"$ac_file" != x-; then
> configure_input="$ac_file. $configure_input"
> { echo "$as_me:$LINENO: creating $ac_file" >&5
> echo "$as_me: creating $ac_file" >&6;}
> fi
>
> case $ac_tag in
> *:-:* | *:-) cat >"$tmp/stdin";;
> esac
> ;;
> esac
>
> ac_dir=`$as_dirname -- "$ac_file" ||
7406,7409c8503,8505
< X"$ac_file" : 'X\(//\)[^/]' \| \
< X"$ac_file" : 'X\(//\)$' \| \
< X"$ac_file" : 'X\(/\)' \| \
< . : '\(.\)' 2>/dev/null ||
---
> X"$ac_file" : 'X\(//\)[^/]' \| \
> X"$ac_file" : 'X\(//\)$' \| \
> X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7411,7419c8507,8528
< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
< /^X\(\/\/\)$/{ s//\1/; q; }
< /^X\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
< { if $as_mkdir_p; then
< mkdir -p "$ac_dir"
< else
< as_dir="$ac_dir"
---
> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
> s//\1/
> q
> }
> /^X\(\/\/\)[^/].*/{
> s//\1/
> q
> }
> /^X\(\/\/\)$/{
> s//\1/
> q
> }
> /^X\(\/\).*/{
> s//\1/
> q
> }
> s/.*/./; q'`
> { as_dir="$ac_dir"
> case $as_dir in #(
> -*) as_dir=./$as_dir;;
> esac
> test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
7421,7423c8530,8536
< while test ! -d "$as_dir"; do
< as_dirs="$as_dir $as_dirs"
< as_dir=`(dirname "$as_dir") 2>/dev/null ||
---
> while :; do
> case $as_dir in #(
> *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
> *) as_qdir=$as_dir;;
> esac
> as_dirs="'$as_qdir' $as_dirs"
> as_dir=`$as_dirname -- "$as_dir" ||
7425,7428c8538,8540
< X"$as_dir" : 'X\(//\)[^/]' \| \
< X"$as_dir" : 'X\(//\)$' \| \
< X"$as_dir" : 'X\(/\)' \| \
< . : '\(.\)' 2>/dev/null ||
---
> X"$as_dir" : 'X\(//\)[^/]' \| \
> X"$as_dir" : 'X\(//\)$' \| \
> X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
7430,7434c8542,8559
< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
< /^X\(\/\/\)$/{ s//\1/; q; }
< /^X\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
---
> sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
> s//\1/
> q
> }
> /^X\(\/\/\)[^/].*/{
> s//\1/
> q
> }
> /^X\(\/\/\)$/{
> s//\1/
> q
> }
> /^X\(\/\).*/{
> s//\1/
> q
> }
> s/.*/./; q'`
> test -d "$as_dir" && break
7436,7438c8561,8563
< test ! -n "$as_dirs" || mkdir $as_dirs
< fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
< echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
---
> test -z "$as_dirs" || eval "mkdir $as_dirs"
> } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
> echo "$as_me: error: cannot create directory $as_dir" >&2;}
7440d8564
<
7443c8567,8569
< if test "$ac_dir" != .; then
---
> case "$ac_dir" in
> .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
> *)
7445,7449c8571,8581
< # A "../" for each directory in $ac_dir_suffix.
< ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
< else
< ac_dir_suffix= ac_top_builddir=
< fi
---
> # A ".." for each directory in $ac_dir_suffix.
> ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
> case $ac_top_builddir_sub in
> "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
> *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
> esac ;;
> esac
> ac_abs_top_builddir=$ac_pwd
> ac_abs_builddir=$ac_pwd$ac_dir_suffix
> # for backward compatibility:
> ac_top_builddir=$ac_top_build_prefix
7452c8584
< .) # No --srcdir option. We are building in place.
---
> .) # We are building in place.
7454,7459c8586,8588
< if test -z "$ac_top_builddir"; then
< ac_top_srcdir=.
< else
< ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
< fi ;;
< [\\/]* | ?:[\\/]* ) # Absolute path.
---
> ac_top_srcdir=$ac_top_builddir_sub
> ac_abs_top_srcdir=$ac_pwd ;;
> [\\/]* | ?:[\\/]* ) # Absolute name.
7461,7464c8590,8595
< ac_top_srcdir=$srcdir ;;
< *) # Relative path.
< ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
< ac_top_srcdir=$ac_top_builddir$srcdir ;;
---
> ac_top_srcdir=$srcdir
> ac_abs_top_srcdir=$srcdir ;;
> *) # Relative name.
> ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
> ac_top_srcdir=$ac_top_build_prefix$srcdir
> ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7466,7471c8597
< # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
< # absolute.
< ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
< ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
< ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
< ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
---
> ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7473a8600,8605
> case $ac_mode in
> :F)
> #
> # CONFIG_FILE
> #
>
7476c8608
< *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
---
> *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7477a8610
> _ACEOF
7479,7493c8612,8615
< if test x"$ac_file" != x-; then
< { echo "$as_me:$LINENO: creating $ac_file" >&5
< echo "$as_me: creating $ac_file" >&6;}
< rm -f "$ac_file"
< fi
< # Let's still pretend it is `configure' which instantiates (i.e., don't
< # use $as_me), people would be surprised to read:
< # /* config.h. Generated by config.status. */
< if test x"$ac_file" = x-; then
< configure_input=
< else
< configure_input="$ac_file. "
< fi
< configure_input=$configure_input"Generated from `echo $ac_file_in |
< sed 's,.*/,,'` by configure."
---
> cat >>$CONFIG_STATUS <<\_ACEOF
> # If the template does not know about datarootdir, expand it.
> # FIXME: This hack should be removed a few years after 2.60.
> ac_datarootdir_hack=; ac_datarootdir_seen=
7495,7521c8617,8630
< # First look for the input files in the build tree, otherwise in the
< # src tree.
< ac_file_inputs=`IFS=:
< for f in $ac_file_in; do
< case $f in
< -) echo $tmp/stdin ;;
< [\\/$]*)
< # Absolute (can't be DOS-style, as IFS=:)
< test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
< echo "$as_me: error: cannot find input file: $f" >&2;}
< { (exit 1); exit 1; }; }
< echo $f;;
< *) # Relative
< if test -f "$f"; then
< # Build tree
< echo $f
< elif test -f "$srcdir/$f"; then
< # Source tree
< echo $srcdir/$f
< else
< # /dev/null tree
< { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
< echo "$as_me: error: cannot find input file: $f" >&2;}
< { (exit 1); exit 1; }; }
< fi;;
< esac
< done` || { (exit 1); exit 1; }
---
> case `sed -n '/datarootdir/ {
> p
> q
> }
> /@datadir@/p
> /@docdir@/p
> /@infodir@/p
> /@localedir@/p
> /@mandir@/p
> ' $ac_file_inputs` in
> *datarootdir*) ac_datarootdir_seen=yes;;
> *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
> { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
> echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7523a8633,8646
> ac_datarootdir_hack='
> s&@datadir@&$datadir&g
> s&@docdir@&$docdir&g
> s&@infodir@&$infodir&g
> s&@localedir@&$localedir&g
> s&@mandir@&$mandir&g
> s&\\\${datarootdir}&$datarootdir&g' ;;
> esac
> _ACEOF
>
> # Neutralize VPATH when `$srcdir' = `.'.
> # Shell code in configure.ac might set extrasub.
> # FIXME: do we really want to maintain this feature?
> cat >>$CONFIG_STATUS <<_ACEOF
7530,7547c8653,8664
< s,@configure_input@,$configure_input,;t t
< s,@srcdir@,$ac_srcdir,;t t
< s,@abs_srcdir@,$ac_abs_srcdir,;t t
< s,@top_srcdir@,$ac_top_srcdir,;t t
< s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
< s,@builddir@,$ac_builddir,;t t
< s,@abs_builddir@,$ac_abs_builddir,;t t
< s,@top_builddir@,$ac_top_builddir,;t t
< s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
< s,@INSTALL@,$ac_INSTALL,;t t
< " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
< rm -f $tmp/stdin
< if test x"$ac_file" != x-; then
< mv $tmp/out $ac_file
< else
< cat $tmp/out
< rm -f $tmp/out
< fi
---
> s&@configure_input@&$configure_input&;t t
> s&@top_builddir@&$ac_top_builddir_sub&;t t
> s&@srcdir@&$ac_srcdir&;t t
> s&@abs_srcdir@&$ac_abs_srcdir&;t t
> s&@top_srcdir@&$ac_top_srcdir&;t t
> s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
> s&@builddir@&$ac_builddir&;t t
> s&@abs_builddir@&$ac_abs_builddir&;t t
> s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
> s&@INSTALL@&$ac_INSTALL&;t t
> $ac_datarootdir_hack
> " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
7549,7551c8666,8672
< done
< _ACEOF
< cat >>$CONFIG_STATUS <<\_ACEOF
---
> test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
> { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
> { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
> { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
> which seems to be undefined. Please make sure it is defined." >&5
> echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
> which seems to be undefined. Please make sure it is defined." >&2;}
7553,7572c8674
< #
< # CONFIG_HEADER section.
< #
<
< # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
< # NAME is the cpp macro being defined and VALUE is the value it is being given.
< #
< # ac_d sets the value in "#define NAME VALUE" lines.
< ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
< ac_dB='[ ].*$,\1#\2'
< ac_dC=' '
< ac_dD=',;t'
< # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
< ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
< ac_uB='$,\1#\2define\3'
< ac_uC=' '
< ac_uD=',;t'
<
< for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
< # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
---
> rm -f "$tmp/stdin"
7574,7580c8676,8677
< - | *:- | *:-:* ) # input from stdin
< cat >$tmp/stdin
< ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
< *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
< ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
< * ) ac_file_in=$ac_file.in ;;
---
> -) cat "$tmp/out"; rm -f "$tmp/out";;
> *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
7582,7615c8679,8683
<
< test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
< echo "$as_me: creating $ac_file" >&6;}
<
< # First look for the input files in the build tree, otherwise in the
< # src tree.
< ac_file_inputs=`IFS=:
< for f in $ac_file_in; do
< case $f in
< -) echo $tmp/stdin ;;
< [\\/$]*)
< # Absolute (can't be DOS-style, as IFS=:)
< test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
< echo "$as_me: error: cannot find input file: $f" >&2;}
< { (exit 1); exit 1; }; }
< echo $f;;
< *) # Relative
< if test -f "$f"; then
< # Build tree
< echo $f
< elif test -f "$srcdir/$f"; then
< # Source tree
< echo $srcdir/$f
< else
< # /dev/null tree
< { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
< echo "$as_me: error: cannot find input file: $f" >&2;}
< { (exit 1); exit 1; }; }
< fi;;
< esac
< done` || { (exit 1); exit 1; }
< # Remove the trailing spaces.
< sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
<
---
> ;;
> :H)
> #
> # CONFIG_HEADER
> #
7618,7647c8686,8704
< # Transform confdefs.h into two sed scripts, `conftest.defines' and
< # `conftest.undefs', that substitutes the proper values into
< # config.h.in to produce config.h. The first handles `#define'
< # templates, and the second `#undef' templates.
< # And first: Protect against being on the right side of a sed subst in
< # config.status. Protect against being in an unquoted here document
< # in config.status.
< rm -f conftest.defines conftest.undefs
< # Using a here document instead of a string reduces the quoting nightmare.
< # Putting comments in sed scripts is not portable.
< #
< # `end' is used to avoid that the second main sed command (meant for
< # 0-ary CPP macros) applies to n-ary macro definitions.
< # See the Autoconf documentation for `clear'.
< cat >confdef2sed.sed <<\_ACEOF
< s/[\\&,]/\\&/g
< s,[\\$`],\\&,g
< t clear
< : clear
< s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
< t end
< s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
< : end
< _ACEOF
< # If some macros were called several times there might be several times
< # the same #defines, which is useless. Nevertheless, we may not want to
< # sort them, since we want the *last* AC-DEFINE to be honored.
< uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
< sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
< rm -f confdef2sed.sed
---
> # Transform confdefs.h into a sed script `conftest.defines', that
> # substitutes the proper values into config.h.in to produce config.h.
> rm -f conftest.defines conftest.tail
> # First, append a space to every undef/define line, to ease matching.
> echo 's/$/ /' >conftest.defines
> # Then, protect against being on the right side of a sed subst, or in
> # an unquoted here document, in config.status. If some macros were
> # called several times there might be several #defines for the same
> # symbol, which is useless. But do not sort them, since the last
> # AC_DEFINE must be honored.
> ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
> # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
> # NAME is the cpp macro being defined, VALUE is the value it is being given.
> # PARAMS is the parameter list in the macro definition--in most cases, it's
> # just an empty string.
> ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
> ac_dB='\\)[ (].*,\\1define\\2'
> ac_dC=' '
> ac_dD=' ,'
7649c8706,8720
< # This sed command replaces #undef with comments. This is necessary, for
---
> uniq confdefs.h |
> sed -n '
> t rset
> :rset
> s/^[ ]*#[ ]*define[ ][ ]*//
> t ok
> d
> :ok
> s/[\\&,]/\\&/g
> s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
> s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
> ' >>conftest.defines
>
> # Remove the space that was appended to ease matching.
> # Then replace #undef with comments. This is necessary, for
7652,7654c8723,8725
< cat >>conftest.undefs <<\_ACEOF
< s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
< _ACEOF
---
> # (The regexp can be short, since the line contains either #define or #undef.)
> echo 's/ $//
> s,^[ #]*u.*,/* & */,' >>conftest.defines
7656,7663c8727,8738
< # Break up conftest.defines because some shells have a limit on the size
< # of here documents, and old seds have small limits too (100 cmds).
< echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
< echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
< echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
< echo ' :' >>$CONFIG_STATUS
< rm -f conftest.tail
< while grep . conftest.defines >/dev/null
---
> # Break up conftest.defines:
> ac_max_sed_lines=50
>
> # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
> # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
> # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
> # et cetera.
> ac_in='$ac_file_inputs'
> ac_out='"$tmp/out1"'
> ac_nxt='"$tmp/out2"'
>
> while :
7665,7672c8740,8749
< # Write a limited-size here document to $tmp/defines.sed.
< echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
< # Speed up: don't consider the non `#define' lines.
< echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
< # Work around the forget-to-reset-the-flag bug.
< echo 't clr' >>$CONFIG_STATUS
< echo ': clr' >>$CONFIG_STATUS
< sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
---
> # Write a here document:
> cat >>$CONFIG_STATUS <<_ACEOF
> # First, check the format of the line:
> cat >"\$tmp/defines.sed" <<\\CEOF
> /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
> /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
> b
> :def
> _ACEOF
> sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
7674,7678c8751,8754
< sed -f $tmp/defines.sed $tmp/in >$tmp/out
< rm -f $tmp/in
< mv $tmp/out $tmp/in
< ' >>$CONFIG_STATUS
< sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
---
> sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
> ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
> sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
> grep . conftest.tail >/dev/null || break
7682,7684c8758
< rm -f conftest.defines
< echo ' fi # grep' >>$CONFIG_STATUS
< echo >>$CONFIG_STATUS
---
> rm -f conftest.defines conftest.tail
7686,7710c8760
< # Break up conftest.undefs because some shells have a limit on the size
< # of here documents, and old seds have small limits too (100 cmds).
< echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
< rm -f conftest.tail
< while grep . conftest.undefs >/dev/null
< do
< # Write a limited-size here document to $tmp/undefs.sed.
< echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
< # Speed up: don't consider the non `#undef'
< echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
< # Work around the forget-to-reset-the-flag bug.
< echo 't clr' >>$CONFIG_STATUS
< echo ': clr' >>$CONFIG_STATUS
< sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
< echo 'CEOF
< sed -f $tmp/undefs.sed $tmp/in >$tmp/out
< rm -f $tmp/in
< mv $tmp/out $tmp/in
< ' >>$CONFIG_STATUS
< sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
< rm -f conftest.undefs
< mv conftest.tail conftest.undefs
< done
< rm -f conftest.undefs
<
---
> echo "ac_result=$ac_in" >>$CONFIG_STATUS
7712,7721d8761
< # Let's still pretend it is `configure' which instantiates (i.e., don't
< # use $as_me), people would be surprised to read:
< # /* config.h. Generated by config.status. */
< if test x"$ac_file" = x-; then
< echo "/* Generated by configure. */" >$tmp/config.h
< else
< echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
< fi
< cat $tmp/in >>$tmp/config.h
< rm -f $tmp/in
7723c8763,8765
< if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
---
> echo "/* $configure_input */" >"$tmp/config.h"
> cat "$ac_result" >>"$tmp/config.h"
> if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
7727,7763d8768
< ac_dir=`(dirname "$ac_file") 2>/dev/null ||
< $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
< X"$ac_file" : 'X\(//\)[^/]' \| \
< X"$ac_file" : 'X\(//\)$' \| \
< X"$ac_file" : 'X\(/\)' \| \
< . : '\(.\)' 2>/dev/null ||
< echo X"$ac_file" |
< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
< /^X\(\/\/\)$/{ s//\1/; q; }
< /^X\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
< { if $as_mkdir_p; then
< mkdir -p "$ac_dir"
< else
< as_dir="$ac_dir"
< as_dirs=
< while test ! -d "$as_dir"; do
< as_dirs="$as_dir $as_dirs"
< as_dir=`(dirname "$as_dir") 2>/dev/null ||
< $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
< X"$as_dir" : 'X\(//\)[^/]' \| \
< X"$as_dir" : 'X\(//\)$' \| \
< X"$as_dir" : 'X\(/\)' \| \
< . : '\(.\)' 2>/dev/null ||
< echo X"$as_dir" |
< sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
< /^X\(\/\/\)[^/].*/{ s//\1/; q; }
< /^X\(\/\/\)$/{ s//\1/; q; }
< /^X\(\/\).*/{ s//\1/; q; }
< s/.*/./; q'`
< done
< test ! -n "$as_dirs" || mkdir $as_dirs
< fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
< echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
< { (exit 1); exit 1; }; }; }
<
7765c8770
< mv $tmp/config.h $ac_file
---
> mv "$tmp/config.h" $ac_file
7768,7769c8773,8774
< cat $tmp/config.h
< rm -f $tmp/config.h
---
> echo "/* $configure_input */"
> cat "$ac_result"
7771,7772c8776,8777
< done
< _ACEOF
---
> rm -f "$tmp/out12"
> ;;
7774d8778
< cat >>$CONFIG_STATUS <<\_ACEOF
7775a8780,8784
> esac
>
> done # for ac_tag
>
>