filename | configure |
changeset | 1:eea311cfd33e |
next | 10:c898b37506e0 |
author | nkeynes |
date | Sat Mar 13 00:03:32 2004 +0000 (18 years ago) |
permissions | -rw-r--r-- |
last change | This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. |
file | annotate | diff | log | raw |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +00001.2 +++ b/configure Sat Mar 13 00:03:32 2004 +00001.3 @@ -0,0 +1,7223 @@1.4 +#! /bin/sh1.5 +# Guess values for system-dependent variables and create Makefiles.1.6 +# Generated by GNU Autoconf 2.59.1.7 +#1.8 +# Copyright (C) 2003 Free Software Foundation, Inc.1.9 +# This configure script is free software; the Free Software Foundation1.10 +# gives unlimited permission to copy, distribute and modify it.1.11 +## --------------------- ##1.12 +## M4sh Initialization. ##1.13 +## --------------------- ##1.14 +1.15 +# Be Bourne compatible1.16 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then1.17 + emulate sh1.18 + NULLCMD=:1.19 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which1.20 + # is contrary to our usage. Disable this feature.1.21 + alias -g '${1+"$@"}'='"$@"'1.22 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then1.23 + set -o posix1.24 +fi1.25 +DUALCASE=1; export DUALCASE # for MKS sh1.26 +1.27 +# Support unset when possible.1.28 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then1.29 + as_unset=unset1.30 +else1.31 + as_unset=false1.32 +fi1.33 +1.34 +1.35 +# Work around bugs in pre-3.0 UWIN ksh.1.36 +$as_unset ENV MAIL MAILPATH1.37 +PS1='$ '1.38 +PS2='> '1.39 +PS4='+ '1.40 +1.41 +# NLS nuisances.1.42 +for as_var in \1.43 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \1.44 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \1.45 + LC_TELEPHONE LC_TIME1.46 +do1.47 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then1.48 + eval $as_var=C; export $as_var1.49 + else1.50 + $as_unset $as_var1.51 + fi1.52 +done1.53 +1.54 +# Required to use basename.1.55 +if expr a : '\(a\)' >/dev/null 2>&1; then1.56 + as_expr=expr1.57 +else1.58 + as_expr=false1.59 +fi1.60 +1.61 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then1.62 + as_basename=basename1.63 +else1.64 + as_basename=false1.65 +fi1.66 +1.67 +1.68 +# Name of the executable.1.69 +as_me=`$as_basename "$0" ||1.70 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \1.71 + X"$0" : 'X\(//\)$' \| \1.72 + X"$0" : 'X\(/\)$' \| \1.73 + . : '\(.\)' 2>/dev/null ||1.74 +echo X/"$0" |1.75 + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }1.76 + /^X\/\(\/\/\)$/{ s//\1/; q; }1.77 + /^X\/\(\/\).*/{ s//\1/; q; }1.78 + s/.*/./; q'`1.79 +1.80 +1.81 +# PATH needs CR, and LINENO needs CR and PATH.1.82 +# Avoid depending upon Character Ranges.1.83 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'1.84 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'1.85 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS1.86 +as_cr_digits='0123456789'1.87 +as_cr_alnum=$as_cr_Letters$as_cr_digits1.88 +1.89 +# The user is always right.1.90 +if test "${PATH_SEPARATOR+set}" != set; then1.91 + echo "#! /bin/sh" >conf$$.sh1.92 + echo "exit 0" >>conf$$.sh1.93 + chmod +x conf$$.sh1.94 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then1.95 + PATH_SEPARATOR=';'1.96 + else1.97 + PATH_SEPARATOR=:1.98 + fi1.99 + rm -f conf$$.sh1.100 +fi1.101 +1.102 +1.103 + as_lineno_1=$LINENO1.104 + as_lineno_2=$LINENO1.105 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`1.106 + test "x$as_lineno_1" != "x$as_lineno_2" &&1.107 + test "x$as_lineno_3" = "x$as_lineno_2" || {1.108 + # Find who we are. Look in the path if we contain no path at all1.109 + # relative or not.1.110 + case $0 in1.111 + *[\\/]* ) as_myself=$0 ;;1.112 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.113 +for as_dir in $PATH1.114 +do1.115 + IFS=$as_save_IFS1.116 + test -z "$as_dir" && as_dir=.1.117 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break1.118 +done1.119 +1.120 + ;;1.121 + esac1.122 + # We did not find ourselves, most probably we were run as `sh COMMAND'1.123 + # in which case we are not to be found in the path.1.124 + if test "x$as_myself" = x; then1.125 + as_myself=$01.126 + fi1.127 + if test ! -f "$as_myself"; then1.128 + { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&21.129 + { (exit 1); exit 1; }; }1.130 + fi1.131 + case $CONFIG_SHELL in1.132 + '')1.133 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.134 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH1.135 +do1.136 + IFS=$as_save_IFS1.137 + test -z "$as_dir" && as_dir=.1.138 + for as_base in sh bash ksh sh5; do1.139 + case $as_dir in1.140 + /*)1.141 + if ("$as_dir/$as_base" -c '1.142 + as_lineno_1=$LINENO1.143 + as_lineno_2=$LINENO1.144 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`1.145 + test "x$as_lineno_1" != "x$as_lineno_2" &&1.146 + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then1.147 + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }1.148 + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }1.149 + CONFIG_SHELL=$as_dir/$as_base1.150 + export CONFIG_SHELL1.151 + exec "$CONFIG_SHELL" "$0" ${1+"$@"}1.152 + fi;;1.153 + esac1.154 + done1.155 +done1.156 +;;1.157 + esac1.158 +1.159 + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO1.160 + # uniformly replaced by the line number. The first 'sed' inserts a1.161 + # line-number line before each line; the second 'sed' does the real1.162 + # work. The second script uses 'N' to pair each line-number line1.163 + # with the numbered line, and appends trailing '-' during1.164 + # substitution so that $LINENO is not a special case at line end.1.165 + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the1.166 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)1.167 + sed '=' <$as_myself |1.168 + sed '1.169 + N1.170 + s,$,-,1.171 + : loop1.172 + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,1.173 + t loop1.174 + s,-$,,1.175 + s,^['$as_cr_digits']*\n,,1.176 + ' >$as_me.lineno &&1.177 + chmod +x $as_me.lineno ||1.178 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&21.179 + { (exit 1); exit 1; }; }1.180 +1.181 + # Don't try to exec as it changes $[0], causing all sort of problems1.182 + # (the dirname of $[0] is not the place where we might find the1.183 + # original and so on. Autoconf is especially sensible to this).1.184 + . ./$as_me.lineno1.185 + # Exit status is that of the last command.1.186 + exit1.187 +}1.188 +1.189 +1.190 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in1.191 + *c*,-n*) ECHO_N= ECHO_C='1.192 +' ECHO_T=' ' ;;1.193 + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;1.194 + *) ECHO_N= ECHO_C='\c' ECHO_T= ;;1.195 +esac1.196 +1.197 +if expr a : '\(a\)' >/dev/null 2>&1; then1.198 + as_expr=expr1.199 +else1.200 + as_expr=false1.201 +fi1.202 +1.203 +rm -f conf$$ conf$$.exe conf$$.file1.204 +echo >conf$$.file1.205 +if ln -s conf$$.file conf$$ 2>/dev/null; then1.206 + # We could just check for DJGPP; but this test a) works b) is more generic1.207 + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).1.208 + if test -f conf$$.exe; then1.209 + # Don't use ln at all; we don't have any links1.210 + as_ln_s='cp -p'1.211 + else1.212 + as_ln_s='ln -s'1.213 + fi1.214 +elif ln conf$$.file conf$$ 2>/dev/null; then1.215 + as_ln_s=ln1.216 +else1.217 + as_ln_s='cp -p'1.218 +fi1.219 +rm -f conf$$ conf$$.exe conf$$.file1.220 +1.221 +if mkdir -p . 2>/dev/null; then1.222 + as_mkdir_p=:1.223 +else1.224 + test -d ./-p && rmdir ./-p1.225 + as_mkdir_p=false1.226 +fi1.227 +1.228 +as_executable_p="test -f"1.229 +1.230 +# Sed expression to map a string onto a valid CPP name.1.231 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"1.232 +1.233 +# Sed expression to map a string onto a valid variable name.1.234 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"1.235 +1.236 +1.237 +# IFS1.238 +# We need space, tab and new line, in precisely that order.1.239 +as_nl='1.240 +'1.241 +IFS=" $as_nl"1.242 +1.243 +# CDPATH.1.244 +$as_unset CDPATH1.245 +1.246 +1.247 +# Name of the host.1.248 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,1.249 +# so uname gets run too.1.250 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`1.251 +1.252 +exec 6>&11.253 +1.254 +#1.255 +# Initializations.1.256 +#1.257 +ac_default_prefix=/usr/local1.258 +ac_config_libobj_dir=.1.259 +cross_compiling=no1.260 +subdirs=1.261 +MFLAGS=1.262 +MAKEFLAGS=1.263 +SHELL=${CONFIG_SHELL-/bin/sh}1.264 +1.265 +# Maximum number of lines to put in a shell here document.1.266 +# This variable seems obsolete. It should probably be removed, and1.267 +# only ac_max_sed_lines should be used.1.268 +: ${ac_max_here_lines=38}1.269 +1.270 +# Identity of this package.1.271 +PACKAGE_NAME=1.272 +PACKAGE_TARNAME=1.273 +PACKAGE_VERSION=1.274 +PACKAGE_STRING=1.275 +PACKAGE_BUGREPORT=1.276 +1.277 +ac_unique_file="configure.in"1.278 +# Factoring default headers for most tests.1.279 +ac_includes_default="\1.280 +#include <stdio.h>1.281 +#if HAVE_SYS_TYPES_H1.282 +# include <sys/types.h>1.283 +#endif1.284 +#if HAVE_SYS_STAT_H1.285 +# include <sys/stat.h>1.286 +#endif1.287 +#if STDC_HEADERS1.288 +# include <stdlib.h>1.289 +# include <stddef.h>1.290 +#else1.291 +# if HAVE_STDLIB_H1.292 +# include <stdlib.h>1.293 +# endif1.294 +#endif1.295 +#if HAVE_STRING_H1.296 +# if !STDC_HEADERS && HAVE_MEMORY_H1.297 +# include <memory.h>1.298 +# endif1.299 +# include <string.h>1.300 +#endif1.301 +#if HAVE_STRINGS_H1.302 +# include <strings.h>1.303 +#endif1.304 +#if HAVE_INTTYPES_H1.305 +# include <inttypes.h>1.306 +#else1.307 +# if HAVE_STDINT_H1.308 +# include <stdint.h>1.309 +# endif1.310 +#endif1.311 +#if HAVE_UNISTD_H1.312 +# include <unistd.h>1.313 +#endif"1.314 +1.315 +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP PKG_CONFIG PACKAGE_CFLAGS PACKAGE_LIBS GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS LIBOBJS LTLIBOBJS'1.316 +ac_subst_files=''1.317 +1.318 +# Initialize some variables set by options.1.319 +ac_init_help=1.320 +ac_init_version=false1.321 +# The variables have the same names as the options, with1.322 +# dashes changed to underlines.1.323 +cache_file=/dev/null1.324 +exec_prefix=NONE1.325 +no_create=1.326 +no_recursion=1.327 +prefix=NONE1.328 +program_prefix=NONE1.329 +program_suffix=NONE1.330 +program_transform_name=s,x,x,1.331 +silent=1.332 +site=1.333 +srcdir=1.334 +verbose=1.335 +x_includes=NONE1.336 +x_libraries=NONE1.337 +1.338 +# Installation directory options.1.339 +# These are left unexpanded so users can "make install exec_prefix=/foo"1.340 +# and all the variables that are supposed to be based on exec_prefix1.341 +# by default will actually change.1.342 +# Use braces instead of parens because sh, perl, etc. also accept them.1.343 +bindir='${exec_prefix}/bin'1.344 +sbindir='${exec_prefix}/sbin'1.345 +libexecdir='${exec_prefix}/libexec'1.346 +datadir='${prefix}/share'1.347 +sysconfdir='${prefix}/etc'1.348 +sharedstatedir='${prefix}/com'1.349 +localstatedir='${prefix}/var'1.350 +libdir='${exec_prefix}/lib'1.351 +includedir='${prefix}/include'1.352 +oldincludedir='/usr/include'1.353 +infodir='${prefix}/info'1.354 +mandir='${prefix}/man'1.355 +1.356 +ac_prev=1.357 +for ac_option1.358 +do1.359 + # If the previous option needs an argument, assign it.1.360 + if test -n "$ac_prev"; then1.361 + eval "$ac_prev=\$ac_option"1.362 + ac_prev=1.363 + continue1.364 + fi1.365 +1.366 + ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`1.367 +1.368 + # Accept the important Cygnus configure options, so we can diagnose typos.1.369 +1.370 + case $ac_option in1.371 +1.372 + -bindir | --bindir | --bindi | --bind | --bin | --bi)1.373 + ac_prev=bindir ;;1.374 + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)1.375 + bindir=$ac_optarg ;;1.376 +1.377 + -build | --build | --buil | --bui | --bu)1.378 + ac_prev=build_alias ;;1.379 + -build=* | --build=* | --buil=* | --bui=* | --bu=*)1.380 + build_alias=$ac_optarg ;;1.381 +1.382 + -cache-file | --cache-file | --cache-fil | --cache-fi \1.383 + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)1.384 + ac_prev=cache_file ;;1.385 + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \1.386 + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)1.387 + cache_file=$ac_optarg ;;1.388 +1.389 + --config-cache | -C)1.390 + cache_file=config.cache ;;1.391 +1.392 + -datadir | --datadir | --datadi | --datad | --data | --dat | --da)1.393 + ac_prev=datadir ;;1.394 + -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \1.395 + | --da=*)1.396 + datadir=$ac_optarg ;;1.397 +1.398 + -disable-* | --disable-*)1.399 + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`1.400 + # Reject names that are not valid shell variable names.1.401 + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&1.402 + { echo "$as_me: error: invalid feature name: $ac_feature" >&21.403 + { (exit 1); exit 1; }; }1.404 + ac_feature=`echo $ac_feature | sed 's/-/_/g'`1.405 + eval "enable_$ac_feature=no" ;;1.406 +1.407 + -enable-* | --enable-*)1.408 + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`1.409 + # Reject names that are not valid shell variable names.1.410 + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&1.411 + { echo "$as_me: error: invalid feature name: $ac_feature" >&21.412 + { (exit 1); exit 1; }; }1.413 + ac_feature=`echo $ac_feature | sed 's/-/_/g'`1.414 + case $ac_option in1.415 + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;1.416 + *) ac_optarg=yes ;;1.417 + esac1.418 + eval "enable_$ac_feature='$ac_optarg'" ;;1.419 +1.420 + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \1.421 + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \1.422 + | --exec | --exe | --ex)1.423 + ac_prev=exec_prefix ;;1.424 + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \1.425 + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \1.426 + | --exec=* | --exe=* | --ex=*)1.427 + exec_prefix=$ac_optarg ;;1.428 +1.429 + -gas | --gas | --ga | --g)1.430 + # Obsolete; use --with-gas.1.431 + with_gas=yes ;;1.432 +1.433 + -help | --help | --hel | --he | -h)1.434 + ac_init_help=long ;;1.435 + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)1.436 + ac_init_help=recursive ;;1.437 + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)1.438 + ac_init_help=short ;;1.439 +1.440 + -host | --host | --hos | --ho)1.441 + ac_prev=host_alias ;;1.442 + -host=* | --host=* | --hos=* | --ho=*)1.443 + host_alias=$ac_optarg ;;1.444 +1.445 + -includedir | --includedir | --includedi | --included | --include \1.446 + | --includ | --inclu | --incl | --inc)1.447 + ac_prev=includedir ;;1.448 + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \1.449 + | --includ=* | --inclu=* | --incl=* | --inc=*)1.450 + includedir=$ac_optarg ;;1.451 +1.452 + -infodir | --infodir | --infodi | --infod | --info | --inf)1.453 + ac_prev=infodir ;;1.454 + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)1.455 + infodir=$ac_optarg ;;1.456 +1.457 + -libdir | --libdir | --libdi | --libd)1.458 + ac_prev=libdir ;;1.459 + -libdir=* | --libdir=* | --libdi=* | --libd=*)1.460 + libdir=$ac_optarg ;;1.461 +1.462 + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \1.463 + | --libexe | --libex | --libe)1.464 + ac_prev=libexecdir ;;1.465 + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \1.466 + | --libexe=* | --libex=* | --libe=*)1.467 + libexecdir=$ac_optarg ;;1.468 +1.469 + -localstatedir | --localstatedir | --localstatedi | --localstated \1.470 + | --localstate | --localstat | --localsta | --localst \1.471 + | --locals | --local | --loca | --loc | --lo)1.472 + ac_prev=localstatedir ;;1.473 + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \1.474 + | --localstate=* | --localstat=* | --localsta=* | --localst=* \1.475 + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)1.476 + localstatedir=$ac_optarg ;;1.477 +1.478 + -mandir | --mandir | --mandi | --mand | --man | --ma | --m)1.479 + ac_prev=mandir ;;1.480 + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)1.481 + mandir=$ac_optarg ;;1.482 +1.483 + -nfp | --nfp | --nf)1.484 + # Obsolete; use --without-fp.1.485 + with_fp=no ;;1.486 +1.487 + -no-create | --no-create | --no-creat | --no-crea | --no-cre \1.488 + | --no-cr | --no-c | -n)1.489 + no_create=yes ;;1.490 +1.491 + -no-recursion | --no-recursion | --no-recursio | --no-recursi \1.492 + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)1.493 + no_recursion=yes ;;1.494 +1.495 + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \1.496 + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \1.497 + | --oldin | --oldi | --old | --ol | --o)1.498 + ac_prev=oldincludedir ;;1.499 + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \1.500 + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \1.501 + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)1.502 + oldincludedir=$ac_optarg ;;1.503 +1.504 + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)1.505 + ac_prev=prefix ;;1.506 + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)1.507 + prefix=$ac_optarg ;;1.508 +1.509 + -program-prefix | --program-prefix | --program-prefi | --program-pref \1.510 + | --program-pre | --program-pr | --program-p)1.511 + ac_prev=program_prefix ;;1.512 + -program-prefix=* | --program-prefix=* | --program-prefi=* \1.513 + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)1.514 + program_prefix=$ac_optarg ;;1.515 +1.516 + -program-suffix | --program-suffix | --program-suffi | --program-suff \1.517 + | --program-suf | --program-su | --program-s)1.518 + ac_prev=program_suffix ;;1.519 + -program-suffix=* | --program-suffix=* | --program-suffi=* \1.520 + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)1.521 + program_suffix=$ac_optarg ;;1.522 +1.523 + -program-transform-name | --program-transform-name \1.524 + | --program-transform-nam | --program-transform-na \1.525 + | --program-transform-n | --program-transform- \1.526 + | --program-transform | --program-transfor \1.527 + | --program-transfo | --program-transf \1.528 + | --program-trans | --program-tran \1.529 + | --progr-tra | --program-tr | --program-t)1.530 + ac_prev=program_transform_name ;;1.531 + -program-transform-name=* | --program-transform-name=* \1.532 + | --program-transform-nam=* | --program-transform-na=* \1.533 + | --program-transform-n=* | --program-transform-=* \1.534 + | --program-transform=* | --program-transfor=* \1.535 + | --program-transfo=* | --program-transf=* \1.536 + | --program-trans=* | --program-tran=* \1.537 + | --progr-tra=* | --program-tr=* | --program-t=*)1.538 + program_transform_name=$ac_optarg ;;1.539 +1.540 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \1.541 + | -silent | --silent | --silen | --sile | --sil)1.542 + silent=yes ;;1.543 +1.544 + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)1.545 + ac_prev=sbindir ;;1.546 + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \1.547 + | --sbi=* | --sb=*)1.548 + sbindir=$ac_optarg ;;1.549 +1.550 + -sharedstatedir | --sharedstatedir | --sharedstatedi \1.551 + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \1.552 + | --sharedst | --shareds | --shared | --share | --shar \1.553 + | --sha | --sh)1.554 + ac_prev=sharedstatedir ;;1.555 + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \1.556 + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \1.557 + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \1.558 + | --sha=* | --sh=*)1.559 + sharedstatedir=$ac_optarg ;;1.560 +1.561 + -site | --site | --sit)1.562 + ac_prev=site ;;1.563 + -site=* | --site=* | --sit=*)1.564 + site=$ac_optarg ;;1.565 +1.566 + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)1.567 + ac_prev=srcdir ;;1.568 + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)1.569 + srcdir=$ac_optarg ;;1.570 +1.571 + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \1.572 + | --syscon | --sysco | --sysc | --sys | --sy)1.573 + ac_prev=sysconfdir ;;1.574 + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \1.575 + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)1.576 + sysconfdir=$ac_optarg ;;1.577 +1.578 + -target | --target | --targe | --targ | --tar | --ta | --t)1.579 + ac_prev=target_alias ;;1.580 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)1.581 + target_alias=$ac_optarg ;;1.582 +1.583 + -v | -verbose | --verbose | --verbos | --verbo | --verb)1.584 + verbose=yes ;;1.585 +1.586 + -version | --version | --versio | --versi | --vers | -V)1.587 + ac_init_version=: ;;1.588 +1.589 + -with-* | --with-*)1.590 + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1.591 + # Reject names that are not valid shell variable names.1.592 + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&1.593 + { echo "$as_me: error: invalid package name: $ac_package" >&21.594 + { (exit 1); exit 1; }; }1.595 + ac_package=`echo $ac_package| sed 's/-/_/g'`1.596 + case $ac_option in1.597 + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;1.598 + *) ac_optarg=yes ;;1.599 + esac1.600 + eval "with_$ac_package='$ac_optarg'" ;;1.601 +1.602 + -without-* | --without-*)1.603 + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1.604 + # Reject names that are not valid shell variable names.1.605 + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&1.606 + { echo "$as_me: error: invalid package name: $ac_package" >&21.607 + { (exit 1); exit 1; }; }1.608 + ac_package=`echo $ac_package | sed 's/-/_/g'`1.609 + eval "with_$ac_package=no" ;;1.610 +1.611 + --x)1.612 + # Obsolete; use --with-x.1.613 + with_x=yes ;;1.614 +1.615 + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \1.616 + | --x-incl | --x-inc | --x-in | --x-i)1.617 + ac_prev=x_includes ;;1.618 + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \1.619 + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)1.620 + x_includes=$ac_optarg ;;1.621 +1.622 + -x-libraries | --x-libraries | --x-librarie | --x-librari \1.623 + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)1.624 + ac_prev=x_libraries ;;1.625 + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \1.626 + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)1.627 + x_libraries=$ac_optarg ;;1.628 +1.629 + -*) { echo "$as_me: error: unrecognized option: $ac_option1.630 +Try \`$0 --help' for more information." >&21.631 + { (exit 1); exit 1; }; }1.632 + ;;1.633 +1.634 + *=*)1.635 + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`1.636 + # Reject names that are not valid shell variable names.1.637 + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&1.638 + { echo "$as_me: error: invalid variable name: $ac_envvar" >&21.639 + { (exit 1); exit 1; }; }1.640 + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`1.641 + eval "$ac_envvar='$ac_optarg'"1.642 + export $ac_envvar ;;1.643 +1.644 + *)1.645 + # FIXME: should be removed in autoconf 3.0.1.646 + echo "$as_me: WARNING: you should use --build, --host, --target" >&21.647 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&1.648 + echo "$as_me: WARNING: invalid host type: $ac_option" >&21.649 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1.650 + ;;1.651 +1.652 + esac1.653 +done1.654 +1.655 +if test -n "$ac_prev"; then1.656 + ac_option=--`echo $ac_prev | sed 's/_/-/g'`1.657 + { echo "$as_me: error: missing argument to $ac_option" >&21.658 + { (exit 1); exit 1; }; }1.659 +fi1.660 +1.661 +# Be sure to have absolute paths.1.662 +for ac_var in exec_prefix prefix1.663 +do1.664 + eval ac_val=$`echo $ac_var`1.665 + case $ac_val in1.666 + [\\/$]* | ?:[\\/]* | NONE | '' ) ;;1.667 + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21.668 + { (exit 1); exit 1; }; };;1.669 + esac1.670 +done1.671 +1.672 +# Be sure to have absolute paths.1.673 +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \1.674 + localstatedir libdir includedir oldincludedir infodir mandir1.675 +do1.676 + eval ac_val=$`echo $ac_var`1.677 + case $ac_val in1.678 + [\\/$]* | ?:[\\/]* ) ;;1.679 + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21.680 + { (exit 1); exit 1; }; };;1.681 + esac1.682 +done1.683 +1.684 +# There might be people who depend on the old broken behavior: `$host'1.685 +# used to hold the argument of --host etc.1.686 +# FIXME: To remove some day.1.687 +build=$build_alias1.688 +host=$host_alias1.689 +target=$target_alias1.690 +1.691 +# FIXME: To remove some day.1.692 +if test "x$host_alias" != x; then1.693 + if test "x$build_alias" = x; then1.694 + cross_compiling=maybe1.695 + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1.696 + If a cross compiler is detected then cross compile mode will be used." >&21.697 + elif test "x$build_alias" != "x$host_alias"; then1.698 + cross_compiling=yes1.699 + fi1.700 +fi1.701 +1.702 +ac_tool_prefix=1.703 +test -n "$host_alias" && ac_tool_prefix=$host_alias-1.704 +1.705 +test "$silent" = yes && exec 6>/dev/null1.706 +1.707 +1.708 +# Find the source files, if location was not specified.1.709 +if test -z "$srcdir"; then1.710 + ac_srcdir_defaulted=yes1.711 + # Try the directory containing this script, then its parent.1.712 + ac_confdir=`(dirname "$0") 2>/dev/null ||1.713 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.714 + X"$0" : 'X\(//\)[^/]' \| \1.715 + X"$0" : 'X\(//\)$' \| \1.716 + X"$0" : 'X\(/\)' \| \1.717 + . : '\(.\)' 2>/dev/null ||1.718 +echo X"$0" |1.719 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.720 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.721 + /^X\(\/\/\)$/{ s//\1/; q; }1.722 + /^X\(\/\).*/{ s//\1/; q; }1.723 + s/.*/./; q'`1.724 + srcdir=$ac_confdir1.725 + if test ! -r $srcdir/$ac_unique_file; then1.726 + srcdir=..1.727 + fi1.728 +else1.729 + ac_srcdir_defaulted=no1.730 +fi1.731 +if test ! -r $srcdir/$ac_unique_file; then1.732 + if test "$ac_srcdir_defaulted" = yes; then1.733 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&21.734 + { (exit 1); exit 1; }; }1.735 + else1.736 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21.737 + { (exit 1); exit 1; }; }1.738 + fi1.739 +fi1.740 +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||1.741 + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&21.742 + { (exit 1); exit 1; }; }1.743 +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`1.744 +ac_env_build_alias_set=${build_alias+set}1.745 +ac_env_build_alias_value=$build_alias1.746 +ac_cv_env_build_alias_set=${build_alias+set}1.747 +ac_cv_env_build_alias_value=$build_alias1.748 +ac_env_host_alias_set=${host_alias+set}1.749 +ac_env_host_alias_value=$host_alias1.750 +ac_cv_env_host_alias_set=${host_alias+set}1.751 +ac_cv_env_host_alias_value=$host_alias1.752 +ac_env_target_alias_set=${target_alias+set}1.753 +ac_env_target_alias_value=$target_alias1.754 +ac_cv_env_target_alias_set=${target_alias+set}1.755 +ac_cv_env_target_alias_value=$target_alias1.756 +ac_env_CC_set=${CC+set}1.757 +ac_env_CC_value=$CC1.758 +ac_cv_env_CC_set=${CC+set}1.759 +ac_cv_env_CC_value=$CC1.760 +ac_env_CFLAGS_set=${CFLAGS+set}1.761 +ac_env_CFLAGS_value=$CFLAGS1.762 +ac_cv_env_CFLAGS_set=${CFLAGS+set}1.763 +ac_cv_env_CFLAGS_value=$CFLAGS1.764 +ac_env_LDFLAGS_set=${LDFLAGS+set}1.765 +ac_env_LDFLAGS_value=$LDFLAGS1.766 +ac_cv_env_LDFLAGS_set=${LDFLAGS+set}1.767 +ac_cv_env_LDFLAGS_value=$LDFLAGS1.768 +ac_env_CPPFLAGS_set=${CPPFLAGS+set}1.769 +ac_env_CPPFLAGS_value=$CPPFLAGS1.770 +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}1.771 +ac_cv_env_CPPFLAGS_value=$CPPFLAGS1.772 +ac_env_CPP_set=${CPP+set}1.773 +ac_env_CPP_value=$CPP1.774 +ac_cv_env_CPP_set=${CPP+set}1.775 +ac_cv_env_CPP_value=$CPP1.776 +1.777 +#1.778 +# Report the --help message.1.779 +#1.780 +if test "$ac_init_help" = "long"; then1.781 + # Omit some internal or obsolete options to make the list less imposing.1.782 + # This message is too long to be a string in the A/UX 3.1 sh.1.783 + cat <<_ACEOF1.784 +\`configure' configures this package to adapt to many kinds of systems.1.785 +1.786 +Usage: $0 [OPTION]... [VAR=VALUE]...1.787 +1.788 +To assign environment variables (e.g., CC, CFLAGS...), specify them as1.789 +VAR=VALUE. See below for descriptions of some of the useful variables.1.790 +1.791 +Defaults for the options are specified in brackets.1.792 +1.793 +Configuration:1.794 + -h, --help display this help and exit1.795 + --help=short display options specific to this package1.796 + --help=recursive display the short help of all the included packages1.797 + -V, --version display version information and exit1.798 + -q, --quiet, --silent do not print \`checking...' messages1.799 + --cache-file=FILE cache test results in FILE [disabled]1.800 + -C, --config-cache alias for \`--cache-file=config.cache'1.801 + -n, --no-create do not create output files1.802 + --srcdir=DIR find the sources in DIR [configure dir or \`..']1.803 +1.804 +_ACEOF1.805 +1.806 + cat <<_ACEOF1.807 +Installation directories:1.808 + --prefix=PREFIX install architecture-independent files in PREFIX1.809 + [$ac_default_prefix]1.810 + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX1.811 + [PREFIX]1.812 +1.813 +By default, \`make install' will install all the files in1.814 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify1.815 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',1.816 +for instance \`--prefix=\$HOME'.1.817 +1.818 +For better control, use the options below.1.819 +1.820 +Fine tuning of the installation directories:1.821 + --bindir=DIR user executables [EPREFIX/bin]1.822 + --sbindir=DIR system admin executables [EPREFIX/sbin]1.823 + --libexecdir=DIR program executables [EPREFIX/libexec]1.824 + --datadir=DIR read-only architecture-independent data [PREFIX/share]1.825 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1.826 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1.827 + --localstatedir=DIR modifiable single-machine data [PREFIX/var]1.828 + --libdir=DIR object code libraries [EPREFIX/lib]1.829 + --includedir=DIR C header files [PREFIX/include]1.830 + --oldincludedir=DIR C header files for non-gcc [/usr/include]1.831 + --infodir=DIR info documentation [PREFIX/info]1.832 + --mandir=DIR man documentation [PREFIX/man]1.833 +_ACEOF1.834 +1.835 + cat <<\_ACEOF1.836 +1.837 +Program names:1.838 + --program-prefix=PREFIX prepend PREFIX to installed program names1.839 + --program-suffix=SUFFIX append SUFFIX to installed program names1.840 + --program-transform-name=PROGRAM run sed PROGRAM on installed program names1.841 +_ACEOF1.842 +fi1.843 +1.844 +if test -n "$ac_init_help"; then1.845 +1.846 + cat <<\_ACEOF1.847 +1.848 +Optional Features:1.849 + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)1.850 + --enable-FEATURE[=ARG] include FEATURE [ARG=yes]1.851 + --enable-maintainer-mode enable make rules and dependencies not useful1.852 + (and sometimes confusing) to the casual installer1.853 + --disable-dependency-tracking Speeds up one-time builds1.854 + --enable-dependency-tracking Do not reject slow dependency extractors1.855 +1.856 +Some influential environment variables:1.857 + CC C compiler command1.858 + CFLAGS C compiler flags1.859 + LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a1.860 + nonstandard directory <lib dir>1.861 + CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have1.862 + headers in a nonstandard directory <include dir>1.863 + CPP C preprocessor1.864 +1.865 +Use these variables to override the choices made by `configure' or to help1.866 +it to find libraries and programs with nonstandard names/locations.1.867 +1.868 +_ACEOF1.869 +fi1.870 +1.871 +if test "$ac_init_help" = "recursive"; then1.872 + # If there are subdirs, report their specific --help.1.873 + ac_popdir=`pwd`1.874 + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue1.875 + test -d $ac_dir || continue1.876 + ac_builddir=.1.877 +1.878 +if test "$ac_dir" != .; then1.879 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`1.880 + # A "../" for each directory in $ac_dir_suffix.1.881 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`1.882 +else1.883 + ac_dir_suffix= ac_top_builddir=1.884 +fi1.885 +1.886 +case $srcdir in1.887 + .) # No --srcdir option. We are building in place.1.888 + ac_srcdir=.1.889 + if test -z "$ac_top_builddir"; then1.890 + ac_top_srcdir=.1.891 + else1.892 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`1.893 + fi ;;1.894 + [\\/]* | ?:[\\/]* ) # Absolute path.1.895 + ac_srcdir=$srcdir$ac_dir_suffix;1.896 + ac_top_srcdir=$srcdir ;;1.897 + *) # Relative path.1.898 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix1.899 + ac_top_srcdir=$ac_top_builddir$srcdir ;;1.900 +esac1.901 +1.902 +# Do not use `cd foo && pwd` to compute absolute paths, because1.903 +# the directories may not exist.1.904 +case `pwd` in1.905 +.) ac_abs_builddir="$ac_dir";;1.906 +*)1.907 + case "$ac_dir" in1.908 + .) ac_abs_builddir=`pwd`;;1.909 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;1.910 + *) ac_abs_builddir=`pwd`/"$ac_dir";;1.911 + esac;;1.912 +esac1.913 +case $ac_abs_builddir in1.914 +.) ac_abs_top_builddir=${ac_top_builddir}.;;1.915 +*)1.916 + case ${ac_top_builddir}. in1.917 + .) ac_abs_top_builddir=$ac_abs_builddir;;1.918 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;1.919 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;1.920 + esac;;1.921 +esac1.922 +case $ac_abs_builddir in1.923 +.) ac_abs_srcdir=$ac_srcdir;;1.924 +*)1.925 + case $ac_srcdir in1.926 + .) ac_abs_srcdir=$ac_abs_builddir;;1.927 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;1.928 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;1.929 + esac;;1.930 +esac1.931 +case $ac_abs_builddir in1.932 +.) ac_abs_top_srcdir=$ac_top_srcdir;;1.933 +*)1.934 + case $ac_top_srcdir in1.935 + .) ac_abs_top_srcdir=$ac_abs_builddir;;1.936 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;1.937 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;1.938 + esac;;1.939 +esac1.940 +1.941 + cd $ac_dir1.942 + # Check for guested configure; otherwise get Cygnus style configure.1.943 + if test -f $ac_srcdir/configure.gnu; then1.944 + echo1.945 + $SHELL $ac_srcdir/configure.gnu --help=recursive1.946 + elif test -f $ac_srcdir/configure; then1.947 + echo1.948 + $SHELL $ac_srcdir/configure --help=recursive1.949 + elif test -f $ac_srcdir/configure.ac ||1.950 + test -f $ac_srcdir/configure.in; then1.951 + echo1.952 + $ac_configure --help1.953 + else1.954 + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21.955 + fi1.956 + cd "$ac_popdir"1.957 + done1.958 +fi1.959 +1.960 +test -n "$ac_init_help" && exit 01.961 +if $ac_init_version; then1.962 + cat <<\_ACEOF1.963 +1.964 +Copyright (C) 2003 Free Software Foundation, Inc.1.965 +This configure script is free software; the Free Software Foundation1.966 +gives unlimited permission to copy, distribute and modify it.1.967 +_ACEOF1.968 + exit 01.969 +fi1.970 +exec 5>config.log1.971 +cat >&5 <<_ACEOF1.972 +This file contains any messages produced by compilers while1.973 +running configure, to aid debugging if configure makes a mistake.1.974 +1.975 +It was created by $as_me, which was1.976 +generated by GNU Autoconf 2.59. Invocation command line was1.977 +1.978 + $ $0 $@1.979 +1.980 +_ACEOF1.981 +{1.982 +cat <<_ASUNAME1.983 +## --------- ##1.984 +## Platform. ##1.985 +## --------- ##1.986 +1.987 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`1.988 +uname -m = `(uname -m) 2>/dev/null || echo unknown`1.989 +uname -r = `(uname -r) 2>/dev/null || echo unknown`1.990 +uname -s = `(uname -s) 2>/dev/null || echo unknown`1.991 +uname -v = `(uname -v) 2>/dev/null || echo unknown`1.992 +1.993 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`1.994 +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`1.995 +1.996 +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`1.997 +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`1.998 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`1.999 +hostinfo = `(hostinfo) 2>/dev/null || echo unknown`1.1000 +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`1.1001 +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`1.1002 +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`1.1003 +1.1004 +_ASUNAME1.1005 +1.1006 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1007 +for as_dir in $PATH1.1008 +do1.1009 + IFS=$as_save_IFS1.1010 + test -z "$as_dir" && as_dir=.1.1011 + echo "PATH: $as_dir"1.1012 +done1.1013 +1.1014 +} >&51.1015 +1.1016 +cat >&5 <<_ACEOF1.1017 +1.1018 +1.1019 +## ----------- ##1.1020 +## Core tests. ##1.1021 +## ----------- ##1.1022 +1.1023 +_ACEOF1.1024 +1.1025 +1.1026 +# Keep a trace of the command line.1.1027 +# Strip out --no-create and --no-recursion so they do not pile up.1.1028 +# Strip out --silent because we don't want to record it for future runs.1.1029 +# Also quote any args containing shell meta-characters.1.1030 +# Make two passes to allow for proper duplicate-argument suppression.1.1031 +ac_configure_args=1.1032 +ac_configure_args0=1.1033 +ac_configure_args1=1.1034 +ac_sep=1.1035 +ac_must_keep_next=false1.1036 +for ac_pass in 1 21.1037 +do1.1038 + for ac_arg1.1039 + do1.1040 + case $ac_arg in1.1041 + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;1.1042 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \1.1043 + | -silent | --silent | --silen | --sile | --sil)1.1044 + continue ;;1.1045 + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1.1046 + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1.1047 + esac1.1048 + case $ac_pass in1.1049 + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;1.1050 + 2)1.1051 + ac_configure_args1="$ac_configure_args1 '$ac_arg'"1.1052 + if test $ac_must_keep_next = true; then1.1053 + ac_must_keep_next=false # Got value, back to normal.1.1054 + else1.1055 + case $ac_arg in1.1056 + *=* | --config-cache | -C | -disable-* | --disable-* \1.1057 + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \1.1058 + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \1.1059 + | -with-* | --with-* | -without-* | --without-* | --x)1.1060 + case "$ac_configure_args0 " in1.1061 + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;1.1062 + esac1.1063 + ;;1.1064 + -* ) ac_must_keep_next=true ;;1.1065 + esac1.1066 + fi1.1067 + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"1.1068 + # Get rid of the leading space.1.1069 + ac_sep=" "1.1070 + ;;1.1071 + esac1.1072 + done1.1073 +done1.1074 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }1.1075 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }1.1076 +1.1077 +# When interrupted or exit'd, cleanup temporary files, and complete1.1078 +# config.log. We remove comments because anyway the quotes in there1.1079 +# would cause problems or look ugly.1.1080 +# WARNING: Be sure not to use single quotes in there, as some shells,1.1081 +# such as our DU 5.0 friend, will then `close' the trap.1.1082 +trap 'exit_status=$?1.1083 + # Save into config.log some information that might help in debugging.1.1084 + {1.1085 + echo1.1086 +1.1087 + cat <<\_ASBOX1.1088 +## ---------------- ##1.1089 +## Cache variables. ##1.1090 +## ---------------- ##1.1091 +_ASBOX1.1092 + echo1.1093 + # The following way of writing the cache mishandles newlines in values,1.1094 +{1.1095 + (set) 2>&1 |1.1096 + case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in1.1097 + *ac_space=\ *)1.1098 + sed -n \1.1099 + "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;1.1100 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"1.1101 + ;;1.1102 + *)1.1103 + sed -n \1.1104 + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1.1105 + ;;1.1106 + esac;1.1107 +}1.1108 + echo1.1109 +1.1110 + cat <<\_ASBOX1.1111 +## ----------------- ##1.1112 +## Output variables. ##1.1113 +## ----------------- ##1.1114 +_ASBOX1.1115 + echo1.1116 + for ac_var in $ac_subst_vars1.1117 + do1.1118 + eval ac_val=$`echo $ac_var`1.1119 + echo "$ac_var='"'"'$ac_val'"'"'"1.1120 + done | sort1.1121 + echo1.1122 +1.1123 + if test -n "$ac_subst_files"; then1.1124 + cat <<\_ASBOX1.1125 +## ------------- ##1.1126 +## Output files. ##1.1127 +## ------------- ##1.1128 +_ASBOX1.1129 + echo1.1130 + for ac_var in $ac_subst_files1.1131 + do1.1132 + eval ac_val=$`echo $ac_var`1.1133 + echo "$ac_var='"'"'$ac_val'"'"'"1.1134 + done | sort1.1135 + echo1.1136 + fi1.1137 +1.1138 + if test -s confdefs.h; then1.1139 + cat <<\_ASBOX1.1140 +## ----------- ##1.1141 +## confdefs.h. ##1.1142 +## ----------- ##1.1143 +_ASBOX1.1144 + echo1.1145 + sed "/^$/d" confdefs.h | sort1.1146 + echo1.1147 + fi1.1148 + test "$ac_signal" != 0 &&1.1149 + echo "$as_me: caught signal $ac_signal"1.1150 + echo "$as_me: exit $exit_status"1.1151 + } >&51.1152 + rm -f core *.core &&1.1153 + rm -rf conftest* confdefs* conf$$* $ac_clean_files &&1.1154 + exit $exit_status1.1155 + ' 01.1156 +for ac_signal in 1 2 13 15; do1.1157 + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal1.1158 +done1.1159 +ac_signal=01.1160 +1.1161 +# confdefs.h avoids OS command line length limits that DEFS can exceed.1.1162 +rm -rf conftest* confdefs.h1.1163 +# AIX cpp loses on an empty file, so make sure it contains at least a newline.1.1164 +echo >confdefs.h1.1165 +1.1166 +# Predefined preprocessor variables.1.1167 +1.1168 +cat >>confdefs.h <<_ACEOF1.1169 +#define PACKAGE_NAME "$PACKAGE_NAME"1.1170 +_ACEOF1.1171 +1.1172 +1.1173 +cat >>confdefs.h <<_ACEOF1.1174 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"1.1175 +_ACEOF1.1176 +1.1177 +1.1178 +cat >>confdefs.h <<_ACEOF1.1179 +#define PACKAGE_VERSION "$PACKAGE_VERSION"1.1180 +_ACEOF1.1181 +1.1182 +1.1183 +cat >>confdefs.h <<_ACEOF1.1184 +#define PACKAGE_STRING "$PACKAGE_STRING"1.1185 +_ACEOF1.1186 +1.1187 +1.1188 +cat >>confdefs.h <<_ACEOF1.1189 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"1.1190 +_ACEOF1.1191 +1.1192 +1.1193 +# Let the site file select an alternate cache file if it wants to.1.1194 +# Prefer explicitly selected file to automatically selected ones.1.1195 +if test -z "$CONFIG_SITE"; then1.1196 + if test "x$prefix" != xNONE; then1.1197 + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"1.1198 + else1.1199 + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"1.1200 + fi1.1201 +fi1.1202 +for ac_site_file in $CONFIG_SITE; do1.1203 + if test -r "$ac_site_file"; then1.1204 + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51.1205 +echo "$as_me: loading site script $ac_site_file" >&6;}1.1206 + sed 's/^/| /' "$ac_site_file" >&51.1207 + . "$ac_site_file"1.1208 + fi1.1209 +done1.1210 +1.1211 +if test -r "$cache_file"; then1.1212 + # Some versions of bash will fail to source /dev/null (special1.1213 + # files actually), so we avoid doing that.1.1214 + if test -f "$cache_file"; then1.1215 + { echo "$as_me:$LINENO: loading cache $cache_file" >&51.1216 +echo "$as_me: loading cache $cache_file" >&6;}1.1217 + case $cache_file in1.1218 + [\\/]* | ?:[\\/]* ) . $cache_file;;1.1219 + *) . ./$cache_file;;1.1220 + esac1.1221 + fi1.1222 +else1.1223 + { echo "$as_me:$LINENO: creating cache $cache_file" >&51.1224 +echo "$as_me: creating cache $cache_file" >&6;}1.1225 + >$cache_file1.1226 +fi1.1227 +1.1228 +# Check that the precious variables saved in the cache have kept the same1.1229 +# value.1.1230 +ac_cache_corrupted=false1.1231 +for ac_var in `(set) 2>&1 |1.1232 + sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do1.1233 + eval ac_old_set=\$ac_cv_env_${ac_var}_set1.1234 + eval ac_new_set=\$ac_env_${ac_var}_set1.1235 + eval ac_old_val="\$ac_cv_env_${ac_var}_value"1.1236 + eval ac_new_val="\$ac_env_${ac_var}_value"1.1237 + case $ac_old_set,$ac_new_set in1.1238 + set,)1.1239 + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51.1240 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1.1241 + ac_cache_corrupted=: ;;1.1242 + ,set)1.1243 + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51.1244 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1.1245 + ac_cache_corrupted=: ;;1.1246 + ,);;1.1247 + *)1.1248 + if test "x$ac_old_val" != "x$ac_new_val"; then1.1249 + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&51.1250 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}1.1251 + { echo "$as_me:$LINENO: former value: $ac_old_val" >&51.1252 +echo "$as_me: former value: $ac_old_val" >&2;}1.1253 + { echo "$as_me:$LINENO: current value: $ac_new_val" >&51.1254 +echo "$as_me: current value: $ac_new_val" >&2;}1.1255 + ac_cache_corrupted=:1.1256 + fi;;1.1257 + esac1.1258 + # Pass precious variables to config.status.1.1259 + if test "$ac_new_set" = set; then1.1260 + case $ac_new_val in1.1261 + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)1.1262 + ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1.1263 + *) ac_arg=$ac_var=$ac_new_val ;;1.1264 + esac1.1265 + case " $ac_configure_args " in1.1266 + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.1.1267 + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;1.1268 + esac1.1269 + fi1.1270 +done1.1271 +if $ac_cache_corrupted; then1.1272 + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51.1273 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}1.1274 + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51.1275 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1.1276 + { (exit 1); exit 1; }; }1.1277 +fi1.1278 +1.1279 +ac_ext=c1.1280 +ac_cpp='$CPP $CPPFLAGS'1.1281 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.1282 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.1283 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.1284 +1.1285 +1.1286 +1.1287 +1.1288 +1.1289 +1.1290 +1.1291 +1.1292 +1.1293 +1.1294 +1.1295 +1.1296 +1.1297 +1.1298 +1.1299 +1.1300 +1.1301 +1.1302 +1.1303 +am__api_version="1.7"1.1304 +ac_aux_dir=1.1305 +for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do1.1306 + if test -f $ac_dir/install-sh; then1.1307 + ac_aux_dir=$ac_dir1.1308 + ac_install_sh="$ac_aux_dir/install-sh -c"1.1309 + break1.1310 + elif test -f $ac_dir/install.sh; then1.1311 + ac_aux_dir=$ac_dir1.1312 + ac_install_sh="$ac_aux_dir/install.sh -c"1.1313 + break1.1314 + elif test -f $ac_dir/shtool; then1.1315 + ac_aux_dir=$ac_dir1.1316 + ac_install_sh="$ac_aux_dir/shtool install -c"1.1317 + break1.1318 + fi1.1319 +done1.1320 +if test -z "$ac_aux_dir"; then1.1321 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51.1322 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}1.1323 + { (exit 1); exit 1; }; }1.1324 +fi1.1325 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"1.1326 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"1.1327 +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.1.1328 +1.1329 +# Find a good install program. We prefer a C program (faster),1.1330 +# so one script is as good as another. But avoid the broken or1.1331 +# incompatible versions:1.1332 +# SysV /etc/install, /usr/sbin/install1.1333 +# SunOS /usr/etc/install1.1334 +# IRIX /sbin/install1.1335 +# AIX /bin/install1.1336 +# AmigaOS /C/install, which installs bootblocks on floppy discs1.1337 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag1.1338 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args1.1339 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"1.1340 +# OS/2's system install, which has a completely different semantic1.1341 +# ./install, which can be erroneously created by make from ./install.sh.1.1342 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&51.1343 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&61.1344 +if test -z "$INSTALL"; then1.1345 +if test "${ac_cv_path_install+set}" = set; then1.1346 + echo $ECHO_N "(cached) $ECHO_C" >&61.1347 +else1.1348 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1349 +for as_dir in $PATH1.1350 +do1.1351 + IFS=$as_save_IFS1.1352 + test -z "$as_dir" && as_dir=.1.1353 + # Account for people who put trailing slashes in PATH elements.1.1354 +case $as_dir/ in1.1355 + ./ | .// | /cC/* | \1.1356 + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \1.1357 + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \1.1358 + /usr/ucb/* ) ;;1.1359 + *)1.1360 + # OSF1 and SCO ODT 3.0 have their own names for install.1.1361 + # Don't use installbsd from OSF since it installs stuff as root1.1362 + # by default.1.1363 + for ac_prog in ginstall scoinst install; do1.1364 + for ac_exec_ext in '' $ac_executable_extensions; do1.1365 + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then1.1366 + if test $ac_prog = install &&1.1367 + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1.1368 + # AIX install. It has an incompatible calling convention.1.1369 + :1.1370 + elif test $ac_prog = install &&1.1371 + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then1.1372 + # program-specific install script used by HP pwplus--don't use.1.1373 + :1.1374 + else1.1375 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"1.1376 + break 31.1377 + fi1.1378 + fi1.1379 + done1.1380 + done1.1381 + ;;1.1382 +esac1.1383 +done1.1384 +1.1385 +1.1386 +fi1.1387 + if test "${ac_cv_path_install+set}" = set; then1.1388 + INSTALL=$ac_cv_path_install1.1389 + else1.1390 + # As a last resort, use the slow shell script. We don't cache a1.1391 + # path for INSTALL within a source directory, because that will1.1392 + # break other packages using the cache if that directory is1.1393 + # removed, or if the path is relative.1.1394 + INSTALL=$ac_install_sh1.1395 + fi1.1396 +fi1.1397 +echo "$as_me:$LINENO: result: $INSTALL" >&51.1398 +echo "${ECHO_T}$INSTALL" >&61.1399 +1.1400 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.1.1401 +# It thinks the first close brace ends the variable substitution.1.1402 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'1.1403 +1.1404 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'1.1405 +1.1406 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'1.1407 +1.1408 +echo "$as_me:$LINENO: checking whether build environment is sane" >&51.1409 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&61.1410 +# Just in case1.1411 +sleep 11.1412 +echo timestamp > conftest.file1.1413 +# Do `set' in a subshell so we don't clobber the current shell's1.1414 +# arguments. Must try -L first in case configure is actually a1.1415 +# symlink; some systems play weird games with the mod time of symlinks1.1416 +# (eg FreeBSD returns the mod time of the symlink's containing1.1417 +# directory).1.1418 +if (1.1419 + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`1.1420 + if test "$*" = "X"; then1.1421 + # -L didn't work.1.1422 + set X `ls -t $srcdir/configure conftest.file`1.1423 + fi1.1424 + rm -f conftest.file1.1425 + if test "$*" != "X $srcdir/configure conftest.file" \1.1426 + && test "$*" != "X conftest.file $srcdir/configure"; then1.1427 +1.1428 + # If neither matched, then we have a broken ls. This can happen1.1429 + # if, for instance, CONFIG_SHELL is bash and it inherits a1.1430 + # broken ls alias from the environment. This has actually1.1431 + # happened. Such a system could not be considered "sane".1.1432 + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken1.1433 +alias in your environment" >&51.1434 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken1.1435 +alias in your environment" >&2;}1.1436 + { (exit 1); exit 1; }; }1.1437 + fi1.1438 +1.1439 + test "$2" = conftest.file1.1440 + )1.1441 +then1.1442 + # Ok.1.1443 + :1.1444 +else1.1445 + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!1.1446 +Check your system clock" >&51.1447 +echo "$as_me: error: newly created file is older than distributed files!1.1448 +Check your system clock" >&2;}1.1449 + { (exit 1); exit 1; }; }1.1450 +fi1.1451 +echo "$as_me:$LINENO: result: yes" >&51.1452 +echo "${ECHO_T}yes" >&61.1453 +test "$program_prefix" != NONE &&1.1454 + program_transform_name="s,^,$program_prefix,;$program_transform_name"1.1455 +# Use a double $ so make ignores it.1.1456 +test "$program_suffix" != NONE &&1.1457 + program_transform_name="s,\$,$program_suffix,;$program_transform_name"1.1458 +# Double any \ or $. echo might interpret backslashes.1.1459 +# By default was `s,x,x', remove it if useless.1.1460 +cat <<\_ACEOF >conftest.sed1.1461 +s/[\\$]/&&/g;s/;s,x,x,$//1.1462 +_ACEOF1.1463 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`1.1464 +rm conftest.sed1.1465 +1.1466 +1.1467 +# expand $ac_aux_dir to an absolute path1.1468 +am_aux_dir=`cd $ac_aux_dir && pwd`1.1469 +1.1470 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"1.1471 +# Use eval to expand $SHELL1.1472 +if eval "$MISSING --run true"; then1.1473 + am_missing_run="$MISSING --run "1.1474 +else1.1475 + am_missing_run=1.1476 + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&51.1477 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}1.1478 +fi1.1479 +1.1480 +for ac_prog in gawk mawk nawk awk1.1481 +do1.1482 + # Extract the first word of "$ac_prog", so it can be a program name with args.1.1483 +set dummy $ac_prog; ac_word=$21.1484 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1485 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1486 +if test "${ac_cv_prog_AWK+set}" = set; then1.1487 + echo $ECHO_N "(cached) $ECHO_C" >&61.1488 +else1.1489 + if test -n "$AWK"; then1.1490 + ac_cv_prog_AWK="$AWK" # Let the user override the test.1.1491 +else1.1492 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1493 +for as_dir in $PATH1.1494 +do1.1495 + IFS=$as_save_IFS1.1496 + test -z "$as_dir" && as_dir=.1.1497 + for ac_exec_ext in '' $ac_executable_extensions; do1.1498 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1499 + ac_cv_prog_AWK="$ac_prog"1.1500 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1501 + break 21.1502 + fi1.1503 +done1.1504 +done1.1505 +1.1506 +fi1.1507 +fi1.1508 +AWK=$ac_cv_prog_AWK1.1509 +if test -n "$AWK"; then1.1510 + echo "$as_me:$LINENO: result: $AWK" >&51.1511 +echo "${ECHO_T}$AWK" >&61.1512 +else1.1513 + echo "$as_me:$LINENO: result: no" >&51.1514 +echo "${ECHO_T}no" >&61.1515 +fi1.1516 +1.1517 + test -n "$AWK" && break1.1518 +done1.1519 +1.1520 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&51.1521 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&61.1522 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`1.1523 +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then1.1524 + echo $ECHO_N "(cached) $ECHO_C" >&61.1525 +else1.1526 + cat >conftest.make <<\_ACEOF1.1527 +all:1.1528 + @echo 'ac_maketemp="$(MAKE)"'1.1529 +_ACEOF1.1530 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.1.1531 +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`1.1532 +if test -n "$ac_maketemp"; then1.1533 + eval ac_cv_prog_make_${ac_make}_set=yes1.1534 +else1.1535 + eval ac_cv_prog_make_${ac_make}_set=no1.1536 +fi1.1537 +rm -f conftest.make1.1538 +fi1.1539 +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then1.1540 + echo "$as_me:$LINENO: result: yes" >&51.1541 +echo "${ECHO_T}yes" >&61.1542 + SET_MAKE=1.1543 +else1.1544 + echo "$as_me:$LINENO: result: no" >&51.1545 +echo "${ECHO_T}no" >&61.1546 + SET_MAKE="MAKE=${MAKE-make}"1.1547 +fi1.1548 +1.1549 +rm -rf .tst 2>/dev/null1.1550 +mkdir .tst 2>/dev/null1.1551 +if test -d .tst; then1.1552 + am__leading_dot=.1.1553 +else1.1554 + am__leading_dot=_1.1555 +fi1.1556 +rmdir .tst 2>/dev/null1.1557 +1.1558 + # test to see if srcdir already configured1.1559 +if test "`cd $srcdir && pwd`" != "`pwd`" &&1.1560 + test -f $srcdir/config.status; then1.1561 + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&51.1562 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}1.1563 + { (exit 1); exit 1; }; }1.1564 +fi1.1565 +1.1566 +# test whether we have cygpath1.1567 +if test -z "$CYGPATH_W"; then1.1568 + if (cygpath --version) >/dev/null 2>/dev/null; then1.1569 + CYGPATH_W='cygpath -w'1.1570 + else1.1571 + CYGPATH_W=echo1.1572 + fi1.1573 +fi1.1574 +1.1575 +1.1576 +# Define the identity of the package.1.1577 + PACKAGE=dream1.1578 + VERSION=0.11.1579 +1.1580 +1.1581 +cat >>confdefs.h <<_ACEOF1.1582 +#define PACKAGE "$PACKAGE"1.1583 +_ACEOF1.1584 +1.1585 +1.1586 +cat >>confdefs.h <<_ACEOF1.1587 +#define VERSION "$VERSION"1.1588 +_ACEOF1.1589 +1.1590 +# Some tools Automake needs.1.1591 +1.1592 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}1.1593 +1.1594 +1.1595 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}1.1596 +1.1597 +1.1598 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}1.1599 +1.1600 +1.1601 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}1.1602 +1.1603 +1.1604 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}1.1605 +1.1606 +1.1607 +AMTAR=${AMTAR-"${am_missing_run}tar"}1.1608 +1.1609 +install_sh=${install_sh-"$am_aux_dir/install-sh"}1.1610 +1.1611 +# Installed binaries are usually stripped using `strip' when the user1.1612 +# run `make install-strip'. However `strip' might not be the right1.1613 +# tool to use in cross-compilation environments, therefore Automake1.1614 +# will honor the `STRIP' environment variable to overrule this program.1.1615 +if test "$cross_compiling" != no; then1.1616 + if test -n "$ac_tool_prefix"; then1.1617 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.1.1618 +set dummy ${ac_tool_prefix}strip; ac_word=$21.1619 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1620 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1621 +if test "${ac_cv_prog_STRIP+set}" = set; then1.1622 + echo $ECHO_N "(cached) $ECHO_C" >&61.1623 +else1.1624 + if test -n "$STRIP"; then1.1625 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test.1.1626 +else1.1627 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1628 +for as_dir in $PATH1.1629 +do1.1630 + IFS=$as_save_IFS1.1631 + test -z "$as_dir" && as_dir=.1.1632 + for ac_exec_ext in '' $ac_executable_extensions; do1.1633 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1634 + ac_cv_prog_STRIP="${ac_tool_prefix}strip"1.1635 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1636 + break 21.1637 + fi1.1638 +done1.1639 +done1.1640 +1.1641 +fi1.1642 +fi1.1643 +STRIP=$ac_cv_prog_STRIP1.1644 +if test -n "$STRIP"; then1.1645 + echo "$as_me:$LINENO: result: $STRIP" >&51.1646 +echo "${ECHO_T}$STRIP" >&61.1647 +else1.1648 + echo "$as_me:$LINENO: result: no" >&51.1649 +echo "${ECHO_T}no" >&61.1650 +fi1.1651 +1.1652 +fi1.1653 +if test -z "$ac_cv_prog_STRIP"; then1.1654 + ac_ct_STRIP=$STRIP1.1655 + # Extract the first word of "strip", so it can be a program name with args.1.1656 +set dummy strip; ac_word=$21.1657 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1658 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1659 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then1.1660 + echo $ECHO_N "(cached) $ECHO_C" >&61.1661 +else1.1662 + if test -n "$ac_ct_STRIP"; then1.1663 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.1.1664 +else1.1665 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1666 +for as_dir in $PATH1.1667 +do1.1668 + IFS=$as_save_IFS1.1669 + test -z "$as_dir" && as_dir=.1.1670 + for ac_exec_ext in '' $ac_executable_extensions; do1.1671 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1672 + ac_cv_prog_ac_ct_STRIP="strip"1.1673 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1674 + break 21.1675 + fi1.1676 +done1.1677 +done1.1678 +1.1679 + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"1.1680 +fi1.1681 +fi1.1682 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP1.1683 +if test -n "$ac_ct_STRIP"; then1.1684 + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&51.1685 +echo "${ECHO_T}$ac_ct_STRIP" >&61.1686 +else1.1687 + echo "$as_me:$LINENO: result: no" >&51.1688 +echo "${ECHO_T}no" >&61.1689 +fi1.1690 +1.1691 + STRIP=$ac_ct_STRIP1.1692 +else1.1693 + STRIP="$ac_cv_prog_STRIP"1.1694 +fi1.1695 +1.1696 +fi1.1697 +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"1.1698 +1.1699 +# We need awk for the "check" target. The system "awk" is bad on1.1700 +# some platforms.1.1701 +1.1702 +1.1703 +1.1704 +echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&51.1705 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&61.1706 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.1.1707 +if test "${enable_maintainer_mode+set}" = set; then1.1708 + enableval="$enable_maintainer_mode"1.1709 + USE_MAINTAINER_MODE=$enableval1.1710 +else1.1711 + USE_MAINTAINER_MODE=no1.1712 +fi;1.1713 + echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&51.1714 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&61.1715 +1.1716 +1.1717 +if test $USE_MAINTAINER_MODE = yes; then1.1718 + MAINTAINER_MODE_TRUE=1.1719 + MAINTAINER_MODE_FALSE='#'1.1720 +else1.1721 + MAINTAINER_MODE_TRUE='#'1.1722 + MAINTAINER_MODE_FALSE=1.1723 +fi1.1724 +1.1725 + MAINT=$MAINTAINER_MODE_TRUE1.1726 +1.1727 +1.1728 + ac_config_headers="$ac_config_headers config.h"1.1729 +1.1730 +1.1731 +DEPDIR="${am__leading_dot}deps"1.1732 +1.1733 + ac_config_commands="$ac_config_commands depfiles"1.1734 +1.1735 +1.1736 +am_make=${MAKE-make}1.1737 +cat > confinc << 'END'1.1738 +am__doit:1.1739 + @echo done1.1740 +.PHONY: am__doit1.1741 +END1.1742 +# If we don't find an include directive, just comment out the code.1.1743 +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&51.1744 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&61.1745 +am__include="#"1.1746 +am__quote=1.1747 +_am_result=none1.1748 +# First try GNU make style include.1.1749 +echo "include confinc" > confmf1.1750 +# We grep out `Entering directory' and `Leaving directory'1.1751 +# messages which can occur if `w' ends up in MAKEFLAGS.1.1752 +# In particular we don't look at `^make:' because GNU make might1.1753 +# be invoked under some other name (usually "gmake"), in which1.1754 +# case it prints its new name instead of `make'.1.1755 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then1.1756 + am__include=include1.1757 + am__quote=1.1758 + _am_result=GNU1.1759 +fi1.1760 +# Now try BSD make style include.1.1761 +if test "$am__include" = "#"; then1.1762 + echo '.include "confinc"' > confmf1.1763 + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then1.1764 + am__include=.include1.1765 + am__quote="\""1.1766 + _am_result=BSD1.1767 + fi1.1768 +fi1.1769 +1.1770 +1.1771 +echo "$as_me:$LINENO: result: $_am_result" >&51.1772 +echo "${ECHO_T}$_am_result" >&61.1773 +rm -f confinc confmf1.1774 +1.1775 +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.1.1776 +if test "${enable_dependency_tracking+set}" = set; then1.1777 + enableval="$enable_dependency_tracking"1.1778 +1.1779 +fi;1.1780 +if test "x$enable_dependency_tracking" != xno; then1.1781 + am_depcomp="$ac_aux_dir/depcomp"1.1782 + AMDEPBACKSLASH='\'1.1783 +fi1.1784 +1.1785 +1.1786 +if test "x$enable_dependency_tracking" != xno; then1.1787 + AMDEP_TRUE=1.1788 + AMDEP_FALSE='#'1.1789 +else1.1790 + AMDEP_TRUE='#'1.1791 + AMDEP_FALSE=1.1792 +fi1.1793 +1.1794 +1.1795 +1.1796 +ac_ext=c1.1797 +ac_cpp='$CPP $CPPFLAGS'1.1798 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.1799 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.1800 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.1801 +if test -n "$ac_tool_prefix"; then1.1802 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.1.1803 +set dummy ${ac_tool_prefix}gcc; ac_word=$21.1804 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1805 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1806 +if test "${ac_cv_prog_CC+set}" = set; then1.1807 + echo $ECHO_N "(cached) $ECHO_C" >&61.1808 +else1.1809 + if test -n "$CC"; then1.1810 + ac_cv_prog_CC="$CC" # Let the user override the test.1.1811 +else1.1812 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1813 +for as_dir in $PATH1.1814 +do1.1815 + IFS=$as_save_IFS1.1816 + test -z "$as_dir" && as_dir=.1.1817 + for ac_exec_ext in '' $ac_executable_extensions; do1.1818 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1819 + ac_cv_prog_CC="${ac_tool_prefix}gcc"1.1820 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1821 + break 21.1822 + fi1.1823 +done1.1824 +done1.1825 +1.1826 +fi1.1827 +fi1.1828 +CC=$ac_cv_prog_CC1.1829 +if test -n "$CC"; then1.1830 + echo "$as_me:$LINENO: result: $CC" >&51.1831 +echo "${ECHO_T}$CC" >&61.1832 +else1.1833 + echo "$as_me:$LINENO: result: no" >&51.1834 +echo "${ECHO_T}no" >&61.1835 +fi1.1836 +1.1837 +fi1.1838 +if test -z "$ac_cv_prog_CC"; then1.1839 + ac_ct_CC=$CC1.1840 + # Extract the first word of "gcc", so it can be a program name with args.1.1841 +set dummy gcc; ac_word=$21.1842 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1843 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1844 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.1845 + echo $ECHO_N "(cached) $ECHO_C" >&61.1846 +else1.1847 + if test -n "$ac_ct_CC"; then1.1848 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.1849 +else1.1850 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1851 +for as_dir in $PATH1.1852 +do1.1853 + IFS=$as_save_IFS1.1854 + test -z "$as_dir" && as_dir=.1.1855 + for ac_exec_ext in '' $ac_executable_extensions; do1.1856 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1857 + ac_cv_prog_ac_ct_CC="gcc"1.1858 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1859 + break 21.1860 + fi1.1861 +done1.1862 +done1.1863 +1.1864 +fi1.1865 +fi1.1866 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.1867 +if test -n "$ac_ct_CC"; then1.1868 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.1869 +echo "${ECHO_T}$ac_ct_CC" >&61.1870 +else1.1871 + echo "$as_me:$LINENO: result: no" >&51.1872 +echo "${ECHO_T}no" >&61.1873 +fi1.1874 +1.1875 + CC=$ac_ct_CC1.1876 +else1.1877 + CC="$ac_cv_prog_CC"1.1878 +fi1.1879 +1.1880 +if test -z "$CC"; then1.1881 + if test -n "$ac_tool_prefix"; then1.1882 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.1.1883 +set dummy ${ac_tool_prefix}cc; ac_word=$21.1884 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1885 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1886 +if test "${ac_cv_prog_CC+set}" = set; then1.1887 + echo $ECHO_N "(cached) $ECHO_C" >&61.1888 +else1.1889 + if test -n "$CC"; then1.1890 + ac_cv_prog_CC="$CC" # Let the user override the test.1.1891 +else1.1892 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1893 +for as_dir in $PATH1.1894 +do1.1895 + IFS=$as_save_IFS1.1896 + test -z "$as_dir" && as_dir=.1.1897 + for ac_exec_ext in '' $ac_executable_extensions; do1.1898 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1899 + ac_cv_prog_CC="${ac_tool_prefix}cc"1.1900 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1901 + break 21.1902 + fi1.1903 +done1.1904 +done1.1905 +1.1906 +fi1.1907 +fi1.1908 +CC=$ac_cv_prog_CC1.1909 +if test -n "$CC"; then1.1910 + echo "$as_me:$LINENO: result: $CC" >&51.1911 +echo "${ECHO_T}$CC" >&61.1912 +else1.1913 + echo "$as_me:$LINENO: result: no" >&51.1914 +echo "${ECHO_T}no" >&61.1915 +fi1.1916 +1.1917 +fi1.1918 +if test -z "$ac_cv_prog_CC"; then1.1919 + ac_ct_CC=$CC1.1920 + # Extract the first word of "cc", so it can be a program name with args.1.1921 +set dummy cc; ac_word=$21.1922 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1923 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1924 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.1925 + echo $ECHO_N "(cached) $ECHO_C" >&61.1926 +else1.1927 + if test -n "$ac_ct_CC"; then1.1928 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.1929 +else1.1930 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1931 +for as_dir in $PATH1.1932 +do1.1933 + IFS=$as_save_IFS1.1934 + test -z "$as_dir" && as_dir=.1.1935 + for ac_exec_ext in '' $ac_executable_extensions; do1.1936 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1937 + ac_cv_prog_ac_ct_CC="cc"1.1938 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1939 + break 21.1940 + fi1.1941 +done1.1942 +done1.1943 +1.1944 +fi1.1945 +fi1.1946 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.1947 +if test -n "$ac_ct_CC"; then1.1948 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.1949 +echo "${ECHO_T}$ac_ct_CC" >&61.1950 +else1.1951 + echo "$as_me:$LINENO: result: no" >&51.1952 +echo "${ECHO_T}no" >&61.1953 +fi1.1954 +1.1955 + CC=$ac_ct_CC1.1956 +else1.1957 + CC="$ac_cv_prog_CC"1.1958 +fi1.1959 +1.1960 +fi1.1961 +if test -z "$CC"; then1.1962 + # Extract the first word of "cc", so it can be a program name with args.1.1963 +set dummy cc; ac_word=$21.1964 +echo "$as_me:$LINENO: checking for $ac_word" >&51.1965 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.1966 +if test "${ac_cv_prog_CC+set}" = set; then1.1967 + echo $ECHO_N "(cached) $ECHO_C" >&61.1968 +else1.1969 + if test -n "$CC"; then1.1970 + ac_cv_prog_CC="$CC" # Let the user override the test.1.1971 +else1.1972 + ac_prog_rejected=no1.1973 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.1974 +for as_dir in $PATH1.1975 +do1.1976 + IFS=$as_save_IFS1.1977 + test -z "$as_dir" && as_dir=.1.1978 + for ac_exec_ext in '' $ac_executable_extensions; do1.1979 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.1980 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then1.1981 + ac_prog_rejected=yes1.1982 + continue1.1983 + fi1.1984 + ac_cv_prog_CC="cc"1.1985 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.1986 + break 21.1987 + fi1.1988 +done1.1989 +done1.1990 +1.1991 +if test $ac_prog_rejected = yes; then1.1992 + # We found a bogon in the path, so make sure we never use it.1.1993 + set dummy $ac_cv_prog_CC1.1994 + shift1.1995 + if test $# != 0; then1.1996 + # We chose a different compiler from the bogus one.1.1997 + # However, it has the same basename, so the bogon will be chosen1.1998 + # first if we set CC to just the basename; use the full file name.1.1999 + shift1.2000 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"1.2001 + fi1.2002 +fi1.2003 +fi1.2004 +fi1.2005 +CC=$ac_cv_prog_CC1.2006 +if test -n "$CC"; then1.2007 + echo "$as_me:$LINENO: result: $CC" >&51.2008 +echo "${ECHO_T}$CC" >&61.2009 +else1.2010 + echo "$as_me:$LINENO: result: no" >&51.2011 +echo "${ECHO_T}no" >&61.2012 +fi1.2013 +1.2014 +fi1.2015 +if test -z "$CC"; then1.2016 + if test -n "$ac_tool_prefix"; then1.2017 + for ac_prog in cl1.2018 + do1.2019 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.1.2020 +set dummy $ac_tool_prefix$ac_prog; ac_word=$21.2021 +echo "$as_me:$LINENO: checking for $ac_word" >&51.2022 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.2023 +if test "${ac_cv_prog_CC+set}" = set; then1.2024 + echo $ECHO_N "(cached) $ECHO_C" >&61.2025 +else1.2026 + if test -n "$CC"; then1.2027 + ac_cv_prog_CC="$CC" # Let the user override the test.1.2028 +else1.2029 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.2030 +for as_dir in $PATH1.2031 +do1.2032 + IFS=$as_save_IFS1.2033 + test -z "$as_dir" && as_dir=.1.2034 + for ac_exec_ext in '' $ac_executable_extensions; do1.2035 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.2036 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog"1.2037 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.2038 + break 21.2039 + fi1.2040 +done1.2041 +done1.2042 +1.2043 +fi1.2044 +fi1.2045 +CC=$ac_cv_prog_CC1.2046 +if test -n "$CC"; then1.2047 + echo "$as_me:$LINENO: result: $CC" >&51.2048 +echo "${ECHO_T}$CC" >&61.2049 +else1.2050 + echo "$as_me:$LINENO: result: no" >&51.2051 +echo "${ECHO_T}no" >&61.2052 +fi1.2053 +1.2054 + test -n "$CC" && break1.2055 + done1.2056 +fi1.2057 +if test -z "$CC"; then1.2058 + ac_ct_CC=$CC1.2059 + for ac_prog in cl1.2060 +do1.2061 + # Extract the first word of "$ac_prog", so it can be a program name with args.1.2062 +set dummy $ac_prog; ac_word=$21.2063 +echo "$as_me:$LINENO: checking for $ac_word" >&51.2064 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.2065 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.2066 + echo $ECHO_N "(cached) $ECHO_C" >&61.2067 +else1.2068 + if test -n "$ac_ct_CC"; then1.2069 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.2070 +else1.2071 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.2072 +for as_dir in $PATH1.2073 +do1.2074 + IFS=$as_save_IFS1.2075 + test -z "$as_dir" && as_dir=.1.2076 + for ac_exec_ext in '' $ac_executable_extensions; do1.2077 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.2078 + ac_cv_prog_ac_ct_CC="$ac_prog"1.2079 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.2080 + break 21.2081 + fi1.2082 +done1.2083 +done1.2084 +1.2085 +fi1.2086 +fi1.2087 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.2088 +if test -n "$ac_ct_CC"; then1.2089 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.2090 +echo "${ECHO_T}$ac_ct_CC" >&61.2091 +else1.2092 + echo "$as_me:$LINENO: result: no" >&51.2093 +echo "${ECHO_T}no" >&61.2094 +fi1.2095 +1.2096 + test -n "$ac_ct_CC" && break1.2097 +done1.2098 +1.2099 + CC=$ac_ct_CC1.2100 +fi1.2101 +1.2102 +fi1.2103 +1.2104 +1.2105 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH1.2106 +See \`config.log' for more details." >&51.2107 +echo "$as_me: error: no acceptable C compiler found in \$PATH1.2108 +See \`config.log' for more details." >&2;}1.2109 + { (exit 1); exit 1; }; }1.2110 +1.2111 +# Provide some information about the compiler.1.2112 +echo "$as_me:$LINENO:" \1.2113 + "checking for C compiler version" >&51.2114 +ac_compiler=`set X $ac_compile; echo $2`1.2115 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&51.2116 + (eval $ac_compiler --version </dev/null >&5) 2>&51.2117 + ac_status=$?1.2118 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2119 + (exit $ac_status); }1.2120 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&51.2121 + (eval $ac_compiler -v </dev/null >&5) 2>&51.2122 + ac_status=$?1.2123 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2124 + (exit $ac_status); }1.2125 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&51.2126 + (eval $ac_compiler -V </dev/null >&5) 2>&51.2127 + ac_status=$?1.2128 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2129 + (exit $ac_status); }1.2130 +1.2131 +cat >conftest.$ac_ext <<_ACEOF1.2132 +/* confdefs.h. */1.2133 +_ACEOF1.2134 +cat confdefs.h >>conftest.$ac_ext1.2135 +cat >>conftest.$ac_ext <<_ACEOF1.2136 +/* end confdefs.h. */1.2137 +1.2138 +int1.2139 +main ()1.2140 +{1.2141 +1.2142 + ;1.2143 + return 0;1.2144 +}1.2145 +_ACEOF1.2146 +ac_clean_files_save=$ac_clean_files1.2147 +ac_clean_files="$ac_clean_files a.out a.exe b.out"1.2148 +# Try to create an executable without -o first, disregard a.out.1.2149 +# It will help us diagnose broken compilers, and finding out an intuition1.2150 +# of exeext.1.2151 +echo "$as_me:$LINENO: checking for C compiler default output file name" >&51.2152 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&61.2153 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`1.2154 +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&51.2155 + (eval $ac_link_default) 2>&51.2156 + ac_status=$?1.2157 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2158 + (exit $ac_status); }; then1.2159 + # Find the output, starting from the most likely. This scheme is1.2160 +# not robust to junk in `.', hence go to wildcards (a.*) only as a last1.2161 +# resort.1.2162 +1.2163 +# Be careful to initialize this variable, since it used to be cached.1.2164 +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.1.2165 +ac_cv_exeext=1.2166 +# b.out is created by i960 compilers.1.2167 +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out1.2168 +do1.2169 + test -f "$ac_file" || continue1.2170 + case $ac_file in1.2171 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )1.2172 + ;;1.2173 + conftest.$ac_ext )1.2174 + # This is the source file.1.2175 + ;;1.2176 + [ab].out )1.2177 + # We found the default executable, but exeext='' is most1.2178 + # certainly right.1.2179 + break;;1.2180 + *.* )1.2181 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`1.2182 + # FIXME: I believe we export ac_cv_exeext for Libtool,1.2183 + # but it would be cool to find out if it's true. Does anybody1.2184 + # maintain Libtool? --akim.1.2185 + export ac_cv_exeext1.2186 + break;;1.2187 + * )1.2188 + break;;1.2189 + esac1.2190 +done1.2191 +else1.2192 + echo "$as_me: failed program was:" >&51.2193 +sed 's/^/| /' conftest.$ac_ext >&51.2194 +1.2195 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables1.2196 +See \`config.log' for more details." >&51.2197 +echo "$as_me: error: C compiler cannot create executables1.2198 +See \`config.log' for more details." >&2;}1.2199 + { (exit 77); exit 77; }; }1.2200 +fi1.2201 +1.2202 +ac_exeext=$ac_cv_exeext1.2203 +echo "$as_me:$LINENO: result: $ac_file" >&51.2204 +echo "${ECHO_T}$ac_file" >&61.2205 +1.2206 +# Check the compiler produces executables we can run. If not, either1.2207 +# the compiler is broken, or we cross compile.1.2208 +echo "$as_me:$LINENO: checking whether the C compiler works" >&51.2209 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&61.2210 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.01.2211 +# If not cross compiling, check that we can run a simple program.1.2212 +if test "$cross_compiling" != yes; then1.2213 + if { ac_try='./$ac_file'1.2214 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2215 + (eval $ac_try) 2>&51.2216 + ac_status=$?1.2217 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2218 + (exit $ac_status); }; }; then1.2219 + cross_compiling=no1.2220 + else1.2221 + if test "$cross_compiling" = maybe; then1.2222 + cross_compiling=yes1.2223 + else1.2224 + { { echo "$as_me:$LINENO: error: cannot run C compiled programs.1.2225 +If you meant to cross compile, use \`--host'.1.2226 +See \`config.log' for more details." >&51.2227 +echo "$as_me: error: cannot run C compiled programs.1.2228 +If you meant to cross compile, use \`--host'.1.2229 +See \`config.log' for more details." >&2;}1.2230 + { (exit 1); exit 1; }; }1.2231 + fi1.2232 + fi1.2233 +fi1.2234 +echo "$as_me:$LINENO: result: yes" >&51.2235 +echo "${ECHO_T}yes" >&61.2236 +1.2237 +rm -f a.out a.exe conftest$ac_cv_exeext b.out1.2238 +ac_clean_files=$ac_clean_files_save1.2239 +# Check the compiler produces executables we can run. If not, either1.2240 +# the compiler is broken, or we cross compile.1.2241 +echo "$as_me:$LINENO: checking whether we are cross compiling" >&51.2242 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&61.2243 +echo "$as_me:$LINENO: result: $cross_compiling" >&51.2244 +echo "${ECHO_T}$cross_compiling" >&61.2245 +1.2246 +echo "$as_me:$LINENO: checking for suffix of executables" >&51.2247 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&61.2248 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.2249 + (eval $ac_link) 2>&51.2250 + ac_status=$?1.2251 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2252 + (exit $ac_status); }; then1.2253 + # If both `conftest.exe' and `conftest' are `present' (well, observable)1.2254 +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will1.2255 +# work properly (i.e., refer to `conftest.exe'), while it won't with1.2256 +# `rm'.1.2257 +for ac_file in conftest.exe conftest conftest.*; do1.2258 + test -f "$ac_file" || continue1.2259 + case $ac_file in1.2260 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;1.2261 + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`1.2262 + export ac_cv_exeext1.2263 + break;;1.2264 + * ) break;;1.2265 + esac1.2266 +done1.2267 +else1.2268 + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link1.2269 +See \`config.log' for more details." >&51.2270 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link1.2271 +See \`config.log' for more details." >&2;}1.2272 + { (exit 1); exit 1; }; }1.2273 +fi1.2274 +1.2275 +rm -f conftest$ac_cv_exeext1.2276 +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&51.2277 +echo "${ECHO_T}$ac_cv_exeext" >&61.2278 +1.2279 +rm -f conftest.$ac_ext1.2280 +EXEEXT=$ac_cv_exeext1.2281 +ac_exeext=$EXEEXT1.2282 +echo "$as_me:$LINENO: checking for suffix of object files" >&51.2283 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&61.2284 +if test "${ac_cv_objext+set}" = set; then1.2285 + echo $ECHO_N "(cached) $ECHO_C" >&61.2286 +else1.2287 + cat >conftest.$ac_ext <<_ACEOF1.2288 +/* confdefs.h. */1.2289 +_ACEOF1.2290 +cat confdefs.h >>conftest.$ac_ext1.2291 +cat >>conftest.$ac_ext <<_ACEOF1.2292 +/* end confdefs.h. */1.2293 +1.2294 +int1.2295 +main ()1.2296 +{1.2297 +1.2298 + ;1.2299 + return 0;1.2300 +}1.2301 +_ACEOF1.2302 +rm -f conftest.o conftest.obj1.2303 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2304 + (eval $ac_compile) 2>&51.2305 + ac_status=$?1.2306 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2307 + (exit $ac_status); }; then1.2308 + for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do1.2309 + case $ac_file in1.2310 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;1.2311 + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`1.2312 + break;;1.2313 + esac1.2314 +done1.2315 +else1.2316 + echo "$as_me: failed program was:" >&51.2317 +sed 's/^/| /' conftest.$ac_ext >&51.2318 +1.2319 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile1.2320 +See \`config.log' for more details." >&51.2321 +echo "$as_me: error: cannot compute suffix of object files: cannot compile1.2322 +See \`config.log' for more details." >&2;}1.2323 + { (exit 1); exit 1; }; }1.2324 +fi1.2325 +1.2326 +rm -f conftest.$ac_cv_objext conftest.$ac_ext1.2327 +fi1.2328 +echo "$as_me:$LINENO: result: $ac_cv_objext" >&51.2329 +echo "${ECHO_T}$ac_cv_objext" >&61.2330 +OBJEXT=$ac_cv_objext1.2331 +ac_objext=$OBJEXT1.2332 +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&51.2333 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&61.2334 +if test "${ac_cv_c_compiler_gnu+set}" = set; then1.2335 + echo $ECHO_N "(cached) $ECHO_C" >&61.2336 +else1.2337 + cat >conftest.$ac_ext <<_ACEOF1.2338 +/* confdefs.h. */1.2339 +_ACEOF1.2340 +cat confdefs.h >>conftest.$ac_ext1.2341 +cat >>conftest.$ac_ext <<_ACEOF1.2342 +/* end confdefs.h. */1.2343 +1.2344 +int1.2345 +main ()1.2346 +{1.2347 +#ifndef __GNUC__1.2348 + choke me1.2349 +#endif1.2350 +1.2351 + ;1.2352 + return 0;1.2353 +}1.2354 +_ACEOF1.2355 +rm -f conftest.$ac_objext1.2356 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2357 + (eval $ac_compile) 2>conftest.er11.2358 + ac_status=$?1.2359 + grep -v '^ *+' conftest.er1 >conftest.err1.2360 + rm -f conftest.er11.2361 + cat conftest.err >&51.2362 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2363 + (exit $ac_status); } &&1.2364 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2365 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2366 + (eval $ac_try) 2>&51.2367 + ac_status=$?1.2368 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2369 + (exit $ac_status); }; } &&1.2370 + { ac_try='test -s conftest.$ac_objext'1.2371 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2372 + (eval $ac_try) 2>&51.2373 + ac_status=$?1.2374 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2375 + (exit $ac_status); }; }; then1.2376 + ac_compiler_gnu=yes1.2377 +else1.2378 + echo "$as_me: failed program was:" >&51.2379 +sed 's/^/| /' conftest.$ac_ext >&51.2380 +1.2381 +ac_compiler_gnu=no1.2382 +fi1.2383 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.2384 +ac_cv_c_compiler_gnu=$ac_compiler_gnu1.2385 +1.2386 +fi1.2387 +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&51.2388 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&61.2389 +GCC=`test $ac_compiler_gnu = yes && echo yes`1.2390 +ac_test_CFLAGS=${CFLAGS+set}1.2391 +ac_save_CFLAGS=$CFLAGS1.2392 +CFLAGS="-g"1.2393 +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&51.2394 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&61.2395 +if test "${ac_cv_prog_cc_g+set}" = set; then1.2396 + echo $ECHO_N "(cached) $ECHO_C" >&61.2397 +else1.2398 + cat >conftest.$ac_ext <<_ACEOF1.2399 +/* confdefs.h. */1.2400 +_ACEOF1.2401 +cat confdefs.h >>conftest.$ac_ext1.2402 +cat >>conftest.$ac_ext <<_ACEOF1.2403 +/* end confdefs.h. */1.2404 +1.2405 +int1.2406 +main ()1.2407 +{1.2408 +1.2409 + ;1.2410 + return 0;1.2411 +}1.2412 +_ACEOF1.2413 +rm -f conftest.$ac_objext1.2414 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2415 + (eval $ac_compile) 2>conftest.er11.2416 + ac_status=$?1.2417 + grep -v '^ *+' conftest.er1 >conftest.err1.2418 + rm -f conftest.er11.2419 + cat conftest.err >&51.2420 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2421 + (exit $ac_status); } &&1.2422 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2423 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2424 + (eval $ac_try) 2>&51.2425 + ac_status=$?1.2426 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2427 + (exit $ac_status); }; } &&1.2428 + { ac_try='test -s conftest.$ac_objext'1.2429 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2430 + (eval $ac_try) 2>&51.2431 + ac_status=$?1.2432 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2433 + (exit $ac_status); }; }; then1.2434 + ac_cv_prog_cc_g=yes1.2435 +else1.2436 + echo "$as_me: failed program was:" >&51.2437 +sed 's/^/| /' conftest.$ac_ext >&51.2438 +1.2439 +ac_cv_prog_cc_g=no1.2440 +fi1.2441 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.2442 +fi1.2443 +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&51.2444 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&61.2445 +if test "$ac_test_CFLAGS" = set; then1.2446 + CFLAGS=$ac_save_CFLAGS1.2447 +elif test $ac_cv_prog_cc_g = yes; then1.2448 + if test "$GCC" = yes; then1.2449 + CFLAGS="-g -O2"1.2450 + else1.2451 + CFLAGS="-g"1.2452 + fi1.2453 +else1.2454 + if test "$GCC" = yes; then1.2455 + CFLAGS="-O2"1.2456 + else1.2457 + CFLAGS=1.2458 + fi1.2459 +fi1.2460 +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&51.2461 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&61.2462 +if test "${ac_cv_prog_cc_stdc+set}" = set; then1.2463 + echo $ECHO_N "(cached) $ECHO_C" >&61.2464 +else1.2465 + ac_cv_prog_cc_stdc=no1.2466 +ac_save_CC=$CC1.2467 +cat >conftest.$ac_ext <<_ACEOF1.2468 +/* confdefs.h. */1.2469 +_ACEOF1.2470 +cat confdefs.h >>conftest.$ac_ext1.2471 +cat >>conftest.$ac_ext <<_ACEOF1.2472 +/* end confdefs.h. */1.2473 +#include <stdarg.h>1.2474 +#include <stdio.h>1.2475 +#include <sys/types.h>1.2476 +#include <sys/stat.h>1.2477 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */1.2478 +struct buf { int x; };1.2479 +FILE * (*rcsopen) (struct buf *, struct stat *, int);1.2480 +static char *e (p, i)1.2481 + char **p;1.2482 + int i;1.2483 +{1.2484 + return p[i];1.2485 +}1.2486 +static char *f (char * (*g) (char **, int), char **p, ...)1.2487 +{1.2488 + char *s;1.2489 + va_list v;1.2490 + va_start (v,p);1.2491 + s = g (p, va_arg (v,int));1.2492 + va_end (v);1.2493 + return s;1.2494 +}1.2495 +1.2496 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has1.2497 + function prototypes and stuff, but not '\xHH' hex character constants.1.2498 + These don't provoke an error unfortunately, instead are silently treated1.2499 + as 'x'. The following induces an error, until -std1 is added to get1.2500 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an1.2501 + array size at least. It's necessary to write '\x00'==0 to get something1.2502 + that's true only with -std1. */1.2503 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];1.2504 +1.2505 +int test (int i, double x);1.2506 +struct s1 {int (*f) (int a);};1.2507 +struct s2 {int (*f) (double a);};1.2508 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);1.2509 +int argc;1.2510 +char **argv;1.2511 +int1.2512 +main ()1.2513 +{1.2514 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];1.2515 + ;1.2516 + return 0;1.2517 +}1.2518 +_ACEOF1.2519 +# Don't try gcc -ansi; that turns off useful extensions and1.2520 +# breaks some systems' header files.1.2521 +# AIX -qlanglvl=ansi1.2522 +# Ultrix and OSF/1 -std11.2523 +# HP-UX 10.20 and later -Ae1.2524 +# HP-UX older versions -Aa -D_HPUX_SOURCE1.2525 +# SVR4 -Xc -D__EXTENSIONS__1.2526 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"1.2527 +do1.2528 + CC="$ac_save_CC $ac_arg"1.2529 + rm -f conftest.$ac_objext1.2530 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2531 + (eval $ac_compile) 2>conftest.er11.2532 + ac_status=$?1.2533 + grep -v '^ *+' conftest.er1 >conftest.err1.2534 + rm -f conftest.er11.2535 + cat conftest.err >&51.2536 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2537 + (exit $ac_status); } &&1.2538 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2539 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2540 + (eval $ac_try) 2>&51.2541 + ac_status=$?1.2542 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2543 + (exit $ac_status); }; } &&1.2544 + { ac_try='test -s conftest.$ac_objext'1.2545 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2546 + (eval $ac_try) 2>&51.2547 + ac_status=$?1.2548 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2549 + (exit $ac_status); }; }; then1.2550 + ac_cv_prog_cc_stdc=$ac_arg1.2551 +break1.2552 +else1.2553 + echo "$as_me: failed program was:" >&51.2554 +sed 's/^/| /' conftest.$ac_ext >&51.2555 +1.2556 +fi1.2557 +rm -f conftest.err conftest.$ac_objext1.2558 +done1.2559 +rm -f conftest.$ac_ext conftest.$ac_objext1.2560 +CC=$ac_save_CC1.2561 +1.2562 +fi1.2563 +1.2564 +case "x$ac_cv_prog_cc_stdc" in1.2565 + x|xno)1.2566 + echo "$as_me:$LINENO: result: none needed" >&51.2567 +echo "${ECHO_T}none needed" >&6 ;;1.2568 + *)1.2569 + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&51.2570 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&61.2571 + CC="$CC $ac_cv_prog_cc_stdc" ;;1.2572 +esac1.2573 +1.2574 +# Some people use a C++ compiler to compile C. Since we use `exit',1.2575 +# in C++ we need to declare it. In case someone uses the same compiler1.2576 +# for both compiling C and C++ we need to have the C++ compiler decide1.2577 +# the declaration of exit, since it's the most demanding environment.1.2578 +cat >conftest.$ac_ext <<_ACEOF1.2579 +#ifndef __cplusplus1.2580 + choke me1.2581 +#endif1.2582 +_ACEOF1.2583 +rm -f conftest.$ac_objext1.2584 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2585 + (eval $ac_compile) 2>conftest.er11.2586 + ac_status=$?1.2587 + grep -v '^ *+' conftest.er1 >conftest.err1.2588 + rm -f conftest.er11.2589 + cat conftest.err >&51.2590 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2591 + (exit $ac_status); } &&1.2592 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2593 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2594 + (eval $ac_try) 2>&51.2595 + ac_status=$?1.2596 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2597 + (exit $ac_status); }; } &&1.2598 + { ac_try='test -s conftest.$ac_objext'1.2599 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2600 + (eval $ac_try) 2>&51.2601 + ac_status=$?1.2602 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2603 + (exit $ac_status); }; }; then1.2604 + for ac_declaration in \1.2605 + '' \1.2606 + 'extern "C" void std::exit (int) throw (); using std::exit;' \1.2607 + 'extern "C" void std::exit (int); using std::exit;' \1.2608 + 'extern "C" void exit (int) throw ();' \1.2609 + 'extern "C" void exit (int);' \1.2610 + 'void exit (int);'1.2611 +do1.2612 + cat >conftest.$ac_ext <<_ACEOF1.2613 +/* confdefs.h. */1.2614 +_ACEOF1.2615 +cat confdefs.h >>conftest.$ac_ext1.2616 +cat >>conftest.$ac_ext <<_ACEOF1.2617 +/* end confdefs.h. */1.2618 +$ac_declaration1.2619 +#include <stdlib.h>1.2620 +int1.2621 +main ()1.2622 +{1.2623 +exit (42);1.2624 + ;1.2625 + return 0;1.2626 +}1.2627 +_ACEOF1.2628 +rm -f conftest.$ac_objext1.2629 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2630 + (eval $ac_compile) 2>conftest.er11.2631 + ac_status=$?1.2632 + grep -v '^ *+' conftest.er1 >conftest.err1.2633 + rm -f conftest.er11.2634 + cat conftest.err >&51.2635 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2636 + (exit $ac_status); } &&1.2637 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2638 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2639 + (eval $ac_try) 2>&51.2640 + ac_status=$?1.2641 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2642 + (exit $ac_status); }; } &&1.2643 + { ac_try='test -s conftest.$ac_objext'1.2644 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2645 + (eval $ac_try) 2>&51.2646 + ac_status=$?1.2647 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2648 + (exit $ac_status); }; }; then1.2649 + :1.2650 +else1.2651 + echo "$as_me: failed program was:" >&51.2652 +sed 's/^/| /' conftest.$ac_ext >&51.2653 +1.2654 +continue1.2655 +fi1.2656 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.2657 + cat >conftest.$ac_ext <<_ACEOF1.2658 +/* confdefs.h. */1.2659 +_ACEOF1.2660 +cat confdefs.h >>conftest.$ac_ext1.2661 +cat >>conftest.$ac_ext <<_ACEOF1.2662 +/* end confdefs.h. */1.2663 +$ac_declaration1.2664 +int1.2665 +main ()1.2666 +{1.2667 +exit (42);1.2668 + ;1.2669 + return 0;1.2670 +}1.2671 +_ACEOF1.2672 +rm -f conftest.$ac_objext1.2673 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.2674 + (eval $ac_compile) 2>conftest.er11.2675 + ac_status=$?1.2676 + grep -v '^ *+' conftest.er1 >conftest.err1.2677 + rm -f conftest.er11.2678 + cat conftest.err >&51.2679 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2680 + (exit $ac_status); } &&1.2681 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2682 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2683 + (eval $ac_try) 2>&51.2684 + ac_status=$?1.2685 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2686 + (exit $ac_status); }; } &&1.2687 + { ac_try='test -s conftest.$ac_objext'1.2688 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2689 + (eval $ac_try) 2>&51.2690 + ac_status=$?1.2691 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2692 + (exit $ac_status); }; }; then1.2693 + break1.2694 +else1.2695 + echo "$as_me: failed program was:" >&51.2696 +sed 's/^/| /' conftest.$ac_ext >&51.2697 +1.2698 +fi1.2699 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.2700 +done1.2701 +rm -f conftest*1.2702 +if test -n "$ac_declaration"; then1.2703 + echo '#ifdef __cplusplus' >>confdefs.h1.2704 + echo $ac_declaration >>confdefs.h1.2705 + echo '#endif' >>confdefs.h1.2706 +fi1.2707 +1.2708 +else1.2709 + echo "$as_me: failed program was:" >&51.2710 +sed 's/^/| /' conftest.$ac_ext >&51.2711 +1.2712 +fi1.2713 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.2714 +ac_ext=c1.2715 +ac_cpp='$CPP $CPPFLAGS'1.2716 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.2717 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.2718 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.2719 +1.2720 +depcc="$CC" am_compiler_list=1.2721 +1.2722 +echo "$as_me:$LINENO: checking dependency style of $depcc" >&51.2723 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&61.2724 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then1.2725 + echo $ECHO_N "(cached) $ECHO_C" >&61.2726 +else1.2727 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then1.2728 + # We make a subdir and do the tests there. Otherwise we can end up1.2729 + # making bogus files that we don't know about and never remove. For1.2730 + # instance it was reported that on HP-UX the gcc test will end up1.2731 + # making a dummy file named `D' -- because `-MD' means `put the output1.2732 + # in D'.1.2733 + mkdir conftest.dir1.2734 + # Copy depcomp to subdir because otherwise we won't find it if we're1.2735 + # using a relative directory.1.2736 + cp "$am_depcomp" conftest.dir1.2737 + cd conftest.dir1.2738 + # We will build objects and dependencies in a subdirectory because1.2739 + # it helps to detect inapplicable dependency modes. For instance1.2740 + # both Tru64's cc and ICC support -MD to output dependencies as a1.2741 + # side effect of compilation, but ICC will put the dependencies in1.2742 + # the current directory while Tru64 will put them in the object1.2743 + # directory.1.2744 + mkdir sub1.2745 +1.2746 + am_cv_CC_dependencies_compiler_type=none1.2747 + if test "$am_compiler_list" = ""; then1.2748 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`1.2749 + fi1.2750 + for depmode in $am_compiler_list; do1.2751 + # Setup a source with many dependencies, because some compilers1.2752 + # like to wrap large dependency lists on column 80 (with \), and1.2753 + # we should not choose a depcomp mode which is confused by this.1.2754 + #1.2755 + # We need to recreate these files for each test, as the compiler may1.2756 + # overwrite some of them when testing with obscure command lines.1.2757 + # This happens at least with the AIX C compiler.1.2758 + : > sub/conftest.c1.2759 + for i in 1 2 3 4 5 6; do1.2760 + echo '#include "conftst'$i'.h"' >> sub/conftest.c1.2761 + : > sub/conftst$i.h1.2762 + done1.2763 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf1.2764 +1.2765 + case $depmode in1.2766 + nosideeffect)1.2767 + # after this tag, mechanisms are not by side-effect, so they'll1.2768 + # only be used when explicitly requested1.2769 + if test "x$enable_dependency_tracking" = xyes; then1.2770 + continue1.2771 + else1.2772 + break1.2773 + fi1.2774 + ;;1.2775 + none) break ;;1.2776 + esac1.2777 + # We check with `-c' and `-o' for the sake of the "dashmstdout"1.2778 + # mode. It turns out that the SunPro C++ compiler does not properly1.2779 + # handle `-M -o', and we need to detect this.1.2780 + if depmode=$depmode \1.2781 + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \1.2782 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \1.2783 + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \1.2784 + >/dev/null 2>conftest.err &&1.2785 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&1.2786 + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&1.2787 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then1.2788 + # icc doesn't choke on unknown options, it will just issue warnings1.2789 + # (even with -Werror). So we grep stderr for any message1.2790 + # that says an option was ignored.1.2791 + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else1.2792 + am_cv_CC_dependencies_compiler_type=$depmode1.2793 + break1.2794 + fi1.2795 + fi1.2796 + done1.2797 +1.2798 + cd ..1.2799 + rm -rf conftest.dir1.2800 +else1.2801 + am_cv_CC_dependencies_compiler_type=none1.2802 +fi1.2803 +1.2804 +fi1.2805 +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&51.2806 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&61.2807 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type1.2808 +1.2809 +1.2810 +1.2811 +if1.2812 + test "x$enable_dependency_tracking" != xno \1.2813 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then1.2814 + am__fastdepCC_TRUE=1.2815 + am__fastdepCC_FALSE='#'1.2816 +else1.2817 + am__fastdepCC_TRUE='#'1.2818 + am__fastdepCC_FALSE=1.2819 +fi1.2820 +1.2821 +1.2822 +1.2823 +1.2824 + echo "$as_me:$LINENO: checking for strerror in -lcposix" >&51.2825 +echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&61.2826 +if test "${ac_cv_lib_cposix_strerror+set}" = set; then1.2827 + echo $ECHO_N "(cached) $ECHO_C" >&61.2828 +else1.2829 + ac_check_lib_save_LIBS=$LIBS1.2830 +LIBS="-lcposix $LIBS"1.2831 +cat >conftest.$ac_ext <<_ACEOF1.2832 +/* confdefs.h. */1.2833 +_ACEOF1.2834 +cat confdefs.h >>conftest.$ac_ext1.2835 +cat >>conftest.$ac_ext <<_ACEOF1.2836 +/* end confdefs.h. */1.2837 +1.2838 +/* Override any gcc2 internal prototype to avoid an error. */1.2839 +#ifdef __cplusplus1.2840 +extern "C"1.2841 +#endif1.2842 +/* We use char because int might match the return type of a gcc21.2843 + builtin and then its argument prototype would still apply. */1.2844 +char strerror ();1.2845 +int1.2846 +main ()1.2847 +{1.2848 +strerror ();1.2849 + ;1.2850 + return 0;1.2851 +}1.2852 +_ACEOF1.2853 +rm -f conftest.$ac_objext conftest$ac_exeext1.2854 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.2855 + (eval $ac_link) 2>conftest.er11.2856 + ac_status=$?1.2857 + grep -v '^ *+' conftest.er1 >conftest.err1.2858 + rm -f conftest.er11.2859 + cat conftest.err >&51.2860 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2861 + (exit $ac_status); } &&1.2862 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.2863 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2864 + (eval $ac_try) 2>&51.2865 + ac_status=$?1.2866 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2867 + (exit $ac_status); }; } &&1.2868 + { ac_try='test -s conftest$ac_exeext'1.2869 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.2870 + (eval $ac_try) 2>&51.2871 + ac_status=$?1.2872 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.2873 + (exit $ac_status); }; }; then1.2874 + ac_cv_lib_cposix_strerror=yes1.2875 +else1.2876 + echo "$as_me: failed program was:" >&51.2877 +sed 's/^/| /' conftest.$ac_ext >&51.2878 +1.2879 +ac_cv_lib_cposix_strerror=no1.2880 +fi1.2881 +rm -f conftest.err conftest.$ac_objext \1.2882 + conftest$ac_exeext conftest.$ac_ext1.2883 +LIBS=$ac_check_lib_save_LIBS1.2884 +fi1.2885 +echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&51.2886 +echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&61.2887 +if test $ac_cv_lib_cposix_strerror = yes; then1.2888 + LIBS="$LIBS -lcposix"1.2889 +fi1.2890 +1.2891 +1.2892 +1.2893 +ac_ext=c1.2894 +ac_cpp='$CPP $CPPFLAGS'1.2895 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.2896 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.2897 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.2898 +if test -n "$ac_tool_prefix"; then1.2899 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.1.2900 +set dummy ${ac_tool_prefix}gcc; ac_word=$21.2901 +echo "$as_me:$LINENO: checking for $ac_word" >&51.2902 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.2903 +if test "${ac_cv_prog_CC+set}" = set; then1.2904 + echo $ECHO_N "(cached) $ECHO_C" >&61.2905 +else1.2906 + if test -n "$CC"; then1.2907 + ac_cv_prog_CC="$CC" # Let the user override the test.1.2908 +else1.2909 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.2910 +for as_dir in $PATH1.2911 +do1.2912 + IFS=$as_save_IFS1.2913 + test -z "$as_dir" && as_dir=.1.2914 + for ac_exec_ext in '' $ac_executable_extensions; do1.2915 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.2916 + ac_cv_prog_CC="${ac_tool_prefix}gcc"1.2917 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.2918 + break 21.2919 + fi1.2920 +done1.2921 +done1.2922 +1.2923 +fi1.2924 +fi1.2925 +CC=$ac_cv_prog_CC1.2926 +if test -n "$CC"; then1.2927 + echo "$as_me:$LINENO: result: $CC" >&51.2928 +echo "${ECHO_T}$CC" >&61.2929 +else1.2930 + echo "$as_me:$LINENO: result: no" >&51.2931 +echo "${ECHO_T}no" >&61.2932 +fi1.2933 +1.2934 +fi1.2935 +if test -z "$ac_cv_prog_CC"; then1.2936 + ac_ct_CC=$CC1.2937 + # Extract the first word of "gcc", so it can be a program name with args.1.2938 +set dummy gcc; ac_word=$21.2939 +echo "$as_me:$LINENO: checking for $ac_word" >&51.2940 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.2941 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.2942 + echo $ECHO_N "(cached) $ECHO_C" >&61.2943 +else1.2944 + if test -n "$ac_ct_CC"; then1.2945 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.2946 +else1.2947 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.2948 +for as_dir in $PATH1.2949 +do1.2950 + IFS=$as_save_IFS1.2951 + test -z "$as_dir" && as_dir=.1.2952 + for ac_exec_ext in '' $ac_executable_extensions; do1.2953 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.2954 + ac_cv_prog_ac_ct_CC="gcc"1.2955 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.2956 + break 21.2957 + fi1.2958 +done1.2959 +done1.2960 +1.2961 +fi1.2962 +fi1.2963 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.2964 +if test -n "$ac_ct_CC"; then1.2965 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.2966 +echo "${ECHO_T}$ac_ct_CC" >&61.2967 +else1.2968 + echo "$as_me:$LINENO: result: no" >&51.2969 +echo "${ECHO_T}no" >&61.2970 +fi1.2971 +1.2972 + CC=$ac_ct_CC1.2973 +else1.2974 + CC="$ac_cv_prog_CC"1.2975 +fi1.2976 +1.2977 +if test -z "$CC"; then1.2978 + if test -n "$ac_tool_prefix"; then1.2979 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.1.2980 +set dummy ${ac_tool_prefix}cc; ac_word=$21.2981 +echo "$as_me:$LINENO: checking for $ac_word" >&51.2982 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.2983 +if test "${ac_cv_prog_CC+set}" = set; then1.2984 + echo $ECHO_N "(cached) $ECHO_C" >&61.2985 +else1.2986 + if test -n "$CC"; then1.2987 + ac_cv_prog_CC="$CC" # Let the user override the test.1.2988 +else1.2989 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.2990 +for as_dir in $PATH1.2991 +do1.2992 + IFS=$as_save_IFS1.2993 + test -z "$as_dir" && as_dir=.1.2994 + for ac_exec_ext in '' $ac_executable_extensions; do1.2995 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.2996 + ac_cv_prog_CC="${ac_tool_prefix}cc"1.2997 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.2998 + break 21.2999 + fi1.3000 +done1.3001 +done1.3002 +1.3003 +fi1.3004 +fi1.3005 +CC=$ac_cv_prog_CC1.3006 +if test -n "$CC"; then1.3007 + echo "$as_me:$LINENO: result: $CC" >&51.3008 +echo "${ECHO_T}$CC" >&61.3009 +else1.3010 + echo "$as_me:$LINENO: result: no" >&51.3011 +echo "${ECHO_T}no" >&61.3012 +fi1.3013 +1.3014 +fi1.3015 +if test -z "$ac_cv_prog_CC"; then1.3016 + ac_ct_CC=$CC1.3017 + # Extract the first word of "cc", so it can be a program name with args.1.3018 +set dummy cc; ac_word=$21.3019 +echo "$as_me:$LINENO: checking for $ac_word" >&51.3020 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.3021 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.3022 + echo $ECHO_N "(cached) $ECHO_C" >&61.3023 +else1.3024 + if test -n "$ac_ct_CC"; then1.3025 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.3026 +else1.3027 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.3028 +for as_dir in $PATH1.3029 +do1.3030 + IFS=$as_save_IFS1.3031 + test -z "$as_dir" && as_dir=.1.3032 + for ac_exec_ext in '' $ac_executable_extensions; do1.3033 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.3034 + ac_cv_prog_ac_ct_CC="cc"1.3035 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.3036 + break 21.3037 + fi1.3038 +done1.3039 +done1.3040 +1.3041 +fi1.3042 +fi1.3043 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.3044 +if test -n "$ac_ct_CC"; then1.3045 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.3046 +echo "${ECHO_T}$ac_ct_CC" >&61.3047 +else1.3048 + echo "$as_me:$LINENO: result: no" >&51.3049 +echo "${ECHO_T}no" >&61.3050 +fi1.3051 +1.3052 + CC=$ac_ct_CC1.3053 +else1.3054 + CC="$ac_cv_prog_CC"1.3055 +fi1.3056 +1.3057 +fi1.3058 +if test -z "$CC"; then1.3059 + # Extract the first word of "cc", so it can be a program name with args.1.3060 +set dummy cc; ac_word=$21.3061 +echo "$as_me:$LINENO: checking for $ac_word" >&51.3062 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.3063 +if test "${ac_cv_prog_CC+set}" = set; then1.3064 + echo $ECHO_N "(cached) $ECHO_C" >&61.3065 +else1.3066 + if test -n "$CC"; then1.3067 + ac_cv_prog_CC="$CC" # Let the user override the test.1.3068 +else1.3069 + ac_prog_rejected=no1.3070 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.3071 +for as_dir in $PATH1.3072 +do1.3073 + IFS=$as_save_IFS1.3074 + test -z "$as_dir" && as_dir=.1.3075 + for ac_exec_ext in '' $ac_executable_extensions; do1.3076 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.3077 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then1.3078 + ac_prog_rejected=yes1.3079 + continue1.3080 + fi1.3081 + ac_cv_prog_CC="cc"1.3082 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.3083 + break 21.3084 + fi1.3085 +done1.3086 +done1.3087 +1.3088 +if test $ac_prog_rejected = yes; then1.3089 + # We found a bogon in the path, so make sure we never use it.1.3090 + set dummy $ac_cv_prog_CC1.3091 + shift1.3092 + if test $# != 0; then1.3093 + # We chose a different compiler from the bogus one.1.3094 + # However, it has the same basename, so the bogon will be chosen1.3095 + # first if we set CC to just the basename; use the full file name.1.3096 + shift1.3097 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"1.3098 + fi1.3099 +fi1.3100 +fi1.3101 +fi1.3102 +CC=$ac_cv_prog_CC1.3103 +if test -n "$CC"; then1.3104 + echo "$as_me:$LINENO: result: $CC" >&51.3105 +echo "${ECHO_T}$CC" >&61.3106 +else1.3107 + echo "$as_me:$LINENO: result: no" >&51.3108 +echo "${ECHO_T}no" >&61.3109 +fi1.3110 +1.3111 +fi1.3112 +if test -z "$CC"; then1.3113 + if test -n "$ac_tool_prefix"; then1.3114 + for ac_prog in cl1.3115 + do1.3116 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.1.3117 +set dummy $ac_tool_prefix$ac_prog; ac_word=$21.3118 +echo "$as_me:$LINENO: checking for $ac_word" >&51.3119 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.3120 +if test "${ac_cv_prog_CC+set}" = set; then1.3121 + echo $ECHO_N "(cached) $ECHO_C" >&61.3122 +else1.3123 + if test -n "$CC"; then1.3124 + ac_cv_prog_CC="$CC" # Let the user override the test.1.3125 +else1.3126 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.3127 +for as_dir in $PATH1.3128 +do1.3129 + IFS=$as_save_IFS1.3130 + test -z "$as_dir" && as_dir=.1.3131 + for ac_exec_ext in '' $ac_executable_extensions; do1.3132 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.3133 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog"1.3134 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.3135 + break 21.3136 + fi1.3137 +done1.3138 +done1.3139 +1.3140 +fi1.3141 +fi1.3142 +CC=$ac_cv_prog_CC1.3143 +if test -n "$CC"; then1.3144 + echo "$as_me:$LINENO: result: $CC" >&51.3145 +echo "${ECHO_T}$CC" >&61.3146 +else1.3147 + echo "$as_me:$LINENO: result: no" >&51.3148 +echo "${ECHO_T}no" >&61.3149 +fi1.3150 +1.3151 + test -n "$CC" && break1.3152 + done1.3153 +fi1.3154 +if test -z "$CC"; then1.3155 + ac_ct_CC=$CC1.3156 + for ac_prog in cl1.3157 +do1.3158 + # Extract the first word of "$ac_prog", so it can be a program name with args.1.3159 +set dummy $ac_prog; ac_word=$21.3160 +echo "$as_me:$LINENO: checking for $ac_word" >&51.3161 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.3162 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then1.3163 + echo $ECHO_N "(cached) $ECHO_C" >&61.3164 +else1.3165 + if test -n "$ac_ct_CC"; then1.3166 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.1.3167 +else1.3168 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.3169 +for as_dir in $PATH1.3170 +do1.3171 + IFS=$as_save_IFS1.3172 + test -z "$as_dir" && as_dir=.1.3173 + for ac_exec_ext in '' $ac_executable_extensions; do1.3174 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.3175 + ac_cv_prog_ac_ct_CC="$ac_prog"1.3176 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.3177 + break 21.3178 + fi1.3179 +done1.3180 +done1.3181 +1.3182 +fi1.3183 +fi1.3184 +ac_ct_CC=$ac_cv_prog_ac_ct_CC1.3185 +if test -n "$ac_ct_CC"; then1.3186 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&51.3187 +echo "${ECHO_T}$ac_ct_CC" >&61.3188 +else1.3189 + echo "$as_me:$LINENO: result: no" >&51.3190 +echo "${ECHO_T}no" >&61.3191 +fi1.3192 +1.3193 + test -n "$ac_ct_CC" && break1.3194 +done1.3195 +1.3196 + CC=$ac_ct_CC1.3197 +fi1.3198 +1.3199 +fi1.3200 +1.3201 +1.3202 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH1.3203 +See \`config.log' for more details." >&51.3204 +echo "$as_me: error: no acceptable C compiler found in \$PATH1.3205 +See \`config.log' for more details." >&2;}1.3206 + { (exit 1); exit 1; }; }1.3207 +1.3208 +# Provide some information about the compiler.1.3209 +echo "$as_me:$LINENO:" \1.3210 + "checking for C compiler version" >&51.3211 +ac_compiler=`set X $ac_compile; echo $2`1.3212 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&51.3213 + (eval $ac_compiler --version </dev/null >&5) 2>&51.3214 + ac_status=$?1.3215 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3216 + (exit $ac_status); }1.3217 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&51.3218 + (eval $ac_compiler -v </dev/null >&5) 2>&51.3219 + ac_status=$?1.3220 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3221 + (exit $ac_status); }1.3222 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&51.3223 + (eval $ac_compiler -V </dev/null >&5) 2>&51.3224 + ac_status=$?1.3225 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3226 + (exit $ac_status); }1.3227 +1.3228 +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&51.3229 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&61.3230 +if test "${ac_cv_c_compiler_gnu+set}" = set; then1.3231 + echo $ECHO_N "(cached) $ECHO_C" >&61.3232 +else1.3233 + cat >conftest.$ac_ext <<_ACEOF1.3234 +/* confdefs.h. */1.3235 +_ACEOF1.3236 +cat confdefs.h >>conftest.$ac_ext1.3237 +cat >>conftest.$ac_ext <<_ACEOF1.3238 +/* end confdefs.h. */1.3239 +1.3240 +int1.3241 +main ()1.3242 +{1.3243 +#ifndef __GNUC__1.3244 + choke me1.3245 +#endif1.3246 +1.3247 + ;1.3248 + return 0;1.3249 +}1.3250 +_ACEOF1.3251 +rm -f conftest.$ac_objext1.3252 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3253 + (eval $ac_compile) 2>conftest.er11.3254 + ac_status=$?1.3255 + grep -v '^ *+' conftest.er1 >conftest.err1.3256 + rm -f conftest.er11.3257 + cat conftest.err >&51.3258 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3259 + (exit $ac_status); } &&1.3260 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3261 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3262 + (eval $ac_try) 2>&51.3263 + ac_status=$?1.3264 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3265 + (exit $ac_status); }; } &&1.3266 + { ac_try='test -s conftest.$ac_objext'1.3267 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3268 + (eval $ac_try) 2>&51.3269 + ac_status=$?1.3270 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3271 + (exit $ac_status); }; }; then1.3272 + ac_compiler_gnu=yes1.3273 +else1.3274 + echo "$as_me: failed program was:" >&51.3275 +sed 's/^/| /' conftest.$ac_ext >&51.3276 +1.3277 +ac_compiler_gnu=no1.3278 +fi1.3279 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3280 +ac_cv_c_compiler_gnu=$ac_compiler_gnu1.3281 +1.3282 +fi1.3283 +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&51.3284 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&61.3285 +GCC=`test $ac_compiler_gnu = yes && echo yes`1.3286 +ac_test_CFLAGS=${CFLAGS+set}1.3287 +ac_save_CFLAGS=$CFLAGS1.3288 +CFLAGS="-g"1.3289 +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&51.3290 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&61.3291 +if test "${ac_cv_prog_cc_g+set}" = set; then1.3292 + echo $ECHO_N "(cached) $ECHO_C" >&61.3293 +else1.3294 + cat >conftest.$ac_ext <<_ACEOF1.3295 +/* confdefs.h. */1.3296 +_ACEOF1.3297 +cat confdefs.h >>conftest.$ac_ext1.3298 +cat >>conftest.$ac_ext <<_ACEOF1.3299 +/* end confdefs.h. */1.3300 +1.3301 +int1.3302 +main ()1.3303 +{1.3304 +1.3305 + ;1.3306 + return 0;1.3307 +}1.3308 +_ACEOF1.3309 +rm -f conftest.$ac_objext1.3310 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3311 + (eval $ac_compile) 2>conftest.er11.3312 + ac_status=$?1.3313 + grep -v '^ *+' conftest.er1 >conftest.err1.3314 + rm -f conftest.er11.3315 + cat conftest.err >&51.3316 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3317 + (exit $ac_status); } &&1.3318 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3319 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3320 + (eval $ac_try) 2>&51.3321 + ac_status=$?1.3322 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3323 + (exit $ac_status); }; } &&1.3324 + { ac_try='test -s conftest.$ac_objext'1.3325 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3326 + (eval $ac_try) 2>&51.3327 + ac_status=$?1.3328 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3329 + (exit $ac_status); }; }; then1.3330 + ac_cv_prog_cc_g=yes1.3331 +else1.3332 + echo "$as_me: failed program was:" >&51.3333 +sed 's/^/| /' conftest.$ac_ext >&51.3334 +1.3335 +ac_cv_prog_cc_g=no1.3336 +fi1.3337 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3338 +fi1.3339 +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&51.3340 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&61.3341 +if test "$ac_test_CFLAGS" = set; then1.3342 + CFLAGS=$ac_save_CFLAGS1.3343 +elif test $ac_cv_prog_cc_g = yes; then1.3344 + if test "$GCC" = yes; then1.3345 + CFLAGS="-g -O2"1.3346 + else1.3347 + CFLAGS="-g"1.3348 + fi1.3349 +else1.3350 + if test "$GCC" = yes; then1.3351 + CFLAGS="-O2"1.3352 + else1.3353 + CFLAGS=1.3354 + fi1.3355 +fi1.3356 +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&51.3357 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&61.3358 +if test "${ac_cv_prog_cc_stdc+set}" = set; then1.3359 + echo $ECHO_N "(cached) $ECHO_C" >&61.3360 +else1.3361 + ac_cv_prog_cc_stdc=no1.3362 +ac_save_CC=$CC1.3363 +cat >conftest.$ac_ext <<_ACEOF1.3364 +/* confdefs.h. */1.3365 +_ACEOF1.3366 +cat confdefs.h >>conftest.$ac_ext1.3367 +cat >>conftest.$ac_ext <<_ACEOF1.3368 +/* end confdefs.h. */1.3369 +#include <stdarg.h>1.3370 +#include <stdio.h>1.3371 +#include <sys/types.h>1.3372 +#include <sys/stat.h>1.3373 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */1.3374 +struct buf { int x; };1.3375 +FILE * (*rcsopen) (struct buf *, struct stat *, int);1.3376 +static char *e (p, i)1.3377 + char **p;1.3378 + int i;1.3379 +{1.3380 + return p[i];1.3381 +}1.3382 +static char *f (char * (*g) (char **, int), char **p, ...)1.3383 +{1.3384 + char *s;1.3385 + va_list v;1.3386 + va_start (v,p);1.3387 + s = g (p, va_arg (v,int));1.3388 + va_end (v);1.3389 + return s;1.3390 +}1.3391 +1.3392 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has1.3393 + function prototypes and stuff, but not '\xHH' hex character constants.1.3394 + These don't provoke an error unfortunately, instead are silently treated1.3395 + as 'x'. The following induces an error, until -std1 is added to get1.3396 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an1.3397 + array size at least. It's necessary to write '\x00'==0 to get something1.3398 + that's true only with -std1. */1.3399 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];1.3400 +1.3401 +int test (int i, double x);1.3402 +struct s1 {int (*f) (int a);};1.3403 +struct s2 {int (*f) (double a);};1.3404 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);1.3405 +int argc;1.3406 +char **argv;1.3407 +int1.3408 +main ()1.3409 +{1.3410 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];1.3411 + ;1.3412 + return 0;1.3413 +}1.3414 +_ACEOF1.3415 +# Don't try gcc -ansi; that turns off useful extensions and1.3416 +# breaks some systems' header files.1.3417 +# AIX -qlanglvl=ansi1.3418 +# Ultrix and OSF/1 -std11.3419 +# HP-UX 10.20 and later -Ae1.3420 +# HP-UX older versions -Aa -D_HPUX_SOURCE1.3421 +# SVR4 -Xc -D__EXTENSIONS__1.3422 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"1.3423 +do1.3424 + CC="$ac_save_CC $ac_arg"1.3425 + rm -f conftest.$ac_objext1.3426 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3427 + (eval $ac_compile) 2>conftest.er11.3428 + ac_status=$?1.3429 + grep -v '^ *+' conftest.er1 >conftest.err1.3430 + rm -f conftest.er11.3431 + cat conftest.err >&51.3432 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3433 + (exit $ac_status); } &&1.3434 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3435 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3436 + (eval $ac_try) 2>&51.3437 + ac_status=$?1.3438 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3439 + (exit $ac_status); }; } &&1.3440 + { ac_try='test -s conftest.$ac_objext'1.3441 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3442 + (eval $ac_try) 2>&51.3443 + ac_status=$?1.3444 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3445 + (exit $ac_status); }; }; then1.3446 + ac_cv_prog_cc_stdc=$ac_arg1.3447 +break1.3448 +else1.3449 + echo "$as_me: failed program was:" >&51.3450 +sed 's/^/| /' conftest.$ac_ext >&51.3451 +1.3452 +fi1.3453 +rm -f conftest.err conftest.$ac_objext1.3454 +done1.3455 +rm -f conftest.$ac_ext conftest.$ac_objext1.3456 +CC=$ac_save_CC1.3457 +1.3458 +fi1.3459 +1.3460 +case "x$ac_cv_prog_cc_stdc" in1.3461 + x|xno)1.3462 + echo "$as_me:$LINENO: result: none needed" >&51.3463 +echo "${ECHO_T}none needed" >&6 ;;1.3464 + *)1.3465 + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&51.3466 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&61.3467 + CC="$CC $ac_cv_prog_cc_stdc" ;;1.3468 +esac1.3469 +1.3470 +# Some people use a C++ compiler to compile C. Since we use `exit',1.3471 +# in C++ we need to declare it. In case someone uses the same compiler1.3472 +# for both compiling C and C++ we need to have the C++ compiler decide1.3473 +# the declaration of exit, since it's the most demanding environment.1.3474 +cat >conftest.$ac_ext <<_ACEOF1.3475 +#ifndef __cplusplus1.3476 + choke me1.3477 +#endif1.3478 +_ACEOF1.3479 +rm -f conftest.$ac_objext1.3480 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3481 + (eval $ac_compile) 2>conftest.er11.3482 + ac_status=$?1.3483 + grep -v '^ *+' conftest.er1 >conftest.err1.3484 + rm -f conftest.er11.3485 + cat conftest.err >&51.3486 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3487 + (exit $ac_status); } &&1.3488 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3489 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3490 + (eval $ac_try) 2>&51.3491 + ac_status=$?1.3492 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3493 + (exit $ac_status); }; } &&1.3494 + { ac_try='test -s conftest.$ac_objext'1.3495 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3496 + (eval $ac_try) 2>&51.3497 + ac_status=$?1.3498 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3499 + (exit $ac_status); }; }; then1.3500 + for ac_declaration in \1.3501 + '' \1.3502 + 'extern "C" void std::exit (int) throw (); using std::exit;' \1.3503 + 'extern "C" void std::exit (int); using std::exit;' \1.3504 + 'extern "C" void exit (int) throw ();' \1.3505 + 'extern "C" void exit (int);' \1.3506 + 'void exit (int);'1.3507 +do1.3508 + cat >conftest.$ac_ext <<_ACEOF1.3509 +/* confdefs.h. */1.3510 +_ACEOF1.3511 +cat confdefs.h >>conftest.$ac_ext1.3512 +cat >>conftest.$ac_ext <<_ACEOF1.3513 +/* end confdefs.h. */1.3514 +$ac_declaration1.3515 +#include <stdlib.h>1.3516 +int1.3517 +main ()1.3518 +{1.3519 +exit (42);1.3520 + ;1.3521 + return 0;1.3522 +}1.3523 +_ACEOF1.3524 +rm -f conftest.$ac_objext1.3525 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3526 + (eval $ac_compile) 2>conftest.er11.3527 + ac_status=$?1.3528 + grep -v '^ *+' conftest.er1 >conftest.err1.3529 + rm -f conftest.er11.3530 + cat conftest.err >&51.3531 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3532 + (exit $ac_status); } &&1.3533 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3534 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3535 + (eval $ac_try) 2>&51.3536 + ac_status=$?1.3537 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3538 + (exit $ac_status); }; } &&1.3539 + { ac_try='test -s conftest.$ac_objext'1.3540 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3541 + (eval $ac_try) 2>&51.3542 + ac_status=$?1.3543 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3544 + (exit $ac_status); }; }; then1.3545 + :1.3546 +else1.3547 + echo "$as_me: failed program was:" >&51.3548 +sed 's/^/| /' conftest.$ac_ext >&51.3549 +1.3550 +continue1.3551 +fi1.3552 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3553 + cat >conftest.$ac_ext <<_ACEOF1.3554 +/* confdefs.h. */1.3555 +_ACEOF1.3556 +cat confdefs.h >>conftest.$ac_ext1.3557 +cat >>conftest.$ac_ext <<_ACEOF1.3558 +/* end confdefs.h. */1.3559 +$ac_declaration1.3560 +int1.3561 +main ()1.3562 +{1.3563 +exit (42);1.3564 + ;1.3565 + return 0;1.3566 +}1.3567 +_ACEOF1.3568 +rm -f conftest.$ac_objext1.3569 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3570 + (eval $ac_compile) 2>conftest.er11.3571 + ac_status=$?1.3572 + grep -v '^ *+' conftest.er1 >conftest.err1.3573 + rm -f conftest.er11.3574 + cat conftest.err >&51.3575 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3576 + (exit $ac_status); } &&1.3577 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3578 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3579 + (eval $ac_try) 2>&51.3580 + ac_status=$?1.3581 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3582 + (exit $ac_status); }; } &&1.3583 + { ac_try='test -s conftest.$ac_objext'1.3584 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3585 + (eval $ac_try) 2>&51.3586 + ac_status=$?1.3587 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3588 + (exit $ac_status); }; }; then1.3589 + break1.3590 +else1.3591 + echo "$as_me: failed program was:" >&51.3592 +sed 's/^/| /' conftest.$ac_ext >&51.3593 +1.3594 +fi1.3595 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3596 +done1.3597 +rm -f conftest*1.3598 +if test -n "$ac_declaration"; then1.3599 + echo '#ifdef __cplusplus' >>confdefs.h1.3600 + echo $ac_declaration >>confdefs.h1.3601 + echo '#endif' >>confdefs.h1.3602 +fi1.3603 +1.3604 +else1.3605 + echo "$as_me: failed program was:" >&51.3606 +sed 's/^/| /' conftest.$ac_ext >&51.3607 +1.3608 +fi1.3609 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3610 +ac_ext=c1.3611 +ac_cpp='$CPP $CPPFLAGS'1.3612 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.3613 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.3614 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.3615 +1.3616 +depcc="$CC" am_compiler_list=1.3617 +1.3618 +echo "$as_me:$LINENO: checking dependency style of $depcc" >&51.3619 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&61.3620 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then1.3621 + echo $ECHO_N "(cached) $ECHO_C" >&61.3622 +else1.3623 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then1.3624 + # We make a subdir and do the tests there. Otherwise we can end up1.3625 + # making bogus files that we don't know about and never remove. For1.3626 + # instance it was reported that on HP-UX the gcc test will end up1.3627 + # making a dummy file named `D' -- because `-MD' means `put the output1.3628 + # in D'.1.3629 + mkdir conftest.dir1.3630 + # Copy depcomp to subdir because otherwise we won't find it if we're1.3631 + # using a relative directory.1.3632 + cp "$am_depcomp" conftest.dir1.3633 + cd conftest.dir1.3634 + # We will build objects and dependencies in a subdirectory because1.3635 + # it helps to detect inapplicable dependency modes. For instance1.3636 + # both Tru64's cc and ICC support -MD to output dependencies as a1.3637 + # side effect of compilation, but ICC will put the dependencies in1.3638 + # the current directory while Tru64 will put them in the object1.3639 + # directory.1.3640 + mkdir sub1.3641 +1.3642 + am_cv_CC_dependencies_compiler_type=none1.3643 + if test "$am_compiler_list" = ""; then1.3644 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`1.3645 + fi1.3646 + for depmode in $am_compiler_list; do1.3647 + # Setup a source with many dependencies, because some compilers1.3648 + # like to wrap large dependency lists on column 80 (with \), and1.3649 + # we should not choose a depcomp mode which is confused by this.1.3650 + #1.3651 + # We need to recreate these files for each test, as the compiler may1.3652 + # overwrite some of them when testing with obscure command lines.1.3653 + # This happens at least with the AIX C compiler.1.3654 + : > sub/conftest.c1.3655 + for i in 1 2 3 4 5 6; do1.3656 + echo '#include "conftst'$i'.h"' >> sub/conftest.c1.3657 + : > sub/conftst$i.h1.3658 + done1.3659 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf1.3660 +1.3661 + case $depmode in1.3662 + nosideeffect)1.3663 + # after this tag, mechanisms are not by side-effect, so they'll1.3664 + # only be used when explicitly requested1.3665 + if test "x$enable_dependency_tracking" = xyes; then1.3666 + continue1.3667 + else1.3668 + break1.3669 + fi1.3670 + ;;1.3671 + none) break ;;1.3672 + esac1.3673 + # We check with `-c' and `-o' for the sake of the "dashmstdout"1.3674 + # mode. It turns out that the SunPro C++ compiler does not properly1.3675 + # handle `-M -o', and we need to detect this.1.3676 + if depmode=$depmode \1.3677 + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \1.3678 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \1.3679 + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \1.3680 + >/dev/null 2>conftest.err &&1.3681 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&1.3682 + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&1.3683 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then1.3684 + # icc doesn't choke on unknown options, it will just issue warnings1.3685 + # (even with -Werror). So we grep stderr for any message1.3686 + # that says an option was ignored.1.3687 + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else1.3688 + am_cv_CC_dependencies_compiler_type=$depmode1.3689 + break1.3690 + fi1.3691 + fi1.3692 + done1.3693 +1.3694 + cd ..1.3695 + rm -rf conftest.dir1.3696 +else1.3697 + am_cv_CC_dependencies_compiler_type=none1.3698 +fi1.3699 +1.3700 +fi1.3701 +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&51.3702 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&61.3703 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type1.3704 +1.3705 +1.3706 +1.3707 +if1.3708 + test "x$enable_dependency_tracking" != xno \1.3709 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then1.3710 + am__fastdepCC_TRUE=1.3711 + am__fastdepCC_FALSE='#'1.3712 +else1.3713 + am__fastdepCC_TRUE='#'1.3714 + am__fastdepCC_FALSE=1.3715 +fi1.3716 +1.3717 +1.3718 +1.3719 +1.3720 +1.3721 +echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&51.3722 +echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&61.3723 +if test "${am_cv_prog_cc_stdc+set}" = set; then1.3724 + echo $ECHO_N "(cached) $ECHO_C" >&61.3725 +else1.3726 + am_cv_prog_cc_stdc=no1.3727 +ac_save_CC="$CC"1.3728 +# Don't try gcc -ansi; that turns off useful extensions and1.3729 +# breaks some systems' header files.1.3730 +# AIX -qlanglvl=ansi1.3731 +# Ultrix and OSF/1 -std11.3732 +# HP-UX 10.20 and later -Ae1.3733 +# HP-UX older versions -Aa -D_HPUX_SOURCE1.3734 +# SVR4 -Xc -D__EXTENSIONS__1.3735 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"1.3736 +do1.3737 + CC="$ac_save_CC $ac_arg"1.3738 + cat >conftest.$ac_ext <<_ACEOF1.3739 +/* confdefs.h. */1.3740 +_ACEOF1.3741 +cat confdefs.h >>conftest.$ac_ext1.3742 +cat >>conftest.$ac_ext <<_ACEOF1.3743 +/* end confdefs.h. */1.3744 +#include <stdarg.h>1.3745 +#include <stdio.h>1.3746 +#include <sys/types.h>1.3747 +#include <sys/stat.h>1.3748 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */1.3749 +struct buf { int x; };1.3750 +FILE * (*rcsopen) (struct buf *, struct stat *, int);1.3751 +static char *e (p, i)1.3752 + char **p;1.3753 + int i;1.3754 +{1.3755 + return p[i];1.3756 +}1.3757 +static char *f (char * (*g) (char **, int), char **p, ...)1.3758 +{1.3759 + char *s;1.3760 + va_list v;1.3761 + va_start (v,p);1.3762 + s = g (p, va_arg (v,int));1.3763 + va_end (v);1.3764 + return s;1.3765 +}1.3766 +int test (int i, double x);1.3767 +struct s1 {int (*f) (int a);};1.3768 +struct s2 {int (*f) (double a);};1.3769 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);1.3770 +int argc;1.3771 +char **argv;1.3772 +1.3773 +int1.3774 +main ()1.3775 +{1.3776 +1.3777 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];1.3778 +1.3779 + ;1.3780 + return 0;1.3781 +}1.3782 +_ACEOF1.3783 +rm -f conftest.$ac_objext1.3784 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.3785 + (eval $ac_compile) 2>conftest.er11.3786 + ac_status=$?1.3787 + grep -v '^ *+' conftest.er1 >conftest.err1.3788 + rm -f conftest.er11.3789 + cat conftest.err >&51.3790 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3791 + (exit $ac_status); } &&1.3792 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.3793 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3794 + (eval $ac_try) 2>&51.3795 + ac_status=$?1.3796 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3797 + (exit $ac_status); }; } &&1.3798 + { ac_try='test -s conftest.$ac_objext'1.3799 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.3800 + (eval $ac_try) 2>&51.3801 + ac_status=$?1.3802 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3803 + (exit $ac_status); }; }; then1.3804 + am_cv_prog_cc_stdc="$ac_arg"; break1.3805 +else1.3806 + echo "$as_me: failed program was:" >&51.3807 +sed 's/^/| /' conftest.$ac_ext >&51.3808 +1.3809 +fi1.3810 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.3811 +done1.3812 +CC="$ac_save_CC"1.3813 +1.3814 +fi1.3815 +1.3816 +if test -z "$am_cv_prog_cc_stdc"; then1.3817 + echo "$as_me:$LINENO: result: none needed" >&51.3818 +echo "${ECHO_T}none needed" >&61.3819 +else1.3820 + echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&51.3821 +echo "${ECHO_T}$am_cv_prog_cc_stdc" >&61.3822 +fi1.3823 +case "x$am_cv_prog_cc_stdc" in1.3824 + x|xno) ;;1.3825 + *) CC="$CC $am_cv_prog_cc_stdc" ;;1.3826 +esac1.3827 +1.3828 +ac_ext=c1.3829 +ac_cpp='$CPP $CPPFLAGS'1.3830 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.3831 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.3832 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.3833 +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&51.3834 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&61.3835 +# On Suns, sometimes $CPP names a directory.1.3836 +if test -n "$CPP" && test -d "$CPP"; then1.3837 + CPP=1.3838 +fi1.3839 +if test -z "$CPP"; then1.3840 + if test "${ac_cv_prog_CPP+set}" = set; then1.3841 + echo $ECHO_N "(cached) $ECHO_C" >&61.3842 +else1.3843 + # Double quotes because CPP needs to be expanded1.3844 + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"1.3845 + do1.3846 + ac_preproc_ok=false1.3847 +for ac_c_preproc_warn_flag in '' yes1.3848 +do1.3849 + # Use a header file that comes with gcc, so configuring glibc1.3850 + # with a fresh cross-compiler works.1.3851 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.3852 + # <limits.h> exists even on freestanding compilers.1.3853 + # On the NeXT, cc -E runs the code through the compiler's parser,1.3854 + # not just through cpp. "Syntax error" is here to catch this case.1.3855 + cat >conftest.$ac_ext <<_ACEOF1.3856 +/* confdefs.h. */1.3857 +_ACEOF1.3858 +cat confdefs.h >>conftest.$ac_ext1.3859 +cat >>conftest.$ac_ext <<_ACEOF1.3860 +/* end confdefs.h. */1.3861 +#ifdef __STDC__1.3862 +# include <limits.h>1.3863 +#else1.3864 +# include <assert.h>1.3865 +#endif1.3866 + Syntax error1.3867 +_ACEOF1.3868 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.3869 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.3870 + ac_status=$?1.3871 + grep -v '^ *+' conftest.er1 >conftest.err1.3872 + rm -f conftest.er11.3873 + cat conftest.err >&51.3874 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3875 + (exit $ac_status); } >/dev/null; then1.3876 + if test -s conftest.err; then1.3877 + ac_cpp_err=$ac_c_preproc_warn_flag1.3878 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.3879 + else1.3880 + ac_cpp_err=1.3881 + fi1.3882 +else1.3883 + ac_cpp_err=yes1.3884 +fi1.3885 +if test -z "$ac_cpp_err"; then1.3886 + :1.3887 +else1.3888 + echo "$as_me: failed program was:" >&51.3889 +sed 's/^/| /' conftest.$ac_ext >&51.3890 +1.3891 + # Broken: fails on valid input.1.3892 +continue1.3893 +fi1.3894 +rm -f conftest.err conftest.$ac_ext1.3895 +1.3896 + # OK, works on sane cases. Now check whether non-existent headers1.3897 + # can be detected and how.1.3898 + cat >conftest.$ac_ext <<_ACEOF1.3899 +/* confdefs.h. */1.3900 +_ACEOF1.3901 +cat confdefs.h >>conftest.$ac_ext1.3902 +cat >>conftest.$ac_ext <<_ACEOF1.3903 +/* end confdefs.h. */1.3904 +#include <ac_nonexistent.h>1.3905 +_ACEOF1.3906 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.3907 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.3908 + ac_status=$?1.3909 + grep -v '^ *+' conftest.er1 >conftest.err1.3910 + rm -f conftest.er11.3911 + cat conftest.err >&51.3912 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3913 + (exit $ac_status); } >/dev/null; then1.3914 + if test -s conftest.err; then1.3915 + ac_cpp_err=$ac_c_preproc_warn_flag1.3916 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.3917 + else1.3918 + ac_cpp_err=1.3919 + fi1.3920 +else1.3921 + ac_cpp_err=yes1.3922 +fi1.3923 +if test -z "$ac_cpp_err"; then1.3924 + # Broken: success on invalid input.1.3925 +continue1.3926 +else1.3927 + echo "$as_me: failed program was:" >&51.3928 +sed 's/^/| /' conftest.$ac_ext >&51.3929 +1.3930 + # Passes both tests.1.3931 +ac_preproc_ok=:1.3932 +break1.3933 +fi1.3934 +rm -f conftest.err conftest.$ac_ext1.3935 +1.3936 +done1.3937 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.1.3938 +rm -f conftest.err conftest.$ac_ext1.3939 +if $ac_preproc_ok; then1.3940 + break1.3941 +fi1.3942 +1.3943 + done1.3944 + ac_cv_prog_CPP=$CPP1.3945 +1.3946 +fi1.3947 + CPP=$ac_cv_prog_CPP1.3948 +else1.3949 + ac_cv_prog_CPP=$CPP1.3950 +fi1.3951 +echo "$as_me:$LINENO: result: $CPP" >&51.3952 +echo "${ECHO_T}$CPP" >&61.3953 +ac_preproc_ok=false1.3954 +for ac_c_preproc_warn_flag in '' yes1.3955 +do1.3956 + # Use a header file that comes with gcc, so configuring glibc1.3957 + # with a fresh cross-compiler works.1.3958 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.3959 + # <limits.h> exists even on freestanding compilers.1.3960 + # On the NeXT, cc -E runs the code through the compiler's parser,1.3961 + # not just through cpp. "Syntax error" is here to catch this case.1.3962 + cat >conftest.$ac_ext <<_ACEOF1.3963 +/* confdefs.h. */1.3964 +_ACEOF1.3965 +cat confdefs.h >>conftest.$ac_ext1.3966 +cat >>conftest.$ac_ext <<_ACEOF1.3967 +/* end confdefs.h. */1.3968 +#ifdef __STDC__1.3969 +# include <limits.h>1.3970 +#else1.3971 +# include <assert.h>1.3972 +#endif1.3973 + Syntax error1.3974 +_ACEOF1.3975 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.3976 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.3977 + ac_status=$?1.3978 + grep -v '^ *+' conftest.er1 >conftest.err1.3979 + rm -f conftest.er11.3980 + cat conftest.err >&51.3981 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.3982 + (exit $ac_status); } >/dev/null; then1.3983 + if test -s conftest.err; then1.3984 + ac_cpp_err=$ac_c_preproc_warn_flag1.3985 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.3986 + else1.3987 + ac_cpp_err=1.3988 + fi1.3989 +else1.3990 + ac_cpp_err=yes1.3991 +fi1.3992 +if test -z "$ac_cpp_err"; then1.3993 + :1.3994 +else1.3995 + echo "$as_me: failed program was:" >&51.3996 +sed 's/^/| /' conftest.$ac_ext >&51.3997 +1.3998 + # Broken: fails on valid input.1.3999 +continue1.4000 +fi1.4001 +rm -f conftest.err conftest.$ac_ext1.4002 +1.4003 + # OK, works on sane cases. Now check whether non-existent headers1.4004 + # can be detected and how.1.4005 + cat >conftest.$ac_ext <<_ACEOF1.4006 +/* confdefs.h. */1.4007 +_ACEOF1.4008 +cat confdefs.h >>conftest.$ac_ext1.4009 +cat >>conftest.$ac_ext <<_ACEOF1.4010 +/* end confdefs.h. */1.4011 +#include <ac_nonexistent.h>1.4012 +_ACEOF1.4013 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.4014 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.4015 + ac_status=$?1.4016 + grep -v '^ *+' conftest.er1 >conftest.err1.4017 + rm -f conftest.er11.4018 + cat conftest.err >&51.4019 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4020 + (exit $ac_status); } >/dev/null; then1.4021 + if test -s conftest.err; then1.4022 + ac_cpp_err=$ac_c_preproc_warn_flag1.4023 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.4024 + else1.4025 + ac_cpp_err=1.4026 + fi1.4027 +else1.4028 + ac_cpp_err=yes1.4029 +fi1.4030 +if test -z "$ac_cpp_err"; then1.4031 + # Broken: success on invalid input.1.4032 +continue1.4033 +else1.4034 + echo "$as_me: failed program was:" >&51.4035 +sed 's/^/| /' conftest.$ac_ext >&51.4036 +1.4037 + # Passes both tests.1.4038 +ac_preproc_ok=:1.4039 +break1.4040 +fi1.4041 +rm -f conftest.err conftest.$ac_ext1.4042 +1.4043 +done1.4044 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.1.4045 +rm -f conftest.err conftest.$ac_ext1.4046 +if $ac_preproc_ok; then1.4047 + :1.4048 +else1.4049 + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check1.4050 +See \`config.log' for more details." >&51.4051 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check1.4052 +See \`config.log' for more details." >&2;}1.4053 + { (exit 1); exit 1; }; }1.4054 +fi1.4055 +1.4056 +ac_ext=c1.4057 +ac_cpp='$CPP $CPPFLAGS'1.4058 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'1.4059 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'1.4060 +ac_compiler_gnu=$ac_cv_c_compiler_gnu1.4061 +1.4062 +1.4063 +echo "$as_me:$LINENO: checking for egrep" >&51.4064 +echo $ECHO_N "checking for egrep... $ECHO_C" >&61.4065 +if test "${ac_cv_prog_egrep+set}" = set; then1.4066 + echo $ECHO_N "(cached) $ECHO_C" >&61.4067 +else1.4068 + if echo a | (grep -E '(a|b)') >/dev/null 2>&11.4069 + then ac_cv_prog_egrep='grep -E'1.4070 + else ac_cv_prog_egrep='egrep'1.4071 + fi1.4072 +fi1.4073 +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&51.4074 +echo "${ECHO_T}$ac_cv_prog_egrep" >&61.4075 + EGREP=$ac_cv_prog_egrep1.4076 +1.4077 +1.4078 +echo "$as_me:$LINENO: checking for ANSI C header files" >&51.4079 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&61.4080 +if test "${ac_cv_header_stdc+set}" = set; then1.4081 + echo $ECHO_N "(cached) $ECHO_C" >&61.4082 +else1.4083 + cat >conftest.$ac_ext <<_ACEOF1.4084 +/* confdefs.h. */1.4085 +_ACEOF1.4086 +cat confdefs.h >>conftest.$ac_ext1.4087 +cat >>conftest.$ac_ext <<_ACEOF1.4088 +/* end confdefs.h. */1.4089 +#include <stdlib.h>1.4090 +#include <stdarg.h>1.4091 +#include <string.h>1.4092 +#include <float.h>1.4093 +1.4094 +int1.4095 +main ()1.4096 +{1.4097 +1.4098 + ;1.4099 + return 0;1.4100 +}1.4101 +_ACEOF1.4102 +rm -f conftest.$ac_objext1.4103 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.4104 + (eval $ac_compile) 2>conftest.er11.4105 + ac_status=$?1.4106 + grep -v '^ *+' conftest.er1 >conftest.err1.4107 + rm -f conftest.er11.4108 + cat conftest.err >&51.4109 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4110 + (exit $ac_status); } &&1.4111 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4112 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4113 + (eval $ac_try) 2>&51.4114 + ac_status=$?1.4115 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4116 + (exit $ac_status); }; } &&1.4117 + { ac_try='test -s conftest.$ac_objext'1.4118 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4119 + (eval $ac_try) 2>&51.4120 + ac_status=$?1.4121 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4122 + (exit $ac_status); }; }; then1.4123 + ac_cv_header_stdc=yes1.4124 +else1.4125 + echo "$as_me: failed program was:" >&51.4126 +sed 's/^/| /' conftest.$ac_ext >&51.4127 +1.4128 +ac_cv_header_stdc=no1.4129 +fi1.4130 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.4131 +1.4132 +if test $ac_cv_header_stdc = yes; then1.4133 + # SunOS 4.x string.h does not declare mem*, contrary to ANSI.1.4134 + cat >conftest.$ac_ext <<_ACEOF1.4135 +/* confdefs.h. */1.4136 +_ACEOF1.4137 +cat confdefs.h >>conftest.$ac_ext1.4138 +cat >>conftest.$ac_ext <<_ACEOF1.4139 +/* end confdefs.h. */1.4140 +#include <string.h>1.4141 +1.4142 +_ACEOF1.4143 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |1.4144 + $EGREP "memchr" >/dev/null 2>&1; then1.4145 + :1.4146 +else1.4147 + ac_cv_header_stdc=no1.4148 +fi1.4149 +rm -f conftest*1.4150 +1.4151 +fi1.4152 +1.4153 +if test $ac_cv_header_stdc = yes; then1.4154 + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.1.4155 + cat >conftest.$ac_ext <<_ACEOF1.4156 +/* confdefs.h. */1.4157 +_ACEOF1.4158 +cat confdefs.h >>conftest.$ac_ext1.4159 +cat >>conftest.$ac_ext <<_ACEOF1.4160 +/* end confdefs.h. */1.4161 +#include <stdlib.h>1.4162 +1.4163 +_ACEOF1.4164 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |1.4165 + $EGREP "free" >/dev/null 2>&1; then1.4166 + :1.4167 +else1.4168 + ac_cv_header_stdc=no1.4169 +fi1.4170 +rm -f conftest*1.4171 +1.4172 +fi1.4173 +1.4174 +if test $ac_cv_header_stdc = yes; then1.4175 + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.1.4176 + if test "$cross_compiling" = yes; then1.4177 + :1.4178 +else1.4179 + cat >conftest.$ac_ext <<_ACEOF1.4180 +/* confdefs.h. */1.4181 +_ACEOF1.4182 +cat confdefs.h >>conftest.$ac_ext1.4183 +cat >>conftest.$ac_ext <<_ACEOF1.4184 +/* end confdefs.h. */1.4185 +#include <ctype.h>1.4186 +#if ((' ' & 0x0FF) == 0x020)1.4187 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')1.4188 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))1.4189 +#else1.4190 +# define ISLOWER(c) \1.4191 + (('a' <= (c) && (c) <= 'i') \1.4192 + || ('j' <= (c) && (c) <= 'r') \1.4193 + || ('s' <= (c) && (c) <= 'z'))1.4194 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))1.4195 +#endif1.4196 +1.4197 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))1.4198 +int1.4199 +main ()1.4200 +{1.4201 + int i;1.4202 + for (i = 0; i < 256; i++)1.4203 + if (XOR (islower (i), ISLOWER (i))1.4204 + || toupper (i) != TOUPPER (i))1.4205 + exit(2);1.4206 + exit (0);1.4207 +}1.4208 +_ACEOF1.4209 +rm -f conftest$ac_exeext1.4210 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.4211 + (eval $ac_link) 2>&51.4212 + ac_status=$?1.4213 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4214 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext'1.4215 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4216 + (eval $ac_try) 2>&51.4217 + ac_status=$?1.4218 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4219 + (exit $ac_status); }; }; then1.4220 + :1.4221 +else1.4222 + echo "$as_me: program exited with status $ac_status" >&51.4223 +echo "$as_me: failed program was:" >&51.4224 +sed 's/^/| /' conftest.$ac_ext >&51.4225 +1.4226 +( exit $ac_status )1.4227 +ac_cv_header_stdc=no1.4228 +fi1.4229 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext1.4230 +fi1.4231 +fi1.4232 +fi1.4233 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&51.4234 +echo "${ECHO_T}$ac_cv_header_stdc" >&61.4235 +if test $ac_cv_header_stdc = yes; then1.4236 +1.4237 +cat >>confdefs.h <<\_ACEOF1.4238 +#define STDC_HEADERS 11.4239 +_ACEOF1.4240 +1.4241 +fi1.4242 +1.4243 +1.4244 +pkg_modules="libgnomeui-2.0"1.4245 +1.4246 + succeeded=no1.4247 +1.4248 + if test -z "$PKG_CONFIG"; then1.4249 + # Extract the first word of "pkg-config", so it can be a program name with args.1.4250 +set dummy pkg-config; ac_word=$21.4251 +echo "$as_me:$LINENO: checking for $ac_word" >&51.4252 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.4253 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then1.4254 + echo $ECHO_N "(cached) $ECHO_C" >&61.4255 +else1.4256 + case $PKG_CONFIG in1.4257 + [\\/]* | ?:[\\/]*)1.4258 + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.1.4259 + ;;1.4260 + *)1.4261 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.4262 +for as_dir in $PATH1.4263 +do1.4264 + IFS=$as_save_IFS1.4265 + test -z "$as_dir" && as_dir=.1.4266 + for ac_exec_ext in '' $ac_executable_extensions; do1.4267 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.4268 + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"1.4269 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.4270 + break 21.4271 + fi1.4272 +done1.4273 +done1.4274 +1.4275 + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"1.4276 + ;;1.4277 +esac1.4278 +fi1.4279 +PKG_CONFIG=$ac_cv_path_PKG_CONFIG1.4280 +1.4281 +if test -n "$PKG_CONFIG"; then1.4282 + echo "$as_me:$LINENO: result: $PKG_CONFIG" >&51.4283 +echo "${ECHO_T}$PKG_CONFIG" >&61.4284 +else1.4285 + echo "$as_me:$LINENO: result: no" >&51.4286 +echo "${ECHO_T}no" >&61.4287 +fi1.4288 +1.4289 + fi1.4290 +1.4291 + if test "$PKG_CONFIG" = "no" ; then1.4292 + echo "*** The pkg-config script could not be found. Make sure it is"1.4293 + echo "*** in your path, or set the PKG_CONFIG environment variable"1.4294 + echo "*** to the full path to pkg-config."1.4295 + echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."1.4296 + else1.4297 + PKG_CONFIG_MIN_VERSION=0.9.01.4298 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then1.4299 + echo "$as_me:$LINENO: checking for $pkg_modules" >&51.4300 +echo $ECHO_N "checking for $pkg_modules... $ECHO_C" >&61.4301 +1.4302 + if $PKG_CONFIG --exists "$pkg_modules" ; then1.4303 + echo "$as_me:$LINENO: result: yes" >&51.4304 +echo "${ECHO_T}yes" >&61.4305 + succeeded=yes1.4306 +1.4307 + echo "$as_me:$LINENO: checking PACKAGE_CFLAGS" >&51.4308 +echo $ECHO_N "checking PACKAGE_CFLAGS... $ECHO_C" >&61.4309 + PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules"`1.4310 + echo "$as_me:$LINENO: result: $PACKAGE_CFLAGS" >&51.4311 +echo "${ECHO_T}$PACKAGE_CFLAGS" >&61.4312 +1.4313 + echo "$as_me:$LINENO: checking PACKAGE_LIBS" >&51.4314 +echo $ECHO_N "checking PACKAGE_LIBS... $ECHO_C" >&61.4315 + PACKAGE_LIBS=`$PKG_CONFIG --libs "$pkg_modules"`1.4316 + echo "$as_me:$LINENO: result: $PACKAGE_LIBS" >&51.4317 +echo "${ECHO_T}$PACKAGE_LIBS" >&61.4318 + else1.4319 + PACKAGE_CFLAGS=""1.4320 + PACKAGE_LIBS=""1.4321 + ## If we have a custom action on failure, don't print errors, but1.4322 + ## do set a variable so people can do so.1.4323 + PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$pkg_modules"`1.4324 + echo $PACKAGE_PKG_ERRORS1.4325 + fi1.4326 +1.4327 +1.4328 +1.4329 + else1.4330 + echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."1.4331 + echo "*** See http://www.freedesktop.org/software/pkgconfig"1.4332 + fi1.4333 + fi1.4334 +1.4335 + if test $succeeded = yes; then1.4336 + :1.4337 + else1.4338 + { { echo "$as_me:$LINENO: error: Library requirements ($pkg_modules) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&51.4339 +echo "$as_me: error: Library requirements ($pkg_modules) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}1.4340 + { (exit 1); exit 1; }; }1.4341 + fi1.4342 +1.4343 +1.4344 +1.4345 +1.4346 +GETTEXT_PACKAGE=dream1.4347 +1.4348 +cat >>confdefs.h <<_ACEOF1.4349 +#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"1.4350 +_ACEOF1.4351 +1.4352 +1.4353 +ALL_LINGUAS=""1.4354 +# On IRIX 5.3, sys/types and inttypes.h are conflicting.1.4355 +1.4356 +1.4357 +1.4358 +1.4359 +1.4360 +1.4361 +1.4362 +1.4363 +1.4364 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \1.4365 + inttypes.h stdint.h unistd.h1.4366 +do1.4367 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`1.4368 +echo "$as_me:$LINENO: checking for $ac_header" >&51.4369 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&61.4370 +if eval "test \"\${$as_ac_Header+set}\" = set"; then1.4371 + echo $ECHO_N "(cached) $ECHO_C" >&61.4372 +else1.4373 + cat >conftest.$ac_ext <<_ACEOF1.4374 +/* confdefs.h. */1.4375 +_ACEOF1.4376 +cat confdefs.h >>conftest.$ac_ext1.4377 +cat >>conftest.$ac_ext <<_ACEOF1.4378 +/* end confdefs.h. */1.4379 +$ac_includes_default1.4380 +1.4381 +#include <$ac_header>1.4382 +_ACEOF1.4383 +rm -f conftest.$ac_objext1.4384 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.4385 + (eval $ac_compile) 2>conftest.er11.4386 + ac_status=$?1.4387 + grep -v '^ *+' conftest.er1 >conftest.err1.4388 + rm -f conftest.er11.4389 + cat conftest.err >&51.4390 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4391 + (exit $ac_status); } &&1.4392 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4393 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4394 + (eval $ac_try) 2>&51.4395 + ac_status=$?1.4396 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4397 + (exit $ac_status); }; } &&1.4398 + { ac_try='test -s conftest.$ac_objext'1.4399 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4400 + (eval $ac_try) 2>&51.4401 + ac_status=$?1.4402 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4403 + (exit $ac_status); }; }; then1.4404 + eval "$as_ac_Header=yes"1.4405 +else1.4406 + echo "$as_me: failed program was:" >&51.4407 +sed 's/^/| /' conftest.$ac_ext >&51.4408 +1.4409 +eval "$as_ac_Header=no"1.4410 +fi1.4411 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.4412 +fi1.4413 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&51.4414 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&61.4415 +if test `eval echo '${'$as_ac_Header'}'` = yes; then1.4416 + cat >>confdefs.h <<_ACEOF1.4417 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 11.4418 +_ACEOF1.4419 +1.4420 +fi1.4421 +1.4422 +done1.4423 +1.4424 +1.4425 +1.4426 +1.4427 +for ac_header in locale.h1.4428 +do1.4429 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`1.4430 +if eval "test \"\${$as_ac_Header+set}\" = set"; then1.4431 + echo "$as_me:$LINENO: checking for $ac_header" >&51.4432 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&61.4433 +if eval "test \"\${$as_ac_Header+set}\" = set"; then1.4434 + echo $ECHO_N "(cached) $ECHO_C" >&61.4435 +fi1.4436 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&51.4437 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&61.4438 +else1.4439 + # Is the header compilable?1.4440 +echo "$as_me:$LINENO: checking $ac_header usability" >&51.4441 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&61.4442 +cat >conftest.$ac_ext <<_ACEOF1.4443 +/* confdefs.h. */1.4444 +_ACEOF1.4445 +cat confdefs.h >>conftest.$ac_ext1.4446 +cat >>conftest.$ac_ext <<_ACEOF1.4447 +/* end confdefs.h. */1.4448 +$ac_includes_default1.4449 +#include <$ac_header>1.4450 +_ACEOF1.4451 +rm -f conftest.$ac_objext1.4452 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.4453 + (eval $ac_compile) 2>conftest.er11.4454 + ac_status=$?1.4455 + grep -v '^ *+' conftest.er1 >conftest.err1.4456 + rm -f conftest.er11.4457 + cat conftest.err >&51.4458 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4459 + (exit $ac_status); } &&1.4460 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4461 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4462 + (eval $ac_try) 2>&51.4463 + ac_status=$?1.4464 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4465 + (exit $ac_status); }; } &&1.4466 + { ac_try='test -s conftest.$ac_objext'1.4467 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4468 + (eval $ac_try) 2>&51.4469 + ac_status=$?1.4470 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4471 + (exit $ac_status); }; }; then1.4472 + ac_header_compiler=yes1.4473 +else1.4474 + echo "$as_me: failed program was:" >&51.4475 +sed 's/^/| /' conftest.$ac_ext >&51.4476 +1.4477 +ac_header_compiler=no1.4478 +fi1.4479 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.4480 +echo "$as_me:$LINENO: result: $ac_header_compiler" >&51.4481 +echo "${ECHO_T}$ac_header_compiler" >&61.4482 +1.4483 +# Is the header present?1.4484 +echo "$as_me:$LINENO: checking $ac_header presence" >&51.4485 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&61.4486 +cat >conftest.$ac_ext <<_ACEOF1.4487 +/* confdefs.h. */1.4488 +_ACEOF1.4489 +cat confdefs.h >>conftest.$ac_ext1.4490 +cat >>conftest.$ac_ext <<_ACEOF1.4491 +/* end confdefs.h. */1.4492 +#include <$ac_header>1.4493 +_ACEOF1.4494 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.4495 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.4496 + ac_status=$?1.4497 + grep -v '^ *+' conftest.er1 >conftest.err1.4498 + rm -f conftest.er11.4499 + cat conftest.err >&51.4500 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4501 + (exit $ac_status); } >/dev/null; then1.4502 + if test -s conftest.err; then1.4503 + ac_cpp_err=$ac_c_preproc_warn_flag1.4504 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.4505 + else1.4506 + ac_cpp_err=1.4507 + fi1.4508 +else1.4509 + ac_cpp_err=yes1.4510 +fi1.4511 +if test -z "$ac_cpp_err"; then1.4512 + ac_header_preproc=yes1.4513 +else1.4514 + echo "$as_me: failed program was:" >&51.4515 +sed 's/^/| /' conftest.$ac_ext >&51.4516 +1.4517 + ac_header_preproc=no1.4518 +fi1.4519 +rm -f conftest.err conftest.$ac_ext1.4520 +echo "$as_me:$LINENO: result: $ac_header_preproc" >&51.4521 +echo "${ECHO_T}$ac_header_preproc" >&61.4522 +1.4523 +# So? What about this header?1.4524 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in1.4525 + yes:no: )1.4526 + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&51.4527 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}1.4528 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&51.4529 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}1.4530 + ac_header_preproc=yes1.4531 + ;;1.4532 + no:yes:* )1.4533 + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&51.4534 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}1.4535 + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&51.4536 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}1.4537 + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&51.4538 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}1.4539 + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&51.4540 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}1.4541 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&51.4542 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}1.4543 + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&51.4544 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}1.4545 + (1.4546 + cat <<\_ASBOX1.4547 +## ------------------------------------------ ##1.4548 +## Report this to the AC_PACKAGE_NAME lists. ##1.4549 +## ------------------------------------------ ##1.4550 +_ASBOX1.4551 + ) |1.4552 + sed "s/^/$as_me: WARNING: /" >&21.4553 + ;;1.4554 +esac1.4555 +echo "$as_me:$LINENO: checking for $ac_header" >&51.4556 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&61.4557 +if eval "test \"\${$as_ac_Header+set}\" = set"; then1.4558 + echo $ECHO_N "(cached) $ECHO_C" >&61.4559 +else1.4560 + eval "$as_ac_Header=\$ac_header_preproc"1.4561 +fi1.4562 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&51.4563 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&61.4564 +1.4565 +fi1.4566 +if test `eval echo '${'$as_ac_Header'}'` = yes; then1.4567 + cat >>confdefs.h <<_ACEOF1.4568 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 11.4569 +_ACEOF1.4570 +1.4571 +fi1.4572 +1.4573 +done1.4574 +1.4575 + if test $ac_cv_header_locale_h = yes; then1.4576 + echo "$as_me:$LINENO: checking for LC_MESSAGES" >&51.4577 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&61.4578 +if test "${am_cv_val_LC_MESSAGES+set}" = set; then1.4579 + echo $ECHO_N "(cached) $ECHO_C" >&61.4580 +else1.4581 + cat >conftest.$ac_ext <<_ACEOF1.4582 +/* confdefs.h. */1.4583 +_ACEOF1.4584 +cat confdefs.h >>conftest.$ac_ext1.4585 +cat >>conftest.$ac_ext <<_ACEOF1.4586 +/* end confdefs.h. */1.4587 +#include <locale.h>1.4588 +int1.4589 +main ()1.4590 +{1.4591 +return LC_MESSAGES1.4592 + ;1.4593 + return 0;1.4594 +}1.4595 +_ACEOF1.4596 +rm -f conftest.$ac_objext conftest$ac_exeext1.4597 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.4598 + (eval $ac_link) 2>conftest.er11.4599 + ac_status=$?1.4600 + grep -v '^ *+' conftest.er1 >conftest.err1.4601 + rm -f conftest.er11.4602 + cat conftest.err >&51.4603 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4604 + (exit $ac_status); } &&1.4605 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4606 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4607 + (eval $ac_try) 2>&51.4608 + ac_status=$?1.4609 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4610 + (exit $ac_status); }; } &&1.4611 + { ac_try='test -s conftest$ac_exeext'1.4612 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4613 + (eval $ac_try) 2>&51.4614 + ac_status=$?1.4615 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4616 + (exit $ac_status); }; }; then1.4617 + am_cv_val_LC_MESSAGES=yes1.4618 +else1.4619 + echo "$as_me: failed program was:" >&51.4620 +sed 's/^/| /' conftest.$ac_ext >&51.4621 +1.4622 +am_cv_val_LC_MESSAGES=no1.4623 +fi1.4624 +rm -f conftest.err conftest.$ac_objext \1.4625 + conftest$ac_exeext conftest.$ac_ext1.4626 +fi1.4627 +echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&51.4628 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&61.4629 + if test $am_cv_val_LC_MESSAGES = yes; then1.4630 +1.4631 +cat >>confdefs.h <<\_ACEOF1.4632 +#define HAVE_LC_MESSAGES 11.4633 +_ACEOF1.4634 +1.4635 + fi1.4636 + fi1.4637 + USE_NLS=yes1.4638 +1.4639 +1.4640 + gt_cv_have_gettext=no1.4641 +1.4642 + CATOBJEXT=NONE1.4643 + XGETTEXT=:1.4644 + INTLLIBS=1.4645 +1.4646 + if test "${ac_cv_header_libintl_h+set}" = set; then1.4647 + echo "$as_me:$LINENO: checking for libintl.h" >&51.4648 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&61.4649 +if test "${ac_cv_header_libintl_h+set}" = set; then1.4650 + echo $ECHO_N "(cached) $ECHO_C" >&61.4651 +fi1.4652 +echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&51.4653 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&61.4654 +else1.4655 + # Is the header compilable?1.4656 +echo "$as_me:$LINENO: checking libintl.h usability" >&51.4657 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&61.4658 +cat >conftest.$ac_ext <<_ACEOF1.4659 +/* confdefs.h. */1.4660 +_ACEOF1.4661 +cat confdefs.h >>conftest.$ac_ext1.4662 +cat >>conftest.$ac_ext <<_ACEOF1.4663 +/* end confdefs.h. */1.4664 +$ac_includes_default1.4665 +#include <libintl.h>1.4666 +_ACEOF1.4667 +rm -f conftest.$ac_objext1.4668 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&51.4669 + (eval $ac_compile) 2>conftest.er11.4670 + ac_status=$?1.4671 + grep -v '^ *+' conftest.er1 >conftest.err1.4672 + rm -f conftest.er11.4673 + cat conftest.err >&51.4674 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4675 + (exit $ac_status); } &&1.4676 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4677 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4678 + (eval $ac_try) 2>&51.4679 + ac_status=$?1.4680 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4681 + (exit $ac_status); }; } &&1.4682 + { ac_try='test -s conftest.$ac_objext'1.4683 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4684 + (eval $ac_try) 2>&51.4685 + ac_status=$?1.4686 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4687 + (exit $ac_status); }; }; then1.4688 + ac_header_compiler=yes1.4689 +else1.4690 + echo "$as_me: failed program was:" >&51.4691 +sed 's/^/| /' conftest.$ac_ext >&51.4692 +1.4693 +ac_header_compiler=no1.4694 +fi1.4695 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext1.4696 +echo "$as_me:$LINENO: result: $ac_header_compiler" >&51.4697 +echo "${ECHO_T}$ac_header_compiler" >&61.4698 +1.4699 +# Is the header present?1.4700 +echo "$as_me:$LINENO: checking libintl.h presence" >&51.4701 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&61.4702 +cat >conftest.$ac_ext <<_ACEOF1.4703 +/* confdefs.h. */1.4704 +_ACEOF1.4705 +cat confdefs.h >>conftest.$ac_ext1.4706 +cat >>conftest.$ac_ext <<_ACEOF1.4707 +/* end confdefs.h. */1.4708 +#include <libintl.h>1.4709 +_ACEOF1.4710 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&51.4711 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er11.4712 + ac_status=$?1.4713 + grep -v '^ *+' conftest.er1 >conftest.err1.4714 + rm -f conftest.er11.4715 + cat conftest.err >&51.4716 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4717 + (exit $ac_status); } >/dev/null; then1.4718 + if test -s conftest.err; then1.4719 + ac_cpp_err=$ac_c_preproc_warn_flag1.4720 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag1.4721 + else1.4722 + ac_cpp_err=1.4723 + fi1.4724 +else1.4725 + ac_cpp_err=yes1.4726 +fi1.4727 +if test -z "$ac_cpp_err"; then1.4728 + ac_header_preproc=yes1.4729 +else1.4730 + echo "$as_me: failed program was:" >&51.4731 +sed 's/^/| /' conftest.$ac_ext >&51.4732 +1.4733 + ac_header_preproc=no1.4734 +fi1.4735 +rm -f conftest.err conftest.$ac_ext1.4736 +echo "$as_me:$LINENO: result: $ac_header_preproc" >&51.4737 +echo "${ECHO_T}$ac_header_preproc" >&61.4738 +1.4739 +# So? What about this header?1.4740 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in1.4741 + yes:no: )1.4742 + { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&51.4743 +echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}1.4744 + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&51.4745 +echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}1.4746 + ac_header_preproc=yes1.4747 + ;;1.4748 + no:yes:* )1.4749 + { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&51.4750 +echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}1.4751 + { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&51.4752 +echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}1.4753 + { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&51.4754 +echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}1.4755 + { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&51.4756 +echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}1.4757 + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&51.4758 +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}1.4759 + { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&51.4760 +echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}1.4761 + (1.4762 + cat <<\_ASBOX1.4763 +## ------------------------------------------ ##1.4764 +## Report this to the AC_PACKAGE_NAME lists. ##1.4765 +## ------------------------------------------ ##1.4766 +_ASBOX1.4767 + ) |1.4768 + sed "s/^/$as_me: WARNING: /" >&21.4769 + ;;1.4770 +esac1.4771 +echo "$as_me:$LINENO: checking for libintl.h" >&51.4772 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&61.4773 +if test "${ac_cv_header_libintl_h+set}" = set; then1.4774 + echo $ECHO_N "(cached) $ECHO_C" >&61.4775 +else1.4776 + ac_cv_header_libintl_h=$ac_header_preproc1.4777 +fi1.4778 +echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&51.4779 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&61.4780 +1.4781 +fi1.4782 +if test $ac_cv_header_libintl_h = yes; then1.4783 + gt_cv_func_dgettext_libintl="no"1.4784 + libintl_extra_libs=""1.4785 +1.4786 + #1.4787 + # First check in libc1.4788 + #1.4789 + echo "$as_me:$LINENO: checking for dgettext in libc" >&51.4790 +echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&61.4791 +if test "${gt_cv_func_dgettext_libc+set}" = set; then1.4792 + echo $ECHO_N "(cached) $ECHO_C" >&61.4793 +else1.4794 + cat >conftest.$ac_ext <<_ACEOF1.4795 +/* confdefs.h. */1.4796 +_ACEOF1.4797 +cat confdefs.h >>conftest.$ac_ext1.4798 +cat >>conftest.$ac_ext <<_ACEOF1.4799 +/* end confdefs.h. */1.4800 +1.4801 +#include <libintl.h>1.4802 +1.4803 +int1.4804 +main ()1.4805 +{1.4806 +return (int) dgettext ("","")1.4807 + ;1.4808 + return 0;1.4809 +}1.4810 +_ACEOF1.4811 +rm -f conftest.$ac_objext conftest$ac_exeext1.4812 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.4813 + (eval $ac_link) 2>conftest.er11.4814 + ac_status=$?1.4815 + grep -v '^ *+' conftest.er1 >conftest.err1.4816 + rm -f conftest.er11.4817 + cat conftest.err >&51.4818 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4819 + (exit $ac_status); } &&1.4820 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4821 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4822 + (eval $ac_try) 2>&51.4823 + ac_status=$?1.4824 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4825 + (exit $ac_status); }; } &&1.4826 + { ac_try='test -s conftest$ac_exeext'1.4827 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4828 + (eval $ac_try) 2>&51.4829 + ac_status=$?1.4830 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4831 + (exit $ac_status); }; }; then1.4832 + gt_cv_func_dgettext_libc=yes1.4833 +else1.4834 + echo "$as_me: failed program was:" >&51.4835 +sed 's/^/| /' conftest.$ac_ext >&51.4836 +1.4837 +gt_cv_func_dgettext_libc=no1.4838 +fi1.4839 +rm -f conftest.err conftest.$ac_objext \1.4840 + conftest$ac_exeext conftest.$ac_ext1.4841 +1.4842 +fi1.4843 +echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&51.4844 +echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&61.4845 +1.4846 + if test "$gt_cv_func_dgettext_libc" = "yes" ; then1.4847 +1.4848 +for ac_func in bind_textdomain_codeset1.4849 +do1.4850 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`1.4851 +echo "$as_me:$LINENO: checking for $ac_func" >&51.4852 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&61.4853 +if eval "test \"\${$as_ac_var+set}\" = set"; then1.4854 + echo $ECHO_N "(cached) $ECHO_C" >&61.4855 +else1.4856 + cat >conftest.$ac_ext <<_ACEOF1.4857 +/* confdefs.h. */1.4858 +_ACEOF1.4859 +cat confdefs.h >>conftest.$ac_ext1.4860 +cat >>conftest.$ac_ext <<_ACEOF1.4861 +/* end confdefs.h. */1.4862 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.1.4863 + For example, HP-UX 11i <limits.h> declares gettimeofday. */1.4864 +#define $ac_func innocuous_$ac_func1.4865 +1.4866 +/* System header to define __stub macros and hopefully few prototypes,1.4867 + which can conflict with char $ac_func (); below.1.4868 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.4869 + <limits.h> exists even on freestanding compilers. */1.4870 +1.4871 +#ifdef __STDC__1.4872 +# include <limits.h>1.4873 +#else1.4874 +# include <assert.h>1.4875 +#endif1.4876 +1.4877 +#undef $ac_func1.4878 +1.4879 +/* Override any gcc2 internal prototype to avoid an error. */1.4880 +#ifdef __cplusplus1.4881 +extern "C"1.4882 +{1.4883 +#endif1.4884 +/* We use char because int might match the return type of a gcc21.4885 + builtin and then its argument prototype would still apply. */1.4886 +char $ac_func ();1.4887 +/* The GNU C library defines this for functions which it implements1.4888 + to always fail with ENOSYS. Some functions are actually named1.4889 + something starting with __ and the normal name is an alias. */1.4890 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)1.4891 +choke me1.4892 +#else1.4893 +char (*f) () = $ac_func;1.4894 +#endif1.4895 +#ifdef __cplusplus1.4896 +}1.4897 +#endif1.4898 +1.4899 +int1.4900 +main ()1.4901 +{1.4902 +return f != $ac_func;1.4903 + ;1.4904 + return 0;1.4905 +}1.4906 +_ACEOF1.4907 +rm -f conftest.$ac_objext conftest$ac_exeext1.4908 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.4909 + (eval $ac_link) 2>conftest.er11.4910 + ac_status=$?1.4911 + grep -v '^ *+' conftest.er1 >conftest.err1.4912 + rm -f conftest.er11.4913 + cat conftest.err >&51.4914 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4915 + (exit $ac_status); } &&1.4916 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4917 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4918 + (eval $ac_try) 2>&51.4919 + ac_status=$?1.4920 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4921 + (exit $ac_status); }; } &&1.4922 + { ac_try='test -s conftest$ac_exeext'1.4923 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4924 + (eval $ac_try) 2>&51.4925 + ac_status=$?1.4926 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4927 + (exit $ac_status); }; }; then1.4928 + eval "$as_ac_var=yes"1.4929 +else1.4930 + echo "$as_me: failed program was:" >&51.4931 +sed 's/^/| /' conftest.$ac_ext >&51.4932 +1.4933 +eval "$as_ac_var=no"1.4934 +fi1.4935 +rm -f conftest.err conftest.$ac_objext \1.4936 + conftest$ac_exeext conftest.$ac_ext1.4937 +fi1.4938 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&51.4939 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&61.4940 +if test `eval echo '${'$as_ac_var'}'` = yes; then1.4941 + cat >>confdefs.h <<_ACEOF1.4942 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 11.4943 +_ACEOF1.4944 +1.4945 +fi1.4946 +done1.4947 +1.4948 + fi1.4949 +1.4950 + #1.4951 + # If we don't have everything we want, check in libintl1.4952 + #1.4953 + if test "$gt_cv_func_dgettext_libc" != "yes" \1.4954 + || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then1.4955 +1.4956 + echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&51.4957 +echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&61.4958 +if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then1.4959 + echo $ECHO_N "(cached) $ECHO_C" >&61.4960 +else1.4961 + ac_check_lib_save_LIBS=$LIBS1.4962 +LIBS="-lintl $LIBS"1.4963 +cat >conftest.$ac_ext <<_ACEOF1.4964 +/* confdefs.h. */1.4965 +_ACEOF1.4966 +cat confdefs.h >>conftest.$ac_ext1.4967 +cat >>conftest.$ac_ext <<_ACEOF1.4968 +/* end confdefs.h. */1.4969 +1.4970 +/* Override any gcc2 internal prototype to avoid an error. */1.4971 +#ifdef __cplusplus1.4972 +extern "C"1.4973 +#endif1.4974 +/* We use char because int might match the return type of a gcc21.4975 + builtin and then its argument prototype would still apply. */1.4976 +char bindtextdomain ();1.4977 +int1.4978 +main ()1.4979 +{1.4980 +bindtextdomain ();1.4981 + ;1.4982 + return 0;1.4983 +}1.4984 +_ACEOF1.4985 +rm -f conftest.$ac_objext conftest$ac_exeext1.4986 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.4987 + (eval $ac_link) 2>conftest.er11.4988 + ac_status=$?1.4989 + grep -v '^ *+' conftest.er1 >conftest.err1.4990 + rm -f conftest.er11.4991 + cat conftest.err >&51.4992 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4993 + (exit $ac_status); } &&1.4994 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.4995 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.4996 + (eval $ac_try) 2>&51.4997 + ac_status=$?1.4998 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.4999 + (exit $ac_status); }; } &&1.5000 + { ac_try='test -s conftest$ac_exeext'1.5001 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5002 + (eval $ac_try) 2>&51.5003 + ac_status=$?1.5004 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5005 + (exit $ac_status); }; }; then1.5006 + ac_cv_lib_intl_bindtextdomain=yes1.5007 +else1.5008 + echo "$as_me: failed program was:" >&51.5009 +sed 's/^/| /' conftest.$ac_ext >&51.5010 +1.5011 +ac_cv_lib_intl_bindtextdomain=no1.5012 +fi1.5013 +rm -f conftest.err conftest.$ac_objext \1.5014 + conftest$ac_exeext conftest.$ac_ext1.5015 +LIBS=$ac_check_lib_save_LIBS1.5016 +fi1.5017 +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&51.5018 +echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&61.5019 +if test $ac_cv_lib_intl_bindtextdomain = yes; then1.5020 + echo "$as_me:$LINENO: checking for dgettext in -lintl" >&51.5021 +echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&61.5022 +if test "${ac_cv_lib_intl_dgettext+set}" = set; then1.5023 + echo $ECHO_N "(cached) $ECHO_C" >&61.5024 +else1.5025 + ac_check_lib_save_LIBS=$LIBS1.5026 +LIBS="-lintl $LIBS"1.5027 +cat >conftest.$ac_ext <<_ACEOF1.5028 +/* confdefs.h. */1.5029 +_ACEOF1.5030 +cat confdefs.h >>conftest.$ac_ext1.5031 +cat >>conftest.$ac_ext <<_ACEOF1.5032 +/* end confdefs.h. */1.5033 +1.5034 +/* Override any gcc2 internal prototype to avoid an error. */1.5035 +#ifdef __cplusplus1.5036 +extern "C"1.5037 +#endif1.5038 +/* We use char because int might match the return type of a gcc21.5039 + builtin and then its argument prototype would still apply. */1.5040 +char dgettext ();1.5041 +int1.5042 +main ()1.5043 +{1.5044 +dgettext ();1.5045 + ;1.5046 + return 0;1.5047 +}1.5048 +_ACEOF1.5049 +rm -f conftest.$ac_objext conftest$ac_exeext1.5050 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5051 + (eval $ac_link) 2>conftest.er11.5052 + ac_status=$?1.5053 + grep -v '^ *+' conftest.er1 >conftest.err1.5054 + rm -f conftest.er11.5055 + cat conftest.err >&51.5056 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5057 + (exit $ac_status); } &&1.5058 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5059 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5060 + (eval $ac_try) 2>&51.5061 + ac_status=$?1.5062 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5063 + (exit $ac_status); }; } &&1.5064 + { ac_try='test -s conftest$ac_exeext'1.5065 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5066 + (eval $ac_try) 2>&51.5067 + ac_status=$?1.5068 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5069 + (exit $ac_status); }; }; then1.5070 + ac_cv_lib_intl_dgettext=yes1.5071 +else1.5072 + echo "$as_me: failed program was:" >&51.5073 +sed 's/^/| /' conftest.$ac_ext >&51.5074 +1.5075 +ac_cv_lib_intl_dgettext=no1.5076 +fi1.5077 +rm -f conftest.err conftest.$ac_objext \1.5078 + conftest$ac_exeext conftest.$ac_ext1.5079 +LIBS=$ac_check_lib_save_LIBS1.5080 +fi1.5081 +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&51.5082 +echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&61.5083 +if test $ac_cv_lib_intl_dgettext = yes; then1.5084 + gt_cv_func_dgettext_libintl=yes1.5085 +fi1.5086 +1.5087 +fi1.5088 +1.5089 +1.5090 + if test "$gt_cv_func_dgettext_libintl" != "yes" ; then1.5091 + echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&51.5092 +echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&61.5093 + echo "$as_me:$LINENO: result: " >&51.5094 +echo "${ECHO_T}" >&61.5095 + echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&51.5096 +echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&61.5097 +if test "${ac_cv_lib_intl_dcgettext+set}" = set; then1.5098 + echo $ECHO_N "(cached) $ECHO_C" >&61.5099 +else1.5100 + ac_check_lib_save_LIBS=$LIBS1.5101 +LIBS="-lintl -liconv $LIBS"1.5102 +cat >conftest.$ac_ext <<_ACEOF1.5103 +/* confdefs.h. */1.5104 +_ACEOF1.5105 +cat confdefs.h >>conftest.$ac_ext1.5106 +cat >>conftest.$ac_ext <<_ACEOF1.5107 +/* end confdefs.h. */1.5108 +1.5109 +/* Override any gcc2 internal prototype to avoid an error. */1.5110 +#ifdef __cplusplus1.5111 +extern "C"1.5112 +#endif1.5113 +/* We use char because int might match the return type of a gcc21.5114 + builtin and then its argument prototype would still apply. */1.5115 +char dcgettext ();1.5116 +int1.5117 +main ()1.5118 +{1.5119 +dcgettext ();1.5120 + ;1.5121 + return 0;1.5122 +}1.5123 +_ACEOF1.5124 +rm -f conftest.$ac_objext conftest$ac_exeext1.5125 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5126 + (eval $ac_link) 2>conftest.er11.5127 + ac_status=$?1.5128 + grep -v '^ *+' conftest.er1 >conftest.err1.5129 + rm -f conftest.er11.5130 + cat conftest.err >&51.5131 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5132 + (exit $ac_status); } &&1.5133 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5134 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5135 + (eval $ac_try) 2>&51.5136 + ac_status=$?1.5137 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5138 + (exit $ac_status); }; } &&1.5139 + { ac_try='test -s conftest$ac_exeext'1.5140 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5141 + (eval $ac_try) 2>&51.5142 + ac_status=$?1.5143 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5144 + (exit $ac_status); }; }; then1.5145 + ac_cv_lib_intl_dcgettext=yes1.5146 +else1.5147 + echo "$as_me: failed program was:" >&51.5148 +sed 's/^/| /' conftest.$ac_ext >&51.5149 +1.5150 +ac_cv_lib_intl_dcgettext=no1.5151 +fi1.5152 +rm -f conftest.err conftest.$ac_objext \1.5153 + conftest$ac_exeext conftest.$ac_ext1.5154 +LIBS=$ac_check_lib_save_LIBS1.5155 +fi1.5156 +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&51.5157 +echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&61.5158 +if test $ac_cv_lib_intl_dcgettext = yes; then1.5159 + gt_cv_func_dgettext_libintl=yes1.5160 + libintl_extra_libs=-liconv1.5161 +else1.5162 + :1.5163 +fi1.5164 +1.5165 + fi1.5166 +1.5167 + #1.5168 + # If we found libintl, then check in it for bind_textdomain_codeset();1.5169 + # we'll prefer libc if neither have bind_textdomain_codeset(),1.5170 + # and both have dgettext1.5171 + #1.5172 + if test "$gt_cv_func_dgettext_libintl" = "yes" ; then1.5173 + glib_save_LIBS="$LIBS"1.5174 + LIBS="$LIBS -lintl $libintl_extra_libs"1.5175 + unset ac_cv_func_bind_textdomain_codeset1.5176 +1.5177 +for ac_func in bind_textdomain_codeset1.5178 +do1.5179 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`1.5180 +echo "$as_me:$LINENO: checking for $ac_func" >&51.5181 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&61.5182 +if eval "test \"\${$as_ac_var+set}\" = set"; then1.5183 + echo $ECHO_N "(cached) $ECHO_C" >&61.5184 +else1.5185 + cat >conftest.$ac_ext <<_ACEOF1.5186 +/* confdefs.h. */1.5187 +_ACEOF1.5188 +cat confdefs.h >>conftest.$ac_ext1.5189 +cat >>conftest.$ac_ext <<_ACEOF1.5190 +/* end confdefs.h. */1.5191 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.1.5192 + For example, HP-UX 11i <limits.h> declares gettimeofday. */1.5193 +#define $ac_func innocuous_$ac_func1.5194 +1.5195 +/* System header to define __stub macros and hopefully few prototypes,1.5196 + which can conflict with char $ac_func (); below.1.5197 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.5198 + <limits.h> exists even on freestanding compilers. */1.5199 +1.5200 +#ifdef __STDC__1.5201 +# include <limits.h>1.5202 +#else1.5203 +# include <assert.h>1.5204 +#endif1.5205 +1.5206 +#undef $ac_func1.5207 +1.5208 +/* Override any gcc2 internal prototype to avoid an error. */1.5209 +#ifdef __cplusplus1.5210 +extern "C"1.5211 +{1.5212 +#endif1.5213 +/* We use char because int might match the return type of a gcc21.5214 + builtin and then its argument prototype would still apply. */1.5215 +char $ac_func ();1.5216 +/* The GNU C library defines this for functions which it implements1.5217 + to always fail with ENOSYS. Some functions are actually named1.5218 + something starting with __ and the normal name is an alias. */1.5219 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)1.5220 +choke me1.5221 +#else1.5222 +char (*f) () = $ac_func;1.5223 +#endif1.5224 +#ifdef __cplusplus1.5225 +}1.5226 +#endif1.5227 +1.5228 +int1.5229 +main ()1.5230 +{1.5231 +return f != $ac_func;1.5232 + ;1.5233 + return 0;1.5234 +}1.5235 +_ACEOF1.5236 +rm -f conftest.$ac_objext conftest$ac_exeext1.5237 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5238 + (eval $ac_link) 2>conftest.er11.5239 + ac_status=$?1.5240 + grep -v '^ *+' conftest.er1 >conftest.err1.5241 + rm -f conftest.er11.5242 + cat conftest.err >&51.5243 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5244 + (exit $ac_status); } &&1.5245 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5246 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5247 + (eval $ac_try) 2>&51.5248 + ac_status=$?1.5249 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5250 + (exit $ac_status); }; } &&1.5251 + { ac_try='test -s conftest$ac_exeext'1.5252 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5253 + (eval $ac_try) 2>&51.5254 + ac_status=$?1.5255 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5256 + (exit $ac_status); }; }; then1.5257 + eval "$as_ac_var=yes"1.5258 +else1.5259 + echo "$as_me: failed program was:" >&51.5260 +sed 's/^/| /' conftest.$ac_ext >&51.5261 +1.5262 +eval "$as_ac_var=no"1.5263 +fi1.5264 +rm -f conftest.err conftest.$ac_objext \1.5265 + conftest$ac_exeext conftest.$ac_ext1.5266 +fi1.5267 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&51.5268 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&61.5269 +if test `eval echo '${'$as_ac_var'}'` = yes; then1.5270 + cat >>confdefs.h <<_ACEOF1.5271 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 11.5272 +_ACEOF1.5273 +1.5274 +fi1.5275 +done1.5276 +1.5277 + LIBS="$glib_save_LIBS"1.5278 +1.5279 + if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then1.5280 + gt_cv_func_dgettext_libc=no1.5281 + else1.5282 + if test "$gt_cv_func_dgettext_libc" = "yes"; then1.5283 + gt_cv_func_dgettext_libintl=no1.5284 + fi1.5285 + fi1.5286 + fi1.5287 + fi1.5288 +1.5289 + if test "$gt_cv_func_dgettext_libc" = "yes" \1.5290 + || test "$gt_cv_func_dgettext_libintl" = "yes"; then1.5291 + gt_cv_have_gettext=yes1.5292 + fi1.5293 +1.5294 + if test "$gt_cv_func_dgettext_libintl" = "yes"; then1.5295 + INTLLIBS="-lintl $libintl_extra_libs"1.5296 + fi1.5297 +1.5298 + if test "$gt_cv_have_gettext" = "yes"; then1.5299 +1.5300 +cat >>confdefs.h <<\_ACEOF1.5301 +#define HAVE_GETTEXT 11.5302 +_ACEOF1.5303 +1.5304 + # Extract the first word of "msgfmt", so it can be a program name with args.1.5305 +set dummy msgfmt; ac_word=$21.5306 +echo "$as_me:$LINENO: checking for $ac_word" >&51.5307 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.5308 +if test "${ac_cv_path_MSGFMT+set}" = set; then1.5309 + echo $ECHO_N "(cached) $ECHO_C" >&61.5310 +else1.5311 + case "$MSGFMT" in1.5312 + /*)1.5313 + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.1.5314 + ;;1.5315 + *)1.5316 + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"1.5317 + for ac_dir in $PATH; do1.5318 + test -z "$ac_dir" && ac_dir=.1.5319 + if test -f $ac_dir/$ac_word; then1.5320 + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then1.5321 + ac_cv_path_MSGFMT="$ac_dir/$ac_word"1.5322 + break1.5323 + fi1.5324 + fi1.5325 + done1.5326 + IFS="$ac_save_ifs"1.5327 + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"1.5328 + ;;1.5329 +esac1.5330 +fi1.5331 +MSGFMT="$ac_cv_path_MSGFMT"1.5332 +if test "$MSGFMT" != "no"; then1.5333 + echo "$as_me:$LINENO: result: $MSGFMT" >&51.5334 +echo "${ECHO_T}$MSGFMT" >&61.5335 +else1.5336 + echo "$as_me:$LINENO: result: no" >&51.5337 +echo "${ECHO_T}no" >&61.5338 +fi1.5339 + if test "$MSGFMT" != "no"; then1.5340 + glib_save_LIBS="$LIBS"1.5341 + LIBS="$LIBS $INTLLIBS"1.5342 +1.5343 +for ac_func in dcgettext1.5344 +do1.5345 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`1.5346 +echo "$as_me:$LINENO: checking for $ac_func" >&51.5347 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&61.5348 +if eval "test \"\${$as_ac_var+set}\" = set"; then1.5349 + echo $ECHO_N "(cached) $ECHO_C" >&61.5350 +else1.5351 + cat >conftest.$ac_ext <<_ACEOF1.5352 +/* confdefs.h. */1.5353 +_ACEOF1.5354 +cat confdefs.h >>conftest.$ac_ext1.5355 +cat >>conftest.$ac_ext <<_ACEOF1.5356 +/* end confdefs.h. */1.5357 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.1.5358 + For example, HP-UX 11i <limits.h> declares gettimeofday. */1.5359 +#define $ac_func innocuous_$ac_func1.5360 +1.5361 +/* System header to define __stub macros and hopefully few prototypes,1.5362 + which can conflict with char $ac_func (); below.1.5363 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.5364 + <limits.h> exists even on freestanding compilers. */1.5365 +1.5366 +#ifdef __STDC__1.5367 +# include <limits.h>1.5368 +#else1.5369 +# include <assert.h>1.5370 +#endif1.5371 +1.5372 +#undef $ac_func1.5373 +1.5374 +/* Override any gcc2 internal prototype to avoid an error. */1.5375 +#ifdef __cplusplus1.5376 +extern "C"1.5377 +{1.5378 +#endif1.5379 +/* We use char because int might match the return type of a gcc21.5380 + builtin and then its argument prototype would still apply. */1.5381 +char $ac_func ();1.5382 +/* The GNU C library defines this for functions which it implements1.5383 + to always fail with ENOSYS. Some functions are actually named1.5384 + something starting with __ and the normal name is an alias. */1.5385 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func)1.5386 +choke me1.5387 +#else1.5388 +char (*f) () = $ac_func;1.5389 +#endif1.5390 +#ifdef __cplusplus1.5391 +}1.5392 +#endif1.5393 +1.5394 +int1.5395 +main ()1.5396 +{1.5397 +return f != $ac_func;1.5398 + ;1.5399 + return 0;1.5400 +}1.5401 +_ACEOF1.5402 +rm -f conftest.$ac_objext conftest$ac_exeext1.5403 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5404 + (eval $ac_link) 2>conftest.er11.5405 + ac_status=$?1.5406 + grep -v '^ *+' conftest.er1 >conftest.err1.5407 + rm -f conftest.er11.5408 + cat conftest.err >&51.5409 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5410 + (exit $ac_status); } &&1.5411 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5412 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5413 + (eval $ac_try) 2>&51.5414 + ac_status=$?1.5415 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5416 + (exit $ac_status); }; } &&1.5417 + { ac_try='test -s conftest$ac_exeext'1.5418 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5419 + (eval $ac_try) 2>&51.5420 + ac_status=$?1.5421 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5422 + (exit $ac_status); }; }; then1.5423 + eval "$as_ac_var=yes"1.5424 +else1.5425 + echo "$as_me: failed program was:" >&51.5426 +sed 's/^/| /' conftest.$ac_ext >&51.5427 +1.5428 +eval "$as_ac_var=no"1.5429 +fi1.5430 +rm -f conftest.err conftest.$ac_objext \1.5431 + conftest$ac_exeext conftest.$ac_ext1.5432 +fi1.5433 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&51.5434 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&61.5435 +if test `eval echo '${'$as_ac_var'}'` = yes; then1.5436 + cat >>confdefs.h <<_ACEOF1.5437 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 11.5438 +_ACEOF1.5439 +1.5440 +fi1.5441 +done1.5442 +1.5443 + # Extract the first word of "gmsgfmt", so it can be a program name with args.1.5444 +set dummy gmsgfmt; ac_word=$21.5445 +echo "$as_me:$LINENO: checking for $ac_word" >&51.5446 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.5447 +if test "${ac_cv_path_GMSGFMT+set}" = set; then1.5448 + echo $ECHO_N "(cached) $ECHO_C" >&61.5449 +else1.5450 + case $GMSGFMT in1.5451 + [\\/]* | ?:[\\/]*)1.5452 + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.1.5453 + ;;1.5454 + *)1.5455 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.5456 +for as_dir in $PATH1.5457 +do1.5458 + IFS=$as_save_IFS1.5459 + test -z "$as_dir" && as_dir=.1.5460 + for ac_exec_ext in '' $ac_executable_extensions; do1.5461 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then1.5462 + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"1.5463 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51.5464 + break 21.5465 + fi1.5466 +done1.5467 +done1.5468 +1.5469 + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"1.5470 + ;;1.5471 +esac1.5472 +fi1.5473 +GMSGFMT=$ac_cv_path_GMSGFMT1.5474 +1.5475 +if test -n "$GMSGFMT"; then1.5476 + echo "$as_me:$LINENO: result: $GMSGFMT" >&51.5477 +echo "${ECHO_T}$GMSGFMT" >&61.5478 +else1.5479 + echo "$as_me:$LINENO: result: no" >&51.5480 +echo "${ECHO_T}no" >&61.5481 +fi1.5482 +1.5483 + # Extract the first word of "xgettext", so it can be a program name with args.1.5484 +set dummy xgettext; ac_word=$21.5485 +echo "$as_me:$LINENO: checking for $ac_word" >&51.5486 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&61.5487 +if test "${ac_cv_path_XGETTEXT+set}" = set; then1.5488 + echo $ECHO_N "(cached) $ECHO_C" >&61.5489 +else1.5490 + case "$XGETTEXT" in1.5491 + /*)1.5492 + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.1.5493 + ;;1.5494 + *)1.5495 + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"1.5496 + for ac_dir in $PATH; do1.5497 + test -z "$ac_dir" && ac_dir=.1.5498 + if test -f $ac_dir/$ac_word; then1.5499 + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then1.5500 + ac_cv_path_XGETTEXT="$ac_dir/$ac_word"1.5501 + break1.5502 + fi1.5503 + fi1.5504 + done1.5505 + IFS="$ac_save_ifs"1.5506 + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"1.5507 + ;;1.5508 +esac1.5509 +fi1.5510 +XGETTEXT="$ac_cv_path_XGETTEXT"1.5511 +if test "$XGETTEXT" != ":"; then1.5512 + echo "$as_me:$LINENO: result: $XGETTEXT" >&51.5513 +echo "${ECHO_T}$XGETTEXT" >&61.5514 +else1.5515 + echo "$as_me:$LINENO: result: no" >&51.5516 +echo "${ECHO_T}no" >&61.5517 +fi1.5518 +1.5519 + cat >conftest.$ac_ext <<_ACEOF1.5520 +/* confdefs.h. */1.5521 +_ACEOF1.5522 +cat confdefs.h >>conftest.$ac_ext1.5523 +cat >>conftest.$ac_ext <<_ACEOF1.5524 +/* end confdefs.h. */1.5525 +1.5526 +int1.5527 +main ()1.5528 +{1.5529 +extern int _nl_msg_cat_cntr;1.5530 + return _nl_msg_cat_cntr1.5531 + ;1.5532 + return 0;1.5533 +}1.5534 +_ACEOF1.5535 +rm -f conftest.$ac_objext conftest$ac_exeext1.5536 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5537 + (eval $ac_link) 2>conftest.er11.5538 + ac_status=$?1.5539 + grep -v '^ *+' conftest.er1 >conftest.err1.5540 + rm -f conftest.er11.5541 + cat conftest.err >&51.5542 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5543 + (exit $ac_status); } &&1.5544 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5545 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5546 + (eval $ac_try) 2>&51.5547 + ac_status=$?1.5548 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5549 + (exit $ac_status); }; } &&1.5550 + { ac_try='test -s conftest$ac_exeext'1.5551 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5552 + (eval $ac_try) 2>&51.5553 + ac_status=$?1.5554 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5555 + (exit $ac_status); }; }; then1.5556 + CATOBJEXT=.gmo1.5557 + DATADIRNAME=share1.5558 +else1.5559 + echo "$as_me: failed program was:" >&51.5560 +sed 's/^/| /' conftest.$ac_ext >&51.5561 +1.5562 +case $host in1.5563 + *-*-solaris*)1.5564 + echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&51.5565 +echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&61.5566 +if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then1.5567 + echo $ECHO_N "(cached) $ECHO_C" >&61.5568 +else1.5569 + cat >conftest.$ac_ext <<_ACEOF1.5570 +/* confdefs.h. */1.5571 +_ACEOF1.5572 +cat confdefs.h >>conftest.$ac_ext1.5573 +cat >>conftest.$ac_ext <<_ACEOF1.5574 +/* end confdefs.h. */1.5575 +/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.1.5576 + For example, HP-UX 11i <limits.h> declares gettimeofday. */1.5577 +#define bind_textdomain_codeset innocuous_bind_textdomain_codeset1.5578 +1.5579 +/* System header to define __stub macros and hopefully few prototypes,1.5580 + which can conflict with char bind_textdomain_codeset (); below.1.5581 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1.5582 + <limits.h> exists even on freestanding compilers. */1.5583 +1.5584 +#ifdef __STDC__1.5585 +# include <limits.h>1.5586 +#else1.5587 +# include <assert.h>1.5588 +#endif1.5589 +1.5590 +#undef bind_textdomain_codeset1.5591 +1.5592 +/* Override any gcc2 internal prototype to avoid an error. */1.5593 +#ifdef __cplusplus1.5594 +extern "C"1.5595 +{1.5596 +#endif1.5597 +/* We use char because int might match the return type of a gcc21.5598 + builtin and then its argument prototype would still apply. */1.5599 +char bind_textdomain_codeset ();1.5600 +/* The GNU C library defines this for functions which it implements1.5601 + to always fail with ENOSYS. Some functions are actually named1.5602 + something starting with __ and the normal name is an alias. */1.5603 +#if defined (__stub_bind_textdomain_codeset) || defined (__stub___bind_textdomain_codeset)1.5604 +choke me1.5605 +#else1.5606 +char (*f) () = bind_textdomain_codeset;1.5607 +#endif1.5608 +#ifdef __cplusplus1.5609 +}1.5610 +#endif1.5611 +1.5612 +int1.5613 +main ()1.5614 +{1.5615 +return f != bind_textdomain_codeset;1.5616 + ;1.5617 + return 0;1.5618 +}1.5619 +_ACEOF1.5620 +rm -f conftest.$ac_objext conftest$ac_exeext1.5621 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&51.5622 + (eval $ac_link) 2>conftest.er11.5623 + ac_status=$?1.5624 + grep -v '^ *+' conftest.er1 >conftest.err1.5625 + rm -f conftest.er11.5626 + cat conftest.err >&51.5627 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5628 + (exit $ac_status); } &&1.5629 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'1.5630 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5631 + (eval $ac_try) 2>&51.5632 + ac_status=$?1.5633 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5634 + (exit $ac_status); }; } &&1.5635 + { ac_try='test -s conftest$ac_exeext'1.5636 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&51.5637 + (eval $ac_try) 2>&51.5638 + ac_status=$?1.5639 + echo "$as_me:$LINENO: \$? = $ac_status" >&51.5640 + (exit $ac_status); }; }; then1.5641 + ac_cv_func_bind_textdomain_codeset=yes1.5642 +else1.5643 + echo "$as_me: failed program was:" >&51.5644 +sed 's/^/| /' conftest.$ac_ext >&51.5645 +1.5646 +ac_cv_func_bind_textdomain_codeset=no1.5647 +fi1.5648 +rm -f conftest.err conftest.$ac_objext \1.5649 + conftest$ac_exeext conftest.$ac_ext1.5650 +fi1.5651 +echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&51.5652 +echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&61.5653 +if test $ac_cv_func_bind_textdomain_codeset = yes; then1.5654 + CATOBJEXT=.gmo1.5655 + DATADIRNAME=share1.5656 +else1.5657 + CATOBJEXT=.mo1.5658 + DATADIRNAME=lib1.5659 +fi1.5660 +1.5661 + ;;1.5662 + *)1.5663 + CATOBJEXT=.mo1.5664 + DATADIRNAME=lib1.5665 + ;;1.5666 + esac1.5667 +fi1.5668 +rm -f conftest.err conftest.$ac_objext \1.5669 + conftest$ac_exeext conftest.$ac_ext1.5670 + LIBS="$glib_save_LIBS"1.5671 + INSTOBJEXT=.mo1.5672 + else1.5673 + gt_cv_have_gettext=no1.5674 + fi1.5675 + fi1.5676 +1.5677 +fi1.5678 +1.5679 +1.5680 +1.5681 + if test "$gt_cv_have_gettext" = "yes" ; then1.5682 +1.5683 +cat >>confdefs.h <<\_ACEOF1.5684 +#define ENABLE_NLS 11.5685 +_ACEOF1.5686 +1.5687 + fi1.5688 +1.5689 + if test "$XGETTEXT" != ":"; then1.5690 + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then1.5691 + : ;1.5692 + else1.5693 + echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&51.5694 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&61.5695 + XGETTEXT=":"1.5696 + fi1.5697 + fi1.5698 +1.5699 + # We need to process the po/ directory.1.5700 + POSUB=po1.5701 +1.5702 + ac_config_commands="$ac_config_commands default-1"1.5703 +1.5704 +1.5705 + for lang in $ALL_LINGUAS; do1.5706 + GMOFILES="$GMOFILES $lang.gmo"1.5707 + POFILES="$POFILES $lang.po"1.5708 + done1.5709 +1.5710 +1.5711 +1.5712 +1.5713 +1.5714 +1.5715 +1.5716 +1.5717 +1.5718 +1.5719 +1.5720 +1.5721 +1.5722 + if test "$gt_cv_have_gettext" = "yes"; then1.5723 + if test "x$ALL_LINGUAS" = "x"; then1.5724 + LINGUAS=1.5725 + else1.5726 + echo "$as_me:$LINENO: checking for catalogs to be installed" >&51.5727 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&61.5728 + NEW_LINGUAS=1.5729 + for presentlang in $ALL_LINGUAS; do1.5730 + useit=no1.5731 + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then1.5732 + desiredlanguages="$LINGUAS"1.5733 + else1.5734 + desiredlanguages="$ALL_LINGUAS"1.5735 + fi1.5736 + for desiredlang in $desiredlanguages; do1.5737 + # Use the presentlang catalog if desiredlang is1.5738 + # a. equal to presentlang, or1.5739 + # b. a variant of presentlang (because in this case,1.5740 + # presentlang can be used as a fallback for messages1.5741 + # which are not translated in the desiredlang catalog).1.5742 + case "$desiredlang" in1.5743 + "$presentlang"*) useit=yes;;1.5744 + esac1.5745 + done1.5746 + if test $useit = yes; then1.5747 + NEW_LINGUAS="$NEW_LINGUAS $presentlang"1.5748 + fi1.5749 + done1.5750 + LINGUAS=$NEW_LINGUAS1.5751 + echo "$as_me:$LINENO: result: $LINGUAS" >&51.5752 +echo "${ECHO_T}$LINGUAS" >&61.5753 + fi1.5754 +1.5755 + if test -n "$LINGUAS"; then1.5756 + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done1.5757 + fi1.5758 + fi1.5759 +1.5760 + MKINSTALLDIRS=1.5761 + if test -n "$ac_aux_dir"; then1.5762 + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"1.5763 + fi1.5764 + if test -z "$MKINSTALLDIRS"; then1.5765 + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"1.5766 + fi1.5767 +1.5768 +1.5769 + test -d po || mkdir po1.5770 + if test "x$srcdir" != "x."; then1.5771 + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then1.5772 + posrcprefix="$srcdir/"1.5773 + else1.5774 + posrcprefix="../$srcdir/"1.5775 + fi1.5776 + else1.5777 + posrcprefix="../"1.5778 + fi1.5779 + rm -f po/POTFILES1.5780 + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \1.5781 + < $srcdir/po/POTFILES.in > po/POTFILES1.5782 +1.5783 +1.5784 + ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in"1.5785 +cat >confcache <<\_ACEOF1.5786 +# This file is a shell script that caches the results of configure1.5787 +# tests run on this system so they can be shared between configure1.5788 +# scripts and configure runs, see configure's option --config-cache.1.5789 +# It is not useful on other systems. If it contains results you don't1.5790 +# want to keep, you may remove or edit it.1.5791 +#1.5792 +# config.status only pays attention to the cache file if you give it1.5793 +# the --recheck option to rerun configure.1.5794 +#1.5795 +# `ac_cv_env_foo' variables (set or unset) will be overridden when1.5796 +# loading this file, other *unset* `ac_cv_foo' will be assigned the1.5797 +# following values.1.5798 +1.5799 +_ACEOF1.5800 +1.5801 +# The following way of writing the cache mishandles newlines in values,1.5802 +# but we know of no workaround that is simple, portable, and efficient.1.5803 +# So, don't put newlines in cache variables' values.1.5804 +# Ultrix sh set writes to stderr and can't be redirected directly,1.5805 +# and sets the high bit in the cache file unless we assign to the vars.1.5806 +{1.5807 + (set) 2>&1 |1.5808 + case `(ac_space=' '; set | grep ac_space) 2>&1` in1.5809 + *ac_space=\ *)1.5810 + # `set' does not quote correctly, so add quotes (double-quote1.5811 + # substitution turns \\\\ into \\, and sed turns \\ into \).1.5812 + sed -n \1.5813 + "s/'/'\\\\''/g;1.5814 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"1.5815 + ;;1.5816 + *)1.5817 + # `set' quotes correctly as required by POSIX, so do not add quotes.1.5818 + sed -n \1.5819 + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"1.5820 + ;;1.5821 + esac;1.5822 +} |1.5823 + sed '1.5824 + t clear1.5825 + : clear1.5826 + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/1.5827 + t end1.5828 + /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/1.5829 + : end' >>confcache1.5830 +if diff $cache_file confcache >/dev/null 2>&1; then :; else1.5831 + if test -w $cache_file; then1.5832 + test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"1.5833 + cat confcache >$cache_file1.5834 + else1.5835 + echo "not updating unwritable cache $cache_file"1.5836 + fi1.5837 +fi1.5838 +rm -f confcache1.5839 +1.5840 +test "x$prefix" = xNONE && prefix=$ac_default_prefix1.5841 +# Let make expand exec_prefix.1.5842 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'1.5843 +1.5844 +# VPATH may cause trouble with some makes, so we remove $(srcdir),1.5845 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and1.5846 +# trailing colons and then remove the whole line if VPATH becomes empty1.5847 +# (actually we leave an empty line to preserve line numbers).1.5848 +if test "x$srcdir" = x.; then1.5849 + ac_vpsub='/^[ ]*VPATH[ ]*=/{1.5850 +s/:*\$(srcdir):*/:/;1.5851 +s/:*\${srcdir}:*/:/;1.5852 +s/:*@srcdir@:*/:/;1.5853 +s/^\([^=]*=[ ]*\):*/\1/;1.5854 +s/:*$//;1.5855 +s/^[^=]*=[ ]*$//;1.5856 +}'1.5857 +fi1.5858 +1.5859 +DEFS=-DHAVE_CONFIG_H1.5860 +1.5861 +ac_libobjs=1.5862 +ac_ltlibobjs=1.5863 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue1.5864 + # 1. Remove the extension, and $U if already installed.1.5865 + ac_i=`echo "$ac_i" |1.5866 + sed 's/\$U\././;s/\.o$//;s/\.obj$//'`1.5867 + # 2. Add them.1.5868 + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"1.5869 + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'1.5870 +done1.5871 +LIBOBJS=$ac_libobjs1.5872 +1.5873 +LTLIBOBJS=$ac_ltlibobjs1.5874 +1.5875 +1.5876 +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then1.5877 + { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.1.5878 +Usually this means the macro was only invoked conditionally." >&51.5879 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.1.5880 +Usually this means the macro was only invoked conditionally." >&2;}1.5881 + { (exit 1); exit 1; }; }1.5882 +fi1.5883 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then1.5884 + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.1.5885 +Usually this means the macro was only invoked conditionally." >&51.5886 +echo "$as_me: error: conditional \"AMDEP\" was never defined.1.5887 +Usually this means the macro was only invoked conditionally." >&2;}1.5888 + { (exit 1); exit 1; }; }1.5889 +fi1.5890 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then1.5891 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.1.5892 +Usually this means the macro was only invoked conditionally." >&51.5893 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.1.5894 +Usually this means the macro was only invoked conditionally." >&2;}1.5895 + { (exit 1); exit 1; }; }1.5896 +fi1.5897 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then1.5898 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.1.5899 +Usually this means the macro was only invoked conditionally." >&51.5900 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.1.5901 +Usually this means the macro was only invoked conditionally." >&2;}1.5902 + { (exit 1); exit 1; }; }1.5903 +fi1.5904 +1.5905 +: ${CONFIG_STATUS=./config.status}1.5906 +ac_clean_files_save=$ac_clean_files1.5907 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"1.5908 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&51.5909 +echo "$as_me: creating $CONFIG_STATUS" >&6;}1.5910 +cat >$CONFIG_STATUS <<_ACEOF1.5911 +#! $SHELL1.5912 +# Generated by $as_me.1.5913 +# Run this file to recreate the current configuration.1.5914 +# Compiler output produced by configure, useful for debugging1.5915 +# configure, is in config.log if it exists.1.5916 +1.5917 +debug=false1.5918 +ac_cs_recheck=false1.5919 +ac_cs_silent=false1.5920 +SHELL=\${CONFIG_SHELL-$SHELL}1.5921 +_ACEOF1.5922 +1.5923 +cat >>$CONFIG_STATUS <<\_ACEOF1.5924 +## --------------------- ##1.5925 +## M4sh Initialization. ##1.5926 +## --------------------- ##1.5927 +1.5928 +# Be Bourne compatible1.5929 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then1.5930 + emulate sh1.5931 + NULLCMD=:1.5932 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which1.5933 + # is contrary to our usage. Disable this feature.1.5934 + alias -g '${1+"$@"}'='"$@"'1.5935 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then1.5936 + set -o posix1.5937 +fi1.5938 +DUALCASE=1; export DUALCASE # for MKS sh1.5939 +1.5940 +# Support unset when possible.1.5941 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then1.5942 + as_unset=unset1.5943 +else1.5944 + as_unset=false1.5945 +fi1.5946 +1.5947 +1.5948 +# Work around bugs in pre-3.0 UWIN ksh.1.5949 +$as_unset ENV MAIL MAILPATH1.5950 +PS1='$ '1.5951 +PS2='> '1.5952 +PS4='+ '1.5953 +1.5954 +# NLS nuisances.1.5955 +for as_var in \1.5956 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \1.5957 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \1.5958 + LC_TELEPHONE LC_TIME1.5959 +do1.5960 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then1.5961 + eval $as_var=C; export $as_var1.5962 + else1.5963 + $as_unset $as_var1.5964 + fi1.5965 +done1.5966 +1.5967 +# Required to use basename.1.5968 +if expr a : '\(a\)' >/dev/null 2>&1; then1.5969 + as_expr=expr1.5970 +else1.5971 + as_expr=false1.5972 +fi1.5973 +1.5974 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then1.5975 + as_basename=basename1.5976 +else1.5977 + as_basename=false1.5978 +fi1.5979 +1.5980 +1.5981 +# Name of the executable.1.5982 +as_me=`$as_basename "$0" ||1.5983 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \1.5984 + X"$0" : 'X\(//\)$' \| \1.5985 + X"$0" : 'X\(/\)$' \| \1.5986 + . : '\(.\)' 2>/dev/null ||1.5987 +echo X/"$0" |1.5988 + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }1.5989 + /^X\/\(\/\/\)$/{ s//\1/; q; }1.5990 + /^X\/\(\/\).*/{ s//\1/; q; }1.5991 + s/.*/./; q'`1.5992 +1.5993 +1.5994 +# PATH needs CR, and LINENO needs CR and PATH.1.5995 +# Avoid depending upon Character Ranges.1.5996 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'1.5997 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'1.5998 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS1.5999 +as_cr_digits='0123456789'1.6000 +as_cr_alnum=$as_cr_Letters$as_cr_digits1.6001 +1.6002 +# The user is always right.1.6003 +if test "${PATH_SEPARATOR+set}" != set; then1.6004 + echo "#! /bin/sh" >conf$$.sh1.6005 + echo "exit 0" >>conf$$.sh1.6006 + chmod +x conf$$.sh1.6007 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then1.6008 + PATH_SEPARATOR=';'1.6009 + else1.6010 + PATH_SEPARATOR=:1.6011 + fi1.6012 + rm -f conf$$.sh1.6013 +fi1.6014 +1.6015 +1.6016 + as_lineno_1=$LINENO1.6017 + as_lineno_2=$LINENO1.6018 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`1.6019 + test "x$as_lineno_1" != "x$as_lineno_2" &&1.6020 + test "x$as_lineno_3" = "x$as_lineno_2" || {1.6021 + # Find who we are. Look in the path if we contain no path at all1.6022 + # relative or not.1.6023 + case $0 in1.6024 + *[\\/]* ) as_myself=$0 ;;1.6025 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.6026 +for as_dir in $PATH1.6027 +do1.6028 + IFS=$as_save_IFS1.6029 + test -z "$as_dir" && as_dir=.1.6030 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break1.6031 +done1.6032 +1.6033 + ;;1.6034 + esac1.6035 + # We did not find ourselves, most probably we were run as `sh COMMAND'1.6036 + # in which case we are not to be found in the path.1.6037 + if test "x$as_myself" = x; then1.6038 + as_myself=$01.6039 + fi1.6040 + if test ! -f "$as_myself"; then1.6041 + { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&51.6042 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}1.6043 + { (exit 1); exit 1; }; }1.6044 + fi1.6045 + case $CONFIG_SHELL in1.6046 + '')1.6047 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR1.6048 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH1.6049 +do1.6050 + IFS=$as_save_IFS1.6051 + test -z "$as_dir" && as_dir=.1.6052 + for as_base in sh bash ksh sh5; do1.6053 + case $as_dir in1.6054 + /*)1.6055 + if ("$as_dir/$as_base" -c '1.6056 + as_lineno_1=$LINENO1.6057 + as_lineno_2=$LINENO1.6058 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`1.6059 + test "x$as_lineno_1" != "x$as_lineno_2" &&1.6060 + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then1.6061 + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }1.6062 + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }1.6063 + CONFIG_SHELL=$as_dir/$as_base1.6064 + export CONFIG_SHELL1.6065 + exec "$CONFIG_SHELL" "$0" ${1+"$@"}1.6066 + fi;;1.6067 + esac1.6068 + done1.6069 +done1.6070 +;;1.6071 + esac1.6072 +1.6073 + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO1.6074 + # uniformly replaced by the line number. The first 'sed' inserts a1.6075 + # line-number line before each line; the second 'sed' does the real1.6076 + # work. The second script uses 'N' to pair each line-number line1.6077 + # with the numbered line, and appends trailing '-' during1.6078 + # substitution so that $LINENO is not a special case at line end.1.6079 + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the1.6080 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)1.6081 + sed '=' <$as_myself |1.6082 + sed '1.6083 + N1.6084 + s,$,-,1.6085 + : loop1.6086 + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,1.6087 + t loop1.6088 + s,-$,,1.6089 + s,^['$as_cr_digits']*\n,,1.6090 + ' >$as_me.lineno &&1.6091 + chmod +x $as_me.lineno ||1.6092 + { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&51.6093 +echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}1.6094 + { (exit 1); exit 1; }; }1.6095 +1.6096 + # Don't try to exec as it changes $[0], causing all sort of problems1.6097 + # (the dirname of $[0] is not the place where we might find the1.6098 + # original and so on. Autoconf is especially sensible to this).1.6099 + . ./$as_me.lineno1.6100 + # Exit status is that of the last command.1.6101 + exit1.6102 +}1.6103 +1.6104 +1.6105 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in1.6106 + *c*,-n*) ECHO_N= ECHO_C='1.6107 +' ECHO_T=' ' ;;1.6108 + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;1.6109 + *) ECHO_N= ECHO_C='\c' ECHO_T= ;;1.6110 +esac1.6111 +1.6112 +if expr a : '\(a\)' >/dev/null 2>&1; then1.6113 + as_expr=expr1.6114 +else1.6115 + as_expr=false1.6116 +fi1.6117 +1.6118 +rm -f conf$$ conf$$.exe conf$$.file1.6119 +echo >conf$$.file1.6120 +if ln -s conf$$.file conf$$ 2>/dev/null; then1.6121 + # We could just check for DJGPP; but this test a) works b) is more generic1.6122 + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).1.6123 + if test -f conf$$.exe; then1.6124 + # Don't use ln at all; we don't have any links1.6125 + as_ln_s='cp -p'1.6126 + else1.6127 + as_ln_s='ln -s'1.6128 + fi1.6129 +elif ln conf$$.file conf$$ 2>/dev/null; then1.6130 + as_ln_s=ln1.6131 +else1.6132 + as_ln_s='cp -p'1.6133 +fi1.6134 +rm -f conf$$ conf$$.exe conf$$.file1.6135 +1.6136 +if mkdir -p . 2>/dev/null; then1.6137 + as_mkdir_p=:1.6138 +else1.6139 + test -d ./-p && rmdir ./-p1.6140 + as_mkdir_p=false1.6141 +fi1.6142 +1.6143 +as_executable_p="test -f"1.6144 +1.6145 +# Sed expression to map a string onto a valid CPP name.1.6146 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"1.6147 +1.6148 +# Sed expression to map a string onto a valid variable name.1.6149 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"1.6150 +1.6151 +1.6152 +# IFS1.6153 +# We need space, tab and new line, in precisely that order.1.6154 +as_nl='1.6155 +'1.6156 +IFS=" $as_nl"1.6157 +1.6158 +# CDPATH.1.6159 +$as_unset CDPATH1.6160 +1.6161 +exec 6>&11.6162 +1.6163 +# Open the log real soon, to keep \$[0] and so on meaningful, and to1.6164 +# report actual input values of CONFIG_FILES etc. instead of their1.6165 +# values after options handling. Logging --version etc. is OK.1.6166 +exec 5>>config.log1.6167 +{1.6168 + echo1.6169 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX1.6170 +## Running $as_me. ##1.6171 +_ASBOX1.6172 +} >&51.6173 +cat >&5 <<_CSEOF1.6174 +1.6175 +This file was extended by $as_me, which was1.6176 +generated by GNU Autoconf 2.59. Invocation command line was1.6177 +1.6178 + CONFIG_FILES = $CONFIG_FILES1.6179 + CONFIG_HEADERS = $CONFIG_HEADERS1.6180 + CONFIG_LINKS = $CONFIG_LINKS1.6181 + CONFIG_COMMANDS = $CONFIG_COMMANDS1.6182 + $ $0 $@1.6183 +1.6184 +_CSEOF1.6185 +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&51.6186 +echo >&51.6187 +_ACEOF1.6188 +1.6189 +# Files that config.status was made for.1.6190 +if test -n "$ac_config_files"; then1.6191 + echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS1.6192 +fi1.6193 +1.6194 +if test -n "$ac_config_headers"; then1.6195 + echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS1.6196 +fi1.6197 +1.6198 +if test -n "$ac_config_links"; then1.6199 + echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS1.6200 +fi1.6201 +1.6202 +if test -n "$ac_config_commands"; then1.6203 + echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS1.6204 +fi1.6205 +1.6206 +cat >>$CONFIG_STATUS <<\_ACEOF1.6207 +1.6208 +ac_cs_usage="\1.6209 +\`$as_me' instantiates files from templates according to the1.6210 +current configuration.1.6211 +1.6212 +Usage: $0 [OPTIONS] [FILE]...1.6213 +1.6214 + -h, --help print this help, then exit1.6215 + -V, --version print version number, then exit1.6216 + -q, --quiet do not print progress messages1.6217 + -d, --debug don't remove temporary files1.6218 + --recheck update $as_me by reconfiguring in the same conditions1.6219 + --file=FILE[:TEMPLATE]1.6220 + instantiate the configuration file FILE1.6221 + --header=FILE[:TEMPLATE]1.6222 + instantiate the configuration header FILE1.6223 +1.6224 +Configuration files:1.6225 +$config_files1.6226 +1.6227 +Configuration headers:1.6228 +$config_headers1.6229 +1.6230 +Configuration commands:1.6231 +$config_commands1.6232 +1.6233 +Report bugs to <bug-autoconf@gnu.org>."1.6234 +_ACEOF1.6235 +1.6236 +cat >>$CONFIG_STATUS <<_ACEOF1.6237 +ac_cs_version="\\1.6238 +config.status1.6239 +configured by $0, generated by GNU Autoconf 2.59,1.6240 + with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"1.6241 +1.6242 +Copyright (C) 2003 Free Software Foundation, Inc.1.6243 +This config.status script is free software; the Free Software Foundation1.6244 +gives unlimited permission to copy, distribute and modify it."1.6245 +srcdir=$srcdir1.6246 +INSTALL="$INSTALL"1.6247 +_ACEOF1.6248 +1.6249 +cat >>$CONFIG_STATUS <<\_ACEOF1.6250 +# If no file are specified by the user, then we need to provide default1.6251 +# value. By we need to know if files were specified by the user.1.6252 +ac_need_defaults=:1.6253 +while test $# != 01.6254 +do1.6255 + case $1 in1.6256 + --*=*)1.6257 + ac_option=`expr "x$1" : 'x\([^=]*\)='`1.6258 + ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`1.6259 + ac_shift=:1.6260 + ;;1.6261 + -*)1.6262 + ac_option=$11.6263 + ac_optarg=$21.6264 + ac_shift=shift1.6265 + ;;1.6266 + *) # This is not an option, so the user has probably given explicit1.6267 + # arguments.1.6268 + ac_option=$11.6269 + ac_need_defaults=false;;1.6270 + esac1.6271 +1.6272 + case $ac_option in1.6273 + # Handling of the options.1.6274 +_ACEOF1.6275 +cat >>$CONFIG_STATUS <<\_ACEOF1.6276 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)1.6277 + ac_cs_recheck=: ;;1.6278 + --version | --vers* | -V )1.6279 + echo "$ac_cs_version"; exit 0 ;;1.6280 + --he | --h)1.6281 + # Conflict between --help and --header1.6282 + { { echo "$as_me:$LINENO: error: ambiguous option: $11.6283 +Try \`$0 --help' for more information." >&51.6284 +echo "$as_me: error: ambiguous option: $11.6285 +Try \`$0 --help' for more information." >&2;}1.6286 + { (exit 1); exit 1; }; };;1.6287 + --help | --hel | -h )1.6288 + echo "$ac_cs_usage"; exit 0 ;;1.6289 + --debug | --d* | -d )1.6290 + debug=: ;;1.6291 + --file | --fil | --fi | --f )1.6292 + $ac_shift1.6293 + CONFIG_FILES="$CONFIG_FILES $ac_optarg"1.6294 + ac_need_defaults=false;;1.6295 + --header | --heade | --head | --hea )1.6296 + $ac_shift1.6297 + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"1.6298 + ac_need_defaults=false;;1.6299 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \1.6300 + | -silent | --silent | --silen | --sile | --sil | --si | --s)1.6301 + ac_cs_silent=: ;;1.6302 +1.6303 + # This is an error.1.6304 + -*) { { echo "$as_me:$LINENO: error: unrecognized option: $11.6305 +Try \`$0 --help' for more information." >&51.6306 +echo "$as_me: error: unrecognized option: $11.6307 +Try \`$0 --help' for more information." >&2;}1.6308 + { (exit 1); exit 1; }; } ;;1.6309 +1.6310 + *) ac_config_targets="$ac_config_targets $1" ;;1.6311 +1.6312 + esac1.6313 + shift1.6314 +done1.6315 +1.6316 +ac_configure_extra_args=1.6317 +1.6318 +if $ac_cs_silent; then1.6319 + exec 6>/dev/null1.6320 + ac_configure_extra_args="$ac_configure_extra_args --silent"1.6321 +fi1.6322 +1.6323 +_ACEOF1.6324 +cat >>$CONFIG_STATUS <<_ACEOF1.6325 +if \$ac_cs_recheck; then1.6326 + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&61.6327 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion1.6328 +fi1.6329 +1.6330 +_ACEOF1.6331 +1.6332 +cat >>$CONFIG_STATUS <<_ACEOF1.6333 +#1.6334 +# INIT-COMMANDS section.1.6335 +#1.6336 +1.6337 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"1.6338 +1.6339 +1.6340 +_ACEOF1.6341 +1.6342 +1.6343 +1.6344 +cat >>$CONFIG_STATUS <<\_ACEOF1.6345 +for ac_config_target in $ac_config_targets1.6346 +do1.6347 + case "$ac_config_target" in1.6348 + # Handling of arguments.1.6349 + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;1.6350 + "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;1.6351 + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;1.6352 + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;1.6353 + "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;1.6354 + "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;1.6355 + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&51.6356 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}1.6357 + { (exit 1); exit 1; }; };;1.6358 + esac1.6359 +done1.6360 +1.6361 +# If the user did not use the arguments to specify the items to instantiate,1.6362 +# then the envvar interface is used. Set only those that are not.1.6363 +# We use the long form for the default assignment because of an extremely1.6364 +# bizarre bug on SunOS 4.1.3.1.6365 +if $ac_need_defaults; then1.6366 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files1.6367 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers1.6368 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands1.6369 +fi1.6370 +1.6371 +# Have a temporary directory for convenience. Make it in the build tree1.6372 +# simply because there is no reason to put it here, and in addition,1.6373 +# creating and moving files from /tmp can sometimes cause problems.1.6374 +# Create a temporary directory, and hook for its removal unless debugging.1.6375 +$debug ||1.6376 +{1.6377 + trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 01.6378 + trap '{ (exit 1); exit 1; }' 1 2 13 151.6379 +}1.6380 +1.6381 +# Create a (secure) tmp directory for tmp files.1.6382 +1.6383 +{1.6384 + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&1.6385 + test -n "$tmp" && test -d "$tmp"1.6386 +} ||1.6387 +{1.6388 + tmp=./confstat$$-$RANDOM1.6389 + (umask 077 && mkdir $tmp)1.6390 +} ||1.6391 +{1.6392 + echo "$me: cannot create a temporary directory in ." >&21.6393 + { (exit 1); exit 1; }1.6394 +}1.6395 +1.6396 +_ACEOF1.6397 +1.6398 +cat >>$CONFIG_STATUS <<_ACEOF1.6399 +1.6400 +#1.6401 +# CONFIG_FILES section.1.6402 +#1.6403 +1.6404 +# No need to generate the scripts if there are no CONFIG_FILES.1.6405 +# This happens for instance when ./config.status config.h1.6406 +if test -n "\$CONFIG_FILES"; then1.6407 + # Protect against being on the right side of a sed subst in config.status.1.6408 + sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;1.6409 + s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF1.6410 +s,@SHELL@,$SHELL,;t t1.6411 +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t1.6412 +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t1.6413 +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t1.6414 +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t1.6415 +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t1.6416 +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t1.6417 +s,@exec_prefix@,$exec_prefix,;t t1.6418 +s,@prefix@,$prefix,;t t1.6419 +s,@program_transform_name@,$program_transform_name,;t t1.6420 +s,@bindir@,$bindir,;t t1.6421 +s,@sbindir@,$sbindir,;t t1.6422 +s,@libexecdir@,$libexecdir,;t t1.6423 +s,@datadir@,$datadir,;t t1.6424 +s,@sysconfdir@,$sysconfdir,;t t1.6425 +s,@sharedstatedir@,$sharedstatedir,;t t1.6426 +s,@localstatedir@,$localstatedir,;t t1.6427 +s,@libdir@,$libdir,;t t1.6428 +s,@includedir@,$includedir,;t t1.6429 +s,@oldincludedir@,$oldincludedir,;t t1.6430 +s,@infodir@,$infodir,;t t1.6431 +s,@mandir@,$mandir,;t t1.6432 +s,@build_alias@,$build_alias,;t t1.6433 +s,@host_alias@,$host_alias,;t t1.6434 +s,@target_alias@,$target_alias,;t t1.6435 +s,@DEFS@,$DEFS,;t t1.6436 +s,@ECHO_C@,$ECHO_C,;t t1.6437 +s,@ECHO_N@,$ECHO_N,;t t1.6438 +s,@ECHO_T@,$ECHO_T,;t t1.6439 +s,@LIBS@,$LIBS,;t t1.6440 +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t1.6441 +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t1.6442 +s,@INSTALL_DATA@,$INSTALL_DATA,;t t1.6443 +s,@CYGPATH_W@,$CYGPATH_W,;t t1.6444 +s,@PACKAGE@,$PACKAGE,;t t1.6445 +s,@VERSION@,$VERSION,;t t1.6446 +s,@ACLOCAL@,$ACLOCAL,;t t1.6447 +s,@AUTOCONF@,$AUTOCONF,;t t1.6448 +s,@AUTOMAKE@,$AUTOMAKE,;t t1.6449 +s,@AUTOHEADER@,$AUTOHEADER,;t t1.6450 +s,@MAKEINFO@,$MAKEINFO,;t t1.6451 +s,@AMTAR@,$AMTAR,;t t1.6452 +s,@install_sh@,$install_sh,;t t1.6453 +s,@STRIP@,$STRIP,;t t1.6454 +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t1.6455 +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t1.6456 +s,@AWK@,$AWK,;t t1.6457 +s,@SET_MAKE@,$SET_MAKE,;t t1.6458 +s,@am__leading_dot@,$am__leading_dot,;t t1.6459 +s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t1.6460 +s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t1.6461 +s,@MAINT@,$MAINT,;t t1.6462 +s,@CC@,$CC,;t t1.6463 +s,@CFLAGS@,$CFLAGS,;t t1.6464 +s,@LDFLAGS@,$LDFLAGS,;t t1.6465 +s,@CPPFLAGS@,$CPPFLAGS,;t t1.6466 +s,@ac_ct_CC@,$ac_ct_CC,;t t1.6467 +s,@EXEEXT@,$EXEEXT,;t t1.6468 +s,@OBJEXT@,$OBJEXT,;t t1.6469 +s,@DEPDIR@,$DEPDIR,;t t1.6470 +s,@am__include@,$am__include,;t t1.6471 +s,@am__quote@,$am__quote,;t t1.6472 +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t1.6473 +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t1.6474 +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t1.6475 +s,@CCDEPMODE@,$CCDEPMODE,;t t1.6476 +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t1.6477 +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t1.6478 +s,@CPP@,$CPP,;t t1.6479 +s,@EGREP@,$EGREP,;t t1.6480 +s,@PKG_CONFIG@,$PKG_CONFIG,;t t1.6481 +s,@PACKAGE_CFLAGS@,$PACKAGE_CFLAGS,;t t1.6482 +s,@PACKAGE_LIBS@,$PACKAGE_LIBS,;t t1.6483 +s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t1.6484 +s,@USE_NLS@,$USE_NLS,;t t1.6485 +s,@MSGFMT@,$MSGFMT,;t t1.6486 +s,@GMSGFMT@,$GMSGFMT,;t t1.6487 +s,@XGETTEXT@,$XGETTEXT,;t t1.6488 +s,@CATALOGS@,$CATALOGS,;t t1.6489 +s,@CATOBJEXT@,$CATOBJEXT,;t t1.6490 +s,@DATADIRNAME@,$DATADIRNAME,;t t1.6491 +s,@GMOFILES@,$GMOFILES,;t t1.6492 +s,@INSTOBJEXT@,$INSTOBJEXT,;t t1.6493 +s,@INTLLIBS@,$INTLLIBS,;t t1.6494 +s,@PO_IN_DATADIR_TRUE@,$PO_IN_DATADIR_TRUE,;t t1.6495 +s,@PO_IN_DATADIR_FALSE@,$PO_IN_DATADIR_FALSE,;t t1.6496 +s,@POFILES@,$POFILES,;t t1.6497 +s,@POSUB@,$POSUB,;t t1.6498 +s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t1.6499 +s,@LIBOBJS@,$LIBOBJS,;t t1.6500 +s,@LTLIBOBJS@,$LTLIBOBJS,;t t1.6501 +CEOF1.6502 +1.6503 +_ACEOF1.6504 +1.6505 + cat >>$CONFIG_STATUS <<\_ACEOF1.6506 + # Split the substitutions into bite-sized pieces for seds with1.6507 + # small command number limits, like on Digital OSF/1 and HP-UX.1.6508 + ac_max_sed_lines=481.6509 + ac_sed_frag=1 # Number of current file.1.6510 + ac_beg=1 # First line for current file.1.6511 + ac_end=$ac_max_sed_lines # Line after last line for current file.1.6512 + ac_more_lines=:1.6513 + ac_sed_cmds=1.6514 + while $ac_more_lines; do1.6515 + if test $ac_beg -gt 1; then1.6516 + sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag1.6517 + else1.6518 + sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag1.6519 + fi1.6520 + if test ! -s $tmp/subs.frag; then1.6521 + ac_more_lines=false1.6522 + else1.6523 + # The purpose of the label and of the branching condition is to1.6524 + # speed up the sed processing (if there are no `@' at all, there1.6525 + # is no need to browse any of the substitutions).1.6526 + # These are the two extra sed commands mentioned above.1.6527 + (echo ':t1.6528 + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed1.6529 + if test -z "$ac_sed_cmds"; then1.6530 + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"1.6531 + else1.6532 + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"1.6533 + fi1.6534 + ac_sed_frag=`expr $ac_sed_frag + 1`1.6535 + ac_beg=$ac_end1.6536 + ac_end=`expr $ac_end + $ac_max_sed_lines`1.6537 + fi1.6538 + done1.6539 + if test -z "$ac_sed_cmds"; then1.6540 + ac_sed_cmds=cat1.6541 + fi1.6542 +fi # test -n "$CONFIG_FILES"1.6543 +1.6544 +_ACEOF1.6545 +cat >>$CONFIG_STATUS <<\_ACEOF1.6546 +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue1.6547 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".1.6548 + case $ac_file in1.6549 + - | *:- | *:-:* ) # input from stdin1.6550 + cat >$tmp/stdin1.6551 + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`1.6552 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;1.6553 + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`1.6554 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;1.6555 + * ) ac_file_in=$ac_file.in ;;1.6556 + esac1.6557 +1.6558 + # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.1.6559 + ac_dir=`(dirname "$ac_file") 2>/dev/null ||1.6560 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6561 + X"$ac_file" : 'X\(//\)[^/]' \| \1.6562 + X"$ac_file" : 'X\(//\)$' \| \1.6563 + X"$ac_file" : 'X\(/\)' \| \1.6564 + . : '\(.\)' 2>/dev/null ||1.6565 +echo X"$ac_file" |1.6566 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.6567 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.6568 + /^X\(\/\/\)$/{ s//\1/; q; }1.6569 + /^X\(\/\).*/{ s//\1/; q; }1.6570 + s/.*/./; q'`1.6571 + { if $as_mkdir_p; then1.6572 + mkdir -p "$ac_dir"1.6573 + else1.6574 + as_dir="$ac_dir"1.6575 + as_dirs=1.6576 + while test ! -d "$as_dir"; do1.6577 + as_dirs="$as_dir $as_dirs"1.6578 + as_dir=`(dirname "$as_dir") 2>/dev/null ||1.6579 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6580 + X"$as_dir" : 'X\(//\)[^/]' \| \1.6581 + X"$as_dir" : 'X\(//\)$' \| \1.6582 + X"$as_dir" : 'X\(/\)' \| \1.6583 + . : '\(.\)' 2>/dev/null ||1.6584 +echo X"$as_dir" |1.6585 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.6586 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.6587 + /^X\(\/\/\)$/{ s//\1/; q; }1.6588 + /^X\(\/\).*/{ s//\1/; q; }1.6589 + s/.*/./; q'`1.6590 + done1.6591 + test ! -n "$as_dirs" || mkdir $as_dirs1.6592 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&51.6593 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}1.6594 + { (exit 1); exit 1; }; }; }1.6595 +1.6596 + ac_builddir=.1.6597 +1.6598 +if test "$ac_dir" != .; then1.6599 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`1.6600 + # A "../" for each directory in $ac_dir_suffix.1.6601 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`1.6602 +else1.6603 + ac_dir_suffix= ac_top_builddir=1.6604 +fi1.6605 +1.6606 +case $srcdir in1.6607 + .) # No --srcdir option. We are building in place.1.6608 + ac_srcdir=.1.6609 + if test -z "$ac_top_builddir"; then1.6610 + ac_top_srcdir=.1.6611 + else1.6612 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`1.6613 + fi ;;1.6614 + [\\/]* | ?:[\\/]* ) # Absolute path.1.6615 + ac_srcdir=$srcdir$ac_dir_suffix;1.6616 + ac_top_srcdir=$srcdir ;;1.6617 + *) # Relative path.1.6618 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix1.6619 + ac_top_srcdir=$ac_top_builddir$srcdir ;;1.6620 +esac1.6621 +1.6622 +# Do not use `cd foo && pwd` to compute absolute paths, because1.6623 +# the directories may not exist.1.6624 +case `pwd` in1.6625 +.) ac_abs_builddir="$ac_dir";;1.6626 +*)1.6627 + case "$ac_dir" in1.6628 + .) ac_abs_builddir=`pwd`;;1.6629 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;1.6630 + *) ac_abs_builddir=`pwd`/"$ac_dir";;1.6631 + esac;;1.6632 +esac1.6633 +case $ac_abs_builddir in1.6634 +.) ac_abs_top_builddir=${ac_top_builddir}.;;1.6635 +*)1.6636 + case ${ac_top_builddir}. in1.6637 + .) ac_abs_top_builddir=$ac_abs_builddir;;1.6638 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;1.6639 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;1.6640 + esac;;1.6641 +esac1.6642 +case $ac_abs_builddir in1.6643 +.) ac_abs_srcdir=$ac_srcdir;;1.6644 +*)1.6645 + case $ac_srcdir in1.6646 + .) ac_abs_srcdir=$ac_abs_builddir;;1.6647 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;1.6648 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;1.6649 + esac;;1.6650 +esac1.6651 +case $ac_abs_builddir in1.6652 +.) ac_abs_top_srcdir=$ac_top_srcdir;;1.6653 +*)1.6654 + case $ac_top_srcdir in1.6655 + .) ac_abs_top_srcdir=$ac_abs_builddir;;1.6656 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;1.6657 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;1.6658 + esac;;1.6659 +esac1.6660 +1.6661 +1.6662 + case $INSTALL in1.6663 + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;1.6664 + *) ac_INSTALL=$ac_top_builddir$INSTALL ;;1.6665 + esac1.6666 +1.6667 + # Let's still pretend it is `configure' which instantiates (i.e., don't1.6668 + # use $as_me), people would be surprised to read:1.6669 + # /* config.h. Generated by config.status. */1.6670 + if test x"$ac_file" = x-; then1.6671 + configure_input=1.6672 + else1.6673 + configure_input="$ac_file. "1.6674 + fi1.6675 + configure_input=$configure_input"Generated from `echo $ac_file_in |1.6676 + sed 's,.*/,,'` by configure."1.6677 +1.6678 + # First look for the input files in the build tree, otherwise in the1.6679 + # src tree.1.6680 + ac_file_inputs=`IFS=:1.6681 + for f in $ac_file_in; do1.6682 + case $f in1.6683 + -) echo $tmp/stdin ;;1.6684 + [\\/$]*)1.6685 + # Absolute (can't be DOS-style, as IFS=:)1.6686 + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&51.6687 +echo "$as_me: error: cannot find input file: $f" >&2;}1.6688 + { (exit 1); exit 1; }; }1.6689 + echo "$f";;1.6690 + *) # Relative1.6691 + if test -f "$f"; then1.6692 + # Build tree1.6693 + echo "$f"1.6694 + elif test -f "$srcdir/$f"; then1.6695 + # Source tree1.6696 + echo "$srcdir/$f"1.6697 + else1.6698 + # /dev/null tree1.6699 + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&51.6700 +echo "$as_me: error: cannot find input file: $f" >&2;}1.6701 + { (exit 1); exit 1; }; }1.6702 + fi;;1.6703 + esac1.6704 + done` || { (exit 1); exit 1; }1.6705 +1.6706 + if test x"$ac_file" != x-; then1.6707 + { echo "$as_me:$LINENO: creating $ac_file" >&51.6708 +echo "$as_me: creating $ac_file" >&6;}1.6709 + rm -f "$ac_file"1.6710 + fi1.6711 +_ACEOF1.6712 +cat >>$CONFIG_STATUS <<_ACEOF1.6713 + sed "$ac_vpsub1.6714 +$extrasub1.6715 +_ACEOF1.6716 +cat >>$CONFIG_STATUS <<\_ACEOF1.6717 +:t1.6718 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b1.6719 +s,@configure_input@,$configure_input,;t t1.6720 +s,@srcdir@,$ac_srcdir,;t t1.6721 +s,@abs_srcdir@,$ac_abs_srcdir,;t t1.6722 +s,@top_srcdir@,$ac_top_srcdir,;t t1.6723 +s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t1.6724 +s,@builddir@,$ac_builddir,;t t1.6725 +s,@abs_builddir@,$ac_abs_builddir,;t t1.6726 +s,@top_builddir@,$ac_top_builddir,;t t1.6727 +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t1.6728 +s,@INSTALL@,$ac_INSTALL,;t t1.6729 +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out1.6730 + rm -f $tmp/stdin1.6731 + if test x"$ac_file" != x-; then1.6732 + mv $tmp/out $ac_file1.6733 + else1.6734 + cat $tmp/out1.6735 + rm -f $tmp/out1.6736 + fi1.6737 +1.6738 +done1.6739 +_ACEOF1.6740 +cat >>$CONFIG_STATUS <<\_ACEOF1.6741 +1.6742 +#1.6743 +# CONFIG_HEADER section.1.6744 +#1.6745 +1.6746 +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where1.6747 +# NAME is the cpp macro being defined and VALUE is the value it is being given.1.6748 +#1.6749 +# ac_d sets the value in "#define NAME VALUE" lines.1.6750 +ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'1.6751 +ac_dB='[ ].*$,\1#\2'1.6752 +ac_dC=' '1.6753 +ac_dD=',;t'1.6754 +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".1.6755 +ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'1.6756 +ac_uB='$,\1#\2define\3'1.6757 +ac_uC=' '1.6758 +ac_uD=',;t'1.6759 +1.6760 +for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue1.6761 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".1.6762 + case $ac_file in1.6763 + - | *:- | *:-:* ) # input from stdin1.6764 + cat >$tmp/stdin1.6765 + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`1.6766 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;1.6767 + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`1.6768 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;1.6769 + * ) ac_file_in=$ac_file.in ;;1.6770 + esac1.6771 +1.6772 + test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&51.6773 +echo "$as_me: creating $ac_file" >&6;}1.6774 +1.6775 + # First look for the input files in the build tree, otherwise in the1.6776 + # src tree.1.6777 + ac_file_inputs=`IFS=:1.6778 + for f in $ac_file_in; do1.6779 + case $f in1.6780 + -) echo $tmp/stdin ;;1.6781 + [\\/$]*)1.6782 + # Absolute (can't be DOS-style, as IFS=:)1.6783 + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&51.6784 +echo "$as_me: error: cannot find input file: $f" >&2;}1.6785 + { (exit 1); exit 1; }; }1.6786 + # Do quote $f, to prevent DOS paths from being IFS'd.1.6787 + echo "$f";;1.6788 + *) # Relative1.6789 + if test -f "$f"; then1.6790 + # Build tree1.6791 + echo "$f"1.6792 + elif test -f "$srcdir/$f"; then1.6793 + # Source tree1.6794 + echo "$srcdir/$f"1.6795 + else1.6796 + # /dev/null tree1.6797 + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&51.6798 +echo "$as_me: error: cannot find input file: $f" >&2;}1.6799 + { (exit 1); exit 1; }; }1.6800 + fi;;1.6801 + esac1.6802 + done` || { (exit 1); exit 1; }1.6803 + # Remove the trailing spaces.1.6804 + sed 's/[ ]*$//' $ac_file_inputs >$tmp/in1.6805 +1.6806 +_ACEOF1.6807 +1.6808 +# Transform confdefs.h into two sed scripts, `conftest.defines' and1.6809 +# `conftest.undefs', that substitutes the proper values into1.6810 +# config.h.in to produce config.h. The first handles `#define'1.6811 +# templates, and the second `#undef' templates.1.6812 +# And first: Protect against being on the right side of a sed subst in1.6813 +# config.status. Protect against being in an unquoted here document1.6814 +# in config.status.1.6815 +rm -f conftest.defines conftest.undefs1.6816 +# Using a here document instead of a string reduces the quoting nightmare.1.6817 +# Putting comments in sed scripts is not portable.1.6818 +#1.6819 +# `end' is used to avoid that the second main sed command (meant for1.6820 +# 0-ary CPP macros) applies to n-ary macro definitions.1.6821 +# See the Autoconf documentation for `clear'.1.6822 +cat >confdef2sed.sed <<\_ACEOF1.6823 +s/[\\&,]/\\&/g1.6824 +s,[\\$`],\\&,g1.6825 +t clear1.6826 +: clear1.6827 +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp1.6828 +t end1.6829 +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp1.6830 +: end1.6831 +_ACEOF1.6832 +# If some macros were called several times there might be several times1.6833 +# the same #defines, which is useless. Nevertheless, we may not want to1.6834 +# sort them, since we want the *last* AC-DEFINE to be honored.1.6835 +uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines1.6836 +sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs1.6837 +rm -f confdef2sed.sed1.6838 +1.6839 +# This sed command replaces #undef with comments. This is necessary, for1.6840 +# example, in the case of _POSIX_SOURCE, which is predefined and required1.6841 +# on some systems where configure will not decide to define it.1.6842 +cat >>conftest.undefs <<\_ACEOF1.6843 +s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,1.6844 +_ACEOF1.6845 +1.6846 +# Break up conftest.defines because some shells have a limit on the size1.6847 +# of here documents, and old seds have small limits too (100 cmds).1.6848 +echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS1.6849 +echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS1.6850 +echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS1.6851 +echo ' :' >>$CONFIG_STATUS1.6852 +rm -f conftest.tail1.6853 +while grep . conftest.defines >/dev/null1.6854 +do1.6855 + # Write a limited-size here document to $tmp/defines.sed.1.6856 + echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS1.6857 + # Speed up: don't consider the non `#define' lines.1.6858 + echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS1.6859 + # Work around the forget-to-reset-the-flag bug.1.6860 + echo 't clr' >>$CONFIG_STATUS1.6861 + echo ': clr' >>$CONFIG_STATUS1.6862 + sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS1.6863 + echo 'CEOF1.6864 + sed -f $tmp/defines.sed $tmp/in >$tmp/out1.6865 + rm -f $tmp/in1.6866 + mv $tmp/out $tmp/in1.6867 +' >>$CONFIG_STATUS1.6868 + sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail1.6869 + rm -f conftest.defines1.6870 + mv conftest.tail conftest.defines1.6871 +done1.6872 +rm -f conftest.defines1.6873 +echo ' fi # grep' >>$CONFIG_STATUS1.6874 +echo >>$CONFIG_STATUS1.6875 +1.6876 +# Break up conftest.undefs because some shells have a limit on the size1.6877 +# of here documents, and old seds have small limits too (100 cmds).1.6878 +echo ' # Handle all the #undef templates' >>$CONFIG_STATUS1.6879 +rm -f conftest.tail1.6880 +while grep . conftest.undefs >/dev/null1.6881 +do1.6882 + # Write a limited-size here document to $tmp/undefs.sed.1.6883 + echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS1.6884 + # Speed up: don't consider the non `#undef'1.6885 + echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS1.6886 + # Work around the forget-to-reset-the-flag bug.1.6887 + echo 't clr' >>$CONFIG_STATUS1.6888 + echo ': clr' >>$CONFIG_STATUS1.6889 + sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS1.6890 + echo 'CEOF1.6891 + sed -f $tmp/undefs.sed $tmp/in >$tmp/out1.6892 + rm -f $tmp/in1.6893 + mv $tmp/out $tmp/in1.6894 +' >>$CONFIG_STATUS1.6895 + sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail1.6896 + rm -f conftest.undefs1.6897 + mv conftest.tail conftest.undefs1.6898 +done1.6899 +rm -f conftest.undefs1.6900 +1.6901 +cat >>$CONFIG_STATUS <<\_ACEOF1.6902 + # Let's still pretend it is `configure' which instantiates (i.e., don't1.6903 + # use $as_me), people would be surprised to read:1.6904 + # /* config.h. Generated by config.status. */1.6905 + if test x"$ac_file" = x-; then1.6906 + echo "/* Generated by configure. */" >$tmp/config.h1.6907 + else1.6908 + echo "/* $ac_file. Generated by configure. */" >$tmp/config.h1.6909 + fi1.6910 + cat $tmp/in >>$tmp/config.h1.6911 + rm -f $tmp/in1.6912 + if test x"$ac_file" != x-; then1.6913 + if diff $ac_file $tmp/config.h >/dev/null 2>&1; then1.6914 + { echo "$as_me:$LINENO: $ac_file is unchanged" >&51.6915 +echo "$as_me: $ac_file is unchanged" >&6;}1.6916 + else1.6917 + ac_dir=`(dirname "$ac_file") 2>/dev/null ||1.6918 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6919 + X"$ac_file" : 'X\(//\)[^/]' \| \1.6920 + X"$ac_file" : 'X\(//\)$' \| \1.6921 + X"$ac_file" : 'X\(/\)' \| \1.6922 + . : '\(.\)' 2>/dev/null ||1.6923 +echo X"$ac_file" |1.6924 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.6925 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.6926 + /^X\(\/\/\)$/{ s//\1/; q; }1.6927 + /^X\(\/\).*/{ s//\1/; q; }1.6928 + s/.*/./; q'`1.6929 + { if $as_mkdir_p; then1.6930 + mkdir -p "$ac_dir"1.6931 + else1.6932 + as_dir="$ac_dir"1.6933 + as_dirs=1.6934 + while test ! -d "$as_dir"; do1.6935 + as_dirs="$as_dir $as_dirs"1.6936 + as_dir=`(dirname "$as_dir") 2>/dev/null ||1.6937 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6938 + X"$as_dir" : 'X\(//\)[^/]' \| \1.6939 + X"$as_dir" : 'X\(//\)$' \| \1.6940 + X"$as_dir" : 'X\(/\)' \| \1.6941 + . : '\(.\)' 2>/dev/null ||1.6942 +echo X"$as_dir" |1.6943 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.6944 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.6945 + /^X\(\/\/\)$/{ s//\1/; q; }1.6946 + /^X\(\/\).*/{ s//\1/; q; }1.6947 + s/.*/./; q'`1.6948 + done1.6949 + test ! -n "$as_dirs" || mkdir $as_dirs1.6950 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&51.6951 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}1.6952 + { (exit 1); exit 1; }; }; }1.6953 +1.6954 + rm -f $ac_file1.6955 + mv $tmp/config.h $ac_file1.6956 + fi1.6957 + else1.6958 + cat $tmp/config.h1.6959 + rm -f $tmp/config.h1.6960 + fi1.6961 +# Compute $ac_file's index in $config_headers.1.6962 +_am_stamp_count=11.6963 +for _am_header in $config_headers :; do1.6964 + case $_am_header in1.6965 + $ac_file | $ac_file:* )1.6966 + break ;;1.6967 + * )1.6968 + _am_stamp_count=`expr $_am_stamp_count + 1` ;;1.6969 + esac1.6970 +done1.6971 +echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||1.6972 +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6973 + X$ac_file : 'X\(//\)[^/]' \| \1.6974 + X$ac_file : 'X\(//\)$' \| \1.6975 + X$ac_file : 'X\(/\)' \| \1.6976 + . : '\(.\)' 2>/dev/null ||1.6977 +echo X$ac_file |1.6978 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.6979 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.6980 + /^X\(\/\/\)$/{ s//\1/; q; }1.6981 + /^X\(\/\).*/{ s//\1/; q; }1.6982 + s/.*/./; q'`/stamp-h$_am_stamp_count1.6983 +done1.6984 +_ACEOF1.6985 +cat >>$CONFIG_STATUS <<\_ACEOF1.6986 +1.6987 +#1.6988 +# CONFIG_COMMANDS section.1.6989 +#1.6990 +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue1.6991 + ac_dest=`echo "$ac_file" | sed 's,:.*,,'`1.6992 + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`1.6993 + ac_dir=`(dirname "$ac_dest") 2>/dev/null ||1.6994 +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.6995 + X"$ac_dest" : 'X\(//\)[^/]' \| \1.6996 + X"$ac_dest" : 'X\(//\)$' \| \1.6997 + X"$ac_dest" : 'X\(/\)' \| \1.6998 + . : '\(.\)' 2>/dev/null ||1.6999 +echo X"$ac_dest" |1.7000 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.7001 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.7002 + /^X\(\/\/\)$/{ s//\1/; q; }1.7003 + /^X\(\/\).*/{ s//\1/; q; }1.7004 + s/.*/./; q'`1.7005 + { if $as_mkdir_p; then1.7006 + mkdir -p "$ac_dir"1.7007 + else1.7008 + as_dir="$ac_dir"1.7009 + as_dirs=1.7010 + while test ! -d "$as_dir"; do1.7011 + as_dirs="$as_dir $as_dirs"1.7012 + as_dir=`(dirname "$as_dir") 2>/dev/null ||1.7013 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.7014 + X"$as_dir" : 'X\(//\)[^/]' \| \1.7015 + X"$as_dir" : 'X\(//\)$' \| \1.7016 + X"$as_dir" : 'X\(/\)' \| \1.7017 + . : '\(.\)' 2>/dev/null ||1.7018 +echo X"$as_dir" |1.7019 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.7020 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.7021 + /^X\(\/\/\)$/{ s//\1/; q; }1.7022 + /^X\(\/\).*/{ s//\1/; q; }1.7023 + s/.*/./; q'`1.7024 + done1.7025 + test ! -n "$as_dirs" || mkdir $as_dirs1.7026 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&51.7027 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}1.7028 + { (exit 1); exit 1; }; }; }1.7029 +1.7030 + ac_builddir=.1.7031 +1.7032 +if test "$ac_dir" != .; then1.7033 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`1.7034 + # A "../" for each directory in $ac_dir_suffix.1.7035 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`1.7036 +else1.7037 + ac_dir_suffix= ac_top_builddir=1.7038 +fi1.7039 +1.7040 +case $srcdir in1.7041 + .) # No --srcdir option. We are building in place.1.7042 + ac_srcdir=.1.7043 + if test -z "$ac_top_builddir"; then1.7044 + ac_top_srcdir=.1.7045 + else1.7046 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`1.7047 + fi ;;1.7048 + [\\/]* | ?:[\\/]* ) # Absolute path.1.7049 + ac_srcdir=$srcdir$ac_dir_suffix;1.7050 + ac_top_srcdir=$srcdir ;;1.7051 + *) # Relative path.1.7052 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix1.7053 + ac_top_srcdir=$ac_top_builddir$srcdir ;;1.7054 +esac1.7055 +1.7056 +# Do not use `cd foo && pwd` to compute absolute paths, because1.7057 +# the directories may not exist.1.7058 +case `pwd` in1.7059 +.) ac_abs_builddir="$ac_dir";;1.7060 +*)1.7061 + case "$ac_dir" in1.7062 + .) ac_abs_builddir=`pwd`;;1.7063 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;1.7064 + *) ac_abs_builddir=`pwd`/"$ac_dir";;1.7065 + esac;;1.7066 +esac1.7067 +case $ac_abs_builddir in1.7068 +.) ac_abs_top_builddir=${ac_top_builddir}.;;1.7069 +*)1.7070 + case ${ac_top_builddir}. in1.7071 + .) ac_abs_top_builddir=$ac_abs_builddir;;1.7072 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;1.7073 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;1.7074 + esac;;1.7075 +esac1.7076 +case $ac_abs_builddir in1.7077 +.) ac_abs_srcdir=$ac_srcdir;;1.7078 +*)1.7079 + case $ac_srcdir in1.7080 + .) ac_abs_srcdir=$ac_abs_builddir;;1.7081 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;1.7082 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;1.7083 + esac;;1.7084 +esac1.7085 +case $ac_abs_builddir in1.7086 +.) ac_abs_top_srcdir=$ac_top_srcdir;;1.7087 +*)1.7088 + case $ac_top_srcdir in1.7089 + .) ac_abs_top_srcdir=$ac_abs_builddir;;1.7090 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;1.7091 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;1.7092 + esac;;1.7093 +esac1.7094 +1.7095 +1.7096 + { echo "$as_me:$LINENO: executing $ac_dest commands" >&51.7097 +echo "$as_me: executing $ac_dest commands" >&6;}1.7098 + case $ac_dest in1.7099 + depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do1.7100 + # Strip MF so we end up with the name of the file.1.7101 + mf=`echo "$mf" | sed -e 's/:.*$//'`1.7102 + # Check whether this is an Automake generated Makefile or not.1.7103 + # We used to match only the files named `Makefile.in', but1.7104 + # some people rename them; so instead we look at the file content.1.7105 + # Grep'ing the first line is not enough: some people post-process1.7106 + # each Makefile.in and add a new line on top of each file to say so.1.7107 + # So let's grep whole file.1.7108 + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then1.7109 + dirpart=`(dirname "$mf") 2>/dev/null ||1.7110 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.7111 + X"$mf" : 'X\(//\)[^/]' \| \1.7112 + X"$mf" : 'X\(//\)$' \| \1.7113 + X"$mf" : 'X\(/\)' \| \1.7114 + . : '\(.\)' 2>/dev/null ||1.7115 +echo X"$mf" |1.7116 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.7117 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.7118 + /^X\(\/\/\)$/{ s//\1/; q; }1.7119 + /^X\(\/\).*/{ s//\1/; q; }1.7120 + s/.*/./; q'`1.7121 + else1.7122 + continue1.7123 + fi1.7124 + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue1.7125 + # Extract the definition of DEP_FILES from the Makefile without1.7126 + # running `make'.1.7127 + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`1.7128 + test -z "$DEPDIR" && continue1.7129 + # When using ansi2knr, U may be empty or an underscore; expand it1.7130 + U=`sed -n -e '/^U = / s///p' < "$mf"`1.7131 + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"1.7132 + # We invoke sed twice because it is the simplest approach to1.7133 + # changing $(DEPDIR) to its actual value in the expansion.1.7134 + for file in `sed -n -e '1.7135 + /^DEP_FILES = .*\\\\$/ {1.7136 + s/^DEP_FILES = //1.7137 + :loop1.7138 + s/\\\\$//1.7139 + p1.7140 + n1.7141 + /\\\\$/ b loop1.7142 + p1.7143 + }1.7144 + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \1.7145 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do1.7146 + # Make sure the directory exists.1.7147 + test -f "$dirpart/$file" && continue1.7148 + fdir=`(dirname "$file") 2>/dev/null ||1.7149 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.7150 + X"$file" : 'X\(//\)[^/]' \| \1.7151 + X"$file" : 'X\(//\)$' \| \1.7152 + X"$file" : 'X\(/\)' \| \1.7153 + . : '\(.\)' 2>/dev/null ||1.7154 +echo X"$file" |1.7155 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.7156 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.7157 + /^X\(\/\/\)$/{ s//\1/; q; }1.7158 + /^X\(\/\).*/{ s//\1/; q; }1.7159 + s/.*/./; q'`1.7160 + { if $as_mkdir_p; then1.7161 + mkdir -p $dirpart/$fdir1.7162 + else1.7163 + as_dir=$dirpart/$fdir1.7164 + as_dirs=1.7165 + while test ! -d "$as_dir"; do1.7166 + as_dirs="$as_dir $as_dirs"1.7167 + as_dir=`(dirname "$as_dir") 2>/dev/null ||1.7168 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1.7169 + X"$as_dir" : 'X\(//\)[^/]' \| \1.7170 + X"$as_dir" : 'X\(//\)$' \| \1.7171 + X"$as_dir" : 'X\(/\)' \| \1.7172 + . : '\(.\)' 2>/dev/null ||1.7173 +echo X"$as_dir" |1.7174 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }1.7175 + /^X\(\/\/\)[^/].*/{ s//\1/; q; }1.7176 + /^X\(\/\/\)$/{ s//\1/; q; }1.7177 + /^X\(\/\).*/{ s//\1/; q; }1.7178 + s/.*/./; q'`1.7179 + done1.7180 + test ! -n "$as_dirs" || mkdir $as_dirs1.7181 + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&51.7182 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}1.7183 + { (exit 1); exit 1; }; }; }1.7184 +1.7185 + # echo "creating $dirpart/$file"1.7186 + echo '# dummy' > "$dirpart/$file"1.7187 + done1.7188 +done1.7189 + ;;1.7190 + default-1 ) case "$CONFIG_FILES" in *po/Makefile.in*)1.7191 + sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile1.7192 + esac ;;1.7193 + esac1.7194 +done1.7195 +_ACEOF1.7196 +1.7197 +cat >>$CONFIG_STATUS <<\_ACEOF1.7198 +1.7199 +{ (exit 0); exit 0; }1.7200 +_ACEOF1.7201 +chmod +x $CONFIG_STATUS1.7202 +ac_clean_files=$ac_clean_files_save1.7203 +1.7204 +1.7205 +# configure is writing to config.log, and then calls config.status.1.7206 +# config.status does its own redirection, appending to config.log.1.7207 +# Unfortunately, on DOS this fails, as config.log is still kept open1.7208 +# by configure, so config.status won't be able to write to it; its1.7209 +# output is simply discarded. So we exec the FD to /dev/null,1.7210 +# effectively closing config.log, so it can be properly (re)opened and1.7211 +# appended to by config.status. When coming back to configure, we1.7212 +# need to make the FD available again.1.7213 +if test "$no_create" != yes; then1.7214 + ac_cs_success=:1.7215 + ac_config_status_args=1.7216 + test "$silent" = yes &&1.7217 + ac_config_status_args="$ac_config_status_args --quiet"1.7218 + exec 5>/dev/null1.7219 + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false1.7220 + exec 5>>config.log1.7221 + # Use ||, not &&, to avoid exiting from the if with $? = 1, which1.7222 + # would make configure fail if this is the last instruction.1.7223 + $ac_cs_success || { (exit 1); exit 1; }1.7224 +fi1.7225 +1.7226 +
.