1.1 --- a/configure Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/configure Thu Aug 23 12:34:43 2007 +0000
1.5 # Guess values for system-dependent variables and create Makefiles.
1.6 -# Generated by GNU Autoconf 2.59.
1.8 -# Copyright (C) 2003 Free Software Foundation, Inc.
1.9 +# Generated by GNU Autoconf 2.60.
1.11 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.12 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.13 # This configure script is free software; the Free Software Foundation
1.14 # gives unlimited permission to copy, distribute and modify it.
1.15 ## --------------------- ##
1.17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.18 # is contrary to our usage. Disable this feature.
1.19 alias -g '${1+"$@"}'='"$@"'
1.20 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1.23 + setopt NO_GLOB_SUBST
1.25 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.27 +BIN_SH=xpg4; export BIN_SH # for Tru64
1.28 DUALCASE=1; export DUALCASE # for MKS sh
1.30 -# Support unset when possible.
1.31 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1.38 -# Work around bugs in pre-3.0 UWIN ksh.
1.39 -$as_unset ENV MAIL MAILPATH
1.46 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.47 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.48 - LC_TELEPHONE LC_TIME
1.50 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.51 - eval $as_var=C; export $as_var
1.57 -# Required to use basename.
1.58 -if expr a : '\(a\)' >/dev/null 2>&1; then
1.64 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1.65 - as_basename=basename
1.71 -# Name of the executable.
1.72 -as_me=`$as_basename "$0" ||
1.73 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.74 - X"$0" : 'X\(//\)$' \| \
1.75 - X"$0" : 'X\(/\)$' \| \
1.76 - . : '\(.\)' 2>/dev/null ||
1.78 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1.79 - /^X\/\(\/\/\)$/{ s//\1/; q; }
1.80 - /^X\/\(\/\).*/{ s//\1/; q; }
1.84 -# PATH needs CR, and LINENO needs CR and PATH.
1.87 # Avoid depending upon Character Ranges.
1.88 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1.89 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1.90 @@ -96,124 +46,464 @@
1.95 +# Support unset when possible.
1.96 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1.104 +# We need space, tab and new line, in precisely that order. Quoting is
1.105 +# there to prevent editors from complaining about space-tab.
1.106 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1.107 +# splitting by setting IFS to empty value.)
1.112 +# Find who we are. Look in the path if we contain no directory separator.
1.114 + *[\\/]* ) as_myself=$0 ;;
1.115 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.116 +for as_dir in $PATH
1.119 + test -z "$as_dir" && as_dir=.
1.120 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1.126 +# We did not find ourselves, most probably we were run as `sh COMMAND'
1.127 +# in which case we are not to be found in the path.
1.128 +if test "x$as_myself" = x; then
1.131 +if test ! -f "$as_myself"; then
1.132 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.133 + { (exit 1); exit 1; }
1.136 +# Work around bugs in pre-3.0 UWIN ksh.
1.137 +for as_var in ENV MAIL MAILPATH
1.138 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.146 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.147 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.148 + LC_TELEPHONE LC_TIME
1.150 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.151 + eval $as_var=C; export $as_var
1.153 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.157 +# Required to use basename.
1.158 +if expr a : '\(a\)' >/dev/null 2>&1 &&
1.159 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.165 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1.166 + as_basename=basename
1.168 + as_basename=false
1.172 +# Name of the executable.
1.173 +as_me=`$as_basename -- "$0" ||
1.174 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.175 + X"$0" : 'X\(//\)$' \| \
1.176 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.178 + sed '/^.*\/\([^/][^/]*\)\/*$/{
1.196 +if test "x$CONFIG_SHELL" = x; then
1.197 + if (eval ":") 2>/dev/null; then
1.198 + as_have_required=yes
1.200 + as_have_required=no
1.203 + if test $as_have_required = yes && (eval ":
1.204 +(as_func_return () {
1.207 +as_func_success () {
1.210 +as_func_failure () {
1.213 +as_func_ret_success () {
1.216 +as_func_ret_failure () {
1.221 +if as_func_success; then
1.225 + echo as_func_success failed.
1.228 +if as_func_failure; then
1.230 + echo as_func_failure succeeded.
1.233 +if as_func_ret_success; then
1.237 + echo as_func_ret_success failed.
1.240 +if as_func_ret_failure; then
1.242 + echo as_func_ret_failure succeeded.
1.245 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
1.249 + echo positional parameters were not saved.
1.252 +test \$exitcode = 0) || { (exit 1); exit 1; }
1.255 + as_lineno_1=\$LINENO
1.256 + as_lineno_2=\$LINENO
1.257 + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
1.258 + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
1.259 +") 2> /dev/null; then
1.262 + as_candidate_shells=
1.263 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.264 +for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1.267 + test -z "$as_dir" && as_dir=.
1.270 + for as_base in sh bash ksh sh5; do
1.271 + as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
1.278 + for as_shell in $as_candidate_shells $SHELL; do
1.279 + # Try only shells that exist, to save several forks.
1.280 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1.281 + { ("$as_shell") 2> /dev/null <<\_ASEOF
1.282 +# Be Bourne compatible
1.283 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.286 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.287 + # is contrary to our usage. Disable this feature.
1.288 + alias -g '${1+"$@"}'='"$@"'
1.289 + setopt NO_GLOB_SUBST
1.291 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.293 +BIN_SH=xpg4; export BIN_SH # for Tru64
1.294 +DUALCASE=1; export DUALCASE # for MKS sh
1.299 + CONFIG_SHELL=$as_shell
1.300 + as_have_required=yes
1.301 + if { "$as_shell" 2> /dev/null <<\_ASEOF
1.302 +# Be Bourne compatible
1.303 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.306 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.307 + # is contrary to our usage. Disable this feature.
1.308 + alias -g '${1+"$@"}'='"$@"'
1.309 + setopt NO_GLOB_SUBST
1.311 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.313 +BIN_SH=xpg4; export BIN_SH # for Tru64
1.314 +DUALCASE=1; export DUALCASE # for MKS sh
1.317 +(as_func_return () {
1.320 +as_func_success () {
1.323 +as_func_failure () {
1.326 +as_func_ret_success () {
1.329 +as_func_ret_failure () {
1.334 +if as_func_success; then
1.338 + echo as_func_success failed.
1.341 +if as_func_failure; then
1.343 + echo as_func_failure succeeded.
1.346 +if as_func_ret_success; then
1.350 + echo as_func_ret_success failed.
1.353 +if as_func_ret_failure; then
1.355 + echo as_func_ret_failure succeeded.
1.358 +if ( set x; as_func_ret_success y && test x = "$1" ); then
1.362 + echo positional parameters were not saved.
1.365 +test $exitcode = 0) || { (exit 1); exit 1; }
1.368 as_lineno_1=$LINENO
1.369 as_lineno_2=$LINENO
1.370 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1.371 test "x$as_lineno_1" != "x$as_lineno_2" &&
1.372 - test "x$as_lineno_3" = "x$as_lineno_2" || {
1.373 - # Find who we are. Look in the path if we contain no path at all
1.374 - # relative or not.
1.376 - *[\\/]* ) as_myself=$0 ;;
1.377 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.378 -for as_dir in $PATH
1.381 - test -z "$as_dir" && as_dir=.
1.382 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1.387 - # We did not find ourselves, most probably we were run as `sh COMMAND'
1.388 - # in which case we are not to be found in the path.
1.389 - if test "x$as_myself" = x; then
1.392 - if test ! -f "$as_myself"; then
1.393 - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
1.394 - { (exit 1); exit 1; }; }
1.396 - case $CONFIG_SHELL in
1.398 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.399 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1.402 - test -z "$as_dir" && as_dir=.
1.403 - for as_base in sh bash ksh sh5; do
1.406 - if ("$as_dir/$as_base" -c '
1.407 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
1.418 + if test "x$CONFIG_SHELL" != x; then
1.419 + for as_var in BASH_ENV ENV
1.420 + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.422 + export CONFIG_SHELL
1.423 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
1.427 + if test $as_have_required = no; then
1.428 + echo This script requires a shell more modern than all the
1.429 + echo shells that I found on your system. Please install a
1.430 + echo modern shell, or manually run the script under such a
1.431 + echo shell if you do have one.
1.432 + { (exit 1); exit 1; }
1.442 +(eval "as_func_return () {
1.445 +as_func_success () {
1.448 +as_func_failure () {
1.451 +as_func_ret_success () {
1.454 +as_func_ret_failure () {
1.459 +if as_func_success; then
1.463 + echo as_func_success failed.
1.466 +if as_func_failure; then
1.468 + echo as_func_failure succeeded.
1.471 +if as_func_ret_success; then
1.475 + echo as_func_ret_success failed.
1.478 +if as_func_ret_failure; then
1.480 + echo as_func_ret_failure succeeded.
1.483 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
1.487 + echo positional parameters were not saved.
1.490 +test \$exitcode = 0") || {
1.491 + echo No shell found that supports shell functions.
1.492 + echo Please tell autoconf@gnu.org about your system,
1.493 + echo including any error possibly output before this
1.499 as_lineno_1=$LINENO
1.500 as_lineno_2=$LINENO
1.501 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1.502 test "x$as_lineno_1" != "x$as_lineno_2" &&
1.503 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
1.504 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1.505 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1.506 - CONFIG_SHELL=$as_dir/$as_base
1.507 - export CONFIG_SHELL
1.508 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1.515 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
1.517 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1.518 # uniformly replaced by the line number. The first 'sed' inserts a
1.519 - # line-number line before each line; the second 'sed' does the real
1.520 - # work. The second script uses 'N' to pair each line-number line
1.521 - # with the numbered line, and appends trailing '-' during
1.522 - # substitution so that $LINENO is not a special case at line end.
1.523 + # line-number line after each line using $LINENO; the second 'sed'
1.524 + # does the real work. The second script uses 'N' to pair each
1.525 + # line-number line with the line containing $LINENO, and appends
1.526 + # trailing '-' during substitution so that $LINENO is not a special
1.527 + # case at line end.
1.528 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1.529 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
1.530 - sed '=' <$as_myself |
1.531 + # scripts with optimization help from Paolo Bonzini. Blame Lee
1.532 + # E. McMahon (1931-1989) for sed's syntax. :-)
1.538 + s/[$]LINENO.*/&-/
1.545 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1.547 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1.550 - s,^['$as_cr_digits']*\n,,
1.552 ' >$as_me.lineno &&
1.553 - chmod +x $as_me.lineno ||
1.554 + chmod +x "$as_me.lineno" ||
1.555 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.556 { (exit 1); exit 1; }; }
1.558 # Don't try to exec as it changes $[0], causing all sort of problems
1.559 # (the dirname of $[0] is not the place where we might find the
1.560 - # original and so on. Autoconf is especially sensible to this).
1.561 - . ./$as_me.lineno
1.562 + # original and so on. Autoconf is especially sensitive to this).
1.563 + . "./$as_me.lineno"
1.564 # Exit status is that of the last command.
1.569 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1.570 - *c*,-n*) ECHO_N= ECHO_C='
1.572 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1.573 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
1.576 -if expr a : '\(a\)' >/dev/null 2>&1; then
1.577 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1.578 + as_dirname=dirname
1.583 +ECHO_C= ECHO_N= ECHO_T=
1.584 +case `echo -n x` in
1.586 + case `echo 'x\c'` in
1.587 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
1.594 +if expr a : '\(a\)' >/dev/null 2>&1 &&
1.595 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.601 rm -f conf$$ conf$$.exe conf$$.file
1.602 +if test -d conf$$.dir; then
1.603 + rm -f conf$$.dir/conf$$.file
1.609 if ln -s conf$$.file conf$$ 2>/dev/null; then
1.610 - # We could just check for DJGPP; but this test a) works b) is more generic
1.611 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1.612 - if test -f conf$$.exe; then
1.613 - # Don't use ln at all; we don't have any links
1.615 + # ... but there are two gotchas:
1.616 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.617 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.618 + # In both cases, we have to default to `cp -p'.
1.619 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.624 elif ln conf$$.file conf$$ 2>/dev/null; then
1.629 -rm -f conf$$ conf$$.exe conf$$.file
1.630 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1.631 +rmdir conf$$.dir 2>/dev/null
1.633 if mkdir -p . 2>/dev/null; then
1.635 @@ -222,7 +512,19 @@
1.639 -as_executable_p="test -f"
1.640 +# Find out whether ``test -x'' works. Don't use a zero-byte file, as
1.641 +# systems may use methods other than mode bits to determine executability.
1.642 +cat >conf$$.file <<_ASEOF
1.646 +chmod +x conf$$.file
1.647 +if test -x conf$$.file >/dev/null 2>&1; then
1.648 + as_executable_p="test -x"
1.650 + as_executable_p=:
1.654 # Sed expression to map a string onto a valid CPP name.
1.655 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1.656 @@ -231,39 +533,27 @@
1.657 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1.661 -# We need space, tab and new line, in precisely that order.
1.670 +exec 7<&0 </dev/null 6>&1
1.672 # Name of the host.
1.673 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1.674 # so uname gets run too.
1.675 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
1.682 ac_default_prefix=/usr/local
1.684 ac_config_libobj_dir=.
1.690 SHELL=${CONFIG_SHELL-/bin/sh}
1.692 -# Maximum number of lines to put in a shell here document.
1.693 -# This variable seems obsolete. It should probably be removed, and
1.694 -# only ac_max_sed_lines should be used.
1.695 -: ${ac_max_here_lines=38}
1.697 # Identity of this package.
1.700 @@ -300,17 +590,125 @@
1.702 #if HAVE_INTTYPES_H
1.703 # include <inttypes.h>
1.705 -# if HAVE_STDINT_H
1.706 -# include <stdint.h>
1.710 +# include <stdint.h>
1.713 # include <unistd.h>
1.716 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP PKG_CONFIG ac_pt_PKG_CONFIG PACKAGE_CFLAGS PACKAGE_LIBS GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS LIBOBJS LTLIBOBJS'
1.717 +ac_subst_vars='SHELL
1.726 +program_transform_name
1.768 +INSTALL_STRIP_PROGRAM
1.772 +MAINTAINER_MODE_TRUE
1.773 +MAINTAINER_MODE_FALSE
1.789 +am__fastdepCC_TRUE
1.790 +am__fastdepCC_FALSE
1.808 +PO_IN_DATADIR_TRUE
1.809 +PO_IN_DATADIR_FALSE
1.816 + ac_precious_vars='build_alias
1.829 # Initialize some variables set by options.
1.831 @@ -337,34 +735,48 @@
1.832 # and all the variables that are supposed to be based on exec_prefix
1.833 # by default will actually change.
1.834 # Use braces instead of parens because sh, perl, etc. also accept them.
1.835 +# (The list follows the same order as the GNU Coding Standards.)
1.836 bindir='${exec_prefix}/bin'
1.837 sbindir='${exec_prefix}/sbin'
1.838 libexecdir='${exec_prefix}/libexec'
1.839 -datadir='${prefix}/share'
1.840 +datarootdir='${prefix}/share'
1.841 +datadir='${datarootdir}'
1.842 sysconfdir='${prefix}/etc'
1.843 sharedstatedir='${prefix}/com'
1.844 localstatedir='${prefix}/var'
1.845 -libdir='${exec_prefix}/lib'
1.846 includedir='${prefix}/include'
1.847 oldincludedir='/usr/include'
1.848 -infodir='${prefix}/info'
1.849 -mandir='${prefix}/man'
1.850 +docdir='${datarootdir}/doc/${PACKAGE}'
1.851 +infodir='${datarootdir}/info'
1.852 +htmldir='${docdir}'
1.853 +dvidir='${docdir}'
1.854 +pdfdir='${docdir}'
1.856 +libdir='${exec_prefix}/lib'
1.857 +localedir='${datarootdir}/locale'
1.858 +mandir='${datarootdir}/man'
1.864 # If the previous option needs an argument, assign it.
1.865 if test -n "$ac_prev"; then
1.866 - eval "$ac_prev=\$ac_option"
1.867 + eval $ac_prev=\$ac_option
1.872 - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1.873 + case $ac_option in
1.874 + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1.875 + *) ac_optarg=yes ;;
1.878 # Accept the important Cygnus configure options, so we can diagnose typos.
1.880 - case $ac_option in
1.881 + case $ac_dashdash$ac_option in
1.883 + ac_dashdash=yes ;;
1.885 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1.887 @@ -386,12 +798,18 @@
1.888 --config-cache | -C)
1.889 cache_file=config.cache ;;
1.891 - -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
1.892 + -datadir | --datadir | --datadi | --datad)
1.894 - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
1.896 + -datadir=* | --datadir=* | --datadi=* | --datad=*)
1.897 datadir=$ac_optarg ;;
1.899 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1.900 + | --dataroo | --dataro | --datar)
1.901 + ac_prev=datarootdir ;;
1.902 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1.903 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1.904 + datarootdir=$ac_optarg ;;
1.906 -disable-* | --disable-*)
1.907 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1.908 # Reject names that are not valid shell variable names.
1.909 @@ -399,7 +817,17 @@
1.910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.911 { (exit 1); exit 1; }; }
1.912 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1.913 - eval "enable_$ac_feature=no" ;;
1.914 + eval enable_$ac_feature=no ;;
1.916 + -docdir | --docdir | --docdi | --doc | --do)
1.917 + ac_prev=docdir ;;
1.918 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1.919 + docdir=$ac_optarg ;;
1.921 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1.922 + ac_prev=dvidir ;;
1.923 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1.924 + dvidir=$ac_optarg ;;
1.926 -enable-* | --enable-*)
1.927 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1.928 @@ -408,11 +836,7 @@
1.929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.930 { (exit 1); exit 1; }; }
1.931 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1.932 - case $ac_option in
1.933 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1.934 - *) ac_optarg=yes ;;
1.936 - eval "enable_$ac_feature='$ac_optarg'" ;;
1.937 + eval enable_$ac_feature=\$ac_optarg ;;
1.939 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1.940 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1.941 @@ -439,6 +863,12 @@
1.942 -host=* | --host=* | --hos=* | --ho=*)
1.943 host_alias=$ac_optarg ;;
1.945 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1.946 + ac_prev=htmldir ;;
1.947 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1.949 + htmldir=$ac_optarg ;;
1.951 -includedir | --includedir | --includedi | --included | --include \
1.952 | --includ | --inclu | --incl | --inc)
1.953 ac_prev=includedir ;;
1.954 @@ -463,13 +893,16 @@
1.955 | --libexe=* | --libex=* | --libe=*)
1.956 libexecdir=$ac_optarg ;;
1.958 + -localedir | --localedir | --localedi | --localed | --locale)
1.959 + ac_prev=localedir ;;
1.960 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1.961 + localedir=$ac_optarg ;;
1.963 -localstatedir | --localstatedir | --localstatedi | --localstated \
1.964 - | --localstate | --localstat | --localsta | --localst \
1.965 - | --locals | --local | --loca | --loc | --lo)
1.966 + | --localstate | --localstat | --localsta | --localst | --locals)
1.967 ac_prev=localstatedir ;;
1.968 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1.969 - | --localstate=* | --localstat=* | --localsta=* | --localst=* \
1.970 - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
1.971 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1.972 localstatedir=$ac_optarg ;;
1.974 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1.975 @@ -534,6 +967,16 @@
1.976 | --progr-tra=* | --program-tr=* | --program-t=*)
1.977 program_transform_name=$ac_optarg ;;
1.979 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1.980 + ac_prev=pdfdir ;;
1.981 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1.982 + pdfdir=$ac_optarg ;;
1.984 + -psdir | --psdir | --psdi | --psd | --ps)
1.986 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1.987 + psdir=$ac_optarg ;;
1.989 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1.990 | -silent | --silent | --silen | --sile | --sil)
1.992 @@ -590,11 +1033,7 @@
1.993 { echo "$as_me: error: invalid package name: $ac_package" >&2
1.994 { (exit 1); exit 1; }; }
1.995 ac_package=`echo $ac_package| sed 's/-/_/g'`
1.996 - case $ac_option in
1.997 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1.998 - *) ac_optarg=yes ;;
1.1000 - eval "with_$ac_package='$ac_optarg'" ;;
1.1001 + eval with_$ac_package=\$ac_optarg ;;
1.1003 -without-* | --without-*)
1.1004 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1.1006 { echo "$as_me: error: invalid package name: $ac_package" >&2
1.1007 { (exit 1); exit 1; }; }
1.1008 ac_package=`echo $ac_package | sed 's/-/_/g'`
1.1009 - eval "with_$ac_package=no" ;;
1.1010 + eval with_$ac_package=no ;;
1.1013 # Obsolete; use --with-x.
1.1015 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1.1016 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1.1017 { (exit 1); exit 1; }; }
1.1018 - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
1.1019 - eval "$ac_envvar='$ac_optarg'"
1.1020 + eval $ac_envvar=\$ac_optarg
1.1025 { (exit 1); exit 1; }; }
1.1028 -# Be sure to have absolute paths.
1.1029 -for ac_var in exec_prefix prefix
1.1031 - eval ac_val=$`echo $ac_var`
1.1032 +# Be sure to have absolute directory names.
1.1033 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1.1034 + datadir sysconfdir sharedstatedir localstatedir includedir \
1.1035 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1.1036 + libdir localedir mandir
1.1038 + eval ac_val=\$$ac_var
1.1040 - [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1.1041 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1.1042 - { (exit 1); exit 1; }; };;
1.1046 -# Be sure to have absolute paths.
1.1047 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
1.1048 - localstatedir libdir includedir oldincludedir infodir mandir
1.1050 - eval ac_val=$`echo $ac_var`
1.1052 - [\\/$]* | ?:[\\/]* ) ;;
1.1053 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1.1054 - { (exit 1); exit 1; }; };;
1.1056 + [\\/$]* | ?:[\\/]* ) continue;;
1.1057 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1.1059 + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1.1060 + { (exit 1); exit 1; }; }
1.1063 # There might be people who depend on the old broken behavior: `$host'
1.1065 test "$silent" = yes && exec 6>/dev/null
1.1068 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
1.1069 +ac_ls_di=`ls -di .` &&
1.1070 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1.1071 + { echo "$as_me: error: Working directory cannot be determined" >&2
1.1072 + { (exit 1); exit 1; }; }
1.1073 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1.1074 + { echo "$as_me: error: pwd does not report name of working directory" >&2
1.1075 + { (exit 1); exit 1; }; }
1.1078 # Find the source files, if location was not specified.
1.1079 if test -z "$srcdir"; then
1.1080 ac_srcdir_defaulted=yes
1.1081 - # Try the directory containing this script, then its parent.
1.1082 - ac_confdir=`(dirname "$0") 2>/dev/null ||
1.1083 + # Try the directory containing this script, then the parent directory.
1.1084 + ac_confdir=`$as_dirname -- "$0" ||
1.1085 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1.1086 X"$0" : 'X\(//\)[^/]' \| \
1.1087 X"$0" : 'X\(//\)$' \| \
1.1088 - X"$0" : 'X\(/\)' \| \
1.1089 - . : '\(.\)' 2>/dev/null ||
1.1090 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.1092 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1.1093 - /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1.1094 - /^X\(\/\/\)$/{ s//\1/; q; }
1.1095 - /^X\(\/\).*/{ s//\1/; q; }
1.1097 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.1115 - if test ! -r $srcdir/$ac_unique_file; then
1.1116 + if test ! -r "$srcdir/$ac_unique_file"; then
1.1122 -if test ! -r $srcdir/$ac_unique_file; then
1.1123 - if test "$ac_srcdir_defaulted" = yes; then
1.1124 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
1.1125 - { (exit 1); exit 1; }; }
1.1127 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1.1128 - { (exit 1); exit 1; }; }
1.1131 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1.1132 - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
1.1133 - { (exit 1); exit 1; }; }
1.1134 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1.1135 -ac_env_build_alias_set=${build_alias+set}
1.1136 -ac_env_build_alias_value=$build_alias
1.1137 -ac_cv_env_build_alias_set=${build_alias+set}
1.1138 -ac_cv_env_build_alias_value=$build_alias
1.1139 -ac_env_host_alias_set=${host_alias+set}
1.1140 -ac_env_host_alias_value=$host_alias
1.1141 -ac_cv_env_host_alias_set=${host_alias+set}
1.1142 -ac_cv_env_host_alias_value=$host_alias
1.1143 -ac_env_target_alias_set=${target_alias+set}
1.1144 -ac_env_target_alias_value=$target_alias
1.1145 -ac_cv_env_target_alias_set=${target_alias+set}
1.1146 -ac_cv_env_target_alias_value=$target_alias
1.1147 -ac_env_CC_set=${CC+set}
1.1149 -ac_cv_env_CC_set=${CC+set}
1.1150 -ac_cv_env_CC_value=$CC
1.1151 -ac_env_CFLAGS_set=${CFLAGS+set}
1.1152 -ac_env_CFLAGS_value=$CFLAGS
1.1153 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
1.1154 -ac_cv_env_CFLAGS_value=$CFLAGS
1.1155 -ac_env_LDFLAGS_set=${LDFLAGS+set}
1.1156 -ac_env_LDFLAGS_value=$LDFLAGS
1.1157 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
1.1158 -ac_cv_env_LDFLAGS_value=$LDFLAGS
1.1159 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
1.1160 -ac_env_CPPFLAGS_value=$CPPFLAGS
1.1161 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
1.1162 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
1.1163 -ac_env_CPP_set=${CPP+set}
1.1165 -ac_cv_env_CPP_set=${CPP+set}
1.1166 -ac_cv_env_CPP_value=$CPP
1.1167 -ac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
1.1168 -ac_env_PKG_CONFIG_value=$PKG_CONFIG
1.1169 -ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
1.1170 -ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
1.1171 -ac_env_PACKAGE_CFLAGS_set=${PACKAGE_CFLAGS+set}
1.1172 -ac_env_PACKAGE_CFLAGS_value=$PACKAGE_CFLAGS
1.1173 -ac_cv_env_PACKAGE_CFLAGS_set=${PACKAGE_CFLAGS+set}
1.1174 -ac_cv_env_PACKAGE_CFLAGS_value=$PACKAGE_CFLAGS
1.1175 -ac_env_PACKAGE_LIBS_set=${PACKAGE_LIBS+set}
1.1176 -ac_env_PACKAGE_LIBS_value=$PACKAGE_LIBS
1.1177 -ac_cv_env_PACKAGE_LIBS_set=${PACKAGE_LIBS+set}
1.1178 -ac_cv_env_PACKAGE_LIBS_value=$PACKAGE_LIBS
1.1179 +if test ! -r "$srcdir/$ac_unique_file"; then
1.1180 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1.1181 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1.1182 + { (exit 1); exit 1; }; }
1.1184 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1.1186 + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1.1187 + { (exit 1); exit 1; }; }
1.1189 +# When building in place, set srcdir=.
1.1190 +if test "$ac_abs_confdir" = "$ac_pwd"; then
1.1193 +# Remove unnecessary trailing slashes from srcdir.
1.1194 +# Double slashes in file names in object file debugging info
1.1195 +# mess up M-x gdb in Emacs.
1.1197 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1.1199 +for ac_var in $ac_precious_vars; do
1.1200 + eval ac_env_${ac_var}_set=\${${ac_var}+set}
1.1201 + eval ac_env_${ac_var}_value=\$${ac_var}
1.1202 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1.1203 + eval ac_cv_env_${ac_var}_value=\$${ac_var}
1.1207 # Report the --help message.
1.1209 -n, --no-create do not create output files
1.1210 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1.1215 Installation directories:
1.1216 --prefix=PREFIX install architecture-independent files in PREFIX
1.1219 --bindir=DIR user executables [EPREFIX/bin]
1.1220 --sbindir=DIR system admin executables [EPREFIX/sbin]
1.1221 --libexecdir=DIR program executables [EPREFIX/libexec]
1.1222 - --datadir=DIR read-only architecture-independent data [PREFIX/share]
1.1223 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1.1224 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1.1225 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1.1226 --libdir=DIR object code libraries [EPREFIX/lib]
1.1227 --includedir=DIR C header files [PREFIX/include]
1.1228 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1.1229 - --infodir=DIR info documentation [PREFIX/info]
1.1230 - --mandir=DIR man documentation [PREFIX/man]
1.1231 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1.1232 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1.1233 + --infodir=DIR info documentation [DATAROOTDIR/info]
1.1234 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1.1235 + --mandir=DIR man documentation [DATAROOTDIR/man]
1.1236 + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1.1237 + --htmldir=DIR html documentation [DOCDIR]
1.1238 + --dvidir=DIR dvi documentation [DOCDIR]
1.1239 + --pdfdir=DIR pdf documentation [DOCDIR]
1.1240 + --psdir=DIR ps documentation [DOCDIR]
1.1245 CFLAGS C compiler flags
1.1246 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1.1247 nonstandard directory <lib dir>
1.1248 - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1.1249 - headers in a nonstandard directory <include dir>
1.1250 + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1.1251 + you have headers in a nonstandard directory <include dir>
1.1253 PKG_CONFIG path to pkg-config utility
1.1255 @@ -880,118 +1304,86 @@
1.1256 it to find libraries and programs with nonstandard names/locations.
1.1262 if test "$ac_init_help" = "recursive"; then
1.1263 # If there are subdirs, report their specific --help.
1.1265 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1.1266 - test -d $ac_dir || continue
1.1267 + test -d "$ac_dir" || continue
1.1270 -if test "$ac_dir" != .; then
1.1272 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.1274 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1.1275 - # A "../" for each directory in $ac_dir_suffix.
1.1276 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1.1278 - ac_dir_suffix= ac_top_builddir=
1.1280 + # A ".." for each directory in $ac_dir_suffix.
1.1281 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1.1282 + case $ac_top_builddir_sub in
1.1283 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.1284 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1.1287 +ac_abs_top_builddir=$ac_pwd
1.1288 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
1.1289 +# for backward compatibility:
1.1290 +ac_top_builddir=$ac_top_build_prefix
1.1293 - .) # No --srcdir option. We are building in place.
1.1294 + .) # We are building in place.
1.1296 - if test -z "$ac_top_builddir"; then
1.1299 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1.1301 - [\\/]* | ?:[\\/]* ) # Absolute path.
1.1302 + ac_top_srcdir=$ac_top_builddir_sub
1.1303 + ac_abs_top_srcdir=$ac_pwd ;;
1.1304 + [\\/]* | ?:[\\/]* ) # Absolute name.
1.1305 ac_srcdir=$srcdir$ac_dir_suffix;
1.1306 - ac_top_srcdir=$srcdir ;;
1.1308 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1.1309 - ac_top_srcdir=$ac_top_builddir$srcdir ;;
1.1312 -# Do not use `cd foo && pwd` to compute absolute paths, because
1.1313 -# the directories may not exist.
1.1315 -.) ac_abs_builddir="$ac_dir";;
1.1318 - .) ac_abs_builddir=`pwd`;;
1.1319 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1.1320 - *) ac_abs_builddir=`pwd`/"$ac_dir";;
1.1323 -case $ac_abs_builddir in
1.1324 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
1.1326 - case ${ac_top_builddir}. in
1.1327 - .) ac_abs_top_builddir=$ac_abs_builddir;;
1.1328 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1.1329 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1.1332 -case $ac_abs_builddir in
1.1333 -.) ac_abs_srcdir=$ac_srcdir;;
1.1336 - .) ac_abs_srcdir=$ac_abs_builddir;;
1.1337 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1.1338 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1.1341 -case $ac_abs_builddir in
1.1342 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
1.1344 - case $ac_top_srcdir in
1.1345 - .) ac_abs_top_srcdir=$ac_abs_builddir;;
1.1346 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1.1347 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1.1352 - # Check for guested configure; otherwise get Cygnus style configure.
1.1353 - if test -f $ac_srcdir/configure.gnu; then
1.1355 - $SHELL $ac_srcdir/configure.gnu --help=recursive
1.1356 - elif test -f $ac_srcdir/configure; then
1.1358 - $SHELL $ac_srcdir/configure --help=recursive
1.1359 - elif test -f $ac_srcdir/configure.ac ||
1.1360 - test -f $ac_srcdir/configure.in; then
1.1363 + ac_top_srcdir=$srcdir
1.1364 + ac_abs_top_srcdir=$srcdir ;;
1.1366 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1.1367 + ac_top_srcdir=$ac_top_build_prefix$srcdir
1.1368 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1.1370 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1.1372 + cd "$ac_dir" || { ac_status=$?; continue; }
1.1373 + # Check for guested configure.
1.1374 + if test -f "$ac_srcdir/configure.gnu"; then
1.1376 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1.1377 + elif test -f "$ac_srcdir/configure"; then
1.1379 + $SHELL "$ac_srcdir/configure" --help=recursive
1.1381 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1.1387 -test -n "$ac_init_help" && exit 0
1.1389 + cd "$ac_pwd" || { ac_status=$?; break; }
1.1393 +test -n "$ac_init_help" && exit $ac_status
1.1394 if $ac_init_version; then
1.1397 -Copyright (C) 2003 Free Software Foundation, Inc.
1.1399 +generated by GNU Autoconf 2.60
1.1401 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.1402 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.1403 This configure script is free software; the Free Software Foundation
1.1404 gives unlimited permission to copy, distribute and modify it.
1.1412 +cat >config.log <<_ACEOF
1.1413 This file contains any messages produced by compilers while
1.1414 running configure, to aid debugging if configure makes a mistake.
1.1416 It was created by $as_me, which was
1.1417 -generated by GNU Autoconf 2.59. Invocation command line was
1.1418 +generated by GNU Autoconf 2.60. Invocation command line was
1.1428 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1.1429 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1.1430 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1.1431 -hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1.1432 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1.1433 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1.1434 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1.1435 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1.1437 test -z "$as_dir" && as_dir=.
1.1449 ac_must_keep_next=false
1.1453 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1.1454 | -silent | --silent | --silen | --sile | --sil)
1.1456 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1.1458 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1462 -* ) ac_must_keep_next=true ;;
1.1465 - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1.1466 - # Get rid of the leading space.
1.1468 + ac_configure_args="$ac_configure_args '$ac_arg'"
1.1473 # When interrupted or exit'd, cleanup temporary files, and complete
1.1474 # config.log. We remove comments because anyway the quotes in there
1.1475 # would cause problems or look ugly.
1.1476 -# WARNING: Be sure not to use single quotes in there, as some shells,
1.1477 -# such as our DU 5.0 friend, will then `close' the trap.
1.1478 +# WARNING: Use '\'' to represent an apostrophe within the trap.
1.1479 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1.1481 # Save into config.log some information that might help in debugging.
1.1483 @@ -1105,20 +1495,34 @@
1.1486 # The following way of writing the cache mishandles newlines in values,
1.1489 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1.1490 + eval ac_val=\$$ac_var
1.1494 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.1495 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.1498 + _ | IFS | as_nl) ;; #(
1.1499 + *) $as_unset $ac_var ;;
1.1504 - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1.1506 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1.1507 + *${as_nl}ac_space=\ *)
1.1509 - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1.1510 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1.1511 + "s/'\''/'\''\\\\'\'''\''/g;
1.1512 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1.1515 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1.1519 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1.1529 @@ -1129,22 +1533,28 @@
1.1531 for ac_var in $ac_subst_vars
1.1533 - eval ac_val=$`echo $ac_var`
1.1534 - echo "$ac_var='"'"'$ac_val'"'"'"
1.1535 + eval ac_val=\$$ac_var
1.1537 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.1539 + echo "$ac_var='\''$ac_val'\''"
1.1543 if test -n "$ac_subst_files"; then
1.1548 +## ------------------- ##
1.1549 +## File substitutions. ##
1.1550 +## ------------------- ##
1.1553 for ac_var in $ac_subst_files
1.1555 - eval ac_val=$`echo $ac_var`
1.1556 - echo "$ac_var='"'"'$ac_val'"'"'"
1.1557 + eval ac_val=\$$ac_var
1.1559 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.1561 + echo "$ac_var='\''$ac_val'\''"
1.1565 @@ -1156,26 +1566,24 @@
1.1569 - sed "/^$/d" confdefs.h | sort
1.1573 test "$ac_signal" != 0 &&
1.1574 echo "$as_me: caught signal $ac_signal"
1.1575 echo "$as_me: exit $exit_status"
1.1578 - rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1.1579 + rm -f core *.core core.conftest.* &&
1.1580 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1.1584 for ac_signal in 1 2 13 15; do
1.1585 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1.1589 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1.1590 -rm -rf conftest* confdefs.h
1.1591 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1.1593 +rm -f -r conftest* confdefs.h
1.1595 # Predefined preprocessor variables.
1.1597 @@ -1206,14 +1614,17 @@
1.1599 # Let the site file select an alternate cache file if it wants to.
1.1600 # Prefer explicitly selected file to automatically selected ones.
1.1601 -if test -z "$CONFIG_SITE"; then
1.1602 - if test "x$prefix" != xNONE; then
1.1603 - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1.1605 - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1.1608 -for ac_site_file in $CONFIG_SITE; do
1.1609 +if test -n "$CONFIG_SITE"; then
1.1611 +elif test "x$prefix" != xNONE; then
1.1612 + set x "$prefix/share/config.site" "$prefix/etc/config.site"
1.1614 + set x "$ac_default_prefix/share/config.site" \
1.1615 + "$ac_default_prefix/etc/config.site"
1.1620 if test -r "$ac_site_file"; then
1.1621 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1.1622 echo "$as_me: loading site script $ac_site_file" >&6;}
1.1624 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1.1625 echo "$as_me: loading cache $cache_file" >&6;}
1.1627 - [\\/]* | ?:[\\/]* ) . $cache_file;;
1.1629 + [\\/]* | ?:[\\/]* ) . "$cache_file";;
1.1630 + *) . "./$cache_file";;
1.1634 @@ -1242,12 +1653,11 @@
1.1635 # Check that the precious variables saved in the cache have kept the same
1.1637 ac_cache_corrupted=false
1.1638 -for ac_var in `(set) 2>&1 |
1.1639 - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1.1640 +for ac_var in $ac_precious_vars; do
1.1641 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1.1642 eval ac_new_set=\$ac_env_${ac_var}_set
1.1643 - eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1.1644 - eval ac_new_val="\$ac_env_${ac_var}_value"
1.1645 + eval ac_old_val=\$ac_cv_env_${ac_var}_value
1.1646 + eval ac_new_val=\$ac_env_${ac_var}_value
1.1647 case $ac_old_set,$ac_new_set in
1.1649 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1.1651 # Pass precious variables to config.status.
1.1652 if test "$ac_new_set" = set; then
1.1654 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1.1655 - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1656 + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1.1657 *) ac_arg=$ac_var=$ac_new_val ;;
1.1659 case " $ac_configure_args " in
1.1661 { (exit 1); exit 1; }; }
1.1681 ac_cpp='$CPP $CPPFLAGS'
1.1682 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1.1683 @@ -1297,48 +1722,37 @@
1.1684 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.1706 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1.1707 - if test -f $ac_dir/install-sh; then
1.1708 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1.1709 + if test -f "$ac_dir/install-sh"; then
1.1711 ac_install_sh="$ac_aux_dir/install-sh -c"
1.1713 - elif test -f $ac_dir/install.sh; then
1.1714 + elif test -f "$ac_dir/install.sh"; then
1.1716 ac_install_sh="$ac_aux_dir/install.sh -c"
1.1718 - elif test -f $ac_dir/shtool; then
1.1719 + elif test -f "$ac_dir/shtool"; then
1.1721 ac_install_sh="$ac_aux_dir/shtool install -c"
1.1725 if test -z "$ac_aux_dir"; then
1.1726 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1.1727 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1.1728 - { (exit 1); exit 1; }; }
1.1730 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1.1731 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1.1732 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1.1733 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1.1734 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1.1735 + { (exit 1); exit 1; }; }
1.1738 +# These three variables are undocumented and unsupported,
1.1739 +# and are intended to be withdrawn in a future Autoconf release.
1.1740 +# They can cause serious problems if a builder's source tree is in a directory
1.1741 +# whose full name contains unusual characters.
1.1742 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1.1743 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1.1744 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1.1747 # Find a good install program. We prefer a C program (faster),
1.1748 # so one script is as good as another. But avoid the broken or
1.1750 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1.1751 # OS/2's system install, which has a completely different semantic
1.1752 # ./install, which can be erroneously created by make from ./install.sh.
1.1753 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1.1754 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1.1755 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1.1756 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1.1757 if test -z "$INSTALL"; then
1.1758 if test "${ac_cv_path_install+set}" = set; then
1.1759 echo $ECHO_N "(cached) $ECHO_C" >&6
1.1762 for ac_prog in ginstall scoinst install; do
1.1763 for ac_exec_ext in '' $ac_executable_extensions; do
1.1764 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1.1765 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1.1766 if test $ac_prog = install &&
1.1767 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1.1768 # AIX install. It has an incompatible calling convention.
1.1769 @@ -1395,21 +1809,22 @@
1.1777 if test "${ac_cv_path_install+set}" = set; then
1.1778 INSTALL=$ac_cv_path_install
1.1780 - # As a last resort, use the slow shell script. We don't cache a
1.1781 - # path for INSTALL within a source directory, because that will
1.1782 + # As a last resort, use the slow shell script. Don't cache a
1.1783 + # value for INSTALL within a source directory, because that will
1.1784 # break other packages using the cache if that directory is
1.1785 - # removed, or if the path is relative.
1.1786 + # removed, or if the value is a relative name.
1.1790 -echo "$as_me:$LINENO: result: $INSTALL" >&5
1.1791 -echo "${ECHO_T}$INSTALL" >&6
1.1792 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1.1793 +echo "${ECHO_T}$INSTALL" >&6; }
1.1795 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1.1796 # It thinks the first close brace ends the variable substitution.
1.1799 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1.1801 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1.1802 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1.1803 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1.1804 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1.1807 echo timestamp > conftest.file
1.1808 @@ -1462,20 +1877,20 @@
1.1809 Check your system clock" >&2;}
1.1810 { (exit 1); exit 1; }; }
1.1812 -echo "$as_me:$LINENO: result: yes" >&5
1.1813 -echo "${ECHO_T}yes" >&6
1.1814 +{ echo "$as_me:$LINENO: result: yes" >&5
1.1815 +echo "${ECHO_T}yes" >&6; }
1.1816 test "$program_prefix" != NONE &&
1.1817 - program_transform_name="s,^,$program_prefix,;$program_transform_name"
1.1818 + program_transform_name="s&^&$program_prefix&;$program_transform_name"
1.1819 # Use a double $ so make ignores it.
1.1820 test "$program_suffix" != NONE &&
1.1821 - program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1.1822 + program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1.1823 # Double any \ or $. echo might interpret backslashes.
1.1824 # By default was `s,x,x', remove it if useless.
1.1825 cat <<\_ACEOF >conftest.sed
1.1826 s/[\\$]/&&/g;s/;s,x,x,$//
1.1828 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1.1833 # expand $ac_aux_dir to an absolute path
1.1836 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.1837 set dummy $ac_prog; ac_word=$2
1.1838 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1839 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.1840 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1841 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1842 if test "${ac_cv_prog_AWK+set}" = set; then
1.1843 echo $ECHO_N "(cached) $ECHO_C" >&6
1.1845 @@ -1509,54 +1924,57 @@
1.1847 test -z "$as_dir" && as_dir=.
1.1848 for ac_exec_ext in '' $ac_executable_extensions; do
1.1849 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.1850 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1851 ac_cv_prog_AWK="$ac_prog"
1.1852 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1862 if test -n "$AWK"; then
1.1863 - echo "$as_me:$LINENO: result: $AWK" >&5
1.1864 -echo "${ECHO_T}$AWK" >&6
1.1866 - echo "$as_me:$LINENO: result: no" >&5
1.1867 -echo "${ECHO_T}no" >&6
1.1869 + { echo "$as_me:$LINENO: result: $AWK" >&5
1.1870 +echo "${ECHO_T}$AWK" >&6; }
1.1872 + { echo "$as_me:$LINENO: result: no" >&5
1.1873 +echo "${ECHO_T}no" >&6; }
1.1877 test -n "$AWK" && break
1.1880 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1.1881 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1.1882 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1.1883 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1.1884 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1.1885 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1.1886 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.1887 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1.1888 echo $ECHO_N "(cached) $ECHO_C" >&6
1.1890 cat >conftest.make <<\_ACEOF
1.1893 - @echo 'ac_maketemp="$(MAKE)"'
1.1894 + @echo '@@@%%%=$(MAKE)=@@@%%%'
1.1896 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1.1897 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1.1898 -if test -n "$ac_maketemp"; then
1.1899 - eval ac_cv_prog_make_${ac_make}_set=yes
1.1901 - eval ac_cv_prog_make_${ac_make}_set=no
1.1903 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
1.1905 + eval ac_cv_prog_make_${ac_make}_set=yes;;
1.1907 + eval ac_cv_prog_make_${ac_make}_set=no;;
1.1911 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1.1912 - echo "$as_me:$LINENO: result: yes" >&5
1.1913 -echo "${ECHO_T}yes" >&6
1.1914 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1.1915 + { echo "$as_me:$LINENO: result: yes" >&5
1.1916 +echo "${ECHO_T}yes" >&6; }
1.1919 - echo "$as_me:$LINENO: result: no" >&5
1.1920 -echo "${ECHO_T}no" >&6
1.1921 + { echo "$as_me:$LINENO: result: no" >&5
1.1922 +echo "${ECHO_T}no" >&6; }
1.1923 SET_MAKE="MAKE=${MAKE-make}"
1.1927 if test -n "$ac_tool_prefix"; then
1.1928 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1.1929 set dummy ${ac_tool_prefix}strip; ac_word=$2
1.1930 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1931 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.1932 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1933 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1934 if test "${ac_cv_prog_STRIP+set}" = set; then
1.1935 echo $ECHO_N "(cached) $ECHO_C" >&6
1.1937 @@ -1644,32 +2062,34 @@
1.1939 test -z "$as_dir" && as_dir=.
1.1940 for ac_exec_ext in '' $ac_executable_extensions; do
1.1941 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.1942 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1943 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1.1944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1953 STRIP=$ac_cv_prog_STRIP
1.1954 if test -n "$STRIP"; then
1.1955 - echo "$as_me:$LINENO: result: $STRIP" >&5
1.1956 -echo "${ECHO_T}$STRIP" >&6
1.1958 - echo "$as_me:$LINENO: result: no" >&5
1.1959 -echo "${ECHO_T}no" >&6
1.1961 + { echo "$as_me:$LINENO: result: $STRIP" >&5
1.1962 +echo "${ECHO_T}$STRIP" >&6; }
1.1964 + { echo "$as_me:$LINENO: result: no" >&5
1.1965 +echo "${ECHO_T}no" >&6; }
1.1970 if test -z "$ac_cv_prog_STRIP"; then
1.1972 # Extract the first word of "strip", so it can be a program name with args.
1.1973 set dummy strip; ac_word=$2
1.1974 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1975 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.1976 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1977 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1978 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1.1979 echo $ECHO_N "(cached) $ECHO_C" >&6
1.1981 @@ -1682,27 +2102,41 @@
1.1983 test -z "$as_dir" && as_dir=.
1.1984 for ac_exec_ext in '' $ac_executable_extensions; do
1.1985 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.1986 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1987 ac_cv_prog_ac_ct_STRIP="strip"
1.1988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1994 - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1.1999 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1.2000 if test -n "$ac_ct_STRIP"; then
1.2001 - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1.2002 -echo "${ECHO_T}$ac_ct_STRIP" >&6
1.2004 - echo "$as_me:$LINENO: result: no" >&5
1.2005 -echo "${ECHO_T}no" >&6
1.2009 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1.2010 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
1.2012 + { echo "$as_me:$LINENO: result: no" >&5
1.2013 +echo "${ECHO_T}no" >&6; }
1.2016 + if test "x$ac_ct_STRIP" = x; then
1.2019 + case $cross_compiling:$ac_tool_warned in
1.2021 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2022 +whose name does not start with the host triplet. If you think this
1.2023 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2024 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2025 +whose name does not start with the host triplet. If you think this
1.2026 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2032 STRIP="$ac_cv_prog_STRIP"
1.2034 @@ -1715,17 +2149,17 @@
1.2038 -echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1.2039 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1.2040 - # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1.2041 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1.2042 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
1.2043 + # Check whether --enable-maintainer-mode was given.
1.2044 if test "${enable_maintainer_mode+set}" = set; then
1.2045 - enableval="$enable_maintainer_mode"
1.2046 - USE_MAINTAINER_MODE=$enableval
1.2047 + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1.2051 - echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1.2052 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1.2055 + { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1.2056 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
1.2059 if test $USE_MAINTAINER_MODE = yes; then
1.2060 @@ -1739,12 +2173,12 @@
1.2061 MAINT=$MAINTAINER_MODE_TRUE
1.2064 - ac_config_headers="$ac_config_headers config.h"
1.2065 +ac_config_headers="$ac_config_headers config.h"
1.2068 DEPDIR="${am__leading_dot}deps"
1.2070 - ac_config_commands="$ac_config_commands depfiles"
1.2071 +ac_config_commands="$ac_config_commands depfiles"
1.2078 # If we don't find an include directive, just comment out the code.
1.2079 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1.2080 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
1.2081 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1.2082 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
1.2086 @@ -1782,15 +2216,15 @@
1.2090 -echo "$as_me:$LINENO: result: $_am_result" >&5
1.2091 -echo "${ECHO_T}$_am_result" >&6
1.2092 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
1.2093 +echo "${ECHO_T}$_am_result" >&6; }
1.2096 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
1.2097 +# Check whether --enable-dependency-tracking was given.
1.2098 if test "${enable_dependency_tracking+set}" = set; then
1.2099 - enableval="$enable_dependency_tracking"
1.2102 + enableval=$enable_dependency_tracking;
1.2105 if test "x$enable_dependency_tracking" != xno; then
1.2106 am_depcomp="$ac_aux_dir/depcomp"
1.2109 if test -n "$ac_tool_prefix"; then
1.2110 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1.2111 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1.2112 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2113 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2114 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2115 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2116 if test "${ac_cv_prog_CC+set}" = set; then
1.2117 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2119 @@ -1829,32 +2263,34 @@
1.2121 test -z "$as_dir" && as_dir=.
1.2122 for ac_exec_ext in '' $ac_executable_extensions; do
1.2123 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2124 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2125 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.2126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2137 - echo "$as_me:$LINENO: result: $CC" >&5
1.2138 -echo "${ECHO_T}$CC" >&6
1.2140 - echo "$as_me:$LINENO: result: no" >&5
1.2141 -echo "${ECHO_T}no" >&6
1.2143 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2144 +echo "${ECHO_T}$CC" >&6; }
1.2146 + { echo "$as_me:$LINENO: result: no" >&5
1.2147 +echo "${ECHO_T}no" >&6; }
1.2152 if test -z "$ac_cv_prog_CC"; then
1.2154 # Extract the first word of "gcc", so it can be a program name with args.
1.2155 set dummy gcc; ac_word=$2
1.2156 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2157 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2158 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2159 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2160 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2161 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2163 @@ -1867,36 +2303,51 @@
1.2165 test -z "$as_dir" && as_dir=.
1.2166 for ac_exec_ext in '' $ac_executable_extensions; do
1.2167 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2168 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2169 ac_cv_prog_ac_ct_CC="gcc"
1.2170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2179 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2180 if test -n "$ac_ct_CC"; then
1.2181 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2182 -echo "${ECHO_T}$ac_ct_CC" >&6
1.2184 - echo "$as_me:$LINENO: result: no" >&5
1.2185 -echo "${ECHO_T}no" >&6
1.2189 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2190 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.2192 + { echo "$as_me:$LINENO: result: no" >&5
1.2193 +echo "${ECHO_T}no" >&6; }
1.2196 + if test "x$ac_ct_CC" = x; then
1.2199 + case $cross_compiling:$ac_tool_warned in
1.2201 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2202 +whose name does not start with the host triplet. If you think this
1.2203 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2204 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2205 +whose name does not start with the host triplet. If you think this
1.2206 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2216 - if test -n "$ac_tool_prefix"; then
1.2217 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.2218 + if test -n "$ac_tool_prefix"; then
1.2219 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.2220 set dummy ${ac_tool_prefix}cc; ac_word=$2
1.2221 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2222 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2223 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2224 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2225 if test "${ac_cv_prog_CC+set}" = set; then
1.2226 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2228 @@ -1909,74 +2360,34 @@
1.2230 test -z "$as_dir" && as_dir=.
1.2231 for ac_exec_ext in '' $ac_executable_extensions; do
1.2232 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2233 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2234 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.2235 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2246 - echo "$as_me:$LINENO: result: $CC" >&5
1.2247 -echo "${ECHO_T}$CC" >&6
1.2249 - echo "$as_me:$LINENO: result: no" >&5
1.2250 -echo "${ECHO_T}no" >&6
1.2254 -if test -z "$ac_cv_prog_CC"; then
1.2256 - # Extract the first word of "cc", so it can be a program name with args.
1.2257 -set dummy cc; ac_word=$2
1.2258 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2259 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2260 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2261 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.2263 - if test -n "$ac_ct_CC"; then
1.2264 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.2266 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.2270 - test -z "$as_dir" && as_dir=.
1.2271 - for ac_exec_ext in '' $ac_executable_extensions; do
1.2272 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2273 - ac_cv_prog_ac_ct_CC="cc"
1.2274 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2282 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2283 -if test -n "$ac_ct_CC"; then
1.2284 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2285 -echo "${ECHO_T}$ac_ct_CC" >&6
1.2287 - echo "$as_me:$LINENO: result: no" >&5
1.2288 -echo "${ECHO_T}no" >&6
1.2296 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2297 +echo "${ECHO_T}$CC" >&6; }
1.2299 + { echo "$as_me:$LINENO: result: no" >&5
1.2300 +echo "${ECHO_T}no" >&6; }
1.2307 # Extract the first word of "cc", so it can be a program name with args.
1.2308 set dummy cc; ac_word=$2
1.2309 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2310 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2311 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2312 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2313 if test "${ac_cv_prog_CC+set}" = set; then
1.2314 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2318 test -z "$as_dir" && as_dir=.
1.2319 for ac_exec_ext in '' $ac_executable_extensions; do
1.2320 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2321 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2322 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1.2331 if test $ac_prog_rejected = yes; then
1.2332 # We found a bogon in the path, so make sure we never use it.
1.2333 @@ -2018,22 +2430,23 @@
1.2337 - echo "$as_me:$LINENO: result: $CC" >&5
1.2338 -echo "${ECHO_T}$CC" >&6
1.2340 - echo "$as_me:$LINENO: result: no" >&5
1.2341 -echo "${ECHO_T}no" >&6
1.2343 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2344 +echo "${ECHO_T}$CC" >&6; }
1.2346 + { echo "$as_me:$LINENO: result: no" >&5
1.2347 +echo "${ECHO_T}no" >&6; }
1.2353 if test -n "$ac_tool_prefix"; then
1.2355 + for ac_prog in cl.exe
1.2357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1.2358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1.2359 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2360 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2361 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2362 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2363 if test "${ac_cv_prog_CC+set}" = set; then
1.2364 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2366 @@ -2046,36 +2459,38 @@
1.2368 test -z "$as_dir" && as_dir=.
1.2369 for ac_exec_ext in '' $ac_executable_extensions; do
1.2370 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2371 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2372 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.2373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2384 - echo "$as_me:$LINENO: result: $CC" >&5
1.2385 -echo "${ECHO_T}$CC" >&6
1.2387 - echo "$as_me:$LINENO: result: no" >&5
1.2388 -echo "${ECHO_T}no" >&6
1.2390 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2391 +echo "${ECHO_T}$CC" >&6; }
1.2393 + { echo "$as_me:$LINENO: result: no" >&5
1.2394 +echo "${ECHO_T}no" >&6; }
1.2404 + for ac_prog in cl.exe
1.2406 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.2407 set dummy $ac_prog; ac_word=$2
1.2408 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2409 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.2410 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2411 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2412 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2413 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2415 @@ -2088,29 +2503,45 @@
1.2417 test -z "$as_dir" && as_dir=.
1.2418 for ac_exec_ext in '' $ac_executable_extensions; do
1.2419 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.2420 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2421 ac_cv_prog_ac_ct_CC="$ac_prog"
1.2422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2431 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2432 if test -n "$ac_ct_CC"; then
1.2433 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2434 -echo "${ECHO_T}$ac_ct_CC" >&6
1.2436 - echo "$as_me:$LINENO: result: no" >&5
1.2437 -echo "${ECHO_T}no" >&6
1.2439 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2440 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.2442 + { echo "$as_me:$LINENO: result: no" >&5
1.2443 +echo "${ECHO_T}no" >&6; }
1.2447 test -n "$ac_ct_CC" && break
1.2451 + if test "x$ac_ct_CC" = x; then
1.2454 + case $cross_compiling:$ac_tool_warned in
1.2456 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2457 +whose name does not start with the host triplet. If you think this
1.2458 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2459 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2460 +whose name does not start with the host triplet. If you think this
1.2461 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2469 @@ -2123,21 +2554,35 @@
1.2470 { (exit 1); exit 1; }; }
1.2472 # Provide some information about the compiler.
1.2473 -echo "$as_me:$LINENO:" \
1.2474 - "checking for C compiler version" >&5
1.2475 +echo "$as_me:$LINENO: checking for C compiler version" >&5
1.2476 ac_compiler=`set X $ac_compile; echo $2`
1.2477 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1.2478 - (eval $ac_compiler --version </dev/null >&5) 2>&5
1.2479 +{ (ac_try="$ac_compiler --version >&5"
1.2481 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2482 + *) ac_try_echo=$ac_try;;
1.2484 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2485 + (eval "$ac_compiler --version >&5") 2>&5
1.2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2489 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1.2490 - (eval $ac_compiler -v </dev/null >&5) 2>&5
1.2491 +{ (ac_try="$ac_compiler -v >&5"
1.2493 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2494 + *) ac_try_echo=$ac_try;;
1.2496 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2497 + (eval "$ac_compiler -v >&5") 2>&5
1.2499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2501 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1.2502 - (eval $ac_compiler -V </dev/null >&5) 2>&5
1.2503 +{ (ac_try="$ac_compiler -V >&5"
1.2505 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2506 + *) ac_try_echo=$ac_try;;
1.2508 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2509 + (eval "$ac_compiler -V >&5") 2>&5
1.2511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2513 @@ -2162,46 +2607,70 @@
1.2514 # Try to create an executable without -o first, disregard a.out.
1.2515 # It will help us diagnose broken compilers, and finding out an intuition
1.2517 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1.2518 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1.2519 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1.2520 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
1.2521 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1.2522 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1.2523 - (eval $ac_link_default) 2>&5
1.2525 +# List of possible output files, starting from the most likely.
1.2526 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
1.2527 +# only as a last resort. b.out is created by i960 compilers.
1.2528 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
1.2530 +# The IRIX 6 linker writes into existing files which may not be
1.2531 +# executable, retaining their permissions. Remove them first so a
1.2532 +# subsequent execution test works.
1.2534 +for ac_file in $ac_files
1.2537 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1.2538 + * ) ac_rmfiles="$ac_rmfiles $ac_file";;
1.2543 +if { (ac_try="$ac_link_default"
1.2545 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2546 + *) ac_try_echo=$ac_try;;
1.2548 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2549 + (eval "$ac_link_default") 2>&5
1.2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2552 (exit $ac_status); }; then
1.2553 - # Find the output, starting from the most likely. This scheme is
1.2554 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1.2557 -# Be careful to initialize this variable, since it used to be cached.
1.2558 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1.2560 -# b.out is created by i960 compilers.
1.2561 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1.2562 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
1.2563 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
1.2564 +# in a Makefile. We should not override ac_cv_exeext if it was cached,
1.2565 +# so that the user can short-circuit this test for compilers unknown to
1.2567 +for ac_file in $ac_files
1.2569 test -f "$ac_file" || continue
1.2571 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1.2574 - # This is the source file.
1.2575 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
1.2578 # We found the default executable, but exeext='' is most
1.2582 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1.2583 - # FIXME: I believe we export ac_cv_exeext for Libtool,
1.2584 - # but it would be cool to find out if it's true. Does anybody
1.2585 - # maintain Libtool? --akim.
1.2587 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
1.2589 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1.2591 + # We set ac_cv_exeext here because the later test for it is not
1.2592 + # safe: cross compilers may not add the suffix if given an `-o'
1.2593 + # argument, so we may need to know it at that point already.
1.2594 + # Even if this section looks crufty: it has the advantage of
1.2601 +test "$ac_cv_exeext" = no && ac_cv_exeext=
1.2604 echo "$as_me: failed program was:" >&5
1.2605 sed 's/^/| /' conftest.$ac_ext >&5
1.2606 @@ -2214,19 +2683,23 @@
1.2609 ac_exeext=$ac_cv_exeext
1.2610 -echo "$as_me:$LINENO: result: $ac_file" >&5
1.2611 -echo "${ECHO_T}$ac_file" >&6
1.2613 -# Check the compiler produces executables we can run. If not, either
1.2614 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
1.2615 +echo "${ECHO_T}$ac_file" >&6; }
1.2617 +# Check that the compiler produces executables we can run. If not, either
1.2618 # the compiler is broken, or we cross compile.
1.2619 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1.2620 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1.2621 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1.2622 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
1.2623 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1.2624 # If not cross compiling, check that we can run a simple program.
1.2625 if test "$cross_compiling" != yes; then
1.2626 if { ac_try='./$ac_file'
1.2627 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.2629 + { (case "(($ac_try" in
1.2630 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2631 + *) ac_try_echo=$ac_try;;
1.2633 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2634 + (eval "$ac_try") 2>&5
1.2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2637 (exit $ac_status); }; }; then
1.2638 @@ -2245,22 +2718,27 @@
1.2642 -echo "$as_me:$LINENO: result: yes" >&5
1.2643 -echo "${ECHO_T}yes" >&6
1.2644 +{ echo "$as_me:$LINENO: result: yes" >&5
1.2645 +echo "${ECHO_T}yes" >&6; }
1.2647 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1.2648 ac_clean_files=$ac_clean_files_save
1.2649 -# Check the compiler produces executables we can run. If not, either
1.2650 +# Check that the compiler produces executables we can run. If not, either
1.2651 # the compiler is broken, or we cross compile.
1.2652 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1.2653 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1.2654 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
1.2655 -echo "${ECHO_T}$cross_compiling" >&6
1.2657 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
1.2658 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1.2659 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.2661 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1.2662 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
1.2663 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
1.2664 +echo "${ECHO_T}$cross_compiling" >&6; }
1.2666 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
1.2667 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
1.2668 +if { (ac_try="$ac_link"
1.2670 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2671 + *) ac_try_echo=$ac_try;;
1.2673 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2674 + (eval "$ac_link") 2>&5
1.2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2677 (exit $ac_status); }; then
1.2679 for ac_file in conftest.exe conftest conftest.*; do
1.2680 test -f "$ac_file" || continue
1.2682 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1.2683 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1.2684 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1.2689 @@ -2287,14 +2764,14 @@
1.2692 rm -f conftest$ac_cv_exeext
1.2693 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1.2694 -echo "${ECHO_T}$ac_cv_exeext" >&6
1.2695 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1.2696 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
1.2701 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
1.2702 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1.2703 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
1.2704 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
1.2705 if test "${ac_cv_objext+set}" = set; then
1.2706 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2708 @@ -2314,14 +2791,20 @@
1.2711 rm -f conftest.o conftest.obj
1.2712 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.2713 - (eval $ac_compile) 2>&5
1.2714 +if { (ac_try="$ac_compile"
1.2716 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2717 + *) ac_try_echo=$ac_try;;
1.2719 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2720 + (eval "$ac_compile") 2>&5
1.2722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2723 (exit $ac_status); }; then
1.2724 - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1.2725 + for ac_file in conftest.o conftest.obj conftest.*; do
1.2726 + test -f "$ac_file" || continue;
1.2728 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1.2729 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
1.2730 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1.2733 @@ -2339,12 +2822,12 @@
1.2735 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1.2737 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1.2738 -echo "${ECHO_T}$ac_cv_objext" >&6
1.2739 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1.2740 +echo "${ECHO_T}$ac_cv_objext" >&6; }
1.2743 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.2744 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1.2745 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.2746 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
1.2747 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1.2748 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2750 @@ -2367,23 +2850,36 @@
1.2753 rm -f conftest.$ac_objext
1.2754 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.2755 - (eval $ac_compile) 2>conftest.er1
1.2757 - grep -v '^ *+' conftest.er1 >conftest.err
1.2760 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2761 - (exit $ac_status); } &&
1.2762 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.2763 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.2766 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2767 - (exit $ac_status); }; } &&
1.2768 - { ac_try='test -s conftest.$ac_objext'
1.2769 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.2771 +if { (ac_try="$ac_compile"
1.2773 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2774 + *) ac_try_echo=$ac_try;;
1.2776 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2777 + (eval "$ac_compile") 2>conftest.er1
1.2779 + grep -v '^ *+' conftest.er1 >conftest.err
1.2782 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2783 + (exit $ac_status); } &&
1.2784 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.2785 + { (case "(($ac_try" in
1.2786 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2787 + *) ac_try_echo=$ac_try;;
1.2789 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2790 + (eval "$ac_try") 2>&5
1.2792 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2793 + (exit $ac_status); }; } &&
1.2794 + { ac_try='test -s conftest.$ac_objext'
1.2795 + { (case "(($ac_try" in
1.2796 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2797 + *) ac_try_echo=$ac_try;;
1.2799 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2800 + (eval "$ac_try") 2>&5
1.2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2803 (exit $ac_status); }; }; then
1.2804 @@ -2392,56 +2888,73 @@
1.2805 echo "$as_me: failed program was:" >&5
1.2806 sed 's/^/| /' conftest.$ac_ext >&5
1.2810 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.2814 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.2815 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.2818 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.2819 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1.2820 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.2821 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
1.2822 GCC=`test $ac_compiler_gnu = yes && echo yes`
1.2823 ac_test_CFLAGS=${CFLAGS+set}
1.2826 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.2827 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1.2828 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.2829 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
1.2830 if test "${ac_cv_prog_cc_g+set}" = set; then
1.2831 echo $ECHO_N "(cached) $ECHO_C" >&6
1.2833 - cat >conftest.$ac_ext <<_ACEOF
1.2836 -cat confdefs.h >>conftest.$ac_ext
1.2837 -cat >>conftest.$ac_ext <<_ACEOF
1.2848 -rm -f conftest.$ac_objext
1.2849 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.2850 - (eval $ac_compile) 2>conftest.er1
1.2852 - grep -v '^ *+' conftest.er1 >conftest.err
1.2855 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2856 - (exit $ac_status); } &&
1.2857 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.2858 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.2861 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2862 - (exit $ac_status); }; } &&
1.2863 - { ac_try='test -s conftest.$ac_objext'
1.2864 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.2866 + ac_save_c_werror_flag=$ac_c_werror_flag
1.2870 + cat >conftest.$ac_ext <<_ACEOF
1.2873 +cat confdefs.h >>conftest.$ac_ext
1.2874 +cat >>conftest.$ac_ext <<_ACEOF
1.2885 +rm -f conftest.$ac_objext
1.2886 +if { (ac_try="$ac_compile"
1.2888 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2889 + *) ac_try_echo=$ac_try;;
1.2891 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2892 + (eval "$ac_compile") 2>conftest.er1
1.2894 + grep -v '^ *+' conftest.er1 >conftest.err
1.2897 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2898 + (exit $ac_status); } &&
1.2899 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.2900 + { (case "(($ac_try" in
1.2901 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2902 + *) ac_try_echo=$ac_try;;
1.2904 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2905 + (eval "$ac_try") 2>&5
1.2907 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2908 + (exit $ac_status); }; } &&
1.2909 + { ac_try='test -s conftest.$ac_objext'
1.2910 + { (case "(($ac_try" in
1.2911 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2912 + *) ac_try_echo=$ac_try;;
1.2914 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2915 + (eval "$ac_try") 2>&5
1.2917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2918 (exit $ac_status); }; }; then
1.2919 @@ -2450,12 +2963,131 @@
1.2920 echo "$as_me: failed program was:" >&5
1.2921 sed 's/^/| /' conftest.$ac_ext >&5
1.2925 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.2927 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.2928 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1.2930 + cat >conftest.$ac_ext <<_ACEOF
1.2933 +cat confdefs.h >>conftest.$ac_ext
1.2934 +cat >>conftest.$ac_ext <<_ACEOF
1.2945 +rm -f conftest.$ac_objext
1.2946 +if { (ac_try="$ac_compile"
1.2948 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2949 + *) ac_try_echo=$ac_try;;
1.2951 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2952 + (eval "$ac_compile") 2>conftest.er1
1.2954 + grep -v '^ *+' conftest.er1 >conftest.err
1.2957 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2958 + (exit $ac_status); } &&
1.2959 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.2960 + { (case "(($ac_try" in
1.2961 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2962 + *) ac_try_echo=$ac_try;;
1.2964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2965 + (eval "$ac_try") 2>&5
1.2967 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2968 + (exit $ac_status); }; } &&
1.2969 + { ac_try='test -s conftest.$ac_objext'
1.2970 + { (case "(($ac_try" in
1.2971 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2972 + *) ac_try_echo=$ac_try;;
1.2974 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2975 + (eval "$ac_try") 2>&5
1.2977 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2978 + (exit $ac_status); }; }; then
1.2981 + echo "$as_me: failed program was:" >&5
1.2982 +sed 's/^/| /' conftest.$ac_ext >&5
1.2984 + ac_c_werror_flag=$ac_save_c_werror_flag
1.2986 + cat >conftest.$ac_ext <<_ACEOF
1.2989 +cat confdefs.h >>conftest.$ac_ext
1.2990 +cat >>conftest.$ac_ext <<_ACEOF
1.3001 +rm -f conftest.$ac_objext
1.3002 +if { (ac_try="$ac_compile"
1.3004 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3005 + *) ac_try_echo=$ac_try;;
1.3007 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3008 + (eval "$ac_compile") 2>conftest.er1
1.3010 + grep -v '^ *+' conftest.er1 >conftest.err
1.3013 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3014 + (exit $ac_status); } &&
1.3015 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3016 + { (case "(($ac_try" in
1.3017 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3018 + *) ac_try_echo=$ac_try;;
1.3020 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3021 + (eval "$ac_try") 2>&5
1.3023 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3024 + (exit $ac_status); }; } &&
1.3025 + { ac_try='test -s conftest.$ac_objext'
1.3026 + { (case "(($ac_try" in
1.3027 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3028 + *) ac_try_echo=$ac_try;;
1.3030 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3031 + (eval "$ac_try") 2>&5
1.3033 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3034 + (exit $ac_status); }; }; then
1.3037 + echo "$as_me: failed program was:" >&5
1.3038 +sed 's/^/| /' conftest.$ac_ext >&5
1.3043 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.3046 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.3049 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.3050 + ac_c_werror_flag=$ac_save_c_werror_flag
1.3052 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.3053 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
1.3054 if test "$ac_test_CFLAGS" = set; then
1.3056 elif test $ac_cv_prog_cc_g = yes; then
1.3057 @@ -2471,12 +3103,12 @@
1.3061 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1.3062 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1.3063 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
1.3064 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.3066 - ac_cv_prog_cc_stdc=no
1.3067 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.3068 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
1.3069 +if test "${ac_cv_prog_cc_c89+set}" = set; then
1.3070 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3074 cat >conftest.$ac_ext <<_ACEOF
1.3076 @@ -2510,12 +3142,17 @@
1.3077 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
1.3078 function prototypes and stuff, but not '\xHH' hex character constants.
1.3079 These don't provoke an error unfortunately, instead are silently treated
1.3080 - as 'x'. The following induces an error, until -std1 is added to get
1.3081 + as 'x'. The following induces an error, until -std is added to get
1.3082 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
1.3083 array size at least. It's necessary to write '\x00'==0 to get something
1.3084 - that's true only with -std1. */
1.3085 + that's true only with -std. */
1.3086 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
1.3088 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
1.3089 + inside strings and character constants. */
1.3091 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
1.3093 int test (int i, double x);
1.3094 struct s1 {int (*f) (int a);};
1.3095 struct s2 {int (*f) (double a);};
1.3096 @@ -2530,201 +3167,74 @@
1.3100 -# Don't try gcc -ansi; that turns off useful extensions and
1.3101 -# breaks some systems' header files.
1.3103 -# Ultrix and OSF/1 -std1
1.3104 -# HP-UX 10.20 and later -Ae
1.3105 -# HP-UX older versions -Aa -D_HPUX_SOURCE
1.3106 -# SVR4 -Xc -D__EXTENSIONS__
1.3107 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1.3108 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
1.3109 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1.3111 CC="$ac_save_CC $ac_arg"
1.3112 rm -f conftest.$ac_objext
1.3113 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.3114 - (eval $ac_compile) 2>conftest.er1
1.3116 - grep -v '^ *+' conftest.er1 >conftest.err
1.3119 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3120 - (exit $ac_status); } &&
1.3121 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3122 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3125 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3126 - (exit $ac_status); }; } &&
1.3127 - { ac_try='test -s conftest.$ac_objext'
1.3128 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3131 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3132 - (exit $ac_status); }; }; then
1.3133 - ac_cv_prog_cc_stdc=$ac_arg
1.3136 - echo "$as_me: failed program was:" >&5
1.3137 -sed 's/^/| /' conftest.$ac_ext >&5
1.3140 -rm -f conftest.err conftest.$ac_objext
1.3142 -rm -f conftest.$ac_ext conftest.$ac_objext
1.3143 +if { (ac_try="$ac_compile"
1.3145 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3146 + *) ac_try_echo=$ac_try;;
1.3148 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3149 + (eval "$ac_compile") 2>conftest.er1
1.3151 + grep -v '^ *+' conftest.er1 >conftest.err
1.3154 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3155 + (exit $ac_status); } &&
1.3156 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3157 + { (case "(($ac_try" in
1.3158 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3159 + *) ac_try_echo=$ac_try;;
1.3161 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3162 + (eval "$ac_try") 2>&5
1.3164 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3165 + (exit $ac_status); }; } &&
1.3166 + { ac_try='test -s conftest.$ac_objext'
1.3167 + { (case "(($ac_try" in
1.3168 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3169 + *) ac_try_echo=$ac_try;;
1.3171 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3172 + (eval "$ac_try") 2>&5
1.3174 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3175 + (exit $ac_status); }; }; then
1.3176 + ac_cv_prog_cc_c89=$ac_arg
1.3178 + echo "$as_me: failed program was:" >&5
1.3179 +sed 's/^/| /' conftest.$ac_ext >&5
1.3184 +rm -f core conftest.err conftest.$ac_objext
1.3185 + test "x$ac_cv_prog_cc_c89" != "xno" && break
1.3187 +rm -f conftest.$ac_ext
1.3192 -case "x$ac_cv_prog_cc_stdc" in
1.3194 - echo "$as_me:$LINENO: result: none needed" >&5
1.3195 -echo "${ECHO_T}none needed" >&6 ;;
1.3197 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
1.3198 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
1.3199 - CC="$CC $ac_cv_prog_cc_stdc" ;;
1.3202 -# Some people use a C++ compiler to compile C. Since we use `exit',
1.3203 -# in C++ we need to declare it. In case someone uses the same compiler
1.3204 -# for both compiling C and C++ we need to have the C++ compiler decide
1.3205 -# the declaration of exit, since it's the most demanding environment.
1.3206 -cat >conftest.$ac_ext <<_ACEOF
1.3211 -rm -f conftest.$ac_objext
1.3212 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.3213 - (eval $ac_compile) 2>conftest.er1
1.3215 - grep -v '^ *+' conftest.er1 >conftest.err
1.3218 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3219 - (exit $ac_status); } &&
1.3220 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3221 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3224 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3225 - (exit $ac_status); }; } &&
1.3226 - { ac_try='test -s conftest.$ac_objext'
1.3227 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3230 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3231 - (exit $ac_status); }; }; then
1.3232 - for ac_declaration in \
1.3234 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
1.3235 - 'extern "C" void std::exit (int); using std::exit;' \
1.3236 - 'extern "C" void exit (int) throw ();' \
1.3237 - 'extern "C" void exit (int);' \
1.3240 - cat >conftest.$ac_ext <<_ACEOF
1.3243 -cat confdefs.h >>conftest.$ac_ext
1.3244 -cat >>conftest.$ac_ext <<_ACEOF
1.3256 -rm -f conftest.$ac_objext
1.3257 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.3258 - (eval $ac_compile) 2>conftest.er1
1.3260 - grep -v '^ *+' conftest.er1 >conftest.err
1.3263 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3264 - (exit $ac_status); } &&
1.3265 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3266 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3269 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3270 - (exit $ac_status); }; } &&
1.3271 - { ac_try='test -s conftest.$ac_objext'
1.3272 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3275 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3276 - (exit $ac_status); }; }; then
1.3279 - echo "$as_me: failed program was:" >&5
1.3280 -sed 's/^/| /' conftest.$ac_ext >&5
1.3284 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.3285 - cat >conftest.$ac_ext <<_ACEOF
1.3288 -cat confdefs.h >>conftest.$ac_ext
1.3289 -cat >>conftest.$ac_ext <<_ACEOF
1.3300 -rm -f conftest.$ac_objext
1.3301 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.3302 - (eval $ac_compile) 2>conftest.er1
1.3304 - grep -v '^ *+' conftest.er1 >conftest.err
1.3307 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3308 - (exit $ac_status); } &&
1.3309 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3310 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3313 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3314 - (exit $ac_status); }; } &&
1.3315 - { ac_try='test -s conftest.$ac_objext'
1.3316 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3319 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3320 - (exit $ac_status); }; }; then
1.3323 - echo "$as_me: failed program was:" >&5
1.3324 -sed 's/^/| /' conftest.$ac_ext >&5
1.3327 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.3330 -if test -n "$ac_declaration"; then
1.3331 - echo '#ifdef __cplusplus' >>confdefs.h
1.3332 - echo $ac_declaration >>confdefs.h
1.3333 - echo '#endif' >>confdefs.h
1.3337 - echo "$as_me: failed program was:" >&5
1.3338 -sed 's/^/| /' conftest.$ac_ext >&5
1.3341 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.3343 +case "x$ac_cv_prog_cc_c89" in
1.3345 + { echo "$as_me:$LINENO: result: none needed" >&5
1.3346 +echo "${ECHO_T}none needed" >&6; } ;;
1.3348 + { echo "$as_me:$LINENO: result: unsupported" >&5
1.3349 +echo "${ECHO_T}unsupported" >&6; } ;;
1.3351 + CC="$CC $ac_cv_prog_cc_c89"
1.3352 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.3353 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
1.3358 ac_cpp='$CPP $CPPFLAGS'
1.3359 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1.3362 depcc="$CC" am_compiler_list=
1.3364 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.3365 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
1.3366 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.3367 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
1.3368 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1.3369 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3375 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.3376 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
1.3377 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.3378 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
1.3379 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.3382 @@ -2834,75 +3344,104 @@
1.3387 - echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
1.3388 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
1.3389 -if test "${ac_cv_lib_cposix_strerror+set}" = set; then
1.3390 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.3392 - ac_check_lib_save_LIBS=$LIBS
1.3394 -cat >conftest.$ac_ext <<_ACEOF
1.3397 -cat confdefs.h >>conftest.$ac_ext
1.3398 -cat >>conftest.$ac_ext <<_ACEOF
1.3401 -/* Override any gcc2 internal prototype to avoid an error. */
1.3405 -/* We use char because int might match the return type of a gcc2
1.3406 - builtin and then its argument prototype would still apply. */
1.3407 +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
1.3408 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
1.3409 +if test "${ac_cv_search_strerror+set}" = set; then
1.3410 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3412 + ac_func_search_save_LIBS=$LIBS
1.3413 +cat >conftest.$ac_ext <<_ACEOF
1.3416 +cat confdefs.h >>conftest.$ac_ext
1.3417 +cat >>conftest.$ac_ext <<_ACEOF
1.3420 +/* Override any GCC internal prototype to avoid an error.
1.3421 + Use char because int might match the return type of a GCC
1.3422 + builtin and then its argument prototype would still apply. */
1.3435 -rm -f conftest.$ac_objext conftest$ac_exeext
1.3436 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.3437 - (eval $ac_link) 2>conftest.er1
1.3439 - grep -v '^ *+' conftest.er1 >conftest.err
1.3442 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3443 - (exit $ac_status); } &&
1.3444 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3445 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3448 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3449 - (exit $ac_status); }; } &&
1.3450 - { ac_try='test -s conftest$ac_exeext'
1.3451 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3454 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3455 - (exit $ac_status); }; }; then
1.3456 - ac_cv_lib_cposix_strerror=yes
1.3458 - echo "$as_me: failed program was:" >&5
1.3459 -sed 's/^/| /' conftest.$ac_ext >&5
1.3461 -ac_cv_lib_cposix_strerror=no
1.3463 -rm -f conftest.err conftest.$ac_objext \
1.3464 - conftest$ac_exeext conftest.$ac_ext
1.3465 -LIBS=$ac_check_lib_save_LIBS
1.3467 -echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
1.3468 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
1.3469 -if test $ac_cv_lib_cposix_strerror = yes; then
1.3470 - LIBS="$LIBS -lcposix"
1.3479 +for ac_lib in '' cposix; do
1.3480 + if test -z "$ac_lib"; then
1.3481 + ac_res="none required"
1.3484 + LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1.3486 + rm -f conftest.$ac_objext conftest$ac_exeext
1.3487 +if { (ac_try="$ac_link"
1.3489 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3490 + *) ac_try_echo=$ac_try;;
1.3492 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3493 + (eval "$ac_link") 2>conftest.er1
1.3495 + grep -v '^ *+' conftest.er1 >conftest.err
1.3498 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3499 + (exit $ac_status); } &&
1.3500 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3501 + { (case "(($ac_try" in
1.3502 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3503 + *) ac_try_echo=$ac_try;;
1.3505 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3506 + (eval "$ac_try") 2>&5
1.3508 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3509 + (exit $ac_status); }; } &&
1.3510 + { ac_try='test -s conftest$ac_exeext'
1.3511 + { (case "(($ac_try" in
1.3512 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3513 + *) ac_try_echo=$ac_try;;
1.3515 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3516 + (eval "$ac_try") 2>&5
1.3518 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3519 + (exit $ac_status); }; }; then
1.3520 + ac_cv_search_strerror=$ac_res
1.3522 + echo "$as_me: failed program was:" >&5
1.3523 +sed 's/^/| /' conftest.$ac_ext >&5
1.3528 +rm -f core conftest.err conftest.$ac_objext \
1.3530 + if test "${ac_cv_search_strerror+set}" = set; then
1.3534 +if test "${ac_cv_search_strerror+set}" = set; then
1.3537 + ac_cv_search_strerror=no
1.3540 +LIBS=$ac_func_search_save_LIBS
1.3542 +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
1.3543 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
1.3544 +ac_res=$ac_cv_search_strerror
1.3545 +if test "$ac_res" != no; then
1.3546 + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1.3551 ac_cpp='$CPP $CPPFLAGS'
1.3553 if test -n "$ac_tool_prefix"; then
1.3554 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1.3555 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1.3556 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3557 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3558 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3559 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3560 if test "${ac_cv_prog_CC+set}" = set; then
1.3561 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3563 @@ -2926,32 +3465,34 @@
1.3565 test -z "$as_dir" && as_dir=.
1.3566 for ac_exec_ext in '' $ac_executable_extensions; do
1.3567 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3568 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3569 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.3570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3581 - echo "$as_me:$LINENO: result: $CC" >&5
1.3582 -echo "${ECHO_T}$CC" >&6
1.3584 - echo "$as_me:$LINENO: result: no" >&5
1.3585 -echo "${ECHO_T}no" >&6
1.3587 + { echo "$as_me:$LINENO: result: $CC" >&5
1.3588 +echo "${ECHO_T}$CC" >&6; }
1.3590 + { echo "$as_me:$LINENO: result: no" >&5
1.3591 +echo "${ECHO_T}no" >&6; }
1.3596 if test -z "$ac_cv_prog_CC"; then
1.3598 # Extract the first word of "gcc", so it can be a program name with args.
1.3599 set dummy gcc; ac_word=$2
1.3600 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3601 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3602 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3603 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3604 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.3605 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3607 @@ -2964,36 +3505,51 @@
1.3609 test -z "$as_dir" && as_dir=.
1.3610 for ac_exec_ext in '' $ac_executable_extensions; do
1.3611 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3612 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3613 ac_cv_prog_ac_ct_CC="gcc"
1.3614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3623 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.3624 if test -n "$ac_ct_CC"; then
1.3625 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3626 -echo "${ECHO_T}$ac_ct_CC" >&6
1.3628 - echo "$as_me:$LINENO: result: no" >&5
1.3629 -echo "${ECHO_T}no" >&6
1.3633 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3634 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.3636 + { echo "$as_me:$LINENO: result: no" >&5
1.3637 +echo "${ECHO_T}no" >&6; }
1.3640 + if test "x$ac_ct_CC" = x; then
1.3643 + case $cross_compiling:$ac_tool_warned in
1.3645 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.3646 +whose name does not start with the host triplet. If you think this
1.3647 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.3648 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.3649 +whose name does not start with the host triplet. If you think this
1.3650 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.3660 - if test -n "$ac_tool_prefix"; then
1.3661 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.3662 + if test -n "$ac_tool_prefix"; then
1.3663 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.3664 set dummy ${ac_tool_prefix}cc; ac_word=$2
1.3665 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3666 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3667 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3668 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3669 if test "${ac_cv_prog_CC+set}" = set; then
1.3670 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3672 @@ -3006,74 +3562,34 @@
1.3674 test -z "$as_dir" && as_dir=.
1.3675 for ac_exec_ext in '' $ac_executable_extensions; do
1.3676 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3677 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3678 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.3679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3690 - echo "$as_me:$LINENO: result: $CC" >&5
1.3691 -echo "${ECHO_T}$CC" >&6
1.3693 - echo "$as_me:$LINENO: result: no" >&5
1.3694 -echo "${ECHO_T}no" >&6
1.3698 -if test -z "$ac_cv_prog_CC"; then
1.3700 - # Extract the first word of "cc", so it can be a program name with args.
1.3701 -set dummy cc; ac_word=$2
1.3702 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3703 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3704 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.3705 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.3707 - if test -n "$ac_ct_CC"; then
1.3708 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.3710 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.3714 - test -z "$as_dir" && as_dir=.
1.3715 - for ac_exec_ext in '' $ac_executable_extensions; do
1.3716 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3717 - ac_cv_prog_ac_ct_CC="cc"
1.3718 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3726 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.3727 -if test -n "$ac_ct_CC"; then
1.3728 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3729 -echo "${ECHO_T}$ac_ct_CC" >&6
1.3731 - echo "$as_me:$LINENO: result: no" >&5
1.3732 -echo "${ECHO_T}no" >&6
1.3740 + { echo "$as_me:$LINENO: result: $CC" >&5
1.3741 +echo "${ECHO_T}$CC" >&6; }
1.3743 + { echo "$as_me:$LINENO: result: no" >&5
1.3744 +echo "${ECHO_T}no" >&6; }
1.3751 # Extract the first word of "cc", so it can be a program name with args.
1.3752 set dummy cc; ac_word=$2
1.3753 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3754 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3755 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3756 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3757 if test "${ac_cv_prog_CC+set}" = set; then
1.3758 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3762 test -z "$as_dir" && as_dir=.
1.3763 for ac_exec_ext in '' $ac_executable_extensions; do
1.3764 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3765 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3766 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1.3775 if test $ac_prog_rejected = yes; then
1.3776 # We found a bogon in the path, so make sure we never use it.
1.3777 @@ -3115,22 +3632,23 @@
1.3781 - echo "$as_me:$LINENO: result: $CC" >&5
1.3782 -echo "${ECHO_T}$CC" >&6
1.3784 - echo "$as_me:$LINENO: result: no" >&5
1.3785 -echo "${ECHO_T}no" >&6
1.3787 + { echo "$as_me:$LINENO: result: $CC" >&5
1.3788 +echo "${ECHO_T}$CC" >&6; }
1.3790 + { echo "$as_me:$LINENO: result: no" >&5
1.3791 +echo "${ECHO_T}no" >&6; }
1.3797 if test -n "$ac_tool_prefix"; then
1.3799 + for ac_prog in cl.exe
1.3801 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1.3802 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1.3803 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3804 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3805 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3806 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3807 if test "${ac_cv_prog_CC+set}" = set; then
1.3808 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3810 @@ -3143,36 +3661,38 @@
1.3812 test -z "$as_dir" && as_dir=.
1.3813 for ac_exec_ext in '' $ac_executable_extensions; do
1.3814 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3815 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3816 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.3817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3828 - echo "$as_me:$LINENO: result: $CC" >&5
1.3829 -echo "${ECHO_T}$CC" >&6
1.3831 - echo "$as_me:$LINENO: result: no" >&5
1.3832 -echo "${ECHO_T}no" >&6
1.3834 + { echo "$as_me:$LINENO: result: $CC" >&5
1.3835 +echo "${ECHO_T}$CC" >&6; }
1.3837 + { echo "$as_me:$LINENO: result: no" >&5
1.3838 +echo "${ECHO_T}no" >&6; }
1.3848 + for ac_prog in cl.exe
1.3850 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.3851 set dummy $ac_prog; ac_word=$2
1.3852 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3853 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.3854 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3855 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3856 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.3857 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3859 @@ -3185,29 +3705,45 @@
1.3861 test -z "$as_dir" && as_dir=.
1.3862 for ac_exec_ext in '' $ac_executable_extensions; do
1.3863 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.3864 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3865 ac_cv_prog_ac_ct_CC="$ac_prog"
1.3866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3875 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.3876 if test -n "$ac_ct_CC"; then
1.3877 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3878 -echo "${ECHO_T}$ac_ct_CC" >&6
1.3880 - echo "$as_me:$LINENO: result: no" >&5
1.3881 -echo "${ECHO_T}no" >&6
1.3883 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3884 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.3886 + { echo "$as_me:$LINENO: result: no" >&5
1.3887 +echo "${ECHO_T}no" >&6; }
1.3891 test -n "$ac_ct_CC" && break
1.3895 + if test "x$ac_ct_CC" = x; then
1.3898 + case $cross_compiling:$ac_tool_warned in
1.3900 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.3901 +whose name does not start with the host triplet. If you think this
1.3902 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.3903 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.3904 +whose name does not start with the host triplet. If you think this
1.3905 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.3913 @@ -3220,27 +3756,41 @@
1.3914 { (exit 1); exit 1; }; }
1.3916 # Provide some information about the compiler.
1.3917 -echo "$as_me:$LINENO:" \
1.3918 - "checking for C compiler version" >&5
1.3919 +echo "$as_me:$LINENO: checking for C compiler version" >&5
1.3920 ac_compiler=`set X $ac_compile; echo $2`
1.3921 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1.3922 - (eval $ac_compiler --version </dev/null >&5) 2>&5
1.3923 +{ (ac_try="$ac_compiler --version >&5"
1.3925 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3926 + *) ac_try_echo=$ac_try;;
1.3928 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3929 + (eval "$ac_compiler --version >&5") 2>&5
1.3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3933 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1.3934 - (eval $ac_compiler -v </dev/null >&5) 2>&5
1.3935 +{ (ac_try="$ac_compiler -v >&5"
1.3937 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3938 + *) ac_try_echo=$ac_try;;
1.3940 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3941 + (eval "$ac_compiler -v >&5") 2>&5
1.3943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3945 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1.3946 - (eval $ac_compiler -V </dev/null >&5) 2>&5
1.3947 +{ (ac_try="$ac_compiler -V >&5"
1.3949 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3950 + *) ac_try_echo=$ac_try;;
1.3952 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3953 + (eval "$ac_compiler -V >&5") 2>&5
1.3955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3958 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.3959 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1.3960 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.3961 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
1.3962 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1.3963 echo $ECHO_N "(cached) $ECHO_C" >&6
1.3965 @@ -3263,23 +3813,36 @@
1.3968 rm -f conftest.$ac_objext
1.3969 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.3970 - (eval $ac_compile) 2>conftest.er1
1.3972 - grep -v '^ *+' conftest.er1 >conftest.err
1.3975 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3976 - (exit $ac_status); } &&
1.3977 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.3978 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3981 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3982 - (exit $ac_status); }; } &&
1.3983 - { ac_try='test -s conftest.$ac_objext'
1.3984 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.3986 +if { (ac_try="$ac_compile"
1.3988 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3989 + *) ac_try_echo=$ac_try;;
1.3991 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3992 + (eval "$ac_compile") 2>conftest.er1
1.3994 + grep -v '^ *+' conftest.er1 >conftest.err
1.3997 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3998 + (exit $ac_status); } &&
1.3999 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4000 + { (case "(($ac_try" in
1.4001 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4002 + *) ac_try_echo=$ac_try;;
1.4004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4005 + (eval "$ac_try") 2>&5
1.4007 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4008 + (exit $ac_status); }; } &&
1.4009 + { ac_try='test -s conftest.$ac_objext'
1.4010 + { (case "(($ac_try" in
1.4011 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4012 + *) ac_try_echo=$ac_try;;
1.4014 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4015 + (eval "$ac_try") 2>&5
1.4017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4018 (exit $ac_status); }; }; then
1.4019 @@ -3288,56 +3851,73 @@
1.4020 echo "$as_me: failed program was:" >&5
1.4021 sed 's/^/| /' conftest.$ac_ext >&5
1.4025 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4029 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4030 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.4033 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.4034 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1.4035 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.4036 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
1.4037 GCC=`test $ac_compiler_gnu = yes && echo yes`
1.4038 ac_test_CFLAGS=${CFLAGS+set}
1.4041 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.4042 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1.4043 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.4044 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
1.4045 if test "${ac_cv_prog_cc_g+set}" = set; then
1.4046 echo $ECHO_N "(cached) $ECHO_C" >&6
1.4048 - cat >conftest.$ac_ext <<_ACEOF
1.4051 -cat confdefs.h >>conftest.$ac_ext
1.4052 -cat >>conftest.$ac_ext <<_ACEOF
1.4063 -rm -f conftest.$ac_objext
1.4064 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4065 - (eval $ac_compile) 2>conftest.er1
1.4067 - grep -v '^ *+' conftest.er1 >conftest.err
1.4070 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4071 - (exit $ac_status); } &&
1.4072 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4073 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4076 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4077 - (exit $ac_status); }; } &&
1.4078 - { ac_try='test -s conftest.$ac_objext'
1.4079 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4081 + ac_save_c_werror_flag=$ac_c_werror_flag
1.4085 + cat >conftest.$ac_ext <<_ACEOF
1.4088 +cat confdefs.h >>conftest.$ac_ext
1.4089 +cat >>conftest.$ac_ext <<_ACEOF
1.4100 +rm -f conftest.$ac_objext
1.4101 +if { (ac_try="$ac_compile"
1.4103 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4104 + *) ac_try_echo=$ac_try;;
1.4106 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4107 + (eval "$ac_compile") 2>conftest.er1
1.4109 + grep -v '^ *+' conftest.er1 >conftest.err
1.4112 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4113 + (exit $ac_status); } &&
1.4114 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4115 + { (case "(($ac_try" in
1.4116 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4117 + *) ac_try_echo=$ac_try;;
1.4119 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4120 + (eval "$ac_try") 2>&5
1.4122 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4123 + (exit $ac_status); }; } &&
1.4124 + { ac_try='test -s conftest.$ac_objext'
1.4125 + { (case "(($ac_try" in
1.4126 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4127 + *) ac_try_echo=$ac_try;;
1.4129 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4130 + (eval "$ac_try") 2>&5
1.4132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4133 (exit $ac_status); }; }; then
1.4134 @@ -3346,12 +3926,131 @@
1.4135 echo "$as_me: failed program was:" >&5
1.4136 sed 's/^/| /' conftest.$ac_ext >&5
1.4140 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4142 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.4143 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1.4145 + cat >conftest.$ac_ext <<_ACEOF
1.4148 +cat confdefs.h >>conftest.$ac_ext
1.4149 +cat >>conftest.$ac_ext <<_ACEOF
1.4160 +rm -f conftest.$ac_objext
1.4161 +if { (ac_try="$ac_compile"
1.4163 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4164 + *) ac_try_echo=$ac_try;;
1.4166 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4167 + (eval "$ac_compile") 2>conftest.er1
1.4169 + grep -v '^ *+' conftest.er1 >conftest.err
1.4172 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4173 + (exit $ac_status); } &&
1.4174 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4175 + { (case "(($ac_try" in
1.4176 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4177 + *) ac_try_echo=$ac_try;;
1.4179 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4180 + (eval "$ac_try") 2>&5
1.4182 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4183 + (exit $ac_status); }; } &&
1.4184 + { ac_try='test -s conftest.$ac_objext'
1.4185 + { (case "(($ac_try" in
1.4186 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4187 + *) ac_try_echo=$ac_try;;
1.4189 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4190 + (eval "$ac_try") 2>&5
1.4192 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4193 + (exit $ac_status); }; }; then
1.4196 + echo "$as_me: failed program was:" >&5
1.4197 +sed 's/^/| /' conftest.$ac_ext >&5
1.4199 + ac_c_werror_flag=$ac_save_c_werror_flag
1.4201 + cat >conftest.$ac_ext <<_ACEOF
1.4204 +cat confdefs.h >>conftest.$ac_ext
1.4205 +cat >>conftest.$ac_ext <<_ACEOF
1.4216 +rm -f conftest.$ac_objext
1.4217 +if { (ac_try="$ac_compile"
1.4219 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4220 + *) ac_try_echo=$ac_try;;
1.4222 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4223 + (eval "$ac_compile") 2>conftest.er1
1.4225 + grep -v '^ *+' conftest.er1 >conftest.err
1.4228 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4229 + (exit $ac_status); } &&
1.4230 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4231 + { (case "(($ac_try" in
1.4232 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4233 + *) ac_try_echo=$ac_try;;
1.4235 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4236 + (eval "$ac_try") 2>&5
1.4238 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4239 + (exit $ac_status); }; } &&
1.4240 + { ac_try='test -s conftest.$ac_objext'
1.4241 + { (case "(($ac_try" in
1.4242 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4243 + *) ac_try_echo=$ac_try;;
1.4245 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4246 + (eval "$ac_try") 2>&5
1.4248 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4249 + (exit $ac_status); }; }; then
1.4252 + echo "$as_me: failed program was:" >&5
1.4253 +sed 's/^/| /' conftest.$ac_ext >&5
1.4258 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4261 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4264 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4265 + ac_c_werror_flag=$ac_save_c_werror_flag
1.4267 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.4268 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
1.4269 if test "$ac_test_CFLAGS" = set; then
1.4271 elif test $ac_cv_prog_cc_g = yes; then
1.4272 @@ -3367,12 +4066,12 @@
1.4276 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1.4277 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1.4278 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
1.4279 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.4281 - ac_cv_prog_cc_stdc=no
1.4282 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.4283 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
1.4284 +if test "${ac_cv_prog_cc_c89+set}" = set; then
1.4285 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4289 cat >conftest.$ac_ext <<_ACEOF
1.4291 @@ -3406,12 +4105,17 @@
1.4292 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
1.4293 function prototypes and stuff, but not '\xHH' hex character constants.
1.4294 These don't provoke an error unfortunately, instead are silently treated
1.4295 - as 'x'. The following induces an error, until -std1 is added to get
1.4296 + as 'x'. The following induces an error, until -std is added to get
1.4297 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
1.4298 array size at least. It's necessary to write '\x00'==0 to get something
1.4299 - that's true only with -std1. */
1.4300 + that's true only with -std. */
1.4301 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
1.4303 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
1.4304 + inside strings and character constants. */
1.4306 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
1.4308 int test (int i, double x);
1.4309 struct s1 {int (*f) (int a);};
1.4310 struct s2 {int (*f) (double a);};
1.4311 @@ -3426,201 +4130,74 @@
1.4315 -# Don't try gcc -ansi; that turns off useful extensions and
1.4316 -# breaks some systems' header files.
1.4318 -# Ultrix and OSF/1 -std1
1.4319 -# HP-UX 10.20 and later -Ae
1.4320 -# HP-UX older versions -Aa -D_HPUX_SOURCE
1.4321 -# SVR4 -Xc -D__EXTENSIONS__
1.4322 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1.4323 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
1.4324 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1.4326 CC="$ac_save_CC $ac_arg"
1.4327 rm -f conftest.$ac_objext
1.4328 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4329 - (eval $ac_compile) 2>conftest.er1
1.4331 - grep -v '^ *+' conftest.er1 >conftest.err
1.4334 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4335 - (exit $ac_status); } &&
1.4336 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4337 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4340 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4341 - (exit $ac_status); }; } &&
1.4342 - { ac_try='test -s conftest.$ac_objext'
1.4343 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4346 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4347 - (exit $ac_status); }; }; then
1.4348 - ac_cv_prog_cc_stdc=$ac_arg
1.4351 - echo "$as_me: failed program was:" >&5
1.4352 -sed 's/^/| /' conftest.$ac_ext >&5
1.4355 -rm -f conftest.err conftest.$ac_objext
1.4357 -rm -f conftest.$ac_ext conftest.$ac_objext
1.4358 +if { (ac_try="$ac_compile"
1.4360 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4361 + *) ac_try_echo=$ac_try;;
1.4363 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4364 + (eval "$ac_compile") 2>conftest.er1
1.4366 + grep -v '^ *+' conftest.er1 >conftest.err
1.4369 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4370 + (exit $ac_status); } &&
1.4371 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4372 + { (case "(($ac_try" in
1.4373 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4374 + *) ac_try_echo=$ac_try;;
1.4376 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4377 + (eval "$ac_try") 2>&5
1.4379 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4380 + (exit $ac_status); }; } &&
1.4381 + { ac_try='test -s conftest.$ac_objext'
1.4382 + { (case "(($ac_try" in
1.4383 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4384 + *) ac_try_echo=$ac_try;;
1.4386 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4387 + (eval "$ac_try") 2>&5
1.4389 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4390 + (exit $ac_status); }; }; then
1.4391 + ac_cv_prog_cc_c89=$ac_arg
1.4393 + echo "$as_me: failed program was:" >&5
1.4394 +sed 's/^/| /' conftest.$ac_ext >&5
1.4399 +rm -f core conftest.err conftest.$ac_objext
1.4400 + test "x$ac_cv_prog_cc_c89" != "xno" && break
1.4402 +rm -f conftest.$ac_ext
1.4407 -case "x$ac_cv_prog_cc_stdc" in
1.4409 - echo "$as_me:$LINENO: result: none needed" >&5
1.4410 -echo "${ECHO_T}none needed" >&6 ;;
1.4412 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
1.4413 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
1.4414 - CC="$CC $ac_cv_prog_cc_stdc" ;;
1.4417 -# Some people use a C++ compiler to compile C. Since we use `exit',
1.4418 -# in C++ we need to declare it. In case someone uses the same compiler
1.4419 -# for both compiling C and C++ we need to have the C++ compiler decide
1.4420 -# the declaration of exit, since it's the most demanding environment.
1.4421 -cat >conftest.$ac_ext <<_ACEOF
1.4426 -rm -f conftest.$ac_objext
1.4427 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4428 - (eval $ac_compile) 2>conftest.er1
1.4430 - grep -v '^ *+' conftest.er1 >conftest.err
1.4433 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4434 - (exit $ac_status); } &&
1.4435 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4436 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4439 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4440 - (exit $ac_status); }; } &&
1.4441 - { ac_try='test -s conftest.$ac_objext'
1.4442 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4445 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4446 - (exit $ac_status); }; }; then
1.4447 - for ac_declaration in \
1.4449 - 'extern "C" void std::exit (int) throw (); using std::exit;' \
1.4450 - 'extern "C" void std::exit (int); using std::exit;' \
1.4451 - 'extern "C" void exit (int) throw ();' \
1.4452 - 'extern "C" void exit (int);' \
1.4455 - cat >conftest.$ac_ext <<_ACEOF
1.4458 -cat confdefs.h >>conftest.$ac_ext
1.4459 -cat >>conftest.$ac_ext <<_ACEOF
1.4471 -rm -f conftest.$ac_objext
1.4472 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4473 - (eval $ac_compile) 2>conftest.er1
1.4475 - grep -v '^ *+' conftest.er1 >conftest.err
1.4478 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4479 - (exit $ac_status); } &&
1.4480 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4481 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4484 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4485 - (exit $ac_status); }; } &&
1.4486 - { ac_try='test -s conftest.$ac_objext'
1.4487 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4490 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4491 - (exit $ac_status); }; }; then
1.4494 - echo "$as_me: failed program was:" >&5
1.4495 -sed 's/^/| /' conftest.$ac_ext >&5
1.4499 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4500 - cat >conftest.$ac_ext <<_ACEOF
1.4503 -cat confdefs.h >>conftest.$ac_ext
1.4504 -cat >>conftest.$ac_ext <<_ACEOF
1.4515 -rm -f conftest.$ac_objext
1.4516 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4517 - (eval $ac_compile) 2>conftest.er1
1.4519 - grep -v '^ *+' conftest.er1 >conftest.err
1.4522 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4523 - (exit $ac_status); } &&
1.4524 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4525 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4528 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4529 - (exit $ac_status); }; } &&
1.4530 - { ac_try='test -s conftest.$ac_objext'
1.4531 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4534 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4535 - (exit $ac_status); }; }; then
1.4538 - echo "$as_me: failed program was:" >&5
1.4539 -sed 's/^/| /' conftest.$ac_ext >&5
1.4542 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4545 -if test -n "$ac_declaration"; then
1.4546 - echo '#ifdef __cplusplus' >>confdefs.h
1.4547 - echo $ac_declaration >>confdefs.h
1.4548 - echo '#endif' >>confdefs.h
1.4552 - echo "$as_me: failed program was:" >&5
1.4553 -sed 's/^/| /' conftest.$ac_ext >&5
1.4556 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4558 +case "x$ac_cv_prog_cc_c89" in
1.4560 + { echo "$as_me:$LINENO: result: none needed" >&5
1.4561 +echo "${ECHO_T}none needed" >&6; } ;;
1.4563 + { echo "$as_me:$LINENO: result: unsupported" >&5
1.4564 +echo "${ECHO_T}unsupported" >&6; } ;;
1.4566 + CC="$CC $ac_cv_prog_cc_c89"
1.4567 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.4568 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
1.4573 ac_cpp='$CPP $CPPFLAGS'
1.4574 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1.4577 depcc="$CC" am_compiler_list=
1.4579 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.4580 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
1.4581 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.4582 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
1.4583 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1.4584 echo $ECHO_N "(cached) $ECHO_C" >&6
1.4590 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.4591 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
1.4592 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.4593 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
1.4594 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.4601 -echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
1.4602 -echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
1.4603 +{ echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
1.4604 +echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6; }
1.4605 if test "${am_cv_prog_cc_stdc+set}" = set; then
1.4606 echo $ECHO_N "(cached) $ECHO_C" >&6
1.4608 @@ -3795,23 +4372,36 @@
1.4611 rm -f conftest.$ac_objext
1.4612 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.4613 - (eval $ac_compile) 2>conftest.er1
1.4615 - grep -v '^ *+' conftest.er1 >conftest.err
1.4618 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4619 - (exit $ac_status); } &&
1.4620 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4621 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4624 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4625 - (exit $ac_status); }; } &&
1.4626 - { ac_try='test -s conftest.$ac_objext'
1.4627 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.4629 +if { (ac_try="$ac_compile"
1.4631 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4632 + *) ac_try_echo=$ac_try;;
1.4634 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4635 + (eval "$ac_compile") 2>conftest.er1
1.4637 + grep -v '^ *+' conftest.er1 >conftest.err
1.4640 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4641 + (exit $ac_status); } &&
1.4642 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.4643 + { (case "(($ac_try" in
1.4644 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4645 + *) ac_try_echo=$ac_try;;
1.4647 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4648 + (eval "$ac_try") 2>&5
1.4650 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4651 + (exit $ac_status); }; } &&
1.4652 + { ac_try='test -s conftest.$ac_objext'
1.4653 + { (case "(($ac_try" in
1.4654 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4655 + *) ac_try_echo=$ac_try;;
1.4657 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4658 + (eval "$ac_try") 2>&5
1.4660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4661 (exit $ac_status); }; }; then
1.4662 @@ -3820,19 +4410,21 @@
1.4663 echo "$as_me: failed program was:" >&5
1.4664 sed 's/^/| /' conftest.$ac_ext >&5
1.4667 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.4671 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4677 if test -z "$am_cv_prog_cc_stdc"; then
1.4678 - echo "$as_me:$LINENO: result: none needed" >&5
1.4679 -echo "${ECHO_T}none needed" >&6
1.4681 - echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5
1.4682 -echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
1.4683 + { echo "$as_me:$LINENO: result: none needed" >&5
1.4684 +echo "${ECHO_T}none needed" >&6; }
1.4686 + { echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5
1.4687 +echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6; }
1.4689 case "x$am_cv_prog_cc_stdc" in
1.4692 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1.4693 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1.4694 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.4695 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1.4696 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1.4697 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1.4698 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
1.4699 # On Suns, sometimes $CPP names a directory.
1.4700 if test -n "$CPP" && test -d "$CPP"; then
1.4706 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.4707 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.4708 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.4710 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4711 + *) ac_try_echo=$ac_try;;
1.4713 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4714 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4716 grep -v '^ *+' conftest.er1 >conftest.err
1.4719 # Broken: fails on valid input.
1.4723 rm -f conftest.err conftest.$ac_ext
1.4725 - # OK, works on sane cases. Now check whether non-existent headers
1.4726 + # OK, works on sane cases. Now check whether nonexistent headers
1.4727 # can be detected and how.
1.4728 cat >conftest.$ac_ext <<_ACEOF
1.4732 #include <ac_nonexistent.h>
1.4734 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.4735 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.4736 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.4738 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4739 + *) ac_try_echo=$ac_try;;
1.4741 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4742 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4744 grep -v '^ *+' conftest.er1 >conftest.err
1.4751 rm -f conftest.err conftest.$ac_ext
1.4758 -echo "$as_me:$LINENO: result: $CPP" >&5
1.4759 -echo "${ECHO_T}$CPP" >&6
1.4760 +{ echo "$as_me:$LINENO: result: $CPP" >&5
1.4761 +echo "${ECHO_T}$CPP" >&6; }
1.4763 for ac_c_preproc_warn_flag in '' yes
1.4769 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.4770 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.4771 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.4773 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4774 + *) ac_try_echo=$ac_try;;
1.4776 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4777 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4779 grep -v '^ *+' conftest.er1 >conftest.err
1.4782 # Broken: fails on valid input.
1.4786 rm -f conftest.err conftest.$ac_ext
1.4788 - # OK, works on sane cases. Now check whether non-existent headers
1.4789 + # OK, works on sane cases. Now check whether nonexistent headers
1.4790 # can be detected and how.
1.4791 cat >conftest.$ac_ext <<_ACEOF
1.4795 #include <ac_nonexistent.h>
1.4797 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.4798 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.4799 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.4801 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4802 + *) ac_try_echo=$ac_try;;
1.4804 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4805 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4807 grep -v '^ *+' conftest.er1 >conftest.err
1.4814 rm -f conftest.err conftest.$ac_ext
1.4817 @@ -4074,23 +4690,170 @@
1.4818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.4821 -echo "$as_me:$LINENO: checking for egrep" >&5
1.4822 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1.4823 -if test "${ac_cv_prog_egrep+set}" = set; then
1.4824 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.4826 - if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1.4827 - then ac_cv_prog_egrep='grep -E'
1.4828 - else ac_cv_prog_egrep='egrep'
1.4831 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1.4832 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1.4833 - EGREP=$ac_cv_prog_egrep
1.4836 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
1.4837 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
1.4838 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
1.4839 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
1.4840 +if test "${ac_cv_path_GREP+set}" = set; then
1.4841 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4843 + # Extract the first word of "grep ggrep" to use in msg output
1.4844 +if test -z "$GREP"; then
1.4845 +set dummy grep ggrep; ac_prog_name=$2
1.4846 +if test "${ac_cv_path_GREP+set}" = set; then
1.4847 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4849 + ac_path_GREP_found=false
1.4850 +# Loop through the user's path and test for each of PROGNAME-LIST
1.4851 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.4852 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
1.4855 + test -z "$as_dir" && as_dir=.
1.4856 + for ac_prog in grep ggrep; do
1.4857 + for ac_exec_ext in '' $ac_executable_extensions; do
1.4858 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
1.4859 + { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
1.4860 + # Check for GNU ac_path_GREP and select it if it is found.
1.4861 + # Check for GNU $ac_path_GREP
1.4862 +case `"$ac_path_GREP" --version 2>&1` in
1.4864 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
1.4867 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
1.4870 + cat "conftest.in" "conftest.in" >"conftest.tmp"
1.4871 + mv "conftest.tmp" "conftest.in"
1.4872 + cp "conftest.in" "conftest.nl"
1.4873 + echo 'GREP' >> "conftest.nl"
1.4874 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
1.4875 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1.4876 + ac_count=`expr $ac_count + 1`
1.4877 + if test $ac_count -gt ${ac_path_GREP_max-0}; then
1.4878 + # Best one so far, save it but keep looking for a better one
1.4879 + ac_cv_path_GREP="$ac_path_GREP"
1.4880 + ac_path_GREP_max=$ac_count
1.4882 + # 10*(2^10) chars as input seems more than enough
1.4883 + test $ac_count -gt 10 && break
1.4885 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1.4889 + $ac_path_GREP_found && break 3
1.4899 +GREP="$ac_cv_path_GREP"
1.4900 +if test -z "$GREP"; then
1.4901 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.4902 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.4903 + { (exit 1); exit 1; }; }
1.4907 + ac_cv_path_GREP=$GREP
1.4912 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
1.4913 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
1.4914 + GREP="$ac_cv_path_GREP"
1.4917 +{ echo "$as_me:$LINENO: checking for egrep" >&5
1.4918 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
1.4919 +if test "${ac_cv_path_EGREP+set}" = set; then
1.4920 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4922 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
1.4923 + then ac_cv_path_EGREP="$GREP -E"
1.4925 + # Extract the first word of "egrep" to use in msg output
1.4926 +if test -z "$EGREP"; then
1.4927 +set dummy egrep; ac_prog_name=$2
1.4928 +if test "${ac_cv_path_EGREP+set}" = set; then
1.4929 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4931 + ac_path_EGREP_found=false
1.4932 +# Loop through the user's path and test for each of PROGNAME-LIST
1.4933 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.4934 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
1.4937 + test -z "$as_dir" && as_dir=.
1.4938 + for ac_prog in egrep; do
1.4939 + for ac_exec_ext in '' $ac_executable_extensions; do
1.4940 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
1.4941 + { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
1.4942 + # Check for GNU ac_path_EGREP and select it if it is found.
1.4943 + # Check for GNU $ac_path_EGREP
1.4944 +case `"$ac_path_EGREP" --version 2>&1` in
1.4946 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
1.4949 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
1.4952 + cat "conftest.in" "conftest.in" >"conftest.tmp"
1.4953 + mv "conftest.tmp" "conftest.in"
1.4954 + cp "conftest.in" "conftest.nl"
1.4955 + echo 'EGREP' >> "conftest.nl"
1.4956 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
1.4957 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1.4958 + ac_count=`expr $ac_count + 1`
1.4959 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then
1.4960 + # Best one so far, save it but keep looking for a better one
1.4961 + ac_cv_path_EGREP="$ac_path_EGREP"
1.4962 + ac_path_EGREP_max=$ac_count
1.4964 + # 10*(2^10) chars as input seems more than enough
1.4965 + test $ac_count -gt 10 && break
1.4967 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1.4971 + $ac_path_EGREP_found && break 3
1.4981 +EGREP="$ac_cv_path_EGREP"
1.4982 +if test -z "$EGREP"; then
1.4983 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.4984 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.4985 + { (exit 1); exit 1; }; }
1.4989 + ac_cv_path_EGREP=$EGREP
1.4995 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
1.4996 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
1.4997 + EGREP="$ac_cv_path_EGREP"
1.5000 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
1.5001 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
1.5002 if test "${ac_cv_header_stdc+set}" = set; then
1.5003 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5005 @@ -4114,23 +4877,36 @@
1.5008 rm -f conftest.$ac_objext
1.5009 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.5010 - (eval $ac_compile) 2>conftest.er1
1.5012 - grep -v '^ *+' conftest.er1 >conftest.err
1.5015 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5016 - (exit $ac_status); } &&
1.5017 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5018 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5021 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5022 - (exit $ac_status); }; } &&
1.5023 - { ac_try='test -s conftest.$ac_objext'
1.5024 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5026 +if { (ac_try="$ac_compile"
1.5028 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5029 + *) ac_try_echo=$ac_try;;
1.5031 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5032 + (eval "$ac_compile") 2>conftest.er1
1.5034 + grep -v '^ *+' conftest.er1 >conftest.err
1.5037 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5038 + (exit $ac_status); } &&
1.5039 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5040 + { (case "(($ac_try" in
1.5041 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5042 + *) ac_try_echo=$ac_try;;
1.5044 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5045 + (eval "$ac_try") 2>&5
1.5047 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5048 + (exit $ac_status); }; } &&
1.5049 + { ac_try='test -s conftest.$ac_objext'
1.5050 + { (case "(($ac_try" in
1.5051 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5052 + *) ac_try_echo=$ac_try;;
1.5054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5055 + (eval "$ac_try") 2>&5
1.5057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5058 (exit $ac_status); }; }; then
1.5060 echo "$as_me: failed program was:" >&5
1.5061 sed 's/^/| /' conftest.$ac_ext >&5
1.5065 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.5069 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5071 if test $ac_cv_header_stdc = yes; then
1.5072 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1.5074 cat >>conftest.$ac_ext <<_ACEOF
1.5078 #if ((' ' & 0x0FF) == 0x020)
1.5079 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1.5080 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1.5081 @@ -4216,18 +4994,27 @@
1.5082 for (i = 0; i < 256; i++)
1.5083 if (XOR (islower (i), ISLOWER (i))
1.5084 || toupper (i) != TOUPPER (i))
1.5091 rm -f conftest$ac_exeext
1.5092 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.5094 +if { (ac_try="$ac_link"
1.5096 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5097 + *) ac_try_echo=$ac_try;;
1.5099 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5100 + (eval "$ac_link") 2>&5
1.5102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5103 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
1.5104 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5106 + { (case "(($ac_try" in
1.5107 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5108 + *) ac_try_echo=$ac_try;;
1.5110 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5111 + (eval "$ac_try") 2>&5
1.5113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5114 (exit $ac_status); }; }; then
1.5115 @@ -4240,12 +5027,14 @@
1.5119 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1.5123 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
1.5124 -echo "${ECHO_T}$ac_cv_header_stdc" >&6
1.5125 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1.5131 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
1.5132 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
1.5133 if test $ac_cv_header_stdc = yes; then
1.5135 cat >>confdefs.h <<\_ACEOF
1.5137 if test -n "$ac_tool_prefix"; then
1.5138 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1.5139 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1.5140 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.5141 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.5142 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.5143 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.5144 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1.5145 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5147 @@ -4277,34 +5066,35 @@
1.5149 test -z "$as_dir" && as_dir=.
1.5150 for ac_exec_ext in '' $ac_executable_extensions; do
1.5151 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.5152 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.5153 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.5154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.5164 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1.5166 if test -n "$PKG_CONFIG"; then
1.5167 - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1.5168 -echo "${ECHO_T}$PKG_CONFIG" >&6
1.5170 - echo "$as_me:$LINENO: result: no" >&5
1.5171 -echo "${ECHO_T}no" >&6
1.5173 + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1.5174 +echo "${ECHO_T}$PKG_CONFIG" >&6; }
1.5176 + { echo "$as_me:$LINENO: result: no" >&5
1.5177 +echo "${ECHO_T}no" >&6; }
1.5182 if test -z "$ac_cv_path_PKG_CONFIG"; then
1.5183 ac_pt_PKG_CONFIG=$PKG_CONFIG
1.5184 # Extract the first word of "pkg-config", so it can be a program name with args.
1.5185 set dummy pkg-config; ac_word=$2
1.5186 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.5187 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.5188 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.5189 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.5190 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1.5191 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5193 @@ -4319,28 +5109,42 @@
1.5195 test -z "$as_dir" && as_dir=.
1.5196 for ac_exec_ext in '' $ac_executable_extensions; do
1.5197 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.5198 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.5199 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.5200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.5210 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1.5212 if test -n "$ac_pt_PKG_CONFIG"; then
1.5213 - echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1.5214 -echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
1.5216 - echo "$as_me:$LINENO: result: no" >&5
1.5217 -echo "${ECHO_T}no" >&6
1.5220 - PKG_CONFIG=$ac_pt_PKG_CONFIG
1.5221 + { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1.5222 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1.5224 + { echo "$as_me:$LINENO: result: no" >&5
1.5225 +echo "${ECHO_T}no" >&6; }
1.5228 + if test "x$ac_pt_PKG_CONFIG" = x; then
1.5231 + case $cross_compiling:$ac_tool_warned in
1.5233 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.5234 +whose name does not start with the host triplet. If you think this
1.5235 +configuration is useful to you, please write to autoconf@gnu.org." >&5
1.5236 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.5237 +whose name does not start with the host triplet. If you think this
1.5238 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.5241 + PKG_CONFIG=$ac_pt_PKG_CONFIG
1.5244 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1.5246 @@ -4348,22 +5152,22 @@
1.5248 if test -n "$PKG_CONFIG"; then
1.5250 - echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1.5251 -echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
1.5252 + { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1.5253 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1.5254 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1.5255 - echo "$as_me:$LINENO: result: yes" >&5
1.5256 -echo "${ECHO_T}yes" >&6
1.5257 + { echo "$as_me:$LINENO: result: yes" >&5
1.5258 +echo "${ECHO_T}yes" >&6; }
1.5260 - echo "$as_me:$LINENO: result: no" >&5
1.5261 -echo "${ECHO_T}no" >&6
1.5262 + { echo "$as_me:$LINENO: result: no" >&5
1.5263 +echo "${ECHO_T}no" >&6; }
1.5270 -echo "$as_me:$LINENO: checking for PACKAGE" >&5
1.5271 -echo $ECHO_N "checking for PACKAGE... $ECHO_C" >&6
1.5272 +{ echo "$as_me:$LINENO: checking for PACKAGE" >&5
1.5273 +echo $ECHO_N "checking for PACKAGE... $ECHO_C" >&6; }
1.5275 if test -n "$PKG_CONFIG"; then
1.5276 if test -n "$PACKAGE_CFLAGS"; then
1.5277 @@ -4467,16 +5271,16 @@
1.5279 PACKAGE_CFLAGS=$pkg_cv_PACKAGE_CFLAGS
1.5280 PACKAGE_LIBS=$pkg_cv_PACKAGE_LIBS
1.5281 - echo "$as_me:$LINENO: result: yes" >&5
1.5282 -echo "${ECHO_T}yes" >&6
1.5283 + { echo "$as_me:$LINENO: result: yes" >&5
1.5284 +echo "${ECHO_T}yes" >&6; }
1.5291 -echo "$as_me:$LINENO: checking for glXQueryVersion in -lGL" >&5
1.5292 -echo $ECHO_N "checking for glXQueryVersion in -lGL... $ECHO_C" >&6
1.5293 +{ echo "$as_me:$LINENO: checking for glXQueryVersion in -lGL" >&5
1.5294 +echo $ECHO_N "checking for glXQueryVersion in -lGL... $ECHO_C" >&6; }
1.5295 if test "${ac_cv_lib_GL_glXQueryVersion+set}" = set; then
1.5296 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5298 @@ -4489,39 +5293,52 @@
1.5299 cat >>conftest.$ac_ext <<_ACEOF
1.5302 -/* Override any gcc2 internal prototype to avoid an error. */
1.5306 -/* We use char because int might match the return type of a gcc2
1.5307 - builtin and then its argument prototype would still apply. */
1.5308 +/* Override any GCC internal prototype to avoid an error.
1.5309 + Use char because int might match the return type of a GCC
1.5310 + builtin and then its argument prototype would still apply. */
1.5314 char glXQueryVersion ();
1.5323 -rm -f conftest.$ac_objext conftest$ac_exeext
1.5324 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.5325 - (eval $ac_link) 2>conftest.er1
1.5327 - grep -v '^ *+' conftest.er1 >conftest.err
1.5330 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5331 - (exit $ac_status); } &&
1.5332 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5333 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5336 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5337 - (exit $ac_status); }; } &&
1.5338 - { ac_try='test -s conftest$ac_exeext'
1.5339 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5341 +return glXQueryVersion ();
1.5346 +rm -f conftest.$ac_objext conftest$ac_exeext
1.5347 +if { (ac_try="$ac_link"
1.5349 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5350 + *) ac_try_echo=$ac_try;;
1.5352 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5353 + (eval "$ac_link") 2>conftest.er1
1.5355 + grep -v '^ *+' conftest.er1 >conftest.err
1.5358 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5359 + (exit $ac_status); } &&
1.5360 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5361 + { (case "(($ac_try" in
1.5362 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5363 + *) ac_try_echo=$ac_try;;
1.5365 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5366 + (eval "$ac_try") 2>&5
1.5368 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5369 + (exit $ac_status); }; } &&
1.5370 + { ac_try='test -s conftest$ac_exeext'
1.5371 + { (case "(($ac_try" in
1.5372 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5373 + *) ac_try_echo=$ac_try;;
1.5375 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5376 + (eval "$ac_try") 2>&5
1.5378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5379 (exit $ac_status); }; }; then
1.5380 @@ -4530,14 +5347,15 @@
1.5381 echo "$as_me: failed program was:" >&5
1.5382 sed 's/^/| /' conftest.$ac_ext >&5
1.5384 -ac_cv_lib_GL_glXQueryVersion=no
1.5386 -rm -f conftest.err conftest.$ac_objext \
1.5387 + ac_cv_lib_GL_glXQueryVersion=no
1.5390 +rm -f core conftest.err conftest.$ac_objext \
1.5391 conftest$ac_exeext conftest.$ac_ext
1.5392 LIBS=$ac_check_lib_save_LIBS
1.5394 -echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXQueryVersion" >&5
1.5395 -echo "${ECHO_T}$ac_cv_lib_GL_glXQueryVersion" >&6
1.5396 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXQueryVersion" >&5
1.5397 +echo "${ECHO_T}$ac_cv_lib_GL_glXQueryVersion" >&6; }
1.5398 if test $ac_cv_lib_GL_glXQueryVersion = yes; then
1.5399 cat >>confdefs.h <<_ACEOF
1.5402 inttypes.h stdint.h unistd.h
1.5404 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.5405 -echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5406 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
1.5407 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
1.5408 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5409 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.5410 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.5411 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5413 cat >conftest.$ac_ext <<_ACEOF
1.5414 @@ -4586,23 +5404,36 @@
1.5417 rm -f conftest.$ac_objext
1.5418 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.5419 - (eval $ac_compile) 2>conftest.er1
1.5421 - grep -v '^ *+' conftest.er1 >conftest.err
1.5424 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5425 - (exit $ac_status); } &&
1.5426 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5427 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5430 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5431 - (exit $ac_status); }; } &&
1.5432 - { ac_try='test -s conftest.$ac_objext'
1.5433 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5435 +if { (ac_try="$ac_compile"
1.5437 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5438 + *) ac_try_echo=$ac_try;;
1.5440 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5441 + (eval "$ac_compile") 2>conftest.er1
1.5443 + grep -v '^ *+' conftest.er1 >conftest.err
1.5446 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5447 + (exit $ac_status); } &&
1.5448 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5449 + { (case "(($ac_try" in
1.5450 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5451 + *) ac_try_echo=$ac_try;;
1.5453 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5454 + (eval "$ac_try") 2>&5
1.5456 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5457 + (exit $ac_status); }; } &&
1.5458 + { ac_try='test -s conftest.$ac_objext'
1.5459 + { (case "(($ac_try" in
1.5460 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5461 + *) ac_try_echo=$ac_try;;
1.5463 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5464 + (eval "$ac_try") 2>&5
1.5466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5467 (exit $ac_status); }; }; then
1.5468 @@ -4611,12 +5442,14 @@
1.5469 echo "$as_me: failed program was:" >&5
1.5470 sed 's/^/| /' conftest.$ac_ext >&5
1.5472 -eval "$as_ac_Header=no"
1.5474 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.5476 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
1.5477 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
1.5478 + eval "$as_ac_Header=no"
1.5481 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5483 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.5484 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.5485 +echo "${ECHO_T}$ac_res" >&6; }
1.5486 if test `eval echo '${'$as_ac_Header'}'` = yes; then
1.5487 cat >>confdefs.h <<_ACEOF
1.5488 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.5489 @@ -4632,18 +5465,19 @@
1.5490 for ac_header in locale.h
1.5492 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.5493 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
1.5494 - echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5495 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
1.5496 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
1.5497 - echo $ECHO_N "(cached) $ECHO_C" >&6
1.5499 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
1.5500 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
1.5501 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.5502 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5503 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.5504 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.5505 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5507 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.5508 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.5509 +echo "${ECHO_T}$ac_res" >&6; }
1.5511 # Is the header compilable?
1.5512 -echo "$as_me:$LINENO: checking $ac_header usability" >&5
1.5513 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
1.5514 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
1.5515 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
1.5516 cat >conftest.$ac_ext <<_ACEOF
1.5519 @@ -4654,23 +5488,36 @@
1.5522 rm -f conftest.$ac_objext
1.5523 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.5524 - (eval $ac_compile) 2>conftest.er1
1.5526 - grep -v '^ *+' conftest.er1 >conftest.err
1.5529 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5530 - (exit $ac_status); } &&
1.5531 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5532 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5535 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5536 - (exit $ac_status); }; } &&
1.5537 - { ac_try='test -s conftest.$ac_objext'
1.5538 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5540 +if { (ac_try="$ac_compile"
1.5542 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5543 + *) ac_try_echo=$ac_try;;
1.5545 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5546 + (eval "$ac_compile") 2>conftest.er1
1.5548 + grep -v '^ *+' conftest.er1 >conftest.err
1.5551 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5552 + (exit $ac_status); } &&
1.5553 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5554 + { (case "(($ac_try" in
1.5555 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5556 + *) ac_try_echo=$ac_try;;
1.5558 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5559 + (eval "$ac_try") 2>&5
1.5561 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5562 + (exit $ac_status); }; } &&
1.5563 + { ac_try='test -s conftest.$ac_objext'
1.5564 + { (case "(($ac_try" in
1.5565 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5566 + *) ac_try_echo=$ac_try;;
1.5568 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5569 + (eval "$ac_try") 2>&5
1.5571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5572 (exit $ac_status); }; }; then
1.5573 @@ -4679,15 +5526,16 @@
1.5574 echo "$as_me: failed program was:" >&5
1.5575 sed 's/^/| /' conftest.$ac_ext >&5
1.5579 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.5580 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5581 -echo "${ECHO_T}$ac_header_compiler" >&6
1.5582 + ac_header_compiler=no
1.5585 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5586 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5587 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.5589 # Is the header present?
1.5590 -echo "$as_me:$LINENO: checking $ac_header presence" >&5
1.5591 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
1.5592 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
1.5593 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
1.5594 cat >conftest.$ac_ext <<_ACEOF
1.5601 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.5602 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.5603 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.5605 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5606 + *) ac_try_echo=$ac_try;;
1.5608 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5609 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.5611 grep -v '^ *+' conftest.er1 >conftest.err
1.5618 rm -f conftest.err conftest.$ac_ext
1.5619 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5620 -echo "${ECHO_T}$ac_header_preproc" >&6
1.5621 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5622 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.5624 # So? What about this header?
1.5625 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.5626 @@ -4747,25 +5601,19 @@
1.5627 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
1.5628 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
1.5629 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
1.5632 -## ------------------------------------------ ##
1.5633 -## Report this to the AC_PACKAGE_NAME lists. ##
1.5634 -## ------------------------------------------ ##
1.5637 - sed "s/^/$as_me: WARNING: /" >&2
1.5640 -echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5641 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
1.5642 -if eval "test \"\${$as_ac_Header+set}\" = set"; then
1.5646 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
1.5647 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.5648 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.5649 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5651 eval "$as_ac_Header=\$ac_header_preproc"
1.5653 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
1.5654 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
1.5655 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.5656 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.5657 +echo "${ECHO_T}$ac_res" >&6; }
1.5660 if test `eval echo '${'$as_ac_Header'}'` = yes; then
1.5664 if test $ac_cv_header_locale_h = yes; then
1.5665 - echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
1.5666 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
1.5667 + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
1.5668 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
1.5669 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
1.5670 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5672 @@ -4799,23 +5647,36 @@
1.5675 rm -f conftest.$ac_objext conftest$ac_exeext
1.5676 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.5677 - (eval $ac_link) 2>conftest.er1
1.5679 - grep -v '^ *+' conftest.er1 >conftest.err
1.5682 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5683 - (exit $ac_status); } &&
1.5684 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5685 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5688 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5689 - (exit $ac_status); }; } &&
1.5690 - { ac_try='test -s conftest$ac_exeext'
1.5691 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5693 +if { (ac_try="$ac_link"
1.5695 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5696 + *) ac_try_echo=$ac_try;;
1.5698 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5699 + (eval "$ac_link") 2>conftest.er1
1.5701 + grep -v '^ *+' conftest.er1 >conftest.err
1.5704 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5705 + (exit $ac_status); } &&
1.5706 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5707 + { (case "(($ac_try" in
1.5708 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5709 + *) ac_try_echo=$ac_try;;
1.5711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5712 + (eval "$ac_try") 2>&5
1.5714 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5715 + (exit $ac_status); }; } &&
1.5716 + { ac_try='test -s conftest$ac_exeext'
1.5717 + { (case "(($ac_try" in
1.5718 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5719 + *) ac_try_echo=$ac_try;;
1.5721 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5722 + (eval "$ac_try") 2>&5
1.5724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5725 (exit $ac_status); }; }; then
1.5726 @@ -4824,13 +5685,14 @@
1.5727 echo "$as_me: failed program was:" >&5
1.5728 sed 's/^/| /' conftest.$ac_ext >&5
1.5730 -am_cv_val_LC_MESSAGES=no
1.5732 -rm -f conftest.err conftest.$ac_objext \
1.5733 - conftest$ac_exeext conftest.$ac_ext
1.5735 -echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
1.5736 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
1.5737 + am_cv_val_LC_MESSAGES=no
1.5740 +rm -f core conftest.err conftest.$ac_objext \
1.5741 + conftest$ac_exeext conftest.$ac_ext
1.5743 +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
1.5744 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
1.5745 if test $am_cv_val_LC_MESSAGES = yes; then
1.5747 cat >>confdefs.h <<\_ACEOF
1.5748 @@ -4849,17 +5711,17 @@
1.5751 if test "${ac_cv_header_libintl_h+set}" = set; then
1.5752 - echo "$as_me:$LINENO: checking for libintl.h" >&5
1.5753 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
1.5754 + { echo "$as_me:$LINENO: checking for libintl.h" >&5
1.5755 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
1.5756 if test "${ac_cv_header_libintl_h+set}" = set; then
1.5757 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5759 -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.5760 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
1.5761 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.5762 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
1.5764 # Is the header compilable?
1.5765 -echo "$as_me:$LINENO: checking libintl.h usability" >&5
1.5766 -echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
1.5767 +{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
1.5768 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
1.5769 cat >conftest.$ac_ext <<_ACEOF
1.5772 @@ -4870,23 +5732,36 @@
1.5775 rm -f conftest.$ac_objext
1.5776 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1.5777 - (eval $ac_compile) 2>conftest.er1
1.5779 - grep -v '^ *+' conftest.er1 >conftest.err
1.5782 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5783 - (exit $ac_status); } &&
1.5784 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5785 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5788 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5789 - (exit $ac_status); }; } &&
1.5790 - { ac_try='test -s conftest.$ac_objext'
1.5791 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5793 +if { (ac_try="$ac_compile"
1.5795 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5796 + *) ac_try_echo=$ac_try;;
1.5798 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5799 + (eval "$ac_compile") 2>conftest.er1
1.5801 + grep -v '^ *+' conftest.er1 >conftest.err
1.5804 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5805 + (exit $ac_status); } &&
1.5806 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5807 + { (case "(($ac_try" in
1.5808 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5809 + *) ac_try_echo=$ac_try;;
1.5811 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5812 + (eval "$ac_try") 2>&5
1.5814 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5815 + (exit $ac_status); }; } &&
1.5816 + { ac_try='test -s conftest.$ac_objext'
1.5817 + { (case "(($ac_try" in
1.5818 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5819 + *) ac_try_echo=$ac_try;;
1.5821 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5822 + (eval "$ac_try") 2>&5
1.5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5825 (exit $ac_status); }; }; then
1.5826 @@ -4895,15 +5770,16 @@
1.5827 echo "$as_me: failed program was:" >&5
1.5828 sed 's/^/| /' conftest.$ac_ext >&5
1.5832 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1.5833 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5834 -echo "${ECHO_T}$ac_header_compiler" >&6
1.5835 + ac_header_compiler=no
1.5838 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5839 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5840 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.5842 # Is the header present?
1.5843 -echo "$as_me:$LINENO: checking libintl.h presence" >&5
1.5844 -echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
1.5845 +{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
1.5846 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
1.5847 cat >conftest.$ac_ext <<_ACEOF
1.5854 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1.5855 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1.5856 +if { (ac_try="$ac_cpp conftest.$ac_ext"
1.5858 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5859 + *) ac_try_echo=$ac_try;;
1.5861 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5862 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.5864 grep -v '^ *+' conftest.er1 >conftest.err
1.5871 rm -f conftest.err conftest.$ac_ext
1.5872 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5873 -echo "${ECHO_T}$ac_header_preproc" >&6
1.5874 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5875 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.5877 # So? What about this header?
1.5878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.5879 @@ -4963,25 +5845,18 @@
1.5880 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
1.5881 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
1.5882 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
1.5885 -## ------------------------------------------ ##
1.5886 -## Report this to the AC_PACKAGE_NAME lists. ##
1.5887 -## ------------------------------------------ ##
1.5890 - sed "s/^/$as_me: WARNING: /" >&2
1.5893 -echo "$as_me:$LINENO: checking for libintl.h" >&5
1.5894 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
1.5898 +{ echo "$as_me:$LINENO: checking for libintl.h" >&5
1.5899 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
1.5900 if test "${ac_cv_header_libintl_h+set}" = set; then
1.5901 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5903 ac_cv_header_libintl_h=$ac_header_preproc
1.5905 -echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.5906 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
1.5907 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.5908 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
1.5911 if test $ac_cv_header_libintl_h = yes; then
1.5916 - echo "$as_me:$LINENO: checking for ngettext in libc" >&5
1.5917 -echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6
1.5918 + { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
1.5919 +echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
1.5920 if test "${gt_cv_func_ngettext_libc+set}" = set; then
1.5921 echo $ECHO_N "(cached) $ECHO_C" >&6
1.5923 @@ -5014,23 +5889,36 @@
1.5926 rm -f conftest.$ac_objext conftest$ac_exeext
1.5927 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.5928 - (eval $ac_link) 2>conftest.er1
1.5930 - grep -v '^ *+' conftest.er1 >conftest.err
1.5933 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5934 - (exit $ac_status); } &&
1.5935 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5936 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5939 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5940 - (exit $ac_status); }; } &&
1.5941 - { ac_try='test -s conftest$ac_exeext'
1.5942 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.5944 +if { (ac_try="$ac_link"
1.5946 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5947 + *) ac_try_echo=$ac_try;;
1.5949 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5950 + (eval "$ac_link") 2>conftest.er1
1.5952 + grep -v '^ *+' conftest.er1 >conftest.err
1.5955 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5956 + (exit $ac_status); } &&
1.5957 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.5958 + { (case "(($ac_try" in
1.5959 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5960 + *) ac_try_echo=$ac_try;;
1.5962 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5963 + (eval "$ac_try") 2>&5
1.5965 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5966 + (exit $ac_status); }; } &&
1.5967 + { ac_try='test -s conftest$ac_exeext'
1.5968 + { (case "(($ac_try" in
1.5969 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5970 + *) ac_try_echo=$ac_try;;
1.5972 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5973 + (eval "$ac_try") 2>&5
1.5975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5976 (exit $ac_status); }; }; then
1.5977 @@ -5039,18 +5927,19 @@
1.5978 echo "$as_me: failed program was:" >&5
1.5979 sed 's/^/| /' conftest.$ac_ext >&5
1.5981 -gt_cv_func_ngettext_libc=no
1.5983 -rm -f conftest.err conftest.$ac_objext \
1.5984 - conftest$ac_exeext conftest.$ac_ext
1.5987 -echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
1.5988 -echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6
1.5989 + gt_cv_func_ngettext_libc=no
1.5992 +rm -f core conftest.err conftest.$ac_objext \
1.5993 + conftest$ac_exeext conftest.$ac_ext
1.5996 +{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
1.5997 +echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
1.5999 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1.6000 - echo "$as_me:$LINENO: checking for dgettext in libc" >&5
1.6001 -echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6
1.6002 + { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
1.6003 +echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
1.6004 if test "${gt_cv_func_dgettext_libc+set}" = set; then
1.6005 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6007 @@ -5072,23 +5961,36 @@
1.6010 rm -f conftest.$ac_objext conftest$ac_exeext
1.6011 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6012 - (eval $ac_link) 2>conftest.er1
1.6014 - grep -v '^ *+' conftest.er1 >conftest.err
1.6017 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6018 - (exit $ac_status); } &&
1.6019 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6020 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6023 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6024 - (exit $ac_status); }; } &&
1.6025 - { ac_try='test -s conftest$ac_exeext'
1.6026 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6028 +if { (ac_try="$ac_link"
1.6030 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6031 + *) ac_try_echo=$ac_try;;
1.6033 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6034 + (eval "$ac_link") 2>conftest.er1
1.6036 + grep -v '^ *+' conftest.er1 >conftest.err
1.6039 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6040 + (exit $ac_status); } &&
1.6041 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6042 + { (case "(($ac_try" in
1.6043 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6044 + *) ac_try_echo=$ac_try;;
1.6046 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6047 + (eval "$ac_try") 2>&5
1.6049 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6050 + (exit $ac_status); }; } &&
1.6051 + { ac_try='test -s conftest$ac_exeext'
1.6052 + { (case "(($ac_try" in
1.6053 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6054 + *) ac_try_echo=$ac_try;;
1.6056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6057 + (eval "$ac_try") 2>&5
1.6059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6060 (exit $ac_status); }; }; then
1.6061 @@ -5097,14 +5999,15 @@
1.6062 echo "$as_me: failed program was:" >&5
1.6063 sed 's/^/| /' conftest.$ac_ext >&5
1.6065 -gt_cv_func_dgettext_libc=no
1.6067 -rm -f conftest.err conftest.$ac_objext \
1.6068 - conftest$ac_exeext conftest.$ac_ext
1.6071 -echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
1.6072 -echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6
1.6073 + gt_cv_func_dgettext_libc=no
1.6076 +rm -f core conftest.err conftest.$ac_objext \
1.6077 + conftest$ac_exeext conftest.$ac_ext
1.6080 +{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
1.6081 +echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
1.6084 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1.6086 for ac_func in bind_textdomain_codeset
1.6088 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.6089 -echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6090 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
1.6091 -if eval "test \"\${$as_ac_var+set}\" = set"; then
1.6092 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6093 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.6094 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.6095 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6097 cat >conftest.$ac_ext <<_ACEOF
1.6098 @@ -5140,52 +6043,59 @@
1.6102 -/* Override any gcc2 internal prototype to avoid an error. */
1.6107 -/* We use char because int might match the return type of a gcc2
1.6108 - builtin and then its argument prototype would still apply. */
1.6109 +/* Override any GCC internal prototype to avoid an error.
1.6110 + Use char because int might match the return type of a GCC
1.6111 + builtin and then its argument prototype would still apply. */
1.6116 /* The GNU C library defines this for functions which it implements
1.6117 to always fail with ENOSYS. Some functions are actually named
1.6118 something starting with __ and the normal name is an alias. */
1.6119 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1.6120 +#if defined __stub_$ac_func || defined __stub___$ac_func
1.6123 -char (*f) () = $ac_func;
1.6137 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6138 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6139 - (eval $ac_link) 2>conftest.er1
1.6141 - grep -v '^ *+' conftest.er1 >conftest.err
1.6144 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6145 - (exit $ac_status); } &&
1.6146 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6147 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6150 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6151 - (exit $ac_status); }; } &&
1.6152 - { ac_try='test -s conftest$ac_exeext'
1.6153 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6165 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6166 +if { (ac_try="$ac_link"
1.6168 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6169 + *) ac_try_echo=$ac_try;;
1.6171 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6172 + (eval "$ac_link") 2>conftest.er1
1.6174 + grep -v '^ *+' conftest.er1 >conftest.err
1.6177 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6178 + (exit $ac_status); } &&
1.6179 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6180 + { (case "(($ac_try" in
1.6181 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6182 + *) ac_try_echo=$ac_try;;
1.6184 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6185 + (eval "$ac_try") 2>&5
1.6187 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6188 + (exit $ac_status); }; } &&
1.6189 + { ac_try='test -s conftest$ac_exeext'
1.6190 + { (case "(($ac_try" in
1.6191 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6192 + *) ac_try_echo=$ac_try;;
1.6194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6195 + (eval "$ac_try") 2>&5
1.6197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6198 (exit $ac_status); }; }; then
1.6199 @@ -5194,13 +6104,15 @@
1.6200 echo "$as_me: failed program was:" >&5
1.6201 sed 's/^/| /' conftest.$ac_ext >&5
1.6205 -rm -f conftest.err conftest.$ac_objext \
1.6206 - conftest$ac_exeext conftest.$ac_ext
1.6208 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
1.6209 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
1.6213 +rm -f core conftest.err conftest.$ac_objext \
1.6214 + conftest$ac_exeext conftest.$ac_ext
1.6216 +ac_res=`eval echo '${'$as_ac_var'}'`
1.6217 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.6218 +echo "${ECHO_T}$ac_res" >&6; }
1.6219 if test `eval echo '${'$as_ac_var'}'` = yes; then
1.6220 cat >>confdefs.h <<_ACEOF
1.6221 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.6223 || test "$gt_cv_func_ngettext_libc" != "yes" \
1.6224 || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
1.6226 - echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
1.6227 -echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
1.6228 + { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
1.6229 +echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
1.6230 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
1.6231 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6233 @@ -5232,39 +6144,52 @@
1.6234 cat >>conftest.$ac_ext <<_ACEOF
1.6237 -/* Override any gcc2 internal prototype to avoid an error. */
1.6241 -/* We use char because int might match the return type of a gcc2
1.6242 - builtin and then its argument prototype would still apply. */
1.6243 +/* Override any GCC internal prototype to avoid an error.
1.6244 + Use char because int might match the return type of a GCC
1.6245 + builtin and then its argument prototype would still apply. */
1.6249 char bindtextdomain ();
1.6258 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6259 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6260 - (eval $ac_link) 2>conftest.er1
1.6262 - grep -v '^ *+' conftest.er1 >conftest.err
1.6265 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6266 - (exit $ac_status); } &&
1.6267 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6268 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6271 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6272 - (exit $ac_status); }; } &&
1.6273 - { ac_try='test -s conftest$ac_exeext'
1.6274 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6276 +return bindtextdomain ();
1.6281 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6282 +if { (ac_try="$ac_link"
1.6284 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6285 + *) ac_try_echo=$ac_try;;
1.6287 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6288 + (eval "$ac_link") 2>conftest.er1
1.6290 + grep -v '^ *+' conftest.er1 >conftest.err
1.6293 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6294 + (exit $ac_status); } &&
1.6295 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6296 + { (case "(($ac_try" in
1.6297 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6298 + *) ac_try_echo=$ac_try;;
1.6300 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6301 + (eval "$ac_try") 2>&5
1.6303 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6304 + (exit $ac_status); }; } &&
1.6305 + { ac_try='test -s conftest$ac_exeext'
1.6306 + { (case "(($ac_try" in
1.6307 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6308 + *) ac_try_echo=$ac_try;;
1.6310 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6311 + (eval "$ac_try") 2>&5
1.6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6314 (exit $ac_status); }; }; then
1.6315 @@ -5273,17 +6198,18 @@
1.6316 echo "$as_me: failed program was:" >&5
1.6317 sed 's/^/| /' conftest.$ac_ext >&5
1.6319 -ac_cv_lib_intl_bindtextdomain=no
1.6321 -rm -f conftest.err conftest.$ac_objext \
1.6322 + ac_cv_lib_intl_bindtextdomain=no
1.6325 +rm -f core conftest.err conftest.$ac_objext \
1.6326 conftest$ac_exeext conftest.$ac_ext
1.6327 LIBS=$ac_check_lib_save_LIBS
1.6329 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
1.6330 -echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
1.6331 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
1.6332 +echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
1.6333 if test $ac_cv_lib_intl_bindtextdomain = yes; then
1.6334 - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6335 -echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6
1.6336 + { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6337 +echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
1.6338 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
1.6339 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6341 @@ -5296,39 +6222,52 @@
1.6342 cat >>conftest.$ac_ext <<_ACEOF
1.6345 -/* Override any gcc2 internal prototype to avoid an error. */
1.6349 -/* We use char because int might match the return type of a gcc2
1.6350 - builtin and then its argument prototype would still apply. */
1.6351 +/* Override any GCC internal prototype to avoid an error.
1.6352 + Use char because int might match the return type of a GCC
1.6353 + builtin and then its argument prototype would still apply. */
1.6366 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6367 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6368 - (eval $ac_link) 2>conftest.er1
1.6370 - grep -v '^ *+' conftest.er1 >conftest.err
1.6373 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6374 - (exit $ac_status); } &&
1.6375 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6376 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6379 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6380 - (exit $ac_status); }; } &&
1.6381 - { ac_try='test -s conftest$ac_exeext'
1.6382 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6389 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6390 +if { (ac_try="$ac_link"
1.6392 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6393 + *) ac_try_echo=$ac_try;;
1.6395 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6396 + (eval "$ac_link") 2>conftest.er1
1.6398 + grep -v '^ *+' conftest.er1 >conftest.err
1.6401 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6402 + (exit $ac_status); } &&
1.6403 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6404 + { (case "(($ac_try" in
1.6405 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6406 + *) ac_try_echo=$ac_try;;
1.6408 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6409 + (eval "$ac_try") 2>&5
1.6411 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6412 + (exit $ac_status); }; } &&
1.6413 + { ac_try='test -s conftest$ac_exeext'
1.6414 + { (case "(($ac_try" in
1.6415 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6416 + *) ac_try_echo=$ac_try;;
1.6418 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6419 + (eval "$ac_try") 2>&5
1.6421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6422 (exit $ac_status); }; }; then
1.6423 @@ -5337,17 +6276,18 @@
1.6424 echo "$as_me: failed program was:" >&5
1.6425 sed 's/^/| /' conftest.$ac_ext >&5
1.6427 -ac_cv_lib_intl_ngettext=no
1.6429 -rm -f conftest.err conftest.$ac_objext \
1.6430 + ac_cv_lib_intl_ngettext=no
1.6433 +rm -f core conftest.err conftest.$ac_objext \
1.6434 conftest$ac_exeext conftest.$ac_ext
1.6435 LIBS=$ac_check_lib_save_LIBS
1.6437 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.6438 -echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6
1.6439 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.6440 +echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
1.6441 if test $ac_cv_lib_intl_ngettext = yes; then
1.6442 - echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
1.6443 -echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
1.6444 + { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
1.6445 +echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
1.6446 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
1.6447 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6449 @@ -5360,39 +6300,52 @@
1.6450 cat >>conftest.$ac_ext <<_ACEOF
1.6453 -/* Override any gcc2 internal prototype to avoid an error. */
1.6457 -/* We use char because int might match the return type of a gcc2
1.6458 - builtin and then its argument prototype would still apply. */
1.6459 +/* Override any GCC internal prototype to avoid an error.
1.6460 + Use char because int might match the return type of a GCC
1.6461 + builtin and then its argument prototype would still apply. */
1.6474 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6475 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6476 - (eval $ac_link) 2>conftest.er1
1.6478 - grep -v '^ *+' conftest.er1 >conftest.err
1.6481 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6482 - (exit $ac_status); } &&
1.6483 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6484 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6487 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6488 - (exit $ac_status); }; } &&
1.6489 - { ac_try='test -s conftest$ac_exeext'
1.6490 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6497 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6498 +if { (ac_try="$ac_link"
1.6500 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6501 + *) ac_try_echo=$ac_try;;
1.6503 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6504 + (eval "$ac_link") 2>conftest.er1
1.6506 + grep -v '^ *+' conftest.er1 >conftest.err
1.6509 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6510 + (exit $ac_status); } &&
1.6511 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6512 + { (case "(($ac_try" in
1.6513 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6514 + *) ac_try_echo=$ac_try;;
1.6516 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6517 + (eval "$ac_try") 2>&5
1.6519 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6520 + (exit $ac_status); }; } &&
1.6521 + { ac_try='test -s conftest$ac_exeext'
1.6522 + { (case "(($ac_try" in
1.6523 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6524 + *) ac_try_echo=$ac_try;;
1.6526 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6527 + (eval "$ac_try") 2>&5
1.6529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6530 (exit $ac_status); }; }; then
1.6531 @@ -5401,14 +6354,15 @@
1.6532 echo "$as_me: failed program was:" >&5
1.6533 sed 's/^/| /' conftest.$ac_ext >&5
1.6535 -ac_cv_lib_intl_dgettext=no
1.6537 -rm -f conftest.err conftest.$ac_objext \
1.6538 + ac_cv_lib_intl_dgettext=no
1.6541 +rm -f core conftest.err conftest.$ac_objext \
1.6542 conftest$ac_exeext conftest.$ac_ext
1.6543 LIBS=$ac_check_lib_save_LIBS
1.6545 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
1.6546 -echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
1.6547 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
1.6548 +echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
1.6549 if test $ac_cv_lib_intl_dgettext = yes; then
1.6550 gt_cv_func_dgettext_libintl=yes
1.6552 @@ -5419,12 +6373,12 @@
1.6555 if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
1.6556 - echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
1.6557 -echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6
1.6558 - echo "$as_me:$LINENO: result: " >&5
1.6560 - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6561 -echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6
1.6562 + { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
1.6563 +echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
1.6564 + { echo "$as_me:$LINENO: result: " >&5
1.6565 +echo "${ECHO_T}" >&6; }
1.6566 + { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6567 +echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
1.6568 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
1.6569 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6571 @@ -5437,39 +6391,52 @@
1.6572 cat >>conftest.$ac_ext <<_ACEOF
1.6575 -/* Override any gcc2 internal prototype to avoid an error. */
1.6579 -/* We use char because int might match the return type of a gcc2
1.6580 - builtin and then its argument prototype would still apply. */
1.6581 +/* Override any GCC internal prototype to avoid an error.
1.6582 + Use char because int might match the return type of a GCC
1.6583 + builtin and then its argument prototype would still apply. */
1.6596 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6597 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6598 - (eval $ac_link) 2>conftest.er1
1.6600 - grep -v '^ *+' conftest.er1 >conftest.err
1.6603 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6604 - (exit $ac_status); } &&
1.6605 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6606 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6609 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6610 - (exit $ac_status); }; } &&
1.6611 - { ac_try='test -s conftest$ac_exeext'
1.6612 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6619 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6620 +if { (ac_try="$ac_link"
1.6622 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6623 + *) ac_try_echo=$ac_try;;
1.6625 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6626 + (eval "$ac_link") 2>conftest.er1
1.6628 + grep -v '^ *+' conftest.er1 >conftest.err
1.6631 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6632 + (exit $ac_status); } &&
1.6633 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6634 + { (case "(($ac_try" in
1.6635 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6636 + *) ac_try_echo=$ac_try;;
1.6638 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6639 + (eval "$ac_try") 2>&5
1.6641 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6642 + (exit $ac_status); }; } &&
1.6643 + { ac_try='test -s conftest$ac_exeext'
1.6644 + { (case "(($ac_try" in
1.6645 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6646 + *) ac_try_echo=$ac_try;;
1.6648 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6649 + (eval "$ac_try") 2>&5
1.6651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6652 (exit $ac_status); }; }; then
1.6653 @@ -5478,17 +6445,18 @@
1.6654 echo "$as_me: failed program was:" >&5
1.6655 sed 's/^/| /' conftest.$ac_ext >&5
1.6657 -ac_cv_lib_intl_ngettext=no
1.6659 -rm -f conftest.err conftest.$ac_objext \
1.6660 + ac_cv_lib_intl_ngettext=no
1.6663 +rm -f core conftest.err conftest.$ac_objext \
1.6664 conftest$ac_exeext conftest.$ac_ext
1.6665 LIBS=$ac_check_lib_save_LIBS
1.6667 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.6668 -echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6
1.6669 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.6670 +echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
1.6671 if test $ac_cv_lib_intl_ngettext = yes; then
1.6672 - echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
1.6673 -echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6
1.6674 + { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
1.6675 +echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
1.6676 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
1.6677 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6679 @@ -5501,39 +6469,52 @@
1.6680 cat >>conftest.$ac_ext <<_ACEOF
1.6683 -/* Override any gcc2 internal prototype to avoid an error. */
1.6687 -/* We use char because int might match the return type of a gcc2
1.6688 - builtin and then its argument prototype would still apply. */
1.6689 +/* Override any GCC internal prototype to avoid an error.
1.6690 + Use char because int might match the return type of a GCC
1.6691 + builtin and then its argument prototype would still apply. */
1.6704 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6705 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6706 - (eval $ac_link) 2>conftest.er1
1.6708 - grep -v '^ *+' conftest.er1 >conftest.err
1.6711 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6712 - (exit $ac_status); } &&
1.6713 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6714 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6717 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6718 - (exit $ac_status); }; } &&
1.6719 - { ac_try='test -s conftest$ac_exeext'
1.6720 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6727 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6728 +if { (ac_try="$ac_link"
1.6730 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6731 + *) ac_try_echo=$ac_try;;
1.6733 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6734 + (eval "$ac_link") 2>conftest.er1
1.6736 + grep -v '^ *+' conftest.er1 >conftest.err
1.6739 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6740 + (exit $ac_status); } &&
1.6741 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6742 + { (case "(($ac_try" in
1.6743 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6744 + *) ac_try_echo=$ac_try;;
1.6746 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6747 + (eval "$ac_try") 2>&5
1.6749 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6750 + (exit $ac_status); }; } &&
1.6751 + { ac_try='test -s conftest$ac_exeext'
1.6752 + { (case "(($ac_try" in
1.6753 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6754 + *) ac_try_echo=$ac_try;;
1.6756 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6757 + (eval "$ac_try") 2>&5
1.6759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6760 (exit $ac_status); }; }; then
1.6761 @@ -5542,14 +6523,15 @@
1.6762 echo "$as_me: failed program was:" >&5
1.6763 sed 's/^/| /' conftest.$ac_ext >&5
1.6765 -ac_cv_lib_intl_dcgettext=no
1.6767 -rm -f conftest.err conftest.$ac_objext \
1.6768 + ac_cv_lib_intl_dcgettext=no
1.6771 +rm -f core conftest.err conftest.$ac_objext \
1.6772 conftest$ac_exeext conftest.$ac_ext
1.6773 LIBS=$ac_check_lib_save_LIBS
1.6775 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
1.6776 -echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6
1.6777 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
1.6778 +echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
1.6779 if test $ac_cv_lib_intl_dcgettext = yes; then
1.6780 gt_cv_func_dgettext_libintl=yes
1.6781 libintl_extra_libs=-liconv
1.6783 for ac_func in bind_textdomain_codeset
1.6785 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.6786 -echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6787 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
1.6788 -if eval "test \"\${$as_ac_var+set}\" = set"; then
1.6789 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6790 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.6791 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.6792 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6794 cat >conftest.$ac_ext <<_ACEOF
1.6795 @@ -5604,52 +6586,59 @@
1.6799 -/* Override any gcc2 internal prototype to avoid an error. */
1.6804 -/* We use char because int might match the return type of a gcc2
1.6805 - builtin and then its argument prototype would still apply. */
1.6806 +/* Override any GCC internal prototype to avoid an error.
1.6807 + Use char because int might match the return type of a GCC
1.6808 + builtin and then its argument prototype would still apply. */
1.6813 /* The GNU C library defines this for functions which it implements
1.6814 to always fail with ENOSYS. Some functions are actually named
1.6815 something starting with __ and the normal name is an alias. */
1.6816 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1.6817 +#if defined __stub_$ac_func || defined __stub___$ac_func
1.6820 -char (*f) () = $ac_func;
1.6834 -rm -f conftest.$ac_objext conftest$ac_exeext
1.6835 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.6836 - (eval $ac_link) 2>conftest.er1
1.6838 - grep -v '^ *+' conftest.er1 >conftest.err
1.6841 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6842 - (exit $ac_status); } &&
1.6843 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6844 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6847 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6848 - (exit $ac_status); }; } &&
1.6849 - { ac_try='test -s conftest$ac_exeext'
1.6850 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.6862 +rm -f conftest.$ac_objext conftest$ac_exeext
1.6863 +if { (ac_try="$ac_link"
1.6865 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6866 + *) ac_try_echo=$ac_try;;
1.6868 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6869 + (eval "$ac_link") 2>conftest.er1
1.6871 + grep -v '^ *+' conftest.er1 >conftest.err
1.6874 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6875 + (exit $ac_status); } &&
1.6876 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.6877 + { (case "(($ac_try" in
1.6878 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6879 + *) ac_try_echo=$ac_try;;
1.6881 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6882 + (eval "$ac_try") 2>&5
1.6884 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6885 + (exit $ac_status); }; } &&
1.6886 + { ac_try='test -s conftest$ac_exeext'
1.6887 + { (case "(($ac_try" in
1.6888 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6889 + *) ac_try_echo=$ac_try;;
1.6891 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6892 + (eval "$ac_try") 2>&5
1.6894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6895 (exit $ac_status); }; }; then
1.6896 @@ -5658,13 +6647,15 @@
1.6897 echo "$as_me: failed program was:" >&5
1.6898 sed 's/^/| /' conftest.$ac_ext >&5
1.6902 -rm -f conftest.err conftest.$ac_objext \
1.6903 - conftest$ac_exeext conftest.$ac_ext
1.6905 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
1.6906 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
1.6910 +rm -f core conftest.err conftest.$ac_objext \
1.6911 + conftest$ac_exeext conftest.$ac_ext
1.6913 +ac_res=`eval echo '${'$as_ac_var'}'`
1.6914 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.6915 +echo "${ECHO_T}$ac_res" >&6; }
1.6916 if test `eval echo '${'$as_ac_var'}'` = yes; then
1.6917 cat >>confdefs.h <<_ACEOF
1.6918 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.6921 # Extract the first word of "msgfmt", so it can be a program name with args.
1.6922 set dummy msgfmt; ac_word=$2
1.6923 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6924 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.6925 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6926 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6927 if test "${ac_cv_path_MSGFMT+set}" = set; then
1.6928 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6930 @@ -5730,11 +6721,11 @@
1.6932 MSGFMT="$ac_cv_path_MSGFMT"
1.6933 if test "$MSGFMT" != "no"; then
1.6934 - echo "$as_me:$LINENO: result: $MSGFMT" >&5
1.6935 -echo "${ECHO_T}$MSGFMT" >&6
1.6937 - echo "$as_me:$LINENO: result: no" >&5
1.6938 -echo "${ECHO_T}no" >&6
1.6939 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5
1.6940 +echo "${ECHO_T}$MSGFMT" >&6; }
1.6942 + { echo "$as_me:$LINENO: result: no" >&5
1.6943 +echo "${ECHO_T}no" >&6; }
1.6945 if test "$MSGFMT" != "no"; then
1.6948 for ac_func in dcgettext
1.6950 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.6951 -echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6952 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
1.6953 -if eval "test \"\${$as_ac_var+set}\" = set"; then
1.6954 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6955 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.6956 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.6957 echo $ECHO_N "(cached) $ECHO_C" >&6
1.6959 cat >conftest.$ac_ext <<_ACEOF
1.6960 @@ -5771,52 +6762,59 @@
1.6964 -/* Override any gcc2 internal prototype to avoid an error. */
1.6969 -/* We use char because int might match the return type of a gcc2
1.6970 - builtin and then its argument prototype would still apply. */
1.6971 +/* Override any GCC internal prototype to avoid an error.
1.6972 + Use char because int might match the return type of a GCC
1.6973 + builtin and then its argument prototype would still apply. */
1.6978 /* The GNU C library defines this for functions which it implements
1.6979 to always fail with ENOSYS. Some functions are actually named
1.6980 something starting with __ and the normal name is an alias. */
1.6981 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1.6982 +#if defined __stub_$ac_func || defined __stub___$ac_func
1.6985 -char (*f) () = $ac_func;
1.6999 -rm -f conftest.$ac_objext conftest$ac_exeext
1.7000 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.7001 - (eval $ac_link) 2>conftest.er1
1.7003 - grep -v '^ *+' conftest.er1 >conftest.err
1.7006 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7007 - (exit $ac_status); } &&
1.7008 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7009 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7012 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7013 - (exit $ac_status); }; } &&
1.7014 - { ac_try='test -s conftest$ac_exeext'
1.7015 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7027 +rm -f conftest.$ac_objext conftest$ac_exeext
1.7028 +if { (ac_try="$ac_link"
1.7030 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7031 + *) ac_try_echo=$ac_try;;
1.7033 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7034 + (eval "$ac_link") 2>conftest.er1
1.7036 + grep -v '^ *+' conftest.er1 >conftest.err
1.7039 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7040 + (exit $ac_status); } &&
1.7041 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7042 + { (case "(($ac_try" in
1.7043 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7044 + *) ac_try_echo=$ac_try;;
1.7046 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7047 + (eval "$ac_try") 2>&5
1.7049 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7050 + (exit $ac_status); }; } &&
1.7051 + { ac_try='test -s conftest$ac_exeext'
1.7052 + { (case "(($ac_try" in
1.7053 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7054 + *) ac_try_echo=$ac_try;;
1.7056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7057 + (eval "$ac_try") 2>&5
1.7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7060 (exit $ac_status); }; }; then
1.7061 @@ -5825,13 +6823,15 @@
1.7062 echo "$as_me: failed program was:" >&5
1.7063 sed 's/^/| /' conftest.$ac_ext >&5
1.7067 -rm -f conftest.err conftest.$ac_objext \
1.7068 - conftest$ac_exeext conftest.$ac_ext
1.7070 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
1.7071 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
1.7075 +rm -f core conftest.err conftest.$ac_objext \
1.7076 + conftest$ac_exeext conftest.$ac_ext
1.7078 +ac_res=`eval echo '${'$as_ac_var'}'`
1.7079 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.7080 +echo "${ECHO_T}$ac_res" >&6; }
1.7081 if test `eval echo '${'$as_ac_var'}'` = yes; then
1.7082 cat >>confdefs.h <<_ACEOF
1.7083 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.7086 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1.7087 set dummy gmsgfmt; ac_word=$2
1.7088 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7089 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.7090 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7091 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.7092 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1.7093 echo $ECHO_N "(cached) $ECHO_C" >&6
1.7095 @@ -5858,32 +6858,33 @@
1.7097 test -z "$as_dir" && as_dir=.
1.7098 for ac_exec_ext in '' $ac_executable_extensions; do
1.7099 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1.7100 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.7101 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1.7102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.7109 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1.7113 GMSGFMT=$ac_cv_path_GMSGFMT
1.7115 if test -n "$GMSGFMT"; then
1.7116 - echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1.7117 -echo "${ECHO_T}$GMSGFMT" >&6
1.7119 - echo "$as_me:$LINENO: result: no" >&5
1.7120 -echo "${ECHO_T}no" >&6
1.7122 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1.7123 +echo "${ECHO_T}$GMSGFMT" >&6; }
1.7125 + { echo "$as_me:$LINENO: result: no" >&5
1.7126 +echo "${ECHO_T}no" >&6; }
1.7130 # Extract the first word of "xgettext", so it can be a program name with args.
1.7131 set dummy xgettext; ac_word=$2
1.7132 -echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7133 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1.7134 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7135 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.7136 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1.7137 echo $ECHO_N "(cached) $ECHO_C" >&6
1.7139 @@ -5909,11 +6910,11 @@
1.7141 XGETTEXT="$ac_cv_path_XGETTEXT"
1.7142 if test "$XGETTEXT" != ":"; then
1.7143 - echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1.7144 -echo "${ECHO_T}$XGETTEXT" >&6
1.7146 - echo "$as_me:$LINENO: result: no" >&5
1.7147 -echo "${ECHO_T}no" >&6
1.7148 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1.7149 +echo "${ECHO_T}$XGETTEXT" >&6; }
1.7151 + { echo "$as_me:$LINENO: result: no" >&5
1.7152 +echo "${ECHO_T}no" >&6; }
1.7155 cat >conftest.$ac_ext <<_ACEOF
1.7156 @@ -5933,23 +6934,36 @@
1.7159 rm -f conftest.$ac_objext conftest$ac_exeext
1.7160 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.7161 - (eval $ac_link) 2>conftest.er1
1.7163 - grep -v '^ *+' conftest.er1 >conftest.err
1.7166 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7167 - (exit $ac_status); } &&
1.7168 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7169 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7172 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7173 - (exit $ac_status); }; } &&
1.7174 - { ac_try='test -s conftest$ac_exeext'
1.7175 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7177 +if { (ac_try="$ac_link"
1.7179 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7180 + *) ac_try_echo=$ac_try;;
1.7182 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7183 + (eval "$ac_link") 2>conftest.er1
1.7185 + grep -v '^ *+' conftest.er1 >conftest.err
1.7188 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7189 + (exit $ac_status); } &&
1.7190 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7191 + { (case "(($ac_try" in
1.7192 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7193 + *) ac_try_echo=$ac_try;;
1.7195 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7196 + (eval "$ac_try") 2>&5
1.7198 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7199 + (exit $ac_status); }; } &&
1.7200 + { ac_try='test -s conftest$ac_exeext'
1.7201 + { (case "(($ac_try" in
1.7202 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7203 + *) ac_try_echo=$ac_try;;
1.7205 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7206 + (eval "$ac_try") 2>&5
1.7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7209 (exit $ac_status); }; }; then
1.7210 @@ -5959,10 +6973,10 @@
1.7211 echo "$as_me: failed program was:" >&5
1.7212 sed 's/^/| /' conftest.$ac_ext >&5
1.7217 - echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
1.7218 -echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6
1.7219 + { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
1.7220 +echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
1.7221 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
1.7222 echo $ECHO_N "(cached) $ECHO_C" >&6
1.7224 @@ -5989,52 +7003,59 @@
1.7226 #undef bind_textdomain_codeset
1.7228 -/* Override any gcc2 internal prototype to avoid an error. */
1.7233 -/* We use char because int might match the return type of a gcc2
1.7234 - builtin and then its argument prototype would still apply. */
1.7235 +/* Override any GCC internal prototype to avoid an error.
1.7236 + Use char because int might match the return type of a GCC
1.7237 + builtin and then its argument prototype would still apply. */
1.7241 char bind_textdomain_codeset ();
1.7242 /* The GNU C library defines this for functions which it implements
1.7243 to always fail with ENOSYS. Some functions are actually named
1.7244 something starting with __ and the normal name is an alias. */
1.7245 -#if defined (__stub_bind_textdomain_codeset) || defined (__stub___bind_textdomain_codeset)
1.7246 +#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
1.7249 -char (*f) () = bind_textdomain_codeset;
1.7258 -return f != bind_textdomain_codeset;
1.7263 -rm -f conftest.$ac_objext conftest$ac_exeext
1.7264 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1.7265 - (eval $ac_link) 2>conftest.er1
1.7267 - grep -v '^ *+' conftest.er1 >conftest.err
1.7270 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7271 - (exit $ac_status); } &&
1.7272 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7273 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7276 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7277 - (exit $ac_status); }; } &&
1.7278 - { ac_try='test -s conftest$ac_exeext'
1.7279 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1.7286 +return bind_textdomain_codeset ();
1.7291 +rm -f conftest.$ac_objext conftest$ac_exeext
1.7292 +if { (ac_try="$ac_link"
1.7294 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7295 + *) ac_try_echo=$ac_try;;
1.7297 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7298 + (eval "$ac_link") 2>conftest.er1
1.7300 + grep -v '^ *+' conftest.er1 >conftest.err
1.7303 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7304 + (exit $ac_status); } &&
1.7305 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.7306 + { (case "(($ac_try" in
1.7307 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7308 + *) ac_try_echo=$ac_try;;
1.7310 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7311 + (eval "$ac_try") 2>&5
1.7313 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7314 + (exit $ac_status); }; } &&
1.7315 + { ac_try='test -s conftest$ac_exeext'
1.7316 + { (case "(($ac_try" in
1.7317 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7318 + *) ac_try_echo=$ac_try;;
1.7320 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7321 + (eval "$ac_try") 2>&5
1.7323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7324 (exit $ac_status); }; }; then
1.7325 @@ -6043,13 +7064,14 @@
1.7326 echo "$as_me: failed program was:" >&5
1.7327 sed 's/^/| /' conftest.$ac_ext >&5
1.7329 -ac_cv_func_bind_textdomain_codeset=no
1.7331 -rm -f conftest.err conftest.$ac_objext \
1.7332 - conftest$ac_exeext conftest.$ac_ext
1.7334 -echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
1.7335 -echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6
1.7336 + ac_cv_func_bind_textdomain_codeset=no
1.7339 +rm -f core conftest.err conftest.$ac_objext \
1.7340 + conftest$ac_exeext conftest.$ac_ext
1.7342 +{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
1.7343 +echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
1.7344 if test $ac_cv_func_bind_textdomain_codeset = yes; then
1.7351 -rm -f conftest.err conftest.$ac_objext \
1.7353 +rm -f core conftest.err conftest.$ac_objext \
1.7354 conftest$ac_exeext conftest.$ac_ext
1.7358 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
1.7361 - echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
1.7362 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
1.7363 + { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
1.7364 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
1.7369 # We need to process the po/ directory.
1.7372 - ac_config_commands="$ac_config_commands default-1"
1.7373 + ac_config_commands="$ac_config_commands default-1"
1.7376 for lang in $ALL_LINGUAS; do
1.7378 if test "x$ALL_LINGUAS" = "x"; then
1.7381 - echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
1.7382 -echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
1.7383 + { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
1.7384 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
1.7386 for presentlang in $ALL_LINGUAS; do
1.7392 - echo "$as_me:$LINENO: result: $LINGUAS" >&5
1.7393 -echo "${ECHO_T}$LINGUAS" >&6
1.7394 + { echo "$as_me:$LINENO: result: $LINGUAS" >&5
1.7395 +echo "${ECHO_T}$LINGUAS" >&6; }
1.7398 if test -n "$LINGUAS"; then
1.7403 - ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"
1.7404 +ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"
1.7406 cat >confcache <<\_ACEOF
1.7407 # This file is a shell script that caches the results of configure
1.7408 # tests run on this system so they can be shared between configure
1.7409 @@ -6203,39 +7227,58 @@
1.7411 # The following way of writing the cache mishandles newlines in values,
1.7412 # but we know of no workaround that is simple, portable, and efficient.
1.7413 -# So, don't put newlines in cache variables' values.
1.7414 +# So, we kill variables containing newlines.
1.7415 # Ultrix sh set writes to stderr and can't be redirected directly,
1.7416 # and sets the high bit in the cache file unless we assign to the vars.
1.7419 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1.7420 + eval ac_val=\$$ac_var
1.7424 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.7425 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.7428 + _ | IFS | as_nl) ;; #(
1.7429 + *) $as_unset $ac_var ;;
1.7435 - case `(ac_space=' '; set | grep ac_space) 2>&1` in
1.7437 + case $as_nl`(ac_space=' '; set) 2>&1` in #(
1.7438 + *${as_nl}ac_space=\ *)
1.7439 # `set' does not quote correctly, so add quotes (double-quote
1.7440 # substitution turns \\\\ into \\, and sed turns \\ into \).
1.7443 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1.7447 # `set' quotes correctly as required by POSIX, so do not add quotes.
1.7449 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1.7450 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1.7462 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1.7464 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1.7466 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
1.7467 - if test -w $cache_file; then
1.7468 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1.7469 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1.7471 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1.7472 + if test -w "$cache_file"; then
1.7473 + test "x$cache_file" != "x/dev/null" &&
1.7474 + { echo "$as_me:$LINENO: updating cache $cache_file" >&5
1.7475 +echo "$as_me: updating cache $cache_file" >&6;}
1.7476 cat confcache >$cache_file
1.7478 - echo "not updating unwritable cache $cache_file"
1.7479 + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1.7480 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1.7484 @@ -6244,32 +7287,18 @@
1.7485 # Let make expand exec_prefix.
1.7486 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1.7488 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
1.7489 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1.7490 -# trailing colons and then remove the whole line if VPATH becomes empty
1.7491 -# (actually we leave an empty line to preserve line numbers).
1.7492 -if test "x$srcdir" = x.; then
1.7493 - ac_vpsub='/^[ ]*VPATH[ ]*=/{
1.7497 -s/^\([^=]*=[ ]*\):*/\1/;
1.7507 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1.7508 # 1. Remove the extension, and $U if already installed.
1.7510 - sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1.7512 - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1.7513 - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1.7514 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1.7515 + ac_i=`echo "$ac_i" | sed "$ac_script"`
1.7516 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1.7517 + # will be set to the directory where LIBOBJS objects are built.
1.7518 + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1.7519 + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
1.7523 @@ -6335,66 +7364,15 @@
1.7524 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.7525 # is contrary to our usage. Disable this feature.
1.7526 alias -g '${1+"$@"}'='"$@"'
1.7527 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1.7532 + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.7534 +BIN_SH=xpg4; export BIN_SH # for Tru64
1.7535 DUALCASE=1; export DUALCASE # for MKS sh
1.7537 -# Support unset when possible.
1.7538 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1.7545 -# Work around bugs in pre-3.0 UWIN ksh.
1.7546 -$as_unset ENV MAIL MAILPATH
1.7553 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.7554 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.7557 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.7558 - eval $as_var=C; export $as_var
1.7564 -# Required to use basename.
1.7565 -if expr a : '\(a\)' >/dev/null 2>&1; then
1.7571 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1.7578 -# Name of the executable.
1.7579 -as_me=`$as_basename "$0" ||
1.7580 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.7581 - X"$0" : 'X\(//\)$' \| \
1.7582 - X"$0" : 'X\(/\)$' \| \
1.7583 - . : '\(.\)' 2>/dev/null ||
1.7585 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1.7586 - /^X\/\(\/\/\)$/{ s//\1/; q; }
1.7587 - /^X\/\(\/\).*/{ s//\1/; q; }
1.7591 -# PATH needs CR, and LINENO needs CR and PATH.
1.7594 # Avoid depending upon Character Ranges.
1.7595 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1.7596 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1.7597 @@ -6415,126 +7393,198 @@
1.7601 +# Support unset when possible.
1.7602 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1.7610 +# We need space, tab and new line, in precisely that order. Quoting is
1.7611 +# there to prevent editors from complaining about space-tab.
1.7612 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1.7613 +# splitting by setting IFS to empty value.)
1.7618 +# Find who we are. Look in the path if we contain no directory separator.
1.7620 + *[\\/]* ) as_myself=$0 ;;
1.7621 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.7625 + test -z "$as_dir" && as_dir=.
1.7626 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1.7632 +# We did not find ourselves, most probably we were run as `sh COMMAND'
1.7633 +# in which case we are not to be found in the path.
1.7634 +if test "x$as_myself" = x; then
1.7637 +if test ! -f "$as_myself"; then
1.7638 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.7639 + { (exit 1); exit 1; }
1.7642 +# Work around bugs in pre-3.0 UWIN ksh.
1.7643 +for as_var in ENV MAIL MAILPATH
1.7644 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.7652 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.7653 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.7656 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.7657 + eval $as_var=C; export $as_var
1.7659 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.7663 +# Required to use basename.
1.7664 +if expr a : '\(a\)' >/dev/null 2>&1 &&
1.7665 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.7671 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1.7678 +# Name of the executable.
1.7679 +as_me=`$as_basename -- "$0" ||
1.7680 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.7681 + X"$0" : 'X\(//\)$' \| \
1.7682 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.7684 + sed '/^.*\/\([^/][^/]*\)\/*$/{
1.7705 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1.7706 test "x$as_lineno_1" != "x$as_lineno_2" &&
1.7707 - test "x$as_lineno_3" = "x$as_lineno_2" || {
1.7708 - # Find who we are. Look in the path if we contain no path at all
1.7711 - *[\\/]* ) as_myself=$0 ;;
1.7712 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.7716 - test -z "$as_dir" && as_dir=.
1.7717 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1.7722 - # We did not find ourselves, most probably we were run as `sh COMMAND'
1.7723 - # in which case we are not to be found in the path.
1.7724 - if test "x$as_myself" = x; then
1.7727 - if test ! -f "$as_myself"; then
1.7728 - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1.7729 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1.7730 - { (exit 1); exit 1; }; }
1.7732 - case $CONFIG_SHELL in
1.7734 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.7735 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1.7738 - test -z "$as_dir" && as_dir=.
1.7739 - for as_base in sh bash ksh sh5; do
1.7742 - if ("$as_dir/$as_base" -c '
1.7745 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1.7746 - test "x$as_lineno_1" != "x$as_lineno_2" &&
1.7747 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
1.7748 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1.7749 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1.7750 - CONFIG_SHELL=$as_dir/$as_base
1.7752 - exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1.7759 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
1.7761 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1.7762 # uniformly replaced by the line number. The first 'sed' inserts a
1.7763 - # line-number line before each line; the second 'sed' does the real
1.7764 - # work. The second script uses 'N' to pair each line-number line
1.7765 - # with the numbered line, and appends trailing '-' during
1.7766 - # substitution so that $LINENO is not a special case at line end.
1.7767 + # line-number line after each line using $LINENO; the second 'sed'
1.7768 + # does the real work. The second script uses 'N' to pair each
1.7769 + # line-number line with the line containing $LINENO, and appends
1.7770 + # trailing '-' during substitution so that $LINENO is not a special
1.7772 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1.7773 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
1.7774 - sed '=' <$as_myself |
1.7775 + # scripts with optimization help from Paolo Bonzini. Blame Lee
1.7776 + # E. McMahon (1931-1989) for sed's syntax. :-)
1.7789 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1.7791 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1.7794 - s,^['$as_cr_digits']*\n,,
1.7797 - chmod +x $as_me.lineno ||
1.7798 - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1.7799 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1.7800 + chmod +x "$as_me.lineno" ||
1.7801 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.7802 { (exit 1); exit 1; }; }
1.7804 # Don't try to exec as it changes $[0], causing all sort of problems
1.7805 # (the dirname of $[0] is not the place where we might find the
1.7806 - # original and so on. Autoconf is especially sensible to this).
1.7808 + # original and so on. Autoconf is especially sensitive to this).
1.7810 # Exit status is that of the last command.
1.7815 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1.7816 - *c*,-n*) ECHO_N= ECHO_C='
1.7818 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1.7819 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
1.7822 -if expr a : '\(a\)' >/dev/null 2>&1; then
1.7823 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
1.7829 +ECHO_C= ECHO_N= ECHO_T=
1.7833 + *c*) ECHO_T=' ';; # ECHO_T is single tab character.
1.7840 +if expr a : '\(a\)' >/dev/null 2>&1 &&
1.7841 + test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.7847 rm -f conf$$ conf$$.exe conf$$.file
1.7848 +if test -d conf$$.dir; then
1.7849 + rm -f conf$$.dir/conf$$.file
1.7855 if ln -s conf$$.file conf$$ 2>/dev/null; then
1.7856 - # We could just check for DJGPP; but this test a) works b) is more generic
1.7857 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1.7858 - if test -f conf$$.exe; then
1.7859 - # Don't use ln at all; we don't have any links
1.7861 + # ... but there are two gotchas:
1.7862 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.7863 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.7864 + # In both cases, we have to default to `cp -p'.
1.7865 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.7870 elif ln conf$$.file conf$$ 2>/dev/null; then
1.7875 -rm -f conf$$ conf$$.exe conf$$.file
1.7876 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1.7877 +rmdir conf$$.dir 2>/dev/null
1.7879 if mkdir -p . 2>/dev/null; then
1.7885 -as_executable_p="test -f"
1.7886 +# Find out whether ``test -x'' works. Don't use a zero-byte file, as
1.7887 +# systems may use methods other than mode bits to determine executability.
1.7888 +cat >conf$$.file <<_ASEOF
1.7893 +if test -x conf$$.file >/dev/null 2>&1; then
1.7894 + as_executable_p="test -x"
1.7900 # Sed expression to map a string onto a valid CPP name.
1.7901 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1.7902 @@ -6552,31 +7614,14 @@
1.7903 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1.7907 -# We need space, tab and new line, in precisely that order.
1.7917 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
1.7918 +# Save the log message, to keep $[0] and so on meaningful, and to
1.7919 # report actual input values of CONFIG_FILES etc. instead of their
1.7920 -# values after options handling. Logging --version etc. is OK.
1.7924 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1.7930 +# values after options handling.
1.7932 This file was extended by $as_me, which was
1.7933 -generated by GNU Autoconf 2.59. Invocation command line was
1.7934 +generated by GNU Autoconf 2.60. Invocation command line was
1.7936 CONFIG_FILES = $CONFIG_FILES
1.7937 CONFIG_HEADERS = $CONFIG_HEADERS
1.7938 @@ -6584,30 +7629,20 @@
1.7939 CONFIG_COMMANDS = $CONFIG_COMMANDS
1.7943 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1.7947 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
1.7952 +cat >>$CONFIG_STATUS <<_ACEOF
1.7953 # Files that config.status was made for.
1.7954 -if test -n "$ac_config_files"; then
1.7955 - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1.7958 -if test -n "$ac_config_headers"; then
1.7959 - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1.7962 -if test -n "$ac_config_links"; then
1.7963 - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1.7966 -if test -n "$ac_config_commands"; then
1.7967 - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1.7970 -cat >>$CONFIG_STATUS <<\_ACEOF
1.7972 +config_files="$ac_config_files"
1.7973 +config_headers="$ac_config_headers"
1.7974 +config_commands="$ac_config_commands"
1.7978 +cat >>$CONFIG_STATUS <<\_ACEOF
1.7980 \`$as_me' instantiates files from templates according to the
1.7982 @@ -6634,19 +7669,21 @@
1.7985 Report bugs to <bug-autoconf@gnu.org>."
1.7990 cat >>$CONFIG_STATUS <<_ACEOF
1.7993 -configured by $0, generated by GNU Autoconf 2.59,
1.7994 - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1.7996 -Copyright (C) 2003 Free Software Foundation, Inc.
1.7997 +configured by $0, generated by GNU Autoconf 2.60,
1.7998 + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1.8000 +Copyright (C) 2006 Free Software Foundation, Inc.
1.8001 This config.status script is free software; the Free Software Foundation
1.8002 gives unlimited permission to copy, distribute and modify it."
1.8011 cat >>$CONFIG_STATUS <<\_ACEOF
1.8012 @@ -6657,39 +7694,24 @@
1.8016 - ac_option=`expr "x$1" : 'x\([^=]*\)='`
1.8017 - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1.8018 + ac_option=`expr "X$1" : 'X\([^=]*\)='`
1.8019 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1.8028 - *) # This is not an option, so the user has probably given explicit
1.8031 - ac_need_defaults=false;;
1.8035 # Handling of the options.
1.8037 -cat >>$CONFIG_STATUS <<\_ACEOF
1.8038 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1.8040 - --version | --vers* | -V )
1.8041 - echo "$ac_cs_version"; exit 0 ;;
1.8043 - # Conflict between --help and --header
1.8044 - { { echo "$as_me:$LINENO: error: ambiguous option: $1
1.8045 -Try \`$0 --help' for more information." >&5
1.8046 -echo "$as_me: error: ambiguous option: $1
1.8047 -Try \`$0 --help' for more information." >&2;}
1.8048 - { (exit 1); exit 1; }; };;
1.8049 - --help | --hel | -h )
1.8050 - echo "$ac_cs_usage"; exit 0 ;;
1.8051 - --debug | --d* | -d )
1.8052 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1.8053 + echo "$ac_cs_version"; exit ;;
1.8054 + --debug | --debu | --deb | --de | --d | -d )
1.8056 --file | --fil | --fi | --f )
1.8058 @@ -6699,18 +7721,24 @@
1.8060 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1.8061 ac_need_defaults=false;;
1.8063 + # Conflict between --help and --header
1.8064 + { echo "$as_me: error: ambiguous option: $1
1.8065 +Try \`$0 --help' for more information." >&2
1.8066 + { (exit 1); exit 1; }; };;
1.8067 + --help | --hel | -h )
1.8068 + echo "$ac_cs_usage"; exit ;;
1.8069 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1.8070 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1.8074 - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1.8075 -Try \`$0 --help' for more information." >&5
1.8076 -echo "$as_me: error: unrecognized option: $1
1.8077 -Try \`$0 --help' for more information." >&2;}
1.8078 + -*) { echo "$as_me: error: unrecognized option: $1
1.8079 +Try \`$0 --help' for more information." >&2
1.8080 { (exit 1); exit 1; }; } ;;
1.8082 - *) ac_config_targets="$ac_config_targets $1" ;;
1.8083 + *) ac_config_targets="$ac_config_targets $1"
1.8084 + ac_need_defaults=false ;;
1.8088 @@ -6726,41 +7754,53 @@
1.8090 cat >>$CONFIG_STATUS <<_ACEOF
1.8091 if \$ac_cs_recheck; then
1.8092 - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1.8093 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1.8098 -cat >>$CONFIG_STATUS <<_ACEOF
1.8100 -# INIT-COMMANDS section.
1.8103 + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1.8106 + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1.8110 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8114 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1.8121 +cat >>$CONFIG_STATUS <<_ACEOF
1.8125 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
1.8132 -cat >>$CONFIG_STATUS <<\_ACEOF
1.8133 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8135 +# Handling of arguments.
1.8136 for ac_config_target in $ac_config_targets
1.8138 - case "$ac_config_target" in
1.8139 - # Handling of arguments.
1.8140 - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1.8141 - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
1.8142 - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
1.8143 - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
1.8144 - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
1.8145 - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
1.8146 + case $ac_config_target in
1.8147 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
1.8148 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
1.8149 + "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
1.8150 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1.8151 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
1.8152 + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
1.8154 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1.8155 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1.8156 { (exit 1); exit 1; }; };;
1.8161 # If the user did not use the arguments to specify the items to instantiate,
1.8162 # then the envvar interface is used. Set only those that are not.
1.8163 # We use the long form for the default assignment because of an extremely
1.8164 @@ -6772,347 +7812,453 @@
1.8167 # Have a temporary directory for convenience. Make it in the build tree
1.8168 -# simply because there is no reason to put it here, and in addition,
1.8169 +# simply because there is no reason against having it here, and in addition,
1.8170 # creating and moving files from /tmp can sometimes cause problems.
1.8171 -# Create a temporary directory, and hook for its removal unless debugging.
1.8172 +# Hook for its removal unless debugging.
1.8173 +# Note that there is a small window in which the directory will not be cleaned:
1.8174 +# after its creation but before its name has been assigned to `$tmp'.
1.8177 - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
1.8180 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
1.8182 trap '{ (exit 1); exit 1; }' 1 2 13 15
1.8185 # Create a (secure) tmp directory for tmp files.
1.8188 - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
1.8189 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1.8190 test -n "$tmp" && test -d "$tmp"
1.8193 - tmp=./confstat$$-$RANDOM
1.8194 - (umask 077 && mkdir $tmp)
1.8196 + (umask 077 && mkdir "$tmp")
1.8199 echo "$me: cannot create a temporary directory in ." >&2
1.8205 -cat >>$CONFIG_STATUS <<_ACEOF
1.8208 -# CONFIG_FILES section.
1.8210 +# Set up the sed scripts for CONFIG_FILES section.
1.8213 # No need to generate the scripts if there are no CONFIG_FILES.
1.8214 # This happens for instance when ./config.status config.h
1.8215 -if test -n "\$CONFIG_FILES"; then
1.8216 - # Protect against being on the right side of a sed subst in config.status.
1.8217 - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
1.8218 - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
1.8220 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
1.8221 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
1.8222 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
1.8223 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
1.8224 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
1.8225 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
1.8226 -s,@exec_prefix@,$exec_prefix,;t t
1.8227 -s,@prefix@,$prefix,;t t
1.8228 -s,@program_transform_name@,$program_transform_name,;t t
1.8229 -s,@bindir@,$bindir,;t t
1.8230 -s,@sbindir@,$sbindir,;t t
1.8231 -s,@libexecdir@,$libexecdir,;t t
1.8232 -s,@datadir@,$datadir,;t t
1.8233 -s,@sysconfdir@,$sysconfdir,;t t
1.8234 -s,@sharedstatedir@,$sharedstatedir,;t t
1.8235 -s,@localstatedir@,$localstatedir,;t t
1.8236 -s,@libdir@,$libdir,;t t
1.8237 -s,@includedir@,$includedir,;t t
1.8238 -s,@oldincludedir@,$oldincludedir,;t t
1.8239 -s,@infodir@,$infodir,;t t
1.8240 -s,@mandir@,$mandir,;t t
1.8241 -s,@build_alias@,$build_alias,;t t
1.8242 -s,@host_alias@,$host_alias,;t t
1.8243 -s,@target_alias@,$target_alias,;t t
1.8245 -s,@ECHO_C@,$ECHO_C,;t t
1.8246 -s,@ECHO_N@,$ECHO_N,;t t
1.8247 -s,@ECHO_T@,$ECHO_T,;t t
1.8249 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
1.8250 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
1.8251 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
1.8252 -s,@CYGPATH_W@,$CYGPATH_W,;t t
1.8253 -s,@PACKAGE@,$PACKAGE,;t t
1.8254 -s,@VERSION@,$VERSION,;t t
1.8255 -s,@ACLOCAL@,$ACLOCAL,;t t
1.8256 -s,@AUTOCONF@,$AUTOCONF,;t t
1.8257 -s,@AUTOMAKE@,$AUTOMAKE,;t t
1.8258 -s,@AUTOHEADER@,$AUTOHEADER,;t t
1.8259 -s,@MAKEINFO@,$MAKEINFO,;t t
1.8261 -s,@install_sh@,$install_sh,;t t
1.8263 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
1.8264 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
1.8266 -s,@SET_MAKE@,$SET_MAKE,;t t
1.8267 -s,@am__leading_dot@,$am__leading_dot,;t t
1.8268 -s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
1.8269 -s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
1.8272 -s,@CFLAGS@,$CFLAGS,;t t
1.8273 -s,@LDFLAGS@,$LDFLAGS,;t t
1.8274 -s,@CPPFLAGS@,$CPPFLAGS,;t t
1.8275 -s,@ac_ct_CC@,$ac_ct_CC,;t t
1.8276 -s,@EXEEXT@,$EXEEXT,;t t
1.8277 -s,@OBJEXT@,$OBJEXT,;t t
1.8278 -s,@DEPDIR@,$DEPDIR,;t t
1.8279 -s,@am__include@,$am__include,;t t
1.8280 -s,@am__quote@,$am__quote,;t t
1.8281 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
1.8282 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
1.8283 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
1.8284 -s,@CCDEPMODE@,$CCDEPMODE,;t t
1.8285 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
1.8286 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
1.8289 -s,@PKG_CONFIG@,$PKG_CONFIG,;t t
1.8290 -s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
1.8291 -s,@PACKAGE_CFLAGS@,$PACKAGE_CFLAGS,;t t
1.8292 -s,@PACKAGE_LIBS@,$PACKAGE_LIBS,;t t
1.8293 -s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
1.8294 -s,@USE_NLS@,$USE_NLS,;t t
1.8295 -s,@MSGFMT@,$MSGFMT,;t t
1.8296 -s,@GMSGFMT@,$GMSGFMT,;t t
1.8297 -s,@XGETTEXT@,$XGETTEXT,;t t
1.8298 -s,@CATALOGS@,$CATALOGS,;t t
1.8299 -s,@CATOBJEXT@,$CATOBJEXT,;t t
1.8300 -s,@DATADIRNAME@,$DATADIRNAME,;t t
1.8301 -s,@GMOFILES@,$GMOFILES,;t t
1.8302 -s,@INSTOBJEXT@,$INSTOBJEXT,;t t
1.8303 -s,@INTLLIBS@,$INTLLIBS,;t t
1.8304 -s,@PO_IN_DATADIR_TRUE@,$PO_IN_DATADIR_TRUE,;t t
1.8305 -s,@PO_IN_DATADIR_FALSE@,$PO_IN_DATADIR_FALSE,;t t
1.8306 -s,@POFILES@,$POFILES,;t t
1.8308 -s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
1.8309 -s,@LIBOBJS@,$LIBOBJS,;t t
1.8310 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
1.8315 - cat >>$CONFIG_STATUS <<\_ACEOF
1.8316 - # Split the substitutions into bite-sized pieces for seds with
1.8317 - # small command number limits, like on Digital OSF/1 and HP-UX.
1.8319 - ac_sed_frag=1 # Number of current file.
1.8320 - ac_beg=1 # First line for current file.
1.8321 - ac_end=$ac_max_sed_lines # Line after last line for current file.
1.8324 - while $ac_more_lines; do
1.8325 - if test $ac_beg -gt 1; then
1.8326 - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1.8328 - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1.8330 - if test ! -s $tmp/subs.frag; then
1.8333 - # The purpose of the label and of the branching condition is to
1.8334 - # speed up the sed processing (if there are no `@' at all, there
1.8335 - # is no need to browse any of the substitutions).
1.8336 - # These are the two extra sed commands mentioned above.
1.8338 - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
1.8339 - if test -z "$ac_sed_cmds"; then
1.8340 - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
1.8342 - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
1.8344 - ac_sed_frag=`expr $ac_sed_frag + 1`
1.8346 - ac_end=`expr $ac_end + $ac_max_sed_lines`
1.8349 - if test -z "$ac_sed_cmds"; then
1.8352 +if test -n "$CONFIG_FILES"; then
1.8359 +for ac_last_try in false false false false false :; do
1.8360 + cat >conf$$subs.sed <<_ACEOF
1.8362 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
1.8363 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
1.8364 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
1.8365 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
1.8366 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
1.8367 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
1.8368 +exec_prefix!$exec_prefix$ac_delim
1.8369 +prefix!$prefix$ac_delim
1.8370 +program_transform_name!$program_transform_name$ac_delim
1.8371 +bindir!$bindir$ac_delim
1.8372 +sbindir!$sbindir$ac_delim
1.8373 +libexecdir!$libexecdir$ac_delim
1.8374 +datarootdir!$datarootdir$ac_delim
1.8375 +datadir!$datadir$ac_delim
1.8376 +sysconfdir!$sysconfdir$ac_delim
1.8377 +sharedstatedir!$sharedstatedir$ac_delim
1.8378 +localstatedir!$localstatedir$ac_delim
1.8379 +includedir!$includedir$ac_delim
1.8380 +oldincludedir!$oldincludedir$ac_delim
1.8381 +docdir!$docdir$ac_delim
1.8382 +infodir!$infodir$ac_delim
1.8383 +htmldir!$htmldir$ac_delim
1.8384 +dvidir!$dvidir$ac_delim
1.8385 +pdfdir!$pdfdir$ac_delim
1.8387 +libdir!$libdir$ac_delim
1.8388 +localedir!$localedir$ac_delim
1.8389 +mandir!$mandir$ac_delim
1.8391 +ECHO_C!$ECHO_C$ac_delim
1.8392 +ECHO_N!$ECHO_N$ac_delim
1.8393 +ECHO_T!$ECHO_T$ac_delim
1.8395 +build_alias!$build_alias$ac_delim
1.8396 +host_alias!$host_alias$ac_delim
1.8397 +target_alias!$target_alias$ac_delim
1.8398 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
1.8399 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim