Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 664:728508bb08df
prev660:d1b2695347c6
next671:a530ea88eebd
author nkeynes
date Thu Apr 17 11:01:29 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Add spanish and italian translations (contributed by segnini75 and ghost22 respectively)
file annotate diff log raw
1.1 --- a/configure Wed Apr 16 23:47:32 2008 +0000
1.2 +++ b/configure Thu Apr 17 11:01:29 2008 +0000
1.3 @@ -1,9 +1,9 @@
1.4 #! /bin/sh
1.5 # Guess values for system-dependent variables and create Makefiles.
1.6 -# Generated by GNU Autoconf 2.62.
1.7 +# Generated by GNU Autoconf 2.61.
1.8 #
1.9 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.10 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1.11 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.12 # This configure script is free software; the Free Software Foundation
1.13 # gives unlimited permission to copy, distribute and modify it.
1.14 ## --------------------- ##
1.15 @@ -15,7 +15,7 @@
1.16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.17 emulate sh
1.18 NULLCMD=:
1.19 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.20 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.21 # is contrary to our usage. Disable this feature.
1.22 alias -g '${1+"$@"}'='"$@"'
1.23 setopt NO_GLOB_SUBST
1.24 @@ -37,45 +37,17 @@
1.25 as_cr_digits='0123456789'
1.26 as_cr_alnum=$as_cr_Letters$as_cr_digits
1.27
1.28 -as_nl='
1.29 -'
1.30 -export as_nl
1.31 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
1.32 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1.33 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1.34 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1.35 -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1.36 - as_echo='printf %s\n'
1.37 - as_echo_n='printf %s'
1.38 -else
1.39 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1.40 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1.41 - as_echo_n='/usr/ucb/echo -n'
1.42 - else
1.43 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1.44 - as_echo_n_body='eval
1.45 - arg=$1;
1.46 - case $arg in
1.47 - *"$as_nl"*)
1.48 - expr "X$arg" : "X\\(.*\\)$as_nl";
1.49 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1.50 - esac;
1.51 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1.52 - '
1.53 - export as_echo_n_body
1.54 - as_echo_n='sh -c $as_echo_n_body as_echo'
1.55 - fi
1.56 - export as_echo_body
1.57 - as_echo='sh -c $as_echo_body as_echo'
1.58 -fi
1.59 -
1.60 # The user is always right.
1.61 if test "${PATH_SEPARATOR+set}" != set; then
1.62 - PATH_SEPARATOR=:
1.63 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1.64 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1.65 - PATH_SEPARATOR=';'
1.66 - }
1.67 + echo "#! /bin/sh" >conf$$.sh
1.68 + echo "exit 0" >>conf$$.sh
1.69 + chmod +x conf$$.sh
1.70 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1.71 + PATH_SEPARATOR=';'
1.72 + else
1.73 + PATH_SEPARATOR=:
1.74 + fi
1.75 + rm -f conf$$.sh
1.76 fi
1.77
1.78 # Support unset when possible.
1.79 @@ -91,6 +63,8 @@
1.80 # there to prevent editors from complaining about space-tab.
1.81 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
1.82 # splitting by setting IFS to empty value.)
1.83 +as_nl='
1.84 +'
1.85 IFS=" "" $as_nl"
1.86
1.87 # Find who we are. Look in the path if we contain no directory separator.
1.88 @@ -113,7 +87,7 @@
1.89 as_myself=$0
1.90 fi
1.91 if test ! -f "$as_myself"; then
1.92 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.93 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.94 { (exit 1); exit 1; }
1.95 fi
1.96
1.97 @@ -126,10 +100,17 @@
1.98 PS4='+ '
1.99
1.100 # NLS nuisances.
1.101 -LC_ALL=C
1.102 -export LC_ALL
1.103 -LANGUAGE=C
1.104 -export LANGUAGE
1.105 +for as_var in \
1.106 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.107 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.108 + LC_TELEPHONE LC_TIME
1.109 +do
1.110 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.111 + eval $as_var=C; export $as_var
1.112 + else
1.113 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.114 + fi
1.115 +done
1.116
1.117 # Required to use basename.
1.118 if expr a : '\(a\)' >/dev/null 2>&1 &&
1.119 @@ -151,7 +132,7 @@
1.120 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.121 X"$0" : 'X\(//\)$' \| \
1.122 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.123 -$as_echo X/"$0" |
1.124 +echo X/"$0" |
1.125 sed '/^.*\/\([^/][^/]*\)\/*$/{
1.126 s//\1/
1.127 q
1.128 @@ -177,7 +158,7 @@
1.129 as_have_required=no
1.130 fi
1.131
1.132 - if test $as_have_required = yes && (eval ":
1.133 + if test $as_have_required = yes && (eval ":
1.134 (as_func_return () {
1.135 (exit \$1)
1.136 }
1.137 @@ -259,7 +240,7 @@
1.138 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.139 emulate sh
1.140 NULLCMD=:
1.141 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.142 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.143 # is contrary to our usage. Disable this feature.
1.144 alias -g '${1+"$@"}'='"$@"'
1.145 setopt NO_GLOB_SUBST
1.146 @@ -280,7 +261,7 @@
1.147 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.148 emulate sh
1.149 NULLCMD=:
1.150 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.151 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.152 # is contrary to our usage. Disable this feature.
1.153 alias -g '${1+"$@"}'='"$@"'
1.154 setopt NO_GLOB_SUBST
1.155 @@ -360,10 +341,10 @@
1.156
1.157 if test "x$CONFIG_SHELL" != x; then
1.158 for as_var in BASH_ENV ENV
1.159 - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.160 - done
1.161 - export CONFIG_SHELL
1.162 - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
1.163 + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.164 + done
1.165 + export CONFIG_SHELL
1.166 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
1.167 fi
1.168
1.169
1.170 @@ -432,10 +413,9 @@
1.171
1.172 test \$exitcode = 0") || {
1.173 echo No shell found that supports shell functions.
1.174 - echo Please tell bug-autoconf@gnu.org about your system,
1.175 - echo including any error possibly output before this message.
1.176 - echo This can help us improve future autoconf versions.
1.177 - echo Configuration will now proceed without shell functions.
1.178 + echo Please tell autoconf@gnu.org about your system,
1.179 + echo including any error possibly output before this
1.180 + echo message
1.181 }
1.182
1.183
1.184 @@ -471,7 +451,7 @@
1.185 s/-\n.*//
1.186 ' >$as_me.lineno &&
1.187 chmod +x "$as_me.lineno" ||
1.188 - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.189 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.190 { (exit 1); exit 1; }; }
1.191
1.192 # Don't try to exec as it changes $[0], causing all sort of problems
1.193 @@ -499,6 +479,7 @@
1.194 *)
1.195 ECHO_N='-n';;
1.196 esac
1.197 +
1.198 if expr a : '\(a\)' >/dev/null 2>&1 &&
1.199 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.200 as_expr=expr
1.201 @@ -511,22 +492,19 @@
1.202 rm -f conf$$.dir/conf$$.file
1.203 else
1.204 rm -f conf$$.dir
1.205 - mkdir conf$$.dir 2>/dev/null
1.206 -fi
1.207 -if (echo >conf$$.file) 2>/dev/null; then
1.208 - if ln -s conf$$.file conf$$ 2>/dev/null; then
1.209 - as_ln_s='ln -s'
1.210 - # ... but there are two gotchas:
1.211 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.212 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.213 - # In both cases, we have to default to `cp -p'.
1.214 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.215 - as_ln_s='cp -p'
1.216 - elif ln conf$$.file conf$$ 2>/dev/null; then
1.217 - as_ln_s=ln
1.218 - else
1.219 + mkdir conf$$.dir
1.220 +fi
1.221 +echo >conf$$.file
1.222 +if ln -s conf$$.file conf$$ 2>/dev/null; then
1.223 + as_ln_s='ln -s'
1.224 + # ... but there are two gotchas:
1.225 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.226 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.227 + # In both cases, we have to default to `cp -p'.
1.228 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.229 as_ln_s='cp -p'
1.230 - fi
1.231 +elif ln conf$$.file conf$$ 2>/dev/null; then
1.232 + as_ln_s=ln
1.233 else
1.234 as_ln_s='cp -p'
1.235 fi
1.236 @@ -551,10 +529,10 @@
1.237 as_test_x='
1.238 eval sh -c '\''
1.239 if test -d "$1"; then
1.240 - test -d "$1/.";
1.241 + test -d "$1/.";
1.242 else
1.243 case $1 in
1.244 - -*)set "./$1";;
1.245 + -*)set "./$1";;
1.246 esac;
1.247 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1.248 ???[sx]*):;;*)false;;esac;fi
1.249 @@ -790,14 +768,6 @@
1.250 LIBOBJS
1.251 LTLIBOBJS'
1.252 ac_subst_files=''
1.253 -ac_user_opts='
1.254 -enable_option_checking
1.255 -enable_maintainer_mode
1.256 -enable_dependency_tracking
1.257 -enable_trace
1.258 -enable_watch
1.259 -with_osmesa
1.260 -'
1.261 ac_precious_vars='build_alias
1.262 host_alias
1.263 target_alias
1.264 @@ -825,8 +795,6 @@
1.265 # Initialize some variables set by options.
1.266 ac_init_help=
1.267 ac_init_version=false
1.268 -ac_unrecognized_opts=
1.269 -ac_unrecognized_sep=
1.270 # The variables have the same names as the options, with
1.271 # dashes changed to underlines.
1.272 cache_file=/dev/null
1.273 @@ -925,21 +893,13 @@
1.274 datarootdir=$ac_optarg ;;
1.275
1.276 -disable-* | --disable-*)
1.277 - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1.278 + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1.279 # Reject names that are not valid shell variable names.
1.280 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.281 - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1.282 - { (exit 1); exit 1; }; }
1.283 - ac_useropt_orig=$ac_useropt
1.284 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1.285 - case $ac_user_opts in
1.286 - *"
1.287 -"enable_$ac_useropt"
1.288 -"*) ;;
1.289 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1.290 - ac_unrecognized_sep=', ';;
1.291 - esac
1.292 - eval enable_$ac_useropt=no ;;
1.293 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.294 + { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.295 + { (exit 1); exit 1; }; }
1.296 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1.297 + eval enable_$ac_feature=no ;;
1.298
1.299 -docdir | --docdir | --docdi | --doc | --do)
1.300 ac_prev=docdir ;;
1.301 @@ -952,21 +912,13 @@
1.302 dvidir=$ac_optarg ;;
1.303
1.304 -enable-* | --enable-*)
1.305 - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1.306 + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1.307 # Reject names that are not valid shell variable names.
1.308 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.309 - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1.310 - { (exit 1); exit 1; }; }
1.311 - ac_useropt_orig=$ac_useropt
1.312 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1.313 - case $ac_user_opts in
1.314 - *"
1.315 -"enable_$ac_useropt"
1.316 -"*) ;;
1.317 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1.318 - ac_unrecognized_sep=', ';;
1.319 - esac
1.320 - eval enable_$ac_useropt=\$ac_optarg ;;
1.321 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.322 + { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1.323 + { (exit 1); exit 1; }; }
1.324 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1.325 + eval enable_$ac_feature=\$ac_optarg ;;
1.326
1.327 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1.328 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1.329 @@ -1157,38 +1109,22 @@
1.330 ac_init_version=: ;;
1.331
1.332 -with-* | --with-*)
1.333 - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1.334 + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1.335 # Reject names that are not valid shell variable names.
1.336 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.337 - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1.338 - { (exit 1); exit 1; }; }
1.339 - ac_useropt_orig=$ac_useropt
1.340 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1.341 - case $ac_user_opts in
1.342 - *"
1.343 -"with_$ac_useropt"
1.344 -"*) ;;
1.345 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1.346 - ac_unrecognized_sep=', ';;
1.347 - esac
1.348 - eval with_$ac_useropt=\$ac_optarg ;;
1.349 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.350 + { echo "$as_me: error: invalid package name: $ac_package" >&2
1.351 + { (exit 1); exit 1; }; }
1.352 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1.353 + eval with_$ac_package=\$ac_optarg ;;
1.354
1.355 -without-* | --without-*)
1.356 - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1.357 + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1.358 # Reject names that are not valid shell variable names.
1.359 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1.360 - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1.361 - { (exit 1); exit 1; }; }
1.362 - ac_useropt_orig=$ac_useropt
1.363 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1.364 - case $ac_user_opts in
1.365 - *"
1.366 -"with_$ac_useropt"
1.367 -"*) ;;
1.368 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1.369 - ac_unrecognized_sep=', ';;
1.370 - esac
1.371 - eval with_$ac_useropt=no ;;
1.372 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.373 + { echo "$as_me: error: invalid package name: $ac_package" >&2
1.374 + { (exit 1); exit 1; }; }
1.375 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1.376 + eval with_$ac_package=no ;;
1.377
1.378 --x)
1.379 # Obsolete; use --with-x.
1.380 @@ -1208,7 +1144,7 @@
1.381 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1.382 x_libraries=$ac_optarg ;;
1.383
1.384 - -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1.385 + -*) { echo "$as_me: error: unrecognized option: $ac_option
1.386 Try \`$0 --help' for more information." >&2
1.387 { (exit 1); exit 1; }; }
1.388 ;;
1.389 @@ -1217,16 +1153,16 @@
1.390 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1.391 # Reject names that are not valid shell variable names.
1.392 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1.393 - { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1.394 + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1.395 { (exit 1); exit 1; }; }
1.396 eval $ac_envvar=\$ac_optarg
1.397 export $ac_envvar ;;
1.398
1.399 *)
1.400 # FIXME: should be removed in autoconf 3.0.
1.401 - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1.402 + echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1.403 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1.404 - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1.405 + echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1.406 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1.407 ;;
1.408
1.409 @@ -1235,38 +1171,22 @@
1.410
1.411 if test -n "$ac_prev"; then
1.412 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1.413 - { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1.414 - { (exit 1); exit 1; }; }
1.415 -fi
1.416 -
1.417 -if test -n "$ac_unrecognized_opts"; then
1.418 - case $enable_option_checking in
1.419 - no) ;;
1.420 - fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
1.421 - { (exit 1); exit 1; }; } ;;
1.422 - *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
1.423 - esac
1.424 -fi
1.425 -
1.426 -# Check all directory arguments for consistency.
1.427 + { echo "$as_me: error: missing argument to $ac_option" >&2
1.428 + { (exit 1); exit 1; }; }
1.429 +fi
1.430 +
1.431 +# Be sure to have absolute directory names.
1.432 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1.433 datadir sysconfdir sharedstatedir localstatedir includedir \
1.434 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1.435 libdir localedir mandir
1.436 do
1.437 eval ac_val=\$$ac_var
1.438 - # Remove trailing slashes.
1.439 - case $ac_val in
1.440 - */ )
1.441 - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1.442 - eval $ac_var=\$ac_val;;
1.443 - esac
1.444 - # Be sure to have absolute directory names.
1.445 case $ac_val in
1.446 [\\/$]* | ?:[\\/]* ) continue;;
1.447 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1.448 esac
1.449 - { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1.450 + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1.451 { (exit 1); exit 1; }; }
1.452 done
1.453
1.454 @@ -1281,7 +1201,7 @@
1.455 if test "x$host_alias" != x; then
1.456 if test "x$build_alias" = x; then
1.457 cross_compiling=maybe
1.458 - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1.459 + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1.460 If a cross compiler is detected then cross compile mode will be used." >&2
1.461 elif test "x$build_alias" != "x$host_alias"; then
1.462 cross_compiling=yes
1.463 @@ -1297,10 +1217,10 @@
1.464 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1.465 ac_ls_di=`ls -di .` &&
1.466 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1.467 - { $as_echo "$as_me: error: Working directory cannot be determined" >&2
1.468 + { echo "$as_me: error: Working directory cannot be determined" >&2
1.469 { (exit 1); exit 1; }; }
1.470 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1.471 - { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1.472 + { echo "$as_me: error: pwd does not report name of working directory" >&2
1.473 { (exit 1); exit 1; }; }
1.474
1.475
1.476 @@ -1308,12 +1228,12 @@
1.477 if test -z "$srcdir"; then
1.478 ac_srcdir_defaulted=yes
1.479 # Try the directory containing this script, then the parent directory.
1.480 - ac_confdir=`$as_dirname -- "$as_myself" ||
1.481 -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1.482 - X"$as_myself" : 'X\(//\)[^/]' \| \
1.483 - X"$as_myself" : 'X\(//\)$' \| \
1.484 - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1.485 -$as_echo X"$as_myself" |
1.486 + ac_confdir=`$as_dirname -- "$0" ||
1.487 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1.488 + X"$0" : 'X\(//\)[^/]' \| \
1.489 + X"$0" : 'X\(//\)$' \| \
1.490 + X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.491 +echo X"$0" |
1.492 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.493 s//\1/
1.494 q
1.495 @@ -1340,12 +1260,12 @@
1.496 fi
1.497 if test ! -r "$srcdir/$ac_unique_file"; then
1.498 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1.499 - { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1.500 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1.501 { (exit 1); exit 1; }; }
1.502 fi
1.503 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1.504 ac_abs_confdir=`(
1.505 - cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1.506 + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1.507 { (exit 1); exit 1; }; }
1.508 pwd)`
1.509 # When building in place, set srcdir=.
1.510 @@ -1394,9 +1314,9 @@
1.511
1.512 Installation directories:
1.513 --prefix=PREFIX install architecture-independent files in PREFIX
1.514 - [$ac_default_prefix]
1.515 + [$ac_default_prefix]
1.516 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1.517 - [PREFIX]
1.518 + [PREFIX]
1.519
1.520 By default, \`make install' will install all the files in
1.521 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1.522 @@ -1406,25 +1326,25 @@
1.523 For better control, use the options below.
1.524
1.525 Fine tuning of the installation directories:
1.526 - --bindir=DIR user executables [EPREFIX/bin]
1.527 - --sbindir=DIR system admin executables [EPREFIX/sbin]
1.528 - --libexecdir=DIR program executables [EPREFIX/libexec]
1.529 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1.530 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1.531 - --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1.532 - --libdir=DIR object code libraries [EPREFIX/lib]
1.533 - --includedir=DIR C header files [PREFIX/include]
1.534 - --oldincludedir=DIR C header files for non-gcc [/usr/include]
1.535 - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1.536 - --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1.537 - --infodir=DIR info documentation [DATAROOTDIR/info]
1.538 - --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1.539 - --mandir=DIR man documentation [DATAROOTDIR/man]
1.540 - --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1.541 - --htmldir=DIR html documentation [DOCDIR]
1.542 - --dvidir=DIR dvi documentation [DOCDIR]
1.543 - --pdfdir=DIR pdf documentation [DOCDIR]
1.544 - --psdir=DIR ps documentation [DOCDIR]
1.545 + --bindir=DIR user executables [EPREFIX/bin]
1.546 + --sbindir=DIR system admin executables [EPREFIX/sbin]
1.547 + --libexecdir=DIR program executables [EPREFIX/libexec]
1.548 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1.549 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1.550 + --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1.551 + --libdir=DIR object code libraries [EPREFIX/lib]
1.552 + --includedir=DIR C header files [PREFIX/include]
1.553 + --oldincludedir=DIR C header files for non-gcc [/usr/include]
1.554 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1.555 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1.556 + --infodir=DIR info documentation [DATAROOTDIR/info]
1.557 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1.558 + --mandir=DIR man documentation [DATAROOTDIR/man]
1.559 + --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1.560 + --htmldir=DIR html documentation [DOCDIR]
1.561 + --dvidir=DIR dvi documentation [DOCDIR]
1.562 + --pdfdir=DIR pdf documentation [DOCDIR]
1.563 + --psdir=DIR ps documentation [DOCDIR]
1.564 _ACEOF
1.565
1.566 cat <<\_ACEOF
1.567 @@ -1445,7 +1365,6 @@
1.568 cat <<\_ACEOF
1.569
1.570 Optional Features:
1.571 - --disable-option-checking ignore unrecognized --enable/--with options
1.572 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1.573 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1.574 --enable-maintainer-mode enable make rules and dependencies not useful
1.575 @@ -1499,17 +1418,15 @@
1.576 if test "$ac_init_help" = "recursive"; then
1.577 # If there are subdirs, report their specific --help.
1.578 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1.579 - test -d "$ac_dir" ||
1.580 - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1.581 - continue
1.582 + test -d "$ac_dir" || continue
1.583 ac_builddir=.
1.584
1.585 case "$ac_dir" in
1.586 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.587 *)
1.588 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.589 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1.590 # A ".." for each directory in $ac_dir_suffix.
1.591 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.592 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1.593 case $ac_top_builddir_sub in
1.594 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.595 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1.596 @@ -1545,7 +1462,7 @@
1.597 echo &&
1.598 $SHELL "$ac_srcdir/configure" --help=recursive
1.599 else
1.600 - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1.601 + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1.602 fi || ac_status=$?
1.603 cd "$ac_pwd" || { ac_status=$?; break; }
1.604 done
1.605 @@ -1555,10 +1472,10 @@
1.606 if $ac_init_version; then
1.607 cat <<\_ACEOF
1.608 configure
1.609 -generated by GNU Autoconf 2.62
1.610 +generated by GNU Autoconf 2.61
1.611
1.612 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1.613 -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1.614 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1.615 This configure script is free software; the Free Software Foundation
1.616 gives unlimited permission to copy, distribute and modify it.
1.617 _ACEOF
1.618 @@ -1569,7 +1486,7 @@
1.619 running configure, to aid debugging if configure makes a mistake.
1.620
1.621 It was created by $as_me, which was
1.622 -generated by GNU Autoconf 2.62. Invocation command line was
1.623 +generated by GNU Autoconf 2.61. Invocation command line was
1.624
1.625 $ $0 $@
1.626
1.627 @@ -1605,7 +1522,7 @@
1.628 do
1.629 IFS=$as_save_IFS
1.630 test -z "$as_dir" && as_dir=.
1.631 - $as_echo "PATH: $as_dir"
1.632 + echo "PATH: $as_dir"
1.633 done
1.634 IFS=$as_save_IFS
1.635
1.636 @@ -1640,7 +1557,7 @@
1.637 | -silent | --silent | --silen | --sile | --sil)
1.638 continue ;;
1.639 *\'*)
1.640 - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.641 + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.642 esac
1.643 case $ac_pass in
1.644 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1.645 @@ -1692,12 +1609,11 @@
1.646 case $ac_val in #(
1.647 *${as_nl}*)
1.648 case $ac_var in #(
1.649 - *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.650 -$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.651 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.652 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.653 esac
1.654 case $ac_var in #(
1.655 _ | IFS | as_nl) ;; #(
1.656 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1.657 *) $as_unset $ac_var ;;
1.658 esac ;;
1.659 esac
1.660 @@ -1727,9 +1643,9 @@
1.661 do
1.662 eval ac_val=\$$ac_var
1.663 case $ac_val in
1.664 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.665 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.666 esac
1.667 - $as_echo "$ac_var='\''$ac_val'\''"
1.668 + echo "$ac_var='\''$ac_val'\''"
1.669 done | sort
1.670 echo
1.671
1.672 @@ -1744,9 +1660,9 @@
1.673 do
1.674 eval ac_val=\$$ac_var
1.675 case $ac_val in
1.676 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.677 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1.678 esac
1.679 - $as_echo "$ac_var='\''$ac_val'\''"
1.680 + echo "$ac_var='\''$ac_val'\''"
1.681 done | sort
1.682 echo
1.683 fi
1.684 @@ -1762,8 +1678,8 @@
1.685 echo
1.686 fi
1.687 test "$ac_signal" != 0 &&
1.688 - $as_echo "$as_me: caught signal $ac_signal"
1.689 - $as_echo "$as_me: exit $exit_status"
1.690 + echo "$as_me: caught signal $ac_signal"
1.691 + echo "$as_me: exit $exit_status"
1.692 } >&5
1.693 rm -f core *.core core.conftest.* &&
1.694 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1.695 @@ -1805,24 +1721,21 @@
1.696
1.697
1.698 # Let the site file select an alternate cache file if it wants to.
1.699 -# Prefer an explicitly selected file to automatically selected ones.
1.700 -ac_site_file1=NONE
1.701 -ac_site_file2=NONE
1.702 +# Prefer explicitly selected file to automatically selected ones.
1.703 if test -n "$CONFIG_SITE"; then
1.704 - ac_site_file1=$CONFIG_SITE
1.705 + set x "$CONFIG_SITE"
1.706 elif test "x$prefix" != xNONE; then
1.707 - ac_site_file1=$prefix/share/config.site
1.708 - ac_site_file2=$prefix/etc/config.site
1.709 -else
1.710 - ac_site_file1=$ac_default_prefix/share/config.site
1.711 - ac_site_file2=$ac_default_prefix/etc/config.site
1.712 -fi
1.713 -for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1.714 -do
1.715 - test "x$ac_site_file" = xNONE && continue
1.716 + set x "$prefix/share/config.site" "$prefix/etc/config.site"
1.717 +else
1.718 + set x "$ac_default_prefix/share/config.site" \
1.719 + "$ac_default_prefix/etc/config.site"
1.720 +fi
1.721 +shift
1.722 +for ac_site_file
1.723 +do
1.724 if test -r "$ac_site_file"; then
1.725 - { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1.726 -$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1.727 + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1.728 +echo "$as_me: loading site script $ac_site_file" >&6;}
1.729 sed 's/^/| /' "$ac_site_file" >&5
1.730 . "$ac_site_file"
1.731 fi
1.732 @@ -1832,16 +1745,16 @@
1.733 # Some versions of bash will fail to source /dev/null (special
1.734 # files actually), so we avoid doing that.
1.735 if test -f "$cache_file"; then
1.736 - { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1.737 -$as_echo "$as_me: loading cache $cache_file" >&6;}
1.738 + { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1.739 +echo "$as_me: loading cache $cache_file" >&6;}
1.740 case $cache_file in
1.741 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1.742 *) . "./$cache_file";;
1.743 esac
1.744 fi
1.745 else
1.746 - { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1.747 -$as_echo "$as_me: creating cache $cache_file" >&6;}
1.748 + { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1.749 +echo "$as_me: creating cache $cache_file" >&6;}
1.750 >$cache_file
1.751 fi
1.752
1.753 @@ -1855,38 +1768,29 @@
1.754 eval ac_new_val=\$ac_env_${ac_var}_value
1.755 case $ac_old_set,$ac_new_set in
1.756 set,)
1.757 - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1.758 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1.759 + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1.760 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1.761 ac_cache_corrupted=: ;;
1.762 ,set)
1.763 - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1.764 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1.765 + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1.766 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1.767 ac_cache_corrupted=: ;;
1.768 ,);;
1.769 *)
1.770 if test "x$ac_old_val" != "x$ac_new_val"; then
1.771 - # differences in whitespace do not lead to failure.
1.772 - ac_old_val_w=`echo x $ac_old_val`
1.773 - ac_new_val_w=`echo x $ac_new_val`
1.774 - if test "$ac_old_val_w" != "$ac_new_val_w"; then
1.775 - { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1.776 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1.777 - ac_cache_corrupted=:
1.778 - else
1.779 - { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1.780 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1.781 - eval $ac_var=\$ac_old_val
1.782 - fi
1.783 - { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1.784 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1.785 - { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1.786 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1.787 + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1.788 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1.789 + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1.790 +echo "$as_me: former value: $ac_old_val" >&2;}
1.791 + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1.792 +echo "$as_me: current value: $ac_new_val" >&2;}
1.793 + ac_cache_corrupted=:
1.794 fi;;
1.795 esac
1.796 # Pass precious variables to config.status.
1.797 if test "$ac_new_set" = set; then
1.798 case $ac_new_val in
1.799 - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1.800 + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1.801 *) ac_arg=$ac_var=$ac_new_val ;;
1.802 esac
1.803 case " $ac_configure_args " in
1.804 @@ -1896,10 +1800,10 @@
1.805 fi
1.806 done
1.807 if $ac_cache_corrupted; then
1.808 - { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1.809 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1.810 - { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1.811 -$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1.812 + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1.813 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1.814 + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1.815 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1.816 { (exit 1); exit 1; }; }
1.817 fi
1.818
1.819 @@ -1944,8 +1848,8 @@
1.820 fi
1.821 done
1.822 if test -z "$ac_aux_dir"; then
1.823 - { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1.824 -$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1.825 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1.826 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1.827 { (exit 1); exit 1; }; }
1.828 fi
1.829
1.830 @@ -1971,12 +1875,11 @@
1.831 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1.832 # OS/2's system install, which has a completely different semantic
1.833 # ./install, which can be erroneously created by make from ./install.sh.
1.834 -# Reject install programs that cannot install multiple files.
1.835 -{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1.836 -$as_echo_n "checking for a BSD-compatible install... " >&6; }
1.837 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1.838 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1.839 if test -z "$INSTALL"; then
1.840 if test "${ac_cv_path_install+set}" = set; then
1.841 - $as_echo_n "(cached) " >&6
1.842 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.843 else
1.844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.845 for as_dir in $PATH
1.846 @@ -2005,29 +1908,17 @@
1.847 # program-specific install script used by HP pwplus--don't use.
1.848 :
1.849 else
1.850 - rm -rf conftest.one conftest.two conftest.dir
1.851 - echo one > conftest.one
1.852 - echo two > conftest.two
1.853 - mkdir conftest.dir
1.854 - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1.855 - test -s conftest.one && test -s conftest.two &&
1.856 - test -s conftest.dir/conftest.one &&
1.857 - test -s conftest.dir/conftest.two
1.858 - then
1.859 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1.860 - break 3
1.861 - fi
1.862 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1.863 + break 3
1.864 fi
1.865 fi
1.866 done
1.867 done
1.868 ;;
1.869 esac
1.870 -
1.871 -done
1.872 -IFS=$as_save_IFS
1.873 -
1.874 -rm -rf conftest.one conftest.two conftest.dir
1.875 +done
1.876 +IFS=$as_save_IFS
1.877 +
1.878
1.879 fi
1.880 if test "${ac_cv_path_install+set}" = set; then
1.881 @@ -2040,8 +1931,8 @@
1.882 INSTALL=$ac_install_sh
1.883 fi
1.884 fi
1.885 -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
1.886 -$as_echo "$INSTALL" >&6; }
1.887 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1.888 +echo "${ECHO_T}$INSTALL" >&6; }
1.889
1.890 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1.891 # It thinks the first close brace ends the variable substitution.
1.892 @@ -2051,8 +1942,8 @@
1.893
1.894 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1.895
1.896 -{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1.897 -$as_echo_n "checking whether build environment is sane... " >&6; }
1.898 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1.899 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1.900 # Just in case
1.901 sleep 1
1.902 echo timestamp > conftest.file
1.903 @@ -2075,9 +1966,9 @@
1.904 # if, for instance, CONFIG_SHELL is bash and it inherits a
1.905 # broken ls alias from the environment. This has actually
1.906 # happened. Such a system could not be considered "sane".
1.907 - { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1.908 + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1.909 alias in your environment" >&5
1.910 -$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1.911 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1.912 alias in your environment" >&2;}
1.913 { (exit 1); exit 1; }; }
1.914 fi
1.915 @@ -2088,23 +1979,26 @@
1.916 # Ok.
1.917 :
1.918 else
1.919 - { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1.920 + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1.921 Check your system clock" >&5
1.922 -$as_echo "$as_me: error: newly created file is older than distributed files!
1.923 +echo "$as_me: error: newly created file is older than distributed files!
1.924 Check your system clock" >&2;}
1.925 { (exit 1); exit 1; }; }
1.926 fi
1.927 -{ $as_echo "$as_me:$LINENO: result: yes" >&5
1.928 -$as_echo "yes" >&6; }
1.929 +{ echo "$as_me:$LINENO: result: yes" >&5
1.930 +echo "${ECHO_T}yes" >&6; }
1.931 test "$program_prefix" != NONE &&
1.932 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1.933 # Use a double $ so make ignores it.
1.934 test "$program_suffix" != NONE &&
1.935 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1.936 -# Double any \ or $.
1.937 +# Double any \ or $. echo might interpret backslashes.
1.938 # By default was `s,x,x', remove it if useless.
1.939 -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1.940 -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1.941 +cat <<\_ACEOF >conftest.sed
1.942 +s/[\\$]/&&/g;s/;s,x,x,$//
1.943 +_ACEOF
1.944 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1.945 +rm -f conftest.sed
1.946
1.947 # expand $ac_aux_dir to an absolute path
1.948 am_aux_dir=`cd $ac_aux_dir && pwd`
1.949 @@ -2115,8 +2009,8 @@
1.950 am_missing_run="$MISSING --run "
1.951 else
1.952 am_missing_run=
1.953 - { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1.954 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1.955 + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1.956 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1.957 fi
1.958
1.959 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1.960 @@ -2156,10 +2050,10 @@
1.961 do
1.962 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.963 set dummy $ac_prog; ac_word=$2
1.964 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.965 -$as_echo_n "checking for $ac_word... " >&6; }
1.966 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.967 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.968 if test "${ac_cv_prog_AWK+set}" = set; then
1.969 - $as_echo_n "(cached) " >&6
1.970 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.971 else
1.972 if test -n "$AWK"; then
1.973 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1.974 @@ -2172,7 +2066,7 @@
1.975 for ac_exec_ext in '' $ac_executable_extensions; do
1.976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.977 ac_cv_prog_AWK="$ac_prog"
1.978 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.979 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.980 break 2
1.981 fi
1.982 done
1.983 @@ -2183,23 +2077,22 @@
1.984 fi
1.985 AWK=$ac_cv_prog_AWK
1.986 if test -n "$AWK"; then
1.987 - { $as_echo "$as_me:$LINENO: result: $AWK" >&5
1.988 -$as_echo "$AWK" >&6; }
1.989 -else
1.990 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.991 -$as_echo "no" >&6; }
1.992 + { echo "$as_me:$LINENO: result: $AWK" >&5
1.993 +echo "${ECHO_T}$AWK" >&6; }
1.994 +else
1.995 + { echo "$as_me:$LINENO: result: no" >&5
1.996 +echo "${ECHO_T}no" >&6; }
1.997 fi
1.998
1.999
1.1000 test -n "$AWK" && break
1.1001 done
1.1002
1.1003 -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1.1004 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
1.1005 -set x ${MAKE-make}
1.1006 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.1007 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1.1008 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1.1009 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1.1010 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1.1011 - $as_echo_n "(cached) " >&6
1.1012 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1013 else
1.1014 cat >conftest.make <<\_ACEOF
1.1015 SHELL = /bin/sh
1.1016 @@ -2216,12 +2109,12 @@
1.1017 rm -f conftest.make
1.1018 fi
1.1019 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1.1020 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.1021 -$as_echo "yes" >&6; }
1.1022 + { echo "$as_me:$LINENO: result: yes" >&5
1.1023 +echo "${ECHO_T}yes" >&6; }
1.1024 SET_MAKE=
1.1025 else
1.1026 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1027 -$as_echo "no" >&6; }
1.1028 + { echo "$as_me:$LINENO: result: no" >&5
1.1029 +echo "${ECHO_T}no" >&6; }
1.1030 SET_MAKE="MAKE=${MAKE-make}"
1.1031 fi
1.1032
1.1033 @@ -2237,8 +2130,8 @@
1.1034 # test to see if srcdir already configured
1.1035 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1.1036 test -f $srcdir/config.status; then
1.1037 - { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1.1038 -$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1.1039 + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1.1040 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1.1041 { (exit 1); exit 1; }; }
1.1042 fi
1.1043
1.1044 @@ -2292,10 +2185,10 @@
1.1045 if test -n "$ac_tool_prefix"; then
1.1046 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1.1047 set dummy ${ac_tool_prefix}strip; ac_word=$2
1.1048 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1049 -$as_echo_n "checking for $ac_word... " >&6; }
1.1050 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1051 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1052 if test "${ac_cv_prog_STRIP+set}" = set; then
1.1053 - $as_echo_n "(cached) " >&6
1.1054 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1055 else
1.1056 if test -n "$STRIP"; then
1.1057 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1.1058 @@ -2308,7 +2201,7 @@
1.1059 for ac_exec_ext in '' $ac_executable_extensions; do
1.1060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1061 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1.1062 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1063 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1064 break 2
1.1065 fi
1.1066 done
1.1067 @@ -2319,11 +2212,11 @@
1.1068 fi
1.1069 STRIP=$ac_cv_prog_STRIP
1.1070 if test -n "$STRIP"; then
1.1071 - { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
1.1072 -$as_echo "$STRIP" >&6; }
1.1073 -else
1.1074 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1075 -$as_echo "no" >&6; }
1.1076 + { echo "$as_me:$LINENO: result: $STRIP" >&5
1.1077 +echo "${ECHO_T}$STRIP" >&6; }
1.1078 +else
1.1079 + { echo "$as_me:$LINENO: result: no" >&5
1.1080 +echo "${ECHO_T}no" >&6; }
1.1081 fi
1.1082
1.1083
1.1084 @@ -2332,10 +2225,10 @@
1.1085 ac_ct_STRIP=$STRIP
1.1086 # Extract the first word of "strip", so it can be a program name with args.
1.1087 set dummy strip; ac_word=$2
1.1088 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1089 -$as_echo_n "checking for $ac_word... " >&6; }
1.1090 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1091 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1092 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1.1093 - $as_echo_n "(cached) " >&6
1.1094 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1095 else
1.1096 if test -n "$ac_ct_STRIP"; then
1.1097 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1.1098 @@ -2348,7 +2241,7 @@
1.1099 for ac_exec_ext in '' $ac_executable_extensions; do
1.1100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1101 ac_cv_prog_ac_ct_STRIP="strip"
1.1102 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1103 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1104 break 2
1.1105 fi
1.1106 done
1.1107 @@ -2359,11 +2252,11 @@
1.1108 fi
1.1109 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1.1110 if test -n "$ac_ct_STRIP"; then
1.1111 - { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1.1112 -$as_echo "$ac_ct_STRIP" >&6; }
1.1113 -else
1.1114 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1115 -$as_echo "no" >&6; }
1.1116 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1.1117 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
1.1118 +else
1.1119 + { echo "$as_me:$LINENO: result: no" >&5
1.1120 +echo "${ECHO_T}no" >&6; }
1.1121 fi
1.1122
1.1123 if test "x$ac_ct_STRIP" = x; then
1.1124 @@ -2371,10 +2264,10 @@
1.1125 else
1.1126 case $cross_compiling:$ac_tool_warned in
1.1127 yes:)
1.1128 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1129 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1130 whose name does not start with the host triplet. If you think this
1.1131 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.1132 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1133 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1134 whose name does not start with the host triplet. If you think this
1.1135 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.1136 ac_tool_warned=yes ;;
1.1137 @@ -2400,8 +2293,8 @@
1.1138
1.1139
1.1140
1.1141 -{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1.1142 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1.1143 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1.1144 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
1.1145 # Check whether --enable-maintainer-mode was given.
1.1146 if test "${enable_maintainer_mode+set}" = set; then
1.1147 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1.1148 @@ -2409,8 +2302,8 @@
1.1149 USE_MAINTAINER_MODE=no
1.1150 fi
1.1151
1.1152 - { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1.1153 -$as_echo "$USE_MAINTAINER_MODE" >&6; }
1.1154 + { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1.1155 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
1.1156
1.1157
1.1158 if test $USE_MAINTAINER_MODE = yes; then
1.1159 @@ -2439,8 +2332,8 @@
1.1160 .PHONY: am__doit
1.1161 END
1.1162 # If we don't find an include directive, just comment out the code.
1.1163 -{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1.1164 -$as_echo_n "checking for style of include used by $am_make... " >&6; }
1.1165 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1.1166 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
1.1167 am__include="#"
1.1168 am__quote=
1.1169 _am_result=none
1.1170 @@ -2467,8 +2360,8 @@
1.1171 fi
1.1172
1.1173
1.1174 -{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
1.1175 -$as_echo "$_am_result" >&6; }
1.1176 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
1.1177 +echo "${ECHO_T}$_am_result" >&6; }
1.1178 rm -f confinc confmf
1.1179
1.1180 # Check whether --enable-dependency-tracking was given.
1.1181 @@ -2500,10 +2393,10 @@
1.1182 if test -n "$ac_tool_prefix"; then
1.1183 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1.1184 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1.1185 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1186 -$as_echo_n "checking for $ac_word... " >&6; }
1.1187 -if test "${ac_cv_prog_CC+set}" = set; then
1.1188 - $as_echo_n "(cached) " >&6
1.1189 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1190 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1191 +if test "${ac_cv_prog_CC+set}" = set; then
1.1192 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1193 else
1.1194 if test -n "$CC"; then
1.1195 ac_cv_prog_CC="$CC" # Let the user override the test.
1.1196 @@ -2516,22 +2409,22 @@
1.1197 for ac_exec_ext in '' $ac_executable_extensions; do
1.1198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1199 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.1200 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1201 - break 2
1.1202 - fi
1.1203 -done
1.1204 -done
1.1205 -IFS=$as_save_IFS
1.1206 -
1.1207 -fi
1.1208 -fi
1.1209 -CC=$ac_cv_prog_CC
1.1210 -if test -n "$CC"; then
1.1211 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.1212 -$as_echo "$CC" >&6; }
1.1213 -else
1.1214 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1215 -$as_echo "no" >&6; }
1.1216 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1217 + break 2
1.1218 + fi
1.1219 +done
1.1220 +done
1.1221 +IFS=$as_save_IFS
1.1222 +
1.1223 +fi
1.1224 +fi
1.1225 +CC=$ac_cv_prog_CC
1.1226 +if test -n "$CC"; then
1.1227 + { echo "$as_me:$LINENO: result: $CC" >&5
1.1228 +echo "${ECHO_T}$CC" >&6; }
1.1229 +else
1.1230 + { echo "$as_me:$LINENO: result: no" >&5
1.1231 +echo "${ECHO_T}no" >&6; }
1.1232 fi
1.1233
1.1234
1.1235 @@ -2540,10 +2433,10 @@
1.1236 ac_ct_CC=$CC
1.1237 # Extract the first word of "gcc", so it can be a program name with args.
1.1238 set dummy gcc; ac_word=$2
1.1239 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1240 -$as_echo_n "checking for $ac_word... " >&6; }
1.1241 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1242 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1243 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.1244 - $as_echo_n "(cached) " >&6
1.1245 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1246 else
1.1247 if test -n "$ac_ct_CC"; then
1.1248 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.1249 @@ -2556,7 +2449,7 @@
1.1250 for ac_exec_ext in '' $ac_executable_extensions; do
1.1251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1252 ac_cv_prog_ac_ct_CC="gcc"
1.1253 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1254 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1255 break 2
1.1256 fi
1.1257 done
1.1258 @@ -2567,11 +2460,11 @@
1.1259 fi
1.1260 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.1261 if test -n "$ac_ct_CC"; then
1.1262 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.1263 -$as_echo "$ac_ct_CC" >&6; }
1.1264 -else
1.1265 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1266 -$as_echo "no" >&6; }
1.1267 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.1268 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.1269 +else
1.1270 + { echo "$as_me:$LINENO: result: no" >&5
1.1271 +echo "${ECHO_T}no" >&6; }
1.1272 fi
1.1273
1.1274 if test "x$ac_ct_CC" = x; then
1.1275 @@ -2579,10 +2472,10 @@
1.1276 else
1.1277 case $cross_compiling:$ac_tool_warned in
1.1278 yes:)
1.1279 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1280 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1281 whose name does not start with the host triplet. If you think this
1.1282 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.1283 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1284 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1285 whose name does not start with the host triplet. If you think this
1.1286 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.1287 ac_tool_warned=yes ;;
1.1288 @@ -2597,10 +2490,10 @@
1.1289 if test -n "$ac_tool_prefix"; then
1.1290 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.1291 set dummy ${ac_tool_prefix}cc; ac_word=$2
1.1292 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1293 -$as_echo_n "checking for $ac_word... " >&6; }
1.1294 -if test "${ac_cv_prog_CC+set}" = set; then
1.1295 - $as_echo_n "(cached) " >&6
1.1296 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1297 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1298 +if test "${ac_cv_prog_CC+set}" = set; then
1.1299 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1300 else
1.1301 if test -n "$CC"; then
1.1302 ac_cv_prog_CC="$CC" # Let the user override the test.
1.1303 @@ -2613,22 +2506,22 @@
1.1304 for ac_exec_ext in '' $ac_executable_extensions; do
1.1305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1306 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.1307 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1308 - break 2
1.1309 - fi
1.1310 -done
1.1311 -done
1.1312 -IFS=$as_save_IFS
1.1313 -
1.1314 -fi
1.1315 -fi
1.1316 -CC=$ac_cv_prog_CC
1.1317 -if test -n "$CC"; then
1.1318 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.1319 -$as_echo "$CC" >&6; }
1.1320 -else
1.1321 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1322 -$as_echo "no" >&6; }
1.1323 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1324 + break 2
1.1325 + fi
1.1326 +done
1.1327 +done
1.1328 +IFS=$as_save_IFS
1.1329 +
1.1330 +fi
1.1331 +fi
1.1332 +CC=$ac_cv_prog_CC
1.1333 +if test -n "$CC"; then
1.1334 + { echo "$as_me:$LINENO: result: $CC" >&5
1.1335 +echo "${ECHO_T}$CC" >&6; }
1.1336 +else
1.1337 + { echo "$as_me:$LINENO: result: no" >&5
1.1338 +echo "${ECHO_T}no" >&6; }
1.1339 fi
1.1340
1.1341
1.1342 @@ -2637,10 +2530,10 @@
1.1343 if test -z "$CC"; then
1.1344 # Extract the first word of "cc", so it can be a program name with args.
1.1345 set dummy cc; ac_word=$2
1.1346 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1347 -$as_echo_n "checking for $ac_word... " >&6; }
1.1348 -if test "${ac_cv_prog_CC+set}" = set; then
1.1349 - $as_echo_n "(cached) " >&6
1.1350 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1351 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1352 +if test "${ac_cv_prog_CC+set}" = set; then
1.1353 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1354 else
1.1355 if test -n "$CC"; then
1.1356 ac_cv_prog_CC="$CC" # Let the user override the test.
1.1357 @@ -2658,7 +2551,7 @@
1.1358 continue
1.1359 fi
1.1360 ac_cv_prog_CC="cc"
1.1361 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1362 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1363 break 2
1.1364 fi
1.1365 done
1.1366 @@ -2681,11 +2574,11 @@
1.1367 fi
1.1368 CC=$ac_cv_prog_CC
1.1369 if test -n "$CC"; then
1.1370 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.1371 -$as_echo "$CC" >&6; }
1.1372 -else
1.1373 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1374 -$as_echo "no" >&6; }
1.1375 + { echo "$as_me:$LINENO: result: $CC" >&5
1.1376 +echo "${ECHO_T}$CC" >&6; }
1.1377 +else
1.1378 + { echo "$as_me:$LINENO: result: no" >&5
1.1379 +echo "${ECHO_T}no" >&6; }
1.1380 fi
1.1381
1.1382
1.1383 @@ -2696,10 +2589,10 @@
1.1384 do
1.1385 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1.1386 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1.1387 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1388 -$as_echo_n "checking for $ac_word... " >&6; }
1.1389 -if test "${ac_cv_prog_CC+set}" = set; then
1.1390 - $as_echo_n "(cached) " >&6
1.1391 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1392 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1393 +if test "${ac_cv_prog_CC+set}" = set; then
1.1394 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1395 else
1.1396 if test -n "$CC"; then
1.1397 ac_cv_prog_CC="$CC" # Let the user override the test.
1.1398 @@ -2712,22 +2605,22 @@
1.1399 for ac_exec_ext in '' $ac_executable_extensions; do
1.1400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1401 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.1402 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1403 - break 2
1.1404 - fi
1.1405 -done
1.1406 -done
1.1407 -IFS=$as_save_IFS
1.1408 -
1.1409 -fi
1.1410 -fi
1.1411 -CC=$ac_cv_prog_CC
1.1412 -if test -n "$CC"; then
1.1413 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.1414 -$as_echo "$CC" >&6; }
1.1415 -else
1.1416 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1417 -$as_echo "no" >&6; }
1.1418 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1419 + break 2
1.1420 + fi
1.1421 +done
1.1422 +done
1.1423 +IFS=$as_save_IFS
1.1424 +
1.1425 +fi
1.1426 +fi
1.1427 +CC=$ac_cv_prog_CC
1.1428 +if test -n "$CC"; then
1.1429 + { echo "$as_me:$LINENO: result: $CC" >&5
1.1430 +echo "${ECHO_T}$CC" >&6; }
1.1431 +else
1.1432 + { echo "$as_me:$LINENO: result: no" >&5
1.1433 +echo "${ECHO_T}no" >&6; }
1.1434 fi
1.1435
1.1436
1.1437 @@ -2740,10 +2633,10 @@
1.1438 do
1.1439 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.1440 set dummy $ac_prog; ac_word=$2
1.1441 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1442 -$as_echo_n "checking for $ac_word... " >&6; }
1.1443 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.1444 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.1445 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.1446 - $as_echo_n "(cached) " >&6
1.1447 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1448 else
1.1449 if test -n "$ac_ct_CC"; then
1.1450 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.1451 @@ -2756,7 +2649,7 @@
1.1452 for ac_exec_ext in '' $ac_executable_extensions; do
1.1453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.1454 ac_cv_prog_ac_ct_CC="$ac_prog"
1.1455 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1456 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.1457 break 2
1.1458 fi
1.1459 done
1.1460 @@ -2767,11 +2660,11 @@
1.1461 fi
1.1462 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.1463 if test -n "$ac_ct_CC"; then
1.1464 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.1465 -$as_echo "$ac_ct_CC" >&6; }
1.1466 -else
1.1467 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.1468 -$as_echo "no" >&6; }
1.1469 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.1470 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.1471 +else
1.1472 + { echo "$as_me:$LINENO: result: no" >&5
1.1473 +echo "${ECHO_T}no" >&6; }
1.1474 fi
1.1475
1.1476
1.1477 @@ -2783,10 +2676,10 @@
1.1478 else
1.1479 case $cross_compiling:$ac_tool_warned in
1.1480 yes:)
1.1481 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1482 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.1483 whose name does not start with the host triplet. If you think this
1.1484 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.1485 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1486 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.1487 whose name does not start with the host triplet. If you think this
1.1488 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.1489 ac_tool_warned=yes ;;
1.1490 @@ -2798,48 +2691,44 @@
1.1491 fi
1.1492
1.1493
1.1494 -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.1495 -See \`config.log' for more details." >&5
1.1496 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
1.1497 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.1498 +See \`config.log' for more details." >&5
1.1499 +echo "$as_me: error: no acceptable C compiler found in \$PATH
1.1500 See \`config.log' for more details." >&2;}
1.1501 { (exit 1); exit 1; }; }
1.1502
1.1503 # Provide some information about the compiler.
1.1504 -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
1.1505 -set X $ac_compile
1.1506 -ac_compiler=$2
1.1507 +echo "$as_me:$LINENO: checking for C compiler version" >&5
1.1508 +ac_compiler=`set X $ac_compile; echo $2`
1.1509 { (ac_try="$ac_compiler --version >&5"
1.1510 case "(($ac_try" in
1.1511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1512 *) ac_try_echo=$ac_try;;
1.1513 esac
1.1514 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1515 -$as_echo "$ac_try_echo") >&5
1.1516 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1517 (eval "$ac_compiler --version >&5") 2>&5
1.1518 ac_status=$?
1.1519 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1520 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1521 (exit $ac_status); }
1.1522 { (ac_try="$ac_compiler -v >&5"
1.1523 case "(($ac_try" in
1.1524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1525 *) ac_try_echo=$ac_try;;
1.1526 esac
1.1527 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1528 -$as_echo "$ac_try_echo") >&5
1.1529 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1530 (eval "$ac_compiler -v >&5") 2>&5
1.1531 ac_status=$?
1.1532 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1533 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1534 (exit $ac_status); }
1.1535 { (ac_try="$ac_compiler -V >&5"
1.1536 case "(($ac_try" in
1.1537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1538 *) ac_try_echo=$ac_try;;
1.1539 esac
1.1540 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1541 -$as_echo "$ac_try_echo") >&5
1.1542 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1543 (eval "$ac_compiler -V >&5") 2>&5
1.1544 ac_status=$?
1.1545 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1546 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1547 (exit $ac_status); }
1.1548
1.1549 cat >conftest.$ac_ext <<_ACEOF
1.1550 @@ -2858,22 +2747,27 @@
1.1551 }
1.1552 _ACEOF
1.1553 ac_clean_files_save=$ac_clean_files
1.1554 -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
1.1555 +ac_clean_files="$ac_clean_files a.out a.exe b.out"
1.1556 # Try to create an executable without -o first, disregard a.out.
1.1557 # It will help us diagnose broken compilers, and finding out an intuition
1.1558 # of exeext.
1.1559 -{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1.1560 -$as_echo_n "checking for C compiler default output file name... " >&6; }
1.1561 -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1.1562 -
1.1563 -# The possible output files:
1.1564 -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
1.1565 -
1.1566 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1.1567 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
1.1568 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1.1569 +#
1.1570 +# List of possible output files, starting from the most likely.
1.1571 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
1.1572 +# only as a last resort. b.out is created by i960 compilers.
1.1573 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
1.1574 +#
1.1575 +# The IRIX 6 linker writes into existing files which may not be
1.1576 +# executable, retaining their permissions. Remove them first so a
1.1577 +# subsequent execution test works.
1.1578 ac_rmfiles=
1.1579 for ac_file in $ac_files
1.1580 do
1.1581 case $ac_file in
1.1582 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1.1583 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1.1584 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
1.1585 esac
1.1586 done
1.1587 @@ -2884,11 +2778,10 @@
1.1588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1589 *) ac_try_echo=$ac_try;;
1.1590 esac
1.1591 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1592 -$as_echo "$ac_try_echo") >&5
1.1593 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1594 (eval "$ac_link_default") 2>&5
1.1595 ac_status=$?
1.1596 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1597 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1598 (exit $ac_status); }; then
1.1599 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
1.1600 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
1.1601 @@ -2899,7 +2792,7 @@
1.1602 do
1.1603 test -f "$ac_file" || continue
1.1604 case $ac_file in
1.1605 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1.1606 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
1.1607 ;;
1.1608 [ab].out )
1.1609 # We found the default executable, but exeext='' is most
1.1610 @@ -2926,15 +2819,15 @@
1.1611 ac_file=''
1.1612 fi
1.1613
1.1614 -{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
1.1615 -$as_echo "$ac_file" >&6; }
1.1616 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
1.1617 +echo "${ECHO_T}$ac_file" >&6; }
1.1618 if test -z "$ac_file"; then
1.1619 - $as_echo "$as_me: failed program was:" >&5
1.1620 -sed 's/^/| /' conftest.$ac_ext >&5
1.1621 -
1.1622 -{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
1.1623 -See \`config.log' for more details." >&5
1.1624 -$as_echo "$as_me: error: C compiler cannot create executables
1.1625 + echo "$as_me: failed program was:" >&5
1.1626 +sed 's/^/| /' conftest.$ac_ext >&5
1.1627 +
1.1628 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1.1629 +See \`config.log' for more details." >&5
1.1630 +echo "$as_me: error: C compiler cannot create executables
1.1631 See \`config.log' for more details." >&2;}
1.1632 { (exit 77); exit 77; }; }
1.1633 fi
1.1634 @@ -2943,8 +2836,8 @@
1.1635
1.1636 # Check that the compiler produces executables we can run. If not, either
1.1637 # the compiler is broken, or we cross compile.
1.1638 -{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1.1639 -$as_echo_n "checking whether the C compiler works... " >&6; }
1.1640 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1.1641 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
1.1642 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1.1643 # If not cross compiling, check that we can run a simple program.
1.1644 if test "$cross_compiling" != yes; then
1.1645 @@ -2953,51 +2846,49 @@
1.1646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1647 *) ac_try_echo=$ac_try;;
1.1648 esac
1.1649 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1650 -$as_echo "$ac_try_echo") >&5
1.1651 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1652 (eval "$ac_try") 2>&5
1.1653 ac_status=$?
1.1654 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1655 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1656 (exit $ac_status); }; }; then
1.1657 cross_compiling=no
1.1658 else
1.1659 if test "$cross_compiling" = maybe; then
1.1660 cross_compiling=yes
1.1661 else
1.1662 - { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
1.1663 + { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1.1664 If you meant to cross compile, use \`--host'.
1.1665 See \`config.log' for more details." >&5
1.1666 -$as_echo "$as_me: error: cannot run C compiled programs.
1.1667 +echo "$as_me: error: cannot run C compiled programs.
1.1668 If you meant to cross compile, use \`--host'.
1.1669 See \`config.log' for more details." >&2;}
1.1670 { (exit 1); exit 1; }; }
1.1671 fi
1.1672 fi
1.1673 fi
1.1674 -{ $as_echo "$as_me:$LINENO: result: yes" >&5
1.1675 -$as_echo "yes" >&6; }
1.1676 -
1.1677 -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
1.1678 +{ echo "$as_me:$LINENO: result: yes" >&5
1.1679 +echo "${ECHO_T}yes" >&6; }
1.1680 +
1.1681 +rm -f a.out a.exe conftest$ac_cv_exeext b.out
1.1682 ac_clean_files=$ac_clean_files_save
1.1683 # Check that the compiler produces executables we can run. If not, either
1.1684 # the compiler is broken, or we cross compile.
1.1685 -{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1.1686 -$as_echo_n "checking whether we are cross compiling... " >&6; }
1.1687 -{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
1.1688 -$as_echo "$cross_compiling" >&6; }
1.1689 -
1.1690 -{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
1.1691 -$as_echo_n "checking for suffix of executables... " >&6; }
1.1692 -if { (ac_try="$ac_link"
1.1693 -case "(($ac_try" in
1.1694 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1695 - *) ac_try_echo=$ac_try;;
1.1696 -esac
1.1697 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1698 -$as_echo "$ac_try_echo") >&5
1.1699 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1.1700 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
1.1701 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
1.1702 +echo "${ECHO_T}$cross_compiling" >&6; }
1.1703 +
1.1704 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
1.1705 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
1.1706 +if { (ac_try="$ac_link"
1.1707 +case "(($ac_try" in
1.1708 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1709 + *) ac_try_echo=$ac_try;;
1.1710 +esac
1.1711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1712 (eval "$ac_link") 2>&5
1.1713 ac_status=$?
1.1714 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1715 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1716 (exit $ac_status); }; then
1.1717 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1.1718 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1.1719 @@ -3006,31 +2897,31 @@
1.1720 for ac_file in conftest.exe conftest conftest.*; do
1.1721 test -f "$ac_file" || continue
1.1722 case $ac_file in
1.1723 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1.1724 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
1.1725 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1.1726 break;;
1.1727 * ) break;;
1.1728 esac
1.1729 done
1.1730 else
1.1731 - { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1.1732 -See \`config.log' for more details." >&5
1.1733 -$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1.1734 + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1.1735 +See \`config.log' for more details." >&5
1.1736 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1.1737 See \`config.log' for more details." >&2;}
1.1738 { (exit 1); exit 1; }; }
1.1739 fi
1.1740
1.1741 rm -f conftest$ac_cv_exeext
1.1742 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1.1743 -$as_echo "$ac_cv_exeext" >&6; }
1.1744 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1.1745 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
1.1746
1.1747 rm -f conftest.$ac_ext
1.1748 EXEEXT=$ac_cv_exeext
1.1749 ac_exeext=$EXEEXT
1.1750 -{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
1.1751 -$as_echo_n "checking for suffix of object files... " >&6; }
1.1752 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
1.1753 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
1.1754 if test "${ac_cv_objext+set}" = set; then
1.1755 - $as_echo_n "(cached) " >&6
1.1756 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1757 else
1.1758 cat >conftest.$ac_ext <<_ACEOF
1.1759 /* confdefs.h. */
1.1760 @@ -3053,41 +2944,40 @@
1.1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1762 *) ac_try_echo=$ac_try;;
1.1763 esac
1.1764 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1765 -$as_echo "$ac_try_echo") >&5
1.1766 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1767 (eval "$ac_compile") 2>&5
1.1768 ac_status=$?
1.1769 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1770 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1771 (exit $ac_status); }; then
1.1772 for ac_file in conftest.o conftest.obj conftest.*; do
1.1773 test -f "$ac_file" || continue;
1.1774 case $ac_file in
1.1775 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1.1776 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
1.1777 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1.1778 break;;
1.1779 esac
1.1780 done
1.1781 else
1.1782 - $as_echo "$as_me: failed program was:" >&5
1.1783 -sed 's/^/| /' conftest.$ac_ext >&5
1.1784 -
1.1785 -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1.1786 -See \`config.log' for more details." >&5
1.1787 -$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
1.1788 + echo "$as_me: failed program was:" >&5
1.1789 +sed 's/^/| /' conftest.$ac_ext >&5
1.1790 +
1.1791 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1.1792 +See \`config.log' for more details." >&5
1.1793 +echo "$as_me: error: cannot compute suffix of object files: cannot compile
1.1794 See \`config.log' for more details." >&2;}
1.1795 { (exit 1); exit 1; }; }
1.1796 fi
1.1797
1.1798 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1.1799 fi
1.1800 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1.1801 -$as_echo "$ac_cv_objext" >&6; }
1.1802 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1.1803 +echo "${ECHO_T}$ac_cv_objext" >&6; }
1.1804 OBJEXT=$ac_cv_objext
1.1805 ac_objext=$OBJEXT
1.1806 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.1807 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
1.1808 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.1809 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
1.1810 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1.1811 - $as_echo_n "(cached) " >&6
1.1812 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1813 else
1.1814 cat >conftest.$ac_ext <<_ACEOF
1.1815 /* confdefs.h. */
1.1816 @@ -3113,21 +3003,20 @@
1.1817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1818 *) ac_try_echo=$ac_try;;
1.1819 esac
1.1820 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1821 -$as_echo "$ac_try_echo") >&5
1.1822 - (eval "$ac_compile") 2>conftest.er1
1.1823 - ac_status=$?
1.1824 - grep -v '^ *+' conftest.er1 >conftest.err
1.1825 - rm -f conftest.er1
1.1826 - cat conftest.err >&5
1.1827 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1828 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1829 + (eval "$ac_compile") 2>conftest.er1
1.1830 + ac_status=$?
1.1831 + grep -v '^ *+' conftest.er1 >conftest.err
1.1832 + rm -f conftest.er1
1.1833 + cat conftest.err >&5
1.1834 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1835 (exit $ac_status); } && {
1.1836 test -z "$ac_c_werror_flag" ||
1.1837 test ! -s conftest.err
1.1838 } && test -s conftest.$ac_objext; then
1.1839 ac_compiler_gnu=yes
1.1840 else
1.1841 - $as_echo "$as_me: failed program was:" >&5
1.1842 + echo "$as_me: failed program was:" >&5
1.1843 sed 's/^/| /' conftest.$ac_ext >&5
1.1844
1.1845 ac_compiler_gnu=no
1.1846 @@ -3137,19 +3026,15 @@
1.1847 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.1848
1.1849 fi
1.1850 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.1851 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
1.1852 -if test $ac_compiler_gnu = yes; then
1.1853 - GCC=yes
1.1854 -else
1.1855 - GCC=
1.1856 -fi
1.1857 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.1858 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
1.1859 +GCC=`test $ac_compiler_gnu = yes && echo yes`
1.1860 ac_test_CFLAGS=${CFLAGS+set}
1.1861 ac_save_CFLAGS=$CFLAGS
1.1862 -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.1863 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
1.1864 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.1865 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
1.1866 if test "${ac_cv_prog_cc_g+set}" = set; then
1.1867 - $as_echo_n "(cached) " >&6
1.1868 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1869 else
1.1870 ac_save_c_werror_flag=$ac_c_werror_flag
1.1871 ac_c_werror_flag=yes
1.1872 @@ -3176,21 +3061,20 @@
1.1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1874 *) ac_try_echo=$ac_try;;
1.1875 esac
1.1876 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1877 -$as_echo "$ac_try_echo") >&5
1.1878 - (eval "$ac_compile") 2>conftest.er1
1.1879 - ac_status=$?
1.1880 - grep -v '^ *+' conftest.er1 >conftest.err
1.1881 - rm -f conftest.er1
1.1882 - cat conftest.err >&5
1.1883 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1884 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1885 + (eval "$ac_compile") 2>conftest.er1
1.1886 + ac_status=$?
1.1887 + grep -v '^ *+' conftest.er1 >conftest.err
1.1888 + rm -f conftest.er1
1.1889 + cat conftest.err >&5
1.1890 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1891 (exit $ac_status); } && {
1.1892 test -z "$ac_c_werror_flag" ||
1.1893 test ! -s conftest.err
1.1894 } && test -s conftest.$ac_objext; then
1.1895 ac_cv_prog_cc_g=yes
1.1896 else
1.1897 - $as_echo "$as_me: failed program was:" >&5
1.1898 + echo "$as_me: failed program was:" >&5
1.1899 sed 's/^/| /' conftest.$ac_ext >&5
1.1900
1.1901 CFLAGS=""
1.1902 @@ -3215,21 +3099,20 @@
1.1903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1904 *) ac_try_echo=$ac_try;;
1.1905 esac
1.1906 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1907 -$as_echo "$ac_try_echo") >&5
1.1908 - (eval "$ac_compile") 2>conftest.er1
1.1909 - ac_status=$?
1.1910 - grep -v '^ *+' conftest.er1 >conftest.err
1.1911 - rm -f conftest.er1
1.1912 - cat conftest.err >&5
1.1913 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1914 - (exit $ac_status); } && {
1.1915 - test -z "$ac_c_werror_flag" ||
1.1916 - test ! -s conftest.err
1.1917 - } && test -s conftest.$ac_objext; then
1.1918 - :
1.1919 -else
1.1920 - $as_echo "$as_me: failed program was:" >&5
1.1921 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1922 + (eval "$ac_compile") 2>conftest.er1
1.1923 + ac_status=$?
1.1924 + grep -v '^ *+' conftest.er1 >conftest.err
1.1925 + rm -f conftest.er1
1.1926 + cat conftest.err >&5
1.1927 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1928 + (exit $ac_status); } && {
1.1929 + test -z "$ac_c_werror_flag" ||
1.1930 + test ! -s conftest.err
1.1931 + } && test -s conftest.$ac_objext; then
1.1932 + :
1.1933 +else
1.1934 + echo "$as_me: failed program was:" >&5
1.1935 sed 's/^/| /' conftest.$ac_ext >&5
1.1936
1.1937 ac_c_werror_flag=$ac_save_c_werror_flag
1.1938 @@ -3255,21 +3138,20 @@
1.1939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1940 *) ac_try_echo=$ac_try;;
1.1941 esac
1.1942 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1943 -$as_echo "$ac_try_echo") >&5
1.1944 - (eval "$ac_compile") 2>conftest.er1
1.1945 - ac_status=$?
1.1946 - grep -v '^ *+' conftest.er1 >conftest.err
1.1947 - rm -f conftest.er1
1.1948 - cat conftest.err >&5
1.1949 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1950 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.1951 + (eval "$ac_compile") 2>conftest.er1
1.1952 + ac_status=$?
1.1953 + grep -v '^ *+' conftest.er1 >conftest.err
1.1954 + rm -f conftest.er1
1.1955 + cat conftest.err >&5
1.1956 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.1957 (exit $ac_status); } && {
1.1958 test -z "$ac_c_werror_flag" ||
1.1959 test ! -s conftest.err
1.1960 } && test -s conftest.$ac_objext; then
1.1961 ac_cv_prog_cc_g=yes
1.1962 else
1.1963 - $as_echo "$as_me: failed program was:" >&5
1.1964 + echo "$as_me: failed program was:" >&5
1.1965 sed 's/^/| /' conftest.$ac_ext >&5
1.1966
1.1967
1.1968 @@ -3284,8 +3166,8 @@
1.1969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.1970 ac_c_werror_flag=$ac_save_c_werror_flag
1.1971 fi
1.1972 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.1973 -$as_echo "$ac_cv_prog_cc_g" >&6; }
1.1974 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.1975 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
1.1976 if test "$ac_test_CFLAGS" = set; then
1.1977 CFLAGS=$ac_save_CFLAGS
1.1978 elif test $ac_cv_prog_cc_g = yes; then
1.1979 @@ -3301,10 +3183,10 @@
1.1980 CFLAGS=
1.1981 fi
1.1982 fi
1.1983 -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.1984 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
1.1985 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.1986 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
1.1987 if test "${ac_cv_prog_cc_c89+set}" = set; then
1.1988 - $as_echo_n "(cached) " >&6
1.1989 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.1990 else
1.1991 ac_cv_prog_cc_c89=no
1.1992 ac_save_CC=$CC
1.1993 @@ -3375,21 +3257,20 @@
1.1994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.1995 *) ac_try_echo=$ac_try;;
1.1996 esac
1.1997 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.1998 -$as_echo "$ac_try_echo") >&5
1.1999 - (eval "$ac_compile") 2>conftest.er1
1.2000 - ac_status=$?
1.2001 - grep -v '^ *+' conftest.er1 >conftest.err
1.2002 - rm -f conftest.er1
1.2003 - cat conftest.err >&5
1.2004 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2005 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2006 + (eval "$ac_compile") 2>conftest.er1
1.2007 + ac_status=$?
1.2008 + grep -v '^ *+' conftest.er1 >conftest.err
1.2009 + rm -f conftest.er1
1.2010 + cat conftest.err >&5
1.2011 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2012 (exit $ac_status); } && {
1.2013 test -z "$ac_c_werror_flag" ||
1.2014 test ! -s conftest.err
1.2015 } && test -s conftest.$ac_objext; then
1.2016 ac_cv_prog_cc_c89=$ac_arg
1.2017 else
1.2018 - $as_echo "$as_me: failed program was:" >&5
1.2019 + echo "$as_me: failed program was:" >&5
1.2020 sed 's/^/| /' conftest.$ac_ext >&5
1.2021
1.2022
1.2023 @@ -3405,15 +3286,15 @@
1.2024 # AC_CACHE_VAL
1.2025 case "x$ac_cv_prog_cc_c89" in
1.2026 x)
1.2027 - { $as_echo "$as_me:$LINENO: result: none needed" >&5
1.2028 -$as_echo "none needed" >&6; } ;;
1.2029 + { echo "$as_me:$LINENO: result: none needed" >&5
1.2030 +echo "${ECHO_T}none needed" >&6; } ;;
1.2031 xno)
1.2032 - { $as_echo "$as_me:$LINENO: result: unsupported" >&5
1.2033 -$as_echo "unsupported" >&6; } ;;
1.2034 + { echo "$as_me:$LINENO: result: unsupported" >&5
1.2035 +echo "${ECHO_T}unsupported" >&6; } ;;
1.2036 *)
1.2037 CC="$CC $ac_cv_prog_cc_c89"
1.2038 - { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.2039 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1.2040 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.2041 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
1.2042 esac
1.2043
1.2044
1.2045 @@ -3425,10 +3306,10 @@
1.2046
1.2047 depcc="$CC" am_compiler_list=
1.2048
1.2049 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.2050 -$as_echo_n "checking dependency style of $depcc... " >&6; }
1.2051 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.2052 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
1.2053 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1.2054 - $as_echo_n "(cached) " >&6
1.2055 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2056 else
1.2057 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1.2058 # We make a subdir and do the tests there. Otherwise we can end up
1.2059 @@ -3515,8 +3396,8 @@
1.2060 fi
1.2061
1.2062 fi
1.2063 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.2064 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
1.2065 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.2066 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
1.2067 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.2068
1.2069
1.2070 @@ -3534,10 +3415,10 @@
1.2071
1.2072
1.2073
1.2074 - { $as_echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
1.2075 -$as_echo_n "checking for strerror in -lcposix... " >&6; }
1.2076 + { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
1.2077 +echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; }
1.2078 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
1.2079 - $as_echo_n "(cached) " >&6
1.2080 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2081 else
1.2082 ac_check_lib_save_LIBS=$LIBS
1.2083 LIBS="-lcposix $LIBS"
1.2084 @@ -3569,36 +3450,32 @@
1.2085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2086 *) ac_try_echo=$ac_try;;
1.2087 esac
1.2088 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2089 -$as_echo "$ac_try_echo") >&5
1.2090 - (eval "$ac_link") 2>conftest.er1
1.2091 - ac_status=$?
1.2092 - grep -v '^ *+' conftest.er1 >conftest.err
1.2093 - rm -f conftest.er1
1.2094 - cat conftest.err >&5
1.2095 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2096 - (exit $ac_status); } && {
1.2097 - test -z "$ac_c_werror_flag" ||
1.2098 - test ! -s conftest.err
1.2099 - } && test -s conftest$ac_exeext && {
1.2100 - test "$cross_compiling" = yes ||
1.2101 - $as_test_x conftest$ac_exeext
1.2102 - }; then
1.2103 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2104 + (eval "$ac_link") 2>conftest.er1
1.2105 + ac_status=$?
1.2106 + grep -v '^ *+' conftest.er1 >conftest.err
1.2107 + rm -f conftest.er1
1.2108 + cat conftest.err >&5
1.2109 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2110 + (exit $ac_status); } && {
1.2111 + test -z "$ac_c_werror_flag" ||
1.2112 + test ! -s conftest.err
1.2113 + } && test -s conftest$ac_exeext &&
1.2114 + $as_test_x conftest$ac_exeext; then
1.2115 ac_cv_lib_cposix_strerror=yes
1.2116 else
1.2117 - $as_echo "$as_me: failed program was:" >&5
1.2118 + echo "$as_me: failed program was:" >&5
1.2119 sed 's/^/| /' conftest.$ac_ext >&5
1.2120
1.2121 ac_cv_lib_cposix_strerror=no
1.2122 fi
1.2123
1.2124 -rm -rf conftest.dSYM
1.2125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.2126 conftest$ac_exeext conftest.$ac_ext
1.2127 LIBS=$ac_check_lib_save_LIBS
1.2128 fi
1.2129 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
1.2130 -$as_echo "$ac_cv_lib_cposix_strerror" >&6; }
1.2131 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
1.2132 +echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; }
1.2133 if test $ac_cv_lib_cposix_strerror = yes; then
1.2134 LIBS="$LIBS -lcposix"
1.2135 fi
1.2136 @@ -3613,10 +3490,10 @@
1.2137 if test -n "$ac_tool_prefix"; then
1.2138 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1.2139 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1.2140 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2141 -$as_echo_n "checking for $ac_word... " >&6; }
1.2142 -if test "${ac_cv_prog_CC+set}" = set; then
1.2143 - $as_echo_n "(cached) " >&6
1.2144 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2145 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2146 +if test "${ac_cv_prog_CC+set}" = set; then
1.2147 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2148 else
1.2149 if test -n "$CC"; then
1.2150 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2151 @@ -3629,22 +3506,22 @@
1.2152 for ac_exec_ext in '' $ac_executable_extensions; do
1.2153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2154 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.2155 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2156 - break 2
1.2157 - fi
1.2158 -done
1.2159 -done
1.2160 -IFS=$as_save_IFS
1.2161 -
1.2162 -fi
1.2163 -fi
1.2164 -CC=$ac_cv_prog_CC
1.2165 -if test -n "$CC"; then
1.2166 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2167 -$as_echo "$CC" >&6; }
1.2168 -else
1.2169 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2170 -$as_echo "no" >&6; }
1.2171 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2172 + break 2
1.2173 + fi
1.2174 +done
1.2175 +done
1.2176 +IFS=$as_save_IFS
1.2177 +
1.2178 +fi
1.2179 +fi
1.2180 +CC=$ac_cv_prog_CC
1.2181 +if test -n "$CC"; then
1.2182 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2183 +echo "${ECHO_T}$CC" >&6; }
1.2184 +else
1.2185 + { echo "$as_me:$LINENO: result: no" >&5
1.2186 +echo "${ECHO_T}no" >&6; }
1.2187 fi
1.2188
1.2189
1.2190 @@ -3653,10 +3530,10 @@
1.2191 ac_ct_CC=$CC
1.2192 # Extract the first word of "gcc", so it can be a program name with args.
1.2193 set dummy gcc; ac_word=$2
1.2194 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2195 -$as_echo_n "checking for $ac_word... " >&6; }
1.2196 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2197 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2199 - $as_echo_n "(cached) " >&6
1.2200 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2201 else
1.2202 if test -n "$ac_ct_CC"; then
1.2203 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.2204 @@ -3669,7 +3546,7 @@
1.2205 for ac_exec_ext in '' $ac_executable_extensions; do
1.2206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2207 ac_cv_prog_ac_ct_CC="gcc"
1.2208 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2209 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2210 break 2
1.2211 fi
1.2212 done
1.2213 @@ -3680,11 +3557,11 @@
1.2214 fi
1.2215 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2216 if test -n "$ac_ct_CC"; then
1.2217 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2218 -$as_echo "$ac_ct_CC" >&6; }
1.2219 -else
1.2220 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2221 -$as_echo "no" >&6; }
1.2222 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2223 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.2224 +else
1.2225 + { echo "$as_me:$LINENO: result: no" >&5
1.2226 +echo "${ECHO_T}no" >&6; }
1.2227 fi
1.2228
1.2229 if test "x$ac_ct_CC" = x; then
1.2230 @@ -3692,10 +3569,10 @@
1.2231 else
1.2232 case $cross_compiling:$ac_tool_warned in
1.2233 yes:)
1.2234 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2235 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2236 whose name does not start with the host triplet. If you think this
1.2237 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2238 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2239 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2240 whose name does not start with the host triplet. If you think this
1.2241 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2242 ac_tool_warned=yes ;;
1.2243 @@ -3710,10 +3587,10 @@
1.2244 if test -n "$ac_tool_prefix"; then
1.2245 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.2246 set dummy ${ac_tool_prefix}cc; ac_word=$2
1.2247 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2248 -$as_echo_n "checking for $ac_word... " >&6; }
1.2249 -if test "${ac_cv_prog_CC+set}" = set; then
1.2250 - $as_echo_n "(cached) " >&6
1.2251 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2252 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2253 +if test "${ac_cv_prog_CC+set}" = set; then
1.2254 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2255 else
1.2256 if test -n "$CC"; then
1.2257 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2258 @@ -3726,22 +3603,22 @@
1.2259 for ac_exec_ext in '' $ac_executable_extensions; do
1.2260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2261 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.2262 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2263 - break 2
1.2264 - fi
1.2265 -done
1.2266 -done
1.2267 -IFS=$as_save_IFS
1.2268 -
1.2269 -fi
1.2270 -fi
1.2271 -CC=$ac_cv_prog_CC
1.2272 -if test -n "$CC"; then
1.2273 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2274 -$as_echo "$CC" >&6; }
1.2275 -else
1.2276 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2277 -$as_echo "no" >&6; }
1.2278 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2279 + break 2
1.2280 + fi
1.2281 +done
1.2282 +done
1.2283 +IFS=$as_save_IFS
1.2284 +
1.2285 +fi
1.2286 +fi
1.2287 +CC=$ac_cv_prog_CC
1.2288 +if test -n "$CC"; then
1.2289 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2290 +echo "${ECHO_T}$CC" >&6; }
1.2291 +else
1.2292 + { echo "$as_me:$LINENO: result: no" >&5
1.2293 +echo "${ECHO_T}no" >&6; }
1.2294 fi
1.2295
1.2296
1.2297 @@ -3750,10 +3627,10 @@
1.2298 if test -z "$CC"; then
1.2299 # Extract the first word of "cc", so it can be a program name with args.
1.2300 set dummy cc; ac_word=$2
1.2301 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2302 -$as_echo_n "checking for $ac_word... " >&6; }
1.2303 -if test "${ac_cv_prog_CC+set}" = set; then
1.2304 - $as_echo_n "(cached) " >&6
1.2305 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2306 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2307 +if test "${ac_cv_prog_CC+set}" = set; then
1.2308 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2309 else
1.2310 if test -n "$CC"; then
1.2311 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2312 @@ -3771,7 +3648,7 @@
1.2313 continue
1.2314 fi
1.2315 ac_cv_prog_CC="cc"
1.2316 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2317 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2318 break 2
1.2319 fi
1.2320 done
1.2321 @@ -3794,11 +3671,11 @@
1.2322 fi
1.2323 CC=$ac_cv_prog_CC
1.2324 if test -n "$CC"; then
1.2325 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2326 -$as_echo "$CC" >&6; }
1.2327 -else
1.2328 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2329 -$as_echo "no" >&6; }
1.2330 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2331 +echo "${ECHO_T}$CC" >&6; }
1.2332 +else
1.2333 + { echo "$as_me:$LINENO: result: no" >&5
1.2334 +echo "${ECHO_T}no" >&6; }
1.2335 fi
1.2336
1.2337
1.2338 @@ -3809,10 +3686,10 @@
1.2339 do
1.2340 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1.2341 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1.2342 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2343 -$as_echo_n "checking for $ac_word... " >&6; }
1.2344 -if test "${ac_cv_prog_CC+set}" = set; then
1.2345 - $as_echo_n "(cached) " >&6
1.2346 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2347 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2348 +if test "${ac_cv_prog_CC+set}" = set; then
1.2349 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2350 else
1.2351 if test -n "$CC"; then
1.2352 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2353 @@ -3825,22 +3702,22 @@
1.2354 for ac_exec_ext in '' $ac_executable_extensions; do
1.2355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2356 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.2357 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2358 - break 2
1.2359 - fi
1.2360 -done
1.2361 -done
1.2362 -IFS=$as_save_IFS
1.2363 -
1.2364 -fi
1.2365 -fi
1.2366 -CC=$ac_cv_prog_CC
1.2367 -if test -n "$CC"; then
1.2368 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2369 -$as_echo "$CC" >&6; }
1.2370 -else
1.2371 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2372 -$as_echo "no" >&6; }
1.2373 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2374 + break 2
1.2375 + fi
1.2376 +done
1.2377 +done
1.2378 +IFS=$as_save_IFS
1.2379 +
1.2380 +fi
1.2381 +fi
1.2382 +CC=$ac_cv_prog_CC
1.2383 +if test -n "$CC"; then
1.2384 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2385 +echo "${ECHO_T}$CC" >&6; }
1.2386 +else
1.2387 + { echo "$as_me:$LINENO: result: no" >&5
1.2388 +echo "${ECHO_T}no" >&6; }
1.2389 fi
1.2390
1.2391
1.2392 @@ -3853,10 +3730,10 @@
1.2393 do
1.2394 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.2395 set dummy $ac_prog; ac_word=$2
1.2396 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2397 -$as_echo_n "checking for $ac_word... " >&6; }
1.2398 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2399 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2400 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2401 - $as_echo_n "(cached) " >&6
1.2402 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2403 else
1.2404 if test -n "$ac_ct_CC"; then
1.2405 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.2406 @@ -3869,7 +3746,7 @@
1.2407 for ac_exec_ext in '' $ac_executable_extensions; do
1.2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2409 ac_cv_prog_ac_ct_CC="$ac_prog"
1.2410 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2411 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2412 break 2
1.2413 fi
1.2414 done
1.2415 @@ -3880,11 +3757,11 @@
1.2416 fi
1.2417 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2418 if test -n "$ac_ct_CC"; then
1.2419 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2420 -$as_echo "$ac_ct_CC" >&6; }
1.2421 -else
1.2422 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2423 -$as_echo "no" >&6; }
1.2424 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2425 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.2426 +else
1.2427 + { echo "$as_me:$LINENO: result: no" >&5
1.2428 +echo "${ECHO_T}no" >&6; }
1.2429 fi
1.2430
1.2431
1.2432 @@ -3896,10 +3773,10 @@
1.2433 else
1.2434 case $cross_compiling:$ac_tool_warned in
1.2435 yes:)
1.2436 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2437 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2438 whose name does not start with the host triplet. If you think this
1.2439 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2440 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2441 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2442 whose name does not start with the host triplet. If you think this
1.2443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2444 ac_tool_warned=yes ;;
1.2445 @@ -3911,54 +3788,50 @@
1.2446 fi
1.2447
1.2448
1.2449 -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.2450 -See \`config.log' for more details." >&5
1.2451 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
1.2452 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.2453 +See \`config.log' for more details." >&5
1.2454 +echo "$as_me: error: no acceptable C compiler found in \$PATH
1.2455 See \`config.log' for more details." >&2;}
1.2456 { (exit 1); exit 1; }; }
1.2457
1.2458 # Provide some information about the compiler.
1.2459 -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
1.2460 -set X $ac_compile
1.2461 -ac_compiler=$2
1.2462 +echo "$as_me:$LINENO: checking for C compiler version" >&5
1.2463 +ac_compiler=`set X $ac_compile; echo $2`
1.2464 { (ac_try="$ac_compiler --version >&5"
1.2465 case "(($ac_try" in
1.2466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2467 *) ac_try_echo=$ac_try;;
1.2468 esac
1.2469 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2470 -$as_echo "$ac_try_echo") >&5
1.2471 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2472 (eval "$ac_compiler --version >&5") 2>&5
1.2473 ac_status=$?
1.2474 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2475 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2476 (exit $ac_status); }
1.2477 { (ac_try="$ac_compiler -v >&5"
1.2478 case "(($ac_try" in
1.2479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2480 *) ac_try_echo=$ac_try;;
1.2481 esac
1.2482 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2483 -$as_echo "$ac_try_echo") >&5
1.2484 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2485 (eval "$ac_compiler -v >&5") 2>&5
1.2486 ac_status=$?
1.2487 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2488 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2489 (exit $ac_status); }
1.2490 { (ac_try="$ac_compiler -V >&5"
1.2491 case "(($ac_try" in
1.2492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2493 *) ac_try_echo=$ac_try;;
1.2494 esac
1.2495 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2496 -$as_echo "$ac_try_echo") >&5
1.2497 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2498 (eval "$ac_compiler -V >&5") 2>&5
1.2499 ac_status=$?
1.2500 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2501 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2502 (exit $ac_status); }
1.2503
1.2504 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.2505 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
1.2506 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.2507 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
1.2508 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1.2509 - $as_echo_n "(cached) " >&6
1.2510 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2511 else
1.2512 cat >conftest.$ac_ext <<_ACEOF
1.2513 /* confdefs.h. */
1.2514 @@ -3984,21 +3857,20 @@
1.2515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2516 *) ac_try_echo=$ac_try;;
1.2517 esac
1.2518 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2519 -$as_echo "$ac_try_echo") >&5
1.2520 - (eval "$ac_compile") 2>conftest.er1
1.2521 - ac_status=$?
1.2522 - grep -v '^ *+' conftest.er1 >conftest.err
1.2523 - rm -f conftest.er1
1.2524 - cat conftest.err >&5
1.2525 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2526 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2527 + (eval "$ac_compile") 2>conftest.er1
1.2528 + ac_status=$?
1.2529 + grep -v '^ *+' conftest.er1 >conftest.err
1.2530 + rm -f conftest.er1
1.2531 + cat conftest.err >&5
1.2532 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2533 (exit $ac_status); } && {
1.2534 test -z "$ac_c_werror_flag" ||
1.2535 test ! -s conftest.err
1.2536 } && test -s conftest.$ac_objext; then
1.2537 ac_compiler_gnu=yes
1.2538 else
1.2539 - $as_echo "$as_me: failed program was:" >&5
1.2540 + echo "$as_me: failed program was:" >&5
1.2541 sed 's/^/| /' conftest.$ac_ext >&5
1.2542
1.2543 ac_compiler_gnu=no
1.2544 @@ -4008,19 +3880,15 @@
1.2545 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.2546
1.2547 fi
1.2548 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.2549 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
1.2550 -if test $ac_compiler_gnu = yes; then
1.2551 - GCC=yes
1.2552 -else
1.2553 - GCC=
1.2554 -fi
1.2555 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.2556 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
1.2557 +GCC=`test $ac_compiler_gnu = yes && echo yes`
1.2558 ac_test_CFLAGS=${CFLAGS+set}
1.2559 ac_save_CFLAGS=$CFLAGS
1.2560 -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.2561 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
1.2562 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.2563 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
1.2564 if test "${ac_cv_prog_cc_g+set}" = set; then
1.2565 - $as_echo_n "(cached) " >&6
1.2566 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2567 else
1.2568 ac_save_c_werror_flag=$ac_c_werror_flag
1.2569 ac_c_werror_flag=yes
1.2570 @@ -4047,21 +3915,20 @@
1.2571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2572 *) ac_try_echo=$ac_try;;
1.2573 esac
1.2574 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2575 -$as_echo "$ac_try_echo") >&5
1.2576 - (eval "$ac_compile") 2>conftest.er1
1.2577 - ac_status=$?
1.2578 - grep -v '^ *+' conftest.er1 >conftest.err
1.2579 - rm -f conftest.er1
1.2580 - cat conftest.err >&5
1.2581 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2582 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2583 + (eval "$ac_compile") 2>conftest.er1
1.2584 + ac_status=$?
1.2585 + grep -v '^ *+' conftest.er1 >conftest.err
1.2586 + rm -f conftest.er1
1.2587 + cat conftest.err >&5
1.2588 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2589 (exit $ac_status); } && {
1.2590 test -z "$ac_c_werror_flag" ||
1.2591 test ! -s conftest.err
1.2592 } && test -s conftest.$ac_objext; then
1.2593 ac_cv_prog_cc_g=yes
1.2594 else
1.2595 - $as_echo "$as_me: failed program was:" >&5
1.2596 + echo "$as_me: failed program was:" >&5
1.2597 sed 's/^/| /' conftest.$ac_ext >&5
1.2598
1.2599 CFLAGS=""
1.2600 @@ -4086,21 +3953,20 @@
1.2601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2602 *) ac_try_echo=$ac_try;;
1.2603 esac
1.2604 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2605 -$as_echo "$ac_try_echo") >&5
1.2606 - (eval "$ac_compile") 2>conftest.er1
1.2607 - ac_status=$?
1.2608 - grep -v '^ *+' conftest.er1 >conftest.err
1.2609 - rm -f conftest.er1
1.2610 - cat conftest.err >&5
1.2611 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2612 - (exit $ac_status); } && {
1.2613 - test -z "$ac_c_werror_flag" ||
1.2614 - test ! -s conftest.err
1.2615 - } && test -s conftest.$ac_objext; then
1.2616 - :
1.2617 -else
1.2618 - $as_echo "$as_me: failed program was:" >&5
1.2619 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2620 + (eval "$ac_compile") 2>conftest.er1
1.2621 + ac_status=$?
1.2622 + grep -v '^ *+' conftest.er1 >conftest.err
1.2623 + rm -f conftest.er1
1.2624 + cat conftest.err >&5
1.2625 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2626 + (exit $ac_status); } && {
1.2627 + test -z "$ac_c_werror_flag" ||
1.2628 + test ! -s conftest.err
1.2629 + } && test -s conftest.$ac_objext; then
1.2630 + :
1.2631 +else
1.2632 + echo "$as_me: failed program was:" >&5
1.2633 sed 's/^/| /' conftest.$ac_ext >&5
1.2634
1.2635 ac_c_werror_flag=$ac_save_c_werror_flag
1.2636 @@ -4126,21 +3992,20 @@
1.2637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2638 *) ac_try_echo=$ac_try;;
1.2639 esac
1.2640 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2641 -$as_echo "$ac_try_echo") >&5
1.2642 - (eval "$ac_compile") 2>conftest.er1
1.2643 - ac_status=$?
1.2644 - grep -v '^ *+' conftest.er1 >conftest.err
1.2645 - rm -f conftest.er1
1.2646 - cat conftest.err >&5
1.2647 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2648 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2649 + (eval "$ac_compile") 2>conftest.er1
1.2650 + ac_status=$?
1.2651 + grep -v '^ *+' conftest.er1 >conftest.err
1.2652 + rm -f conftest.er1
1.2653 + cat conftest.err >&5
1.2654 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2655 (exit $ac_status); } && {
1.2656 test -z "$ac_c_werror_flag" ||
1.2657 test ! -s conftest.err
1.2658 } && test -s conftest.$ac_objext; then
1.2659 ac_cv_prog_cc_g=yes
1.2660 else
1.2661 - $as_echo "$as_me: failed program was:" >&5
1.2662 + echo "$as_me: failed program was:" >&5
1.2663 sed 's/^/| /' conftest.$ac_ext >&5
1.2664
1.2665
1.2666 @@ -4155,8 +4020,8 @@
1.2667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.2668 ac_c_werror_flag=$ac_save_c_werror_flag
1.2669 fi
1.2670 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.2671 -$as_echo "$ac_cv_prog_cc_g" >&6; }
1.2672 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.2673 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
1.2674 if test "$ac_test_CFLAGS" = set; then
1.2675 CFLAGS=$ac_save_CFLAGS
1.2676 elif test $ac_cv_prog_cc_g = yes; then
1.2677 @@ -4172,10 +4037,10 @@
1.2678 CFLAGS=
1.2679 fi
1.2680 fi
1.2681 -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.2682 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
1.2683 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.2684 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
1.2685 if test "${ac_cv_prog_cc_c89+set}" = set; then
1.2686 - $as_echo_n "(cached) " >&6
1.2687 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2688 else
1.2689 ac_cv_prog_cc_c89=no
1.2690 ac_save_CC=$CC
1.2691 @@ -4246,21 +4111,20 @@
1.2692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.2693 *) ac_try_echo=$ac_try;;
1.2694 esac
1.2695 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.2696 -$as_echo "$ac_try_echo") >&5
1.2697 - (eval "$ac_compile") 2>conftest.er1
1.2698 - ac_status=$?
1.2699 - grep -v '^ *+' conftest.er1 >conftest.err
1.2700 - rm -f conftest.er1
1.2701 - cat conftest.err >&5
1.2702 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2703 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.2704 + (eval "$ac_compile") 2>conftest.er1
1.2705 + ac_status=$?
1.2706 + grep -v '^ *+' conftest.er1 >conftest.err
1.2707 + rm -f conftest.er1
1.2708 + cat conftest.err >&5
1.2709 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.2710 (exit $ac_status); } && {
1.2711 test -z "$ac_c_werror_flag" ||
1.2712 test ! -s conftest.err
1.2713 } && test -s conftest.$ac_objext; then
1.2714 ac_cv_prog_cc_c89=$ac_arg
1.2715 else
1.2716 - $as_echo "$as_me: failed program was:" >&5
1.2717 + echo "$as_me: failed program was:" >&5
1.2718 sed 's/^/| /' conftest.$ac_ext >&5
1.2719
1.2720
1.2721 @@ -4276,15 +4140,15 @@
1.2722 # AC_CACHE_VAL
1.2723 case "x$ac_cv_prog_cc_c89" in
1.2724 x)
1.2725 - { $as_echo "$as_me:$LINENO: result: none needed" >&5
1.2726 -$as_echo "none needed" >&6; } ;;
1.2727 + { echo "$as_me:$LINENO: result: none needed" >&5
1.2728 +echo "${ECHO_T}none needed" >&6; } ;;
1.2729 xno)
1.2730 - { $as_echo "$as_me:$LINENO: result: unsupported" >&5
1.2731 -$as_echo "unsupported" >&6; } ;;
1.2732 + { echo "$as_me:$LINENO: result: unsupported" >&5
1.2733 +echo "${ECHO_T}unsupported" >&6; } ;;
1.2734 *)
1.2735 CC="$CC $ac_cv_prog_cc_c89"
1.2736 - { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.2737 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1.2738 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.2739 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
1.2740 esac
1.2741
1.2742
1.2743 @@ -4296,10 +4160,10 @@
1.2744
1.2745 depcc="$CC" am_compiler_list=
1.2746
1.2747 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.2748 -$as_echo_n "checking dependency style of $depcc... " >&6; }
1.2749 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.2750 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
1.2751 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1.2752 - $as_echo_n "(cached) " >&6
1.2753 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2754 else
1.2755 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1.2756 # We make a subdir and do the tests there. Otherwise we can end up
1.2757 @@ -4386,8 +4250,8 @@
1.2758 fi
1.2759
1.2760 fi
1.2761 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.2762 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
1.2763 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.2764 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
1.2765 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.2766
1.2767
1.2768 @@ -4411,10 +4275,10 @@
1.2769 if test -n "$ac_tool_prefix"; then
1.2770 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1.2771 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1.2772 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2773 -$as_echo_n "checking for $ac_word... " >&6; }
1.2774 -if test "${ac_cv_prog_CC+set}" = set; then
1.2775 - $as_echo_n "(cached) " >&6
1.2776 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2777 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2778 +if test "${ac_cv_prog_CC+set}" = set; then
1.2779 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2780 else
1.2781 if test -n "$CC"; then
1.2782 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2783 @@ -4427,22 +4291,22 @@
1.2784 for ac_exec_ext in '' $ac_executable_extensions; do
1.2785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2786 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1.2787 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2788 - break 2
1.2789 - fi
1.2790 -done
1.2791 -done
1.2792 -IFS=$as_save_IFS
1.2793 -
1.2794 -fi
1.2795 -fi
1.2796 -CC=$ac_cv_prog_CC
1.2797 -if test -n "$CC"; then
1.2798 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2799 -$as_echo "$CC" >&6; }
1.2800 -else
1.2801 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2802 -$as_echo "no" >&6; }
1.2803 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2804 + break 2
1.2805 + fi
1.2806 +done
1.2807 +done
1.2808 +IFS=$as_save_IFS
1.2809 +
1.2810 +fi
1.2811 +fi
1.2812 +CC=$ac_cv_prog_CC
1.2813 +if test -n "$CC"; then
1.2814 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2815 +echo "${ECHO_T}$CC" >&6; }
1.2816 +else
1.2817 + { echo "$as_me:$LINENO: result: no" >&5
1.2818 +echo "${ECHO_T}no" >&6; }
1.2819 fi
1.2820
1.2821
1.2822 @@ -4451,10 +4315,10 @@
1.2823 ac_ct_CC=$CC
1.2824 # Extract the first word of "gcc", so it can be a program name with args.
1.2825 set dummy gcc; ac_word=$2
1.2826 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2827 -$as_echo_n "checking for $ac_word... " >&6; }
1.2828 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2829 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2830 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.2831 - $as_echo_n "(cached) " >&6
1.2832 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2833 else
1.2834 if test -n "$ac_ct_CC"; then
1.2835 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.2836 @@ -4467,7 +4331,7 @@
1.2837 for ac_exec_ext in '' $ac_executable_extensions; do
1.2838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2839 ac_cv_prog_ac_ct_CC="gcc"
1.2840 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2841 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2842 break 2
1.2843 fi
1.2844 done
1.2845 @@ -4478,11 +4342,11 @@
1.2846 fi
1.2847 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.2848 if test -n "$ac_ct_CC"; then
1.2849 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2850 -$as_echo "$ac_ct_CC" >&6; }
1.2851 -else
1.2852 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2853 -$as_echo "no" >&6; }
1.2854 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.2855 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.2856 +else
1.2857 + { echo "$as_me:$LINENO: result: no" >&5
1.2858 +echo "${ECHO_T}no" >&6; }
1.2859 fi
1.2860
1.2861 if test "x$ac_ct_CC" = x; then
1.2862 @@ -4490,10 +4354,10 @@
1.2863 else
1.2864 case $cross_compiling:$ac_tool_warned in
1.2865 yes:)
1.2866 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2867 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.2868 whose name does not start with the host triplet. If you think this
1.2869 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.2870 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2871 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.2872 whose name does not start with the host triplet. If you think this
1.2873 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.2874 ac_tool_warned=yes ;;
1.2875 @@ -4508,10 +4372,10 @@
1.2876 if test -n "$ac_tool_prefix"; then
1.2877 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1.2878 set dummy ${ac_tool_prefix}cc; ac_word=$2
1.2879 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2880 -$as_echo_n "checking for $ac_word... " >&6; }
1.2881 -if test "${ac_cv_prog_CC+set}" = set; then
1.2882 - $as_echo_n "(cached) " >&6
1.2883 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2884 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2885 +if test "${ac_cv_prog_CC+set}" = set; then
1.2886 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2887 else
1.2888 if test -n "$CC"; then
1.2889 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2890 @@ -4524,22 +4388,22 @@
1.2891 for ac_exec_ext in '' $ac_executable_extensions; do
1.2892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2893 ac_cv_prog_CC="${ac_tool_prefix}cc"
1.2894 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2895 - break 2
1.2896 - fi
1.2897 -done
1.2898 -done
1.2899 -IFS=$as_save_IFS
1.2900 -
1.2901 -fi
1.2902 -fi
1.2903 -CC=$ac_cv_prog_CC
1.2904 -if test -n "$CC"; then
1.2905 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2906 -$as_echo "$CC" >&6; }
1.2907 -else
1.2908 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2909 -$as_echo "no" >&6; }
1.2910 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2911 + break 2
1.2912 + fi
1.2913 +done
1.2914 +done
1.2915 +IFS=$as_save_IFS
1.2916 +
1.2917 +fi
1.2918 +fi
1.2919 +CC=$ac_cv_prog_CC
1.2920 +if test -n "$CC"; then
1.2921 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2922 +echo "${ECHO_T}$CC" >&6; }
1.2923 +else
1.2924 + { echo "$as_me:$LINENO: result: no" >&5
1.2925 +echo "${ECHO_T}no" >&6; }
1.2926 fi
1.2927
1.2928
1.2929 @@ -4548,10 +4412,10 @@
1.2930 if test -z "$CC"; then
1.2931 # Extract the first word of "cc", so it can be a program name with args.
1.2932 set dummy cc; ac_word=$2
1.2933 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2934 -$as_echo_n "checking for $ac_word... " >&6; }
1.2935 -if test "${ac_cv_prog_CC+set}" = set; then
1.2936 - $as_echo_n "(cached) " >&6
1.2937 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2938 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2939 +if test "${ac_cv_prog_CC+set}" = set; then
1.2940 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2941 else
1.2942 if test -n "$CC"; then
1.2943 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2944 @@ -4569,7 +4433,7 @@
1.2945 continue
1.2946 fi
1.2947 ac_cv_prog_CC="cc"
1.2948 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2949 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2950 break 2
1.2951 fi
1.2952 done
1.2953 @@ -4592,11 +4456,11 @@
1.2954 fi
1.2955 CC=$ac_cv_prog_CC
1.2956 if test -n "$CC"; then
1.2957 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.2958 -$as_echo "$CC" >&6; }
1.2959 -else
1.2960 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.2961 -$as_echo "no" >&6; }
1.2962 + { echo "$as_me:$LINENO: result: $CC" >&5
1.2963 +echo "${ECHO_T}$CC" >&6; }
1.2964 +else
1.2965 + { echo "$as_me:$LINENO: result: no" >&5
1.2966 +echo "${ECHO_T}no" >&6; }
1.2967 fi
1.2968
1.2969
1.2970 @@ -4607,10 +4471,10 @@
1.2971 do
1.2972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1.2973 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1.2974 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2975 -$as_echo_n "checking for $ac_word... " >&6; }
1.2976 -if test "${ac_cv_prog_CC+set}" = set; then
1.2977 - $as_echo_n "(cached) " >&6
1.2978 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.2979 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.2980 +if test "${ac_cv_prog_CC+set}" = set; then
1.2981 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.2982 else
1.2983 if test -n "$CC"; then
1.2984 ac_cv_prog_CC="$CC" # Let the user override the test.
1.2985 @@ -4623,22 +4487,22 @@
1.2986 for ac_exec_ext in '' $ac_executable_extensions; do
1.2987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.2988 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1.2989 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.2990 - break 2
1.2991 - fi
1.2992 -done
1.2993 -done
1.2994 -IFS=$as_save_IFS
1.2995 -
1.2996 -fi
1.2997 -fi
1.2998 -CC=$ac_cv_prog_CC
1.2999 -if test -n "$CC"; then
1.3000 - { $as_echo "$as_me:$LINENO: result: $CC" >&5
1.3001 -$as_echo "$CC" >&6; }
1.3002 -else
1.3003 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.3004 -$as_echo "no" >&6; }
1.3005 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3006 + break 2
1.3007 + fi
1.3008 +done
1.3009 +done
1.3010 +IFS=$as_save_IFS
1.3011 +
1.3012 +fi
1.3013 +fi
1.3014 +CC=$ac_cv_prog_CC
1.3015 +if test -n "$CC"; then
1.3016 + { echo "$as_me:$LINENO: result: $CC" >&5
1.3017 +echo "${ECHO_T}$CC" >&6; }
1.3018 +else
1.3019 + { echo "$as_me:$LINENO: result: no" >&5
1.3020 +echo "${ECHO_T}no" >&6; }
1.3021 fi
1.3022
1.3023
1.3024 @@ -4651,10 +4515,10 @@
1.3025 do
1.3026 # Extract the first word of "$ac_prog", so it can be a program name with args.
1.3027 set dummy $ac_prog; ac_word=$2
1.3028 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3029 -$as_echo_n "checking for $ac_word... " >&6; }
1.3030 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.3031 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.3032 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1.3033 - $as_echo_n "(cached) " >&6
1.3034 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3035 else
1.3036 if test -n "$ac_ct_CC"; then
1.3037 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1.3038 @@ -4667,7 +4531,7 @@
1.3039 for ac_exec_ext in '' $ac_executable_extensions; do
1.3040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.3041 ac_cv_prog_ac_ct_CC="$ac_prog"
1.3042 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3043 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.3044 break 2
1.3045 fi
1.3046 done
1.3047 @@ -4678,11 +4542,11 @@
1.3048 fi
1.3049 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1.3050 if test -n "$ac_ct_CC"; then
1.3051 - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3052 -$as_echo "$ac_ct_CC" >&6; }
1.3053 -else
1.3054 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.3055 -$as_echo "no" >&6; }
1.3056 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1.3057 +echo "${ECHO_T}$ac_ct_CC" >&6; }
1.3058 +else
1.3059 + { echo "$as_me:$LINENO: result: no" >&5
1.3060 +echo "${ECHO_T}no" >&6; }
1.3061 fi
1.3062
1.3063
1.3064 @@ -4694,10 +4558,10 @@
1.3065 else
1.3066 case $cross_compiling:$ac_tool_warned in
1.3067 yes:)
1.3068 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.3069 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.3070 whose name does not start with the host triplet. If you think this
1.3071 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.3072 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.3073 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.3074 whose name does not start with the host triplet. If you think this
1.3075 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.3076 ac_tool_warned=yes ;;
1.3077 @@ -4709,54 +4573,50 @@
1.3078 fi
1.3079
1.3080
1.3081 -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.3082 -See \`config.log' for more details." >&5
1.3083 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
1.3084 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1.3085 +See \`config.log' for more details." >&5
1.3086 +echo "$as_me: error: no acceptable C compiler found in \$PATH
1.3087 See \`config.log' for more details." >&2;}
1.3088 { (exit 1); exit 1; }; }
1.3089
1.3090 # Provide some information about the compiler.
1.3091 -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
1.3092 -set X $ac_compile
1.3093 -ac_compiler=$2
1.3094 +echo "$as_me:$LINENO: checking for C compiler version" >&5
1.3095 +ac_compiler=`set X $ac_compile; echo $2`
1.3096 { (ac_try="$ac_compiler --version >&5"
1.3097 case "(($ac_try" in
1.3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3099 *) ac_try_echo=$ac_try;;
1.3100 esac
1.3101 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3102 -$as_echo "$ac_try_echo") >&5
1.3103 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3104 (eval "$ac_compiler --version >&5") 2>&5
1.3105 ac_status=$?
1.3106 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3107 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3108 (exit $ac_status); }
1.3109 { (ac_try="$ac_compiler -v >&5"
1.3110 case "(($ac_try" in
1.3111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3112 *) ac_try_echo=$ac_try;;
1.3113 esac
1.3114 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3115 -$as_echo "$ac_try_echo") >&5
1.3116 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3117 (eval "$ac_compiler -v >&5") 2>&5
1.3118 ac_status=$?
1.3119 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3120 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3121 (exit $ac_status); }
1.3122 { (ac_try="$ac_compiler -V >&5"
1.3123 case "(($ac_try" in
1.3124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3125 *) ac_try_echo=$ac_try;;
1.3126 esac
1.3127 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3128 -$as_echo "$ac_try_echo") >&5
1.3129 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3130 (eval "$ac_compiler -V >&5") 2>&5
1.3131 ac_status=$?
1.3132 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3133 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3134 (exit $ac_status); }
1.3135
1.3136 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.3137 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
1.3138 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1.3139 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
1.3140 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1.3141 - $as_echo_n "(cached) " >&6
1.3142 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3143 else
1.3144 cat >conftest.$ac_ext <<_ACEOF
1.3145 /* confdefs.h. */
1.3146 @@ -4782,21 +4642,20 @@
1.3147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3148 *) ac_try_echo=$ac_try;;
1.3149 esac
1.3150 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3151 -$as_echo "$ac_try_echo") >&5
1.3152 - (eval "$ac_compile") 2>conftest.er1
1.3153 - ac_status=$?
1.3154 - grep -v '^ *+' conftest.er1 >conftest.err
1.3155 - rm -f conftest.er1
1.3156 - cat conftest.err >&5
1.3157 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3158 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3159 + (eval "$ac_compile") 2>conftest.er1
1.3160 + ac_status=$?
1.3161 + grep -v '^ *+' conftest.er1 >conftest.err
1.3162 + rm -f conftest.er1
1.3163 + cat conftest.err >&5
1.3164 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3165 (exit $ac_status); } && {
1.3166 test -z "$ac_c_werror_flag" ||
1.3167 test ! -s conftest.err
1.3168 } && test -s conftest.$ac_objext; then
1.3169 ac_compiler_gnu=yes
1.3170 else
1.3171 - $as_echo "$as_me: failed program was:" >&5
1.3172 + echo "$as_me: failed program was:" >&5
1.3173 sed 's/^/| /' conftest.$ac_ext >&5
1.3174
1.3175 ac_compiler_gnu=no
1.3176 @@ -4806,19 +4665,15 @@
1.3177 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1.3178
1.3179 fi
1.3180 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.3181 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
1.3182 -if test $ac_compiler_gnu = yes; then
1.3183 - GCC=yes
1.3184 -else
1.3185 - GCC=
1.3186 -fi
1.3187 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1.3188 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
1.3189 +GCC=`test $ac_compiler_gnu = yes && echo yes`
1.3190 ac_test_CFLAGS=${CFLAGS+set}
1.3191 ac_save_CFLAGS=$CFLAGS
1.3192 -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.3193 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
1.3194 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1.3195 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
1.3196 if test "${ac_cv_prog_cc_g+set}" = set; then
1.3197 - $as_echo_n "(cached) " >&6
1.3198 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3199 else
1.3200 ac_save_c_werror_flag=$ac_c_werror_flag
1.3201 ac_c_werror_flag=yes
1.3202 @@ -4845,21 +4700,20 @@
1.3203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3204 *) ac_try_echo=$ac_try;;
1.3205 esac
1.3206 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3207 -$as_echo "$ac_try_echo") >&5
1.3208 - (eval "$ac_compile") 2>conftest.er1
1.3209 - ac_status=$?
1.3210 - grep -v '^ *+' conftest.er1 >conftest.err
1.3211 - rm -f conftest.er1
1.3212 - cat conftest.err >&5
1.3213 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3214 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3215 + (eval "$ac_compile") 2>conftest.er1
1.3216 + ac_status=$?
1.3217 + grep -v '^ *+' conftest.er1 >conftest.err
1.3218 + rm -f conftest.er1
1.3219 + cat conftest.err >&5
1.3220 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3221 (exit $ac_status); } && {
1.3222 test -z "$ac_c_werror_flag" ||
1.3223 test ! -s conftest.err
1.3224 } && test -s conftest.$ac_objext; then
1.3225 ac_cv_prog_cc_g=yes
1.3226 else
1.3227 - $as_echo "$as_me: failed program was:" >&5
1.3228 + echo "$as_me: failed program was:" >&5
1.3229 sed 's/^/| /' conftest.$ac_ext >&5
1.3230
1.3231 CFLAGS=""
1.3232 @@ -4884,21 +4738,20 @@
1.3233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3234 *) ac_try_echo=$ac_try;;
1.3235 esac
1.3236 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3237 -$as_echo "$ac_try_echo") >&5
1.3238 - (eval "$ac_compile") 2>conftest.er1
1.3239 - ac_status=$?
1.3240 - grep -v '^ *+' conftest.er1 >conftest.err
1.3241 - rm -f conftest.er1
1.3242 - cat conftest.err >&5
1.3243 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3244 - (exit $ac_status); } && {
1.3245 - test -z "$ac_c_werror_flag" ||
1.3246 - test ! -s conftest.err
1.3247 - } && test -s conftest.$ac_objext; then
1.3248 - :
1.3249 -else
1.3250 - $as_echo "$as_me: failed program was:" >&5
1.3251 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3252 + (eval "$ac_compile") 2>conftest.er1
1.3253 + ac_status=$?
1.3254 + grep -v '^ *+' conftest.er1 >conftest.err
1.3255 + rm -f conftest.er1
1.3256 + cat conftest.err >&5
1.3257 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3258 + (exit $ac_status); } && {
1.3259 + test -z "$ac_c_werror_flag" ||
1.3260 + test ! -s conftest.err
1.3261 + } && test -s conftest.$ac_objext; then
1.3262 + :
1.3263 +else
1.3264 + echo "$as_me: failed program was:" >&5
1.3265 sed 's/^/| /' conftest.$ac_ext >&5
1.3266
1.3267 ac_c_werror_flag=$ac_save_c_werror_flag
1.3268 @@ -4924,21 +4777,20 @@
1.3269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3270 *) ac_try_echo=$ac_try;;
1.3271 esac
1.3272 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3273 -$as_echo "$ac_try_echo") >&5
1.3274 - (eval "$ac_compile") 2>conftest.er1
1.3275 - ac_status=$?
1.3276 - grep -v '^ *+' conftest.er1 >conftest.err
1.3277 - rm -f conftest.er1
1.3278 - cat conftest.err >&5
1.3279 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3280 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3281 + (eval "$ac_compile") 2>conftest.er1
1.3282 + ac_status=$?
1.3283 + grep -v '^ *+' conftest.er1 >conftest.err
1.3284 + rm -f conftest.er1
1.3285 + cat conftest.err >&5
1.3286 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3287 (exit $ac_status); } && {
1.3288 test -z "$ac_c_werror_flag" ||
1.3289 test ! -s conftest.err
1.3290 } && test -s conftest.$ac_objext; then
1.3291 ac_cv_prog_cc_g=yes
1.3292 else
1.3293 - $as_echo "$as_me: failed program was:" >&5
1.3294 + echo "$as_me: failed program was:" >&5
1.3295 sed 's/^/| /' conftest.$ac_ext >&5
1.3296
1.3297
1.3298 @@ -4953,8 +4805,8 @@
1.3299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.3300 ac_c_werror_flag=$ac_save_c_werror_flag
1.3301 fi
1.3302 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.3303 -$as_echo "$ac_cv_prog_cc_g" >&6; }
1.3304 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1.3305 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
1.3306 if test "$ac_test_CFLAGS" = set; then
1.3307 CFLAGS=$ac_save_CFLAGS
1.3308 elif test $ac_cv_prog_cc_g = yes; then
1.3309 @@ -4970,10 +4822,10 @@
1.3310 CFLAGS=
1.3311 fi
1.3312 fi
1.3313 -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.3314 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
1.3315 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
1.3316 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
1.3317 if test "${ac_cv_prog_cc_c89+set}" = set; then
1.3318 - $as_echo_n "(cached) " >&6
1.3319 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3320 else
1.3321 ac_cv_prog_cc_c89=no
1.3322 ac_save_CC=$CC
1.3323 @@ -5044,21 +4896,20 @@
1.3324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3325 *) ac_try_echo=$ac_try;;
1.3326 esac
1.3327 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3328 -$as_echo "$ac_try_echo") >&5
1.3329 - (eval "$ac_compile") 2>conftest.er1
1.3330 - ac_status=$?
1.3331 - grep -v '^ *+' conftest.er1 >conftest.err
1.3332 - rm -f conftest.er1
1.3333 - cat conftest.err >&5
1.3334 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3335 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3336 + (eval "$ac_compile") 2>conftest.er1
1.3337 + ac_status=$?
1.3338 + grep -v '^ *+' conftest.er1 >conftest.err
1.3339 + rm -f conftest.er1
1.3340 + cat conftest.err >&5
1.3341 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3342 (exit $ac_status); } && {
1.3343 test -z "$ac_c_werror_flag" ||
1.3344 test ! -s conftest.err
1.3345 } && test -s conftest.$ac_objext; then
1.3346 ac_cv_prog_cc_c89=$ac_arg
1.3347 else
1.3348 - $as_echo "$as_me: failed program was:" >&5
1.3349 + echo "$as_me: failed program was:" >&5
1.3350 sed 's/^/| /' conftest.$ac_ext >&5
1.3351
1.3352
1.3353 @@ -5074,15 +4925,15 @@
1.3354 # AC_CACHE_VAL
1.3355 case "x$ac_cv_prog_cc_c89" in
1.3356 x)
1.3357 - { $as_echo "$as_me:$LINENO: result: none needed" >&5
1.3358 -$as_echo "none needed" >&6; } ;;
1.3359 + { echo "$as_me:$LINENO: result: none needed" >&5
1.3360 +echo "${ECHO_T}none needed" >&6; } ;;
1.3361 xno)
1.3362 - { $as_echo "$as_me:$LINENO: result: unsupported" >&5
1.3363 -$as_echo "unsupported" >&6; } ;;
1.3364 + { echo "$as_me:$LINENO: result: unsupported" >&5
1.3365 +echo "${ECHO_T}unsupported" >&6; } ;;
1.3366 *)
1.3367 CC="$CC $ac_cv_prog_cc_c89"
1.3368 - { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.3369 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1.3370 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
1.3371 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
1.3372 esac
1.3373
1.3374
1.3375 @@ -5094,10 +4945,10 @@
1.3376
1.3377 depcc="$CC" am_compiler_list=
1.3378
1.3379 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.3380 -$as_echo_n "checking dependency style of $depcc... " >&6; }
1.3381 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1.3382 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
1.3383 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1.3384 - $as_echo_n "(cached) " >&6
1.3385 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3386 else
1.3387 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1.3388 # We make a subdir and do the tests there. Otherwise we can end up
1.3389 @@ -5184,8 +5035,8 @@
1.3390 fi
1.3391
1.3392 fi
1.3393 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.3394 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
1.3395 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1.3396 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
1.3397 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1.3398
1.3399
1.3400 @@ -5216,15 +5067,15 @@
1.3401 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1.3402 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1.3403 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.3404 -{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1.3405 -$as_echo_n "checking how to run the C preprocessor... " >&6; }
1.3406 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1.3407 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
1.3408 # On Suns, sometimes $CPP names a directory.
1.3409 if test -n "$CPP" && test -d "$CPP"; then
1.3410 CPP=
1.3411 fi
1.3412 if test -z "$CPP"; then
1.3413 if test "${ac_cv_prog_CPP+set}" = set; then
1.3414 - $as_echo_n "(cached) " >&6
1.3415 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3416 else
1.3417 # Double quotes because CPP needs to be expanded
1.3418 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1.3419 @@ -5256,21 +5107,20 @@
1.3420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3421 *) ac_try_echo=$ac_try;;
1.3422 esac
1.3423 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3424 -$as_echo "$ac_try_echo") >&5
1.3425 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3426 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.3427 ac_status=$?
1.3428 grep -v '^ *+' conftest.er1 >conftest.err
1.3429 rm -f conftest.er1
1.3430 cat conftest.err >&5
1.3431 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3432 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3433 (exit $ac_status); } >/dev/null && {
1.3434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.3435 test ! -s conftest.err
1.3436 }; then
1.3437 :
1.3438 else
1.3439 - $as_echo "$as_me: failed program was:" >&5
1.3440 + echo "$as_me: failed program was:" >&5
1.3441 sed 's/^/| /' conftest.$ac_ext >&5
1.3442
1.3443 # Broken: fails on valid input.
1.3444 @@ -5294,14 +5144,13 @@
1.3445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3446 *) ac_try_echo=$ac_try;;
1.3447 esac
1.3448 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3449 -$as_echo "$ac_try_echo") >&5
1.3450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3451 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.3452 ac_status=$?
1.3453 grep -v '^ *+' conftest.er1 >conftest.err
1.3454 rm -f conftest.er1
1.3455 cat conftest.err >&5
1.3456 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3457 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3458 (exit $ac_status); } >/dev/null && {
1.3459 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.3460 test ! -s conftest.err
1.3461 @@ -5309,7 +5158,7 @@
1.3462 # Broken: success on invalid input.
1.3463 continue
1.3464 else
1.3465 - $as_echo "$as_me: failed program was:" >&5
1.3466 + echo "$as_me: failed program was:" >&5
1.3467 sed 's/^/| /' conftest.$ac_ext >&5
1.3468
1.3469 # Passes both tests.
1.3470 @@ -5334,8 +5183,8 @@
1.3471 else
1.3472 ac_cv_prog_CPP=$CPP
1.3473 fi
1.3474 -{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
1.3475 -$as_echo "$CPP" >&6; }
1.3476 +{ echo "$as_me:$LINENO: result: $CPP" >&5
1.3477 +echo "${ECHO_T}$CPP" >&6; }
1.3478 ac_preproc_ok=false
1.3479 for ac_c_preproc_warn_flag in '' yes
1.3480 do
1.3481 @@ -5363,21 +5212,20 @@
1.3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3483 *) ac_try_echo=$ac_try;;
1.3484 esac
1.3485 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3486 -$as_echo "$ac_try_echo") >&5
1.3487 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.3489 ac_status=$?
1.3490 grep -v '^ *+' conftest.er1 >conftest.err
1.3491 rm -f conftest.er1
1.3492 cat conftest.err >&5
1.3493 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3494 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3495 (exit $ac_status); } >/dev/null && {
1.3496 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.3497 test ! -s conftest.err
1.3498 }; then
1.3499 :
1.3500 else
1.3501 - $as_echo "$as_me: failed program was:" >&5
1.3502 + echo "$as_me: failed program was:" >&5
1.3503 sed 's/^/| /' conftest.$ac_ext >&5
1.3504
1.3505 # Broken: fails on valid input.
1.3506 @@ -5401,14 +5249,13 @@
1.3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3508 *) ac_try_echo=$ac_try;;
1.3509 esac
1.3510 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3511 -$as_echo "$ac_try_echo") >&5
1.3512 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.3514 ac_status=$?
1.3515 grep -v '^ *+' conftest.er1 >conftest.err
1.3516 rm -f conftest.er1
1.3517 cat conftest.err >&5
1.3518 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3519 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3520 (exit $ac_status); } >/dev/null && {
1.3521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.3522 test ! -s conftest.err
1.3523 @@ -5416,7 +5263,7 @@
1.3524 # Broken: success on invalid input.
1.3525 continue
1.3526 else
1.3527 - $as_echo "$as_me: failed program was:" >&5
1.3528 + echo "$as_me: failed program was:" >&5
1.3529 sed 's/^/| /' conftest.$ac_ext >&5
1.3530
1.3531 # Passes both tests.
1.3532 @@ -5432,9 +5279,9 @@
1.3533 if $ac_preproc_ok; then
1.3534 :
1.3535 else
1.3536 - { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1.3537 -See \`config.log' for more details." >&5
1.3538 -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1.3539 + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1.3540 +See \`config.log' for more details." >&5
1.3541 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1.3542 See \`config.log' for more details." >&2;}
1.3543 { (exit 1); exit 1; }; }
1.3544 fi
1.3545 @@ -5446,37 +5293,42 @@
1.3546 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1.3547
1.3548
1.3549 -{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
1.3550 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
1.3551 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
1.3552 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
1.3553 if test "${ac_cv_path_GREP+set}" = set; then
1.3554 - $as_echo_n "(cached) " >&6
1.3555 -else
1.3556 - if test -z "$GREP"; then
1.3557 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3558 +else
1.3559 + # Extract the first word of "grep ggrep" to use in msg output
1.3560 +if test -z "$GREP"; then
1.3561 +set dummy grep ggrep; ac_prog_name=$2
1.3562 +if test "${ac_cv_path_GREP+set}" = set; then
1.3563 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3564 +else
1.3565 ac_path_GREP_found=false
1.3566 - # Loop through the user's path and test for each of PROGNAME-LIST
1.3567 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.3568 +# Loop through the user's path and test for each of PROGNAME-LIST
1.3569 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.3570 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
1.3571 do
1.3572 IFS=$as_save_IFS
1.3573 test -z "$as_dir" && as_dir=.
1.3574 for ac_prog in grep ggrep; do
1.3575 - for ac_exec_ext in '' $ac_executable_extensions; do
1.3576 - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
1.3577 - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
1.3578 -# Check for GNU ac_path_GREP and select it if it is found.
1.3579 + for ac_exec_ext in '' $ac_executable_extensions; do
1.3580 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
1.3581 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
1.3582 + # Check for GNU ac_path_GREP and select it if it is found.
1.3583 # Check for GNU $ac_path_GREP
1.3584 case `"$ac_path_GREP" --version 2>&1` in
1.3585 *GNU*)
1.3586 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
1.3587 *)
1.3588 ac_count=0
1.3589 - $as_echo_n 0123456789 >"conftest.in"
1.3590 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
1.3591 while :
1.3592 do
1.3593 cat "conftest.in" "conftest.in" >"conftest.tmp"
1.3594 mv "conftest.tmp" "conftest.in"
1.3595 cp "conftest.in" "conftest.nl"
1.3596 - $as_echo 'GREP' >> "conftest.nl"
1.3597 + echo 'GREP' >> "conftest.nl"
1.3598 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
1.3599 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1.3600 ac_count=`expr $ac_count + 1`
1.3601 @@ -5491,60 +5343,74 @@
1.3602 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1.3603 esac
1.3604
1.3605 - $ac_path_GREP_found && break 3
1.3606 - done
1.3607 - done
1.3608 -done
1.3609 -IFS=$as_save_IFS
1.3610 - if test -z "$ac_cv_path_GREP"; then
1.3611 - { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.3612 -$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.3613 - { (exit 1); exit 1; }; }
1.3614 - fi
1.3615 +
1.3616 + $ac_path_GREP_found && break 3
1.3617 + done
1.3618 +done
1.3619 +
1.3620 +done
1.3621 +IFS=$as_save_IFS
1.3622 +
1.3623 +
1.3624 +fi
1.3625 +
1.3626 +GREP="$ac_cv_path_GREP"
1.3627 +if test -z "$GREP"; then
1.3628 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.3629 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.3630 + { (exit 1); exit 1; }; }
1.3631 +fi
1.3632 +
1.3633 else
1.3634 ac_cv_path_GREP=$GREP
1.3635 fi
1.3636
1.3637 -fi
1.3638 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
1.3639 -$as_echo "$ac_cv_path_GREP" >&6; }
1.3640 +
1.3641 +fi
1.3642 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
1.3643 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
1.3644 GREP="$ac_cv_path_GREP"
1.3645
1.3646
1.3647 -{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
1.3648 -$as_echo_n "checking for egrep... " >&6; }
1.3649 +{ echo "$as_me:$LINENO: checking for egrep" >&5
1.3650 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
1.3651 if test "${ac_cv_path_EGREP+set}" = set; then
1.3652 - $as_echo_n "(cached) " >&6
1.3653 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3654 else
1.3655 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
1.3656 then ac_cv_path_EGREP="$GREP -E"
1.3657 else
1.3658 - if test -z "$EGREP"; then
1.3659 + # Extract the first word of "egrep" to use in msg output
1.3660 +if test -z "$EGREP"; then
1.3661 +set dummy egrep; ac_prog_name=$2
1.3662 +if test "${ac_cv_path_EGREP+set}" = set; then
1.3663 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3664 +else
1.3665 ac_path_EGREP_found=false
1.3666 - # Loop through the user's path and test for each of PROGNAME-LIST
1.3667 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.3668 +# Loop through the user's path and test for each of PROGNAME-LIST
1.3669 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.3670 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
1.3671 do
1.3672 IFS=$as_save_IFS
1.3673 test -z "$as_dir" && as_dir=.
1.3674 for ac_prog in egrep; do
1.3675 - for ac_exec_ext in '' $ac_executable_extensions; do
1.3676 - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
1.3677 - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
1.3678 -# Check for GNU ac_path_EGREP and select it if it is found.
1.3679 + for ac_exec_ext in '' $ac_executable_extensions; do
1.3680 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
1.3681 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
1.3682 + # Check for GNU ac_path_EGREP and select it if it is found.
1.3683 # Check for GNU $ac_path_EGREP
1.3684 case `"$ac_path_EGREP" --version 2>&1` in
1.3685 *GNU*)
1.3686 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
1.3687 *)
1.3688 ac_count=0
1.3689 - $as_echo_n 0123456789 >"conftest.in"
1.3690 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
1.3691 while :
1.3692 do
1.3693 cat "conftest.in" "conftest.in" >"conftest.tmp"
1.3694 mv "conftest.tmp" "conftest.in"
1.3695 cp "conftest.in" "conftest.nl"
1.3696 - $as_echo 'EGREP' >> "conftest.nl"
1.3697 + echo 'EGREP' >> "conftest.nl"
1.3698 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
1.3699 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
1.3700 ac_count=`expr $ac_count + 1`
1.3701 @@ -5559,31 +5425,40 @@
1.3702 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
1.3703 esac
1.3704
1.3705 - $ac_path_EGREP_found && break 3
1.3706 - done
1.3707 - done
1.3708 -done
1.3709 -IFS=$as_save_IFS
1.3710 - if test -z "$ac_cv_path_EGREP"; then
1.3711 - { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.3712 -$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.3713 - { (exit 1); exit 1; }; }
1.3714 - fi
1.3715 +
1.3716 + $ac_path_EGREP_found && break 3
1.3717 + done
1.3718 +done
1.3719 +
1.3720 +done
1.3721 +IFS=$as_save_IFS
1.3722 +
1.3723 +
1.3724 +fi
1.3725 +
1.3726 +EGREP="$ac_cv_path_EGREP"
1.3727 +if test -z "$EGREP"; then
1.3728 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
1.3729 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
1.3730 + { (exit 1); exit 1; }; }
1.3731 +fi
1.3732 +
1.3733 else
1.3734 ac_cv_path_EGREP=$EGREP
1.3735 fi
1.3736
1.3737 +
1.3738 fi
1.3739 fi
1.3740 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
1.3741 -$as_echo "$ac_cv_path_EGREP" >&6; }
1.3742 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
1.3743 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
1.3744 EGREP="$ac_cv_path_EGREP"
1.3745
1.3746
1.3747 -{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
1.3748 -$as_echo_n "checking for ANSI C header files... " >&6; }
1.3749 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
1.3750 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
1.3751 if test "${ac_cv_header_stdc+set}" = set; then
1.3752 - $as_echo_n "(cached) " >&6
1.3753 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3754 else
1.3755 cat >conftest.$ac_ext <<_ACEOF
1.3756 /* confdefs.h. */
1.3757 @@ -5610,21 +5485,20 @@
1.3758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3759 *) ac_try_echo=$ac_try;;
1.3760 esac
1.3761 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3762 -$as_echo "$ac_try_echo") >&5
1.3763 - (eval "$ac_compile") 2>conftest.er1
1.3764 - ac_status=$?
1.3765 - grep -v '^ *+' conftest.er1 >conftest.err
1.3766 - rm -f conftest.er1
1.3767 - cat conftest.err >&5
1.3768 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3769 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3770 + (eval "$ac_compile") 2>conftest.er1
1.3771 + ac_status=$?
1.3772 + grep -v '^ *+' conftest.er1 >conftest.err
1.3773 + rm -f conftest.er1
1.3774 + cat conftest.err >&5
1.3775 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3776 (exit $ac_status); } && {
1.3777 test -z "$ac_c_werror_flag" ||
1.3778 test ! -s conftest.err
1.3779 } && test -s conftest.$ac_objext; then
1.3780 ac_cv_header_stdc=yes
1.3781 else
1.3782 - $as_echo "$as_me: failed program was:" >&5
1.3783 + echo "$as_me: failed program was:" >&5
1.3784 sed 's/^/| /' conftest.$ac_ext >&5
1.3785
1.3786 ac_cv_header_stdc=no
1.3787 @@ -5716,40 +5590,37 @@
1.3788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3789 *) ac_try_echo=$ac_try;;
1.3790 esac
1.3791 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3792 -$as_echo "$ac_try_echo") >&5
1.3793 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3794 (eval "$ac_link") 2>&5
1.3795 ac_status=$?
1.3796 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3797 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3798 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
1.3799 { (case "(($ac_try" in
1.3800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3801 *) ac_try_echo=$ac_try;;
1.3802 esac
1.3803 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3804 -$as_echo "$ac_try_echo") >&5
1.3805 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3806 (eval "$ac_try") 2>&5
1.3807 ac_status=$?
1.3808 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3809 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3810 (exit $ac_status); }; }; then
1.3811 :
1.3812 else
1.3813 - $as_echo "$as_me: program exited with status $ac_status" >&5
1.3814 -$as_echo "$as_me: failed program was:" >&5
1.3815 + echo "$as_me: program exited with status $ac_status" >&5
1.3816 +echo "$as_me: failed program was:" >&5
1.3817 sed 's/^/| /' conftest.$ac_ext >&5
1.3818
1.3819 ( exit $ac_status )
1.3820 ac_cv_header_stdc=no
1.3821 fi
1.3822 -rm -rf conftest.dSYM
1.3823 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1.3824 fi
1.3825
1.3826
1.3827 fi
1.3828 fi
1.3829 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
1.3830 -$as_echo "$ac_cv_header_stdc" >&6; }
1.3831 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
1.3832 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
1.3833 if test $ac_cv_header_stdc = yes; then
1.3834
1.3835 cat >>confdefs.h <<\_ACEOF
1.3836 @@ -5760,34 +5631,34 @@
1.3837
1.3838 # Make sure we can run config.sub.
1.3839 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1.3840 - { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1.3841 -$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1.3842 - { (exit 1); exit 1; }; }
1.3843 -
1.3844 -{ $as_echo "$as_me:$LINENO: checking build system type" >&5
1.3845 -$as_echo_n "checking build system type... " >&6; }
1.3846 + { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1.3847 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1.3848 + { (exit 1); exit 1; }; }
1.3849 +
1.3850 +{ echo "$as_me:$LINENO: checking build system type" >&5
1.3851 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1.3852 if test "${ac_cv_build+set}" = set; then
1.3853 - $as_echo_n "(cached) " >&6
1.3854 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3855 else
1.3856 ac_build_alias=$build_alias
1.3857 test "x$ac_build_alias" = x &&
1.3858 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1.3859 test "x$ac_build_alias" = x &&
1.3860 - { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1.3861 -$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1.3862 + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1.3863 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1.3864 { (exit 1); exit 1; }; }
1.3865 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1.3866 - { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1.3867 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1.3868 - { (exit 1); exit 1; }; }
1.3869 -
1.3870 -fi
1.3871 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1.3872 -$as_echo "$ac_cv_build" >&6; }
1.3873 + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1.3874 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1.3875 + { (exit 1); exit 1; }; }
1.3876 +
1.3877 +fi
1.3878 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1.3879 +echo "${ECHO_T}$ac_cv_build" >&6; }
1.3880 case $ac_cv_build in
1.3881 *-*-*) ;;
1.3882 -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1.3883 -$as_echo "$as_me: error: invalid value of canonical build" >&2;}
1.3884 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1.3885 +echo "$as_me: error: invalid value of canonical build" >&2;}
1.3886 { (exit 1); exit 1; }; };;
1.3887 esac
1.3888 build=$ac_cv_build
1.3889 @@ -5804,27 +5675,27 @@
1.3890 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1.3891
1.3892
1.3893 -{ $as_echo "$as_me:$LINENO: checking host system type" >&5
1.3894 -$as_echo_n "checking host system type... " >&6; }
1.3895 +{ echo "$as_me:$LINENO: checking host system type" >&5
1.3896 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1.3897 if test "${ac_cv_host+set}" = set; then
1.3898 - $as_echo_n "(cached) " >&6
1.3899 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3900 else
1.3901 if test "x$host_alias" = x; then
1.3902 ac_cv_host=$ac_cv_build
1.3903 else
1.3904 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1.3905 - { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1.3906 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1.3907 - { (exit 1); exit 1; }; }
1.3908 -fi
1.3909 -
1.3910 -fi
1.3911 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1.3912 -$as_echo "$ac_cv_host" >&6; }
1.3913 + { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1.3914 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1.3915 + { (exit 1); exit 1; }; }
1.3916 +fi
1.3917 +
1.3918 +fi
1.3919 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1.3920 +echo "${ECHO_T}$ac_cv_host" >&6; }
1.3921 case $ac_cv_host in
1.3922 *-*-*) ;;
1.3923 -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1.3924 -$as_echo "$as_me: error: invalid value of canonical host" >&2;}
1.3925 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1.3926 +echo "$as_me: error: invalid value of canonical host" >&2;}
1.3927 { (exit 1); exit 1; }; };;
1.3928 esac
1.3929 host=$ac_cv_host
1.3930 @@ -5889,11 +5760,11 @@
1.3931 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
1.3932 inttypes.h stdint.h unistd.h
1.3933 do
1.3934 -as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.3935 -{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
1.3936 -$as_echo_n "checking for $ac_header... " >&6; }
1.3937 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.3938 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
1.3939 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.3940 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.3941 - $as_echo_n "(cached) " >&6
1.3942 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.3943 else
1.3944 cat >conftest.$ac_ext <<_ACEOF
1.3945 /* confdefs.h. */
1.3946 @@ -5911,21 +5782,20 @@
1.3947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3948 *) ac_try_echo=$ac_try;;
1.3949 esac
1.3950 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.3951 -$as_echo "$ac_try_echo") >&5
1.3952 - (eval "$ac_compile") 2>conftest.er1
1.3953 - ac_status=$?
1.3954 - grep -v '^ *+' conftest.er1 >conftest.err
1.3955 - rm -f conftest.er1
1.3956 - cat conftest.err >&5
1.3957 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3958 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.3959 + (eval "$ac_compile") 2>conftest.er1
1.3960 + ac_status=$?
1.3961 + grep -v '^ *+' conftest.er1 >conftest.err
1.3962 + rm -f conftest.er1
1.3963 + cat conftest.err >&5
1.3964 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.3965 (exit $ac_status); } && {
1.3966 test -z "$ac_c_werror_flag" ||
1.3967 test ! -s conftest.err
1.3968 } && test -s conftest.$ac_objext; then
1.3969 eval "$as_ac_Header=yes"
1.3970 else
1.3971 - $as_echo "$as_me: failed program was:" >&5
1.3972 + echo "$as_me: failed program was:" >&5
1.3973 sed 's/^/| /' conftest.$ac_ext >&5
1.3974
1.3975 eval "$as_ac_Header=no"
1.3976 @@ -5933,14 +5803,12 @@
1.3977
1.3978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.3979 fi
1.3980 -ac_res=`eval 'as_val=${'$as_ac_Header'}
1.3981 - $as_echo "$as_val"'`
1.3982 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.3983 -$as_echo "$ac_res" >&6; }
1.3984 -if test `eval 'as_val=${'$as_ac_Header'}
1.3985 - $as_echo "$as_val"'` = yes; then
1.3986 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.3987 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.3988 +echo "${ECHO_T}$ac_res" >&6; }
1.3989 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
1.3990 cat >>confdefs.h <<_ACEOF
1.3991 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.3992 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.3993 _ACEOF
1.3994
1.3995 fi
1.3996 @@ -5969,14 +5837,13 @@
1.3997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.3998 *) ac_try_echo=$ac_try;;
1.3999 esac
1.4000 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4001 -$as_echo "$ac_try_echo") >&5
1.4002 - (eval "$ac_compile") 2>conftest.er1
1.4003 - ac_status=$?
1.4004 - grep -v '^ *+' conftest.er1 >conftest.err
1.4005 - rm -f conftest.er1
1.4006 - cat conftest.err >&5
1.4007 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4008 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4009 + (eval "$ac_compile") 2>conftest.er1
1.4010 + ac_status=$?
1.4011 + grep -v '^ *+' conftest.er1 >conftest.err
1.4012 + rm -f conftest.er1
1.4013 + cat conftest.err >&5
1.4014 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4015 (exit $ac_status); } && {
1.4016 test -z "$ac_c_werror_flag" ||
1.4017 test ! -s conftest.err
1.4018 @@ -5984,17 +5851,17 @@
1.4019
1.4020
1.4021 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
1.4022 - { $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
1.4023 -$as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
1.4024 + { echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
1.4025 +echo $ECHO_N "checking for Cocoa/Cocoa.h... $ECHO_C" >&6; }
1.4026 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
1.4027 - $as_echo_n "(cached) " >&6
1.4028 -fi
1.4029 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
1.4030 -$as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
1.4031 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4032 +fi
1.4033 +{ echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
1.4034 +echo "${ECHO_T}$ac_cv_header_Cocoa_Cocoa_h" >&6; }
1.4035 else
1.4036 # Is the header compilable?
1.4037 -{ $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h usability" >&5
1.4038 -$as_echo_n "checking Cocoa/Cocoa.h usability... " >&6; }
1.4039 +{ echo "$as_me:$LINENO: checking Cocoa/Cocoa.h usability" >&5
1.4040 +echo $ECHO_N "checking Cocoa/Cocoa.h usability... $ECHO_C" >&6; }
1.4041 cat >conftest.$ac_ext <<_ACEOF
1.4042 /* confdefs.h. */
1.4043 _ACEOF
1.4044 @@ -6010,33 +5877,32 @@
1.4045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4046 *) ac_try_echo=$ac_try;;
1.4047 esac
1.4048 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4049 -$as_echo "$ac_try_echo") >&5
1.4050 - (eval "$ac_compile") 2>conftest.er1
1.4051 - ac_status=$?
1.4052 - grep -v '^ *+' conftest.er1 >conftest.err
1.4053 - rm -f conftest.er1
1.4054 - cat conftest.err >&5
1.4055 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4057 + (eval "$ac_compile") 2>conftest.er1
1.4058 + ac_status=$?
1.4059 + grep -v '^ *+' conftest.er1 >conftest.err
1.4060 + rm -f conftest.er1
1.4061 + cat conftest.err >&5
1.4062 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4063 (exit $ac_status); } && {
1.4064 test -z "$ac_c_werror_flag" ||
1.4065 test ! -s conftest.err
1.4066 } && test -s conftest.$ac_objext; then
1.4067 ac_header_compiler=yes
1.4068 else
1.4069 - $as_echo "$as_me: failed program was:" >&5
1.4070 + echo "$as_me: failed program was:" >&5
1.4071 sed 's/^/| /' conftest.$ac_ext >&5
1.4072
1.4073 ac_header_compiler=no
1.4074 fi
1.4075
1.4076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4077 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.4078 -$as_echo "$ac_header_compiler" >&6; }
1.4079 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.4080 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.4081
1.4082 # Is the header present?
1.4083 -{ $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h presence" >&5
1.4084 -$as_echo_n "checking Cocoa/Cocoa.h presence... " >&6; }
1.4085 +{ echo "$as_me:$LINENO: checking Cocoa/Cocoa.h presence" >&5
1.4086 +echo $ECHO_N "checking Cocoa/Cocoa.h presence... $ECHO_C" >&6; }
1.4087 cat >conftest.$ac_ext <<_ACEOF
1.4088 /* confdefs.h. */
1.4089 _ACEOF
1.4090 @@ -6050,64 +5916,63 @@
1.4091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4092 *) ac_try_echo=$ac_try;;
1.4093 esac
1.4094 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4095 -$as_echo "$ac_try_echo") >&5
1.4096 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4097 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4098 ac_status=$?
1.4099 grep -v '^ *+' conftest.er1 >conftest.err
1.4100 rm -f conftest.er1
1.4101 cat conftest.err >&5
1.4102 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4103 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4104 (exit $ac_status); } >/dev/null && {
1.4105 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.4106 test ! -s conftest.err
1.4107 }; then
1.4108 ac_header_preproc=yes
1.4109 else
1.4110 - $as_echo "$as_me: failed program was:" >&5
1.4111 + echo "$as_me: failed program was:" >&5
1.4112 sed 's/^/| /' conftest.$ac_ext >&5
1.4113
1.4114 ac_header_preproc=no
1.4115 fi
1.4116
1.4117 rm -f conftest.err conftest.$ac_ext
1.4118 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.4119 -$as_echo "$ac_header_preproc" >&6; }
1.4120 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.4121 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.4122
1.4123 # So? What about this header?
1.4124 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.4125 yes:no: )
1.4126 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.4127 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.4128 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&5
1.4129 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&2;}
1.4130 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.4131 +echo "$as_me: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.4132 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&5
1.4133 +echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&2;}
1.4134 ac_header_preproc=yes
1.4135 ;;
1.4136 no:yes:* )
1.4137 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&5
1.4138 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&2;}
1.4139 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&5
1.4140 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&2;}
1.4141 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&5
1.4142 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&2;}
1.4143 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&5
1.4144 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.4145 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&5
1.4146 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&2;}
1.4147 - { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&5
1.4148 -$as_echo "$as_me: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&2;}
1.4149 -
1.4150 - ;;
1.4151 -esac
1.4152 -{ $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
1.4153 -$as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
1.4154 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&5
1.4155 +echo "$as_me: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&2;}
1.4156 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&5
1.4157 +echo "$as_me: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?" >&2;}
1.4158 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&5
1.4159 +echo "$as_me: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&2;}
1.4160 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&5
1.4161 +echo "$as_me: WARNING: Cocoa/Cocoa.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.4162 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&5
1.4163 +echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&2;}
1.4164 + { echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&5
1.4165 +echo "$as_me: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&2;}
1.4166 +
1.4167 + ;;
1.4168 +esac
1.4169 +{ echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
1.4170 +echo $ECHO_N "checking for Cocoa/Cocoa.h... $ECHO_C" >&6; }
1.4171 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
1.4172 - $as_echo_n "(cached) " >&6
1.4173 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4174 else
1.4175 ac_cv_header_Cocoa_Cocoa_h=$ac_header_preproc
1.4176 fi
1.4177 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
1.4178 -$as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
1.4179 +{ echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
1.4180 +echo "${ECHO_T}$ac_cv_header_Cocoa_Cocoa_h" >&6; }
1.4181
1.4182 fi
1.4183 if test $ac_cv_header_Cocoa_Cocoa_h = yes; then
1.4184 @@ -6133,7 +5998,7 @@
1.4185
1.4186
1.4187 else
1.4188 - $as_echo "$as_me: failed program was:" >&5
1.4189 + echo "$as_me: failed program was:" >&5
1.4190 sed 's/^/| /' conftest.$ac_ext >&5
1.4191
1.4192 CPPFLAGS="$lxdream_save_cppflags"
1.4193 @@ -6157,10 +6022,10 @@
1.4194 if test -n "$ac_tool_prefix"; then
1.4195 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1.4196 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1.4197 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.4198 -$as_echo_n "checking for $ac_word... " >&6; }
1.4199 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.4200 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.4201 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1.4202 - $as_echo_n "(cached) " >&6
1.4203 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4204 else
1.4205 case $PKG_CONFIG in
1.4206 [\\/]* | ?:[\\/]*)
1.4207 @@ -6175,7 +6040,7 @@
1.4208 for ac_exec_ext in '' $ac_executable_extensions; do
1.4209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.4210 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.4211 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.4212 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.4213 break 2
1.4214 fi
1.4215 done
1.4216 @@ -6187,11 +6052,11 @@
1.4217 fi
1.4218 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1.4219 if test -n "$PKG_CONFIG"; then
1.4220 - { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1.4221 -$as_echo "$PKG_CONFIG" >&6; }
1.4222 -else
1.4223 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.4224 -$as_echo "no" >&6; }
1.4225 + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1.4226 +echo "${ECHO_T}$PKG_CONFIG" >&6; }
1.4227 +else
1.4228 + { echo "$as_me:$LINENO: result: no" >&5
1.4229 +echo "${ECHO_T}no" >&6; }
1.4230 fi
1.4231
1.4232
1.4233 @@ -6200,10 +6065,10 @@
1.4234 ac_pt_PKG_CONFIG=$PKG_CONFIG
1.4235 # Extract the first word of "pkg-config", so it can be a program name with args.
1.4236 set dummy pkg-config; ac_word=$2
1.4237 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.4238 -$as_echo_n "checking for $ac_word... " >&6; }
1.4239 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.4240 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.4241 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1.4242 - $as_echo_n "(cached) " >&6
1.4243 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4244 else
1.4245 case $ac_pt_PKG_CONFIG in
1.4246 [\\/]* | ?:[\\/]*)
1.4247 @@ -6218,7 +6083,7 @@
1.4248 for ac_exec_ext in '' $ac_executable_extensions; do
1.4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.4250 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1.4251 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.4252 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.4253 break 2
1.4254 fi
1.4255 done
1.4256 @@ -6230,11 +6095,11 @@
1.4257 fi
1.4258 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1.4259 if test -n "$ac_pt_PKG_CONFIG"; then
1.4260 - { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1.4261 -$as_echo "$ac_pt_PKG_CONFIG" >&6; }
1.4262 -else
1.4263 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.4264 -$as_echo "no" >&6; }
1.4265 + { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1.4266 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1.4267 +else
1.4268 + { echo "$as_me:$LINENO: result: no" >&5
1.4269 +echo "${ECHO_T}no" >&6; }
1.4270 fi
1.4271
1.4272 if test "x$ac_pt_PKG_CONFIG" = x; then
1.4273 @@ -6242,10 +6107,10 @@
1.4274 else
1.4275 case $cross_compiling:$ac_tool_warned in
1.4276 yes:)
1.4277 -{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.4278 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1.4279 whose name does not start with the host triplet. If you think this
1.4280 configuration is useful to you, please write to autoconf@gnu.org." >&5
1.4281 -$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.4282 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1.4283 whose name does not start with the host triplet. If you think this
1.4284 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1.4285 ac_tool_warned=yes ;;
1.4286 @@ -6259,32 +6124,32 @@
1.4287 fi
1.4288 if test -n "$PKG_CONFIG"; then
1.4289 _pkg_min_version=0.9.0
1.4290 - { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1.4291 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1.4292 + { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1.4293 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1.4294 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1.4295 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.4296 -$as_echo "yes" >&6; }
1.4297 + { echo "$as_me:$LINENO: result: yes" >&5
1.4298 +echo "${ECHO_T}yes" >&6; }
1.4299 else
1.4300 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.4301 -$as_echo "no" >&6; }
1.4302 + { echo "$as_me:$LINENO: result: no" >&5
1.4303 +echo "${ECHO_T}no" >&6; }
1.4304 PKG_CONFIG=""
1.4305 fi
1.4306
1.4307 fi
1.4308
1.4309 pkg_failed=no
1.4310 -{ $as_echo "$as_me:$LINENO: checking for LIBPNG" >&5
1.4311 -$as_echo_n "checking for LIBPNG... " >&6; }
1.4312 +{ echo "$as_me:$LINENO: checking for LIBPNG" >&5
1.4313 +echo $ECHO_N "checking for LIBPNG... $ECHO_C" >&6; }
1.4314
1.4315 if test -n "$PKG_CONFIG"; then
1.4316 if test -n "$LIBPNG_CFLAGS"; then
1.4317 pkg_cv_LIBPNG_CFLAGS="$LIBPNG_CFLAGS"
1.4318 else
1.4319 if test -n "$PKG_CONFIG" && \
1.4320 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
1.4321 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
1.4322 ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
1.4323 ac_status=$?
1.4324 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4325 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4326 (exit $ac_status); }; then
1.4327 pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng " 2>/dev/null`
1.4328 else
1.4329 @@ -6299,10 +6164,10 @@
1.4330 pkg_cv_LIBPNG_LIBS="$LIBPNG_LIBS"
1.4331 else
1.4332 if test -n "$PKG_CONFIG" && \
1.4333 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
1.4334 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
1.4335 ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
1.4336 ac_status=$?
1.4337 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4338 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4339 (exit $ac_status); }; then
1.4340 pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng " 2>/dev/null`
1.4341 else
1.4342 @@ -6330,7 +6195,7 @@
1.4343 # Put the nasty error message in config.log where it belongs
1.4344 echo "$LIBPNG_PKG_ERRORS" >&5
1.4345
1.4346 - { { $as_echo "$as_me:$LINENO: error: Package requirements (libpng ) were not met:
1.4347 + { { echo "$as_me:$LINENO: error: Package requirements (libpng ) were not met:
1.4348
1.4349 $LIBPNG_PKG_ERRORS
1.4350
1.4351 @@ -6341,7 +6206,7 @@
1.4352 and LIBPNG_LIBS to avoid the need to call pkg-config.
1.4353 See the pkg-config man page for more details.
1.4354 " >&5
1.4355 -$as_echo "$as_me: error: Package requirements (libpng ) were not met:
1.4356 +echo "$as_me: error: Package requirements (libpng ) were not met:
1.4357
1.4358 $LIBPNG_PKG_ERRORS
1.4359
1.4360 @@ -6354,7 +6219,7 @@
1.4361 " >&2;}
1.4362 { (exit 1); exit 1; }; }
1.4363 elif test $pkg_failed = untried; then
1.4364 - { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
1.4365 + { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
1.4366 is in your PATH or set the PKG_CONFIG environment variable to the full
1.4367 path to pkg-config.
1.4368
1.4369 @@ -6364,7 +6229,7 @@
1.4370
1.4371 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1.4372 See \`config.log' for more details." >&5
1.4373 -$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1.4374 +echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1.4375 is in your PATH or set the PKG_CONFIG environment variable to the full
1.4376 path to pkg-config.
1.4377
1.4378 @@ -6378,16 +6243,16 @@
1.4379 else
1.4380 LIBPNG_CFLAGS=$pkg_cv_LIBPNG_CFLAGS
1.4381 LIBPNG_LIBS=$pkg_cv_LIBPNG_LIBS
1.4382 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.4383 -$as_echo "yes" >&6; }
1.4384 + { echo "$as_me:$LINENO: result: yes" >&5
1.4385 +echo "${ECHO_T}yes" >&6; }
1.4386 :
1.4387 fi
1.4388
1.4389
1.4390 -{ $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
1.4391 -$as_echo_n "checking for uncompress in -lz... " >&6; }
1.4392 +{ echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
1.4393 +echo $ECHO_N "checking for uncompress in -lz... $ECHO_C" >&6; }
1.4394 if test "${ac_cv_lib_z_uncompress+set}" = set; then
1.4395 - $as_echo_n "(cached) " >&6
1.4396 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4397 else
1.4398 ac_check_lib_save_LIBS=$LIBS
1.4399 LIBS="-lz $LIBS"
1.4400 @@ -6419,36 +6284,32 @@
1.4401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4402 *) ac_try_echo=$ac_try;;
1.4403 esac
1.4404 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4405 -$as_echo "$ac_try_echo") >&5
1.4406 - (eval "$ac_link") 2>conftest.er1
1.4407 - ac_status=$?
1.4408 - grep -v '^ *+' conftest.er1 >conftest.err
1.4409 - rm -f conftest.er1
1.4410 - cat conftest.err >&5
1.4411 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4412 - (exit $ac_status); } && {
1.4413 - test -z "$ac_c_werror_flag" ||
1.4414 - test ! -s conftest.err
1.4415 - } && test -s conftest$ac_exeext && {
1.4416 - test "$cross_compiling" = yes ||
1.4417 - $as_test_x conftest$ac_exeext
1.4418 - }; then
1.4419 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4420 + (eval "$ac_link") 2>conftest.er1
1.4421 + ac_status=$?
1.4422 + grep -v '^ *+' conftest.er1 >conftest.err
1.4423 + rm -f conftest.er1
1.4424 + cat conftest.err >&5
1.4425 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4426 + (exit $ac_status); } && {
1.4427 + test -z "$ac_c_werror_flag" ||
1.4428 + test ! -s conftest.err
1.4429 + } && test -s conftest$ac_exeext &&
1.4430 + $as_test_x conftest$ac_exeext; then
1.4431 ac_cv_lib_z_uncompress=yes
1.4432 else
1.4433 - $as_echo "$as_me: failed program was:" >&5
1.4434 + echo "$as_me: failed program was:" >&5
1.4435 sed 's/^/| /' conftest.$ac_ext >&5
1.4436
1.4437 ac_cv_lib_z_uncompress=no
1.4438 fi
1.4439
1.4440 -rm -rf conftest.dSYM
1.4441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4442 conftest$ac_exeext conftest.$ac_ext
1.4443 LIBS=$ac_check_lib_save_LIBS
1.4444 fi
1.4445 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
1.4446 -$as_echo "$ac_cv_lib_z_uncompress" >&6; }
1.4447 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
1.4448 +echo "${ECHO_T}$ac_cv_lib_z_uncompress" >&6; }
1.4449 if test $ac_cv_lib_z_uncompress = yes; then
1.4450 cat >>confdefs.h <<_ACEOF
1.4451 #define HAVE_LIBZ 1
1.4452 @@ -6466,18 +6327,18 @@
1.4453
1.4454
1.4455 pkg_failed=no
1.4456 -{ $as_echo "$as_me:$LINENO: checking for GTK" >&5
1.4457 -$as_echo_n "checking for GTK... " >&6; }
1.4458 +{ echo "$as_me:$LINENO: checking for GTK" >&5
1.4459 +echo $ECHO_N "checking for GTK... $ECHO_C" >&6; }
1.4460
1.4461 if test -n "$PKG_CONFIG"; then
1.4462 if test -n "$GTK_CFLAGS"; then
1.4463 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
1.4464 else
1.4465 if test -n "$PKG_CONFIG" && \
1.4466 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
1.4467 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
1.4468 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
1.4469 ac_status=$?
1.4470 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4471 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4472 (exit $ac_status); }; then
1.4473 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
1.4474 else
1.4475 @@ -6492,10 +6353,10 @@
1.4476 pkg_cv_GTK_LIBS="$GTK_LIBS"
1.4477 else
1.4478 if test -n "$PKG_CONFIG" && \
1.4479 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
1.4480 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
1.4481 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
1.4482 ac_status=$?
1.4483 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4484 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4485 (exit $ac_status); }; then
1.4486 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
1.4487 else
1.4488 @@ -6523,7 +6384,7 @@
1.4489 # Put the nasty error message in config.log where it belongs
1.4490 echo "$GTK_PKG_ERRORS" >&5
1.4491
1.4492 - { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0) were not met:
1.4493 + { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0) were not met:
1.4494
1.4495 $GTK_PKG_ERRORS
1.4496
1.4497 @@ -6534,7 +6395,7 @@
1.4498 and GTK_LIBS to avoid the need to call pkg-config.
1.4499 See the pkg-config man page for more details.
1.4500 " >&5
1.4501 -$as_echo "$as_me: error: Package requirements (gtk+-2.0) were not met:
1.4502 +echo "$as_me: error: Package requirements (gtk+-2.0) were not met:
1.4503
1.4504 $GTK_PKG_ERRORS
1.4505
1.4506 @@ -6547,7 +6408,7 @@
1.4507 " >&2;}
1.4508 { (exit 1); exit 1; }; }
1.4509 elif test $pkg_failed = untried; then
1.4510 - { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
1.4511 + { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
1.4512 is in your PATH or set the PKG_CONFIG environment variable to the full
1.4513 path to pkg-config.
1.4514
1.4515 @@ -6557,7 +6418,7 @@
1.4516
1.4517 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1.4518 See \`config.log' for more details." >&5
1.4519 -$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1.4520 +echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
1.4521 is in your PATH or set the PKG_CONFIG environment variable to the full
1.4522 path to pkg-config.
1.4523
1.4524 @@ -6571,8 +6432,8 @@
1.4525 else
1.4526 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
1.4527 GTK_LIBS=$pkg_cv_GTK_LIBS
1.4528 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.4529 -$as_echo "yes" >&6; }
1.4530 + { echo "$as_me:$LINENO: result: yes" >&5
1.4531 +echo "${ECHO_T}yes" >&6; }
1.4532
1.4533 HAVE_GTK='yes'
1.4534
1.4535 @@ -6594,10 +6455,10 @@
1.4536
1.4537
1.4538 LIBS="$LIBS $GTK_LIBS"
1.4539 -{ $as_echo "$as_me:$LINENO: checking for gdk_x11_display_get_xdisplay" >&5
1.4540 -$as_echo_n "checking for gdk_x11_display_get_xdisplay... " >&6; }
1.4541 +{ echo "$as_me:$LINENO: checking for gdk_x11_display_get_xdisplay" >&5
1.4542 +echo $ECHO_N "checking for gdk_x11_display_get_xdisplay... $ECHO_C" >&6; }
1.4543 if test "${ac_cv_func_gdk_x11_display_get_xdisplay+set}" = set; then
1.4544 - $as_echo_n "(cached) " >&6
1.4545 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4546 else
1.4547 cat >conftest.$ac_ext <<_ACEOF
1.4548 /* confdefs.h. */
1.4549 @@ -6650,35 +6511,31 @@
1.4550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4551 *) ac_try_echo=$ac_try;;
1.4552 esac
1.4553 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4554 -$as_echo "$ac_try_echo") >&5
1.4555 - (eval "$ac_link") 2>conftest.er1
1.4556 - ac_status=$?
1.4557 - grep -v '^ *+' conftest.er1 >conftest.err
1.4558 - rm -f conftest.er1
1.4559 - cat conftest.err >&5
1.4560 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4561 - (exit $ac_status); } && {
1.4562 - test -z "$ac_c_werror_flag" ||
1.4563 - test ! -s conftest.err
1.4564 - } && test -s conftest$ac_exeext && {
1.4565 - test "$cross_compiling" = yes ||
1.4566 - $as_test_x conftest$ac_exeext
1.4567 - }; then
1.4568 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4569 + (eval "$ac_link") 2>conftest.er1
1.4570 + ac_status=$?
1.4571 + grep -v '^ *+' conftest.er1 >conftest.err
1.4572 + rm -f conftest.er1
1.4573 + cat conftest.err >&5
1.4574 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4575 + (exit $ac_status); } && {
1.4576 + test -z "$ac_c_werror_flag" ||
1.4577 + test ! -s conftest.err
1.4578 + } && test -s conftest$ac_exeext &&
1.4579 + $as_test_x conftest$ac_exeext; then
1.4580 ac_cv_func_gdk_x11_display_get_xdisplay=yes
1.4581 else
1.4582 - $as_echo "$as_me: failed program was:" >&5
1.4583 + echo "$as_me: failed program was:" >&5
1.4584 sed 's/^/| /' conftest.$ac_ext >&5
1.4585
1.4586 ac_cv_func_gdk_x11_display_get_xdisplay=no
1.4587 fi
1.4588
1.4589 -rm -rf conftest.dSYM
1.4590 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4591 - conftest$ac_exeext conftest.$ac_ext
1.4592 -fi
1.4593 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gdk_x11_display_get_xdisplay" >&5
1.4594 -$as_echo "$ac_cv_func_gdk_x11_display_get_xdisplay" >&6; }
1.4595 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4596 + conftest$ac_exeext conftest.$ac_ext
1.4597 +fi
1.4598 +{ echo "$as_me:$LINENO: result: $ac_cv_func_gdk_x11_display_get_xdisplay" >&5
1.4599 +echo "${ECHO_T}$ac_cv_func_gdk_x11_display_get_xdisplay" >&6; }
1.4600 if test $ac_cv_func_gdk_x11_display_get_xdisplay = yes; then
1.4601
1.4602 HAVE_GTK_X11='yes'
1.4603 @@ -6689,10 +6546,10 @@
1.4604
1.4605 fi
1.4606
1.4607 -{ $as_echo "$as_me:$LINENO: checking for gdk_quartz_window_get_nsview" >&5
1.4608 -$as_echo_n "checking for gdk_quartz_window_get_nsview... " >&6; }
1.4609 +{ echo "$as_me:$LINENO: checking for gdk_quartz_window_get_nsview" >&5
1.4610 +echo $ECHO_N "checking for gdk_quartz_window_get_nsview... $ECHO_C" >&6; }
1.4611 if test "${ac_cv_func_gdk_quartz_window_get_nsview+set}" = set; then
1.4612 - $as_echo_n "(cached) " >&6
1.4613 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4614 else
1.4615 cat >conftest.$ac_ext <<_ACEOF
1.4616 /* confdefs.h. */
1.4617 @@ -6745,35 +6602,31 @@
1.4618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4619 *) ac_try_echo=$ac_try;;
1.4620 esac
1.4621 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4622 -$as_echo "$ac_try_echo") >&5
1.4623 - (eval "$ac_link") 2>conftest.er1
1.4624 - ac_status=$?
1.4625 - grep -v '^ *+' conftest.er1 >conftest.err
1.4626 - rm -f conftest.er1
1.4627 - cat conftest.err >&5
1.4628 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4629 - (exit $ac_status); } && {
1.4630 - test -z "$ac_c_werror_flag" ||
1.4631 - test ! -s conftest.err
1.4632 - } && test -s conftest$ac_exeext && {
1.4633 - test "$cross_compiling" = yes ||
1.4634 - $as_test_x conftest$ac_exeext
1.4635 - }; then
1.4636 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4637 + (eval "$ac_link") 2>conftest.er1
1.4638 + ac_status=$?
1.4639 + grep -v '^ *+' conftest.er1 >conftest.err
1.4640 + rm -f conftest.er1
1.4641 + cat conftest.err >&5
1.4642 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4643 + (exit $ac_status); } && {
1.4644 + test -z "$ac_c_werror_flag" ||
1.4645 + test ! -s conftest.err
1.4646 + } && test -s conftest$ac_exeext &&
1.4647 + $as_test_x conftest$ac_exeext; then
1.4648 ac_cv_func_gdk_quartz_window_get_nsview=yes
1.4649 else
1.4650 - $as_echo "$as_me: failed program was:" >&5
1.4651 + echo "$as_me: failed program was:" >&5
1.4652 sed 's/^/| /' conftest.$ac_ext >&5
1.4653
1.4654 ac_cv_func_gdk_quartz_window_get_nsview=no
1.4655 fi
1.4656
1.4657 -rm -rf conftest.dSYM
1.4658 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4659 - conftest$ac_exeext conftest.$ac_ext
1.4660 -fi
1.4661 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gdk_quartz_window_get_nsview" >&5
1.4662 -$as_echo "$ac_cv_func_gdk_quartz_window_get_nsview" >&6; }
1.4663 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4664 + conftest$ac_exeext conftest.$ac_ext
1.4665 +fi
1.4666 +{ echo "$as_me:$LINENO: result: $ac_cv_func_gdk_quartz_window_get_nsview" >&5
1.4667 +echo "${ECHO_T}$ac_cv_func_gdk_quartz_window_get_nsview" >&6; }
1.4668 if test $ac_cv_func_gdk_quartz_window_get_nsview = yes; then
1.4669
1.4670 HAVE_GTK_OSX='yes'
1.4671 @@ -6789,10 +6642,10 @@
1.4672
1.4673
1.4674
1.4675 -{ $as_echo "$as_me:$LINENO: checking for OSMesaCreateContext in -lOSMesa" >&5
1.4676 -$as_echo_n "checking for OSMesaCreateContext in -lOSMesa... " >&6; }
1.4677 +{ echo "$as_me:$LINENO: checking for OSMesaCreateContext in -lOSMesa" >&5
1.4678 +echo $ECHO_N "checking for OSMesaCreateContext in -lOSMesa... $ECHO_C" >&6; }
1.4679 if test "${ac_cv_lib_OSMesa_OSMesaCreateContext+set}" = set; then
1.4680 - $as_echo_n "(cached) " >&6
1.4681 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4682 else
1.4683 ac_check_lib_save_LIBS=$LIBS
1.4684 LIBS="-lOSMesa $LIBS"
1.4685 @@ -6824,36 +6677,32 @@
1.4686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4687 *) ac_try_echo=$ac_try;;
1.4688 esac
1.4689 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4690 -$as_echo "$ac_try_echo") >&5
1.4691 - (eval "$ac_link") 2>conftest.er1
1.4692 - ac_status=$?
1.4693 - grep -v '^ *+' conftest.er1 >conftest.err
1.4694 - rm -f conftest.er1
1.4695 - cat conftest.err >&5
1.4696 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4697 - (exit $ac_status); } && {
1.4698 - test -z "$ac_c_werror_flag" ||
1.4699 - test ! -s conftest.err
1.4700 - } && test -s conftest$ac_exeext && {
1.4701 - test "$cross_compiling" = yes ||
1.4702 - $as_test_x conftest$ac_exeext
1.4703 - }; then
1.4704 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4705 + (eval "$ac_link") 2>conftest.er1
1.4706 + ac_status=$?
1.4707 + grep -v '^ *+' conftest.er1 >conftest.err
1.4708 + rm -f conftest.er1
1.4709 + cat conftest.err >&5
1.4710 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4711 + (exit $ac_status); } && {
1.4712 + test -z "$ac_c_werror_flag" ||
1.4713 + test ! -s conftest.err
1.4714 + } && test -s conftest$ac_exeext &&
1.4715 + $as_test_x conftest$ac_exeext; then
1.4716 ac_cv_lib_OSMesa_OSMesaCreateContext=yes
1.4717 else
1.4718 - $as_echo "$as_me: failed program was:" >&5
1.4719 + echo "$as_me: failed program was:" >&5
1.4720 sed 's/^/| /' conftest.$ac_ext >&5
1.4721
1.4722 ac_cv_lib_OSMesa_OSMesaCreateContext=no
1.4723 fi
1.4724
1.4725 -rm -rf conftest.dSYM
1.4726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4727 conftest$ac_exeext conftest.$ac_ext
1.4728 LIBS=$ac_check_lib_save_LIBS
1.4729 fi
1.4730 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_OSMesa_OSMesaCreateContext" >&5
1.4731 -$as_echo "$ac_cv_lib_OSMesa_OSMesaCreateContext" >&6; }
1.4732 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_OSMesa_OSMesaCreateContext" >&5
1.4733 +echo "${ECHO_T}$ac_cv_lib_OSMesa_OSMesaCreateContext" >&6; }
1.4734 if test $ac_cv_lib_OSMesa_OSMesaCreateContext = yes; then
1.4735 cat >>confdefs.h <<_ACEOF
1.4736 #define HAVE_LIBOSMESA 1
1.4737 @@ -6862,25 +6711,25 @@
1.4738 LIBS="-lOSMesa $LIBS"
1.4739
1.4740 else
1.4741 - { { $as_echo "$as_me:$LINENO: error: --with-osmesa was given, but OSMesa library could not be found
1.4742 -See \`config.log' for more details." >&5
1.4743 -$as_echo "$as_me: error: --with-osmesa was given, but OSMesa library could not be found
1.4744 + { { echo "$as_me:$LINENO: error: --with-osmesa was given, but OSMesa library could not be found
1.4745 +See \`config.log' for more details." >&5
1.4746 +echo "$as_me: error: --with-osmesa was given, but OSMesa library could not be found
1.4747 See \`config.log' for more details." >&2;}
1.4748 { (exit 1); exit 1; }; }
1.4749 fi
1.4750
1.4751 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
1.4752 - { $as_echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
1.4753 -$as_echo_n "checking for GL/osmesa.h... " >&6; }
1.4754 + { echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
1.4755 +echo $ECHO_N "checking for GL/osmesa.h... $ECHO_C" >&6; }
1.4756 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
1.4757 - $as_echo_n "(cached) " >&6
1.4758 -fi
1.4759 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
1.4760 -$as_echo "$ac_cv_header_GL_osmesa_h" >&6; }
1.4761 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4762 +fi
1.4763 +{ echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
1.4764 +echo "${ECHO_T}$ac_cv_header_GL_osmesa_h" >&6; }
1.4765 else
1.4766 # Is the header compilable?
1.4767 -{ $as_echo "$as_me:$LINENO: checking GL/osmesa.h usability" >&5
1.4768 -$as_echo_n "checking GL/osmesa.h usability... " >&6; }
1.4769 +{ echo "$as_me:$LINENO: checking GL/osmesa.h usability" >&5
1.4770 +echo $ECHO_N "checking GL/osmesa.h usability... $ECHO_C" >&6; }
1.4771 cat >conftest.$ac_ext <<_ACEOF
1.4772 /* confdefs.h. */
1.4773 _ACEOF
1.4774 @@ -6896,33 +6745,32 @@
1.4775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4776 *) ac_try_echo=$ac_try;;
1.4777 esac
1.4778 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4779 -$as_echo "$ac_try_echo") >&5
1.4780 - (eval "$ac_compile") 2>conftest.er1
1.4781 - ac_status=$?
1.4782 - grep -v '^ *+' conftest.er1 >conftest.err
1.4783 - rm -f conftest.er1
1.4784 - cat conftest.err >&5
1.4785 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4786 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4787 + (eval "$ac_compile") 2>conftest.er1
1.4788 + ac_status=$?
1.4789 + grep -v '^ *+' conftest.er1 >conftest.err
1.4790 + rm -f conftest.er1
1.4791 + cat conftest.err >&5
1.4792 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4793 (exit $ac_status); } && {
1.4794 test -z "$ac_c_werror_flag" ||
1.4795 test ! -s conftest.err
1.4796 } && test -s conftest.$ac_objext; then
1.4797 ac_header_compiler=yes
1.4798 else
1.4799 - $as_echo "$as_me: failed program was:" >&5
1.4800 + echo "$as_me: failed program was:" >&5
1.4801 sed 's/^/| /' conftest.$ac_ext >&5
1.4802
1.4803 ac_header_compiler=no
1.4804 fi
1.4805
1.4806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.4807 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.4808 -$as_echo "$ac_header_compiler" >&6; }
1.4809 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.4810 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.4811
1.4812 # Is the header present?
1.4813 -{ $as_echo "$as_me:$LINENO: checking GL/osmesa.h presence" >&5
1.4814 -$as_echo_n "checking GL/osmesa.h presence... " >&6; }
1.4815 +{ echo "$as_me:$LINENO: checking GL/osmesa.h presence" >&5
1.4816 +echo $ECHO_N "checking GL/osmesa.h presence... $ECHO_C" >&6; }
1.4817 cat >conftest.$ac_ext <<_ACEOF
1.4818 /* confdefs.h. */
1.4819 _ACEOF
1.4820 @@ -6936,72 +6784,71 @@
1.4821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4822 *) ac_try_echo=$ac_try;;
1.4823 esac
1.4824 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4825 -$as_echo "$ac_try_echo") >&5
1.4826 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4827 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.4828 ac_status=$?
1.4829 grep -v '^ *+' conftest.er1 >conftest.err
1.4830 rm -f conftest.er1
1.4831 cat conftest.err >&5
1.4832 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4833 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4834 (exit $ac_status); } >/dev/null && {
1.4835 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.4836 test ! -s conftest.err
1.4837 }; then
1.4838 ac_header_preproc=yes
1.4839 else
1.4840 - $as_echo "$as_me: failed program was:" >&5
1.4841 + echo "$as_me: failed program was:" >&5
1.4842 sed 's/^/| /' conftest.$ac_ext >&5
1.4843
1.4844 ac_header_preproc=no
1.4845 fi
1.4846
1.4847 rm -f conftest.err conftest.$ac_ext
1.4848 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.4849 -$as_echo "$ac_header_preproc" >&6; }
1.4850 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.4851 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.4852
1.4853 # So? What about this header?
1.4854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.4855 yes:no: )
1.4856 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.4857 -$as_echo "$as_me: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.4858 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&5
1.4859 -$as_echo "$as_me: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&2;}
1.4860 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.4861 +echo "$as_me: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.4862 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&5
1.4863 +echo "$as_me: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&2;}
1.4864 ac_header_preproc=yes
1.4865 ;;
1.4866 no:yes:* )
1.4867 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: present but cannot be compiled" >&5
1.4868 -$as_echo "$as_me: WARNING: GL/osmesa.h: present but cannot be compiled" >&2;}
1.4869 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: check for missing prerequisite headers?" >&5
1.4870 -$as_echo "$as_me: WARNING: GL/osmesa.h: check for missing prerequisite headers?" >&2;}
1.4871 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: see the Autoconf documentation" >&5
1.4872 -$as_echo "$as_me: WARNING: GL/osmesa.h: see the Autoconf documentation" >&2;}
1.4873 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: section \"Present But Cannot Be Compiled\"" >&5
1.4874 -$as_echo "$as_me: WARNING: GL/osmesa.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.4875 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&5
1.4876 -$as_echo "$as_me: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&2;}
1.4877 - { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&5
1.4878 -$as_echo "$as_me: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&2;}
1.4879 -
1.4880 - ;;
1.4881 -esac
1.4882 -{ $as_echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
1.4883 -$as_echo_n "checking for GL/osmesa.h... " >&6; }
1.4884 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: present but cannot be compiled" >&5
1.4885 +echo "$as_me: WARNING: GL/osmesa.h: present but cannot be compiled" >&2;}
1.4886 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: check for missing prerequisite headers?" >&5
1.4887 +echo "$as_me: WARNING: GL/osmesa.h: check for missing prerequisite headers?" >&2;}
1.4888 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: see the Autoconf documentation" >&5
1.4889 +echo "$as_me: WARNING: GL/osmesa.h: see the Autoconf documentation" >&2;}
1.4890 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: section \"Present But Cannot Be Compiled\"" >&5
1.4891 +echo "$as_me: WARNING: GL/osmesa.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.4892 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&5
1.4893 +echo "$as_me: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&2;}
1.4894 + { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&5
1.4895 +echo "$as_me: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&2;}
1.4896 +
1.4897 + ;;
1.4898 +esac
1.4899 +{ echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
1.4900 +echo $ECHO_N "checking for GL/osmesa.h... $ECHO_C" >&6; }
1.4901 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
1.4902 - $as_echo_n "(cached) " >&6
1.4903 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4904 else
1.4905 ac_cv_header_GL_osmesa_h=$ac_header_preproc
1.4906 fi
1.4907 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
1.4908 -$as_echo "$ac_cv_header_GL_osmesa_h" >&6; }
1.4909 +{ echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
1.4910 +echo "${ECHO_T}$ac_cv_header_GL_osmesa_h" >&6; }
1.4911
1.4912 fi
1.4913 if test $ac_cv_header_GL_osmesa_h = yes; then
1.4914 :
1.4915 else
1.4916 - { { $as_echo "$as_me:$LINENO: error: --with-osmesa was given, but osmesa.h could not be found
1.4917 -See \`config.log' for more details." >&5
1.4918 -$as_echo "$as_me: error: --with-osmesa was given, but osmesa.h could not be found
1.4919 + { { echo "$as_me:$LINENO: error: --with-osmesa was given, but osmesa.h could not be found
1.4920 +See \`config.log' for more details." >&5
1.4921 +echo "$as_me: error: --with-osmesa was given, but osmesa.h could not be found
1.4922 See \`config.log' for more details." >&2;}
1.4923 { (exit 1); exit 1; }; }
1.4924 fi
1.4925 @@ -7018,10 +6865,10 @@
1.4926
1.4927 if test "x$APPLE_BUILD" != 'xyes'; then
1.4928
1.4929 -{ $as_echo "$as_me:$LINENO: checking for glVertex3f in -lGL" >&5
1.4930 -$as_echo_n "checking for glVertex3f in -lGL... " >&6; }
1.4931 +{ echo "$as_me:$LINENO: checking for glVertex3f in -lGL" >&5
1.4932 +echo $ECHO_N "checking for glVertex3f in -lGL... $ECHO_C" >&6; }
1.4933 if test "${ac_cv_lib_GL_glVertex3f+set}" = set; then
1.4934 - $as_echo_n "(cached) " >&6
1.4935 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.4936 else
1.4937 ac_check_lib_save_LIBS=$LIBS
1.4938 LIBS="-lGL $LIBS"
1.4939 @@ -7053,36 +6900,32 @@
1.4940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.4941 *) ac_try_echo=$ac_try;;
1.4942 esac
1.4943 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.4944 -$as_echo "$ac_try_echo") >&5
1.4945 - (eval "$ac_link") 2>conftest.er1
1.4946 - ac_status=$?
1.4947 - grep -v '^ *+' conftest.er1 >conftest.err
1.4948 - rm -f conftest.er1
1.4949 - cat conftest.err >&5
1.4950 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4951 - (exit $ac_status); } && {
1.4952 - test -z "$ac_c_werror_flag" ||
1.4953 - test ! -s conftest.err
1.4954 - } && test -s conftest$ac_exeext && {
1.4955 - test "$cross_compiling" = yes ||
1.4956 - $as_test_x conftest$ac_exeext
1.4957 - }; then
1.4958 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.4959 + (eval "$ac_link") 2>conftest.er1
1.4960 + ac_status=$?
1.4961 + grep -v '^ *+' conftest.er1 >conftest.err
1.4962 + rm -f conftest.er1
1.4963 + cat conftest.err >&5
1.4964 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.4965 + (exit $ac_status); } && {
1.4966 + test -z "$ac_c_werror_flag" ||
1.4967 + test ! -s conftest.err
1.4968 + } && test -s conftest$ac_exeext &&
1.4969 + $as_test_x conftest$ac_exeext; then
1.4970 ac_cv_lib_GL_glVertex3f=yes
1.4971 else
1.4972 - $as_echo "$as_me: failed program was:" >&5
1.4973 + echo "$as_me: failed program was:" >&5
1.4974 sed 's/^/| /' conftest.$ac_ext >&5
1.4975
1.4976 ac_cv_lib_GL_glVertex3f=no
1.4977 fi
1.4978
1.4979 -rm -rf conftest.dSYM
1.4980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.4981 conftest$ac_exeext conftest.$ac_ext
1.4982 LIBS=$ac_check_lib_save_LIBS
1.4983 fi
1.4984 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glVertex3f" >&5
1.4985 -$as_echo "$ac_cv_lib_GL_glVertex3f" >&6; }
1.4986 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glVertex3f" >&5
1.4987 +echo "${ECHO_T}$ac_cv_lib_GL_glVertex3f" >&6; }
1.4988 if test $ac_cv_lib_GL_glVertex3f = yes; then
1.4989 cat >>confdefs.h <<_ACEOF
1.4990 #define HAVE_LIBGL 1
1.4991 @@ -7092,25 +6935,25 @@
1.4992
1.4993 else
1.4994
1.4995 - { { $as_echo "$as_me:$LINENO: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
1.4996 -See \`config.log' for more details." >&5
1.4997 -$as_echo "$as_me: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
1.4998 + { { echo "$as_me:$LINENO: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
1.4999 +See \`config.log' for more details." >&5
1.5000 +echo "$as_me: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
1.5001 See \`config.log' for more details." >&2;}
1.5002 { (exit 1); exit 1; }; }
1.5003 fi
1.5004
1.5005 if test "${ac_cv_header_GL_gl_h+set}" = set; then
1.5006 - { $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
1.5007 -$as_echo_n "checking for GL/gl.h... " >&6; }
1.5008 + { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
1.5009 +echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
1.5010 if test "${ac_cv_header_GL_gl_h+set}" = set; then
1.5011 - $as_echo_n "(cached) " >&6
1.5012 -fi
1.5013 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
1.5014 -$as_echo "$ac_cv_header_GL_gl_h" >&6; }
1.5015 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5016 +fi
1.5017 +{ echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
1.5018 +echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
1.5019 else
1.5020 # Is the header compilable?
1.5021 -{ $as_echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
1.5022 -$as_echo_n "checking GL/gl.h usability... " >&6; }
1.5023 +{ echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
1.5024 +echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6; }
1.5025 cat >conftest.$ac_ext <<_ACEOF
1.5026 /* confdefs.h. */
1.5027 _ACEOF
1.5028 @@ -7126,33 +6969,32 @@
1.5029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5030 *) ac_try_echo=$ac_try;;
1.5031 esac
1.5032 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5033 -$as_echo "$ac_try_echo") >&5
1.5034 - (eval "$ac_compile") 2>conftest.er1
1.5035 - ac_status=$?
1.5036 - grep -v '^ *+' conftest.er1 >conftest.err
1.5037 - rm -f conftest.er1
1.5038 - cat conftest.err >&5
1.5039 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5040 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5041 + (eval "$ac_compile") 2>conftest.er1
1.5042 + ac_status=$?
1.5043 + grep -v '^ *+' conftest.er1 >conftest.err
1.5044 + rm -f conftest.er1
1.5045 + cat conftest.err >&5
1.5046 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5047 (exit $ac_status); } && {
1.5048 test -z "$ac_c_werror_flag" ||
1.5049 test ! -s conftest.err
1.5050 } && test -s conftest.$ac_objext; then
1.5051 ac_header_compiler=yes
1.5052 else
1.5053 - $as_echo "$as_me: failed program was:" >&5
1.5054 + echo "$as_me: failed program was:" >&5
1.5055 sed 's/^/| /' conftest.$ac_ext >&5
1.5056
1.5057 ac_header_compiler=no
1.5058 fi
1.5059
1.5060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5061 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5062 -$as_echo "$ac_header_compiler" >&6; }
1.5063 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5064 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.5065
1.5066 # Is the header present?
1.5067 -{ $as_echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
1.5068 -$as_echo_n "checking GL/gl.h presence... " >&6; }
1.5069 +{ echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
1.5070 +echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6; }
1.5071 cat >conftest.$ac_ext <<_ACEOF
1.5072 /* confdefs.h. */
1.5073 _ACEOF
1.5074 @@ -7166,73 +7008,72 @@
1.5075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5076 *) ac_try_echo=$ac_try;;
1.5077 esac
1.5078 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5079 -$as_echo "$ac_try_echo") >&5
1.5080 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5081 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.5082 ac_status=$?
1.5083 grep -v '^ *+' conftest.er1 >conftest.err
1.5084 rm -f conftest.er1
1.5085 cat conftest.err >&5
1.5086 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5087 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5088 (exit $ac_status); } >/dev/null && {
1.5089 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.5090 test ! -s conftest.err
1.5091 }; then
1.5092 ac_header_preproc=yes
1.5093 else
1.5094 - $as_echo "$as_me: failed program was:" >&5
1.5095 + echo "$as_me: failed program was:" >&5
1.5096 sed 's/^/| /' conftest.$ac_ext >&5
1.5097
1.5098 ac_header_preproc=no
1.5099 fi
1.5100
1.5101 rm -f conftest.err conftest.$ac_ext
1.5102 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5103 -$as_echo "$ac_header_preproc" >&6; }
1.5104 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5105 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.5106
1.5107 # So? What about this header?
1.5108 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.5109 yes:no: )
1.5110 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5111 -$as_echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5112 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
1.5113 -$as_echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
1.5114 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5115 +echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5116 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
1.5117 +echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
1.5118 ac_header_preproc=yes
1.5119 ;;
1.5120 no:yes:* )
1.5121 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
1.5122 -$as_echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
1.5123 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
1.5124 -$as_echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
1.5125 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
1.5126 -$as_echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
1.5127 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
1.5128 -$as_echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.5129 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
1.5130 -$as_echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
1.5131 - { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
1.5132 -$as_echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
1.5133 -
1.5134 - ;;
1.5135 -esac
1.5136 -{ $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
1.5137 -$as_echo_n "checking for GL/gl.h... " >&6; }
1.5138 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
1.5139 +echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
1.5140 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
1.5141 +echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
1.5142 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
1.5143 +echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
1.5144 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
1.5145 +echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.5146 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
1.5147 +echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
1.5148 + { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
1.5149 +echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
1.5150 +
1.5151 + ;;
1.5152 +esac
1.5153 +{ echo "$as_me:$LINENO: checking for GL/gl.h" >&5
1.5154 +echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
1.5155 if test "${ac_cv_header_GL_gl_h+set}" = set; then
1.5156 - $as_echo_n "(cached) " >&6
1.5157 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5158 else
1.5159 ac_cv_header_GL_gl_h=$ac_header_preproc
1.5160 fi
1.5161 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
1.5162 -$as_echo "$ac_cv_header_GL_gl_h" >&6; }
1.5163 +{ echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
1.5164 +echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
1.5165
1.5166 fi
1.5167 if test $ac_cv_header_GL_gl_h = yes; then
1.5168 :
1.5169 else
1.5170
1.5171 - { { $as_echo "$as_me:$LINENO: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
1.5172 -See \`config.log' for more details." >&5
1.5173 -$as_echo "$as_me: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
1.5174 + { { echo "$as_me:$LINENO: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
1.5175 +See \`config.log' for more details." >&5
1.5176 +echo "$as_me: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
1.5177 See \`config.log' for more details." >&2;}
1.5178 { (exit 1); exit 1; }; }
1.5179 fi
1.5180 @@ -7244,10 +7085,10 @@
1.5181 if test "x$APPLE_BUILD" = "xyes"; then
1.5182 LIBS="$LIBS -L/usr/X11/lib -lGL"
1.5183 fi
1.5184 - { $as_echo "$as_me:$LINENO: checking for glXQueryVersion" >&5
1.5185 -$as_echo_n "checking for glXQueryVersion... " >&6; }
1.5186 + { echo "$as_me:$LINENO: checking for glXQueryVersion" >&5
1.5187 +echo $ECHO_N "checking for glXQueryVersion... $ECHO_C" >&6; }
1.5188 if test "${ac_cv_func_glXQueryVersion+set}" = set; then
1.5189 - $as_echo_n "(cached) " >&6
1.5190 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5191 else
1.5192 cat >conftest.$ac_ext <<_ACEOF
1.5193 /* confdefs.h. */
1.5194 @@ -7300,35 +7141,31 @@
1.5195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5196 *) ac_try_echo=$ac_try;;
1.5197 esac
1.5198 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5199 -$as_echo "$ac_try_echo") >&5
1.5200 - (eval "$ac_link") 2>conftest.er1
1.5201 - ac_status=$?
1.5202 - grep -v '^ *+' conftest.er1 >conftest.err
1.5203 - rm -f conftest.er1
1.5204 - cat conftest.err >&5
1.5205 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5206 - (exit $ac_status); } && {
1.5207 - test -z "$ac_c_werror_flag" ||
1.5208 - test ! -s conftest.err
1.5209 - } && test -s conftest$ac_exeext && {
1.5210 - test "$cross_compiling" = yes ||
1.5211 - $as_test_x conftest$ac_exeext
1.5212 - }; then
1.5213 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5214 + (eval "$ac_link") 2>conftest.er1
1.5215 + ac_status=$?
1.5216 + grep -v '^ *+' conftest.er1 >conftest.err
1.5217 + rm -f conftest.er1
1.5218 + cat conftest.err >&5
1.5219 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5220 + (exit $ac_status); } && {
1.5221 + test -z "$ac_c_werror_flag" ||
1.5222 + test ! -s conftest.err
1.5223 + } && test -s conftest$ac_exeext &&
1.5224 + $as_test_x conftest$ac_exeext; then
1.5225 ac_cv_func_glXQueryVersion=yes
1.5226 else
1.5227 - $as_echo "$as_me: failed program was:" >&5
1.5228 + echo "$as_me: failed program was:" >&5
1.5229 sed 's/^/| /' conftest.$ac_ext >&5
1.5230
1.5231 ac_cv_func_glXQueryVersion=no
1.5232 fi
1.5233
1.5234 -rm -rf conftest.dSYM
1.5235 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5236 - conftest$ac_exeext conftest.$ac_ext
1.5237 -fi
1.5238 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_glXQueryVersion" >&5
1.5239 -$as_echo "$ac_cv_func_glXQueryVersion" >&6; }
1.5240 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5241 + conftest$ac_exeext conftest.$ac_ext
1.5242 +fi
1.5243 +{ echo "$as_me:$LINENO: result: $ac_cv_func_glXQueryVersion" >&5
1.5244 +echo "${ECHO_T}$ac_cv_func_glXQueryVersion" >&6; }
1.5245 if test $ac_cv_func_glXQueryVersion = yes; then
1.5246
1.5247 HAVE_GLX='yes'
1.5248 @@ -7340,10 +7177,10 @@
1.5249 fi
1.5250
1.5251 elif test "x$HAVE_GTK_OSX" = "xyes"; then
1.5252 - { $as_echo "$as_me:$LINENO: checking for NSOpenGLGetVersion" >&5
1.5253 -$as_echo_n "checking for NSOpenGLGetVersion... " >&6; }
1.5254 + { echo "$as_me:$LINENO: checking for NSOpenGLGetVersion" >&5
1.5255 +echo $ECHO_N "checking for NSOpenGLGetVersion... $ECHO_C" >&6; }
1.5256 if test "${ac_cv_func_NSOpenGLGetVersion+set}" = set; then
1.5257 - $as_echo_n "(cached) " >&6
1.5258 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5259 else
1.5260 cat >conftest.$ac_ext <<_ACEOF
1.5261 /* confdefs.h. */
1.5262 @@ -7396,35 +7233,31 @@
1.5263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5264 *) ac_try_echo=$ac_try;;
1.5265 esac
1.5266 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5267 -$as_echo "$ac_try_echo") >&5
1.5268 - (eval "$ac_link") 2>conftest.er1
1.5269 - ac_status=$?
1.5270 - grep -v '^ *+' conftest.er1 >conftest.err
1.5271 - rm -f conftest.er1
1.5272 - cat conftest.err >&5
1.5273 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5274 - (exit $ac_status); } && {
1.5275 - test -z "$ac_c_werror_flag" ||
1.5276 - test ! -s conftest.err
1.5277 - } && test -s conftest$ac_exeext && {
1.5278 - test "$cross_compiling" = yes ||
1.5279 - $as_test_x conftest$ac_exeext
1.5280 - }; then
1.5281 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5282 + (eval "$ac_link") 2>conftest.er1
1.5283 + ac_status=$?
1.5284 + grep -v '^ *+' conftest.er1 >conftest.err
1.5285 + rm -f conftest.er1
1.5286 + cat conftest.err >&5
1.5287 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5288 + (exit $ac_status); } && {
1.5289 + test -z "$ac_c_werror_flag" ||
1.5290 + test ! -s conftest.err
1.5291 + } && test -s conftest$ac_exeext &&
1.5292 + $as_test_x conftest$ac_exeext; then
1.5293 ac_cv_func_NSOpenGLGetVersion=yes
1.5294 else
1.5295 - $as_echo "$as_me: failed program was:" >&5
1.5296 + echo "$as_me: failed program was:" >&5
1.5297 sed 's/^/| /' conftest.$ac_ext >&5
1.5298
1.5299 ac_cv_func_NSOpenGLGetVersion=no
1.5300 fi
1.5301
1.5302 -rm -rf conftest.dSYM
1.5303 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5304 - conftest$ac_exeext conftest.$ac_ext
1.5305 -fi
1.5306 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_NSOpenGLGetVersion" >&5
1.5307 -$as_echo "$ac_cv_func_NSOpenGLGetVersion" >&6; }
1.5308 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5309 + conftest$ac_exeext conftest.$ac_ext
1.5310 +fi
1.5311 +{ echo "$as_me:$LINENO: result: $ac_cv_func_NSOpenGLGetVersion" >&5
1.5312 +echo "${ECHO_T}$ac_cv_func_NSOpenGLGetVersion" >&6; }
1.5313 if test $ac_cv_func_NSOpenGLGetVersion = yes; then
1.5314
1.5315 HAVE_NSGL='yes'
1.5316 @@ -7477,10 +7310,10 @@
1.5317 fi
1.5318
1.5319
1.5320 -{ $as_echo "$as_me:$LINENO: checking for glGenFramebuffersEXT" >&5
1.5321 -$as_echo_n "checking for glGenFramebuffersEXT... " >&6; }
1.5322 +{ echo "$as_me:$LINENO: checking for glGenFramebuffersEXT" >&5
1.5323 +echo $ECHO_N "checking for glGenFramebuffersEXT... $ECHO_C" >&6; }
1.5324 if test "${ac_cv_func_glGenFramebuffersEXT+set}" = set; then
1.5325 - $as_echo_n "(cached) " >&6
1.5326 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5327 else
1.5328 cat >conftest.$ac_ext <<_ACEOF
1.5329 /* confdefs.h. */
1.5330 @@ -7533,35 +7366,31 @@
1.5331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5332 *) ac_try_echo=$ac_try;;
1.5333 esac
1.5334 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5335 -$as_echo "$ac_try_echo") >&5
1.5336 - (eval "$ac_link") 2>conftest.er1
1.5337 - ac_status=$?
1.5338 - grep -v '^ *+' conftest.er1 >conftest.err
1.5339 - rm -f conftest.er1
1.5340 - cat conftest.err >&5
1.5341 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5342 - (exit $ac_status); } && {
1.5343 - test -z "$ac_c_werror_flag" ||
1.5344 - test ! -s conftest.err
1.5345 - } && test -s conftest$ac_exeext && {
1.5346 - test "$cross_compiling" = yes ||
1.5347 - $as_test_x conftest$ac_exeext
1.5348 - }; then
1.5349 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5350 + (eval "$ac_link") 2>conftest.er1
1.5351 + ac_status=$?
1.5352 + grep -v '^ *+' conftest.er1 >conftest.err
1.5353 + rm -f conftest.er1
1.5354 + cat conftest.err >&5
1.5355 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5356 + (exit $ac_status); } && {
1.5357 + test -z "$ac_c_werror_flag" ||
1.5358 + test ! -s conftest.err
1.5359 + } && test -s conftest$ac_exeext &&
1.5360 + $as_test_x conftest$ac_exeext; then
1.5361 ac_cv_func_glGenFramebuffersEXT=yes
1.5362 else
1.5363 - $as_echo "$as_me: failed program was:" >&5
1.5364 + echo "$as_me: failed program was:" >&5
1.5365 sed 's/^/| /' conftest.$ac_ext >&5
1.5366
1.5367 ac_cv_func_glGenFramebuffersEXT=no
1.5368 fi
1.5369
1.5370 -rm -rf conftest.dSYM
1.5371 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5372 - conftest$ac_exeext conftest.$ac_ext
1.5373 -fi
1.5374 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_glGenFramebuffersEXT" >&5
1.5375 -$as_echo "$ac_cv_func_glGenFramebuffersEXT" >&6; }
1.5376 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5377 + conftest$ac_exeext conftest.$ac_ext
1.5378 +fi
1.5379 +{ echo "$as_me:$LINENO: result: $ac_cv_func_glGenFramebuffersEXT" >&5
1.5380 +echo "${ECHO_T}$ac_cv_func_glGenFramebuffersEXT" >&6; }
1.5381 if test $ac_cv_func_glGenFramebuffersEXT = yes; then
1.5382
1.5383 cat >>confdefs.h <<\_ACEOF
1.5384 @@ -7570,10 +7399,10 @@
1.5385
1.5386 fi
1.5387
1.5388 -{ $as_echo "$as_me:$LINENO: checking for glCreateShader" >&5
1.5389 -$as_echo_n "checking for glCreateShader... " >&6; }
1.5390 +{ echo "$as_me:$LINENO: checking for glCreateShader" >&5
1.5391 +echo $ECHO_N "checking for glCreateShader... $ECHO_C" >&6; }
1.5392 if test "${ac_cv_func_glCreateShader+set}" = set; then
1.5393 - $as_echo_n "(cached) " >&6
1.5394 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5395 else
1.5396 cat >conftest.$ac_ext <<_ACEOF
1.5397 /* confdefs.h. */
1.5398 @@ -7626,35 +7455,31 @@
1.5399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5400 *) ac_try_echo=$ac_try;;
1.5401 esac
1.5402 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5403 -$as_echo "$ac_try_echo") >&5
1.5404 - (eval "$ac_link") 2>conftest.er1
1.5405 - ac_status=$?
1.5406 - grep -v '^ *+' conftest.er1 >conftest.err
1.5407 - rm -f conftest.er1
1.5408 - cat conftest.err >&5
1.5409 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5410 - (exit $ac_status); } && {
1.5411 - test -z "$ac_c_werror_flag" ||
1.5412 - test ! -s conftest.err
1.5413 - } && test -s conftest$ac_exeext && {
1.5414 - test "$cross_compiling" = yes ||
1.5415 - $as_test_x conftest$ac_exeext
1.5416 - }; then
1.5417 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5418 + (eval "$ac_link") 2>conftest.er1
1.5419 + ac_status=$?
1.5420 + grep -v '^ *+' conftest.er1 >conftest.err
1.5421 + rm -f conftest.er1
1.5422 + cat conftest.err >&5
1.5423 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5424 + (exit $ac_status); } && {
1.5425 + test -z "$ac_c_werror_flag" ||
1.5426 + test ! -s conftest.err
1.5427 + } && test -s conftest$ac_exeext &&
1.5428 + $as_test_x conftest$ac_exeext; then
1.5429 ac_cv_func_glCreateShader=yes
1.5430 else
1.5431 - $as_echo "$as_me: failed program was:" >&5
1.5432 + echo "$as_me: failed program was:" >&5
1.5433 sed 's/^/| /' conftest.$ac_ext >&5
1.5434
1.5435 ac_cv_func_glCreateShader=no
1.5436 fi
1.5437
1.5438 -rm -rf conftest.dSYM
1.5439 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5440 - conftest$ac_exeext conftest.$ac_ext
1.5441 -fi
1.5442 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShader" >&5
1.5443 -$as_echo "$ac_cv_func_glCreateShader" >&6; }
1.5444 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5445 + conftest$ac_exeext conftest.$ac_ext
1.5446 +fi
1.5447 +{ echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShader" >&5
1.5448 +echo "${ECHO_T}$ac_cv_func_glCreateShader" >&6; }
1.5449 if test $ac_cv_func_glCreateShader = yes; then
1.5450
1.5451 cat >>confdefs.h <<\_ACEOF
1.5452 @@ -7663,10 +7488,10 @@
1.5453
1.5454 fi
1.5455
1.5456 -{ $as_echo "$as_me:$LINENO: checking for glCreateShaderObjectARB" >&5
1.5457 -$as_echo_n "checking for glCreateShaderObjectARB... " >&6; }
1.5458 +{ echo "$as_me:$LINENO: checking for glCreateShaderObjectARB" >&5
1.5459 +echo $ECHO_N "checking for glCreateShaderObjectARB... $ECHO_C" >&6; }
1.5460 if test "${ac_cv_func_glCreateShaderObjectARB+set}" = set; then
1.5461 - $as_echo_n "(cached) " >&6
1.5462 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5463 else
1.5464 cat >conftest.$ac_ext <<_ACEOF
1.5465 /* confdefs.h. */
1.5466 @@ -7719,35 +7544,31 @@
1.5467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5468 *) ac_try_echo=$ac_try;;
1.5469 esac
1.5470 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5471 -$as_echo "$ac_try_echo") >&5
1.5472 - (eval "$ac_link") 2>conftest.er1
1.5473 - ac_status=$?
1.5474 - grep -v '^ *+' conftest.er1 >conftest.err
1.5475 - rm -f conftest.er1
1.5476 - cat conftest.err >&5
1.5477 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5478 - (exit $ac_status); } && {
1.5479 - test -z "$ac_c_werror_flag" ||
1.5480 - test ! -s conftest.err
1.5481 - } && test -s conftest$ac_exeext && {
1.5482 - test "$cross_compiling" = yes ||
1.5483 - $as_test_x conftest$ac_exeext
1.5484 - }; then
1.5485 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5486 + (eval "$ac_link") 2>conftest.er1
1.5487 + ac_status=$?
1.5488 + grep -v '^ *+' conftest.er1 >conftest.err
1.5489 + rm -f conftest.er1
1.5490 + cat conftest.err >&5
1.5491 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5492 + (exit $ac_status); } && {
1.5493 + test -z "$ac_c_werror_flag" ||
1.5494 + test ! -s conftest.err
1.5495 + } && test -s conftest$ac_exeext &&
1.5496 + $as_test_x conftest$ac_exeext; then
1.5497 ac_cv_func_glCreateShaderObjectARB=yes
1.5498 else
1.5499 - $as_echo "$as_me: failed program was:" >&5
1.5500 + echo "$as_me: failed program was:" >&5
1.5501 sed 's/^/| /' conftest.$ac_ext >&5
1.5502
1.5503 ac_cv_func_glCreateShaderObjectARB=no
1.5504 fi
1.5505
1.5506 -rm -rf conftest.dSYM
1.5507 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5508 - conftest$ac_exeext conftest.$ac_ext
1.5509 -fi
1.5510 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShaderObjectARB" >&5
1.5511 -$as_echo "$ac_cv_func_glCreateShaderObjectARB" >&6; }
1.5512 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.5513 + conftest$ac_exeext conftest.$ac_ext
1.5514 +fi
1.5515 +{ echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShaderObjectARB" >&5
1.5516 +echo "${ECHO_T}$ac_cv_func_glCreateShaderObjectARB" >&6; }
1.5517 if test $ac_cv_func_glCreateShaderObjectARB = yes; then
1.5518
1.5519 cat >>confdefs.h <<\_ACEOF
1.5520 @@ -7799,18 +7620,18 @@
1.5521
1.5522
1.5523 pkg_failed=no
1.5524 -{ $as_echo "$as_me:$LINENO: checking for PULSE" >&5
1.5525 -$as_echo_n "checking for PULSE... " >&6; }
1.5526 +{ echo "$as_me:$LINENO: checking for PULSE" >&5
1.5527 +echo $ECHO_N "checking for PULSE... $ECHO_C" >&6; }
1.5528
1.5529 if test -n "$PKG_CONFIG"; then
1.5530 if test -n "$PULSE_CFLAGS"; then
1.5531 pkg_cv_PULSE_CFLAGS="$PULSE_CFLAGS"
1.5532 else
1.5533 if test -n "$PKG_CONFIG" && \
1.5534 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
1.5535 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
1.5536 ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
1.5537 ac_status=$?
1.5538 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5539 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5540 (exit $ac_status); }; then
1.5541 pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse-simple" 2>/dev/null`
1.5542 else
1.5543 @@ -7825,10 +7646,10 @@
1.5544 pkg_cv_PULSE_LIBS="$PULSE_LIBS"
1.5545 else
1.5546 if test -n "$PKG_CONFIG" && \
1.5547 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
1.5548 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
1.5549 ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
1.5550 ac_status=$?
1.5551 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5552 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5553 (exit $ac_status); }; then
1.5554 pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse-simple" 2>/dev/null`
1.5555 else
1.5556 @@ -7856,16 +7677,16 @@
1.5557 # Put the nasty error message in config.log where it belongs
1.5558 echo "$PULSE_PKG_ERRORS" >&5
1.5559
1.5560 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.5561 -$as_echo "no" >&6; }
1.5562 + { echo "$as_me:$LINENO: result: no" >&5
1.5563 +echo "${ECHO_T}no" >&6; }
1.5564 true
1.5565 elif test $pkg_failed = untried; then
1.5566 true
1.5567 else
1.5568 PULSE_CFLAGS=$pkg_cv_PULSE_CFLAGS
1.5569 PULSE_LIBS=$pkg_cv_PULSE_LIBS
1.5570 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.5571 -$as_echo "yes" >&6; }
1.5572 + { echo "$as_me:$LINENO: result: yes" >&5
1.5573 +echo "${ECHO_T}yes" >&6; }
1.5574
1.5575 HAVE_PULSE='yes'
1.5576
1.5577 @@ -7887,18 +7708,18 @@
1.5578
1.5579
1.5580 pkg_failed=no
1.5581 -{ $as_echo "$as_me:$LINENO: checking for ESOUND" >&5
1.5582 -$as_echo_n "checking for ESOUND... " >&6; }
1.5583 +{ echo "$as_me:$LINENO: checking for ESOUND" >&5
1.5584 +echo $ECHO_N "checking for ESOUND... $ECHO_C" >&6; }
1.5585
1.5586 if test -n "$PKG_CONFIG"; then
1.5587 if test -n "$ESOUND_CFLAGS"; then
1.5588 pkg_cv_ESOUND_CFLAGS="$ESOUND_CFLAGS"
1.5589 else
1.5590 if test -n "$PKG_CONFIG" && \
1.5591 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
1.5592 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
1.5593 ($PKG_CONFIG --exists --print-errors "esound") 2>&5
1.5594 ac_status=$?
1.5595 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5596 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5597 (exit $ac_status); }; then
1.5598 pkg_cv_ESOUND_CFLAGS=`$PKG_CONFIG --cflags "esound" 2>/dev/null`
1.5599 else
1.5600 @@ -7913,10 +7734,10 @@
1.5601 pkg_cv_ESOUND_LIBS="$ESOUND_LIBS"
1.5602 else
1.5603 if test -n "$PKG_CONFIG" && \
1.5604 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
1.5605 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
1.5606 ($PKG_CONFIG --exists --print-errors "esound") 2>&5
1.5607 ac_status=$?
1.5608 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5609 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5610 (exit $ac_status); }; then
1.5611 pkg_cv_ESOUND_LIBS=`$PKG_CONFIG --libs "esound" 2>/dev/null`
1.5612 else
1.5613 @@ -7944,16 +7765,16 @@
1.5614 # Put the nasty error message in config.log where it belongs
1.5615 echo "$ESOUND_PKG_ERRORS" >&5
1.5616
1.5617 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.5618 -$as_echo "no" >&6; }
1.5619 + { echo "$as_me:$LINENO: result: no" >&5
1.5620 +echo "${ECHO_T}no" >&6; }
1.5621 true
1.5622 elif test $pkg_failed = untried; then
1.5623 true
1.5624 else
1.5625 ESOUND_CFLAGS=$pkg_cv_ESOUND_CFLAGS
1.5626 ESOUND_LIBS=$pkg_cv_ESOUND_LIBS
1.5627 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.5628 -$as_echo "yes" >&6; }
1.5629 + { echo "$as_me:$LINENO: result: yes" >&5
1.5630 +echo "${ECHO_T}yes" >&6; }
1.5631
1.5632 HAVE_ESOUND='yes'
1.5633
1.5634 @@ -7975,18 +7796,18 @@
1.5635
1.5636
1.5637 pkg_failed=no
1.5638 -{ $as_echo "$as_me:$LINENO: checking for ALSA" >&5
1.5639 -$as_echo_n "checking for ALSA... " >&6; }
1.5640 +{ echo "$as_me:$LINENO: checking for ALSA" >&5
1.5641 +echo $ECHO_N "checking for ALSA... $ECHO_C" >&6; }
1.5642
1.5643 if test -n "$PKG_CONFIG"; then
1.5644 if test -n "$ALSA_CFLAGS"; then
1.5645 pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
1.5646 else
1.5647 if test -n "$PKG_CONFIG" && \
1.5648 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
1.5649 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
1.5650 ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
1.5651 ac_status=$?
1.5652 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5653 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5654 (exit $ac_status); }; then
1.5655 pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
1.5656 else
1.5657 @@ -8001,10 +7822,10 @@
1.5658 pkg_cv_ALSA_LIBS="$ALSA_LIBS"
1.5659 else
1.5660 if test -n "$PKG_CONFIG" && \
1.5661 - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
1.5662 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
1.5663 ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
1.5664 ac_status=$?
1.5665 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5666 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5667 (exit $ac_status); }; then
1.5668 pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
1.5669 else
1.5670 @@ -8032,16 +7853,16 @@
1.5671 # Put the nasty error message in config.log where it belongs
1.5672 echo "$ALSA_PKG_ERRORS" >&5
1.5673
1.5674 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.5675 -$as_echo "no" >&6; }
1.5676 + { echo "$as_me:$LINENO: result: no" >&5
1.5677 +echo "${ECHO_T}no" >&6; }
1.5678 true
1.5679 elif test $pkg_failed = untried; then
1.5680 true
1.5681 else
1.5682 ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
1.5683 ALSA_LIBS=$pkg_cv_ALSA_LIBS
1.5684 - { $as_echo "$as_me:$LINENO: result: yes" >&5
1.5685 -$as_echo "yes" >&6; }
1.5686 + { echo "$as_me:$LINENO: result: yes" >&5
1.5687 +echo "${ECHO_T}yes" >&6; }
1.5688
1.5689 HAVE_ALSA='yes'
1.5690
1.5691 @@ -8066,17 +7887,17 @@
1.5692 fi
1.5693
1.5694 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
1.5695 - { $as_echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
1.5696 -$as_echo_n "checking for linux/cdrom.h... " >&6; }
1.5697 + { echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
1.5698 +echo $ECHO_N "checking for linux/cdrom.h... $ECHO_C" >&6; }
1.5699 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
1.5700 - $as_echo_n "(cached) " >&6
1.5701 -fi
1.5702 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
1.5703 -$as_echo "$ac_cv_header_linux_cdrom_h" >&6; }
1.5704 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5705 +fi
1.5706 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
1.5707 +echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6; }
1.5708 else
1.5709 # Is the header compilable?
1.5710 -{ $as_echo "$as_me:$LINENO: checking linux/cdrom.h usability" >&5
1.5711 -$as_echo_n "checking linux/cdrom.h usability... " >&6; }
1.5712 +{ echo "$as_me:$LINENO: checking linux/cdrom.h usability" >&5
1.5713 +echo $ECHO_N "checking linux/cdrom.h usability... $ECHO_C" >&6; }
1.5714 cat >conftest.$ac_ext <<_ACEOF
1.5715 /* confdefs.h. */
1.5716 _ACEOF
1.5717 @@ -8092,33 +7913,32 @@
1.5718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5719 *) ac_try_echo=$ac_try;;
1.5720 esac
1.5721 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5722 -$as_echo "$ac_try_echo") >&5
1.5723 - (eval "$ac_compile") 2>conftest.er1
1.5724 - ac_status=$?
1.5725 - grep -v '^ *+' conftest.er1 >conftest.err
1.5726 - rm -f conftest.er1
1.5727 - cat conftest.err >&5
1.5728 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5729 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5730 + (eval "$ac_compile") 2>conftest.er1
1.5731 + ac_status=$?
1.5732 + grep -v '^ *+' conftest.er1 >conftest.err
1.5733 + rm -f conftest.er1
1.5734 + cat conftest.err >&5
1.5735 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5736 (exit $ac_status); } && {
1.5737 test -z "$ac_c_werror_flag" ||
1.5738 test ! -s conftest.err
1.5739 } && test -s conftest.$ac_objext; then
1.5740 ac_header_compiler=yes
1.5741 else
1.5742 - $as_echo "$as_me: failed program was:" >&5
1.5743 + echo "$as_me: failed program was:" >&5
1.5744 sed 's/^/| /' conftest.$ac_ext >&5
1.5745
1.5746 ac_header_compiler=no
1.5747 fi
1.5748
1.5749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5750 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5751 -$as_echo "$ac_header_compiler" >&6; }
1.5752 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5753 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.5754
1.5755 # Is the header present?
1.5756 -{ $as_echo "$as_me:$LINENO: checking linux/cdrom.h presence" >&5
1.5757 -$as_echo_n "checking linux/cdrom.h presence... " >&6; }
1.5758 +{ echo "$as_me:$LINENO: checking linux/cdrom.h presence" >&5
1.5759 +echo $ECHO_N "checking linux/cdrom.h presence... $ECHO_C" >&6; }
1.5760 cat >conftest.$ac_ext <<_ACEOF
1.5761 /* confdefs.h. */
1.5762 _ACEOF
1.5763 @@ -8132,64 +7952,63 @@
1.5764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5765 *) ac_try_echo=$ac_try;;
1.5766 esac
1.5767 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5768 -$as_echo "$ac_try_echo") >&5
1.5769 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5770 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.5771 ac_status=$?
1.5772 grep -v '^ *+' conftest.er1 >conftest.err
1.5773 rm -f conftest.er1
1.5774 cat conftest.err >&5
1.5775 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5776 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5777 (exit $ac_status); } >/dev/null && {
1.5778 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.5779 test ! -s conftest.err
1.5780 }; then
1.5781 ac_header_preproc=yes
1.5782 else
1.5783 - $as_echo "$as_me: failed program was:" >&5
1.5784 + echo "$as_me: failed program was:" >&5
1.5785 sed 's/^/| /' conftest.$ac_ext >&5
1.5786
1.5787 ac_header_preproc=no
1.5788 fi
1.5789
1.5790 rm -f conftest.err conftest.$ac_ext
1.5791 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5792 -$as_echo "$ac_header_preproc" >&6; }
1.5793 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5794 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.5795
1.5796 # So? What about this header?
1.5797 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.5798 yes:no: )
1.5799 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5800 -$as_echo "$as_me: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5801 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&5
1.5802 -$as_echo "$as_me: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&2;}
1.5803 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5804 +echo "$as_me: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5805 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&5
1.5806 +echo "$as_me: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&2;}
1.5807 ac_header_preproc=yes
1.5808 ;;
1.5809 no:yes:* )
1.5810 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: present but cannot be compiled" >&5
1.5811 -$as_echo "$as_me: WARNING: linux/cdrom.h: present but cannot be compiled" >&2;}
1.5812 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: check for missing prerequisite headers?" >&5
1.5813 -$as_echo "$as_me: WARNING: linux/cdrom.h: check for missing prerequisite headers?" >&2;}
1.5814 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: see the Autoconf documentation" >&5
1.5815 -$as_echo "$as_me: WARNING: linux/cdrom.h: see the Autoconf documentation" >&2;}
1.5816 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: section \"Present But Cannot Be Compiled\"" >&5
1.5817 -$as_echo "$as_me: WARNING: linux/cdrom.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.5818 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&5
1.5819 -$as_echo "$as_me: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&2;}
1.5820 - { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&5
1.5821 -$as_echo "$as_me: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&2;}
1.5822 -
1.5823 - ;;
1.5824 -esac
1.5825 -{ $as_echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
1.5826 -$as_echo_n "checking for linux/cdrom.h... " >&6; }
1.5827 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: present but cannot be compiled" >&5
1.5828 +echo "$as_me: WARNING: linux/cdrom.h: present but cannot be compiled" >&2;}
1.5829 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: check for missing prerequisite headers?" >&5
1.5830 +echo "$as_me: WARNING: linux/cdrom.h: check for missing prerequisite headers?" >&2;}
1.5831 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: see the Autoconf documentation" >&5
1.5832 +echo "$as_me: WARNING: linux/cdrom.h: see the Autoconf documentation" >&2;}
1.5833 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: section \"Present But Cannot Be Compiled\"" >&5
1.5834 +echo "$as_me: WARNING: linux/cdrom.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.5835 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&5
1.5836 +echo "$as_me: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&2;}
1.5837 + { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&5
1.5838 +echo "$as_me: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&2;}
1.5839 +
1.5840 + ;;
1.5841 +esac
1.5842 +{ echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
1.5843 +echo $ECHO_N "checking for linux/cdrom.h... $ECHO_C" >&6; }
1.5844 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
1.5845 - $as_echo_n "(cached) " >&6
1.5846 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5847 else
1.5848 ac_cv_header_linux_cdrom_h=$ac_header_preproc
1.5849 fi
1.5850 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
1.5851 -$as_echo "$ac_cv_header_linux_cdrom_h" >&6; }
1.5852 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
1.5853 +echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6; }
1.5854
1.5855 fi
1.5856 if test $ac_cv_header_linux_cdrom_h = yes; then
1.5857 @@ -8212,17 +8031,17 @@
1.5858
1.5859
1.5860 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
1.5861 - { $as_echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
1.5862 -$as_echo_n "checking for linux/joystick.h... " >&6; }
1.5863 + { echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
1.5864 +echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6; }
1.5865 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
1.5866 - $as_echo_n "(cached) " >&6
1.5867 -fi
1.5868 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
1.5869 -$as_echo "$ac_cv_header_linux_joystick_h" >&6; }
1.5870 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.5871 +fi
1.5872 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
1.5873 +echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6; }
1.5874 else
1.5875 # Is the header compilable?
1.5876 -{ $as_echo "$as_me:$LINENO: checking linux/joystick.h usability" >&5
1.5877 -$as_echo_n "checking linux/joystick.h usability... " >&6; }
1.5878 +{ echo "$as_me:$LINENO: checking linux/joystick.h usability" >&5
1.5879 +echo $ECHO_N "checking linux/joystick.h usability... $ECHO_C" >&6; }
1.5880 cat >conftest.$ac_ext <<_ACEOF
1.5881 /* confdefs.h. */
1.5882 _ACEOF
1.5883 @@ -8238,33 +8057,32 @@
1.5884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5885 *) ac_try_echo=$ac_try;;
1.5886 esac
1.5887 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5888 -$as_echo "$ac_try_echo") >&5
1.5889 - (eval "$ac_compile") 2>conftest.er1
1.5890 - ac_status=$?
1.5891 - grep -v '^ *+' conftest.er1 >conftest.err
1.5892 - rm -f conftest.er1
1.5893 - cat conftest.err >&5
1.5894 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5895 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5896 + (eval "$ac_compile") 2>conftest.er1
1.5897 + ac_status=$?
1.5898 + grep -v '^ *+' conftest.er1 >conftest.err
1.5899 + rm -f conftest.er1
1.5900 + cat conftest.err >&5
1.5901 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5902 (exit $ac_status); } && {
1.5903 test -z "$ac_c_werror_flag" ||
1.5904 test ! -s conftest.err
1.5905 } && test -s conftest.$ac_objext; then
1.5906 ac_header_compiler=yes
1.5907 else
1.5908 - $as_echo "$as_me: failed program was:" >&5
1.5909 + echo "$as_me: failed program was:" >&5
1.5910 sed 's/^/| /' conftest.$ac_ext >&5
1.5911
1.5912 ac_header_compiler=no
1.5913 fi
1.5914
1.5915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.5916 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5917 -$as_echo "$ac_header_compiler" >&6; }
1.5918 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.5919 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.5920
1.5921 # Is the header present?
1.5922 -{ $as_echo "$as_me:$LINENO: checking linux/joystick.h presence" >&5
1.5923 -$as_echo_n "checking linux/joystick.h presence... " >&6; }
1.5924 +{ echo "$as_me:$LINENO: checking linux/joystick.h presence" >&5
1.5925 +echo $ECHO_N "checking linux/joystick.h presence... $ECHO_C" >&6; }
1.5926 cat >conftest.$ac_ext <<_ACEOF
1.5927 /* confdefs.h. */
1.5928 _ACEOF
1.5929 @@ -8278,64 +8096,63 @@
1.5930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.5931 *) ac_try_echo=$ac_try;;
1.5932 esac
1.5933 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.5934 -$as_echo "$ac_try_echo") >&5
1.5935 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.5936 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.5937 ac_status=$?
1.5938 grep -v '^ *+' conftest.er1 >conftest.err
1.5939 rm -f conftest.er1
1.5940 cat conftest.err >&5
1.5941 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5942 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.5943 (exit $ac_status); } >/dev/null && {
1.5944 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.5945 test ! -s conftest.err
1.5946 }; then
1.5947 ac_header_preproc=yes
1.5948 else
1.5949 - $as_echo "$as_me: failed program was:" >&5
1.5950 + echo "$as_me: failed program was:" >&5
1.5951 sed 's/^/| /' conftest.$ac_ext >&5
1.5952
1.5953 ac_header_preproc=no
1.5954 fi
1.5955
1.5956 rm -f conftest.err conftest.$ac_ext
1.5957 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5958 -$as_echo "$ac_header_preproc" >&6; }
1.5959 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.5960 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.5961
1.5962 # So? What about this header?
1.5963 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.5964 yes:no: )
1.5965 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5966 -$as_echo "$as_me: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5967 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the compiler's result" >&5
1.5968 -$as_echo "$as_me: WARNING: linux/joystick.h: proceeding with the compiler's result" >&2;}
1.5969 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.5970 +echo "$as_me: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.5971 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the compiler's result" >&5
1.5972 +echo "$as_me: WARNING: linux/joystick.h: proceeding with the compiler's result" >&2;}
1.5973 ac_header_preproc=yes
1.5974 ;;
1.5975 no:yes:* )
1.5976 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: present but cannot be compiled" >&5
1.5977 -$as_echo "$as_me: WARNING: linux/joystick.h: present but cannot be compiled" >&2;}
1.5978 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: check for missing prerequisite headers?" >&5
1.5979 -$as_echo "$as_me: WARNING: linux/joystick.h: check for missing prerequisite headers?" >&2;}
1.5980 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: see the Autoconf documentation" >&5
1.5981 -$as_echo "$as_me: WARNING: linux/joystick.h: see the Autoconf documentation" >&2;}
1.5982 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: section \"Present But Cannot Be Compiled\"" >&5
1.5983 -$as_echo "$as_me: WARNING: linux/joystick.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.5984 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&5
1.5985 -$as_echo "$as_me: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&2;}
1.5986 - { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&5
1.5987 -$as_echo "$as_me: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&2;}
1.5988 -
1.5989 - ;;
1.5990 -esac
1.5991 -{ $as_echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
1.5992 -$as_echo_n "checking for linux/joystick.h... " >&6; }
1.5993 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: present but cannot be compiled" >&5
1.5994 +echo "$as_me: WARNING: linux/joystick.h: present but cannot be compiled" >&2;}
1.5995 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: check for missing prerequisite headers?" >&5
1.5996 +echo "$as_me: WARNING: linux/joystick.h: check for missing prerequisite headers?" >&2;}
1.5997 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: see the Autoconf documentation" >&5
1.5998 +echo "$as_me: WARNING: linux/joystick.h: see the Autoconf documentation" >&2;}
1.5999 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: section \"Present But Cannot Be Compiled\"" >&5
1.6000 +echo "$as_me: WARNING: linux/joystick.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.6001 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&5
1.6002 +echo "$as_me: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&2;}
1.6003 + { echo "$as_me:$LINENO: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&5
1.6004 +echo "$as_me: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&2;}
1.6005 +
1.6006 + ;;
1.6007 +esac
1.6008 +{ echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
1.6009 +echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6; }
1.6010 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
1.6011 - $as_echo_n "(cached) " >&6
1.6012 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6013 else
1.6014 ac_cv_header_linux_joystick_h=$ac_header_preproc
1.6015 fi
1.6016 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
1.6017 -$as_echo "$ac_cv_header_linux_joystick_h" >&6; }
1.6018 +{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
1.6019 +echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6; }
1.6020
1.6021 fi
1.6022 if test $ac_cv_header_linux_joystick_h = yes; then
1.6023 @@ -8364,10 +8181,10 @@
1.6024
1.6025 # Extract the first word of "sh-elf-gcc", so it can be a program name with args.
1.6026 set dummy sh-elf-gcc; ac_word=$2
1.6027 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6028 -$as_echo_n "checking for $ac_word... " >&6; }
1.6029 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6030 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6031 if test "${ac_cv_path_SHCC+set}" = set; then
1.6032 - $as_echo_n "(cached) " >&6
1.6033 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6034 else
1.6035 case $SHCC in
1.6036 [\\/]* | ?:[\\/]*)
1.6037 @@ -8382,7 +8199,7 @@
1.6038 for ac_exec_ext in '' $ac_executable_extensions; do
1.6039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6040 ac_cv_path_SHCC="$as_dir/$ac_word$ac_exec_ext"
1.6041 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6042 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6043 break 2
1.6044 fi
1.6045 done
1.6046 @@ -8394,20 +8211,20 @@
1.6047 fi
1.6048 SHCC=$ac_cv_path_SHCC
1.6049 if test -n "$SHCC"; then
1.6050 - { $as_echo "$as_me:$LINENO: result: $SHCC" >&5
1.6051 -$as_echo "$SHCC" >&6; }
1.6052 -else
1.6053 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6054 -$as_echo "no" >&6; }
1.6055 + { echo "$as_me:$LINENO: result: $SHCC" >&5
1.6056 +echo "${ECHO_T}$SHCC" >&6; }
1.6057 +else
1.6058 + { echo "$as_me:$LINENO: result: no" >&5
1.6059 +echo "${ECHO_T}no" >&6; }
1.6060 fi
1.6061
1.6062
1.6063 # Extract the first word of "sh-elf-ld", so it can be a program name with args.
1.6064 set dummy sh-elf-ld; ac_word=$2
1.6065 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6066 -$as_echo_n "checking for $ac_word... " >&6; }
1.6067 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6068 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6069 if test "${ac_cv_path_SHLD+set}" = set; then
1.6070 - $as_echo_n "(cached) " >&6
1.6071 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6072 else
1.6073 case $SHLD in
1.6074 [\\/]* | ?:[\\/]*)
1.6075 @@ -8422,7 +8239,7 @@
1.6076 for ac_exec_ext in '' $ac_executable_extensions; do
1.6077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6078 ac_cv_path_SHLD="$as_dir/$ac_word$ac_exec_ext"
1.6079 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6080 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6081 break 2
1.6082 fi
1.6083 done
1.6084 @@ -8434,20 +8251,20 @@
1.6085 fi
1.6086 SHLD=$ac_cv_path_SHLD
1.6087 if test -n "$SHLD"; then
1.6088 - { $as_echo "$as_me:$LINENO: result: $SHLD" >&5
1.6089 -$as_echo "$SHLD" >&6; }
1.6090 -else
1.6091 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6092 -$as_echo "no" >&6; }
1.6093 + { echo "$as_me:$LINENO: result: $SHLD" >&5
1.6094 +echo "${ECHO_T}$SHLD" >&6; }
1.6095 +else
1.6096 + { echo "$as_me:$LINENO: result: no" >&5
1.6097 +echo "${ECHO_T}no" >&6; }
1.6098 fi
1.6099
1.6100
1.6101 # Extract the first word of "sh-elf-objcopy", so it can be a program name with args.
1.6102 set dummy sh-elf-objcopy; ac_word=$2
1.6103 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6104 -$as_echo_n "checking for $ac_word... " >&6; }
1.6105 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6106 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6107 if test "${ac_cv_path_SHOBJCOPY+set}" = set; then
1.6108 - $as_echo_n "(cached) " >&6
1.6109 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6110 else
1.6111 case $SHOBJCOPY in
1.6112 [\\/]* | ?:[\\/]*)
1.6113 @@ -8462,7 +8279,7 @@
1.6114 for ac_exec_ext in '' $ac_executable_extensions; do
1.6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6116 ac_cv_path_SHOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
1.6117 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6118 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6119 break 2
1.6120 fi
1.6121 done
1.6122 @@ -8474,20 +8291,20 @@
1.6123 fi
1.6124 SHOBJCOPY=$ac_cv_path_SHOBJCOPY
1.6125 if test -n "$SHOBJCOPY"; then
1.6126 - { $as_echo "$as_me:$LINENO: result: $SHOBJCOPY" >&5
1.6127 -$as_echo "$SHOBJCOPY" >&6; }
1.6128 -else
1.6129 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6130 -$as_echo "no" >&6; }
1.6131 + { echo "$as_me:$LINENO: result: $SHOBJCOPY" >&5
1.6132 +echo "${ECHO_T}$SHOBJCOPY" >&6; }
1.6133 +else
1.6134 + { echo "$as_me:$LINENO: result: no" >&5
1.6135 +echo "${ECHO_T}no" >&6; }
1.6136 fi
1.6137
1.6138
1.6139 # Extract the first word of "arm-elf-gcc", so it can be a program name with args.
1.6140 set dummy arm-elf-gcc; ac_word=$2
1.6141 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6142 -$as_echo_n "checking for $ac_word... " >&6; }
1.6143 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6144 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6145 if test "${ac_cv_path_ARMCC+set}" = set; then
1.6146 - $as_echo_n "(cached) " >&6
1.6147 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6148 else
1.6149 case $ARMCC in
1.6150 [\\/]* | ?:[\\/]*)
1.6151 @@ -8502,7 +8319,7 @@
1.6152 for ac_exec_ext in '' $ac_executable_extensions; do
1.6153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6154 ac_cv_path_ARMCC="$as_dir/$ac_word$ac_exec_ext"
1.6155 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6156 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6157 break 2
1.6158 fi
1.6159 done
1.6160 @@ -8514,20 +8331,20 @@
1.6161 fi
1.6162 ARMCC=$ac_cv_path_ARMCC
1.6163 if test -n "$ARMCC"; then
1.6164 - { $as_echo "$as_me:$LINENO: result: $ARMCC" >&5
1.6165 -$as_echo "$ARMCC" >&6; }
1.6166 -else
1.6167 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6168 -$as_echo "no" >&6; }
1.6169 + { echo "$as_me:$LINENO: result: $ARMCC" >&5
1.6170 +echo "${ECHO_T}$ARMCC" >&6; }
1.6171 +else
1.6172 + { echo "$as_me:$LINENO: result: no" >&5
1.6173 +echo "${ECHO_T}no" >&6; }
1.6174 fi
1.6175
1.6176
1.6177 # Extract the first word of "arm-elf-ld", so it can be a program name with args.
1.6178 set dummy arm-elf-ld; ac_word=$2
1.6179 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6180 -$as_echo_n "checking for $ac_word... " >&6; }
1.6181 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6182 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6183 if test "${ac_cv_path_ARMLD+set}" = set; then
1.6184 - $as_echo_n "(cached) " >&6
1.6185 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6186 else
1.6187 case $ARMLD in
1.6188 [\\/]* | ?:[\\/]*)
1.6189 @@ -8542,7 +8359,7 @@
1.6190 for ac_exec_ext in '' $ac_executable_extensions; do
1.6191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6192 ac_cv_path_ARMLD="$as_dir/$ac_word$ac_exec_ext"
1.6193 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6194 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6195 break 2
1.6196 fi
1.6197 done
1.6198 @@ -8554,20 +8371,20 @@
1.6199 fi
1.6200 ARMLD=$ac_cv_path_ARMLD
1.6201 if test -n "$ARMLD"; then
1.6202 - { $as_echo "$as_me:$LINENO: result: $ARMLD" >&5
1.6203 -$as_echo "$ARMLD" >&6; }
1.6204 -else
1.6205 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6206 -$as_echo "no" >&6; }
1.6207 + { echo "$as_me:$LINENO: result: $ARMLD" >&5
1.6208 +echo "${ECHO_T}$ARMLD" >&6; }
1.6209 +else
1.6210 + { echo "$as_me:$LINENO: result: no" >&5
1.6211 +echo "${ECHO_T}no" >&6; }
1.6212 fi
1.6213
1.6214
1.6215 # Extract the first word of "arm-elf-objcopy", so it can be a program name with args.
1.6216 set dummy arm-elf-objcopy; ac_word=$2
1.6217 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6218 -$as_echo_n "checking for $ac_word... " >&6; }
1.6219 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.6220 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.6221 if test "${ac_cv_path_ARMOBJCOPY+set}" = set; then
1.6222 - $as_echo_n "(cached) " >&6
1.6223 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6224 else
1.6225 case $ARMOBJCOPY in
1.6226 [\\/]* | ?:[\\/]*)
1.6227 @@ -8582,7 +8399,7 @@
1.6228 for ac_exec_ext in '' $ac_executable_extensions; do
1.6229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.6230 ac_cv_path_ARMOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
1.6231 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6232 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.6233 break 2
1.6234 fi
1.6235 done
1.6236 @@ -8594,11 +8411,11 @@
1.6237 fi
1.6238 ARMOBJCOPY=$ac_cv_path_ARMOBJCOPY
1.6239 if test -n "$ARMOBJCOPY"; then
1.6240 - { $as_echo "$as_me:$LINENO: result: $ARMOBJCOPY" >&5
1.6241 -$as_echo "$ARMOBJCOPY" >&6; }
1.6242 -else
1.6243 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.6244 -$as_echo "no" >&6; }
1.6245 + { echo "$as_me:$LINENO: result: $ARMOBJCOPY" >&5
1.6246 +echo "${ECHO_T}$ARMOBJCOPY" >&6; }
1.6247 +else
1.6248 + { echo "$as_me:$LINENO: result: no" >&5
1.6249 +echo "${ECHO_T}no" >&6; }
1.6250 fi
1.6251
1.6252
1.6253 @@ -8645,26 +8462,25 @@
1.6254 _ACEOF
1.6255
1.6256
1.6257 -ALL_LINGUAS="de pt_BR"
1.6258 +ALL_LINGUAS="de es it pt_BR"
1.6259
1.6260
1.6261 for ac_header in locale.h
1.6262 do
1.6263 -as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.6264 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1.6265 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.6266 - { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
1.6267 -$as_echo_n "checking for $ac_header... " >&6; }
1.6268 + { echo "$as_me:$LINENO: checking for $ac_header" >&5
1.6269 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.6270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.6271 - $as_echo_n "(cached) " >&6
1.6272 -fi
1.6273 -ac_res=`eval 'as_val=${'$as_ac_Header'}
1.6274 - $as_echo "$as_val"'`
1.6275 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.6276 -$as_echo "$ac_res" >&6; }
1.6277 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6278 +fi
1.6279 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.6280 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.6281 +echo "${ECHO_T}$ac_res" >&6; }
1.6282 else
1.6283 # Is the header compilable?
1.6284 -{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
1.6285 -$as_echo_n "checking $ac_header usability... " >&6; }
1.6286 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
1.6287 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
1.6288 cat >conftest.$ac_ext <<_ACEOF
1.6289 /* confdefs.h. */
1.6290 _ACEOF
1.6291 @@ -8680,33 +8496,32 @@
1.6292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6293 *) ac_try_echo=$ac_try;;
1.6294 esac
1.6295 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6296 -$as_echo "$ac_try_echo") >&5
1.6297 - (eval "$ac_compile") 2>conftest.er1
1.6298 - ac_status=$?
1.6299 - grep -v '^ *+' conftest.er1 >conftest.err
1.6300 - rm -f conftest.er1
1.6301 - cat conftest.err >&5
1.6302 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6303 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6304 + (eval "$ac_compile") 2>conftest.er1
1.6305 + ac_status=$?
1.6306 + grep -v '^ *+' conftest.er1 >conftest.err
1.6307 + rm -f conftest.er1
1.6308 + cat conftest.err >&5
1.6309 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6310 (exit $ac_status); } && {
1.6311 test -z "$ac_c_werror_flag" ||
1.6312 test ! -s conftest.err
1.6313 } && test -s conftest.$ac_objext; then
1.6314 ac_header_compiler=yes
1.6315 else
1.6316 - $as_echo "$as_me: failed program was:" >&5
1.6317 + echo "$as_me: failed program was:" >&5
1.6318 sed 's/^/| /' conftest.$ac_ext >&5
1.6319
1.6320 ac_header_compiler=no
1.6321 fi
1.6322
1.6323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.6324 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.6325 -$as_echo "$ac_header_compiler" >&6; }
1.6326 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.6327 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.6328
1.6329 # Is the header present?
1.6330 -{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
1.6331 -$as_echo_n "checking $ac_header presence... " >&6; }
1.6332 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
1.6333 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
1.6334 cat >conftest.$ac_ext <<_ACEOF
1.6335 /* confdefs.h. */
1.6336 _ACEOF
1.6337 @@ -8720,72 +8535,69 @@
1.6338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6339 *) ac_try_echo=$ac_try;;
1.6340 esac
1.6341 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6342 -$as_echo "$ac_try_echo") >&5
1.6343 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6344 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.6345 ac_status=$?
1.6346 grep -v '^ *+' conftest.er1 >conftest.err
1.6347 rm -f conftest.er1
1.6348 cat conftest.err >&5
1.6349 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6350 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6351 (exit $ac_status); } >/dev/null && {
1.6352 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.6353 test ! -s conftest.err
1.6354 }; then
1.6355 ac_header_preproc=yes
1.6356 else
1.6357 - $as_echo "$as_me: failed program was:" >&5
1.6358 + echo "$as_me: failed program was:" >&5
1.6359 sed 's/^/| /' conftest.$ac_ext >&5
1.6360
1.6361 ac_header_preproc=no
1.6362 fi
1.6363
1.6364 rm -f conftest.err conftest.$ac_ext
1.6365 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.6366 -$as_echo "$ac_header_preproc" >&6; }
1.6367 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.6368 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.6369
1.6370 # So? What about this header?
1.6371 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.6372 yes:no: )
1.6373 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
1.6374 -$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.6375 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
1.6376 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
1.6377 + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
1.6378 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.6379 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
1.6380 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
1.6381 ac_header_preproc=yes
1.6382 ;;
1.6383 no:yes:* )
1.6384 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
1.6385 -$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
1.6386 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
1.6387 -$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
1.6388 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
1.6389 -$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
1.6390 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
1.6391 -$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
1.6392 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
1.6393 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
1.6394 - { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
1.6395 -$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
1.6396 -
1.6397 - ;;
1.6398 -esac
1.6399 -{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
1.6400 -$as_echo_n "checking for $ac_header... " >&6; }
1.6401 + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
1.6402 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
1.6403 + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
1.6404 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
1.6405 + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
1.6406 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
1.6407 + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
1.6408 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
1.6409 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
1.6410 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
1.6411 + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
1.6412 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
1.6413 +
1.6414 + ;;
1.6415 +esac
1.6416 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
1.6417 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
1.6418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
1.6419 - $as_echo_n "(cached) " >&6
1.6420 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6421 else
1.6422 eval "$as_ac_Header=\$ac_header_preproc"
1.6423 fi
1.6424 -ac_res=`eval 'as_val=${'$as_ac_Header'}
1.6425 - $as_echo "$as_val"'`
1.6426 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.6427 -$as_echo "$ac_res" >&6; }
1.6428 -
1.6429 -fi
1.6430 -if test `eval 'as_val=${'$as_ac_Header'}
1.6431 - $as_echo "$as_val"'` = yes; then
1.6432 +ac_res=`eval echo '${'$as_ac_Header'}'`
1.6433 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.6434 +echo "${ECHO_T}$ac_res" >&6; }
1.6435 +
1.6436 +fi
1.6437 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
1.6438 cat >>confdefs.h <<_ACEOF
1.6439 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.6440 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
1.6441 _ACEOF
1.6442
1.6443 fi
1.6444 @@ -8793,10 +8605,10 @@
1.6445 done
1.6446
1.6447 if test $ac_cv_header_locale_h = yes; then
1.6448 - { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
1.6449 -$as_echo_n "checking for LC_MESSAGES... " >&6; }
1.6450 + { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
1.6451 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
1.6452 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
1.6453 - $as_echo_n "(cached) " >&6
1.6454 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6455 else
1.6456 cat >conftest.$ac_ext <<_ACEOF
1.6457 /* confdefs.h. */
1.6458 @@ -8819,35 +8631,31 @@
1.6459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6460 *) ac_try_echo=$ac_try;;
1.6461 esac
1.6462 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6463 -$as_echo "$ac_try_echo") >&5
1.6464 - (eval "$ac_link") 2>conftest.er1
1.6465 - ac_status=$?
1.6466 - grep -v '^ *+' conftest.er1 >conftest.err
1.6467 - rm -f conftest.er1
1.6468 - cat conftest.err >&5
1.6469 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6470 - (exit $ac_status); } && {
1.6471 - test -z "$ac_c_werror_flag" ||
1.6472 - test ! -s conftest.err
1.6473 - } && test -s conftest$ac_exeext && {
1.6474 - test "$cross_compiling" = yes ||
1.6475 - $as_test_x conftest$ac_exeext
1.6476 - }; then
1.6477 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6478 + (eval "$ac_link") 2>conftest.er1
1.6479 + ac_status=$?
1.6480 + grep -v '^ *+' conftest.er1 >conftest.err
1.6481 + rm -f conftest.er1
1.6482 + cat conftest.err >&5
1.6483 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6484 + (exit $ac_status); } && {
1.6485 + test -z "$ac_c_werror_flag" ||
1.6486 + test ! -s conftest.err
1.6487 + } && test -s conftest$ac_exeext &&
1.6488 + $as_test_x conftest$ac_exeext; then
1.6489 am_cv_val_LC_MESSAGES=yes
1.6490 else
1.6491 - $as_echo "$as_me: failed program was:" >&5
1.6492 + echo "$as_me: failed program was:" >&5
1.6493 sed 's/^/| /' conftest.$ac_ext >&5
1.6494
1.6495 am_cv_val_LC_MESSAGES=no
1.6496 fi
1.6497
1.6498 -rm -rf conftest.dSYM
1.6499 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6500 - conftest$ac_exeext conftest.$ac_ext
1.6501 -fi
1.6502 -{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
1.6503 -$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
1.6504 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6505 + conftest$ac_exeext conftest.$ac_ext
1.6506 +fi
1.6507 +{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
1.6508 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
1.6509 if test $am_cv_val_LC_MESSAGES = yes; then
1.6510
1.6511 cat >>confdefs.h <<\_ACEOF
1.6512 @@ -8866,17 +8674,17 @@
1.6513 INTLLIBS=
1.6514
1.6515 if test "${ac_cv_header_libintl_h+set}" = set; then
1.6516 - { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
1.6517 -$as_echo_n "checking for libintl.h... " >&6; }
1.6518 + { echo "$as_me:$LINENO: checking for libintl.h" >&5
1.6519 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
1.6520 if test "${ac_cv_header_libintl_h+set}" = set; then
1.6521 - $as_echo_n "(cached) " >&6
1.6522 -fi
1.6523 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.6524 -$as_echo "$ac_cv_header_libintl_h" >&6; }
1.6525 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6526 +fi
1.6527 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.6528 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
1.6529 else
1.6530 # Is the header compilable?
1.6531 -{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
1.6532 -$as_echo_n "checking libintl.h usability... " >&6; }
1.6533 +{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
1.6534 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
1.6535 cat >conftest.$ac_ext <<_ACEOF
1.6536 /* confdefs.h. */
1.6537 _ACEOF
1.6538 @@ -8892,33 +8700,32 @@
1.6539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6540 *) ac_try_echo=$ac_try;;
1.6541 esac
1.6542 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6543 -$as_echo "$ac_try_echo") >&5
1.6544 - (eval "$ac_compile") 2>conftest.er1
1.6545 - ac_status=$?
1.6546 - grep -v '^ *+' conftest.er1 >conftest.err
1.6547 - rm -f conftest.er1
1.6548 - cat conftest.err >&5
1.6549 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6550 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6551 + (eval "$ac_compile") 2>conftest.er1
1.6552 + ac_status=$?
1.6553 + grep -v '^ *+' conftest.er1 >conftest.err
1.6554 + rm -f conftest.er1
1.6555 + cat conftest.err >&5
1.6556 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6557 (exit $ac_status); } && {
1.6558 test -z "$ac_c_werror_flag" ||
1.6559 test ! -s conftest.err
1.6560 } && test -s conftest.$ac_objext; then
1.6561 ac_header_compiler=yes
1.6562 else
1.6563 - $as_echo "$as_me: failed program was:" >&5
1.6564 + echo "$as_me: failed program was:" >&5
1.6565 sed 's/^/| /' conftest.$ac_ext >&5
1.6566
1.6567 ac_header_compiler=no
1.6568 fi
1.6569
1.6570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1.6571 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.6572 -$as_echo "$ac_header_compiler" >&6; }
1.6573 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
1.6574 +echo "${ECHO_T}$ac_header_compiler" >&6; }
1.6575
1.6576 # Is the header present?
1.6577 -{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
1.6578 -$as_echo_n "checking libintl.h presence... " >&6; }
1.6579 +{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
1.6580 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
1.6581 cat >conftest.$ac_ext <<_ACEOF
1.6582 /* confdefs.h. */
1.6583 _ACEOF
1.6584 @@ -8932,64 +8739,63 @@
1.6585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6586 *) ac_try_echo=$ac_try;;
1.6587 esac
1.6588 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6589 -$as_echo "$ac_try_echo") >&5
1.6590 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6591 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
1.6592 ac_status=$?
1.6593 grep -v '^ *+' conftest.er1 >conftest.err
1.6594 rm -f conftest.er1
1.6595 cat conftest.err >&5
1.6596 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6597 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6598 (exit $ac_status); } >/dev/null && {
1.6599 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1.6600 test ! -s conftest.err
1.6601 }; then
1.6602 ac_header_preproc=yes
1.6603 else
1.6604 - $as_echo "$as_me: failed program was:" >&5
1.6605 + echo "$as_me: failed program was:" >&5
1.6606 sed 's/^/| /' conftest.$ac_ext >&5
1.6607
1.6608 ac_header_preproc=no
1.6609 fi
1.6610
1.6611 rm -f conftest.err conftest.$ac_ext
1.6612 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.6613 -$as_echo "$ac_header_preproc" >&6; }
1.6614 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
1.6615 +echo "${ECHO_T}$ac_header_preproc" >&6; }
1.6616
1.6617 # So? What about this header?
1.6618 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
1.6619 yes:no: )
1.6620 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.6621 -$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.6622 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
1.6623 -$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
1.6624 + { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
1.6625 +echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
1.6626 + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
1.6627 +echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
1.6628 ac_header_preproc=yes
1.6629 ;;
1.6630 no:yes:* )
1.6631 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
1.6632 -$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
1.6633 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
1.6634 -$as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
1.6635 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
1.6636 -$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
1.6637 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
1.6638 -$as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.6639 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
1.6640 -$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
1.6641 - { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
1.6642 -$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
1.6643 -
1.6644 - ;;
1.6645 -esac
1.6646 -{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
1.6647 -$as_echo_n "checking for libintl.h... " >&6; }
1.6648 + { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
1.6649 +echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
1.6650 + { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
1.6651 +echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
1.6652 + { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
1.6653 +echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
1.6654 + { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
1.6655 +echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
1.6656 + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
1.6657 +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
1.6658 + { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
1.6659 +echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
1.6660 +
1.6661 + ;;
1.6662 +esac
1.6663 +{ echo "$as_me:$LINENO: checking for libintl.h" >&5
1.6664 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
1.6665 if test "${ac_cv_header_libintl_h+set}" = set; then
1.6666 - $as_echo_n "(cached) " >&6
1.6667 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6668 else
1.6669 ac_cv_header_libintl_h=$ac_header_preproc
1.6670 fi
1.6671 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.6672 -$as_echo "$ac_cv_header_libintl_h" >&6; }
1.6673 +{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
1.6674 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
1.6675
1.6676 fi
1.6677 if test $ac_cv_header_libintl_h = yes; then
1.6678 @@ -8999,10 +8805,10 @@
1.6679 #
1.6680 # First check in libc
1.6681 #
1.6682 - { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
1.6683 -$as_echo_n "checking for ngettext in libc... " >&6; }
1.6684 + { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
1.6685 +echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
1.6686 if test "${gt_cv_func_ngettext_libc+set}" = set; then
1.6687 - $as_echo_n "(cached) " >&6
1.6688 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6689 else
1.6690 cat >conftest.$ac_ext <<_ACEOF
1.6691 /* confdefs.h. */
1.6692 @@ -9027,42 +8833,38 @@
1.6693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6694 *) ac_try_echo=$ac_try;;
1.6695 esac
1.6696 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6697 -$as_echo "$ac_try_echo") >&5
1.6698 - (eval "$ac_link") 2>conftest.er1
1.6699 - ac_status=$?
1.6700 - grep -v '^ *+' conftest.er1 >conftest.err
1.6701 - rm -f conftest.er1
1.6702 - cat conftest.err >&5
1.6703 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6704 - (exit $ac_status); } && {
1.6705 - test -z "$ac_c_werror_flag" ||
1.6706 - test ! -s conftest.err
1.6707 - } && test -s conftest$ac_exeext && {
1.6708 - test "$cross_compiling" = yes ||
1.6709 - $as_test_x conftest$ac_exeext
1.6710 - }; then
1.6711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6712 + (eval "$ac_link") 2>conftest.er1
1.6713 + ac_status=$?
1.6714 + grep -v '^ *+' conftest.er1 >conftest.err
1.6715 + rm -f conftest.er1
1.6716 + cat conftest.err >&5
1.6717 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6718 + (exit $ac_status); } && {
1.6719 + test -z "$ac_c_werror_flag" ||
1.6720 + test ! -s conftest.err
1.6721 + } && test -s conftest$ac_exeext &&
1.6722 + $as_test_x conftest$ac_exeext; then
1.6723 gt_cv_func_ngettext_libc=yes
1.6724 else
1.6725 - $as_echo "$as_me: failed program was:" >&5
1.6726 + echo "$as_me: failed program was:" >&5
1.6727 sed 's/^/| /' conftest.$ac_ext >&5
1.6728
1.6729 gt_cv_func_ngettext_libc=no
1.6730 fi
1.6731
1.6732 -rm -rf conftest.dSYM
1.6733 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6734 - conftest$ac_exeext conftest.$ac_ext
1.6735 -
1.6736 -fi
1.6737 -{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
1.6738 -$as_echo "$gt_cv_func_ngettext_libc" >&6; }
1.6739 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6740 + conftest$ac_exeext conftest.$ac_ext
1.6741 +
1.6742 +fi
1.6743 +{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
1.6744 +echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
1.6745
1.6746 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1.6747 - { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
1.6748 -$as_echo_n "checking for dgettext in libc... " >&6; }
1.6749 + { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
1.6750 +echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
1.6751 if test "${gt_cv_func_dgettext_libc+set}" = set; then
1.6752 - $as_echo_n "(cached) " >&6
1.6753 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6754 else
1.6755 cat >conftest.$ac_ext <<_ACEOF
1.6756 /* confdefs.h. */
1.6757 @@ -9087,47 +8889,43 @@
1.6758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6759 *) ac_try_echo=$ac_try;;
1.6760 esac
1.6761 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6762 -$as_echo "$ac_try_echo") >&5
1.6763 - (eval "$ac_link") 2>conftest.er1
1.6764 - ac_status=$?
1.6765 - grep -v '^ *+' conftest.er1 >conftest.err
1.6766 - rm -f conftest.er1
1.6767 - cat conftest.err >&5
1.6768 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6769 - (exit $ac_status); } && {
1.6770 - test -z "$ac_c_werror_flag" ||
1.6771 - test ! -s conftest.err
1.6772 - } && test -s conftest$ac_exeext && {
1.6773 - test "$cross_compiling" = yes ||
1.6774 - $as_test_x conftest$ac_exeext
1.6775 - }; then
1.6776 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6777 + (eval "$ac_link") 2>conftest.er1
1.6778 + ac_status=$?
1.6779 + grep -v '^ *+' conftest.er1 >conftest.err
1.6780 + rm -f conftest.er1
1.6781 + cat conftest.err >&5
1.6782 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6783 + (exit $ac_status); } && {
1.6784 + test -z "$ac_c_werror_flag" ||
1.6785 + test ! -s conftest.err
1.6786 + } && test -s conftest$ac_exeext &&
1.6787 + $as_test_x conftest$ac_exeext; then
1.6788 gt_cv_func_dgettext_libc=yes
1.6789 else
1.6790 - $as_echo "$as_me: failed program was:" >&5
1.6791 + echo "$as_me: failed program was:" >&5
1.6792 sed 's/^/| /' conftest.$ac_ext >&5
1.6793
1.6794 gt_cv_func_dgettext_libc=no
1.6795 fi
1.6796
1.6797 -rm -rf conftest.dSYM
1.6798 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6799 - conftest$ac_exeext conftest.$ac_ext
1.6800 -
1.6801 -fi
1.6802 -{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
1.6803 -$as_echo "$gt_cv_func_dgettext_libc" >&6; }
1.6804 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6805 + conftest$ac_exeext conftest.$ac_ext
1.6806 +
1.6807 +fi
1.6808 +{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
1.6809 +echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
1.6810 fi
1.6811
1.6812 if test "$gt_cv_func_ngettext_libc" = "yes" ; then
1.6813
1.6814 for ac_func in bind_textdomain_codeset
1.6815 do
1.6816 -as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.6817 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6818 -$as_echo_n "checking for $ac_func... " >&6; }
1.6819 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.6820 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.6821 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.6822 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.6823 - $as_echo_n "(cached) " >&6
1.6824 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6825 else
1.6826 cat >conftest.$ac_ext <<_ACEOF
1.6827 /* confdefs.h. */
1.6828 @@ -9180,41 +8978,35 @@
1.6829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6830 *) ac_try_echo=$ac_try;;
1.6831 esac
1.6832 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6833 -$as_echo "$ac_try_echo") >&5
1.6834 - (eval "$ac_link") 2>conftest.er1
1.6835 - ac_status=$?
1.6836 - grep -v '^ *+' conftest.er1 >conftest.err
1.6837 - rm -f conftest.er1
1.6838 - cat conftest.err >&5
1.6839 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6840 - (exit $ac_status); } && {
1.6841 - test -z "$ac_c_werror_flag" ||
1.6842 - test ! -s conftest.err
1.6843 - } && test -s conftest$ac_exeext && {
1.6844 - test "$cross_compiling" = yes ||
1.6845 - $as_test_x conftest$ac_exeext
1.6846 - }; then
1.6847 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6848 + (eval "$ac_link") 2>conftest.er1
1.6849 + ac_status=$?
1.6850 + grep -v '^ *+' conftest.er1 >conftest.err
1.6851 + rm -f conftest.er1
1.6852 + cat conftest.err >&5
1.6853 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6854 + (exit $ac_status); } && {
1.6855 + test -z "$ac_c_werror_flag" ||
1.6856 + test ! -s conftest.err
1.6857 + } && test -s conftest$ac_exeext &&
1.6858 + $as_test_x conftest$ac_exeext; then
1.6859 eval "$as_ac_var=yes"
1.6860 else
1.6861 - $as_echo "$as_me: failed program was:" >&5
1.6862 + echo "$as_me: failed program was:" >&5
1.6863 sed 's/^/| /' conftest.$ac_ext >&5
1.6864
1.6865 eval "$as_ac_var=no"
1.6866 fi
1.6867
1.6868 -rm -rf conftest.dSYM
1.6869 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6870 - conftest$ac_exeext conftest.$ac_ext
1.6871 -fi
1.6872 -ac_res=`eval 'as_val=${'$as_ac_var'}
1.6873 - $as_echo "$as_val"'`
1.6874 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.6875 -$as_echo "$ac_res" >&6; }
1.6876 -if test `eval 'as_val=${'$as_ac_var'}
1.6877 - $as_echo "$as_val"'` = yes; then
1.6878 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6879 + conftest$ac_exeext conftest.$ac_ext
1.6880 +fi
1.6881 +ac_res=`eval echo '${'$as_ac_var'}'`
1.6882 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.6883 +echo "${ECHO_T}$ac_res" >&6; }
1.6884 +if test `eval echo '${'$as_ac_var'}'` = yes; then
1.6885 cat >>confdefs.h <<_ACEOF
1.6886 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.6887 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.6888 _ACEOF
1.6889
1.6890 fi
1.6891 @@ -9229,10 +9021,10 @@
1.6892 || test "$gt_cv_func_ngettext_libc" != "yes" \
1.6893 || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
1.6894
1.6895 - { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
1.6896 -$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
1.6897 + { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
1.6898 +echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
1.6899 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
1.6900 - $as_echo_n "(cached) " >&6
1.6901 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6902 else
1.6903 ac_check_lib_save_LIBS=$LIBS
1.6904 LIBS="-lintl $LIBS"
1.6905 @@ -9264,41 +9056,37 @@
1.6906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6907 *) ac_try_echo=$ac_try;;
1.6908 esac
1.6909 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6910 -$as_echo "$ac_try_echo") >&5
1.6911 - (eval "$ac_link") 2>conftest.er1
1.6912 - ac_status=$?
1.6913 - grep -v '^ *+' conftest.er1 >conftest.err
1.6914 - rm -f conftest.er1
1.6915 - cat conftest.err >&5
1.6916 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6917 - (exit $ac_status); } && {
1.6918 - test -z "$ac_c_werror_flag" ||
1.6919 - test ! -s conftest.err
1.6920 - } && test -s conftest$ac_exeext && {
1.6921 - test "$cross_compiling" = yes ||
1.6922 - $as_test_x conftest$ac_exeext
1.6923 - }; then
1.6924 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6925 + (eval "$ac_link") 2>conftest.er1
1.6926 + ac_status=$?
1.6927 + grep -v '^ *+' conftest.er1 >conftest.err
1.6928 + rm -f conftest.er1
1.6929 + cat conftest.err >&5
1.6930 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6931 + (exit $ac_status); } && {
1.6932 + test -z "$ac_c_werror_flag" ||
1.6933 + test ! -s conftest.err
1.6934 + } && test -s conftest$ac_exeext &&
1.6935 + $as_test_x conftest$ac_exeext; then
1.6936 ac_cv_lib_intl_bindtextdomain=yes
1.6937 else
1.6938 - $as_echo "$as_me: failed program was:" >&5
1.6939 + echo "$as_me: failed program was:" >&5
1.6940 sed 's/^/| /' conftest.$ac_ext >&5
1.6941
1.6942 ac_cv_lib_intl_bindtextdomain=no
1.6943 fi
1.6944
1.6945 -rm -rf conftest.dSYM
1.6946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.6947 conftest$ac_exeext conftest.$ac_ext
1.6948 LIBS=$ac_check_lib_save_LIBS
1.6949 fi
1.6950 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
1.6951 -$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
1.6952 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
1.6953 +echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
1.6954 if test $ac_cv_lib_intl_bindtextdomain = yes; then
1.6955 - { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6956 -$as_echo_n "checking for ngettext in -lintl... " >&6; }
1.6957 + { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.6958 +echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
1.6959 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
1.6960 - $as_echo_n "(cached) " >&6
1.6961 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.6962 else
1.6963 ac_check_lib_save_LIBS=$LIBS
1.6964 LIBS="-lintl $LIBS"
1.6965 @@ -9330,41 +9118,37 @@
1.6966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.6967 *) ac_try_echo=$ac_try;;
1.6968 esac
1.6969 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.6970 -$as_echo "$ac_try_echo") >&5
1.6971 - (eval "$ac_link") 2>conftest.er1
1.6972 - ac_status=$?
1.6973 - grep -v '^ *+' conftest.er1 >conftest.err
1.6974 - rm -f conftest.er1
1.6975 - cat conftest.err >&5
1.6976 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6977 - (exit $ac_status); } && {
1.6978 - test -z "$ac_c_werror_flag" ||
1.6979 - test ! -s conftest.err
1.6980 - } && test -s conftest$ac_exeext && {
1.6981 - test "$cross_compiling" = yes ||
1.6982 - $as_test_x conftest$ac_exeext
1.6983 - }; then
1.6984 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.6985 + (eval "$ac_link") 2>conftest.er1
1.6986 + ac_status=$?
1.6987 + grep -v '^ *+' conftest.er1 >conftest.err
1.6988 + rm -f conftest.er1
1.6989 + cat conftest.err >&5
1.6990 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.6991 + (exit $ac_status); } && {
1.6992 + test -z "$ac_c_werror_flag" ||
1.6993 + test ! -s conftest.err
1.6994 + } && test -s conftest$ac_exeext &&
1.6995 + $as_test_x conftest$ac_exeext; then
1.6996 ac_cv_lib_intl_ngettext=yes
1.6997 else
1.6998 - $as_echo "$as_me: failed program was:" >&5
1.6999 + echo "$as_me: failed program was:" >&5
1.7000 sed 's/^/| /' conftest.$ac_ext >&5
1.7001
1.7002 ac_cv_lib_intl_ngettext=no
1.7003 fi
1.7004
1.7005 -rm -rf conftest.dSYM
1.7006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7007 conftest$ac_exeext conftest.$ac_ext
1.7008 LIBS=$ac_check_lib_save_LIBS
1.7009 fi
1.7010 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.7011 -$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
1.7012 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.7013 +echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
1.7014 if test $ac_cv_lib_intl_ngettext = yes; then
1.7015 - { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
1.7016 -$as_echo_n "checking for dgettext in -lintl... " >&6; }
1.7017 + { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
1.7018 +echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
1.7019 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
1.7020 - $as_echo_n "(cached) " >&6
1.7021 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7022 else
1.7023 ac_check_lib_save_LIBS=$LIBS
1.7024 LIBS="-lintl $LIBS"
1.7025 @@ -9396,36 +9180,32 @@
1.7026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7027 *) ac_try_echo=$ac_try;;
1.7028 esac
1.7029 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7030 -$as_echo "$ac_try_echo") >&5
1.7031 - (eval "$ac_link") 2>conftest.er1
1.7032 - ac_status=$?
1.7033 - grep -v '^ *+' conftest.er1 >conftest.err
1.7034 - rm -f conftest.er1
1.7035 - cat conftest.err >&5
1.7036 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7037 - (exit $ac_status); } && {
1.7038 - test -z "$ac_c_werror_flag" ||
1.7039 - test ! -s conftest.err
1.7040 - } && test -s conftest$ac_exeext && {
1.7041 - test "$cross_compiling" = yes ||
1.7042 - $as_test_x conftest$ac_exeext
1.7043 - }; then
1.7044 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7045 + (eval "$ac_link") 2>conftest.er1
1.7046 + ac_status=$?
1.7047 + grep -v '^ *+' conftest.er1 >conftest.err
1.7048 + rm -f conftest.er1
1.7049 + cat conftest.err >&5
1.7050 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7051 + (exit $ac_status); } && {
1.7052 + test -z "$ac_c_werror_flag" ||
1.7053 + test ! -s conftest.err
1.7054 + } && test -s conftest$ac_exeext &&
1.7055 + $as_test_x conftest$ac_exeext; then
1.7056 ac_cv_lib_intl_dgettext=yes
1.7057 else
1.7058 - $as_echo "$as_me: failed program was:" >&5
1.7059 + echo "$as_me: failed program was:" >&5
1.7060 sed 's/^/| /' conftest.$ac_ext >&5
1.7061
1.7062 ac_cv_lib_intl_dgettext=no
1.7063 fi
1.7064
1.7065 -rm -rf conftest.dSYM
1.7066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7067 conftest$ac_exeext conftest.$ac_ext
1.7068 LIBS=$ac_check_lib_save_LIBS
1.7069 fi
1.7070 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
1.7071 -$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
1.7072 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
1.7073 +echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
1.7074 if test $ac_cv_lib_intl_dgettext = yes; then
1.7075 gt_cv_func_dgettext_libintl=yes
1.7076 fi
1.7077 @@ -9436,14 +9216,14 @@
1.7078
1.7079
1.7080 if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
1.7081 - { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
1.7082 -$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
1.7083 - { $as_echo "$as_me:$LINENO: result: " >&5
1.7084 -$as_echo "" >&6; }
1.7085 - { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.7086 -$as_echo_n "checking for ngettext in -lintl... " >&6; }
1.7087 + { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
1.7088 +echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
1.7089 + { echo "$as_me:$LINENO: result: " >&5
1.7090 +echo "${ECHO_T}" >&6; }
1.7091 + { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
1.7092 +echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
1.7093 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
1.7094 - $as_echo_n "(cached) " >&6
1.7095 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7096 else
1.7097 ac_check_lib_save_LIBS=$LIBS
1.7098 LIBS="-lintl -liconv $LIBS"
1.7099 @@ -9475,41 +9255,37 @@
1.7100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7101 *) ac_try_echo=$ac_try;;
1.7102 esac
1.7103 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7104 -$as_echo "$ac_try_echo") >&5
1.7105 - (eval "$ac_link") 2>conftest.er1
1.7106 - ac_status=$?
1.7107 - grep -v '^ *+' conftest.er1 >conftest.err
1.7108 - rm -f conftest.er1
1.7109 - cat conftest.err >&5
1.7110 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7111 - (exit $ac_status); } && {
1.7112 - test -z "$ac_c_werror_flag" ||
1.7113 - test ! -s conftest.err
1.7114 - } && test -s conftest$ac_exeext && {
1.7115 - test "$cross_compiling" = yes ||
1.7116 - $as_test_x conftest$ac_exeext
1.7117 - }; then
1.7118 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7119 + (eval "$ac_link") 2>conftest.er1
1.7120 + ac_status=$?
1.7121 + grep -v '^ *+' conftest.er1 >conftest.err
1.7122 + rm -f conftest.er1
1.7123 + cat conftest.err >&5
1.7124 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7125 + (exit $ac_status); } && {
1.7126 + test -z "$ac_c_werror_flag" ||
1.7127 + test ! -s conftest.err
1.7128 + } && test -s conftest$ac_exeext &&
1.7129 + $as_test_x conftest$ac_exeext; then
1.7130 ac_cv_lib_intl_ngettext=yes
1.7131 else
1.7132 - $as_echo "$as_me: failed program was:" >&5
1.7133 + echo "$as_me: failed program was:" >&5
1.7134 sed 's/^/| /' conftest.$ac_ext >&5
1.7135
1.7136 ac_cv_lib_intl_ngettext=no
1.7137 fi
1.7138
1.7139 -rm -rf conftest.dSYM
1.7140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7141 conftest$ac_exeext conftest.$ac_ext
1.7142 LIBS=$ac_check_lib_save_LIBS
1.7143 fi
1.7144 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.7145 -$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
1.7146 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
1.7147 +echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
1.7148 if test $ac_cv_lib_intl_ngettext = yes; then
1.7149 - { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
1.7150 -$as_echo_n "checking for dcgettext in -lintl... " >&6; }
1.7151 + { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
1.7152 +echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
1.7153 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
1.7154 - $as_echo_n "(cached) " >&6
1.7155 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7156 else
1.7157 ac_check_lib_save_LIBS=$LIBS
1.7158 LIBS="-lintl -liconv $LIBS"
1.7159 @@ -9541,36 +9317,32 @@
1.7160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7161 *) ac_try_echo=$ac_try;;
1.7162 esac
1.7163 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7164 -$as_echo "$ac_try_echo") >&5
1.7165 - (eval "$ac_link") 2>conftest.er1
1.7166 - ac_status=$?
1.7167 - grep -v '^ *+' conftest.er1 >conftest.err
1.7168 - rm -f conftest.er1
1.7169 - cat conftest.err >&5
1.7170 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7171 - (exit $ac_status); } && {
1.7172 - test -z "$ac_c_werror_flag" ||
1.7173 - test ! -s conftest.err
1.7174 - } && test -s conftest$ac_exeext && {
1.7175 - test "$cross_compiling" = yes ||
1.7176 - $as_test_x conftest$ac_exeext
1.7177 - }; then
1.7178 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7179 + (eval "$ac_link") 2>conftest.er1
1.7180 + ac_status=$?
1.7181 + grep -v '^ *+' conftest.er1 >conftest.err
1.7182 + rm -f conftest.er1
1.7183 + cat conftest.err >&5
1.7184 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7185 + (exit $ac_status); } && {
1.7186 + test -z "$ac_c_werror_flag" ||
1.7187 + test ! -s conftest.err
1.7188 + } && test -s conftest$ac_exeext &&
1.7189 + $as_test_x conftest$ac_exeext; then
1.7190 ac_cv_lib_intl_dcgettext=yes
1.7191 else
1.7192 - $as_echo "$as_me: failed program was:" >&5
1.7193 + echo "$as_me: failed program was:" >&5
1.7194 sed 's/^/| /' conftest.$ac_ext >&5
1.7195
1.7196 ac_cv_lib_intl_dcgettext=no
1.7197 fi
1.7198
1.7199 -rm -rf conftest.dSYM
1.7200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7201 conftest$ac_exeext conftest.$ac_ext
1.7202 LIBS=$ac_check_lib_save_LIBS
1.7203 fi
1.7204 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
1.7205 -$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
1.7206 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
1.7207 +echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
1.7208 if test $ac_cv_lib_intl_dcgettext = yes; then
1.7209 gt_cv_func_dgettext_libintl=yes
1.7210 libintl_extra_libs=-liconv
1.7211 @@ -9596,11 +9368,11 @@
1.7212
1.7213 for ac_func in bind_textdomain_codeset
1.7214 do
1.7215 -as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.7216 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
1.7217 -$as_echo_n "checking for $ac_func... " >&6; }
1.7218 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.7219 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.7220 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.7221 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.7222 - $as_echo_n "(cached) " >&6
1.7223 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7224 else
1.7225 cat >conftest.$ac_ext <<_ACEOF
1.7226 /* confdefs.h. */
1.7227 @@ -9653,41 +9425,35 @@
1.7228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7229 *) ac_try_echo=$ac_try;;
1.7230 esac
1.7231 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7232 -$as_echo "$ac_try_echo") >&5
1.7233 - (eval "$ac_link") 2>conftest.er1
1.7234 - ac_status=$?
1.7235 - grep -v '^ *+' conftest.er1 >conftest.err
1.7236 - rm -f conftest.er1
1.7237 - cat conftest.err >&5
1.7238 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7239 - (exit $ac_status); } && {
1.7240 - test -z "$ac_c_werror_flag" ||
1.7241 - test ! -s conftest.err
1.7242 - } && test -s conftest$ac_exeext && {
1.7243 - test "$cross_compiling" = yes ||
1.7244 - $as_test_x conftest$ac_exeext
1.7245 - }; then
1.7246 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7247 + (eval "$ac_link") 2>conftest.er1
1.7248 + ac_status=$?
1.7249 + grep -v '^ *+' conftest.er1 >conftest.err
1.7250 + rm -f conftest.er1
1.7251 + cat conftest.err >&5
1.7252 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7253 + (exit $ac_status); } && {
1.7254 + test -z "$ac_c_werror_flag" ||
1.7255 + test ! -s conftest.err
1.7256 + } && test -s conftest$ac_exeext &&
1.7257 + $as_test_x conftest$ac_exeext; then
1.7258 eval "$as_ac_var=yes"
1.7259 else
1.7260 - $as_echo "$as_me: failed program was:" >&5
1.7261 + echo "$as_me: failed program was:" >&5
1.7262 sed 's/^/| /' conftest.$ac_ext >&5
1.7263
1.7264 eval "$as_ac_var=no"
1.7265 fi
1.7266
1.7267 -rm -rf conftest.dSYM
1.7268 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7269 - conftest$ac_exeext conftest.$ac_ext
1.7270 -fi
1.7271 -ac_res=`eval 'as_val=${'$as_ac_var'}
1.7272 - $as_echo "$as_val"'`
1.7273 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.7274 -$as_echo "$ac_res" >&6; }
1.7275 -if test `eval 'as_val=${'$as_ac_var'}
1.7276 - $as_echo "$as_val"'` = yes; then
1.7277 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7278 + conftest$ac_exeext conftest.$ac_ext
1.7279 +fi
1.7280 +ac_res=`eval echo '${'$as_ac_var'}'`
1.7281 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.7282 +echo "${ECHO_T}$ac_res" >&6; }
1.7283 +if test `eval echo '${'$as_ac_var'}'` = yes; then
1.7284 cat >>confdefs.h <<_ACEOF
1.7285 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.7286 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.7287 _ACEOF
1.7288
1.7289 fi
1.7290 @@ -9723,10 +9489,10 @@
1.7291
1.7292 # Extract the first word of "msgfmt", so it can be a program name with args.
1.7293 set dummy msgfmt; ac_word=$2
1.7294 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7295 -$as_echo_n "checking for $ac_word... " >&6; }
1.7296 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7297 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.7298 if test "${ac_cv_path_MSGFMT+set}" = set; then
1.7299 - $as_echo_n "(cached) " >&6
1.7300 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7301 else
1.7302 case "$MSGFMT" in
1.7303 /*)
1.7304 @@ -9750,11 +9516,11 @@
1.7305 fi
1.7306 MSGFMT="$ac_cv_path_MSGFMT"
1.7307 if test "$MSGFMT" != "no"; then
1.7308 - { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
1.7309 -$as_echo "$MSGFMT" >&6; }
1.7310 -else
1.7311 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.7312 -$as_echo "no" >&6; }
1.7313 + { echo "$as_me:$LINENO: result: $MSGFMT" >&5
1.7314 +echo "${ECHO_T}$MSGFMT" >&6; }
1.7315 +else
1.7316 + { echo "$as_me:$LINENO: result: no" >&5
1.7317 +echo "${ECHO_T}no" >&6; }
1.7318 fi
1.7319 if test "$MSGFMT" != "no"; then
1.7320 glib_save_LIBS="$LIBS"
1.7321 @@ -9762,11 +9528,11 @@
1.7322
1.7323 for ac_func in dcgettext
1.7324 do
1.7325 -as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.7326 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
1.7327 -$as_echo_n "checking for $ac_func... " >&6; }
1.7328 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
1.7329 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
1.7330 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
1.7331 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
1.7332 - $as_echo_n "(cached) " >&6
1.7333 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7334 else
1.7335 cat >conftest.$ac_ext <<_ACEOF
1.7336 /* confdefs.h. */
1.7337 @@ -9819,49 +9585,43 @@
1.7338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7339 *) ac_try_echo=$ac_try;;
1.7340 esac
1.7341 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7342 -$as_echo "$ac_try_echo") >&5
1.7343 - (eval "$ac_link") 2>conftest.er1
1.7344 - ac_status=$?
1.7345 - grep -v '^ *+' conftest.er1 >conftest.err
1.7346 - rm -f conftest.er1
1.7347 - cat conftest.err >&5
1.7348 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7349 - (exit $ac_status); } && {
1.7350 - test -z "$ac_c_werror_flag" ||
1.7351 - test ! -s conftest.err
1.7352 - } && test -s conftest$ac_exeext && {
1.7353 - test "$cross_compiling" = yes ||
1.7354 - $as_test_x conftest$ac_exeext
1.7355 - }; then
1.7356 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7357 + (eval "$ac_link") 2>conftest.er1
1.7358 + ac_status=$?
1.7359 + grep -v '^ *+' conftest.er1 >conftest.err
1.7360 + rm -f conftest.er1
1.7361 + cat conftest.err >&5
1.7362 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7363 + (exit $ac_status); } && {
1.7364 + test -z "$ac_c_werror_flag" ||
1.7365 + test ! -s conftest.err
1.7366 + } && test -s conftest$ac_exeext &&
1.7367 + $as_test_x conftest$ac_exeext; then
1.7368 eval "$as_ac_var=yes"
1.7369 else
1.7370 - $as_echo "$as_me: failed program was:" >&5
1.7371 + echo "$as_me: failed program was:" >&5
1.7372 sed 's/^/| /' conftest.$ac_ext >&5
1.7373
1.7374 eval "$as_ac_var=no"
1.7375 fi
1.7376
1.7377 -rm -rf conftest.dSYM
1.7378 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7379 - conftest$ac_exeext conftest.$ac_ext
1.7380 -fi
1.7381 -ac_res=`eval 'as_val=${'$as_ac_var'}
1.7382 - $as_echo "$as_val"'`
1.7383 - { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
1.7384 -$as_echo "$ac_res" >&6; }
1.7385 -if test `eval 'as_val=${'$as_ac_var'}
1.7386 - $as_echo "$as_val"'` = yes; then
1.7387 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7388 + conftest$ac_exeext conftest.$ac_ext
1.7389 +fi
1.7390 +ac_res=`eval echo '${'$as_ac_var'}'`
1.7391 + { echo "$as_me:$LINENO: result: $ac_res" >&5
1.7392 +echo "${ECHO_T}$ac_res" >&6; }
1.7393 +if test `eval echo '${'$as_ac_var'}'` = yes; then
1.7394 cat >>confdefs.h <<_ACEOF
1.7395 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.7396 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1.7397 _ACEOF
1.7398
1.7399 fi
1.7400 done
1.7401
1.7402 MSGFMT_OPTS=
1.7403 - { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
1.7404 -$as_echo_n "checking if msgfmt accepts -c... " >&6; }
1.7405 + { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
1.7406 +echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
1.7407 cat >conftest.foo <<_ACEOF
1.7408
1.7409 msgid ""
1.7410 @@ -9875,25 +9635,25 @@
1.7411 "Content-Transfer-Encoding: 8bit\n"
1.7412
1.7413 _ACEOF
1.7414 -if { ($as_echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5
1.7415 +if { (echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5
1.7416 (msgfmt -c -o /dev/null conftest.foo) 2>&5
1.7417 ac_status=$?
1.7418 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7419 - (exit $ac_status); }; then
1.7420 - MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
1.7421 -$as_echo "yes" >&6; }
1.7422 -else { $as_echo "$as_me:$LINENO: result: no" >&5
1.7423 -$as_echo "no" >&6; }
1.7424 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7425 + (exit $ac_status); }; then
1.7426 + MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
1.7427 +echo "${ECHO_T}yes" >&6; }
1.7428 +else { echo "$as_me:$LINENO: result: no" >&5
1.7429 +echo "${ECHO_T}no" >&6; }
1.7430 echo "$as_me: failed input was:" >&5
1.7431 sed 's/^/| /' conftest.foo >&5
1.7432 fi
1.7433
1.7434 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1.7435 set dummy gmsgfmt; ac_word=$2
1.7436 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7437 -$as_echo_n "checking for $ac_word... " >&6; }
1.7438 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7439 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.7440 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1.7441 - $as_echo_n "(cached) " >&6
1.7442 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7443 else
1.7444 case $GMSGFMT in
1.7445 [\\/]* | ?:[\\/]*)
1.7446 @@ -9908,7 +9668,7 @@
1.7447 for ac_exec_ext in '' $ac_executable_extensions; do
1.7448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1.7449 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1.7450 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.7451 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1.7452 break 2
1.7453 fi
1.7454 done
1.7455 @@ -9921,20 +9681,20 @@
1.7456 fi
1.7457 GMSGFMT=$ac_cv_path_GMSGFMT
1.7458 if test -n "$GMSGFMT"; then
1.7459 - { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1.7460 -$as_echo "$GMSGFMT" >&6; }
1.7461 -else
1.7462 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.7463 -$as_echo "no" >&6; }
1.7464 + { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1.7465 +echo "${ECHO_T}$GMSGFMT" >&6; }
1.7466 +else
1.7467 + { echo "$as_me:$LINENO: result: no" >&5
1.7468 +echo "${ECHO_T}no" >&6; }
1.7469 fi
1.7470
1.7471
1.7472 # Extract the first word of "xgettext", so it can be a program name with args.
1.7473 set dummy xgettext; ac_word=$2
1.7474 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7475 -$as_echo_n "checking for $ac_word... " >&6; }
1.7476 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1.7477 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1.7478 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1.7479 - $as_echo_n "(cached) " >&6
1.7480 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7481 else
1.7482 case "$XGETTEXT" in
1.7483 /*)
1.7484 @@ -9958,11 +9718,11 @@
1.7485 fi
1.7486 XGETTEXT="$ac_cv_path_XGETTEXT"
1.7487 if test "$XGETTEXT" != ":"; then
1.7488 - { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1.7489 -$as_echo "$XGETTEXT" >&6; }
1.7490 -else
1.7491 - { $as_echo "$as_me:$LINENO: result: no" >&5
1.7492 -$as_echo "no" >&6; }
1.7493 + { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1.7494 +echo "${ECHO_T}$XGETTEXT" >&6; }
1.7495 +else
1.7496 + { echo "$as_me:$LINENO: result: no" >&5
1.7497 +echo "${ECHO_T}no" >&6; }
1.7498 fi
1.7499
1.7500 cat >conftest.$ac_ext <<_ACEOF
1.7501 @@ -9987,33 +9747,30 @@
1.7502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7503 *) ac_try_echo=$ac_try;;
1.7504 esac
1.7505 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7506 -$as_echo "$ac_try_echo") >&5
1.7507 - (eval "$ac_link") 2>conftest.er1
1.7508 - ac_status=$?
1.7509 - grep -v '^ *+' conftest.er1 >conftest.err
1.7510 - rm -f conftest.er1
1.7511 - cat conftest.err >&5
1.7512 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7513 - (exit $ac_status); } && {
1.7514 - test -z "$ac_c_werror_flag" ||
1.7515 - test ! -s conftest.err
1.7516 - } && test -s conftest$ac_exeext && {
1.7517 - test "$cross_compiling" = yes ||
1.7518 - $as_test_x conftest$ac_exeext
1.7519 - }; then
1.7520 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7521 + (eval "$ac_link") 2>conftest.er1
1.7522 + ac_status=$?
1.7523 + grep -v '^ *+' conftest.er1 >conftest.err
1.7524 + rm -f conftest.er1
1.7525 + cat conftest.err >&5
1.7526 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7527 + (exit $ac_status); } && {
1.7528 + test -z "$ac_c_werror_flag" ||
1.7529 + test ! -s conftest.err
1.7530 + } && test -s conftest$ac_exeext &&
1.7531 + $as_test_x conftest$ac_exeext; then
1.7532 CATOBJEXT=.gmo
1.7533 DATADIRNAME=share
1.7534 else
1.7535 - $as_echo "$as_me: failed program was:" >&5
1.7536 + echo "$as_me: failed program was:" >&5
1.7537 sed 's/^/| /' conftest.$ac_ext >&5
1.7538
1.7539 case $host in
1.7540 *-*-solaris*)
1.7541 - { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
1.7542 -$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
1.7543 + { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
1.7544 +echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
1.7545 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
1.7546 - $as_echo_n "(cached) " >&6
1.7547 + echo $ECHO_N "(cached) $ECHO_C" >&6
1.7548 else
1.7549 cat >conftest.$ac_ext <<_ACEOF
1.7550 /* confdefs.h. */
1.7551 @@ -10066,35 +9823,31 @@
1.7552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1.7553 *) ac_try_echo=$ac_try;;
1.7554 esac
1.7555 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
1.7556 -$as_echo "$ac_try_echo") >&5
1.7557 - (eval "$ac_link") 2>conftest.er1
1.7558 - ac_status=$?
1.7559 - grep -v '^ *+' conftest.er1 >conftest.err
1.7560 - rm -f conftest.er1
1.7561 - cat conftest.err >&5
1.7562 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7563 - (exit $ac_status); } && {
1.7564 - test -z "$ac_c_werror_flag" ||
1.7565 - test ! -s conftest.err
1.7566 - } && test -s conftest$ac_exeext && {
1.7567 - test "$cross_compiling" = yes ||
1.7568 - $as_test_x conftest$ac_exeext
1.7569 - }; then
1.7570 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1.7571 + (eval "$ac_link") 2>conftest.er1
1.7572 + ac_status=$?
1.7573 + grep -v '^ *+' conftest.er1 >conftest.err
1.7574 + rm -f conftest.er1
1.7575 + cat conftest.err >&5
1.7576 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
1.7577 + (exit $ac_status); } && {
1.7578 + test -z "$ac_c_werror_flag" ||
1.7579 + test ! -s conftest.err
1.7580 + } && test -s conftest$ac_exeext &&
1.7581 + $as_test_x conftest$ac_exeext; then
1.7582 ac_cv_func_bind_textdomain_codeset=yes
1.7583 else
1.7584 - $as_echo "$as_me: failed program was:" >&5
1.7585 + echo "$as_me: failed program was:" >&5
1.7586 sed 's/^/| /' conftest.$ac_ext >&5
1.7587
1.7588 ac_cv_func_bind_textdomain_codeset=no
1.7589 fi
1.7590
1.7591 -rm -rf conftest.dSYM
1.7592 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7593 - conftest$ac_exeext conftest.$ac_ext
1.7594 -fi
1.7595 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
1.7596 -$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
1.7597 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7598 + conftest$ac_exeext conftest.$ac_ext
1.7599 +fi
1.7600 +{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
1.7601 +echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
1.7602 if test $ac_cv_func_bind_textdomain_codeset = yes; then
1.7603 CATOBJEXT=.gmo
1.7604 DATADIRNAME=share
1.7605 @@ -10111,7 +9864,6 @@
1.7606 esac
1.7607 fi
1.7608
1.7609 -rm -rf conftest.dSYM
1.7610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
1.7611 conftest$ac_exeext conftest.$ac_ext
1.7612 LIBS="$glib_save_LIBS"
1.7613 @@ -10137,8 +9889,8 @@
1.7614 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
1.7615 : ;
1.7616 else
1.7617 - { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
1.7618 -$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
1.7619 + { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
1.7620 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
1.7621 XGETTEXT=":"
1.7622 fi
1.7623 fi
1.7624 @@ -10170,8 +9922,8 @@
1.7625 if test "x$ALL_LINGUAS" = "x"; then
1.7626 LINGUAS=
1.7627 else
1.7628 - { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
1.7629 -$as_echo_n "checking for catalogs to be installed... " >&6; }
1.7630 + { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
1.7631 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
1.7632 NEW_LINGUAS=
1.7633 for presentlang in $ALL_LINGUAS; do
1.7634 useit=no
1.7635 @@ -10195,8 +9947,8 @@
1.7636 fi
1.7637 done
1.7638 LINGUAS=$NEW_LINGUAS
1.7639 - { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
1.7640 -$as_echo "$LINGUAS" >&6; }
1.7641 + { echo "$as_me:$LINENO: result: $LINGUAS" >&5
1.7642 +echo "${ECHO_T}$LINGUAS" >&6; }
1.7643 fi
1.7644
1.7645 if test -n "$LINGUAS"; then
1.7646 @@ -10257,12 +10009,11 @@
1.7647 case $ac_val in #(
1.7648 *${as_nl}*)
1.7649 case $ac_var in #(
1.7650 - *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.7651 -$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.7652 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1.7653 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1.7654 esac
1.7655 case $ac_var in #(
1.7656 _ | IFS | as_nl) ;; #(
1.7657 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1.7658 *) $as_unset $ac_var ;;
1.7659 esac ;;
1.7660 esac
1.7661 @@ -10295,12 +10046,12 @@
1.7662 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1.7663 if test -w "$cache_file"; then
1.7664 test "x$cache_file" != "x/dev/null" &&
1.7665 - { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
1.7666 -$as_echo "$as_me: updating cache $cache_file" >&6;}
1.7667 + { echo "$as_me:$LINENO: updating cache $cache_file" >&5
1.7668 +echo "$as_me: updating cache $cache_file" >&6;}
1.7669 cat confcache >$cache_file
1.7670 else
1.7671 - { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1.7672 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1.7673 + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1.7674 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1.7675 fi
1.7676 fi
1.7677 rm -f confcache
1.7678 @@ -10316,7 +10067,7 @@
1.7679 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1.7680 # 1. Remove the extension, and $U if already installed.
1.7681 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1.7682 - ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1.7683 + ac_i=`echo "$ac_i" | sed "$ac_script"`
1.7684 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1.7685 # will be set to the directory where LIBOBJS objects are built.
1.7686 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1.7687 @@ -10328,146 +10079,145 @@
1.7688
1.7689
1.7690 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1.7691 - { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
1.7692 -Usually this means the macro was only invoked conditionally." >&5
1.7693 -$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
1.7694 + { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
1.7695 +Usually this means the macro was only invoked conditionally." >&5
1.7696 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
1.7697 Usually this means the macro was only invoked conditionally." >&2;}
1.7698 { (exit 1); exit 1; }; }
1.7699 fi
1.7700 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1.7701 - { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
1.7702 -Usually this means the macro was only invoked conditionally." >&5
1.7703 -$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
1.7704 + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
1.7705 +Usually this means the macro was only invoked conditionally." >&5
1.7706 +echo "$as_me: error: conditional \"AMDEP\" was never defined.
1.7707 Usually this means the macro was only invoked conditionally." >&2;}
1.7708 { (exit 1); exit 1; }; }
1.7709 fi
1.7710 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1.7711 - { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7712 -Usually this means the macro was only invoked conditionally." >&5
1.7713 -$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7714 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7715 +Usually this means the macro was only invoked conditionally." >&5
1.7716 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7717 Usually this means the macro was only invoked conditionally." >&2;}
1.7718 { (exit 1); exit 1; }; }
1.7719 fi
1.7720 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1.7721 - { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7722 -Usually this means the macro was only invoked conditionally." >&5
1.7723 -$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7724 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7725 +Usually this means the macro was only invoked conditionally." >&5
1.7726 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7727 Usually this means the macro was only invoked conditionally." >&2;}
1.7728 { (exit 1); exit 1; }; }
1.7729 fi
1.7730 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1.7731 - { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7732 -Usually this means the macro was only invoked conditionally." >&5
1.7733 -$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7734 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
1.7735 +Usually this means the macro was only invoked conditionally." >&5
1.7736 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
1.7737 Usually this means the macro was only invoked conditionally." >&2;}
1.7738 { (exit 1); exit 1; }; }
1.7739 fi
1.7740 if test -z "${GUI_COCOA_TRUE}" && test -z "${GUI_COCOA_FALSE}"; then
1.7741 - { { $as_echo "$as_me:$LINENO: error: conditional \"GUI_COCOA\" was never defined.
1.7742 -Usually this means the macro was only invoked conditionally." >&5
1.7743 -$as_echo "$as_me: error: conditional \"GUI_COCOA\" was never defined.
1.7744 + { { echo "$as_me:$LINENO: error: conditional \"GUI_COCOA\" was never defined.
1.7745 +Usually this means the macro was only invoked conditionally." >&5
1.7746 +echo "$as_me: error: conditional \"GUI_COCOA\" was never defined.
1.7747 Usually this means the macro was only invoked conditionally." >&2;}
1.7748 { (exit 1); exit 1; }; }
1.7749 fi
1.7750 if test -z "${GUI_GTK_TRUE}" && test -z "${GUI_GTK_FALSE}"; then
1.7751 - { { $as_echo "$as_me:$LINENO: error: conditional \"GUI_GTK\" was never defined.
1.7752 -Usually this means the macro was only invoked conditionally." >&5
1.7753 -$as_echo "$as_me: error: conditional \"GUI_GTK\" was never defined.
1.7754 + { { echo "$as_me:$LINENO: error: conditional \"GUI_GTK\" was never defined.
1.7755 +Usually this means the macro was only invoked conditionally." >&5
1.7756 +echo "$as_me: error: conditional \"GUI_GTK\" was never defined.
1.7757 Usually this means the macro was only invoked conditionally." >&2;}
1.7758 { (exit 1); exit 1; }; }
1.7759 fi
1.7760 if test -z "${VIDEO_OSMESA_TRUE}" && test -z "${VIDEO_OSMESA_FALSE}"; then
1.7761 - { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_OSMESA\" was never defined.
1.7762 -Usually this means the macro was only invoked conditionally." >&5
1.7763 -$as_echo "$as_me: error: conditional \"VIDEO_OSMESA\" was never defined.
1.7764 + { { echo "$as_me:$LINENO: error: conditional \"VIDEO_OSMESA\" was never defined.
1.7765 +Usually this means the macro was only invoked conditionally." >&5
1.7766 +echo "$as_me: error: conditional \"VIDEO_OSMESA\" was never defined.
1.7767 Usually this means the macro was only invoked conditionally." >&2;}
1.7768 { (exit 1); exit 1; }; }
1.7769 fi
1.7770 if test -z "${VIDEO_GLX_TRUE}" && test -z "${VIDEO_GLX_FALSE}"; then
1.7771 - { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_GLX\" was never defined.
1.7772 -Usually this means the macro was only invoked conditionally." >&5
1.7773 -$as_echo "$as_me: error: conditional \"VIDEO_GLX\" was never defined.
1.7774 + { { echo "$as_me:$LINENO: error: conditional \"VIDEO_GLX\" was never defined.
1.7775 +Usually this means the macro was only invoked conditionally." >&5
1.7776 +echo "$as_me: error: conditional \"VIDEO_GLX\" was never defined.
1.7777 Usually this means the macro was only invoked conditionally." >&2;}
1.7778 { (exit 1); exit 1; }; }
1.7779 fi
1.7780 if test -z "${VIDEO_NSGL_TRUE}" && test -z "${VIDEO_NSGL_FALSE}"; then
1.7781 - { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_NSGL\" was never defined.
1.7782 -Usually this means the macro was only invoked conditionally." >&5
1.7783 -$as_echo "$as_me: error: conditional \"VIDEO_NSGL\" was never defined.
1.7784 + { { echo "$as_me:$LINENO: error: conditional \"VIDEO_NSGL\" was never defined.
1.7785 +Usually this means the macro was only invoked conditionally." >&5
1.7786 +echo "$as_me: error: conditional \"VIDEO_NSGL\" was never defined.
1.7787 Usually this means the macro was only invoked conditionally." >&2;}
1.7788 { (exit 1); exit 1; }; }
1.7789 fi
1.7790 if test -z "${BUILD_SH4X86_TRUE}" && test -z "${BUILD_SH4X86_FALSE}"; then
1.7791 - { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SH4X86\" was never defined.
1.7792 -Usually this means the macro was only invoked conditionally." >&5
1.7793 -$as_echo "$as_me: error: conditional \"BUILD_SH4X86\" was never defined.
1.7794 + { { echo "$as_me:$LINENO: error: conditional \"BUILD_SH4X86\" was never defined.
1.7795 +Usually this means the macro was only invoked conditionally." >&5
1.7796 +echo "$as_me: error: conditional \"BUILD_SH4X86\" was never defined.
1.7797 Usually this means the macro was only invoked conditionally." >&2;}
1.7798 { (exit 1); exit 1; }; }
1.7799 fi
1.7800 if test -z "${BUILD_X86_64_TRUE}" && test -z "${BUILD_X86_64_FALSE}"; then
1.7801 - { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_X86_64\" was never defined.
1.7802 -Usually this means the macro was only invoked conditionally." >&5
1.7803 -$as_echo "$as_me: error: conditional \"BUILD_X86_64\" was never defined.
1.7804 + { { echo "$as_me:$LINENO: error: conditional \"BUILD_X86_64\" was never defined.
1.7805 +Usually this means the macro was only invoked conditionally." >&5
1.7806 +echo "$as_me: error: conditional \"BUILD_X86_64\" was never defined.
1.7807 Usually this means the macro was only invoked conditionally." >&2;}
1.7808 { (exit 1); exit 1; }; }
1.7809 fi
1.7810 if test -z "${AUDIO_PULSE_TRUE}" && test -z "${AUDIO_PULSE_FALSE}"; then
1.7811 - { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_PULSE\" was never defined.
1.7812 -Usually this means the macro was only invoked conditionally." >&5
1.7813 -$as_echo "$as_me: error: conditional \"AUDIO_PULSE\" was never defined.
1.7814 + { { echo "$as_me:$LINENO: error: conditional \"AUDIO_PULSE\" was never defined.
1.7815 +Usually this means the macro was only invoked conditionally." >&5
1.7816 +echo "$as_me: error: conditional \"AUDIO_PULSE\" was never defined.
1.7817 Usually this means the macro was only invoked conditionally." >&2;}
1.7818 { (exit 1); exit 1; }; }
1.7819 fi
1.7820 if test -z "${AUDIO_ESOUND_TRUE}" && test -z "${AUDIO_ESOUND_FALSE}"; then
1.7821 - { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_ESOUND\" was never defined.
1.7822 -Usually this means the macro was only invoked conditionally." >&5
1.7823 -$as_echo "$as_me: error: conditional \"AUDIO_ESOUND\" was never defined.
1.7824 + { { echo "$as_me:$LINENO: error: conditional \"AUDIO_ESOUND\" was never defined.
1.7825 +Usually this means the macro was only invoked conditionally." >&5
1.7826 +echo "$as_me: error: conditional \"AUDIO_ESOUND\" was never defined.
1.7827 Usually this means the macro was only invoked conditionally." >&2;}
1.7828 { (exit 1); exit 1; }; }
1.7829 fi
1.7830 if test -z "${AUDIO_ALSA_TRUE}" && test -z "${AUDIO_ALSA_FALSE}"; then
1.7831 - { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_ALSA\" was never defined.
1.7832 -Usually this means the macro was only invoked conditionally." >&5
1.7833 -$as_echo "$as_me: error: conditional \"AUDIO_ALSA\" was never defined.
1.7834 + { { echo "$as_me:$LINENO: error: conditional \"AUDIO_ALSA\" was never defined.
1.7835 +Usually this means the macro was only invoked conditionally." >&5
1.7836 +echo "$as_me: error: conditional \"AUDIO_ALSA\" was never defined.
1.7837 Usually this means the macro was only invoked conditionally." >&2;}
1.7838 { (exit 1); exit 1; }; }
1.7839 fi
1.7840 if test -z "${CDROM_LINUX_TRUE}" && test -z "${CDROM_LINUX_FALSE}"; then
1.7841 - { { $as_echo "$as_me:$LINENO: error: conditional \"CDROM_LINUX\" was never defined.
1.7842 -Usually this means the macro was only invoked conditionally." >&5
1.7843 -$as_echo "$as_me: error: conditional \"CDROM_LINUX\" was never defined.
1.7844 + { { echo "$as_me:$LINENO: error: conditional \"CDROM_LINUX\" was never defined.
1.7845 +Usually this means the macro was only invoked conditionally." >&5
1.7846 +echo "$as_me: error: conditional \"CDROM_LINUX\" was never defined.
1.7847 Usually this means the macro was only invoked conditionally." >&2;}
1.7848 { (exit 1); exit 1; }; }
1.7849 fi
1.7850 if test -z "${JOY_LINUX_TRUE}" && test -z "${JOY_LINUX_FALSE}"; then
1.7851 - { { $as_echo "$as_me:$LINENO: error: conditional \"JOY_LINUX\" was never defined.
1.7852 -Usually this means the macro was only invoked conditionally." >&5
1.7853 -$as_echo "$as_me: error: conditional \"JOY_LINUX\" was never defined.
1.7854 + { { echo "$as_me:$LINENO: error: conditional \"JOY_LINUX\" was never defined.
1.7855 +Usually this means the macro was only invoked conditionally." >&5
1.7856 +echo "$as_me: error: conditional \"JOY_LINUX\" was never defined.
1.7857 Usually this means the macro was only invoked conditionally." >&2;}
1.7858 { (exit 1); exit 1; }; }
1.7859 fi
1.7860 if test -z "${BUILD_SYSTEST_TRUE}" && test -z "${BUILD_SYSTEST_FALSE}"; then
1.7861 - { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SYSTEST\" was never defined.
1.7862 -Usually this means the macro was only invoked conditionally." >&5
1.7863 -$as_echo "$as_me: error: conditional \"BUILD_SYSTEST\" was never defined.
1.7864 + { { echo "$as_me:$LINENO: error: conditional \"BUILD_SYSTEST\" was never defined.
1.7865 +Usually this means the macro was only invoked conditionally." >&5
1.7866 +echo "$as_me: error: conditional \"BUILD_SYSTEST\" was never defined.
1.7867 Usually this means the macro was only invoked conditionally." >&2;}
1.7868 { (exit 1); exit 1; }; }
1.7869 fi
1.7870 if test -z "${BUILD_ARMTEST_TRUE}" && test -z "${BUILD_ARMTEST_FALSE}"; then
1.7871 - { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_ARMTEST\" was never defined.
1.7872 -Usually this means the macro was only invoked conditionally." >&5
1.7873 -$as_echo "$as_me: error: conditional \"BUILD_ARMTEST\" was never defined.
1.7874 + { { echo "$as_me:$LINENO: error: conditional \"BUILD_ARMTEST\" was never defined.
1.7875 +Usually this means the macro was only invoked conditionally." >&5
1.7876 +echo "$as_me: error: conditional \"BUILD_ARMTEST\" was never defined.
1.7877 Usually this means the macro was only invoked conditionally." >&2;}
1.7878 { (exit 1); exit 1; }; }
1.7879 fi
1.7880
1.7881 : ${CONFIG_STATUS=./config.status}
1.7882 -ac_write_fail=0
1.7883 ac_clean_files_save=$ac_clean_files
1.7884 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1.7885 -{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1.7886 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1.7887 -cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.7888 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1.7889 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
1.7890 +cat >$CONFIG_STATUS <<_ACEOF
1.7891 #! $SHELL
1.7892 # Generated by $as_me.
1.7893 # Run this file to recreate the current configuration.
1.7894 @@ -10480,7 +10230,7 @@
1.7895 SHELL=\${CONFIG_SHELL-$SHELL}
1.7896 _ACEOF
1.7897
1.7898 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.7899 +cat >>$CONFIG_STATUS <<\_ACEOF
1.7900 ## --------------------- ##
1.7901 ## M4sh Initialization. ##
1.7902 ## --------------------- ##
1.7903 @@ -10490,7 +10240,7 @@
1.7904 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1.7905 emulate sh
1.7906 NULLCMD=:
1.7907 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1.7908 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1.7909 # is contrary to our usage. Disable this feature.
1.7910 alias -g '${1+"$@"}'='"$@"'
1.7911 setopt NO_GLOB_SUBST
1.7912 @@ -10512,45 +10262,17 @@
1.7913 as_cr_digits='0123456789'
1.7914 as_cr_alnum=$as_cr_Letters$as_cr_digits
1.7915
1.7916 -as_nl='
1.7917 -'
1.7918 -export as_nl
1.7919 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
1.7920 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1.7921 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1.7922 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1.7923 -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1.7924 - as_echo='printf %s\n'
1.7925 - as_echo_n='printf %s'
1.7926 -else
1.7927 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1.7928 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1.7929 - as_echo_n='/usr/ucb/echo -n'
1.7930 - else
1.7931 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1.7932 - as_echo_n_body='eval
1.7933 - arg=$1;
1.7934 - case $arg in
1.7935 - *"$as_nl"*)
1.7936 - expr "X$arg" : "X\\(.*\\)$as_nl";
1.7937 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1.7938 - esac;
1.7939 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1.7940 - '
1.7941 - export as_echo_n_body
1.7942 - as_echo_n='sh -c $as_echo_n_body as_echo'
1.7943 - fi
1.7944 - export as_echo_body
1.7945 - as_echo='sh -c $as_echo_body as_echo'
1.7946 -fi
1.7947 -
1.7948 # The user is always right.
1.7949 if test "${PATH_SEPARATOR+set}" != set; then
1.7950 - PATH_SEPARATOR=:
1.7951 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1.7952 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
1.7953 - PATH_SEPARATOR=';'
1.7954 - }
1.7955 + echo "#! /bin/sh" >conf$$.sh
1.7956 + echo "exit 0" >>conf$$.sh
1.7957 + chmod +x conf$$.sh
1.7958 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1.7959 + PATH_SEPARATOR=';'
1.7960 + else
1.7961 + PATH_SEPARATOR=:
1.7962 + fi
1.7963 + rm -f conf$$.sh
1.7964 fi
1.7965
1.7966 # Support unset when possible.
1.7967 @@ -10566,6 +10288,8 @@
1.7968 # there to prevent editors from complaining about space-tab.
1.7969 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
1.7970 # splitting by setting IFS to empty value.)
1.7971 +as_nl='
1.7972 +'
1.7973 IFS=" "" $as_nl"
1.7974
1.7975 # Find who we are. Look in the path if we contain no directory separator.
1.7976 @@ -10588,7 +10312,7 @@
1.7977 as_myself=$0
1.7978 fi
1.7979 if test ! -f "$as_myself"; then
1.7980 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.7981 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1.7982 { (exit 1); exit 1; }
1.7983 fi
1.7984
1.7985 @@ -10601,10 +10325,17 @@
1.7986 PS4='+ '
1.7987
1.7988 # NLS nuisances.
1.7989 -LC_ALL=C
1.7990 -export LC_ALL
1.7991 -LANGUAGE=C
1.7992 -export LANGUAGE
1.7993 +for as_var in \
1.7994 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1.7995 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1.7996 + LC_TELEPHONE LC_TIME
1.7997 +do
1.7998 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1.7999 + eval $as_var=C; export $as_var
1.8000 + else
1.8001 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
1.8002 + fi
1.8003 +done
1.8004
1.8005 # Required to use basename.
1.8006 if expr a : '\(a\)' >/dev/null 2>&1 &&
1.8007 @@ -10626,7 +10357,7 @@
1.8008 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1.8009 X"$0" : 'X\(//\)$' \| \
1.8010 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1.8011 -$as_echo X/"$0" |
1.8012 +echo X/"$0" |
1.8013 sed '/^.*\/\([^/][^/]*\)\/*$/{
1.8014 s//\1/
1.8015 q
1.8016 @@ -10677,7 +10408,7 @@
1.8017 s/-\n.*//
1.8018 ' >$as_me.lineno &&
1.8019 chmod +x "$as_me.lineno" ||
1.8020 - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.8021 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1.8022 { (exit 1); exit 1; }; }
1.8023
1.8024 # Don't try to exec as it changes $[0], causing all sort of problems
1.8025 @@ -10705,6 +10436,7 @@
1.8026 *)
1.8027 ECHO_N='-n';;
1.8028 esac
1.8029 +
1.8030 if expr a : '\(a\)' >/dev/null 2>&1 &&
1.8031 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1.8032 as_expr=expr
1.8033 @@ -10717,22 +10449,19 @@
1.8034 rm -f conf$$.dir/conf$$.file
1.8035 else
1.8036 rm -f conf$$.dir
1.8037 - mkdir conf$$.dir 2>/dev/null
1.8038 -fi
1.8039 -if (echo >conf$$.file) 2>/dev/null; then
1.8040 - if ln -s conf$$.file conf$$ 2>/dev/null; then
1.8041 - as_ln_s='ln -s'
1.8042 - # ... but there are two gotchas:
1.8043 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.8044 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.8045 - # In both cases, we have to default to `cp -p'.
1.8046 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.8047 - as_ln_s='cp -p'
1.8048 - elif ln conf$$.file conf$$ 2>/dev/null; then
1.8049 - as_ln_s=ln
1.8050 - else
1.8051 + mkdir conf$$.dir
1.8052 +fi
1.8053 +echo >conf$$.file
1.8054 +if ln -s conf$$.file conf$$ 2>/dev/null; then
1.8055 + as_ln_s='ln -s'
1.8056 + # ... but there are two gotchas:
1.8057 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1.8058 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
1.8059 + # In both cases, we have to default to `cp -p'.
1.8060 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
1.8061 as_ln_s='cp -p'
1.8062 - fi
1.8063 +elif ln conf$$.file conf$$ 2>/dev/null; then
1.8064 + as_ln_s=ln
1.8065 else
1.8066 as_ln_s='cp -p'
1.8067 fi
1.8068 @@ -10757,10 +10486,10 @@
1.8069 as_test_x='
1.8070 eval sh -c '\''
1.8071 if test -d "$1"; then
1.8072 - test -d "$1/.";
1.8073 + test -d "$1/.";
1.8074 else
1.8075 case $1 in
1.8076 - -*)set "./$1";;
1.8077 + -*)set "./$1";;
1.8078 esac;
1.8079 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
1.8080 ???[sx]*):;;*)false;;esac;fi
1.8081 @@ -10783,7 +10512,7 @@
1.8082 # values after options handling.
1.8083 ac_log="
1.8084 This file was extended by $as_me, which was
1.8085 -generated by GNU Autoconf 2.62. Invocation command line was
1.8086 +generated by GNU Autoconf 2.61. Invocation command line was
1.8087
1.8088 CONFIG_FILES = $CONFIG_FILES
1.8089 CONFIG_HEADERS = $CONFIG_HEADERS
1.8090 @@ -10796,7 +10525,7 @@
1.8091
1.8092 _ACEOF
1.8093
1.8094 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8095 +cat >>$CONFIG_STATUS <<_ACEOF
1.8096 # Files that config.status was made for.
1.8097 config_files="$ac_config_files"
1.8098 config_headers="$ac_config_headers"
1.8099 @@ -10804,7 +10533,7 @@
1.8100
1.8101 _ACEOF
1.8102
1.8103 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8104 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8105 ac_cs_usage="\
1.8106 \`$as_me' instantiates files from templates according to the
1.8107 current configuration.
1.8108 @@ -10817,9 +10546,9 @@
1.8109 -d, --debug don't remove temporary files
1.8110 --recheck update $as_me by reconfiguring in the same conditions
1.8111 --file=FILE[:TEMPLATE]
1.8112 - instantiate the configuration file FILE
1.8113 + instantiate the configuration file FILE
1.8114 --header=FILE[:TEMPLATE]
1.8115 - instantiate the configuration header FILE
1.8116 + instantiate the configuration header FILE
1.8117
1.8118 Configuration files:
1.8119 $config_files
1.8120 @@ -10833,25 +10562,24 @@
1.8121 Report bugs to <bug-autoconf@gnu.org>."
1.8122
1.8123 _ACEOF
1.8124 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8125 +cat >>$CONFIG_STATUS <<_ACEOF
1.8126 ac_cs_version="\\
1.8127 config.status
1.8128 -configured by $0, generated by GNU Autoconf 2.62,
1.8129 - with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1.8130 -
1.8131 -Copyright (C) 2008 Free Software Foundation, Inc.
1.8132 +configured by $0, generated by GNU Autoconf 2.61,
1.8133 + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1.8134 +
1.8135 +Copyright (C) 2006 Free Software Foundation, Inc.
1.8136 This config.status script is free software; the Free Software Foundation
1.8137 gives unlimited permission to copy, distribute and modify it."
1.8138
1.8139 ac_pwd='$ac_pwd'
1.8140 srcdir='$srcdir'
1.8141 INSTALL='$INSTALL'
1.8142 -AWK='$AWK'
1.8143 -test -n "\$AWK" || AWK=awk
1.8144 -_ACEOF
1.8145 -
1.8146 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8147 -# The default lists apply if the user does not specify any file.
1.8148 +_ACEOF
1.8149 +
1.8150 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8151 +# If no file are specified by the user, then we need to provide default
1.8152 +# value. By we need to know if files were specified by the user.
1.8153 ac_need_defaults=:
1.8154 while test $# != 0
1.8155 do
1.8156 @@ -10873,36 +10601,30 @@
1.8157 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1.8158 ac_cs_recheck=: ;;
1.8159 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1.8160 - $as_echo "$ac_cs_version"; exit ;;
1.8161 + echo "$ac_cs_version"; exit ;;
1.8162 --debug | --debu | --deb | --de | --d | -d )
1.8163 debug=: ;;
1.8164 --file | --fil | --fi | --f )
1.8165 $ac_shift
1.8166 - case $ac_optarg in
1.8167 - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.8168 - esac
1.8169 - CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
1.8170 + CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1.8171 ac_need_defaults=false;;
1.8172 --header | --heade | --head | --hea )
1.8173 $ac_shift
1.8174 - case $ac_optarg in
1.8175 - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1.8176 - esac
1.8177 - CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
1.8178 + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1.8179 ac_need_defaults=false;;
1.8180 --he | --h)
1.8181 # Conflict between --help and --header
1.8182 - { $as_echo "$as_me: error: ambiguous option: $1
1.8183 + { echo "$as_me: error: ambiguous option: $1
1.8184 Try \`$0 --help' for more information." >&2
1.8185 { (exit 1); exit 1; }; };;
1.8186 --help | --hel | -h )
1.8187 - $as_echo "$ac_cs_usage"; exit ;;
1.8188 + echo "$ac_cs_usage"; exit ;;
1.8189 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1.8190 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1.8191 ac_cs_silent=: ;;
1.8192
1.8193 # This is an error.
1.8194 - -*) { $as_echo "$as_me: error: unrecognized option: $1
1.8195 + -*) { echo "$as_me: error: unrecognized option: $1
1.8196 Try \`$0 --help' for more information." >&2
1.8197 { (exit 1); exit 1; }; } ;;
1.8198
1.8199 @@ -10921,29 +10643,27 @@
1.8200 fi
1.8201
1.8202 _ACEOF
1.8203 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8204 +cat >>$CONFIG_STATUS <<_ACEOF
1.8205 if \$ac_cs_recheck; then
1.8206 - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1.8207 - shift
1.8208 - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1.8209 - CONFIG_SHELL='$SHELL'
1.8210 + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1.8211 + CONFIG_SHELL=$SHELL
1.8212 export CONFIG_SHELL
1.8213 - exec "\$@"
1.8214 -fi
1.8215 -
1.8216 -_ACEOF
1.8217 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8218 + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1.8219 +fi
1.8220 +
1.8221 +_ACEOF
1.8222 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8223 exec 5>>config.log
1.8224 {
1.8225 echo
1.8226 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1.8227 ## Running $as_me. ##
1.8228 _ASBOX
1.8229 - $as_echo "$ac_log"
1.8230 + echo "$ac_log"
1.8231 } >&5
1.8232
1.8233 _ACEOF
1.8234 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8235 +cat >>$CONFIG_STATUS <<_ACEOF
1.8236 #
1.8237 # INIT-COMMANDS
1.8238 #
1.8239 @@ -10952,7 +10672,7 @@
1.8240
1.8241 _ACEOF
1.8242
1.8243 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8244 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8245
1.8246 # Handling of arguments.
1.8247 for ac_config_target in $ac_config_targets
1.8248 @@ -10966,8 +10686,8 @@
1.8249 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
1.8250 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
1.8251
1.8252 - *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1.8253 -$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1.8254 + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1.8255 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1.8256 { (exit 1); exit 1; }; };;
1.8257 esac
1.8258 done
1.8259 @@ -11008,142 +10728,259 @@
1.8260 (umask 077 && mkdir "$tmp")
1.8261 } ||
1.8262 {
1.8263 - $as_echo "$as_me: cannot create a temporary directory in ." >&2
1.8264 + echo "$me: cannot create a temporary directory in ." >&2
1.8265 { (exit 1); exit 1; }
1.8266 }
1.8267
1.8268 -# Set up the scripts for CONFIG_FILES section.
1.8269 -# No need to generate them if there are no CONFIG_FILES.
1.8270 -# This happens for instance with `./config.status config.h'.
1.8271 +#
1.8272 +# Set up the sed scripts for CONFIG_FILES section.
1.8273 +#
1.8274 +
1.8275 +# No need to generate the scripts if there are no CONFIG_FILES.
1.8276 +# This happens for instance when ./config.status config.h
1.8277 if test -n "$CONFIG_FILES"; then
1.8278
1.8279 -
1.8280 -ac_cr='
1.8281 '
1.8282 -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1.8283 -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
1.8284 - ac_cs_awk_cr='\\r'
1.8285 -else
1.8286 - ac_cs_awk_cr=$ac_cr
1.8287 -fi
1.8288 -
1.8289 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
1.8290 -_ACEOF
1.8291 -
1.8292 -
1.8293 -{
1.8294 - echo "cat >conf$$subs.awk <<_ACEOF" &&
1.8295 - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
1.8296 - echo "_ACEOF"
1.8297 -} >conf$$subs.sh ||
1.8298 - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
1.8299 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1.8300 - { (exit 1); exit 1; }; }
1.8301 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1.8302 +_ACEOF
1.8303 +
1.8304 +
1.8305 +
1.8306 ac_delim='%!_!# '
1.8307 for ac_last_try in false false false false false :; do
1.8308 - . ./conf$$subs.sh ||
1.8309 - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
1.8310 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1.8311 - { (exit 1); exit 1; }; }
1.8312 -
1.8313 - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
1.8314 + cat >conf$$subs.sed <<_ACEOF
1.8315 +SHELL!$SHELL$ac_delim
1.8316 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
1.8317 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
1.8318 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
1.8319 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
1.8320 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
1.8321 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
1.8322 +exec_prefix!$exec_prefix$ac_delim
1.8323 +prefix!$prefix$ac_delim
1.8324 +program_transform_name!$program_transform_name$ac_delim
1.8325 +bindir!$bindir$ac_delim
1.8326 +sbindir!$sbindir$ac_delim
1.8327 +libexecdir!$libexecdir$ac_delim
1.8328 +datarootdir!$datarootdir$ac_delim
1.8329 +datadir!$datadir$ac_delim
1.8330 +sysconfdir!$sysconfdir$ac_delim
1.8331 +sharedstatedir!$sharedstatedir$ac_delim
1.8332 +localstatedir!$localstatedir$ac_delim
1.8333 +includedir!$includedir$ac_delim
1.8334 +oldincludedir!$oldincludedir$ac_delim
1.8335 +docdir!$docdir$ac_delim
1.8336 +infodir!$infodir$ac_delim
1.8337 +htmldir!$htmldir$ac_delim
1.8338 +dvidir!$dvidir$ac_delim
1.8339 +pdfdir!$pdfdir$ac_delim
1.8340 +psdir!$psdir$ac_delim
1.8341 +libdir!$libdir$ac_delim
1.8342 +localedir!$localedir$ac_delim
1.8343 +mandir!$mandir$ac_delim
1.8344 +DEFS!$DEFS$ac_delim
1.8345 +ECHO_C!$ECHO_C$ac_delim
1.8346 +ECHO_N!$ECHO_N$ac_delim
1.8347 +ECHO_T!$ECHO_T$ac_delim
1.8348 +LIBS!$LIBS$ac_delim
1.8349 +build_alias!$build_alias$ac_delim
1.8350 +host_alias!$host_alias$ac_delim
1.8351 +target_alias!$target_alias$ac_delim
1.8352 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
1.8353 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
1.8354 +INSTALL_DATA!$INSTALL_DATA$ac_delim
1.8355 +CYGPATH_W!$CYGPATH_W$ac_delim
1.8356 +PACKAGE!$PACKAGE$ac_delim
1.8357 +VERSION!$VERSION$ac_delim
1.8358 +ACLOCAL!$ACLOCAL$ac_delim
1.8359 +AUTOCONF!$AUTOCONF$ac_delim
1.8360 +AUTOMAKE!$AUTOMAKE$ac_delim
1.8361 +AUTOHEADER!$AUTOHEADER$ac_delim
1.8362 +MAKEINFO!$MAKEINFO$ac_delim
1.8363 +install_sh!$install_sh$ac_delim
1.8364 +STRIP!$STRIP$ac_delim
1.8365 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
1.8366 +mkdir_p!$mkdir_p$ac_delim
1.8367 +AWK!$AWK$ac_delim
1.8368 +SET_MAKE!$SET_MAKE$ac_delim
1.8369 +am__leading_dot!$am__leading_dot$ac_delim
1.8370 +AMTAR!$AMTAR$ac_delim
1.8371 +am__tar!$am__tar$ac_delim
1.8372 +am__untar!$am__untar$ac_delim
1.8373 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
1.8374 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
1.8375 +MAINT!$MAINT$ac_delim
1.8376 +CC!$CC$ac_delim
1.8377 +CFLAGS!$CFLAGS$ac_delim
1.8378 +LDFLAGS!$LDFLAGS$ac_delim
1.8379 +CPPFLAGS!$CPPFLAGS$ac_delim
1.8380 +ac_ct_CC!$ac_ct_CC$ac_delim
1.8381 +EXEEXT!$EXEEXT$ac_delim
1.8382 +OBJEXT!$OBJEXT$ac_delim
1.8383 +DEPDIR!$DEPDIR$ac_delim
1.8384 +am__include!$am__include$ac_delim
1.8385 +am__quote!$am__quote$ac_delim
1.8386 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
1.8387 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
1.8388 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
1.8389 +CCDEPMODE!$CCDEPMODE$ac_delim
1.8390 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
1.8391 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
1.8392 +CCAS!$CCAS$ac_delim
1.8393 +CCASFLAGS!$CCASFLAGS$ac_delim
1.8394 +CPP!$CPP$ac_delim
1.8395 +GREP!$GREP$ac_delim
1.8396 +EGREP!$EGREP$ac_delim
1.8397 +build!$build$ac_delim
1.8398 +build_cpu!$build_cpu$ac_delim
1.8399 +build_vendor!$build_vendor$ac_delim
1.8400 +build_os!$build_os$ac_delim
1.8401 +host!$host$ac_delim
1.8402 +host_cpu!$host_cpu$ac_delim
1.8403 +host_vendor!$host_vendor$ac_delim
1.8404 +host_os!$host_os$ac_delim
1.8405 +GUI_COCOA_TRUE!$GUI_COCOA_TRUE$ac_delim
1.8406 +GUI_COCOA_FALSE!$GUI_COCOA_FALSE$ac_delim
1.8407 +PKG_CONFIG!$PKG_CONFIG$ac_delim
1.8408 +LIBPNG_CFLAGS!$LIBPNG_CFLAGS$ac_delim
1.8409 +LIBPNG_LIBS!$LIBPNG_LIBS$ac_delim
1.8410 +GTK_CFLAGS!$GTK_CFLAGS$ac_delim
1.8411 +GTK_LIBS!$GTK_LIBS$ac_delim
1.8412 +_ACEOF
1.8413 +
1.8414 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
1.8415 break
1.8416 elif $ac_last_try; then
1.8417 - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
1.8418 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1.8419 + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
1.8420 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1.8421 { (exit 1); exit 1; }; }
1.8422 else
1.8423 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1.8424 fi
1.8425 done
1.8426 -rm -f conf$$subs.sh
1.8427 -
1.8428 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8429 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
1.8430 -_ACEOF
1.8431 -sed -n '
1.8432 -h
1.8433 -s/^/S["/; s/!.*/"]=/
1.8434 -p
1.8435 -g
1.8436 -s/^[^!]*!//
1.8437 -:repl
1.8438 -t repl
1.8439 -s/'"$ac_delim"'$//
1.8440 -t delim
1.8441 -:nl
1.8442 -h
1.8443 -s/\(.\{148\}\).*/\1/
1.8444 -t more1
1.8445 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
1.8446 -p
1.8447 -n
1.8448 -b repl
1.8449 -:more1
1.8450 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
1.8451 -p
1.8452 -g
1.8453 -s/.\{148\}//
1.8454 -t nl
1.8455 -:delim
1.8456 -h
1.8457 -s/\(.\{148\}\).*/\1/
1.8458 -t more2
1.8459 -s/["\\]/\\&/g; s/^/"/; s/$/"/
1.8460 -p
1.8461 -b
1.8462 -:more2
1.8463 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
1.8464 -p
1.8465 -g
1.8466 -s/.\{148\}//
1.8467 -t delim
1.8468 -' <conf$$subs.awk | sed '
1.8469 -/^[^""]/{
1.8470 - N
1.8471 - s/\n//
1.8472 -}
1.8473 -' >>$CONFIG_STATUS || ac_write_fail=1
1.8474 -rm -f conf$$subs.awk
1.8475 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8476 -_ACAWK
1.8477 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
1.8478 - for (key in S) S_is_set[key] = 1
1.8479 - FS = ""
1.8480 -
1.8481 -}
1.8482 -{
1.8483 - line = $ 0
1.8484 - nfields = split(line, field, "@")
1.8485 - substed = 0
1.8486 - len = length(field[1])
1.8487 - for (i = 2; i < nfields; i++) {
1.8488 - key = field[i]
1.8489 - keylen = length(key)
1.8490 - if (S_is_set[key]) {
1.8491 - value = S[key]
1.8492 - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1.8493 - len += length(value) + length(field[++i])
1.8494 - substed = 1
1.8495 - } else
1.8496 - len += 1 + keylen
1.8497 - }
1.8498 -
1.8499 - print line
1.8500 -}
1.8501 -
1.8502 -_ACAWK
1.8503 -_ACEOF
1.8504 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8505 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1.8506 - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1.8507 -else
1.8508 - cat
1.8509 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1.8510 - || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
1.8511 -$as_echo "$as_me: error: could not setup config files machinery" >&2;}
1.8512 - { (exit 1); exit 1; }; }
1.8513 -_ACEOF
1.8514 +
1.8515 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
1.8516 +if test -n "$ac_eof"; then
1.8517 + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
1.8518 + ac_eof=`expr $ac_eof + 1`
1.8519 +fi
1.8520 +
1.8521 +cat >>$CONFIG_STATUS <<_ACEOF
1.8522 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
1.8523 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1.8524 +_ACEOF
1.8525 +sed '
1.8526 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
1.8527 +s/^/s,@/; s/!/@,|#_!!_#|/
1.8528 +:n
1.8529 +t n
1.8530 +s/'"$ac_delim"'$/,g/; t
1.8531 +s/$/\\/; p
1.8532 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
1.8533 +' >>$CONFIG_STATUS <conf$$subs.sed
1.8534 +rm -f conf$$subs.sed
1.8535 +cat >>$CONFIG_STATUS <<_ACEOF
1.8536 +CEOF$ac_eof
1.8537 +_ACEOF
1.8538 +
1.8539 +
1.8540 +ac_delim='%!_!# '
1.8541 +for ac_last_try in false false false false false :; do
1.8542 + cat >conf$$subs.sed <<_ACEOF
1.8543 +GUI_GTK_TRUE!$GUI_GTK_TRUE$ac_delim
1.8544 +GUI_GTK_FALSE!$GUI_GTK_FALSE$ac_delim
1.8545 +VIDEO_OSMESA_TRUE!$VIDEO_OSMESA_TRUE$ac_delim
1.8546 +VIDEO_OSMESA_FALSE!$VIDEO_OSMESA_FALSE$ac_delim
1.8547 +VIDEO_GLX_TRUE!$VIDEO_GLX_TRUE$ac_delim
1.8548 +VIDEO_GLX_FALSE!$VIDEO_GLX_FALSE$ac_delim
1.8549 +VIDEO_NSGL_TRUE!$VIDEO_NSGL_TRUE$ac_delim
1.8550 +VIDEO_NSGL_FALSE!$VIDEO_NSGL_FALSE$ac_delim
1.8551 +BUILD_SH4X86_TRUE!$BUILD_SH4X86_TRUE$ac_delim
1.8552 +BUILD_SH4X86_FALSE!$BUILD_SH4X86_FALSE$ac_delim
1.8553 +BUILD_X86_64_TRUE!$BUILD_X86_64_TRUE$ac_delim
1.8554 +BUILD_X86_64_FALSE!$BUILD_X86_64_FALSE$ac_delim
1.8555 +PULSE_CFLAGS!$PULSE_CFLAGS$ac_delim
1.8556 +PULSE_LIBS!$PULSE_LIBS$ac_delim
1.8557 +AUDIO_PULSE_TRUE!$AUDIO_PULSE_TRUE$ac_delim
1.8558 +AUDIO_PULSE_FALSE!$AUDIO_PULSE_FALSE$ac_delim
1.8559 +ESOUND_CFLAGS!$ESOUND_CFLAGS$ac_delim
1.8560 +ESOUND_LIBS!$ESOUND_LIBS$ac_delim
1.8561 +AUDIO_ESOUND_TRUE!$AUDIO_ESOUND_TRUE$ac_delim
1.8562 +AUDIO_ESOUND_FALSE!$AUDIO_ESOUND_FALSE$ac_delim
1.8563 +ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
1.8564 +ALSA_LIBS!$ALSA_LIBS$ac_delim
1.8565 +AUDIO_ALSA_TRUE!$AUDIO_ALSA_TRUE$ac_delim
1.8566 +AUDIO_ALSA_FALSE!$AUDIO_ALSA_FALSE$ac_delim
1.8567 +CDROM_LINUX_TRUE!$CDROM_LINUX_TRUE$ac_delim
1.8568 +CDROM_LINUX_FALSE!$CDROM_LINUX_FALSE$ac_delim
1.8569 +JOY_LINUX_TRUE!$JOY_LINUX_TRUE$ac_delim
1.8570 +JOY_LINUX_FALSE!$JOY_LINUX_FALSE$ac_delim
1.8571 +SHCC!$SHCC$ac_delim
1.8572 +SHLD!$SHLD$ac_delim
1.8573 +SHOBJCOPY!$SHOBJCOPY$ac_delim
1.8574 +ARMCC!$ARMCC$ac_delim
1.8575 +ARMLD!$ARMLD$ac_delim
1.8576 +ARMOBJCOPY!$ARMOBJCOPY$ac_delim
1.8577 +BUILD_SYSTEST_TRUE!$BUILD_SYSTEST_TRUE$ac_delim
1.8578 +BUILD_SYSTEST_FALSE!$BUILD_SYSTEST_FALSE$ac_delim
1.8579 +BUILD_ARMTEST_TRUE!$BUILD_ARMTEST_TRUE$ac_delim
1.8580 +BUILD_ARMTEST_FALSE!$BUILD_ARMTEST_FALSE$ac_delim
1.8581 +GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
1.8582 +USE_NLS!$USE_NLS$ac_delim
1.8583 +MSGFMT!$MSGFMT$ac_delim
1.8584 +MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
1.8585 +GMSGFMT!$GMSGFMT$ac_delim
1.8586 +XGETTEXT!$XGETTEXT$ac_delim
1.8587 +CATALOGS!$CATALOGS$ac_delim
1.8588 +CATOBJEXT!$CATOBJEXT$ac_delim
1.8589 +DATADIRNAME!$DATADIRNAME$ac_delim
1.8590 +GMOFILES!$GMOFILES$ac_delim
1.8591 +INSTOBJEXT!$INSTOBJEXT$ac_delim
1.8592 +INTLLIBS!$INTLLIBS$ac_delim
1.8593 +PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
1.8594 +PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
1.8595 +POFILES!$POFILES$ac_delim
1.8596 +POSUB!$POSUB$ac_delim
1.8597 +MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
1.8598 +LIBOBJS!$LIBOBJS$ac_delim
1.8599 +LTLIBOBJS!$LTLIBOBJS$ac_delim
1.8600 +_ACEOF
1.8601 +
1.8602 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 57; then
1.8603 + break
1.8604 + elif $ac_last_try; then
1.8605 + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
1.8606 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
1.8607 + { (exit 1); exit 1; }; }
1.8608 + else
1.8609 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1.8610 + fi
1.8611 +done
1.8612 +
1.8613 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
1.8614 +if test -n "$ac_eof"; then
1.8615 + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
1.8616 + ac_eof=`expr $ac_eof + 1`
1.8617 +fi
1.8618 +
1.8619 +cat >>$CONFIG_STATUS <<_ACEOF
1.8620 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
1.8621 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
1.8622 +_ACEOF
1.8623 +sed '
1.8624 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
1.8625 +s/^/s,@/; s/!/@,|#_!!_#|/
1.8626 +:n
1.8627 +t n
1.8628 +s/'"$ac_delim"'$/,g/; t
1.8629 +s/$/\\/; p
1.8630 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
1.8631 +' >>$CONFIG_STATUS <conf$$subs.sed
1.8632 +rm -f conf$$subs.sed
1.8633 +cat >>$CONFIG_STATUS <<_ACEOF
1.8634 +:end
1.8635 +s/|#_!!_#|//g
1.8636 +CEOF$ac_eof
1.8637 +_ACEOF
1.8638 +
1.8639
1.8640 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1.8641 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1.8642 @@ -11160,133 +10997,19 @@
1.8643 }'
1.8644 fi
1.8645
1.8646 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8647 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8648 fi # test -n "$CONFIG_FILES"
1.8649
1.8650 -# Set up the scripts for CONFIG_HEADERS section.
1.8651 -# No need to generate them if there are no CONFIG_HEADERS.
1.8652 -# This happens for instance with `./config.status Makefile'.
1.8653 -if test -n "$CONFIG_HEADERS"; then
1.8654 -cat >"$tmp/defines.awk" <<\_ACAWK ||
1.8655 -BEGIN {
1.8656 -_ACEOF
1.8657 -
1.8658 -# Transform confdefs.h into an awk script `defines.awk', embedded as
1.8659 -# here-document in config.status, that substitutes the proper values into
1.8660 -# config.h.in to produce config.h.
1.8661 -
1.8662 -# Create a delimiter string that does not exist in confdefs.h, to ease
1.8663 -# handling of long lines.
1.8664 -ac_delim='%!_!# '
1.8665 -for ac_last_try in false false :; do
1.8666 - ac_t=`sed -n "/$ac_delim/p" confdefs.h`
1.8667 - if test -z "$ac_t"; then
1.8668 - break
1.8669 - elif $ac_last_try; then
1.8670 - { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
1.8671 -$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
1.8672 - { (exit 1); exit 1; }; }
1.8673 - else
1.8674 - ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1.8675 - fi
1.8676 -done
1.8677 -
1.8678 -# For the awk script, D is an array of macro values keyed by name,
1.8679 -# likewise P contains macro parameters if any. Preserve backslash
1.8680 -# newline sequences.
1.8681 -
1.8682 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
1.8683 -sed -n '
1.8684 -s/.\{148\}/&'"$ac_delim"'/g
1.8685 -t rset
1.8686 -:rset
1.8687 -s/^[ ]*#[ ]*define[ ][ ]*/ /
1.8688 -t def
1.8689 -d
1.8690 -:def
1.8691 -s/\\$//
1.8692 -t bsnl
1.8693 -s/["\\]/\\&/g
1.8694 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
1.8695 -D["\1"]=" \3"/p
1.8696 -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
1.8697 -d
1.8698 -:bsnl
1.8699 -s/["\\]/\\&/g
1.8700 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
1.8701 -D["\1"]=" \3\\\\\\n"\\/p
1.8702 -t cont
1.8703 -s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
1.8704 -t cont
1.8705 -d
1.8706 -:cont
1.8707 -n
1.8708 -s/.\{148\}/&'"$ac_delim"'/g
1.8709 -t clear
1.8710 -:clear
1.8711 -s/\\$//
1.8712 -t bsnlc
1.8713 -s/["\\]/\\&/g; s/^/"/; s/$/"/p
1.8714 -d
1.8715 -:bsnlc
1.8716 -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
1.8717 -b cont
1.8718 -' <confdefs.h | sed '
1.8719 -s/'"$ac_delim"'/"\\\
1.8720 -"/g' >>$CONFIG_STATUS || ac_write_fail=1
1.8721 -
1.8722 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8723 - for (key in D) D_is_set[key] = 1
1.8724 - FS = ""
1.8725 -}
1.8726 -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
1.8727 - line = \$ 0
1.8728 - split(line, arg, " ")
1.8729 - if (arg[1] == "#") {
1.8730 - defundef = arg[2]
1.8731 - mac1 = arg[3]
1.8732 - } else {
1.8733 - defundef = substr(arg[1], 2)
1.8734 - mac1 = arg[2]
1.8735 - }
1.8736 - split(mac1, mac2, "(") #)
1.8737 - macro = mac2[1]
1.8738 - if (D_is_set[macro]) {
1.8739 - # Preserve the white space surrounding the "#".
1.8740 - prefix = substr(line, 1, index(line, defundef) - 1)
1.8741 - print prefix "define", macro P[macro] D[macro]
1.8742 - next
1.8743 - } else {
1.8744 - # Replace #undef with comments. This is necessary, for example,
1.8745 - # in the case of _POSIX_SOURCE, which is predefined and required
1.8746 - # on some systems where configure will not decide to define it.
1.8747 - if (defundef == "undef") {
1.8748 - print "/*", line, "*/"
1.8749 - next
1.8750 - }
1.8751 - }
1.8752 -}
1.8753 -{ print }
1.8754 -_ACAWK
1.8755 -_ACEOF
1.8756 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8757 - { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1.8758 -$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1.8759 - { (exit 1); exit 1; }; }
1.8760 -fi # test -n "$CONFIG_HEADERS"
1.8761 -
1.8762 -
1.8763 -eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1.8764 -shift
1.8765 -for ac_tag
1.8766 +
1.8767 +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
1.8768 do
1.8769 case $ac_tag in
1.8770 :[FHLC]) ac_mode=$ac_tag; continue;;
1.8771 esac
1.8772 case $ac_mode$ac_tag in
1.8773 :[FHL]*:*);;
1.8774 - :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
1.8775 -$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
1.8776 + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
1.8777 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
1.8778 { (exit 1); exit 1; }; };;
1.8779 :[FH]-) ac_tag=-:-;;
1.8780 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1.8781 @@ -11315,38 +11038,26 @@
1.8782 [\\/$]*) false;;
1.8783 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1.8784 esac ||
1.8785 - { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1.8786 -$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1.8787 + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1.8788 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1.8789 { (exit 1); exit 1; }; };;
1.8790 esac
1.8791 - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1.8792 - ac_file_inputs="$ac_file_inputs '$ac_f'"
1.8793 + ac_file_inputs="$ac_file_inputs $ac_f"
1.8794 done
1.8795
1.8796 # Let's still pretend it is `configure' which instantiates (i.e., don't
1.8797 # use $as_me), people would be surprised to read:
1.8798 # /* config.h. Generated by config.status. */
1.8799 - configure_input='Generated from '`
1.8800 - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1.8801 - `' by configure.'
1.8802 + configure_input="Generated from "`IFS=:
1.8803 + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
1.8804 if test x"$ac_file" != x-; then
1.8805 configure_input="$ac_file. $configure_input"
1.8806 - { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1.8807 -$as_echo "$as_me: creating $ac_file" >&6;}
1.8808 - fi
1.8809 - # Neutralize special characters interpreted by sed in replacement strings.
1.8810 - case $configure_input in #(
1.8811 - *\&* | *\|* | *\\* )
1.8812 - ac_sed_conf_input=`$as_echo "$configure_input" |
1.8813 - sed 's/[\\\\&|]/\\\\&/g'`;; #(
1.8814 - *) ac_sed_conf_input=$configure_input;;
1.8815 - esac
1.8816 + { echo "$as_me:$LINENO: creating $ac_file" >&5
1.8817 +echo "$as_me: creating $ac_file" >&6;}
1.8818 + fi
1.8819
1.8820 case $ac_tag in
1.8821 - *:-:* | *:-) cat >"$tmp/stdin" \
1.8822 - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1.8823 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
1.8824 - { (exit 1); exit 1; }; } ;;
1.8825 + *:-:* | *:-) cat >"$tmp/stdin";;
1.8826 esac
1.8827 ;;
1.8828 esac
1.8829 @@ -11356,7 +11067,7 @@
1.8830 X"$ac_file" : 'X\(//\)[^/]' \| \
1.8831 X"$ac_file" : 'X\(//\)$' \| \
1.8832 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1.8833 -$as_echo X"$ac_file" |
1.8834 +echo X"$ac_file" |
1.8835 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.8836 s//\1/
1.8837 q
1.8838 @@ -11382,7 +11093,7 @@
1.8839 as_dirs=
1.8840 while :; do
1.8841 case $as_dir in #(
1.8842 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1.8843 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1.8844 *) as_qdir=$as_dir;;
1.8845 esac
1.8846 as_dirs="'$as_qdir' $as_dirs"
1.8847 @@ -11391,7 +11102,7 @@
1.8848 X"$as_dir" : 'X\(//\)[^/]' \| \
1.8849 X"$as_dir" : 'X\(//\)$' \| \
1.8850 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1.8851 -$as_echo X"$as_dir" |
1.8852 +echo X"$as_dir" |
1.8853 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.8854 s//\1/
1.8855 q
1.8856 @@ -11412,17 +11123,17 @@
1.8857 test -d "$as_dir" && break
1.8858 done
1.8859 test -z "$as_dirs" || eval "mkdir $as_dirs"
1.8860 - } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1.8861 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1.8862 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1.8863 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
1.8864 { (exit 1); exit 1; }; }; }
1.8865 ac_builddir=.
1.8866
1.8867 case "$ac_dir" in
1.8868 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.8869 *)
1.8870 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1.8871 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1.8872 # A ".." for each directory in $ac_dir_suffix.
1.8873 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1.8874 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1.8875 case $ac_top_builddir_sub in
1.8876 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1.8877 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1.8878 @@ -11462,13 +11173,12 @@
1.8879 esac
1.8880 _ACEOF
1.8881
1.8882 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8883 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8884 # If the template does not know about datarootdir, expand it.
1.8885 # FIXME: This hack should be removed a few years after 2.60.
1.8886 ac_datarootdir_hack=; ac_datarootdir_seen=
1.8887
1.8888 -ac_sed_dataroot='
1.8889 -/datarootdir/ {
1.8890 +case `sed -n '/datarootdir/ {
1.8891 p
1.8892 q
1.8893 }
1.8894 @@ -11477,14 +11187,13 @@
1.8895 /@infodir@/p
1.8896 /@localedir@/p
1.8897 /@mandir@/p
1.8898 -'
1.8899 -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1.8900 +' $ac_file_inputs` in
1.8901 *datarootdir*) ac_datarootdir_seen=yes;;
1.8902 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1.8903 - { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1.8904 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1.8905 -_ACEOF
1.8906 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8907 + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1.8908 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1.8909 +_ACEOF
1.8910 +cat >>$CONFIG_STATUS <<_ACEOF
1.8911 ac_datarootdir_hack='
1.8912 s&@datadir@&$datadir&g
1.8913 s&@docdir@&$docdir&g
1.8914 @@ -11498,16 +11207,15 @@
1.8915 # Neutralize VPATH when `$srcdir' = `.'.
1.8916 # Shell code in configure.ac might set extrasub.
1.8917 # FIXME: do we really want to maintain this feature?
1.8918 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1.8919 -ac_sed_extra="$ac_vpsub
1.8920 +cat >>$CONFIG_STATUS <<_ACEOF
1.8921 + sed "$ac_vpsub
1.8922 $extrasub
1.8923 _ACEOF
1.8924 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1.8925 +cat >>$CONFIG_STATUS <<\_ACEOF
1.8926 :t
1.8927 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1.8928 -s|@configure_input@|$ac_sed_conf_input|;t t
1.8929 +s&@configure_input@&$configure_input&;t t
1.8930 s&@top_builddir@&$ac_top_builddir_sub&;t t
1.8931 -s&@top_build_prefix@&$ac_top_build_prefix&;t t
1.8932 s&@srcdir@&$ac_srcdir&;t t
1.8933 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1.8934 s&@top_srcdir@&$ac_top_srcdir&;t t
1.8935 @@ -11517,74 +11225,135 @@
1.8936 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1.8937 s&@INSTALL@&$ac_INSTALL&;t t
1.8938 $ac_datarootdir_hack
1.8939 -"
1.8940 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1.8941 - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1.8942 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
1.8943 - { (exit 1); exit 1; }; }
1.8944 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
1.8945
1.8946 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1.8947 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1.8948 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1.8949 - { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.8950 + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.8951 which seems to be undefined. Please make sure it is defined." >&5
1.8952 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.8953 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1.8954 which seems to be undefined. Please make sure it is defined." >&2;}
1.8955
1.8956 rm -f "$tmp/stdin"
1.8957 case $ac_file in
1.8958 - -) cat "$tmp/out" && rm -f "$tmp/out";;
1.8959 - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1.8960 - esac \
1.8961 - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1.8962 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
1.8963 - { (exit 1); exit 1; }; }
1.8964 + -) cat "$tmp/out"; rm -f "$tmp/out";;
1.8965 + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
1.8966 + esac
1.8967 ;;
1.8968 :H)
1.8969 #
1.8970 # CONFIG_HEADER
1.8971 #
1.8972 +_ACEOF
1.8973 +
1.8974 +# Transform confdefs.h into a sed script `conftest.defines', that
1.8975 +# substitutes the proper values into config.h.in to produce config.h.
1.8976 +rm -f conftest.defines conftest.tail
1.8977 +# First, append a space to every undef/define line, to ease matching.
1.8978 +echo 's/$/ /' >conftest.defines
1.8979 +# Then, protect against being on the right side of a sed subst, or in
1.8980 +# an unquoted here document, in config.status. If some macros were
1.8981 +# called several times there might be several #defines for the same
1.8982 +# symbol, which is useless. But do not sort them, since the last
1.8983 +# AC_DEFINE must be honored.
1.8984 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
1.8985 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
1.8986 +# NAME is the cpp macro being defined, VALUE is the value it is being given.
1.8987 +# PARAMS is the parameter list in the macro definition--in most cases, it's
1.8988 +# just an empty string.
1.8989 +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
1.8990 +ac_dB='\\)[ (].*,\\1define\\2'
1.8991 +ac_dC=' '
1.8992 +ac_dD=' ,'
1.8993 +
1.8994 +uniq confdefs.h |
1.8995 + sed -n '
1.8996 + t rset
1.8997 + :rset
1.8998 + s/^[ ]*#[ ]*define[ ][ ]*//
1.8999 + t ok
1.9000 + d
1.9001 + :ok
1.9002 + s/[\\&,]/\\&/g
1.9003 + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
1.9004 + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
1.9005 + ' >>conftest.defines
1.9006 +
1.9007 +# Remove the space that was appended to ease matching.
1.9008 +# Then replace #undef with comments. This is necessary, for
1.9009 +# example, in the case of _POSIX_SOURCE, which is predefined and required
1.9010 +# on some systems where configure will not decide to define it.
1.9011 +# (The regexp can be short, since the line contains either #define or #undef.)
1.9012 +echo 's/ $//
1.9013 +s,^[ #]*u.*,/* & */,' >>conftest.defines
1.9014 +
1.9015 +# Break up conftest.defines:
1.9016 +ac_max_sed_lines=50
1.9017 +
1.9018 +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
1.9019 +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
1.9020 +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
1.9021 +# et cetera.
1.9022 +ac_in='$ac_file_inputs'
1.9023 +ac_out='"$tmp/out1"'
1.9024 +ac_nxt='"$tmp/out2"'
1.9025 +
1.9026 +while :
1.9027 +do
1.9028 + # Write a here document:
1.9029 + cat >>$CONFIG_STATUS <<_ACEOF
1.9030 + # First, check the format of the line:
1.9031 + cat >"\$tmp/defines.sed" <<\\CEOF
1.9032 +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
1.9033 +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
1.9034 +b
1.9035 +:def
1.9036 +_ACEOF
1.9037 + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
1.9038 + echo 'CEOF
1.9039 + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
1.9040 + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
1.9041 + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
1.9042 + grep . conftest.tail >/dev/null || break
1.9043 + rm -f conftest.defines
1.9044 + mv conftest.tail conftest.defines
1.9045 +done
1.9046 +rm -f conftest.defines conftest.tail
1.9047 +
1.9048 +echo "ac_result=$ac_in" >>$CONFIG_STATUS
1.9049 +cat >>$CONFIG_STATUS <<\_ACEOF
1.9050 if test x"$ac_file" != x-; then
1.9051 - {
1.9052 - $as_echo "/* $configure_input */" \
1.9053 - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1.9054 - } >"$tmp/config.h" \
1.9055 - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1.9056 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
1.9057 - { (exit 1); exit 1; }; }
1.9058 - if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1.9059 - { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1.9060 -$as_echo "$as_me: $ac_file is unchanged" >&6;}
1.9061 - else
1.9062 - rm -f "$ac_file"
1.9063 - mv "$tmp/config.h" "$ac_file" \
1.9064 - || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1.9065 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
1.9066 - { (exit 1); exit 1; }; }
1.9067 - fi
1.9068 - else
1.9069 - $as_echo "/* $configure_input */" \
1.9070 - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1.9071 - || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1.9072 -$as_echo "$as_me: error: could not create -" >&2;}
1.9073 - { (exit 1); exit 1; }; }
1.9074 - fi
1.9075 -# Compute "$ac_file"'s index in $config_headers.
1.9076 + echo "/* $configure_input */" >"$tmp/config.h"
1.9077 + cat "$ac_result" >>"$tmp/config.h"
1.9078 + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1.9079 + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1.9080 +echo "$as_me: $ac_file is unchanged" >&6;}
1.9081 + else
1.9082 + rm -f $ac_file
1.9083 + mv "$tmp/config.h" $ac_file
1.9084 + fi
1.9085 + else
1.9086 + echo "/* $configure_input */"
1.9087 + cat "$ac_result"
1.9088 + fi
1.9089 + rm -f "$tmp/out12"
1.9090 +# Compute $ac_file's index in $config_headers.
1.9091 _am_stamp_count=1
1.9092 for _am_header in $config_headers :; do
1.9093 case $_am_header in
1.9094 - "$ac_file" | "$ac_file":* )
1.9095 + $ac_file | $ac_file:* )
1.9096 break ;;
1.9097 * )
1.9098 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1.9099 esac
1.9100 done
1.9101 -echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
1.9102 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1.9103 - X"$ac_file" : 'X\(//\)[^/]' \| \
1.9104 - X"$ac_file" : 'X\(//\)$' \| \
1.9105 - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1.9106 -$as_echo X"$ac_file" |
1.9107 +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
1.9108 +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1.9109 + X$ac_file : 'X\(//\)[^/]' \| \
1.9110 + X$ac_file : 'X\(//\)$' \| \
1.9111 + X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
1.9112 +echo X$ac_file |
1.9113 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.9114 s//\1/
1.9115 q
1.9116 @@ -11604,8 +11373,8 @@
1.9117 s/.*/./; q'`/stamp-h$_am_stamp_count
1.9118 ;;
1.9119
1.9120 - :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1.9121 -$as_echo "$as_me: executing $ac_file commands" >&6;}
1.9122 + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1.9123 +echo "$as_me: executing $ac_file commands" >&6;}
1.9124 ;;
1.9125 esac
1.9126
1.9127 @@ -11626,7 +11395,7 @@
1.9128 X"$mf" : 'X\(//\)[^/]' \| \
1.9129 X"$mf" : 'X\(//\)$' \| \
1.9130 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1.9131 -$as_echo X"$mf" |
1.9132 +echo X"$mf" |
1.9133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.9134 s//\1/
1.9135 q
1.9136 @@ -11670,7 +11439,7 @@
1.9137 X"$file" : 'X\(//\)[^/]' \| \
1.9138 X"$file" : 'X\(//\)$' \| \
1.9139 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1.9140 -$as_echo X"$file" |
1.9141 +echo X"$file" |
1.9142 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.9143 s//\1/
1.9144 q
1.9145 @@ -11696,7 +11465,7 @@
1.9146 as_dirs=
1.9147 while :; do
1.9148 case $as_dir in #(
1.9149 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1.9150 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1.9151 *) as_qdir=$as_dir;;
1.9152 esac
1.9153 as_dirs="'$as_qdir' $as_dirs"
1.9154 @@ -11705,7 +11474,7 @@
1.9155 X"$as_dir" : 'X\(//\)[^/]' \| \
1.9156 X"$as_dir" : 'X\(//\)$' \| \
1.9157 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1.9158 -$as_echo X"$as_dir" |
1.9159 +echo X"$as_dir" |
1.9160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1.9161 s//\1/
1.9162 q
1.9163 @@ -11726,8 +11495,8 @@
1.9164 test -d "$as_dir" && break
1.9165 done
1.9166 test -z "$as_dirs" || eval "mkdir $as_dirs"
1.9167 - } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1.9168 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1.9169 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1.9170 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
1.9171 { (exit 1); exit 1; }; }; }
1.9172 # echo "creating $dirpart/$file"
1.9173 echo '# dummy' > "$dirpart/$file"
1.9174 @@ -11747,11 +11516,6 @@
1.9175 chmod +x $CONFIG_STATUS
1.9176 ac_clean_files=$ac_clean_files_save
1.9177
1.9178 -test $ac_write_fail = 0 ||
1.9179 - { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
1.9180 -$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
1.9181 - { (exit 1); exit 1; }; }
1.9182 -
1.9183
1.9184 # configure is writing to config.log, and then calls config.status.
1.9185 # config.status does its own redirection, appending to config.log.
1.9186 @@ -11773,9 +11537,5 @@
1.9187 # would make configure fail if this is the last instruction.
1.9188 $ac_cs_success || { (exit 1); exit 1; }
1.9189 fi
1.9190 -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
1.9191 - { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
1.9192 -$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
1.9193 -fi
1.9194 -
1.9195 -
1.9196 +
1.9197 +
.