1.1 --- a/configure Thu Aug 23 12:34:43 2007 +0000
1.2 +++ b/configure Thu Oct 11 08:20:38 2007 +0000
1.5 # Guess values for system-dependent variables and create Makefiles.
1.6 -# Generated by GNU Autoconf 2.60.
1.7 +# Generated by GNU Autoconf 2.61.
1.9 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.10 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.12 ## M4sh Initialization. ##
1.13 ## --------------------- ##
1.15 -# Be Bourne compatible
1.16 +# Be more Bourne compatible
1.17 +DUALCASE=1; export DUALCASE # for MKS sh
1.18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.22 alias -g '${1+"$@"}'='"$@"'
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.29 + case `(set -o) 2>/dev/null` in
1.30 + *posix*) set -o posix ;;
1.41 as_candidate_shells=
1.42 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.43 -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1.44 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1.47 test -z "$as_dir" && as_dir=.
1.49 # Try only shells that exist, to save several forks.
1.50 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
1.51 { ("$as_shell") 2> /dev/null <<\_ASEOF
1.52 -# Be Bourne compatible
1.53 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.56 @@ -242,10 +245,12 @@
1.57 alias -g '${1+"$@"}'='"$@"'
1.58 setopt NO_GLOB_SUBST
1.60 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.62 -BIN_SH=xpg4; export BIN_SH # for Tru64
1.63 -DUALCASE=1; export DUALCASE # for MKS sh
1.64 + case `(set -o) 2>/dev/null` in
1.65 + *posix*) set -o posix ;;
1.74 CONFIG_SHELL=$as_shell
1.75 as_have_required=yes
1.76 if { "$as_shell" 2> /dev/null <<\_ASEOF
1.77 -# Be Bourne compatible
1.78 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.81 @@ -262,10 +266,12 @@
1.82 alias -g '${1+"$@"}'='"$@"'
1.83 setopt NO_GLOB_SUBST
1.85 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.87 -BIN_SH=xpg4; export BIN_SH # for Tru64
1.88 -DUALCASE=1; export DUALCASE # for MKS sh
1.89 + case `(set -o) 2>/dev/null` in
1.90 + *posix*) set -o posix ;;
1.97 (as_func_return () {
1.98 @@ -512,19 +518,28 @@
1.102 -# Find out whether ``test -x'' works. Don't use a zero-byte file, as
1.103 -# systems may use methods other than mode bits to determine executability.
1.104 -cat >conf$$.file <<_ASEOF
1.108 -chmod +x conf$$.file
1.109 -if test -x conf$$.file >/dev/null 2>&1; then
1.110 - as_executable_p="test -x"
1.112 - as_executable_p=:
1.115 +if test -x / >/dev/null 2>&1; then
1.116 + as_test_x='test -x'
1.118 + if ls -dL / >/dev/null 2>&1; then
1.125 + if test -d "$1"; then
1.131 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1.132 + ???[sx]*):;;*)false;;esac;fi
1.136 +as_executable_p=$as_test_x
1.138 # Sed expression to map a string onto a valid CPP name.
1.139 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1.140 @@ -565,36 +580,36 @@
1.141 # Factoring default headers for most tests.
1.142 ac_includes_default="\
1.144 -#if HAVE_SYS_TYPES_H
1.145 +#ifdef HAVE_SYS_TYPES_H
1.146 # include <sys/types.h>
1.148 -#if HAVE_SYS_STAT_H
1.149 +#ifdef HAVE_SYS_STAT_H
1.150 # include <sys/stat.h>
1.153 +#ifdef STDC_HEADERS
1.154 # include <stdlib.h>
1.155 # include <stddef.h>
1.157 -# if HAVE_STDLIB_H
1.158 +# ifdef HAVE_STDLIB_H
1.159 # include <stdlib.h>
1.163 -# if !STDC_HEADERS && HAVE_MEMORY_H
1.164 +#ifdef HAVE_STRING_H
1.165 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1.166 # include <memory.h>
1.168 # include <string.h>
1.170 -#if HAVE_STRINGS_H
1.171 +#ifdef HAVE_STRINGS_H
1.172 # include <strings.h>
1.174 -#if HAVE_INTTYPES_H
1.175 +#ifdef HAVE_INTTYPES_H
1.176 # include <inttypes.h>
1.179 +#ifdef HAVE_STDINT_H
1.180 # include <stdint.h>
1.183 +#ifdef HAVE_UNISTD_H
1.184 # include <unistd.h>
1.187 @@ -703,6 +718,7 @@
1.195 @@ -813,10 +829,10 @@
1.196 -disable-* | --disable-*)
1.197 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1.198 # Reject names that are not valid shell variable names.
1.199 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1.200 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.201 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.202 { (exit 1); exit 1; }; }
1.203 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1.204 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1.205 eval enable_$ac_feature=no ;;
1.207 -docdir | --docdir | --docdi | --doc | --do)
1.208 @@ -832,10 +848,10 @@
1.209 -enable-* | --enable-*)
1.210 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1.211 # Reject names that are not valid shell variable names.
1.212 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1.213 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.214 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.215 { (exit 1); exit 1; }; }
1.216 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1.217 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1.218 eval enable_$ac_feature=\$ac_optarg ;;
1.220 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1.221 @@ -1029,19 +1045,19 @@
1.222 -with-* | --with-*)
1.223 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1.224 # Reject names that are not valid shell variable names.
1.225 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1.226 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.227 { echo "$as_me: error: invalid package name: $ac_package" >&2
1.228 { (exit 1); exit 1; }; }
1.229 - ac_package=`echo $ac_package| sed 's/-/_/g'`
1.230 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1.231 eval with_$ac_package=\$ac_optarg ;;
1.233 -without-* | --without-*)
1.234 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1.235 # Reject names that are not valid shell variable names.
1.236 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1.237 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.238 { echo "$as_me: error: invalid package name: $ac_package" >&2
1.239 { (exit 1); exit 1; }; }
1.240 - ac_package=`echo $ac_package | sed 's/-/_/g'`
1.241 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1.242 eval with_$ac_package=no ;;
1.245 @@ -1291,6 +1307,7 @@
1.246 CFLAGS C compiler flags
1.247 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1.248 nonstandard directory <lib dir>
1.249 + LIBS libraries to pass to the linker, e.g. -l<library>
1.250 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1.251 you have headers in a nonstandard directory <include dir>
1.253 @@ -1364,7 +1381,7 @@
1.254 if $ac_init_version; then
1.257 -generated by GNU Autoconf 2.60
1.258 +generated by GNU Autoconf 2.61
1.260 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.261 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.262 @@ -1378,7 +1395,7 @@
1.263 running configure, to aid debugging if configure makes a mistake.
1.265 It was created by $as_me, which was
1.266 -generated by GNU Autoconf 2.60. Invocation command line was
1.267 +generated by GNU Autoconf 2.61. Invocation command line was
1.271 @@ -1790,7 +1807,7 @@
1.273 for ac_prog in ginstall scoinst install; do
1.274 for ac_exec_ext in '' $ac_executable_extensions; do
1.275 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1.276 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1.277 if test $ac_prog = install &&
1.278 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1.279 # AIX install. It has an incompatible calling convention.
1.280 @@ -1924,7 +1941,7 @@
1.282 test -z "$as_dir" && as_dir=.
1.283 for ac_exec_ext in '' $ac_executable_extensions; do
1.284 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.285 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.286 ac_cv_prog_AWK="$ac_prog"
1.287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.289 @@ -2062,7 +2079,7 @@
1.291 test -z "$as_dir" && as_dir=.
1.292 for ac_exec_ext in '' $ac_executable_extensions; do
1.293 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.294 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.295 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1.296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.298 @@ -2102,7 +2119,7 @@
1.300 test -z "$as_dir" && as_dir=.
1.301 for ac_exec_ext in '' $ac_executable_extensions; do
1.302 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.303 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.304 ac_cv_prog_ac_ct_STRIP="strip"
1.305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.307 @@ -2263,7 +2280,7 @@
1.309 test -z "$as_dir" && as_dir=.
1.310 for ac_exec_ext in '' $ac_executable_extensions; do
1.311 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.312 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.313 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.316 @@ -2303,7 +2320,7 @@
1.318 test -z "$as_dir" && as_dir=.
1.319 for ac_exec_ext in '' $ac_executable_extensions; do
1.320 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.321 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.322 ac_cv_prog_ac_ct_CC="gcc"
1.323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.325 @@ -2360,7 +2377,7 @@
1.327 test -z "$as_dir" && as_dir=.
1.328 for ac_exec_ext in '' $ac_executable_extensions; do
1.329 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.330 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.331 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.334 @@ -2401,7 +2418,7 @@
1.336 test -z "$as_dir" && as_dir=.
1.337 for ac_exec_ext in '' $ac_executable_extensions; do
1.338 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.339 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.340 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1.341 ac_prog_rejected=yes
1.343 @@ -2459,7 +2476,7 @@
1.345 test -z "$as_dir" && as_dir=.
1.346 for ac_exec_ext in '' $ac_executable_extensions; do
1.347 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.348 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.352 @@ -2503,7 +2520,7 @@
1.354 test -z "$as_dir" && as_dir=.
1.355 for ac_exec_ext in '' $ac_executable_extensions; do
1.356 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.357 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.358 ac_cv_prog_ac_ct_CC="$ac_prog"
1.359 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.361 @@ -2644,7 +2661,7 @@
1.362 # in a Makefile. We should not override ac_cv_exeext if it was cached,
1.363 # so that the user can short-circuit this test for compilers unknown to
1.365 -for ac_file in $ac_files
1.366 +for ac_file in $ac_files ''
1.368 test -f "$ac_file" || continue
1.370 @@ -2672,6 +2689,12 @@
1.371 test "$ac_cv_exeext" = no && ac_cv_exeext=
1.377 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
1.378 +echo "${ECHO_T}$ac_file" >&6; }
1.379 +if test -z "$ac_file"; then
1.380 echo "$as_me: failed program was:" >&5
1.381 sed 's/^/| /' conftest.$ac_ext >&5
1.383 @@ -2683,8 +2706,6 @@
1.386 ac_exeext=$ac_cv_exeext
1.387 -{ echo "$as_me:$LINENO: result: $ac_file" >&5
1.388 -echo "${ECHO_T}$ac_file" >&6; }
1.390 # Check that the compiler produces executables we can run. If not, either
1.391 # the compiler is broken, or we cross compile.
1.392 @@ -2862,27 +2883,10 @@
1.394 cat conftest.err >&5
1.395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.396 - (exit $ac_status); } &&
1.397 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.398 - { (case "(($ac_try" in
1.399 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.400 - *) ac_try_echo=$ac_try;;
1.402 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.403 - (eval "$ac_try") 2>&5
1.405 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.406 - (exit $ac_status); }; } &&
1.407 - { ac_try='test -s conftest.$ac_objext'
1.408 - { (case "(($ac_try" in
1.409 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.410 - *) ac_try_echo=$ac_try;;
1.412 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.413 - (eval "$ac_try") 2>&5
1.415 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.416 - (exit $ac_status); }; }; then
1.417 + (exit $ac_status); } && {
1.418 + test -z "$ac_c_werror_flag" ||
1.419 + test ! -s conftest.err
1.420 + } && test -s conftest.$ac_objext; then
1.421 ac_compiler_gnu=yes
1.423 echo "$as_me: failed program was:" >&5
1.424 @@ -2937,27 +2941,10 @@
1.426 cat conftest.err >&5
1.427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.428 - (exit $ac_status); } &&
1.429 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.430 - { (case "(($ac_try" in
1.431 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.432 - *) ac_try_echo=$ac_try;;
1.434 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.435 - (eval "$ac_try") 2>&5
1.437 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.438 - (exit $ac_status); }; } &&
1.439 - { ac_try='test -s conftest.$ac_objext'
1.440 - { (case "(($ac_try" in
1.441 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.442 - *) ac_try_echo=$ac_try;;
1.444 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.445 - (eval "$ac_try") 2>&5
1.447 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.448 - (exit $ac_status); }; }; then
1.449 + (exit $ac_status); } && {
1.450 + test -z "$ac_c_werror_flag" ||
1.451 + test ! -s conftest.err
1.452 + } && test -s conftest.$ac_objext; then
1.453 ac_cv_prog_cc_g=yes
1.455 echo "$as_me: failed program was:" >&5
1.456 @@ -2992,27 +2979,10 @@
1.458 cat conftest.err >&5
1.459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.460 - (exit $ac_status); } &&
1.461 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.462 - { (case "(($ac_try" in
1.463 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.464 - *) ac_try_echo=$ac_try;;
1.466 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.467 - (eval "$ac_try") 2>&5
1.469 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.470 - (exit $ac_status); }; } &&
1.471 - { ac_try='test -s conftest.$ac_objext'
1.472 - { (case "(($ac_try" in
1.473 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.474 - *) ac_try_echo=$ac_try;;
1.476 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.477 - (eval "$ac_try") 2>&5
1.479 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.480 - (exit $ac_status); }; }; then
1.481 + (exit $ac_status); } && {
1.482 + test -z "$ac_c_werror_flag" ||
1.483 + test ! -s conftest.err
1.484 + } && test -s conftest.$ac_objext; then
1.487 echo "$as_me: failed program was:" >&5
1.488 @@ -3048,27 +3018,10 @@
1.490 cat conftest.err >&5
1.491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.492 - (exit $ac_status); } &&
1.493 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.494 - { (case "(($ac_try" in
1.495 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.496 - *) ac_try_echo=$ac_try;;
1.498 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.499 - (eval "$ac_try") 2>&5
1.501 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.502 - (exit $ac_status); }; } &&
1.503 - { ac_try='test -s conftest.$ac_objext'
1.504 - { (case "(($ac_try" in
1.505 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.506 - *) ac_try_echo=$ac_try;;
1.508 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.509 - (eval "$ac_try") 2>&5
1.511 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.512 - (exit $ac_status); }; }; then
1.513 + (exit $ac_status); } && {
1.514 + test -z "$ac_c_werror_flag" ||
1.515 + test ! -s conftest.err
1.516 + } && test -s conftest.$ac_objext; then
1.517 ac_cv_prog_cc_g=yes
1.519 echo "$as_me: failed program was:" >&5
1.520 @@ -3184,27 +3137,10 @@
1.522 cat conftest.err >&5
1.523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.524 - (exit $ac_status); } &&
1.525 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.526 - { (case "(($ac_try" in
1.527 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.528 - *) ac_try_echo=$ac_try;;
1.530 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.531 - (eval "$ac_try") 2>&5
1.533 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.534 - (exit $ac_status); }; } &&
1.535 - { ac_try='test -s conftest.$ac_objext'
1.536 - { (case "(($ac_try" in
1.537 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.538 - *) ac_try_echo=$ac_try;;
1.540 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.541 - (eval "$ac_try") 2>&5
1.543 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.544 - (exit $ac_status); }; }; then
1.545 + (exit $ac_status); } && {
1.546 + test -z "$ac_c_werror_flag" ||
1.547 + test ! -s conftest.err
1.548 + } && test -s conftest.$ac_objext; then
1.549 ac_cv_prog_cc_c89=$ac_arg
1.551 echo "$as_me: failed program was:" >&5
1.552 @@ -3392,27 +3328,11 @@
1.554 cat conftest.err >&5
1.555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.556 - (exit $ac_status); } &&
1.557 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.558 - { (case "(($ac_try" in
1.559 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.560 - *) ac_try_echo=$ac_try;;
1.562 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.563 - (eval "$ac_try") 2>&5
1.565 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.566 - (exit $ac_status); }; } &&
1.567 - { ac_try='test -s conftest$ac_exeext'
1.568 - { (case "(($ac_try" in
1.569 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.570 - *) ac_try_echo=$ac_try;;
1.572 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.573 - (eval "$ac_try") 2>&5
1.575 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.576 - (exit $ac_status); }; }; then
1.577 + (exit $ac_status); } && {
1.578 + test -z "$ac_c_werror_flag" ||
1.579 + test ! -s conftest.err
1.580 + } && test -s conftest$ac_exeext &&
1.581 + $as_test_x conftest$ac_exeext; then
1.582 ac_cv_search_strerror=$ac_res
1.584 echo "$as_me: failed program was:" >&5
1.585 @@ -3421,7 +3341,7 @@
1.589 -rm -f core conftest.err conftest.$ac_objext \
1.590 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.592 if test "${ac_cv_search_strerror+set}" = set; then
1.594 @@ -3465,7 +3385,7 @@
1.596 test -z "$as_dir" && as_dir=.
1.597 for ac_exec_ext in '' $ac_executable_extensions; do
1.598 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.599 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.600 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.603 @@ -3505,7 +3425,7 @@
1.605 test -z "$as_dir" && as_dir=.
1.606 for ac_exec_ext in '' $ac_executable_extensions; do
1.607 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.608 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.609 ac_cv_prog_ac_ct_CC="gcc"
1.610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.612 @@ -3562,7 +3482,7 @@
1.614 test -z "$as_dir" && as_dir=.
1.615 for ac_exec_ext in '' $ac_executable_extensions; do
1.616 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.617 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.618 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.621 @@ -3603,7 +3523,7 @@
1.623 test -z "$as_dir" && as_dir=.
1.624 for ac_exec_ext in '' $ac_executable_extensions; do
1.625 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.626 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.627 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1.628 ac_prog_rejected=yes
1.630 @@ -3661,7 +3581,7 @@
1.632 test -z "$as_dir" && as_dir=.
1.633 for ac_exec_ext in '' $ac_executable_extensions; do
1.634 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.635 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.636 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.639 @@ -3705,7 +3625,7 @@
1.641 test -z "$as_dir" && as_dir=.
1.642 for ac_exec_ext in '' $ac_executable_extensions; do
1.643 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.644 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.645 ac_cv_prog_ac_ct_CC="$ac_prog"
1.646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.648 @@ -3825,27 +3745,10 @@
1.650 cat conftest.err >&5
1.651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.652 - (exit $ac_status); } &&
1.653 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.654 - { (case "(($ac_try" in
1.655 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.656 - *) ac_try_echo=$ac_try;;
1.658 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.659 - (eval "$ac_try") 2>&5
1.661 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.662 - (exit $ac_status); }; } &&
1.663 - { ac_try='test -s conftest.$ac_objext'
1.664 - { (case "(($ac_try" in
1.665 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.666 - *) ac_try_echo=$ac_try;;
1.668 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.669 - (eval "$ac_try") 2>&5
1.671 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.672 - (exit $ac_status); }; }; then
1.673 + (exit $ac_status); } && {
1.674 + test -z "$ac_c_werror_flag" ||
1.675 + test ! -s conftest.err
1.676 + } && test -s conftest.$ac_objext; then
1.677 ac_compiler_gnu=yes
1.679 echo "$as_me: failed program was:" >&5
1.680 @@ -3900,27 +3803,10 @@
1.682 cat conftest.err >&5
1.683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.684 - (exit $ac_status); } &&
1.685 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.686 - { (case "(($ac_try" in
1.687 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.688 - *) ac_try_echo=$ac_try;;
1.690 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.691 - (eval "$ac_try") 2>&5
1.693 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.694 - (exit $ac_status); }; } &&
1.695 - { ac_try='test -s conftest.$ac_objext'
1.696 - { (case "(($ac_try" in
1.697 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.698 - *) ac_try_echo=$ac_try;;
1.700 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.701 - (eval "$ac_try") 2>&5
1.703 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.704 - (exit $ac_status); }; }; then
1.705 + (exit $ac_status); } && {
1.706 + test -z "$ac_c_werror_flag" ||
1.707 + test ! -s conftest.err
1.708 + } && test -s conftest.$ac_objext; then
1.709 ac_cv_prog_cc_g=yes
1.711 echo "$as_me: failed program was:" >&5
1.712 @@ -3955,27 +3841,10 @@
1.714 cat conftest.err >&5
1.715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.716 - (exit $ac_status); } &&
1.717 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.718 - { (case "(($ac_try" in
1.719 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.720 - *) ac_try_echo=$ac_try;;
1.722 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.723 - (eval "$ac_try") 2>&5
1.725 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.726 - (exit $ac_status); }; } &&
1.727 - { ac_try='test -s conftest.$ac_objext'
1.728 - { (case "(($ac_try" in
1.729 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.730 - *) ac_try_echo=$ac_try;;
1.732 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.733 - (eval "$ac_try") 2>&5
1.735 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.736 - (exit $ac_status); }; }; then
1.737 + (exit $ac_status); } && {
1.738 + test -z "$ac_c_werror_flag" ||
1.739 + test ! -s conftest.err
1.740 + } && test -s conftest.$ac_objext; then
1.743 echo "$as_me: failed program was:" >&5
1.744 @@ -4011,27 +3880,10 @@
1.746 cat conftest.err >&5
1.747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.748 - (exit $ac_status); } &&
1.749 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.750 - { (case "(($ac_try" in
1.751 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.752 - *) ac_try_echo=$ac_try;;
1.754 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.755 - (eval "$ac_try") 2>&5
1.757 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.758 - (exit $ac_status); }; } &&
1.759 - { ac_try='test -s conftest.$ac_objext'
1.760 - { (case "(($ac_try" in
1.761 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.762 - *) ac_try_echo=$ac_try;;
1.764 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.765 - (eval "$ac_try") 2>&5
1.767 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.768 - (exit $ac_status); }; }; then
1.769 + (exit $ac_status); } && {
1.770 + test -z "$ac_c_werror_flag" ||
1.771 + test ! -s conftest.err
1.772 + } && test -s conftest.$ac_objext; then
1.773 ac_cv_prog_cc_g=yes
1.775 echo "$as_me: failed program was:" >&5
1.776 @@ -4147,27 +3999,10 @@
1.778 cat conftest.err >&5
1.779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.780 - (exit $ac_status); } &&
1.781 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.782 - { (case "(($ac_try" in
1.783 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.784 - *) ac_try_echo=$ac_try;;
1.786 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.787 - (eval "$ac_try") 2>&5
1.789 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.790 - (exit $ac_status); }; } &&
1.791 - { ac_try='test -s conftest.$ac_objext'
1.792 - { (case "(($ac_try" in
1.793 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.794 - *) ac_try_echo=$ac_try;;
1.796 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.797 - (eval "$ac_try") 2>&5
1.799 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.800 - (exit $ac_status); }; }; then
1.801 + (exit $ac_status); } && {
1.802 + test -z "$ac_c_werror_flag" ||
1.803 + test ! -s conftest.err
1.804 + } && test -s conftest.$ac_objext; then
1.805 ac_cv_prog_cc_c89=$ac_arg
1.807 echo "$as_me: failed program was:" >&5
1.808 @@ -4384,27 +4219,10 @@
1.810 cat conftest.err >&5
1.811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.812 - (exit $ac_status); } &&
1.813 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.814 - { (case "(($ac_try" in
1.815 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.816 - *) ac_try_echo=$ac_try;;
1.818 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.819 - (eval "$ac_try") 2>&5
1.821 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.822 - (exit $ac_status); }; } &&
1.823 - { ac_try='test -s conftest.$ac_objext'
1.824 - { (case "(($ac_try" in
1.825 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.826 - *) ac_try_echo=$ac_try;;
1.828 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.829 - (eval "$ac_try") 2>&5
1.831 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.832 - (exit $ac_status); }; }; then
1.833 + (exit $ac_status); } && {
1.834 + test -z "$ac_c_werror_flag" ||
1.835 + test ! -s conftest.err
1.836 + } && test -s conftest.$ac_objext; then
1.837 am_cv_prog_cc_stdc="$ac_arg"; break
1.839 echo "$as_me: failed program was:" >&5
1.840 @@ -4483,17 +4301,10 @@
1.842 cat conftest.err >&5
1.843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.844 - (exit $ac_status); } >/dev/null; then
1.845 - if test -s conftest.err; then
1.846 - ac_cpp_err=$ac_c_preproc_warn_flag
1.847 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.854 -if test -z "$ac_cpp_err"; then
1.855 + (exit $ac_status); } >/dev/null && {
1.856 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.857 + test ! -s conftest.err
1.861 echo "$as_me: failed program was:" >&5
1.862 @@ -4527,17 +4338,10 @@
1.864 cat conftest.err >&5
1.865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.866 - (exit $ac_status); } >/dev/null; then
1.867 - if test -s conftest.err; then
1.868 - ac_cpp_err=$ac_c_preproc_warn_flag
1.869 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.876 -if test -z "$ac_cpp_err"; then
1.877 + (exit $ac_status); } >/dev/null && {
1.878 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.879 + test ! -s conftest.err
1.881 # Broken: success on invalid input.
1.884 @@ -4602,17 +4406,10 @@
1.886 cat conftest.err >&5
1.887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.888 - (exit $ac_status); } >/dev/null; then
1.889 - if test -s conftest.err; then
1.890 - ac_cpp_err=$ac_c_preproc_warn_flag
1.891 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.898 -if test -z "$ac_cpp_err"; then
1.899 + (exit $ac_status); } >/dev/null && {
1.900 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.901 + test ! -s conftest.err
1.905 echo "$as_me: failed program was:" >&5
1.906 @@ -4646,17 +4443,10 @@
1.908 cat conftest.err >&5
1.909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.910 - (exit $ac_status); } >/dev/null; then
1.911 - if test -s conftest.err; then
1.912 - ac_cpp_err=$ac_c_preproc_warn_flag
1.913 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.920 -if test -z "$ac_cpp_err"; then
1.921 + (exit $ac_status); } >/dev/null && {
1.922 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.923 + test ! -s conftest.err
1.925 # Broken: success on invalid input.
1.928 @@ -4711,7 +4501,7 @@
1.929 for ac_prog in grep ggrep; do
1.930 for ac_exec_ext in '' $ac_executable_extensions; do
1.931 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
1.932 - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
1.933 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
1.934 # Check for GNU ac_path_GREP and select it if it is found.
1.935 # Check for GNU $ac_path_GREP
1.936 case `"$ac_path_GREP" --version 2>&1` in
1.937 @@ -4793,7 +4583,7 @@
1.938 for ac_prog in egrep; do
1.939 for ac_exec_ext in '' $ac_executable_extensions; do
1.940 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
1.941 - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
1.942 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
1.943 # Check for GNU ac_path_EGREP and select it if it is found.
1.944 # Check for GNU $ac_path_EGREP
1.945 case `"$ac_path_EGREP" --version 2>&1` in
1.946 @@ -4889,27 +4679,10 @@
1.948 cat conftest.err >&5
1.949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.950 - (exit $ac_status); } &&
1.951 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.952 - { (case "(($ac_try" in
1.953 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.954 - *) ac_try_echo=$ac_try;;
1.956 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.957 - (eval "$ac_try") 2>&5
1.959 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.960 - (exit $ac_status); }; } &&
1.961 - { ac_try='test -s conftest.$ac_objext'
1.962 - { (case "(($ac_try" in
1.963 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.964 - *) ac_try_echo=$ac_try;;
1.966 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.967 - (eval "$ac_try") 2>&5
1.969 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.970 - (exit $ac_status); }; }; then
1.971 + (exit $ac_status); } && {
1.972 + test -z "$ac_c_werror_flag" ||
1.973 + test ! -s conftest.err
1.974 + } && test -s conftest.$ac_objext; then
1.975 ac_cv_header_stdc=yes
1.977 echo "$as_me: failed program was:" >&5
1.978 @@ -5066,7 +4839,7 @@
1.980 test -z "$as_dir" && as_dir=.
1.981 for ac_exec_ext in '' $ac_executable_extensions; do
1.982 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.983 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.984 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.987 @@ -5109,7 +4882,7 @@
1.989 test -z "$as_dir" && as_dir=.
1.990 for ac_exec_ext in '' $ac_executable_extensions; do
1.991 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.992 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.993 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.996 @@ -5321,27 +5094,11 @@
1.998 cat conftest.err >&5
1.999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1000 - (exit $ac_status); } &&
1.1001 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1002 - { (case "(($ac_try" in
1.1003 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1004 - *) ac_try_echo=$ac_try;;
1.1006 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1007 - (eval "$ac_try") 2>&5
1.1009 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1010 - (exit $ac_status); }; } &&
1.1011 - { ac_try='test -s conftest$ac_exeext'
1.1012 - { (case "(($ac_try" in
1.1013 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1014 - *) ac_try_echo=$ac_try;;
1.1016 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1017 - (eval "$ac_try") 2>&5
1.1019 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1020 - (exit $ac_status); }; }; then
1.1021 + (exit $ac_status); } && {
1.1022 + test -z "$ac_c_werror_flag" ||
1.1023 + test ! -s conftest.err
1.1024 + } && test -s conftest$ac_exeext &&
1.1025 + $as_test_x conftest$ac_exeext; then
1.1026 ac_cv_lib_GL_glXQueryVersion=yes
1.1028 echo "$as_me: failed program was:" >&5
1.1030 ac_cv_lib_GL_glXQueryVersion=no
1.1033 -rm -f core conftest.err conftest.$ac_objext \
1.1034 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1035 conftest$ac_exeext conftest.$ac_ext
1.1036 LIBS=$ac_check_lib_save_LIBS
1.1038 @@ -5416,27 +5173,10 @@
1.1041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1042 - (exit $ac_status); } &&
1.1043 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1044 - { (case "(($ac_try" in
1.1045 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1046 - *) ac_try_echo=$ac_try;;
1.1048 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1049 - (eval "$ac_try") 2>&5
1.1051 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1052 - (exit $ac_status); }; } &&
1.1053 - { ac_try='test -s conftest.$ac_objext'
1.1054 - { (case "(($ac_try" in
1.1055 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1056 - *) ac_try_echo=$ac_try;;
1.1058 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1059 - (eval "$ac_try") 2>&5
1.1061 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1062 - (exit $ac_status); }; }; then
1.1063 + (exit $ac_status); } && {
1.1064 + test -z "$ac_c_werror_flag" ||
1.1065 + test ! -s conftest.err
1.1066 + } && test -s conftest.$ac_objext; then
1.1067 eval "$as_ac_Header=yes"
1.1069 echo "$as_me: failed program was:" >&5
1.1070 @@ -5500,27 +5240,10 @@
1.1073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1074 - (exit $ac_status); } &&
1.1075 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1076 - { (case "(($ac_try" in
1.1077 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1078 - *) ac_try_echo=$ac_try;;
1.1080 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1081 - (eval "$ac_try") 2>&5
1.1083 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1084 - (exit $ac_status); }; } &&
1.1085 - { ac_try='test -s conftest.$ac_objext'
1.1086 - { (case "(($ac_try" in
1.1087 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1088 - *) ac_try_echo=$ac_try;;
1.1090 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1091 - (eval "$ac_try") 2>&5
1.1093 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1094 - (exit $ac_status); }; }; then
1.1095 + (exit $ac_status); } && {
1.1096 + test -z "$ac_c_werror_flag" ||
1.1097 + test ! -s conftest.err
1.1098 + } && test -s conftest.$ac_objext; then
1.1101 echo "$as_me: failed program was:" >&5
1.1102 @@ -5556,17 +5279,10 @@
1.1105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1106 - (exit $ac_status); } >/dev/null; then
1.1107 - if test -s conftest.err; then
1.1108 - ac_cpp_err=$ac_c_preproc_warn_flag
1.1109 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.1116 -if test -z "$ac_cpp_err"; then
1.1117 + (exit $ac_status); } >/dev/null && {
1.1118 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.1119 + test ! -s conftest.err
1.1123 echo "$as_me: failed program was:" >&5
1.1124 @@ -5659,27 +5375,11 @@
1.1127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1128 - (exit $ac_status); } &&
1.1129 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1130 - { (case "(($ac_try" in
1.1131 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1132 - *) ac_try_echo=$ac_try;;
1.1134 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1135 - (eval "$ac_try") 2>&5
1.1137 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1138 - (exit $ac_status); }; } &&
1.1139 - { ac_try='test -s conftest$ac_exeext'
1.1140 - { (case "(($ac_try" in
1.1141 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1142 - *) ac_try_echo=$ac_try;;
1.1144 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1145 - (eval "$ac_try") 2>&5
1.1147 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1148 - (exit $ac_status); }; }; then
1.1149 + (exit $ac_status); } && {
1.1150 + test -z "$ac_c_werror_flag" ||
1.1151 + test ! -s conftest.err
1.1152 + } && test -s conftest$ac_exeext &&
1.1153 + $as_test_x conftest$ac_exeext; then
1.1154 am_cv_val_LC_MESSAGES=yes
1.1156 echo "$as_me: failed program was:" >&5
1.1158 am_cv_val_LC_MESSAGES=no
1.1161 -rm -f core conftest.err conftest.$ac_objext \
1.1162 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1163 conftest$ac_exeext conftest.$ac_ext
1.1165 { echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
1.1166 @@ -5744,27 +5444,10 @@
1.1169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1170 - (exit $ac_status); } &&
1.1171 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1172 - { (case "(($ac_try" in
1.1173 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1174 - *) ac_try_echo=$ac_try;;
1.1176 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1177 - (eval "$ac_try") 2>&5
1.1179 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1180 - (exit $ac_status); }; } &&
1.1181 - { ac_try='test -s conftest.$ac_objext'
1.1182 - { (case "(($ac_try" in
1.1183 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1184 - *) ac_try_echo=$ac_try;;
1.1186 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1187 - (eval "$ac_try") 2>&5
1.1189 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1190 - (exit $ac_status); }; }; then
1.1191 + (exit $ac_status); } && {
1.1192 + test -z "$ac_c_werror_flag" ||
1.1193 + test ! -s conftest.err
1.1194 + } && test -s conftest.$ac_objext; then
1.1197 echo "$as_me: failed program was:" >&5
1.1198 @@ -5800,17 +5483,10 @@
1.1201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1202 - (exit $ac_status); } >/dev/null; then
1.1203 - if test -s conftest.err; then
1.1204 - ac_cpp_err=$ac_c_preproc_warn_flag
1.1205 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1.1212 -if test -z "$ac_cpp_err"; then
1.1213 + (exit $ac_status); } >/dev/null && {
1.1214 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.1215 + test ! -s conftest.err
1.1219 echo "$as_me: failed program was:" >&5
1.1220 @@ -5901,27 +5577,11 @@
1.1223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1224 - (exit $ac_status); } &&
1.1225 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1226 - { (case "(($ac_try" in
1.1227 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1228 - *) ac_try_echo=$ac_try;;
1.1230 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1231 - (eval "$ac_try") 2>&5
1.1233 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1234 - (exit $ac_status); }; } &&
1.1235 - { ac_try='test -s conftest$ac_exeext'
1.1236 - { (case "(($ac_try" in
1.1237 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1238 - *) ac_try_echo=$ac_try;;
1.1240 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1241 - (eval "$ac_try") 2>&5
1.1243 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1244 - (exit $ac_status); }; }; then
1.1245 + (exit $ac_status); } && {
1.1246 + test -z "$ac_c_werror_flag" ||
1.1247 + test ! -s conftest.err
1.1248 + } && test -s conftest$ac_exeext &&
1.1249 + $as_test_x conftest$ac_exeext; then
1.1250 gt_cv_func_ngettext_libc=yes
1.1252 echo "$as_me: failed program was:" >&5
1.1254 gt_cv_func_ngettext_libc=no
1.1257 -rm -f core conftest.err conftest.$ac_objext \
1.1258 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1259 conftest$ac_exeext conftest.$ac_ext
1.1262 @@ -5973,27 +5633,11 @@
1.1265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1266 - (exit $ac_status); } &&
1.1267 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1268 - { (case "(($ac_try" in
1.1269 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1270 - *) ac_try_echo=$ac_try;;
1.1272 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1273 - (eval "$ac_try") 2>&5
1.1275 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1276 - (exit $ac_status); }; } &&
1.1277 - { ac_try='test -s conftest$ac_exeext'
1.1278 - { (case "(($ac_try" in
1.1279 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1280 - *) ac_try_echo=$ac_try;;
1.1282 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1283 - (eval "$ac_try") 2>&5
1.1285 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1286 - (exit $ac_status); }; }; then
1.1287 + (exit $ac_status); } && {
1.1288 + test -z "$ac_c_werror_flag" ||
1.1289 + test ! -s conftest.err
1.1290 + } && test -s conftest$ac_exeext &&
1.1291 + $as_test_x conftest$ac_exeext; then
1.1292 gt_cv_func_dgettext_libc=yes
1.1294 echo "$as_me: failed program was:" >&5
1.1296 gt_cv_func_dgettext_libc=no
1.1299 -rm -f core conftest.err conftest.$ac_objext \
1.1300 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1301 conftest$ac_exeext conftest.$ac_ext
1.1304 @@ -6078,27 +5722,11 @@
1.1307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1308 - (exit $ac_status); } &&
1.1309 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1310 - { (case "(($ac_try" in
1.1311 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1312 - *) ac_try_echo=$ac_try;;
1.1314 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1315 - (eval "$ac_try") 2>&5
1.1317 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1318 - (exit $ac_status); }; } &&
1.1319 - { ac_try='test -s conftest$ac_exeext'
1.1320 - { (case "(($ac_try" in
1.1321 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1322 - *) ac_try_echo=$ac_try;;
1.1324 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1325 - (eval "$ac_try") 2>&5
1.1327 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1328 - (exit $ac_status); }; }; then
1.1329 + (exit $ac_status); } && {
1.1330 + test -z "$ac_c_werror_flag" ||
1.1331 + test ! -s conftest.err
1.1332 + } && test -s conftest$ac_exeext &&
1.1333 + $as_test_x conftest$ac_exeext; then
1.1336 echo "$as_me: failed program was:" >&5
1.1341 -rm -f core conftest.err conftest.$ac_objext \
1.1342 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1343 conftest$ac_exeext conftest.$ac_ext
1.1345 ac_res=`eval echo '${'$as_ac_var'}'`
1.1346 @@ -6172,27 +5800,11 @@
1.1349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1350 - (exit $ac_status); } &&
1.1351 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1352 - { (case "(($ac_try" in
1.1353 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1354 - *) ac_try_echo=$ac_try;;
1.1356 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1357 - (eval "$ac_try") 2>&5
1.1359 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1360 - (exit $ac_status); }; } &&
1.1361 - { ac_try='test -s conftest$ac_exeext'
1.1362 - { (case "(($ac_try" in
1.1363 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1364 - *) ac_try_echo=$ac_try;;
1.1366 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1367 - (eval "$ac_try") 2>&5
1.1369 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1370 - (exit $ac_status); }; }; then
1.1371 + (exit $ac_status); } && {
1.1372 + test -z "$ac_c_werror_flag" ||
1.1373 + test ! -s conftest.err
1.1374 + } && test -s conftest$ac_exeext &&
1.1375 + $as_test_x conftest$ac_exeext; then
1.1376 ac_cv_lib_intl_bindtextdomain=yes
1.1378 echo "$as_me: failed program was:" >&5
1.1380 ac_cv_lib_intl_bindtextdomain=no
1.1383 -rm -f core conftest.err conftest.$ac_objext \
1.1384 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1385 conftest$ac_exeext conftest.$ac_ext
1.1386 LIBS=$ac_check_lib_save_LIBS
1.1388 @@ -6250,27 +5862,11 @@
1.1391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1392 - (exit $ac_status); } &&
1.1393 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1394 - { (case "(($ac_try" in
1.1395 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1396 - *) ac_try_echo=$ac_try;;
1.1398 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1399 - (eval "$ac_try") 2>&5
1.1401 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1402 - (exit $ac_status); }; } &&
1.1403 - { ac_try='test -s conftest$ac_exeext'
1.1404 - { (case "(($ac_try" in
1.1405 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1406 - *) ac_try_echo=$ac_try;;
1.1408 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1409 - (eval "$ac_try") 2>&5
1.1411 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1412 - (exit $ac_status); }; }; then
1.1413 + (exit $ac_status); } && {
1.1414 + test -z "$ac_c_werror_flag" ||
1.1415 + test ! -s conftest.err
1.1416 + } && test -s conftest$ac_exeext &&
1.1417 + $as_test_x conftest$ac_exeext; then
1.1418 ac_cv_lib_intl_ngettext=yes
1.1420 echo "$as_me: failed program was:" >&5
1.1422 ac_cv_lib_intl_ngettext=no
1.1425 -rm -f core conftest.err conftest.$ac_objext \
1.1426 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1427 conftest$ac_exeext conftest.$ac_ext
1.1428 LIBS=$ac_check_lib_save_LIBS
1.1430 @@ -6328,27 +5924,11 @@
1.1433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1434 - (exit $ac_status); } &&
1.1435 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1436 - { (case "(($ac_try" in
1.1437 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1438 - *) ac_try_echo=$ac_try;;
1.1440 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1441 - (eval "$ac_try") 2>&5
1.1443 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1444 - (exit $ac_status); }; } &&
1.1445 - { ac_try='test -s conftest$ac_exeext'
1.1446 - { (case "(($ac_try" in
1.1447 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1448 - *) ac_try_echo=$ac_try;;
1.1450 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1451 - (eval "$ac_try") 2>&5
1.1453 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1454 - (exit $ac_status); }; }; then
1.1455 + (exit $ac_status); } && {
1.1456 + test -z "$ac_c_werror_flag" ||
1.1457 + test ! -s conftest.err
1.1458 + } && test -s conftest$ac_exeext &&
1.1459 + $as_test_x conftest$ac_exeext; then
1.1460 ac_cv_lib_intl_dgettext=yes
1.1462 echo "$as_me: failed program was:" >&5
1.1464 ac_cv_lib_intl_dgettext=no
1.1467 -rm -f core conftest.err conftest.$ac_objext \
1.1468 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1469 conftest$ac_exeext conftest.$ac_ext
1.1470 LIBS=$ac_check_lib_save_LIBS
1.1472 @@ -6419,27 +5999,11 @@
1.1475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1476 - (exit $ac_status); } &&
1.1477 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1478 - { (case "(($ac_try" in
1.1479 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1480 - *) ac_try_echo=$ac_try;;
1.1482 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1483 - (eval "$ac_try") 2>&5
1.1485 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1486 - (exit $ac_status); }; } &&
1.1487 - { ac_try='test -s conftest$ac_exeext'
1.1488 - { (case "(($ac_try" in
1.1489 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1490 - *) ac_try_echo=$ac_try;;
1.1492 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1493 - (eval "$ac_try") 2>&5
1.1495 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1496 - (exit $ac_status); }; }; then
1.1497 + (exit $ac_status); } && {
1.1498 + test -z "$ac_c_werror_flag" ||
1.1499 + test ! -s conftest.err
1.1500 + } && test -s conftest$ac_exeext &&
1.1501 + $as_test_x conftest$ac_exeext; then
1.1502 ac_cv_lib_intl_ngettext=yes
1.1504 echo "$as_me: failed program was:" >&5
1.1506 ac_cv_lib_intl_ngettext=no
1.1509 -rm -f core conftest.err conftest.$ac_objext \
1.1510 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1511 conftest$ac_exeext conftest.$ac_ext
1.1512 LIBS=$ac_check_lib_save_LIBS
1.1514 @@ -6497,27 +6061,11 @@
1.1517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1518 - (exit $ac_status); } &&
1.1519 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1520 - { (case "(($ac_try" in
1.1521 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1522 - *) ac_try_echo=$ac_try;;
1.1524 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1525 - (eval "$ac_try") 2>&5
1.1527 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1528 - (exit $ac_status); }; } &&
1.1529 - { ac_try='test -s conftest$ac_exeext'
1.1530 - { (case "(($ac_try" in
1.1531 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1532 - *) ac_try_echo=$ac_try;;
1.1534 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1535 - (eval "$ac_try") 2>&5
1.1537 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1538 - (exit $ac_status); }; }; then
1.1539 + (exit $ac_status); } && {
1.1540 + test -z "$ac_c_werror_flag" ||
1.1541 + test ! -s conftest.err
1.1542 + } && test -s conftest$ac_exeext &&
1.1543 + $as_test_x conftest$ac_exeext; then
1.1544 ac_cv_lib_intl_dcgettext=yes
1.1546 echo "$as_me: failed program was:" >&5
1.1548 ac_cv_lib_intl_dcgettext=no
1.1551 -rm -f core conftest.err conftest.$ac_objext \
1.1552 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1553 conftest$ac_exeext conftest.$ac_ext
1.1554 LIBS=$ac_check_lib_save_LIBS
1.1556 @@ -6621,27 +6169,11 @@
1.1559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1560 - (exit $ac_status); } &&
1.1561 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1562 - { (case "(($ac_try" in
1.1563 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1564 - *) ac_try_echo=$ac_try;;
1.1566 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1567 - (eval "$ac_try") 2>&5
1.1569 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1570 - (exit $ac_status); }; } &&
1.1571 - { ac_try='test -s conftest$ac_exeext'
1.1572 - { (case "(($ac_try" in
1.1573 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1574 - *) ac_try_echo=$ac_try;;
1.1576 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1577 - (eval "$ac_try") 2>&5
1.1579 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1580 - (exit $ac_status); }; }; then
1.1581 + (exit $ac_status); } && {
1.1582 + test -z "$ac_c_werror_flag" ||
1.1583 + test ! -s conftest.err
1.1584 + } && test -s conftest$ac_exeext &&
1.1585 + $as_test_x conftest$ac_exeext; then
1.1588 echo "$as_me: failed program was:" >&5
1.1593 -rm -f core conftest.err conftest.$ac_objext \
1.1594 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1595 conftest$ac_exeext conftest.$ac_ext
1.1597 ac_res=`eval echo '${'$as_ac_var'}'`
1.1598 @@ -6797,27 +6329,11 @@
1.1601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1602 - (exit $ac_status); } &&
1.1603 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1604 - { (case "(($ac_try" in
1.1605 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1606 - *) ac_try_echo=$ac_try;;
1.1608 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1609 - (eval "$ac_try") 2>&5
1.1611 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1612 - (exit $ac_status); }; } &&
1.1613 - { ac_try='test -s conftest$ac_exeext'
1.1614 - { (case "(($ac_try" in
1.1615 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1616 - *) ac_try_echo=$ac_try;;
1.1618 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1619 - (eval "$ac_try") 2>&5
1.1621 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1622 - (exit $ac_status); }; }; then
1.1623 + (exit $ac_status); } && {
1.1624 + test -z "$ac_c_werror_flag" ||
1.1625 + test ! -s conftest.err
1.1626 + } && test -s conftest$ac_exeext &&
1.1627 + $as_test_x conftest$ac_exeext; then
1.1630 echo "$as_me: failed program was:" >&5
1.1635 -rm -f core conftest.err conftest.$ac_objext \
1.1636 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1637 conftest$ac_exeext conftest.$ac_ext
1.1639 ac_res=`eval echo '${'$as_ac_var'}'`
1.1642 test -z "$as_dir" && as_dir=.
1.1643 for ac_exec_ext in '' $ac_executable_extensions; do
1.1644 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1645 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1646 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1.1647 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1649 @@ -6946,27 +6462,11 @@
1.1652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1653 - (exit $ac_status); } &&
1.1654 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1655 - { (case "(($ac_try" in
1.1656 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1657 - *) ac_try_echo=$ac_try;;
1.1659 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1660 - (eval "$ac_try") 2>&5
1.1662 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1663 - (exit $ac_status); }; } &&
1.1664 - { ac_try='test -s conftest$ac_exeext'
1.1665 - { (case "(($ac_try" in
1.1666 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1667 - *) ac_try_echo=$ac_try;;
1.1669 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1670 - (eval "$ac_try") 2>&5
1.1672 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1673 - (exit $ac_status); }; }; then
1.1674 + (exit $ac_status); } && {
1.1675 + test -z "$ac_c_werror_flag" ||
1.1676 + test ! -s conftest.err
1.1677 + } && test -s conftest$ac_exeext &&
1.1678 + $as_test_x conftest$ac_exeext; then
1.1682 @@ -7038,27 +6538,11 @@
1.1685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1686 - (exit $ac_status); } &&
1.1687 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1.1688 - { (case "(($ac_try" in
1.1689 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1690 - *) ac_try_echo=$ac_try;;
1.1692 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1693 - (eval "$ac_try") 2>&5
1.1695 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1696 - (exit $ac_status); }; } &&
1.1697 - { ac_try='test -s conftest$ac_exeext'
1.1698 - { (case "(($ac_try" in
1.1699 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1700 - *) ac_try_echo=$ac_try;;
1.1702 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1703 - (eval "$ac_try") 2>&5
1.1705 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1706 - (exit $ac_status); }; }; then
1.1707 + (exit $ac_status); } && {
1.1708 + test -z "$ac_c_werror_flag" ||
1.1709 + test ! -s conftest.err
1.1710 + } && test -s conftest$ac_exeext &&
1.1711 + $as_test_x conftest$ac_exeext; then
1.1712 ac_cv_func_bind_textdomain_codeset=yes
1.1714 echo "$as_me: failed program was:" >&5
1.1716 ac_cv_func_bind_textdomain_codeset=no
1.1719 -rm -f core conftest.err conftest.$ac_objext \
1.1720 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1721 conftest$ac_exeext conftest.$ac_ext
1.1723 { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
1.1728 -rm -f core conftest.err conftest.$ac_objext \
1.1729 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.1730 conftest$ac_exeext conftest.$ac_ext
1.1734 < $srcdir/po/POTFILES.in > po/POTFILES
1.1740 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"
1.1742 cat >confcache <<\_ACEOF
1.1744 ## M4sh Initialization. ##
1.1745 ## --------------------- ##
1.1747 -# Be Bourne compatible
1.1748 +# Be more Bourne compatible
1.1749 +DUALCASE=1; export DUALCASE # for MKS sh
1.1750 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.1753 @@ -7366,10 +6848,13 @@
1.1754 alias -g '${1+"$@"}'='"$@"'
1.1757 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
1.1759 -BIN_SH=xpg4; export BIN_SH # for Tru64
1.1760 -DUALCASE=1; export DUALCASE # for MKS sh
1.1761 + case `(set -o) 2>/dev/null` in
1.1762 + *posix*) set -o posix ;;
1.1771 @@ -7593,19 +7078,28 @@
1.1775 -# Find out whether ``test -x'' works. Don't use a zero-byte file, as
1.1776 -# systems may use methods other than mode bits to determine executability.
1.1777 -cat >conf$$.file <<_ASEOF
1.1782 -if test -x conf$$.file >/dev/null 2>&1; then
1.1783 - as_executable_p="test -x"
1.1788 +if test -x / >/dev/null 2>&1; then
1.1791 + if ls -dL / >/dev/null 2>&1; then
1.1798 + if test -d "$1"; then
1.1804 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1.1805 + ???[sx]*):;;*)false;;esac;fi
1.1809 +as_executable_p=$as_test_x
1.1811 # Sed expression to map a string onto a valid CPP name.
1.1812 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1.1814 # values after options handling.
1.1816 This file was extended by $as_me, which was
1.1817 -generated by GNU Autoconf 2.60. Invocation command line was
1.1818 +generated by GNU Autoconf 2.61. Invocation command line was
1.1820 CONFIG_FILES = $CONFIG_FILES
1.1821 CONFIG_HEADERS = $CONFIG_HEADERS
1.1823 Usage: $0 [OPTIONS] [FILE]...
1.1825 -h, --help print this help, then exit
1.1826 - -V, --version print version number, then exit
1.1827 + -V, --version print version number and configuration settings, then exit
1.1828 -q, --quiet do not print progress messages
1.1829 -d, --debug don't remove temporary files
1.1830 --recheck update $as_me by reconfiguring in the same conditions
1.1832 cat >>$CONFIG_STATUS <<_ACEOF
1.1835 -configured by $0, generated by GNU Autoconf 2.60,
1.1836 +configured by $0, generated by GNU Autoconf 2.61,
1.1837 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1.1839 Copyright (C) 2006 Free Software Foundation, Inc.