(arm_is_longcall_p): Update comment describing this funciton's behaviour.
[official-gcc.git] / libcpp / configure
blobf189f4d0ba09d57d02af6a3d2a79e60e9298b410
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for cpplib .
5 # Report bugs to <gcc-bugs@gcc.gnu.org>.
7 # Copyright (C) 2003 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
14 # Be Bourne compatible
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 set -o posix
24 DUALCASE=1; export DUALCASE # for MKS sh
26 # Support unset when possible.
27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28 as_unset=unset
29 else
30 as_unset=false
34 # Work around bugs in pre-3.0 UWIN ksh.
35 $as_unset ENV MAIL MAILPATH
36 PS1='$ '
37 PS2='> '
38 PS4='+ '
40 # NLS nuisances.
41 for as_var in \
42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 LC_TELEPHONE LC_TIME
46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 eval $as_var=C; export $as_var
48 else
49 $as_unset $as_var
51 done
53 # Required to use basename.
54 if expr a : '\(a\)' >/dev/null 2>&1; then
55 as_expr=expr
56 else
57 as_expr=false
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61 as_basename=basename
62 else
63 as_basename=false
67 # Name of the executable.
68 as_me=`$as_basename "$0" ||
69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70 X"$0" : 'X\(//\)$' \| \
71 X"$0" : 'X\(/\)$' \| \
72 . : '\(.\)' 2>/dev/null ||
73 echo X/"$0" |
74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75 /^X\/\(\/\/\)$/{ s//\1/; q; }
76 /^X\/\(\/\).*/{ s//\1/; q; }
77 s/.*/./; q'`
80 # PATH needs CR, and LINENO needs CR and PATH.
81 # Avoid depending upon Character Ranges.
82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 as_cr_digits='0123456789'
86 as_cr_alnum=$as_cr_Letters$as_cr_digits
88 # The user is always right.
89 if test "${PATH_SEPARATOR+set}" != set; then
90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94 PATH_SEPARATOR=';'
95 else
96 PATH_SEPARATOR=:
98 rm -f conf$$.sh
102 as_lineno_1=$LINENO
103 as_lineno_2=$LINENO
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105 test "x$as_lineno_1" != "x$as_lineno_2" &&
106 test "x$as_lineno_3" = "x$as_lineno_2" || {
107 # Find who we are. Look in the path if we contain no path at all
108 # relative or not.
109 case $0 in
110 *[\\/]* ) as_myself=$0 ;;
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 for as_dir in $PATH
114 IFS=$as_save_IFS
115 test -z "$as_dir" && as_dir=.
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 done
120 esac
121 # We did not find ourselves, most probably we were run as `sh COMMAND'
122 # in which case we are not to be found in the path.
123 if test "x$as_myself" = x; then
124 as_myself=$0
126 if test ! -f "$as_myself"; then
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128 { (exit 1); exit 1; }; }
130 case $CONFIG_SHELL in
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 IFS=$as_save_IFS
136 test -z "$as_dir" && as_dir=.
137 for as_base in sh bash ksh sh5; do
138 case $as_dir in
140 if ("$as_dir/$as_base" -c '
141 as_lineno_1=$LINENO
142 as_lineno_2=$LINENO
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144 test "x$as_lineno_1" != "x$as_lineno_2" &&
145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148 CONFIG_SHELL=$as_dir/$as_base
149 export CONFIG_SHELL
150 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151 fi;;
152 esac
153 done
154 done
156 esac
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159 # uniformly replaced by the line number. The first 'sed' inserts a
160 # line-number line before each line; the second 'sed' does the real
161 # work. The second script uses 'N' to pair each line-number line
162 # with the numbered line, and appends trailing '-' during
163 # substitution so that $LINENO is not a special case at line end.
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
166 sed '=' <$as_myself |
167 sed '
169 s,$,-,
170 : loop
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 t loop
173 s,-$,,
174 s,^['$as_cr_digits']*\n,,
175 ' >$as_me.lineno &&
176 chmod +x $as_me.lineno ||
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178 { (exit 1); exit 1; }; }
180 # Don't try to exec as it changes $[0], causing all sort of problems
181 # (the dirname of $[0] is not the place where we might find the
182 # original and so on. Autoconf is especially sensible to this).
183 . ./$as_me.lineno
184 # Exit status is that of the last command.
185 exit
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190 *c*,-n*) ECHO_N= ECHO_C='
191 ' ECHO_T=' ' ;;
192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 esac
196 if expr a : '\(a\)' >/dev/null 2>&1; then
197 as_expr=expr
198 else
199 as_expr=false
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
205 # We could just check for DJGPP; but this test a) works b) is more generic
206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207 if test -f conf$$.exe; then
208 # Don't use ln at all; we don't have any links
209 as_ln_s='cp -p'
210 else
211 as_ln_s='ln -s'
213 elif ln conf$$.file conf$$ 2>/dev/null; then
214 as_ln_s=ln
215 else
216 as_ln_s='cp -p'
218 rm -f conf$$ conf$$.exe conf$$.file
220 if mkdir -p . 2>/dev/null; then
221 as_mkdir_p=:
222 else
223 test -d ./-p && rmdir ./-p
224 as_mkdir_p=false
227 as_executable_p="test -f"
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
236 # IFS
237 # We need space, tab and new line, in precisely that order.
238 as_nl='
240 IFS=" $as_nl"
242 # CDPATH.
243 $as_unset CDPATH
246 # Name of the host.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251 exec 6>&1
254 # Initializations.
256 ac_default_prefix=/usr/local
257 ac_config_libobj_dir=.
258 cross_compiling=no
259 subdirs=
260 MFLAGS=
261 MAKEFLAGS=
262 SHELL=${CONFIG_SHELL-/bin/sh}
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
269 # Identity of this package.
270 PACKAGE_NAME='cpplib'
271 PACKAGE_TARNAME='cpplib'
272 PACKAGE_VERSION=' '
273 PACKAGE_STRING='cpplib '
274 PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
276 ac_unique_file="ucnid.h"
277 # Factoring default headers for most tests.
278 ac_includes_default="\
279 #include <stdio.h>
280 #if HAVE_SYS_TYPES_H
281 # include <sys/types.h>
282 #endif
283 #if HAVE_SYS_STAT_H
284 # include <sys/stat.h>
285 #endif
286 #if STDC_HEADERS
287 # include <stdlib.h>
288 # include <stddef.h>
289 #else
290 # if HAVE_STDLIB_H
291 # include <stdlib.h>
292 # endif
293 #endif
294 #if HAVE_STRING_H
295 # if !STDC_HEADERS && HAVE_MEMORY_H
296 # include <memory.h>
297 # endif
298 # include <string.h>
299 #endif
300 #if HAVE_STRINGS_H
301 # include <strings.h>
302 #endif
303 #if HAVE_INTTYPES_H
304 # include <inttypes.h>
305 #else
306 # if HAVE_STDINT_H
307 # include <stdint.h>
308 # endif
309 #endif
310 #if HAVE_UNISTD_H
311 # include <unistd.h>
312 #endif"
314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os 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 mkdir_p 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 RANLIB ac_ct_RANLIB CPP EGREP LIBOBJS ALLOCA USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS LIBICONV LTLIBICONV ENABLE_NLS_TRUE ENABLE_NLS_FALSE LTLIBOBJS'
315 ac_subst_files=''
317 # Initialize some variables set by options.
318 ac_init_help=
319 ac_init_version=false
320 # The variables have the same names as the options, with
321 # dashes changed to underlines.
322 cache_file=/dev/null
323 exec_prefix=NONE
324 no_create=
325 no_recursion=
326 prefix=NONE
327 program_prefix=NONE
328 program_suffix=NONE
329 program_transform_name=s,x,x,
330 silent=
331 site=
332 srcdir=
333 verbose=
334 x_includes=NONE
335 x_libraries=NONE
337 # Installation directory options.
338 # These are left unexpanded so users can "make install exec_prefix=/foo"
339 # and all the variables that are supposed to be based on exec_prefix
340 # by default will actually change.
341 # Use braces instead of parens because sh, perl, etc. also accept them.
342 bindir='${exec_prefix}/bin'
343 sbindir='${exec_prefix}/sbin'
344 libexecdir='${exec_prefix}/libexec'
345 datadir='${prefix}/share'
346 sysconfdir='${prefix}/etc'
347 sharedstatedir='${prefix}/com'
348 localstatedir='${prefix}/var'
349 libdir='${exec_prefix}/lib'
350 includedir='${prefix}/include'
351 oldincludedir='/usr/include'
352 infodir='${prefix}/info'
353 mandir='${prefix}/man'
355 ac_prev=
356 for ac_option
358 # If the previous option needs an argument, assign it.
359 if test -n "$ac_prev"; then
360 eval "$ac_prev=\$ac_option"
361 ac_prev=
362 continue
365 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
367 # Accept the important Cygnus configure options, so we can diagnose typos.
369 case $ac_option in
371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
372 ac_prev=bindir ;;
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 bindir=$ac_optarg ;;
376 -build | --build | --buil | --bui | --bu)
377 ac_prev=build_alias ;;
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379 build_alias=$ac_optarg ;;
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev=cache_file ;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386 cache_file=$ac_optarg ;;
388 --config-cache | -C)
389 cache_file=config.cache ;;
391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392 ac_prev=datadir ;;
393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394 | --da=*)
395 datadir=$ac_optarg ;;
397 -disable-* | --disable-*)
398 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399 # Reject names that are not valid shell variable names.
400 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402 { (exit 1); exit 1; }; }
403 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404 eval "enable_$ac_feature=no" ;;
406 -enable-* | --enable-*)
407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408 # Reject names that are not valid shell variable names.
409 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411 { (exit 1); exit 1; }; }
412 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413 case $ac_option in
414 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 *) ac_optarg=yes ;;
416 esac
417 eval "enable_$ac_feature='$ac_optarg'" ;;
419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421 | --exec | --exe | --ex)
422 ac_prev=exec_prefix ;;
423 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425 | --exec=* | --exe=* | --ex=*)
426 exec_prefix=$ac_optarg ;;
428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
430 with_gas=yes ;;
432 -help | --help | --hel | --he | -h)
433 ac_init_help=long ;;
434 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435 ac_init_help=recursive ;;
436 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437 ac_init_help=short ;;
439 -host | --host | --hos | --ho)
440 ac_prev=host_alias ;;
441 -host=* | --host=* | --hos=* | --ho=*)
442 host_alias=$ac_optarg ;;
444 -includedir | --includedir | --includedi | --included | --include \
445 | --includ | --inclu | --incl | --inc)
446 ac_prev=includedir ;;
447 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448 | --includ=* | --inclu=* | --incl=* | --inc=*)
449 includedir=$ac_optarg ;;
451 -infodir | --infodir | --infodi | --infod | --info | --inf)
452 ac_prev=infodir ;;
453 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454 infodir=$ac_optarg ;;
456 -libdir | --libdir | --libdi | --libd)
457 ac_prev=libdir ;;
458 -libdir=* | --libdir=* | --libdi=* | --libd=*)
459 libdir=$ac_optarg ;;
461 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462 | --libexe | --libex | --libe)
463 ac_prev=libexecdir ;;
464 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465 | --libexe=* | --libex=* | --libe=*)
466 libexecdir=$ac_optarg ;;
468 -localstatedir | --localstatedir | --localstatedi | --localstated \
469 | --localstate | --localstat | --localsta | --localst \
470 | --locals | --local | --loca | --loc | --lo)
471 ac_prev=localstatedir ;;
472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475 localstatedir=$ac_optarg ;;
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478 ac_prev=mandir ;;
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480 mandir=$ac_optarg ;;
482 -nfp | --nfp | --nf)
483 # Obsolete; use --without-fp.
484 with_fp=no ;;
486 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487 | --no-cr | --no-c | -n)
488 no_create=yes ;;
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 no_recursion=yes ;;
494 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496 | --oldin | --oldi | --old | --ol | --o)
497 ac_prev=oldincludedir ;;
498 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501 oldincludedir=$ac_optarg ;;
503 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504 ac_prev=prefix ;;
505 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506 prefix=$ac_optarg ;;
508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
510 ac_prev=program_prefix ;;
511 -program-prefix=* | --program-prefix=* | --program-prefi=* \
512 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513 program_prefix=$ac_optarg ;;
515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
516 | --program-suf | --program-su | --program-s)
517 ac_prev=program_suffix ;;
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
519 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520 program_suffix=$ac_optarg ;;
522 -program-transform-name | --program-transform-name \
523 | --program-transform-nam | --program-transform-na \
524 | --program-transform-n | --program-transform- \
525 | --program-transform | --program-transfor \
526 | --program-transfo | --program-transf \
527 | --program-trans | --program-tran \
528 | --progr-tra | --program-tr | --program-t)
529 ac_prev=program_transform_name ;;
530 -program-transform-name=* | --program-transform-name=* \
531 | --program-transform-nam=* | --program-transform-na=* \
532 | --program-transform-n=* | --program-transform-=* \
533 | --program-transform=* | --program-transfor=* \
534 | --program-transfo=* | --program-transf=* \
535 | --program-trans=* | --program-tran=* \
536 | --progr-tra=* | --program-tr=* | --program-t=*)
537 program_transform_name=$ac_optarg ;;
539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540 | -silent | --silent | --silen | --sile | --sil)
541 silent=yes ;;
543 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544 ac_prev=sbindir ;;
545 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546 | --sbi=* | --sb=*)
547 sbindir=$ac_optarg ;;
549 -sharedstatedir | --sharedstatedir | --sharedstatedi \
550 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551 | --sharedst | --shareds | --shared | --share | --shar \
552 | --sha | --sh)
553 ac_prev=sharedstatedir ;;
554 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557 | --sha=* | --sh=*)
558 sharedstatedir=$ac_optarg ;;
560 -site | --site | --sit)
561 ac_prev=site ;;
562 -site=* | --site=* | --sit=*)
563 site=$ac_optarg ;;
565 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566 ac_prev=srcdir ;;
567 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568 srcdir=$ac_optarg ;;
570 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571 | --syscon | --sysco | --sysc | --sys | --sy)
572 ac_prev=sysconfdir ;;
573 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575 sysconfdir=$ac_optarg ;;
577 -target | --target | --targe | --targ | --tar | --ta | --t)
578 ac_prev=target_alias ;;
579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580 target_alias=$ac_optarg ;;
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 verbose=yes ;;
585 -version | --version | --versio | --versi | --vers | -V)
586 ac_init_version=: ;;
588 -with-* | --with-*)
589 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590 # Reject names that are not valid shell variable names.
591 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592 { echo "$as_me: error: invalid package name: $ac_package" >&2
593 { (exit 1); exit 1; }; }
594 ac_package=`echo $ac_package| sed 's/-/_/g'`
595 case $ac_option in
596 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 *) ac_optarg=yes ;;
598 esac
599 eval "with_$ac_package='$ac_optarg'" ;;
601 -without-* | --without-*)
602 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603 # Reject names that are not valid shell variable names.
604 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605 { echo "$as_me: error: invalid package name: $ac_package" >&2
606 { (exit 1); exit 1; }; }
607 ac_package=`echo $ac_package | sed 's/-/_/g'`
608 eval "with_$ac_package=no" ;;
610 --x)
611 # Obsolete; use --with-x.
612 with_x=yes ;;
614 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615 | --x-incl | --x-inc | --x-in | --x-i)
616 ac_prev=x_includes ;;
617 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619 x_includes=$ac_optarg ;;
621 -x-libraries | --x-libraries | --x-librarie | --x-librari \
622 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623 ac_prev=x_libraries ;;
624 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626 x_libraries=$ac_optarg ;;
628 -*) { echo "$as_me: error: unrecognized option: $ac_option
629 Try \`$0 --help' for more information." >&2
630 { (exit 1); exit 1; }; }
633 *=*)
634 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635 # Reject names that are not valid shell variable names.
636 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638 { (exit 1); exit 1; }; }
639 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640 eval "$ac_envvar='$ac_optarg'"
641 export $ac_envvar ;;
644 # FIXME: should be removed in autoconf 3.0.
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 esac
652 done
654 if test -n "$ac_prev"; then
655 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656 { echo "$as_me: error: missing argument to $ac_option" >&2
657 { (exit 1); exit 1; }; }
660 # Be sure to have absolute paths.
661 for ac_var in exec_prefix prefix
663 eval ac_val=$`echo $ac_var`
664 case $ac_val in
665 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667 { (exit 1); exit 1; }; };;
668 esac
669 done
671 # Be sure to have absolute paths.
672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673 localstatedir libdir includedir oldincludedir infodir mandir
675 eval ac_val=$`echo $ac_var`
676 case $ac_val in
677 [\\/$]* | ?:[\\/]* ) ;;
678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679 { (exit 1); exit 1; }; };;
680 esac
681 done
683 # There might be people who depend on the old broken behavior: `$host'
684 # used to hold the argument of --host etc.
685 # FIXME: To remove some day.
686 build=$build_alias
687 host=$host_alias
688 target=$target_alias
690 # FIXME: To remove some day.
691 if test "x$host_alias" != x; then
692 if test "x$build_alias" = x; then
693 cross_compiling=maybe
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695 If a cross compiler is detected then cross compile mode will be used." >&2
696 elif test "x$build_alias" != "x$host_alias"; then
697 cross_compiling=yes
701 ac_tool_prefix=
702 test -n "$host_alias" && ac_tool_prefix=$host_alias-
704 test "$silent" = yes && exec 6>/dev/null
707 # Find the source files, if location was not specified.
708 if test -z "$srcdir"; then
709 ac_srcdir_defaulted=yes
710 # Try the directory containing this script, then its parent.
711 ac_confdir=`(dirname "$0") 2>/dev/null ||
712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713 X"$0" : 'X\(//\)[^/]' \| \
714 X"$0" : 'X\(//\)$' \| \
715 X"$0" : 'X\(/\)' \| \
716 . : '\(.\)' 2>/dev/null ||
717 echo X"$0" |
718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720 /^X\(\/\/\)$/{ s//\1/; q; }
721 /^X\(\/\).*/{ s//\1/; q; }
722 s/.*/./; q'`
723 srcdir=$ac_confdir
724 if test ! -r $srcdir/$ac_unique_file; then
725 srcdir=..
727 else
728 ac_srcdir_defaulted=no
730 if test ! -r $srcdir/$ac_unique_file; then
731 if test "$ac_srcdir_defaulted" = yes; then
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733 { (exit 1); exit 1; }; }
734 else
735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736 { (exit 1); exit 1; }; }
739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741 { (exit 1); exit 1; }; }
742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743 ac_env_build_alias_set=${build_alias+set}
744 ac_env_build_alias_value=$build_alias
745 ac_cv_env_build_alias_set=${build_alias+set}
746 ac_cv_env_build_alias_value=$build_alias
747 ac_env_host_alias_set=${host_alias+set}
748 ac_env_host_alias_value=$host_alias
749 ac_cv_env_host_alias_set=${host_alias+set}
750 ac_cv_env_host_alias_value=$host_alias
751 ac_env_target_alias_set=${target_alias+set}
752 ac_env_target_alias_value=$target_alias
753 ac_cv_env_target_alias_set=${target_alias+set}
754 ac_cv_env_target_alias_value=$target_alias
755 ac_env_CC_set=${CC+set}
756 ac_env_CC_value=$CC
757 ac_cv_env_CC_set=${CC+set}
758 ac_cv_env_CC_value=$CC
759 ac_env_CFLAGS_set=${CFLAGS+set}
760 ac_env_CFLAGS_value=$CFLAGS
761 ac_cv_env_CFLAGS_set=${CFLAGS+set}
762 ac_cv_env_CFLAGS_value=$CFLAGS
763 ac_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_env_LDFLAGS_value=$LDFLAGS
765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_cv_env_LDFLAGS_value=$LDFLAGS
767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_env_CPPFLAGS_value=$CPPFLAGS
769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771 ac_env_CPP_set=${CPP+set}
772 ac_env_CPP_value=$CPP
773 ac_cv_env_CPP_set=${CPP+set}
774 ac_cv_env_CPP_value=$CPP
777 # Report the --help message.
779 if test "$ac_init_help" = "long"; then
780 # Omit some internal or obsolete options to make the list less imposing.
781 # This message is too long to be a string in the A/UX 3.1 sh.
782 cat <<_ACEOF
783 \`configure' configures cpplib to adapt to many kinds of systems.
785 Usage: $0 [OPTION]... [VAR=VALUE]...
787 To assign environment variables (e.g., CC, CFLAGS...), specify them as
788 VAR=VALUE. See below for descriptions of some of the useful variables.
790 Defaults for the options are specified in brackets.
792 Configuration:
793 -h, --help display this help and exit
794 --help=short display options specific to this package
795 --help=recursive display the short help of all the included packages
796 -V, --version display version information and exit
797 -q, --quiet, --silent do not print \`checking...' messages
798 --cache-file=FILE cache test results in FILE [disabled]
799 -C, --config-cache alias for \`--cache-file=config.cache'
800 -n, --no-create do not create output files
801 --srcdir=DIR find the sources in DIR [configure dir or \`..']
803 _ACEOF
805 cat <<_ACEOF
806 Installation directories:
807 --prefix=PREFIX install architecture-independent files in PREFIX
808 [$ac_default_prefix]
809 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 [PREFIX]
812 By default, \`make install' will install all the files in
813 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
814 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
815 for instance \`--prefix=\$HOME'.
817 For better control, use the options below.
819 Fine tuning of the installation directories:
820 --bindir=DIR user executables [EPREFIX/bin]
821 --sbindir=DIR system admin executables [EPREFIX/sbin]
822 --libexecdir=DIR program executables [EPREFIX/libexec]
823 --datadir=DIR read-only architecture-independent data [PREFIX/share]
824 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
825 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
826 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
827 --libdir=DIR object code libraries [EPREFIX/lib]
828 --includedir=DIR C header files [PREFIX/include]
829 --oldincludedir=DIR C header files for non-gcc [/usr/include]
830 --infodir=DIR info documentation [PREFIX/info]
831 --mandir=DIR man documentation [PREFIX/man]
832 _ACEOF
834 cat <<\_ACEOF
836 Program names:
837 --program-prefix=PREFIX prepend PREFIX to installed program names
838 --program-suffix=SUFFIX append SUFFIX to installed program names
839 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
841 System types:
842 --build=BUILD configure for building on BUILD [guessed]
843 --host=HOST cross-compile to build programs to run on HOST [BUILD]
844 --target=TARGET configure for building compilers for TARGET [HOST]
845 _ACEOF
848 if test -n "$ac_init_help"; then
849 case $ac_init_help in
850 short | recursive ) echo "Configuration of cpplib :";;
851 esac
852 cat <<\_ACEOF
854 Optional Features:
855 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
856 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
857 --enable-maintainer-mode enable make rules and dependencies not useful
858 (and sometimes confusing) to the casual installer
859 --disable-dependency-tracking speeds up one-time build
860 --enable-dependency-tracking do not reject slow dependency extractors
861 --disable-rpath do not hardcode runtime library paths
862 --enable-checking enable expensive run-time checks
864 Optional Packages:
865 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
866 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
867 --with-gnu-ld assume the C compiler uses GNU ld default=no
868 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
869 --without-libiconv-prefix don't search for libiconv in includedir and libdir
871 Some influential environment variables:
872 CC C compiler command
873 CFLAGS C compiler flags
874 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
875 nonstandard directory <lib dir>
876 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
877 headers in a nonstandard directory <include dir>
878 CPP C preprocessor
880 Use these variables to override the choices made by `configure' or to help
881 it to find libraries and programs with nonstandard names/locations.
883 Report bugs to <gcc-bugs@gcc.gnu.org>.
884 _ACEOF
887 if test "$ac_init_help" = "recursive"; then
888 # If there are subdirs, report their specific --help.
889 ac_popdir=`pwd`
890 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
891 test -d $ac_dir || continue
892 ac_builddir=.
894 if test "$ac_dir" != .; then
895 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
896 # A "../" for each directory in $ac_dir_suffix.
897 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
898 else
899 ac_dir_suffix= ac_top_builddir=
902 case $srcdir in
903 .) # No --srcdir option. We are building in place.
904 ac_srcdir=.
905 if test -z "$ac_top_builddir"; then
906 ac_top_srcdir=.
907 else
908 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
909 fi ;;
910 [\\/]* | ?:[\\/]* ) # Absolute path.
911 ac_srcdir=$srcdir$ac_dir_suffix;
912 ac_top_srcdir=$srcdir ;;
913 *) # Relative path.
914 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
915 ac_top_srcdir=$ac_top_builddir$srcdir ;;
916 esac
918 # Do not use `cd foo && pwd` to compute absolute paths, because
919 # the directories may not exist.
920 case `pwd` in
921 .) ac_abs_builddir="$ac_dir";;
923 case "$ac_dir" in
924 .) ac_abs_builddir=`pwd`;;
925 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
926 *) ac_abs_builddir=`pwd`/"$ac_dir";;
927 esac;;
928 esac
929 case $ac_abs_builddir in
930 .) ac_abs_top_builddir=${ac_top_builddir}.;;
932 case ${ac_top_builddir}. in
933 .) ac_abs_top_builddir=$ac_abs_builddir;;
934 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
935 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
936 esac;;
937 esac
938 case $ac_abs_builddir in
939 .) ac_abs_srcdir=$ac_srcdir;;
941 case $ac_srcdir in
942 .) ac_abs_srcdir=$ac_abs_builddir;;
943 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
944 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
945 esac;;
946 esac
947 case $ac_abs_builddir in
948 .) ac_abs_top_srcdir=$ac_top_srcdir;;
950 case $ac_top_srcdir in
951 .) ac_abs_top_srcdir=$ac_abs_builddir;;
952 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
953 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
954 esac;;
955 esac
957 cd $ac_dir
958 # Check for guested configure; otherwise get Cygnus style configure.
959 if test -f $ac_srcdir/configure.gnu; then
960 echo
961 $SHELL $ac_srcdir/configure.gnu --help=recursive
962 elif test -f $ac_srcdir/configure; then
963 echo
964 $SHELL $ac_srcdir/configure --help=recursive
965 elif test -f $ac_srcdir/configure.ac ||
966 test -f $ac_srcdir/configure.in; then
967 echo
968 $ac_configure --help
969 else
970 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
972 cd $ac_popdir
973 done
976 test -n "$ac_init_help" && exit 0
977 if $ac_init_version; then
978 cat <<\_ACEOF
979 cpplib configure
980 generated by GNU Autoconf 2.59
982 Copyright (C) 2003 Free Software Foundation, Inc.
983 This configure script is free software; the Free Software Foundation
984 gives unlimited permission to copy, distribute and modify it.
985 _ACEOF
986 exit 0
988 exec 5>config.log
989 cat >&5 <<_ACEOF
990 This file contains any messages produced by compilers while
991 running configure, to aid debugging if configure makes a mistake.
993 It was created by cpplib $as_me , which was
994 generated by GNU Autoconf 2.59. Invocation command line was
996 $ $0 $@
998 _ACEOF
1000 cat <<_ASUNAME
1001 ## --------- ##
1002 ## Platform. ##
1003 ## --------- ##
1005 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1006 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1007 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1008 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1009 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1011 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1012 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1014 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1015 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1016 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1017 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1018 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1019 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1020 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1022 _ASUNAME
1024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1025 for as_dir in $PATH
1027 IFS=$as_save_IFS
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1030 done
1032 } >&5
1034 cat >&5 <<_ACEOF
1037 ## ----------- ##
1038 ## Core tests. ##
1039 ## ----------- ##
1041 _ACEOF
1044 # Keep a trace of the command line.
1045 # Strip out --no-create and --no-recursion so they do not pile up.
1046 # Strip out --silent because we don't want to record it for future runs.
1047 # Also quote any args containing shell meta-characters.
1048 # Make two passes to allow for proper duplicate-argument suppression.
1049 ac_configure_args=
1050 ac_configure_args0=
1051 ac_configure_args1=
1052 ac_sep=
1053 ac_must_keep_next=false
1054 for ac_pass in 1 2
1056 for ac_arg
1058 case $ac_arg in
1059 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 continue ;;
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1065 esac
1066 case $ac_pass in
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1070 if test $ac_must_keep_next = true; then
1071 ac_must_keep_next=false # Got value, back to normal.
1072 else
1073 case $ac_arg in
1074 *=* | --config-cache | -C | -disable-* | --disable-* \
1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1077 | -with-* | --with-* | -without-* | --without-* | --x)
1078 case "$ac_configure_args0 " in
1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1080 esac
1082 -* ) ac_must_keep_next=true ;;
1083 esac
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1087 ac_sep=" "
1089 esac
1090 done
1091 done
1092 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1093 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1095 # When interrupted or exit'd, cleanup temporary files, and complete
1096 # config.log. We remove comments because anyway the quotes in there
1097 # would cause problems or look ugly.
1098 # WARNING: Be sure not to use single quotes in there, as some shells,
1099 # such as our DU 5.0 friend, will then `close' the trap.
1100 trap 'exit_status=$?
1101 # Save into config.log some information that might help in debugging.
1103 echo
1105 cat <<\_ASBOX
1106 ## ---------------- ##
1107 ## Cache variables. ##
1108 ## ---------------- ##
1109 _ASBOX
1110 echo
1111 # The following way of writing the cache mishandles newlines in values,
1113 (set) 2>&1 |
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1115 *ac_space=\ *)
1116 sed -n \
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1121 sed -n \
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1124 esac;
1126 echo
1128 cat <<\_ASBOX
1129 ## ----------------- ##
1130 ## Output variables. ##
1131 ## ----------------- ##
1132 _ASBOX
1133 echo
1134 for ac_var in $ac_subst_vars
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1138 done | sort
1139 echo
1141 if test -n "$ac_subst_files"; then
1142 cat <<\_ASBOX
1143 ## ------------- ##
1144 ## Output files. ##
1145 ## ------------- ##
1146 _ASBOX
1147 echo
1148 for ac_var in $ac_subst_files
1150 eval ac_val=$`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1152 done | sort
1153 echo
1156 if test -s confdefs.h; then
1157 cat <<\_ASBOX
1158 ## ----------- ##
1159 ## confdefs.h. ##
1160 ## ----------- ##
1161 _ASBOX
1162 echo
1163 sed "/^$/d" confdefs.h | sort
1164 echo
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1169 } >&5
1170 rm -f core *.core &&
1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1172 exit $exit_status
1174 for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1176 done
1177 ac_signal=0
1179 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1180 rm -rf conftest* confdefs.h
1181 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1182 echo >confdefs.h
1184 # Predefined preprocessor variables.
1186 cat >>confdefs.h <<_ACEOF
1187 #define PACKAGE_NAME "$PACKAGE_NAME"
1188 _ACEOF
1191 cat >>confdefs.h <<_ACEOF
1192 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1193 _ACEOF
1196 cat >>confdefs.h <<_ACEOF
1197 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1198 _ACEOF
1201 cat >>confdefs.h <<_ACEOF
1202 #define PACKAGE_STRING "$PACKAGE_STRING"
1203 _ACEOF
1206 cat >>confdefs.h <<_ACEOF
1207 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1208 _ACEOF
1211 # Let the site file select an alternate cache file if it wants to.
1212 # Prefer explicitly selected file to automatically selected ones.
1213 if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1216 else
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1220 for ac_site_file in $CONFIG_SITE; do
1221 if test -r "$ac_site_file"; then
1222 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1223 echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's/^/| /' "$ac_site_file" >&5
1225 . "$ac_site_file"
1227 done
1229 if test -r "$cache_file"; then
1230 # Some versions of bash will fail to source /dev/null (special
1231 # files actually), so we avoid doing that.
1232 if test -f "$cache_file"; then
1233 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1234 echo "$as_me: loading cache $cache_file" >&6;}
1235 case $cache_file in
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1238 esac
1240 else
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242 echo "$as_me: creating cache $cache_file" >&6;}
1243 >$cache_file
1246 # Check that the precious variables saved in the cache have kept the same
1247 # value.
1248 ac_cache_corrupted=false
1249 for ac_var in `(set) 2>&1 |
1250 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1252 eval ac_new_set=\$ac_env_${ac_var}_set
1253 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1254 eval ac_new_val="\$ac_env_${ac_var}_value"
1255 case $ac_old_set,$ac_new_set in
1256 set,)
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1258 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1260 ,set)
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1262 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1264 ,);;
1266 if test "x$ac_old_val" != "x$ac_new_val"; then
1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1268 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1270 echo "$as_me: former value: $ac_old_val" >&2;}
1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1272 echo "$as_me: current value: $ac_new_val" >&2;}
1273 ac_cache_corrupted=:
1274 fi;;
1275 esac
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1278 case $ac_new_val in
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1282 esac
1283 case " $ac_configure_args " in
1284 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1285 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1286 esac
1288 done
1289 if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1292 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1293 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1297 ac_ext=c
1298 ac_cpp='$CPP $CPPFLAGS'
1299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1330 ac_aux_dir=
1331 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1332 if test -f $ac_dir/install-sh; then
1333 ac_aux_dir=$ac_dir
1334 ac_install_sh="$ac_aux_dir/install-sh -c"
1335 break
1336 elif test -f $ac_dir/install.sh; then
1337 ac_aux_dir=$ac_dir
1338 ac_install_sh="$ac_aux_dir/install.sh -c"
1339 break
1340 elif test -f $ac_dir/shtool; then
1341 ac_aux_dir=$ac_dir
1342 ac_install_sh="$ac_aux_dir/shtool install -c"
1343 break
1345 done
1346 if test -z "$ac_aux_dir"; then
1347 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1348 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1349 { (exit 1); exit 1; }; }
1351 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1352 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1353 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1355 # Make sure we can run config.sub.
1356 $ac_config_sub sun4 >/dev/null 2>&1 ||
1357 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1358 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1359 { (exit 1); exit 1; }; }
1361 echo "$as_me:$LINENO: checking build system type" >&5
1362 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1363 if test "${ac_cv_build+set}" = set; then
1364 echo $ECHO_N "(cached) $ECHO_C" >&6
1365 else
1366 ac_cv_build_alias=$build_alias
1367 test -z "$ac_cv_build_alias" &&
1368 ac_cv_build_alias=`$ac_config_guess`
1369 test -z "$ac_cv_build_alias" &&
1370 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1371 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1372 { (exit 1); exit 1; }; }
1373 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1374 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1375 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1376 { (exit 1); exit 1; }; }
1379 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1380 echo "${ECHO_T}$ac_cv_build" >&6
1381 build=$ac_cv_build
1382 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1383 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1384 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1387 echo "$as_me:$LINENO: checking host system type" >&5
1388 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1389 if test "${ac_cv_host+set}" = set; then
1390 echo $ECHO_N "(cached) $ECHO_C" >&6
1391 else
1392 ac_cv_host_alias=$host_alias
1393 test -z "$ac_cv_host_alias" &&
1394 ac_cv_host_alias=$ac_cv_build_alias
1395 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1396 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1397 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1398 { (exit 1); exit 1; }; }
1401 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1402 echo "${ECHO_T}$ac_cv_host" >&6
1403 host=$ac_cv_host
1404 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1405 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1406 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1409 echo "$as_me:$LINENO: checking target system type" >&5
1410 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1411 if test "${ac_cv_target+set}" = set; then
1412 echo $ECHO_N "(cached) $ECHO_C" >&6
1413 else
1414 ac_cv_target_alias=$target_alias
1415 test "x$ac_cv_target_alias" = "x" &&
1416 ac_cv_target_alias=$ac_cv_host_alias
1417 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1418 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1419 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1420 { (exit 1); exit 1; }; }
1423 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1424 echo "${ECHO_T}$ac_cv_target" >&6
1425 target=$ac_cv_target
1426 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1427 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1428 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1431 # The aliases save the names the user supplied, while $host etc.
1432 # will get canonicalized.
1433 test -n "$target_alias" &&
1434 test "$program_prefix$program_suffix$program_transform_name" = \
1435 NONENONEs,x,x, &&
1436 program_prefix=${target_alias}-
1437 am__api_version="1.8"
1438 # Find a good install program. We prefer a C program (faster),
1439 # so one script is as good as another. But avoid the broken or
1440 # incompatible versions:
1441 # SysV /etc/install, /usr/sbin/install
1442 # SunOS /usr/etc/install
1443 # IRIX /sbin/install
1444 # AIX /bin/install
1445 # AmigaOS /C/install, which installs bootblocks on floppy discs
1446 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1447 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1448 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1449 # OS/2's system install, which has a completely different semantic
1450 # ./install, which can be erroneously created by make from ./install.sh.
1451 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1452 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1453 if test -z "$INSTALL"; then
1454 if test "${ac_cv_path_install+set}" = set; then
1455 echo $ECHO_N "(cached) $ECHO_C" >&6
1456 else
1457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1458 for as_dir in $PATH
1460 IFS=$as_save_IFS
1461 test -z "$as_dir" && as_dir=.
1462 # Account for people who put trailing slashes in PATH elements.
1463 case $as_dir/ in
1464 ./ | .// | /cC/* | \
1465 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1466 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1467 /usr/ucb/* ) ;;
1469 # OSF1 and SCO ODT 3.0 have their own names for install.
1470 # Don't use installbsd from OSF since it installs stuff as root
1471 # by default.
1472 for ac_prog in ginstall scoinst install; do
1473 for ac_exec_ext in '' $ac_executable_extensions; do
1474 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1475 if test $ac_prog = install &&
1476 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1477 # AIX install. It has an incompatible calling convention.
1479 elif test $ac_prog = install &&
1480 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1481 # program-specific install script used by HP pwplus--don't use.
1483 else
1484 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1485 break 3
1488 done
1489 done
1491 esac
1492 done
1496 if test "${ac_cv_path_install+set}" = set; then
1497 INSTALL=$ac_cv_path_install
1498 else
1499 # As a last resort, use the slow shell script. We don't cache a
1500 # path for INSTALL within a source directory, because that will
1501 # break other packages using the cache if that directory is
1502 # removed, or if the path is relative.
1503 INSTALL=$ac_install_sh
1506 echo "$as_me:$LINENO: result: $INSTALL" >&5
1507 echo "${ECHO_T}$INSTALL" >&6
1509 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1510 # It thinks the first close brace ends the variable substitution.
1511 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1513 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1515 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1517 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1518 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1519 # Just in case
1520 sleep 1
1521 echo timestamp > conftest.file
1522 # Do `set' in a subshell so we don't clobber the current shell's
1523 # arguments. Must try -L first in case configure is actually a
1524 # symlink; some systems play weird games with the mod time of symlinks
1525 # (eg FreeBSD returns the mod time of the symlink's containing
1526 # directory).
1527 if (
1528 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1529 if test "$*" = "X"; then
1530 # -L didn't work.
1531 set X `ls -t $srcdir/configure conftest.file`
1533 rm -f conftest.file
1534 if test "$*" != "X $srcdir/configure conftest.file" \
1535 && test "$*" != "X conftest.file $srcdir/configure"; then
1537 # If neither matched, then we have a broken ls. This can happen
1538 # if, for instance, CONFIG_SHELL is bash and it inherits a
1539 # broken ls alias from the environment. This has actually
1540 # happened. Such a system could not be considered "sane".
1541 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1542 alias in your environment" >&5
1543 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1544 alias in your environment" >&2;}
1545 { (exit 1); exit 1; }; }
1548 test "$2" = conftest.file
1550 then
1551 # Ok.
1553 else
1554 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1555 Check your system clock" >&5
1556 echo "$as_me: error: newly created file is older than distributed files!
1557 Check your system clock" >&2;}
1558 { (exit 1); exit 1; }; }
1560 echo "$as_me:$LINENO: result: yes" >&5
1561 echo "${ECHO_T}yes" >&6
1562 test "$program_prefix" != NONE &&
1563 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1564 # Use a double $ so make ignores it.
1565 test "$program_suffix" != NONE &&
1566 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1567 # Double any \ or $. echo might interpret backslashes.
1568 # By default was `s,x,x', remove it if useless.
1569 cat <<\_ACEOF >conftest.sed
1570 s/[\\$]/&&/g;s/;s,x,x,$//
1571 _ACEOF
1572 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1573 rm conftest.sed
1575 # expand $ac_aux_dir to an absolute path
1576 am_aux_dir=`cd $ac_aux_dir && pwd`
1578 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1579 # Use eval to expand $SHELL
1580 if eval "$MISSING --run true"; then
1581 am_missing_run="$MISSING --run "
1582 else
1583 am_missing_run=
1584 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1585 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1588 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1589 # Keeping the `.' argument allows $(mkdir_p) to be used without
1590 # argument. Indeed, we sometimes output rules like
1591 # $(mkdir_p) $(somedir)
1592 # where $(somedir) is conditionally defined.
1593 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1594 # expensive solution, as it forces Make to start a sub-shell.)
1595 mkdir_p='mkdir -p -- .'
1596 else
1597 # On NextStep and OpenStep, the `mkdir' command does not
1598 # recognize any option. It will interpret all options as
1599 # directories to create, and then abort because `.' already
1600 # exists.
1601 for d in ./-p ./--version;
1603 test -d $d && rmdir $d
1604 done
1605 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1606 if test -f "$ac_aux_dir/mkinstalldirs"; then
1607 mkdir_p='$(mkinstalldirs)'
1608 else
1609 mkdir_p='$(install_sh) -d'
1613 for ac_prog in gawk mawk nawk awk
1615 # Extract the first word of "$ac_prog", so it can be a program name with args.
1616 set dummy $ac_prog; ac_word=$2
1617 echo "$as_me:$LINENO: checking for $ac_word" >&5
1618 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1619 if test "${ac_cv_prog_AWK+set}" = set; then
1620 echo $ECHO_N "(cached) $ECHO_C" >&6
1621 else
1622 if test -n "$AWK"; then
1623 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1624 else
1625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1626 for as_dir in $PATH
1628 IFS=$as_save_IFS
1629 test -z "$as_dir" && as_dir=.
1630 for ac_exec_ext in '' $ac_executable_extensions; do
1631 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1632 ac_cv_prog_AWK="$ac_prog"
1633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1634 break 2
1636 done
1637 done
1641 AWK=$ac_cv_prog_AWK
1642 if test -n "$AWK"; then
1643 echo "$as_me:$LINENO: result: $AWK" >&5
1644 echo "${ECHO_T}$AWK" >&6
1645 else
1646 echo "$as_me:$LINENO: result: no" >&5
1647 echo "${ECHO_T}no" >&6
1650 test -n "$AWK" && break
1651 done
1653 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1654 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1655 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1656 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
1658 else
1659 cat >conftest.make <<\_ACEOF
1660 all:
1661 @echo 'ac_maketemp="$(MAKE)"'
1662 _ACEOF
1663 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1664 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1665 if test -n "$ac_maketemp"; then
1666 eval ac_cv_prog_make_${ac_make}_set=yes
1667 else
1668 eval ac_cv_prog_make_${ac_make}_set=no
1670 rm -f conftest.make
1672 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1673 echo "$as_me:$LINENO: result: yes" >&5
1674 echo "${ECHO_T}yes" >&6
1675 SET_MAKE=
1676 else
1677 echo "$as_me:$LINENO: result: no" >&5
1678 echo "${ECHO_T}no" >&6
1679 SET_MAKE="MAKE=${MAKE-make}"
1682 rm -rf .tst 2>/dev/null
1683 mkdir .tst 2>/dev/null
1684 if test -d .tst; then
1685 am__leading_dot=.
1686 else
1687 am__leading_dot=_
1689 rmdir .tst 2>/dev/null
1691 # test to see if srcdir already configured
1692 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1693 test -f $srcdir/config.status; then
1694 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1695 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1696 { (exit 1); exit 1; }; }
1699 # test whether we have cygpath
1700 if test -z "$CYGPATH_W"; then
1701 if (cygpath --version) >/dev/null 2>/dev/null; then
1702 CYGPATH_W='cygpath -w'
1703 else
1704 CYGPATH_W=echo
1709 # Define the identity of the package.
1710 PACKAGE='cpplib'
1711 VERSION=' '
1714 cat >>confdefs.h <<_ACEOF
1715 #define PACKAGE "$PACKAGE"
1716 _ACEOF
1719 cat >>confdefs.h <<_ACEOF
1720 #define VERSION "$VERSION"
1721 _ACEOF
1723 # Some tools Automake needs.
1725 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1728 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1731 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1734 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1737 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1740 AMTAR=${AMTAR-"${am_missing_run}tar"}
1742 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1744 # Installed binaries are usually stripped using `strip' when the user
1745 # run `make install-strip'. However `strip' might not be the right
1746 # tool to use in cross-compilation environments, therefore Automake
1747 # will honor the `STRIP' environment variable to overrule this program.
1748 if test "$cross_compiling" != no; then
1749 if test -n "$ac_tool_prefix"; then
1750 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1751 set dummy ${ac_tool_prefix}strip; ac_word=$2
1752 echo "$as_me:$LINENO: checking for $ac_word" >&5
1753 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1754 if test "${ac_cv_prog_STRIP+set}" = set; then
1755 echo $ECHO_N "(cached) $ECHO_C" >&6
1756 else
1757 if test -n "$STRIP"; then
1758 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1759 else
1760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1761 for as_dir in $PATH
1763 IFS=$as_save_IFS
1764 test -z "$as_dir" && as_dir=.
1765 for ac_exec_ext in '' $ac_executable_extensions; do
1766 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1767 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1769 break 2
1771 done
1772 done
1776 STRIP=$ac_cv_prog_STRIP
1777 if test -n "$STRIP"; then
1778 echo "$as_me:$LINENO: result: $STRIP" >&5
1779 echo "${ECHO_T}$STRIP" >&6
1780 else
1781 echo "$as_me:$LINENO: result: no" >&5
1782 echo "${ECHO_T}no" >&6
1786 if test -z "$ac_cv_prog_STRIP"; then
1787 ac_ct_STRIP=$STRIP
1788 # Extract the first word of "strip", so it can be a program name with args.
1789 set dummy strip; ac_word=$2
1790 echo "$as_me:$LINENO: checking for $ac_word" >&5
1791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1792 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1793 echo $ECHO_N "(cached) $ECHO_C" >&6
1794 else
1795 if test -n "$ac_ct_STRIP"; then
1796 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1797 else
1798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1799 for as_dir in $PATH
1801 IFS=$as_save_IFS
1802 test -z "$as_dir" && as_dir=.
1803 for ac_exec_ext in '' $ac_executable_extensions; do
1804 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1805 ac_cv_prog_ac_ct_STRIP="strip"
1806 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1807 break 2
1809 done
1810 done
1812 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1815 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1816 if test -n "$ac_ct_STRIP"; then
1817 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1818 echo "${ECHO_T}$ac_ct_STRIP" >&6
1819 else
1820 echo "$as_me:$LINENO: result: no" >&5
1821 echo "${ECHO_T}no" >&6
1824 STRIP=$ac_ct_STRIP
1825 else
1826 STRIP="$ac_cv_prog_STRIP"
1830 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1832 # We need awk for the "check" target. The system "awk" is bad on
1833 # some platforms.
1837 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1838 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1839 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1840 if test "${enable_maintainer_mode+set}" = set; then
1841 enableval="$enable_maintainer_mode"
1842 USE_MAINTAINER_MODE=$enableval
1843 else
1844 USE_MAINTAINER_MODE=no
1846 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1847 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1850 if test $USE_MAINTAINER_MODE = yes; then
1851 MAINTAINER_MODE_TRUE=
1852 MAINTAINER_MODE_FALSE='#'
1853 else
1854 MAINTAINER_MODE_TRUE='#'
1855 MAINTAINER_MODE_FALSE=
1858 MAINT=$MAINTAINER_MODE_TRUE
1862 # Checks for programs.
1863 ac_ext=c
1864 ac_cpp='$CPP $CPPFLAGS'
1865 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1866 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1867 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1868 if test -n "$ac_tool_prefix"; then
1869 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1870 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1871 echo "$as_me:$LINENO: checking for $ac_word" >&5
1872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1873 if test "${ac_cv_prog_CC+set}" = set; then
1874 echo $ECHO_N "(cached) $ECHO_C" >&6
1875 else
1876 if test -n "$CC"; then
1877 ac_cv_prog_CC="$CC" # Let the user override the test.
1878 else
1879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1880 for as_dir in $PATH
1882 IFS=$as_save_IFS
1883 test -z "$as_dir" && as_dir=.
1884 for ac_exec_ext in '' $ac_executable_extensions; do
1885 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1886 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1888 break 2
1890 done
1891 done
1895 CC=$ac_cv_prog_CC
1896 if test -n "$CC"; then
1897 echo "$as_me:$LINENO: result: $CC" >&5
1898 echo "${ECHO_T}$CC" >&6
1899 else
1900 echo "$as_me:$LINENO: result: no" >&5
1901 echo "${ECHO_T}no" >&6
1905 if test -z "$ac_cv_prog_CC"; then
1906 ac_ct_CC=$CC
1907 # Extract the first word of "gcc", so it can be a program name with args.
1908 set dummy gcc; ac_word=$2
1909 echo "$as_me:$LINENO: checking for $ac_word" >&5
1910 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1911 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1912 echo $ECHO_N "(cached) $ECHO_C" >&6
1913 else
1914 if test -n "$ac_ct_CC"; then
1915 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1916 else
1917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1918 for as_dir in $PATH
1920 IFS=$as_save_IFS
1921 test -z "$as_dir" && as_dir=.
1922 for ac_exec_ext in '' $ac_executable_extensions; do
1923 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1924 ac_cv_prog_ac_ct_CC="gcc"
1925 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1926 break 2
1928 done
1929 done
1933 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1934 if test -n "$ac_ct_CC"; then
1935 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1936 echo "${ECHO_T}$ac_ct_CC" >&6
1937 else
1938 echo "$as_me:$LINENO: result: no" >&5
1939 echo "${ECHO_T}no" >&6
1942 CC=$ac_ct_CC
1943 else
1944 CC="$ac_cv_prog_CC"
1947 if test -z "$CC"; then
1948 if test -n "$ac_tool_prefix"; then
1949 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1950 set dummy ${ac_tool_prefix}cc; ac_word=$2
1951 echo "$as_me:$LINENO: checking for $ac_word" >&5
1952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1953 if test "${ac_cv_prog_CC+set}" = set; then
1954 echo $ECHO_N "(cached) $ECHO_C" >&6
1955 else
1956 if test -n "$CC"; then
1957 ac_cv_prog_CC="$CC" # Let the user override the test.
1958 else
1959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1960 for as_dir in $PATH
1962 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=.
1964 for ac_exec_ext in '' $ac_executable_extensions; do
1965 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1966 ac_cv_prog_CC="${ac_tool_prefix}cc"
1967 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1968 break 2
1970 done
1971 done
1975 CC=$ac_cv_prog_CC
1976 if test -n "$CC"; then
1977 echo "$as_me:$LINENO: result: $CC" >&5
1978 echo "${ECHO_T}$CC" >&6
1979 else
1980 echo "$as_me:$LINENO: result: no" >&5
1981 echo "${ECHO_T}no" >&6
1985 if test -z "$ac_cv_prog_CC"; then
1986 ac_ct_CC=$CC
1987 # Extract the first word of "cc", so it can be a program name with args.
1988 set dummy cc; ac_word=$2
1989 echo "$as_me:$LINENO: checking for $ac_word" >&5
1990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1991 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1992 echo $ECHO_N "(cached) $ECHO_C" >&6
1993 else
1994 if test -n "$ac_ct_CC"; then
1995 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1996 else
1997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1998 for as_dir in $PATH
2000 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=.
2002 for ac_exec_ext in '' $ac_executable_extensions; do
2003 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2004 ac_cv_prog_ac_ct_CC="cc"
2005 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2006 break 2
2008 done
2009 done
2013 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2014 if test -n "$ac_ct_CC"; then
2015 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2016 echo "${ECHO_T}$ac_ct_CC" >&6
2017 else
2018 echo "$as_me:$LINENO: result: no" >&5
2019 echo "${ECHO_T}no" >&6
2022 CC=$ac_ct_CC
2023 else
2024 CC="$ac_cv_prog_CC"
2028 if test -z "$CC"; then
2029 # Extract the first word of "cc", so it can be a program name with args.
2030 set dummy cc; ac_word=$2
2031 echo "$as_me:$LINENO: checking for $ac_word" >&5
2032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2033 if test "${ac_cv_prog_CC+set}" = set; then
2034 echo $ECHO_N "(cached) $ECHO_C" >&6
2035 else
2036 if test -n "$CC"; then
2037 ac_cv_prog_CC="$CC" # Let the user override the test.
2038 else
2039 ac_prog_rejected=no
2040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2041 for as_dir in $PATH
2043 IFS=$as_save_IFS
2044 test -z "$as_dir" && as_dir=.
2045 for ac_exec_ext in '' $ac_executable_extensions; do
2046 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2047 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2048 ac_prog_rejected=yes
2049 continue
2051 ac_cv_prog_CC="cc"
2052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2053 break 2
2055 done
2056 done
2058 if test $ac_prog_rejected = yes; then
2059 # We found a bogon in the path, so make sure we never use it.
2060 set dummy $ac_cv_prog_CC
2061 shift
2062 if test $# != 0; then
2063 # We chose a different compiler from the bogus one.
2064 # However, it has the same basename, so the bogon will be chosen
2065 # first if we set CC to just the basename; use the full file name.
2066 shift
2067 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2072 CC=$ac_cv_prog_CC
2073 if test -n "$CC"; then
2074 echo "$as_me:$LINENO: result: $CC" >&5
2075 echo "${ECHO_T}$CC" >&6
2076 else
2077 echo "$as_me:$LINENO: result: no" >&5
2078 echo "${ECHO_T}no" >&6
2082 if test -z "$CC"; then
2083 if test -n "$ac_tool_prefix"; then
2084 for ac_prog in cl
2086 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2087 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2088 echo "$as_me:$LINENO: checking for $ac_word" >&5
2089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2090 if test "${ac_cv_prog_CC+set}" = set; then
2091 echo $ECHO_N "(cached) $ECHO_C" >&6
2092 else
2093 if test -n "$CC"; then
2094 ac_cv_prog_CC="$CC" # Let the user override the test.
2095 else
2096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2097 for as_dir in $PATH
2099 IFS=$as_save_IFS
2100 test -z "$as_dir" && as_dir=.
2101 for ac_exec_ext in '' $ac_executable_extensions; do
2102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2103 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2105 break 2
2107 done
2108 done
2112 CC=$ac_cv_prog_CC
2113 if test -n "$CC"; then
2114 echo "$as_me:$LINENO: result: $CC" >&5
2115 echo "${ECHO_T}$CC" >&6
2116 else
2117 echo "$as_me:$LINENO: result: no" >&5
2118 echo "${ECHO_T}no" >&6
2121 test -n "$CC" && break
2122 done
2124 if test -z "$CC"; then
2125 ac_ct_CC=$CC
2126 for ac_prog in cl
2128 # Extract the first word of "$ac_prog", so it can be a program name with args.
2129 set dummy $ac_prog; ac_word=$2
2130 echo "$as_me:$LINENO: checking for $ac_word" >&5
2131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2132 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2134 else
2135 if test -n "$ac_ct_CC"; then
2136 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2137 else
2138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139 for as_dir in $PATH
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
2143 for ac_exec_ext in '' $ac_executable_extensions; do
2144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2145 ac_cv_prog_ac_ct_CC="$ac_prog"
2146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2147 break 2
2149 done
2150 done
2154 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2155 if test -n "$ac_ct_CC"; then
2156 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2157 echo "${ECHO_T}$ac_ct_CC" >&6
2158 else
2159 echo "$as_me:$LINENO: result: no" >&5
2160 echo "${ECHO_T}no" >&6
2163 test -n "$ac_ct_CC" && break
2164 done
2166 CC=$ac_ct_CC
2172 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2173 See \`config.log' for more details." >&5
2174 echo "$as_me: error: no acceptable C compiler found in \$PATH
2175 See \`config.log' for more details." >&2;}
2176 { (exit 1); exit 1; }; }
2178 # Provide some information about the compiler.
2179 echo "$as_me:$LINENO:" \
2180 "checking for C compiler version" >&5
2181 ac_compiler=`set X $ac_compile; echo $2`
2182 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2183 (eval $ac_compiler --version </dev/null >&5) 2>&5
2184 ac_status=$?
2185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2186 (exit $ac_status); }
2187 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2188 (eval $ac_compiler -v </dev/null >&5) 2>&5
2189 ac_status=$?
2190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2191 (exit $ac_status); }
2192 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2193 (eval $ac_compiler -V </dev/null >&5) 2>&5
2194 ac_status=$?
2195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196 (exit $ac_status); }
2198 cat >conftest.$ac_ext <<_ACEOF
2199 /* confdefs.h. */
2200 _ACEOF
2201 cat confdefs.h >>conftest.$ac_ext
2202 cat >>conftest.$ac_ext <<_ACEOF
2203 /* end confdefs.h. */
2206 main ()
2210 return 0;
2212 _ACEOF
2213 ac_clean_files_save=$ac_clean_files
2214 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2215 # Try to create an executable without -o first, disregard a.out.
2216 # It will help us diagnose broken compilers, and finding out an intuition
2217 # of exeext.
2218 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2219 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2220 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2221 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2222 (eval $ac_link_default) 2>&5
2223 ac_status=$?
2224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2225 (exit $ac_status); }; then
2226 # Find the output, starting from the most likely. This scheme is
2227 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2228 # resort.
2230 # Be careful to initialize this variable, since it used to be cached.
2231 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2232 ac_cv_exeext=
2233 # b.out is created by i960 compilers.
2234 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2236 test -f "$ac_file" || continue
2237 case $ac_file in
2238 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2240 conftest.$ac_ext )
2241 # This is the source file.
2243 [ab].out )
2244 # We found the default executable, but exeext='' is most
2245 # certainly right.
2246 break;;
2247 *.* )
2248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2249 # FIXME: I believe we export ac_cv_exeext for Libtool,
2250 # but it would be cool to find out if it's true. Does anybody
2251 # maintain Libtool? --akim.
2252 export ac_cv_exeext
2253 break;;
2255 break;;
2256 esac
2257 done
2258 else
2259 echo "$as_me: failed program was:" >&5
2260 sed 's/^/| /' conftest.$ac_ext >&5
2262 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2263 See \`config.log' for more details." >&5
2264 echo "$as_me: error: C compiler cannot create executables
2265 See \`config.log' for more details." >&2;}
2266 { (exit 77); exit 77; }; }
2269 ac_exeext=$ac_cv_exeext
2270 echo "$as_me:$LINENO: result: $ac_file" >&5
2271 echo "${ECHO_T}$ac_file" >&6
2273 # Check the compiler produces executables we can run. If not, either
2274 # the compiler is broken, or we cross compile.
2275 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2276 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2277 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2278 # If not cross compiling, check that we can run a simple program.
2279 if test "$cross_compiling" != yes; then
2280 if { ac_try='./$ac_file'
2281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2282 (eval $ac_try) 2>&5
2283 ac_status=$?
2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285 (exit $ac_status); }; }; then
2286 cross_compiling=no
2287 else
2288 if test "$cross_compiling" = maybe; then
2289 cross_compiling=yes
2290 else
2291 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2292 If you meant to cross compile, use \`--host'.
2293 See \`config.log' for more details." >&5
2294 echo "$as_me: error: cannot run C compiled programs.
2295 If you meant to cross compile, use \`--host'.
2296 See \`config.log' for more details." >&2;}
2297 { (exit 1); exit 1; }; }
2301 echo "$as_me:$LINENO: result: yes" >&5
2302 echo "${ECHO_T}yes" >&6
2304 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2305 ac_clean_files=$ac_clean_files_save
2306 # Check the compiler produces executables we can run. If not, either
2307 # the compiler is broken, or we cross compile.
2308 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2309 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2310 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2311 echo "${ECHO_T}$cross_compiling" >&6
2313 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2314 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2316 (eval $ac_link) 2>&5
2317 ac_status=$?
2318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319 (exit $ac_status); }; then
2320 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2321 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2322 # work properly (i.e., refer to `conftest.exe'), while it won't with
2323 # `rm'.
2324 for ac_file in conftest.exe conftest conftest.*; do
2325 test -f "$ac_file" || continue
2326 case $ac_file in
2327 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2328 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2329 export ac_cv_exeext
2330 break;;
2331 * ) break;;
2332 esac
2333 done
2334 else
2335 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2336 See \`config.log' for more details." >&5
2337 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2338 See \`config.log' for more details." >&2;}
2339 { (exit 1); exit 1; }; }
2342 rm -f conftest$ac_cv_exeext
2343 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2344 echo "${ECHO_T}$ac_cv_exeext" >&6
2346 rm -f conftest.$ac_ext
2347 EXEEXT=$ac_cv_exeext
2348 ac_exeext=$EXEEXT
2349 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2350 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2351 if test "${ac_cv_objext+set}" = set; then
2352 echo $ECHO_N "(cached) $ECHO_C" >&6
2353 else
2354 cat >conftest.$ac_ext <<_ACEOF
2355 /* confdefs.h. */
2356 _ACEOF
2357 cat confdefs.h >>conftest.$ac_ext
2358 cat >>conftest.$ac_ext <<_ACEOF
2359 /* end confdefs.h. */
2362 main ()
2366 return 0;
2368 _ACEOF
2369 rm -f conftest.o conftest.obj
2370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2371 (eval $ac_compile) 2>&5
2372 ac_status=$?
2373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2374 (exit $ac_status); }; then
2375 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2376 case $ac_file in
2377 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2378 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2379 break;;
2380 esac
2381 done
2382 else
2383 echo "$as_me: failed program was:" >&5
2384 sed 's/^/| /' conftest.$ac_ext >&5
2386 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2387 See \`config.log' for more details." >&5
2388 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2389 See \`config.log' for more details." >&2;}
2390 { (exit 1); exit 1; }; }
2393 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2395 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2396 echo "${ECHO_T}$ac_cv_objext" >&6
2397 OBJEXT=$ac_cv_objext
2398 ac_objext=$OBJEXT
2399 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2400 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2401 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2402 echo $ECHO_N "(cached) $ECHO_C" >&6
2403 else
2404 cat >conftest.$ac_ext <<_ACEOF
2405 /* confdefs.h. */
2406 _ACEOF
2407 cat confdefs.h >>conftest.$ac_ext
2408 cat >>conftest.$ac_ext <<_ACEOF
2409 /* end confdefs.h. */
2412 main ()
2414 #ifndef __GNUC__
2415 choke me
2416 #endif
2419 return 0;
2421 _ACEOF
2422 rm -f conftest.$ac_objext
2423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2424 (eval $ac_compile) 2>conftest.er1
2425 ac_status=$?
2426 grep -v '^ *+' conftest.er1 >conftest.err
2427 rm -f conftest.er1
2428 cat conftest.err >&5
2429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2430 (exit $ac_status); } &&
2431 { ac_try='test -z "$ac_c_werror_flag"
2432 || test ! -s conftest.err'
2433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2434 (eval $ac_try) 2>&5
2435 ac_status=$?
2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437 (exit $ac_status); }; } &&
2438 { ac_try='test -s conftest.$ac_objext'
2439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2440 (eval $ac_try) 2>&5
2441 ac_status=$?
2442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2443 (exit $ac_status); }; }; then
2444 ac_compiler_gnu=yes
2445 else
2446 echo "$as_me: failed program was:" >&5
2447 sed 's/^/| /' conftest.$ac_ext >&5
2449 ac_compiler_gnu=no
2451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2452 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2455 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2456 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2457 GCC=`test $ac_compiler_gnu = yes && echo yes`
2458 ac_test_CFLAGS=${CFLAGS+set}
2459 ac_save_CFLAGS=$CFLAGS
2460 CFLAGS="-g"
2461 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2462 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2463 if test "${ac_cv_prog_cc_g+set}" = set; then
2464 echo $ECHO_N "(cached) $ECHO_C" >&6
2465 else
2466 cat >conftest.$ac_ext <<_ACEOF
2467 /* confdefs.h. */
2468 _ACEOF
2469 cat confdefs.h >>conftest.$ac_ext
2470 cat >>conftest.$ac_ext <<_ACEOF
2471 /* end confdefs.h. */
2474 main ()
2478 return 0;
2480 _ACEOF
2481 rm -f conftest.$ac_objext
2482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2483 (eval $ac_compile) 2>conftest.er1
2484 ac_status=$?
2485 grep -v '^ *+' conftest.er1 >conftest.err
2486 rm -f conftest.er1
2487 cat conftest.err >&5
2488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2489 (exit $ac_status); } &&
2490 { ac_try='test -z "$ac_c_werror_flag"
2491 || test ! -s conftest.err'
2492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2493 (eval $ac_try) 2>&5
2494 ac_status=$?
2495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2496 (exit $ac_status); }; } &&
2497 { ac_try='test -s conftest.$ac_objext'
2498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2499 (eval $ac_try) 2>&5
2500 ac_status=$?
2501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502 (exit $ac_status); }; }; then
2503 ac_cv_prog_cc_g=yes
2504 else
2505 echo "$as_me: failed program was:" >&5
2506 sed 's/^/| /' conftest.$ac_ext >&5
2508 ac_cv_prog_cc_g=no
2510 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2512 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2513 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2514 if test "$ac_test_CFLAGS" = set; then
2515 CFLAGS=$ac_save_CFLAGS
2516 elif test $ac_cv_prog_cc_g = yes; then
2517 if test "$GCC" = yes; then
2518 CFLAGS="-g -O2"
2519 else
2520 CFLAGS="-g"
2522 else
2523 if test "$GCC" = yes; then
2524 CFLAGS="-O2"
2525 else
2526 CFLAGS=
2529 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2530 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2531 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2532 echo $ECHO_N "(cached) $ECHO_C" >&6
2533 else
2534 ac_cv_prog_cc_stdc=no
2535 ac_save_CC=$CC
2536 cat >conftest.$ac_ext <<_ACEOF
2537 /* confdefs.h. */
2538 _ACEOF
2539 cat confdefs.h >>conftest.$ac_ext
2540 cat >>conftest.$ac_ext <<_ACEOF
2541 /* end confdefs.h. */
2542 #include <stdarg.h>
2543 #include <stdio.h>
2544 #include <sys/types.h>
2545 #include <sys/stat.h>
2546 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2547 struct buf { int x; };
2548 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2549 static char *e (p, i)
2550 char **p;
2551 int i;
2553 return p[i];
2555 static char *f (char * (*g) (char **, int), char **p, ...)
2557 char *s;
2558 va_list v;
2559 va_start (v,p);
2560 s = g (p, va_arg (v,int));
2561 va_end (v);
2562 return s;
2565 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2566 function prototypes and stuff, but not '\xHH' hex character constants.
2567 These don't provoke an error unfortunately, instead are silently treated
2568 as 'x'. The following induces an error, until -std1 is added to get
2569 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2570 array size at least. It's necessary to write '\x00'==0 to get something
2571 that's true only with -std1. */
2572 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2574 int test (int i, double x);
2575 struct s1 {int (*f) (int a);};
2576 struct s2 {int (*f) (double a);};
2577 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2578 int argc;
2579 char **argv;
2581 main ()
2583 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2585 return 0;
2587 _ACEOF
2588 # Don't try gcc -ansi; that turns off useful extensions and
2589 # breaks some systems' header files.
2590 # AIX -qlanglvl=ansi
2591 # Ultrix and OSF/1 -std1
2592 # HP-UX 10.20 and later -Ae
2593 # HP-UX older versions -Aa -D_HPUX_SOURCE
2594 # SVR4 -Xc -D__EXTENSIONS__
2595 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2597 CC="$ac_save_CC $ac_arg"
2598 rm -f conftest.$ac_objext
2599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2600 (eval $ac_compile) 2>conftest.er1
2601 ac_status=$?
2602 grep -v '^ *+' conftest.er1 >conftest.err
2603 rm -f conftest.er1
2604 cat conftest.err >&5
2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606 (exit $ac_status); } &&
2607 { ac_try='test -z "$ac_c_werror_flag"
2608 || test ! -s conftest.err'
2609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2610 (eval $ac_try) 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }; } &&
2614 { ac_try='test -s conftest.$ac_objext'
2615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2616 (eval $ac_try) 2>&5
2617 ac_status=$?
2618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619 (exit $ac_status); }; }; then
2620 ac_cv_prog_cc_stdc=$ac_arg
2621 break
2622 else
2623 echo "$as_me: failed program was:" >&5
2624 sed 's/^/| /' conftest.$ac_ext >&5
2627 rm -f conftest.err conftest.$ac_objext
2628 done
2629 rm -f conftest.$ac_ext conftest.$ac_objext
2630 CC=$ac_save_CC
2634 case "x$ac_cv_prog_cc_stdc" in
2635 x|xno)
2636 echo "$as_me:$LINENO: result: none needed" >&5
2637 echo "${ECHO_T}none needed" >&6 ;;
2639 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2640 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2641 CC="$CC $ac_cv_prog_cc_stdc" ;;
2642 esac
2644 # Some people use a C++ compiler to compile C. Since we use `exit',
2645 # in C++ we need to declare it. In case someone uses the same compiler
2646 # for both compiling C and C++ we need to have the C++ compiler decide
2647 # the declaration of exit, since it's the most demanding environment.
2648 cat >conftest.$ac_ext <<_ACEOF
2649 #ifndef __cplusplus
2650 choke me
2651 #endif
2652 _ACEOF
2653 rm -f conftest.$ac_objext
2654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2655 (eval $ac_compile) 2>conftest.er1
2656 ac_status=$?
2657 grep -v '^ *+' conftest.er1 >conftest.err
2658 rm -f conftest.er1
2659 cat conftest.err >&5
2660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661 (exit $ac_status); } &&
2662 { ac_try='test -z "$ac_c_werror_flag"
2663 || test ! -s conftest.err'
2664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2665 (eval $ac_try) 2>&5
2666 ac_status=$?
2667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2668 (exit $ac_status); }; } &&
2669 { ac_try='test -s conftest.$ac_objext'
2670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2671 (eval $ac_try) 2>&5
2672 ac_status=$?
2673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2674 (exit $ac_status); }; }; then
2675 for ac_declaration in \
2676 '' \
2677 'extern "C" void std::exit (int) throw (); using std::exit;' \
2678 'extern "C" void std::exit (int); using std::exit;' \
2679 'extern "C" void exit (int) throw ();' \
2680 'extern "C" void exit (int);' \
2681 'void exit (int);'
2683 cat >conftest.$ac_ext <<_ACEOF
2684 /* confdefs.h. */
2685 _ACEOF
2686 cat confdefs.h >>conftest.$ac_ext
2687 cat >>conftest.$ac_ext <<_ACEOF
2688 /* end confdefs.h. */
2689 $ac_declaration
2690 #include <stdlib.h>
2692 main ()
2694 exit (42);
2696 return 0;
2698 _ACEOF
2699 rm -f conftest.$ac_objext
2700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2701 (eval $ac_compile) 2>conftest.er1
2702 ac_status=$?
2703 grep -v '^ *+' conftest.er1 >conftest.err
2704 rm -f conftest.er1
2705 cat conftest.err >&5
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); } &&
2708 { ac_try='test -z "$ac_c_werror_flag"
2709 || test ! -s conftest.err'
2710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2711 (eval $ac_try) 2>&5
2712 ac_status=$?
2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714 (exit $ac_status); }; } &&
2715 { ac_try='test -s conftest.$ac_objext'
2716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2717 (eval $ac_try) 2>&5
2718 ac_status=$?
2719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2720 (exit $ac_status); }; }; then
2722 else
2723 echo "$as_me: failed program was:" >&5
2724 sed 's/^/| /' conftest.$ac_ext >&5
2726 continue
2728 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2729 cat >conftest.$ac_ext <<_ACEOF
2730 /* confdefs.h. */
2731 _ACEOF
2732 cat confdefs.h >>conftest.$ac_ext
2733 cat >>conftest.$ac_ext <<_ACEOF
2734 /* end confdefs.h. */
2735 $ac_declaration
2737 main ()
2739 exit (42);
2741 return 0;
2743 _ACEOF
2744 rm -f conftest.$ac_objext
2745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2746 (eval $ac_compile) 2>conftest.er1
2747 ac_status=$?
2748 grep -v '^ *+' conftest.er1 >conftest.err
2749 rm -f conftest.er1
2750 cat conftest.err >&5
2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); } &&
2753 { ac_try='test -z "$ac_c_werror_flag"
2754 || test ! -s conftest.err'
2755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2756 (eval $ac_try) 2>&5
2757 ac_status=$?
2758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2759 (exit $ac_status); }; } &&
2760 { ac_try='test -s conftest.$ac_objext'
2761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2762 (eval $ac_try) 2>&5
2763 ac_status=$?
2764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2765 (exit $ac_status); }; }; then
2766 break
2767 else
2768 echo "$as_me: failed program was:" >&5
2769 sed 's/^/| /' conftest.$ac_ext >&5
2772 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2773 done
2774 rm -f conftest*
2775 if test -n "$ac_declaration"; then
2776 echo '#ifdef __cplusplus' >>confdefs.h
2777 echo $ac_declaration >>confdefs.h
2778 echo '#endif' >>confdefs.h
2781 else
2782 echo "$as_me: failed program was:" >&5
2783 sed 's/^/| /' conftest.$ac_ext >&5
2786 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2787 ac_ext=c
2788 ac_cpp='$CPP $CPPFLAGS'
2789 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2790 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2791 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2792 DEPDIR="${am__leading_dot}deps"
2794 ac_config_commands="$ac_config_commands depfiles"
2797 am_make=${MAKE-make}
2798 cat > confinc << 'END'
2799 am__doit:
2800 @echo done
2801 .PHONY: am__doit
2803 # If we don't find an include directive, just comment out the code.
2804 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2805 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2806 am__include="#"
2807 am__quote=
2808 _am_result=none
2809 # First try GNU make style include.
2810 echo "include confinc" > confmf
2811 # We grep out `Entering directory' and `Leaving directory'
2812 # messages which can occur if `w' ends up in MAKEFLAGS.
2813 # In particular we don't look at `^make:' because GNU make might
2814 # be invoked under some other name (usually "gmake"), in which
2815 # case it prints its new name instead of `make'.
2816 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2817 am__include=include
2818 am__quote=
2819 _am_result=GNU
2821 # Now try BSD make style include.
2822 if test "$am__include" = "#"; then
2823 echo '.include "confinc"' > confmf
2824 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2825 am__include=.include
2826 am__quote="\""
2827 _am_result=BSD
2832 echo "$as_me:$LINENO: result: $_am_result" >&5
2833 echo "${ECHO_T}$_am_result" >&6
2834 rm -f confinc confmf
2836 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2837 if test "${enable_dependency_tracking+set}" = set; then
2838 enableval="$enable_dependency_tracking"
2841 if test "x$enable_dependency_tracking" != xno; then
2842 am_depcomp="$ac_aux_dir/depcomp"
2843 AMDEPBACKSLASH='\'
2847 if test "x$enable_dependency_tracking" != xno; then
2848 AMDEP_TRUE=
2849 AMDEP_FALSE='#'
2850 else
2851 AMDEP_TRUE='#'
2852 AMDEP_FALSE=
2858 depcc="$CC" am_compiler_list=
2860 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2861 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2862 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2863 echo $ECHO_N "(cached) $ECHO_C" >&6
2864 else
2865 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2866 # We make a subdir and do the tests there. Otherwise we can end up
2867 # making bogus files that we don't know about and never remove. For
2868 # instance it was reported that on HP-UX the gcc test will end up
2869 # making a dummy file named `D' -- because `-MD' means `put the output
2870 # in D'.
2871 mkdir conftest.dir
2872 # Copy depcomp to subdir because otherwise we won't find it if we're
2873 # using a relative directory.
2874 cp "$am_depcomp" conftest.dir
2875 cd conftest.dir
2876 # We will build objects and dependencies in a subdirectory because
2877 # it helps to detect inapplicable dependency modes. For instance
2878 # both Tru64's cc and ICC support -MD to output dependencies as a
2879 # side effect of compilation, but ICC will put the dependencies in
2880 # the current directory while Tru64 will put them in the object
2881 # directory.
2882 mkdir sub
2884 am_cv_CC_dependencies_compiler_type=none
2885 if test "$am_compiler_list" = ""; then
2886 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2888 for depmode in $am_compiler_list; do
2889 # Setup a source with many dependencies, because some compilers
2890 # like to wrap large dependency lists on column 80 (with \), and
2891 # we should not choose a depcomp mode which is confused by this.
2893 # We need to recreate these files for each test, as the compiler may
2894 # overwrite some of them when testing with obscure command lines.
2895 # This happens at least with the AIX C compiler.
2896 : > sub/conftest.c
2897 for i in 1 2 3 4 5 6; do
2898 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2899 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2900 # Solaris 8's {/usr,}/bin/sh.
2901 touch sub/conftst$i.h
2902 done
2903 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2905 case $depmode in
2906 nosideeffect)
2907 # after this tag, mechanisms are not by side-effect, so they'll
2908 # only be used when explicitly requested
2909 if test "x$enable_dependency_tracking" = xyes; then
2910 continue
2911 else
2912 break
2915 none) break ;;
2916 esac
2917 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2918 # mode. It turns out that the SunPro C++ compiler does not properly
2919 # handle `-M -o', and we need to detect this.
2920 if depmode=$depmode \
2921 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2922 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2923 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2924 >/dev/null 2>conftest.err &&
2925 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2926 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2927 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2928 # icc doesn't choke on unknown options, it will just issue warnings
2929 # or remarks (even with -Werror). So we grep stderr for any message
2930 # that says an option was ignored or not supported.
2931 # When given -MP, icc 7.0 and 7.1 complain thusly:
2932 # icc: Command line warning: ignoring option '-M'; no argument required
2933 # The diagnosis changed in icc 8.0:
2934 # icc: Command line remark: option '-MP' not supported
2935 if (grep 'ignoring option' conftest.err ||
2936 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2937 am_cv_CC_dependencies_compiler_type=$depmode
2938 break
2941 done
2943 cd ..
2944 rm -rf conftest.dir
2945 else
2946 am_cv_CC_dependencies_compiler_type=none
2950 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2951 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2952 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2957 test "x$enable_dependency_tracking" != xno \
2958 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2959 am__fastdepCC_TRUE=
2960 am__fastdepCC_FALSE='#'
2961 else
2962 am__fastdepCC_TRUE='#'
2963 am__fastdepCC_FALSE=
2967 if test -n "$ac_tool_prefix"; then
2968 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2969 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2970 echo "$as_me:$LINENO: checking for $ac_word" >&5
2971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2972 if test "${ac_cv_prog_RANLIB+set}" = set; then
2973 echo $ECHO_N "(cached) $ECHO_C" >&6
2974 else
2975 if test -n "$RANLIB"; then
2976 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2977 else
2978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979 for as_dir in $PATH
2981 IFS=$as_save_IFS
2982 test -z "$as_dir" && as_dir=.
2983 for ac_exec_ext in '' $ac_executable_extensions; do
2984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2985 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2987 break 2
2989 done
2990 done
2994 RANLIB=$ac_cv_prog_RANLIB
2995 if test -n "$RANLIB"; then
2996 echo "$as_me:$LINENO: result: $RANLIB" >&5
2997 echo "${ECHO_T}$RANLIB" >&6
2998 else
2999 echo "$as_me:$LINENO: result: no" >&5
3000 echo "${ECHO_T}no" >&6
3004 if test -z "$ac_cv_prog_RANLIB"; then
3005 ac_ct_RANLIB=$RANLIB
3006 # Extract the first word of "ranlib", so it can be a program name with args.
3007 set dummy ranlib; ac_word=$2
3008 echo "$as_me:$LINENO: checking for $ac_word" >&5
3009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3010 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3011 echo $ECHO_N "(cached) $ECHO_C" >&6
3012 else
3013 if test -n "$ac_ct_RANLIB"; then
3014 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3015 else
3016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3017 for as_dir in $PATH
3019 IFS=$as_save_IFS
3020 test -z "$as_dir" && as_dir=.
3021 for ac_exec_ext in '' $ac_executable_extensions; do
3022 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3023 ac_cv_prog_ac_ct_RANLIB="ranlib"
3024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3025 break 2
3027 done
3028 done
3030 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3033 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3034 if test -n "$ac_ct_RANLIB"; then
3035 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3036 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3037 else
3038 echo "$as_me:$LINENO: result: no" >&5
3039 echo "${ECHO_T}no" >&6
3042 RANLIB=$ac_ct_RANLIB
3043 else
3044 RANLIB="$ac_cv_prog_RANLIB"
3048 # Checks for header files.
3050 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
3051 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
3052 if test "${ac_cv_header_time+set}" = set; then
3053 echo $ECHO_N "(cached) $ECHO_C" >&6
3054 else
3055 cat >conftest.$ac_ext <<_ACEOF
3056 /* confdefs.h. */
3057 _ACEOF
3058 cat confdefs.h >>conftest.$ac_ext
3059 cat >>conftest.$ac_ext <<_ACEOF
3060 /* end confdefs.h. */
3061 #include <sys/types.h>
3062 #include <sys/time.h>
3063 #include <time.h>
3066 main ()
3068 if ((struct tm *) 0)
3069 return 0;
3071 return 0;
3073 _ACEOF
3074 rm -f conftest.$ac_objext
3075 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3076 (eval $ac_compile) 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } &&
3083 { ac_try='test -z "$ac_c_werror_flag"
3084 || test ! -s conftest.err'
3085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3086 (eval $ac_try) 2>&5
3087 ac_status=$?
3088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3089 (exit $ac_status); }; } &&
3090 { ac_try='test -s conftest.$ac_objext'
3091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3092 (eval $ac_try) 2>&5
3093 ac_status=$?
3094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095 (exit $ac_status); }; }; then
3096 ac_cv_header_time=yes
3097 else
3098 echo "$as_me: failed program was:" >&5
3099 sed 's/^/| /' conftest.$ac_ext >&5
3101 ac_cv_header_time=no
3103 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3105 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
3106 echo "${ECHO_T}$ac_cv_header_time" >&6
3107 if test $ac_cv_header_time = yes; then
3109 cat >>confdefs.h <<\_ACEOF
3110 #define TIME_WITH_SYS_TIME 1
3111 _ACEOF
3115 echo "$as_me:$LINENO: checking whether string.h and strings.h may both be included" >&5
3116 echo $ECHO_N "checking whether string.h and strings.h may both be included... $ECHO_C" >&6
3117 if test "${gcc_cv_header_string+set}" = set; then
3118 echo $ECHO_N "(cached) $ECHO_C" >&6
3119 else
3120 cat >conftest.$ac_ext <<_ACEOF
3121 /* confdefs.h. */
3122 _ACEOF
3123 cat confdefs.h >>conftest.$ac_ext
3124 cat >>conftest.$ac_ext <<_ACEOF
3125 /* end confdefs.h. */
3126 #include <string.h>
3127 #include <strings.h>
3129 main ()
3133 return 0;
3135 _ACEOF
3136 rm -f conftest.$ac_objext
3137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3138 (eval $ac_compile) 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } &&
3145 { ac_try='test -z "$ac_c_werror_flag"
3146 || test ! -s conftest.err'
3147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3148 (eval $ac_try) 2>&5
3149 ac_status=$?
3150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151 (exit $ac_status); }; } &&
3152 { ac_try='test -s conftest.$ac_objext'
3153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3154 (eval $ac_try) 2>&5
3155 ac_status=$?
3156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157 (exit $ac_status); }; }; then
3158 gcc_cv_header_string=yes
3159 else
3160 echo "$as_me: failed program was:" >&5
3161 sed 's/^/| /' conftest.$ac_ext >&5
3163 gcc_cv_header_string=no
3165 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3167 echo "$as_me:$LINENO: result: $gcc_cv_header_string" >&5
3168 echo "${ECHO_T}$gcc_cv_header_string" >&6
3169 if test $gcc_cv_header_string = yes; then
3171 cat >>confdefs.h <<\_ACEOF
3172 #define STRING_WITH_STRINGS 1
3173 _ACEOF
3177 ac_ext=c
3178 ac_cpp='$CPP $CPPFLAGS'
3179 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3180 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3181 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3182 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3183 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3184 # On Suns, sometimes $CPP names a directory.
3185 if test -n "$CPP" && test -d "$CPP"; then
3186 CPP=
3188 if test -z "$CPP"; then
3189 if test "${ac_cv_prog_CPP+set}" = set; then
3190 echo $ECHO_N "(cached) $ECHO_C" >&6
3191 else
3192 # Double quotes because CPP needs to be expanded
3193 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3195 ac_preproc_ok=false
3196 for ac_c_preproc_warn_flag in '' yes
3198 # Use a header file that comes with gcc, so configuring glibc
3199 # with a fresh cross-compiler works.
3200 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3201 # <limits.h> exists even on freestanding compilers.
3202 # On the NeXT, cc -E runs the code through the compiler's parser,
3203 # not just through cpp. "Syntax error" is here to catch this case.
3204 cat >conftest.$ac_ext <<_ACEOF
3205 /* confdefs.h. */
3206 _ACEOF
3207 cat confdefs.h >>conftest.$ac_ext
3208 cat >>conftest.$ac_ext <<_ACEOF
3209 /* end confdefs.h. */
3210 #ifdef __STDC__
3211 # include <limits.h>
3212 #else
3213 # include <assert.h>
3214 #endif
3215 Syntax error
3216 _ACEOF
3217 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3218 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3219 ac_status=$?
3220 grep -v '^ *+' conftest.er1 >conftest.err
3221 rm -f conftest.er1
3222 cat conftest.err >&5
3223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3224 (exit $ac_status); } >/dev/null; then
3225 if test -s conftest.err; then
3226 ac_cpp_err=$ac_c_preproc_warn_flag
3227 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3228 else
3229 ac_cpp_err=
3231 else
3232 ac_cpp_err=yes
3234 if test -z "$ac_cpp_err"; then
3236 else
3237 echo "$as_me: failed program was:" >&5
3238 sed 's/^/| /' conftest.$ac_ext >&5
3240 # Broken: fails on valid input.
3241 continue
3243 rm -f conftest.err conftest.$ac_ext
3245 # OK, works on sane cases. Now check whether non-existent headers
3246 # can be detected and how.
3247 cat >conftest.$ac_ext <<_ACEOF
3248 /* confdefs.h. */
3249 _ACEOF
3250 cat confdefs.h >>conftest.$ac_ext
3251 cat >>conftest.$ac_ext <<_ACEOF
3252 /* end confdefs.h. */
3253 #include <ac_nonexistent.h>
3254 _ACEOF
3255 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3256 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3257 ac_status=$?
3258 grep -v '^ *+' conftest.er1 >conftest.err
3259 rm -f conftest.er1
3260 cat conftest.err >&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); } >/dev/null; then
3263 if test -s conftest.err; then
3264 ac_cpp_err=$ac_c_preproc_warn_flag
3265 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3266 else
3267 ac_cpp_err=
3269 else
3270 ac_cpp_err=yes
3272 if test -z "$ac_cpp_err"; then
3273 # Broken: success on invalid input.
3274 continue
3275 else
3276 echo "$as_me: failed program was:" >&5
3277 sed 's/^/| /' conftest.$ac_ext >&5
3279 # Passes both tests.
3280 ac_preproc_ok=:
3281 break
3283 rm -f conftest.err conftest.$ac_ext
3285 done
3286 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3287 rm -f conftest.err conftest.$ac_ext
3288 if $ac_preproc_ok; then
3289 break
3292 done
3293 ac_cv_prog_CPP=$CPP
3296 CPP=$ac_cv_prog_CPP
3297 else
3298 ac_cv_prog_CPP=$CPP
3300 echo "$as_me:$LINENO: result: $CPP" >&5
3301 echo "${ECHO_T}$CPP" >&6
3302 ac_preproc_ok=false
3303 for ac_c_preproc_warn_flag in '' yes
3305 # Use a header file that comes with gcc, so configuring glibc
3306 # with a fresh cross-compiler works.
3307 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3308 # <limits.h> exists even on freestanding compilers.
3309 # On the NeXT, cc -E runs the code through the compiler's parser,
3310 # not just through cpp. "Syntax error" is here to catch this case.
3311 cat >conftest.$ac_ext <<_ACEOF
3312 /* confdefs.h. */
3313 _ACEOF
3314 cat confdefs.h >>conftest.$ac_ext
3315 cat >>conftest.$ac_ext <<_ACEOF
3316 /* end confdefs.h. */
3317 #ifdef __STDC__
3318 # include <limits.h>
3319 #else
3320 # include <assert.h>
3321 #endif
3322 Syntax error
3323 _ACEOF
3324 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3325 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3326 ac_status=$?
3327 grep -v '^ *+' conftest.er1 >conftest.err
3328 rm -f conftest.er1
3329 cat conftest.err >&5
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); } >/dev/null; then
3332 if test -s conftest.err; then
3333 ac_cpp_err=$ac_c_preproc_warn_flag
3334 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3335 else
3336 ac_cpp_err=
3338 else
3339 ac_cpp_err=yes
3341 if test -z "$ac_cpp_err"; then
3343 else
3344 echo "$as_me: failed program was:" >&5
3345 sed 's/^/| /' conftest.$ac_ext >&5
3347 # Broken: fails on valid input.
3348 continue
3350 rm -f conftest.err conftest.$ac_ext
3352 # OK, works on sane cases. Now check whether non-existent headers
3353 # can be detected and how.
3354 cat >conftest.$ac_ext <<_ACEOF
3355 /* confdefs.h. */
3356 _ACEOF
3357 cat confdefs.h >>conftest.$ac_ext
3358 cat >>conftest.$ac_ext <<_ACEOF
3359 /* end confdefs.h. */
3360 #include <ac_nonexistent.h>
3361 _ACEOF
3362 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3363 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3364 ac_status=$?
3365 grep -v '^ *+' conftest.er1 >conftest.err
3366 rm -f conftest.er1
3367 cat conftest.err >&5
3368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 (exit $ac_status); } >/dev/null; then
3370 if test -s conftest.err; then
3371 ac_cpp_err=$ac_c_preproc_warn_flag
3372 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3373 else
3374 ac_cpp_err=
3376 else
3377 ac_cpp_err=yes
3379 if test -z "$ac_cpp_err"; then
3380 # Broken: success on invalid input.
3381 continue
3382 else
3383 echo "$as_me: failed program was:" >&5
3384 sed 's/^/| /' conftest.$ac_ext >&5
3386 # Passes both tests.
3387 ac_preproc_ok=:
3388 break
3390 rm -f conftest.err conftest.$ac_ext
3392 done
3393 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3394 rm -f conftest.err conftest.$ac_ext
3395 if $ac_preproc_ok; then
3397 else
3398 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3399 See \`config.log' for more details." >&5
3400 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3401 See \`config.log' for more details." >&2;}
3402 { (exit 1); exit 1; }; }
3405 ac_ext=c
3406 ac_cpp='$CPP $CPPFLAGS'
3407 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3408 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3409 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3412 echo "$as_me:$LINENO: checking for egrep" >&5
3413 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3414 if test "${ac_cv_prog_egrep+set}" = set; then
3415 echo $ECHO_N "(cached) $ECHO_C" >&6
3416 else
3417 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3418 then ac_cv_prog_egrep='grep -E'
3419 else ac_cv_prog_egrep='egrep'
3422 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3423 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3424 EGREP=$ac_cv_prog_egrep
3427 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3428 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3429 if test "${ac_cv_header_stdc+set}" = set; then
3430 echo $ECHO_N "(cached) $ECHO_C" >&6
3431 else
3432 cat >conftest.$ac_ext <<_ACEOF
3433 /* confdefs.h. */
3434 _ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h. */
3438 #include <stdlib.h>
3439 #include <stdarg.h>
3440 #include <string.h>
3441 #include <float.h>
3444 main ()
3448 return 0;
3450 _ACEOF
3451 rm -f conftest.$ac_objext
3452 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3453 (eval $ac_compile) 2>conftest.er1
3454 ac_status=$?
3455 grep -v '^ *+' conftest.er1 >conftest.err
3456 rm -f conftest.er1
3457 cat conftest.err >&5
3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3459 (exit $ac_status); } &&
3460 { ac_try='test -z "$ac_c_werror_flag"
3461 || test ! -s conftest.err'
3462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3463 (eval $ac_try) 2>&5
3464 ac_status=$?
3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3466 (exit $ac_status); }; } &&
3467 { ac_try='test -s conftest.$ac_objext'
3468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3469 (eval $ac_try) 2>&5
3470 ac_status=$?
3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472 (exit $ac_status); }; }; then
3473 ac_cv_header_stdc=yes
3474 else
3475 echo "$as_me: failed program was:" >&5
3476 sed 's/^/| /' conftest.$ac_ext >&5
3478 ac_cv_header_stdc=no
3480 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3482 if test $ac_cv_header_stdc = yes; then
3483 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3484 cat >conftest.$ac_ext <<_ACEOF
3485 /* confdefs.h. */
3486 _ACEOF
3487 cat confdefs.h >>conftest.$ac_ext
3488 cat >>conftest.$ac_ext <<_ACEOF
3489 /* end confdefs.h. */
3490 #include <string.h>
3492 _ACEOF
3493 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3494 $EGREP "memchr" >/dev/null 2>&1; then
3496 else
3497 ac_cv_header_stdc=no
3499 rm -f conftest*
3503 if test $ac_cv_header_stdc = yes; then
3504 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3505 cat >conftest.$ac_ext <<_ACEOF
3506 /* confdefs.h. */
3507 _ACEOF
3508 cat confdefs.h >>conftest.$ac_ext
3509 cat >>conftest.$ac_ext <<_ACEOF
3510 /* end confdefs.h. */
3511 #include <stdlib.h>
3513 _ACEOF
3514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3515 $EGREP "free" >/dev/null 2>&1; then
3517 else
3518 ac_cv_header_stdc=no
3520 rm -f conftest*
3524 if test $ac_cv_header_stdc = yes; then
3525 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3526 if test "$cross_compiling" = yes; then
3528 else
3529 cat >conftest.$ac_ext <<_ACEOF
3530 /* confdefs.h. */
3531 _ACEOF
3532 cat confdefs.h >>conftest.$ac_ext
3533 cat >>conftest.$ac_ext <<_ACEOF
3534 /* end confdefs.h. */
3535 #include <ctype.h>
3536 #if ((' ' & 0x0FF) == 0x020)
3537 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3538 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3539 #else
3540 # define ISLOWER(c) \
3541 (('a' <= (c) && (c) <= 'i') \
3542 || ('j' <= (c) && (c) <= 'r') \
3543 || ('s' <= (c) && (c) <= 'z'))
3544 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3545 #endif
3547 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3549 main ()
3551 int i;
3552 for (i = 0; i < 256; i++)
3553 if (XOR (islower (i), ISLOWER (i))
3554 || toupper (i) != TOUPPER (i))
3555 exit(2);
3556 exit (0);
3558 _ACEOF
3559 rm -f conftest$ac_exeext
3560 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3561 (eval $ac_link) 2>&5
3562 ac_status=$?
3563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3566 (eval $ac_try) 2>&5
3567 ac_status=$?
3568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); }; }; then
3571 else
3572 echo "$as_me: program exited with status $ac_status" >&5
3573 echo "$as_me: failed program was:" >&5
3574 sed 's/^/| /' conftest.$ac_ext >&5
3576 ( exit $ac_status )
3577 ac_cv_header_stdc=no
3579 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3583 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3584 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3585 if test $ac_cv_header_stdc = yes; then
3587 cat >>confdefs.h <<\_ACEOF
3588 #define STDC_HEADERS 1
3589 _ACEOF
3593 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3603 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3604 inttypes.h stdint.h unistd.h
3606 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3607 echo "$as_me:$LINENO: checking for $ac_header" >&5
3608 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3609 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6
3611 else
3612 cat >conftest.$ac_ext <<_ACEOF
3613 /* confdefs.h. */
3614 _ACEOF
3615 cat confdefs.h >>conftest.$ac_ext
3616 cat >>conftest.$ac_ext <<_ACEOF
3617 /* end confdefs.h. */
3618 $ac_includes_default
3620 #include <$ac_header>
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3624 (eval $ac_compile) 2>conftest.er1
3625 ac_status=$?
3626 grep -v '^ *+' conftest.er1 >conftest.err
3627 rm -f conftest.er1
3628 cat conftest.err >&5
3629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630 (exit $ac_status); } &&
3631 { ac_try='test -z "$ac_c_werror_flag"
3632 || test ! -s conftest.err'
3633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3634 (eval $ac_try) 2>&5
3635 ac_status=$?
3636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); }; } &&
3638 { ac_try='test -s conftest.$ac_objext'
3639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3640 (eval $ac_try) 2>&5
3641 ac_status=$?
3642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643 (exit $ac_status); }; }; then
3644 eval "$as_ac_Header=yes"
3645 else
3646 echo "$as_me: failed program was:" >&5
3647 sed 's/^/| /' conftest.$ac_ext >&5
3649 eval "$as_ac_Header=no"
3651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3653 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3654 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3655 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3656 cat >>confdefs.h <<_ACEOF
3657 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3658 _ACEOF
3662 done
3675 for ac_header in iconv.h locale.h fcntl.h limits.h stddef.h \
3676 stdlib.h strings.h string.h sys/file.h unistd.h
3678 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3679 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3680 echo "$as_me:$LINENO: checking for $ac_header" >&5
3681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3682 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3683 echo $ECHO_N "(cached) $ECHO_C" >&6
3685 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3686 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3687 else
3688 # Is the header compilable?
3689 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3690 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3691 cat >conftest.$ac_ext <<_ACEOF
3692 /* confdefs.h. */
3693 _ACEOF
3694 cat confdefs.h >>conftest.$ac_ext
3695 cat >>conftest.$ac_ext <<_ACEOF
3696 /* end confdefs.h. */
3697 $ac_includes_default
3698 #include <$ac_header>
3699 _ACEOF
3700 rm -f conftest.$ac_objext
3701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3702 (eval $ac_compile) 2>conftest.er1
3703 ac_status=$?
3704 grep -v '^ *+' conftest.er1 >conftest.err
3705 rm -f conftest.er1
3706 cat conftest.err >&5
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); } &&
3709 { ac_try='test -z "$ac_c_werror_flag"
3710 || test ! -s conftest.err'
3711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3712 (eval $ac_try) 2>&5
3713 ac_status=$?
3714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3715 (exit $ac_status); }; } &&
3716 { ac_try='test -s conftest.$ac_objext'
3717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3718 (eval $ac_try) 2>&5
3719 ac_status=$?
3720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3721 (exit $ac_status); }; }; then
3722 ac_header_compiler=yes
3723 else
3724 echo "$as_me: failed program was:" >&5
3725 sed 's/^/| /' conftest.$ac_ext >&5
3727 ac_header_compiler=no
3729 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3730 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3731 echo "${ECHO_T}$ac_header_compiler" >&6
3733 # Is the header present?
3734 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3735 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3736 cat >conftest.$ac_ext <<_ACEOF
3737 /* confdefs.h. */
3738 _ACEOF
3739 cat confdefs.h >>conftest.$ac_ext
3740 cat >>conftest.$ac_ext <<_ACEOF
3741 /* end confdefs.h. */
3742 #include <$ac_header>
3743 _ACEOF
3744 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3745 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3746 ac_status=$?
3747 grep -v '^ *+' conftest.er1 >conftest.err
3748 rm -f conftest.er1
3749 cat conftest.err >&5
3750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751 (exit $ac_status); } >/dev/null; then
3752 if test -s conftest.err; then
3753 ac_cpp_err=$ac_c_preproc_warn_flag
3754 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3755 else
3756 ac_cpp_err=
3758 else
3759 ac_cpp_err=yes
3761 if test -z "$ac_cpp_err"; then
3762 ac_header_preproc=yes
3763 else
3764 echo "$as_me: failed program was:" >&5
3765 sed 's/^/| /' conftest.$ac_ext >&5
3767 ac_header_preproc=no
3769 rm -f conftest.err conftest.$ac_ext
3770 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3771 echo "${ECHO_T}$ac_header_preproc" >&6
3773 # So? What about this header?
3774 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3775 yes:no: )
3776 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3777 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3778 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3779 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3780 ac_header_preproc=yes
3782 no:yes:* )
3783 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3784 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3785 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3786 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3787 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3788 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3789 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3790 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3791 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3792 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3793 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3794 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3796 cat <<\_ASBOX
3797 ## ----------------------------------- ##
3798 ## Report this to gcc-bugs@gcc.gnu.org ##
3799 ## ----------------------------------- ##
3800 _ASBOX
3802 sed "s/^/$as_me: WARNING: /" >&2
3804 esac
3805 echo "$as_me:$LINENO: checking for $ac_header" >&5
3806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3807 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3808 echo $ECHO_N "(cached) $ECHO_C" >&6
3809 else
3810 eval "$as_ac_Header=\$ac_header_preproc"
3812 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3813 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3816 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3817 cat >>confdefs.h <<_ACEOF
3818 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3819 _ACEOF
3823 done
3826 # Checks for typedefs, structures, and compiler characteristics.
3827 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3828 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3829 if test "${ac_cv_c_const+set}" = set; then
3830 echo $ECHO_N "(cached) $ECHO_C" >&6
3831 else
3832 cat >conftest.$ac_ext <<_ACEOF
3833 /* confdefs.h. */
3834 _ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3840 main ()
3842 /* FIXME: Include the comments suggested by Paul. */
3843 #ifndef __cplusplus
3844 /* Ultrix mips cc rejects this. */
3845 typedef int charset[2];
3846 const charset x;
3847 /* SunOS 4.1.1 cc rejects this. */
3848 char const *const *ccp;
3849 char **p;
3850 /* NEC SVR4.0.2 mips cc rejects this. */
3851 struct point {int x, y;};
3852 static struct point const zero = {0,0};
3853 /* AIX XL C 1.02.0.0 rejects this.
3854 It does not let you subtract one const X* pointer from another in
3855 an arm of an if-expression whose if-part is not a constant
3856 expression */
3857 const char *g = "string";
3858 ccp = &g + (g ? g-g : 0);
3859 /* HPUX 7.0 cc rejects these. */
3860 ++ccp;
3861 p = (char**) ccp;
3862 ccp = (char const *const *) p;
3863 { /* SCO 3.2v4 cc rejects this. */
3864 char *t;
3865 char const *s = 0 ? (char *) 0 : (char const *) 0;
3867 *t++ = 0;
3869 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3870 int x[] = {25, 17};
3871 const int *foo = &x[0];
3872 ++foo;
3874 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3875 typedef const int *iptr;
3876 iptr p = 0;
3877 ++p;
3879 { /* AIX XL C 1.02.0.0 rejects this saying
3880 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3881 struct s { int j; const int *ap[3]; };
3882 struct s *b; b->j = 5;
3884 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3885 const int foo = 10;
3887 #endif
3890 return 0;
3892 _ACEOF
3893 rm -f conftest.$ac_objext
3894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3895 (eval $ac_compile) 2>conftest.er1
3896 ac_status=$?
3897 grep -v '^ *+' conftest.er1 >conftest.err
3898 rm -f conftest.er1
3899 cat conftest.err >&5
3900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3901 (exit $ac_status); } &&
3902 { ac_try='test -z "$ac_c_werror_flag"
3903 || test ! -s conftest.err'
3904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3905 (eval $ac_try) 2>&5
3906 ac_status=$?
3907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3908 (exit $ac_status); }; } &&
3909 { ac_try='test -s conftest.$ac_objext'
3910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3911 (eval $ac_try) 2>&5
3912 ac_status=$?
3913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914 (exit $ac_status); }; }; then
3915 ac_cv_c_const=yes
3916 else
3917 echo "$as_me: failed program was:" >&5
3918 sed 's/^/| /' conftest.$ac_ext >&5
3920 ac_cv_c_const=no
3922 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3924 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3925 echo "${ECHO_T}$ac_cv_c_const" >&6
3926 if test $ac_cv_c_const = no; then
3928 cat >>confdefs.h <<\_ACEOF
3929 #define const
3930 _ACEOF
3934 echo "$as_me:$LINENO: checking for inline" >&5
3935 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3936 if test "${ac_cv_c_inline+set}" = set; then
3937 echo $ECHO_N "(cached) $ECHO_C" >&6
3938 else
3939 ac_cv_c_inline=no
3940 for ac_kw in inline __inline__ __inline; do
3941 cat >conftest.$ac_ext <<_ACEOF
3942 /* confdefs.h. */
3943 _ACEOF
3944 cat confdefs.h >>conftest.$ac_ext
3945 cat >>conftest.$ac_ext <<_ACEOF
3946 /* end confdefs.h. */
3947 #ifndef __cplusplus
3948 typedef int foo_t;
3949 static $ac_kw foo_t static_foo () {return 0; }
3950 $ac_kw foo_t foo () {return 0; }
3951 #endif
3953 _ACEOF
3954 rm -f conftest.$ac_objext
3955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3956 (eval $ac_compile) 2>conftest.er1
3957 ac_status=$?
3958 grep -v '^ *+' conftest.er1 >conftest.err
3959 rm -f conftest.er1
3960 cat conftest.err >&5
3961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3962 (exit $ac_status); } &&
3963 { ac_try='test -z "$ac_c_werror_flag"
3964 || test ! -s conftest.err'
3965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3966 (eval $ac_try) 2>&5
3967 ac_status=$?
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); }; } &&
3970 { ac_try='test -s conftest.$ac_objext'
3971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3972 (eval $ac_try) 2>&5
3973 ac_status=$?
3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); }; }; then
3976 ac_cv_c_inline=$ac_kw; break
3977 else
3978 echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.$ac_ext >&5
3982 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3983 done
3986 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3987 echo "${ECHO_T}$ac_cv_c_inline" >&6
3990 case $ac_cv_c_inline in
3991 inline | yes) ;;
3993 case $ac_cv_c_inline in
3994 no) ac_val=;;
3995 *) ac_val=$ac_cv_c_inline;;
3996 esac
3997 cat >>confdefs.h <<_ACEOF
3998 #ifndef __cplusplus
3999 #define inline $ac_val
4000 #endif
4001 _ACEOF
4003 esac
4005 echo "$as_me:$LINENO: checking for obstacks" >&5
4006 echo $ECHO_N "checking for obstacks... $ECHO_C" >&6
4007 if test "${ac_cv_func_obstack+set}" = set; then
4008 echo $ECHO_N "(cached) $ECHO_C" >&6
4009 else
4010 cat >conftest.$ac_ext <<_ACEOF
4011 /* confdefs.h. */
4012 _ACEOF
4013 cat confdefs.h >>conftest.$ac_ext
4014 cat >>conftest.$ac_ext <<_ACEOF
4015 /* end confdefs.h. */
4016 #include "obstack.h"
4018 main ()
4020 struct obstack *mem; obstack_free(mem,(char *) 0)
4022 return 0;
4024 _ACEOF
4025 rm -f conftest.$ac_objext conftest$ac_exeext
4026 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4027 (eval $ac_link) 2>conftest.er1
4028 ac_status=$?
4029 grep -v '^ *+' conftest.er1 >conftest.err
4030 rm -f conftest.er1
4031 cat conftest.err >&5
4032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4033 (exit $ac_status); } &&
4034 { ac_try='test -z "$ac_c_werror_flag"
4035 || test ! -s conftest.err'
4036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4037 (eval $ac_try) 2>&5
4038 ac_status=$?
4039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040 (exit $ac_status); }; } &&
4041 { ac_try='test -s conftest$ac_exeext'
4042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4043 (eval $ac_try) 2>&5
4044 ac_status=$?
4045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4046 (exit $ac_status); }; }; then
4047 ac_cv_func_obstack=yes
4048 else
4049 echo "$as_me: failed program was:" >&5
4050 sed 's/^/| /' conftest.$ac_ext >&5
4052 ac_cv_func_obstack=no
4054 rm -f conftest.err conftest.$ac_objext \
4055 conftest$ac_exeext conftest.$ac_ext
4057 echo "$as_me:$LINENO: result: $ac_cv_func_obstack" >&5
4058 echo "${ECHO_T}$ac_cv_func_obstack" >&6
4059 if test $ac_cv_func_obstack = yes; then
4061 cat >>confdefs.h <<\_ACEOF
4062 #define HAVE_OBSTACK 1
4063 _ACEOF
4065 else
4066 case $LIBOBJS in
4067 "obstack.$ac_objext" | \
4068 *" obstack.$ac_objext" | \
4069 "obstack.$ac_objext "* | \
4070 *" obstack.$ac_objext "* ) ;;
4071 *) LIBOBJS="$LIBOBJS obstack.$ac_objext" ;;
4072 esac
4076 echo "$as_me:$LINENO: checking for off_t" >&5
4077 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
4078 if test "${ac_cv_type_off_t+set}" = set; then
4079 echo $ECHO_N "(cached) $ECHO_C" >&6
4080 else
4081 cat >conftest.$ac_ext <<_ACEOF
4082 /* confdefs.h. */
4083 _ACEOF
4084 cat confdefs.h >>conftest.$ac_ext
4085 cat >>conftest.$ac_ext <<_ACEOF
4086 /* end confdefs.h. */
4087 $ac_includes_default
4089 main ()
4091 if ((off_t *) 0)
4092 return 0;
4093 if (sizeof (off_t))
4094 return 0;
4096 return 0;
4098 _ACEOF
4099 rm -f conftest.$ac_objext
4100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4101 (eval $ac_compile) 2>conftest.er1
4102 ac_status=$?
4103 grep -v '^ *+' conftest.er1 >conftest.err
4104 rm -f conftest.er1
4105 cat conftest.err >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); } &&
4108 { ac_try='test -z "$ac_c_werror_flag"
4109 || test ! -s conftest.err'
4110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4111 (eval $ac_try) 2>&5
4112 ac_status=$?
4113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4114 (exit $ac_status); }; } &&
4115 { ac_try='test -s conftest.$ac_objext'
4116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4117 (eval $ac_try) 2>&5
4118 ac_status=$?
4119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4120 (exit $ac_status); }; }; then
4121 ac_cv_type_off_t=yes
4122 else
4123 echo "$as_me: failed program was:" >&5
4124 sed 's/^/| /' conftest.$ac_ext >&5
4126 ac_cv_type_off_t=no
4128 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4130 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
4131 echo "${ECHO_T}$ac_cv_type_off_t" >&6
4132 if test $ac_cv_type_off_t = yes; then
4134 else
4136 cat >>confdefs.h <<_ACEOF
4137 #define off_t long
4138 _ACEOF
4142 echo "$as_me:$LINENO: checking for size_t" >&5
4143 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
4144 if test "${ac_cv_type_size_t+set}" = set; then
4145 echo $ECHO_N "(cached) $ECHO_C" >&6
4146 else
4147 cat >conftest.$ac_ext <<_ACEOF
4148 /* confdefs.h. */
4149 _ACEOF
4150 cat confdefs.h >>conftest.$ac_ext
4151 cat >>conftest.$ac_ext <<_ACEOF
4152 /* end confdefs.h. */
4153 $ac_includes_default
4155 main ()
4157 if ((size_t *) 0)
4158 return 0;
4159 if (sizeof (size_t))
4160 return 0;
4162 return 0;
4164 _ACEOF
4165 rm -f conftest.$ac_objext
4166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4167 (eval $ac_compile) 2>conftest.er1
4168 ac_status=$?
4169 grep -v '^ *+' conftest.er1 >conftest.err
4170 rm -f conftest.er1
4171 cat conftest.err >&5
4172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4173 (exit $ac_status); } &&
4174 { ac_try='test -z "$ac_c_werror_flag"
4175 || test ! -s conftest.err'
4176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4177 (eval $ac_try) 2>&5
4178 ac_status=$?
4179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180 (exit $ac_status); }; } &&
4181 { ac_try='test -s conftest.$ac_objext'
4182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4183 (eval $ac_try) 2>&5
4184 ac_status=$?
4185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4186 (exit $ac_status); }; }; then
4187 ac_cv_type_size_t=yes
4188 else
4189 echo "$as_me: failed program was:" >&5
4190 sed 's/^/| /' conftest.$ac_ext >&5
4192 ac_cv_type_size_t=no
4194 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4196 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
4197 echo "${ECHO_T}$ac_cv_type_size_t" >&6
4198 if test $ac_cv_type_size_t = yes; then
4200 else
4202 cat >>confdefs.h <<_ACEOF
4203 #define size_t unsigned
4204 _ACEOF
4208 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
4209 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4210 if test "${ac_cv_struct_tm+set}" = set; then
4211 echo $ECHO_N "(cached) $ECHO_C" >&6
4212 else
4213 cat >conftest.$ac_ext <<_ACEOF
4214 /* confdefs.h. */
4215 _ACEOF
4216 cat confdefs.h >>conftest.$ac_ext
4217 cat >>conftest.$ac_ext <<_ACEOF
4218 /* end confdefs.h. */
4219 #include <sys/types.h>
4220 #include <time.h>
4223 main ()
4225 struct tm *tp; tp->tm_sec;
4227 return 0;
4229 _ACEOF
4230 rm -f conftest.$ac_objext
4231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4232 (eval $ac_compile) 2>conftest.er1
4233 ac_status=$?
4234 grep -v '^ *+' conftest.er1 >conftest.err
4235 rm -f conftest.er1
4236 cat conftest.err >&5
4237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); } &&
4239 { ac_try='test -z "$ac_c_werror_flag"
4240 || test ! -s conftest.err'
4241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4242 (eval $ac_try) 2>&5
4243 ac_status=$?
4244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4245 (exit $ac_status); }; } &&
4246 { ac_try='test -s conftest.$ac_objext'
4247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4248 (eval $ac_try) 2>&5
4249 ac_status=$?
4250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4251 (exit $ac_status); }; }; then
4252 ac_cv_struct_tm=time.h
4253 else
4254 echo "$as_me: failed program was:" >&5
4255 sed 's/^/| /' conftest.$ac_ext >&5
4257 ac_cv_struct_tm=sys/time.h
4259 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4261 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
4262 echo "${ECHO_T}$ac_cv_struct_tm" >&6
4263 if test $ac_cv_struct_tm = sys/time.h; then
4265 cat >>confdefs.h <<\_ACEOF
4266 #define TM_IN_SYS_TIME 1
4267 _ACEOF
4271 echo "$as_me:$LINENO: checking for int" >&5
4272 echo $ECHO_N "checking for int... $ECHO_C" >&6
4273 if test "${ac_cv_type_int+set}" = set; then
4274 echo $ECHO_N "(cached) $ECHO_C" >&6
4275 else
4276 cat >conftest.$ac_ext <<_ACEOF
4277 /* confdefs.h. */
4278 _ACEOF
4279 cat confdefs.h >>conftest.$ac_ext
4280 cat >>conftest.$ac_ext <<_ACEOF
4281 /* end confdefs.h. */
4282 $ac_includes_default
4284 main ()
4286 if ((int *) 0)
4287 return 0;
4288 if (sizeof (int))
4289 return 0;
4291 return 0;
4293 _ACEOF
4294 rm -f conftest.$ac_objext
4295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4296 (eval $ac_compile) 2>conftest.er1
4297 ac_status=$?
4298 grep -v '^ *+' conftest.er1 >conftest.err
4299 rm -f conftest.er1
4300 cat conftest.err >&5
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } &&
4303 { ac_try='test -z "$ac_c_werror_flag"
4304 || test ! -s conftest.err'
4305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4306 (eval $ac_try) 2>&5
4307 ac_status=$?
4308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4309 (exit $ac_status); }; } &&
4310 { ac_try='test -s conftest.$ac_objext'
4311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4312 (eval $ac_try) 2>&5
4313 ac_status=$?
4314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4315 (exit $ac_status); }; }; then
4316 ac_cv_type_int=yes
4317 else
4318 echo "$as_me: failed program was:" >&5
4319 sed 's/^/| /' conftest.$ac_ext >&5
4321 ac_cv_type_int=no
4323 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4325 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
4326 echo "${ECHO_T}$ac_cv_type_int" >&6
4328 echo "$as_me:$LINENO: checking size of int" >&5
4329 echo $ECHO_N "checking size of int... $ECHO_C" >&6
4330 if test "${ac_cv_sizeof_int+set}" = set; then
4331 echo $ECHO_N "(cached) $ECHO_C" >&6
4332 else
4333 if test "$ac_cv_type_int" = yes; then
4334 # The cast to unsigned long works around a bug in the HP C Compiler
4335 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4336 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4337 # This bug is HP SR number 8606223364.
4338 if test "$cross_compiling" = yes; then
4339 # Depending upon the size, compute the lo and hi bounds.
4340 cat >conftest.$ac_ext <<_ACEOF
4341 /* confdefs.h. */
4342 _ACEOF
4343 cat confdefs.h >>conftest.$ac_ext
4344 cat >>conftest.$ac_ext <<_ACEOF
4345 /* end confdefs.h. */
4346 $ac_includes_default
4348 main ()
4350 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
4351 test_array [0] = 0
4354 return 0;
4356 _ACEOF
4357 rm -f conftest.$ac_objext
4358 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4359 (eval $ac_compile) 2>conftest.er1
4360 ac_status=$?
4361 grep -v '^ *+' conftest.er1 >conftest.err
4362 rm -f conftest.er1
4363 cat conftest.err >&5
4364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4365 (exit $ac_status); } &&
4366 { ac_try='test -z "$ac_c_werror_flag"
4367 || test ! -s conftest.err'
4368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4369 (eval $ac_try) 2>&5
4370 ac_status=$?
4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372 (exit $ac_status); }; } &&
4373 { ac_try='test -s conftest.$ac_objext'
4374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4375 (eval $ac_try) 2>&5
4376 ac_status=$?
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); }; }; then
4379 ac_lo=0 ac_mid=0
4380 while :; do
4381 cat >conftest.$ac_ext <<_ACEOF
4382 /* confdefs.h. */
4383 _ACEOF
4384 cat confdefs.h >>conftest.$ac_ext
4385 cat >>conftest.$ac_ext <<_ACEOF
4386 /* end confdefs.h. */
4387 $ac_includes_default
4389 main ()
4391 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
4392 test_array [0] = 0
4395 return 0;
4397 _ACEOF
4398 rm -f conftest.$ac_objext
4399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4400 (eval $ac_compile) 2>conftest.er1
4401 ac_status=$?
4402 grep -v '^ *+' conftest.er1 >conftest.err
4403 rm -f conftest.er1
4404 cat conftest.err >&5
4405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4406 (exit $ac_status); } &&
4407 { ac_try='test -z "$ac_c_werror_flag"
4408 || test ! -s conftest.err'
4409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4410 (eval $ac_try) 2>&5
4411 ac_status=$?
4412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4413 (exit $ac_status); }; } &&
4414 { ac_try='test -s conftest.$ac_objext'
4415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4416 (eval $ac_try) 2>&5
4417 ac_status=$?
4418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4419 (exit $ac_status); }; }; then
4420 ac_hi=$ac_mid; break
4421 else
4422 echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4425 ac_lo=`expr $ac_mid + 1`
4426 if test $ac_lo -le $ac_mid; then
4427 ac_lo= ac_hi=
4428 break
4430 ac_mid=`expr 2 '*' $ac_mid + 1`
4432 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4433 done
4434 else
4435 echo "$as_me: failed program was:" >&5
4436 sed 's/^/| /' conftest.$ac_ext >&5
4438 cat >conftest.$ac_ext <<_ACEOF
4439 /* confdefs.h. */
4440 _ACEOF
4441 cat confdefs.h >>conftest.$ac_ext
4442 cat >>conftest.$ac_ext <<_ACEOF
4443 /* end confdefs.h. */
4444 $ac_includes_default
4446 main ()
4448 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
4449 test_array [0] = 0
4452 return 0;
4454 _ACEOF
4455 rm -f conftest.$ac_objext
4456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4457 (eval $ac_compile) 2>conftest.er1
4458 ac_status=$?
4459 grep -v '^ *+' conftest.er1 >conftest.err
4460 rm -f conftest.er1
4461 cat conftest.err >&5
4462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4463 (exit $ac_status); } &&
4464 { ac_try='test -z "$ac_c_werror_flag"
4465 || test ! -s conftest.err'
4466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4467 (eval $ac_try) 2>&5
4468 ac_status=$?
4469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4470 (exit $ac_status); }; } &&
4471 { ac_try='test -s conftest.$ac_objext'
4472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4473 (eval $ac_try) 2>&5
4474 ac_status=$?
4475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476 (exit $ac_status); }; }; then
4477 ac_hi=-1 ac_mid=-1
4478 while :; do
4479 cat >conftest.$ac_ext <<_ACEOF
4480 /* confdefs.h. */
4481 _ACEOF
4482 cat confdefs.h >>conftest.$ac_ext
4483 cat >>conftest.$ac_ext <<_ACEOF
4484 /* end confdefs.h. */
4485 $ac_includes_default
4487 main ()
4489 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
4490 test_array [0] = 0
4493 return 0;
4495 _ACEOF
4496 rm -f conftest.$ac_objext
4497 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4498 (eval $ac_compile) 2>conftest.er1
4499 ac_status=$?
4500 grep -v '^ *+' conftest.er1 >conftest.err
4501 rm -f conftest.er1
4502 cat conftest.err >&5
4503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504 (exit $ac_status); } &&
4505 { ac_try='test -z "$ac_c_werror_flag"
4506 || test ! -s conftest.err'
4507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4508 (eval $ac_try) 2>&5
4509 ac_status=$?
4510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4511 (exit $ac_status); }; } &&
4512 { ac_try='test -s conftest.$ac_objext'
4513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4514 (eval $ac_try) 2>&5
4515 ac_status=$?
4516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4517 (exit $ac_status); }; }; then
4518 ac_lo=$ac_mid; break
4519 else
4520 echo "$as_me: failed program was:" >&5
4521 sed 's/^/| /' conftest.$ac_ext >&5
4523 ac_hi=`expr '(' $ac_mid ')' - 1`
4524 if test $ac_mid -le $ac_hi; then
4525 ac_lo= ac_hi=
4526 break
4528 ac_mid=`expr 2 '*' $ac_mid`
4530 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4531 done
4532 else
4533 echo "$as_me: failed program was:" >&5
4534 sed 's/^/| /' conftest.$ac_ext >&5
4536 ac_lo= ac_hi=
4538 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4540 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4541 # Binary search between lo and hi bounds.
4542 while test "x$ac_lo" != "x$ac_hi"; do
4543 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
4544 cat >conftest.$ac_ext <<_ACEOF
4545 /* confdefs.h. */
4546 _ACEOF
4547 cat confdefs.h >>conftest.$ac_ext
4548 cat >>conftest.$ac_ext <<_ACEOF
4549 /* end confdefs.h. */
4550 $ac_includes_default
4552 main ()
4554 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
4555 test_array [0] = 0
4558 return 0;
4560 _ACEOF
4561 rm -f conftest.$ac_objext
4562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4563 (eval $ac_compile) 2>conftest.er1
4564 ac_status=$?
4565 grep -v '^ *+' conftest.er1 >conftest.err
4566 rm -f conftest.er1
4567 cat conftest.err >&5
4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569 (exit $ac_status); } &&
4570 { ac_try='test -z "$ac_c_werror_flag"
4571 || test ! -s conftest.err'
4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4573 (eval $ac_try) 2>&5
4574 ac_status=$?
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); }; } &&
4577 { ac_try='test -s conftest.$ac_objext'
4578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4579 (eval $ac_try) 2>&5
4580 ac_status=$?
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; }; then
4583 ac_hi=$ac_mid
4584 else
4585 echo "$as_me: failed program was:" >&5
4586 sed 's/^/| /' conftest.$ac_ext >&5
4588 ac_lo=`expr '(' $ac_mid ')' + 1`
4590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4591 done
4592 case $ac_lo in
4593 ?*) ac_cv_sizeof_int=$ac_lo;;
4594 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
4595 See \`config.log' for more details." >&5
4596 echo "$as_me: error: cannot compute sizeof (int), 77
4597 See \`config.log' for more details." >&2;}
4598 { (exit 1); exit 1; }; } ;;
4599 esac
4600 else
4601 if test "$cross_compiling" = yes; then
4602 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
4603 See \`config.log' for more details." >&5
4604 echo "$as_me: error: cannot run test program while cross compiling
4605 See \`config.log' for more details." >&2;}
4606 { (exit 1); exit 1; }; }
4607 else
4608 cat >conftest.$ac_ext <<_ACEOF
4609 /* confdefs.h. */
4610 _ACEOF
4611 cat confdefs.h >>conftest.$ac_ext
4612 cat >>conftest.$ac_ext <<_ACEOF
4613 /* end confdefs.h. */
4614 $ac_includes_default
4615 long longval () { return (long) (sizeof (int)); }
4616 unsigned long ulongval () { return (long) (sizeof (int)); }
4617 #include <stdio.h>
4618 #include <stdlib.h>
4620 main ()
4623 FILE *f = fopen ("conftest.val", "w");
4624 if (! f)
4625 exit (1);
4626 if (((long) (sizeof (int))) < 0)
4628 long i = longval ();
4629 if (i != ((long) (sizeof (int))))
4630 exit (1);
4631 fprintf (f, "%ld\n", i);
4633 else
4635 unsigned long i = ulongval ();
4636 if (i != ((long) (sizeof (int))))
4637 exit (1);
4638 fprintf (f, "%lu\n", i);
4640 exit (ferror (f) || fclose (f) != 0);
4643 return 0;
4645 _ACEOF
4646 rm -f conftest$ac_exeext
4647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4648 (eval $ac_link) 2>&5
4649 ac_status=$?
4650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4651 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4653 (eval $ac_try) 2>&5
4654 ac_status=$?
4655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4656 (exit $ac_status); }; }; then
4657 ac_cv_sizeof_int=`cat conftest.val`
4658 else
4659 echo "$as_me: program exited with status $ac_status" >&5
4660 echo "$as_me: failed program was:" >&5
4661 sed 's/^/| /' conftest.$ac_ext >&5
4663 ( exit $ac_status )
4664 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
4665 See \`config.log' for more details." >&5
4666 echo "$as_me: error: cannot compute sizeof (int), 77
4667 See \`config.log' for more details." >&2;}
4668 { (exit 1); exit 1; }; }
4670 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4673 rm -f conftest.val
4674 else
4675 ac_cv_sizeof_int=0
4678 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
4679 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
4680 cat >>confdefs.h <<_ACEOF
4681 #define SIZEOF_INT $ac_cv_sizeof_int
4682 _ACEOF
4685 echo "$as_me:$LINENO: checking for long" >&5
4686 echo $ECHO_N "checking for long... $ECHO_C" >&6
4687 if test "${ac_cv_type_long+set}" = set; then
4688 echo $ECHO_N "(cached) $ECHO_C" >&6
4689 else
4690 cat >conftest.$ac_ext <<_ACEOF
4691 /* confdefs.h. */
4692 _ACEOF
4693 cat confdefs.h >>conftest.$ac_ext
4694 cat >>conftest.$ac_ext <<_ACEOF
4695 /* end confdefs.h. */
4696 $ac_includes_default
4698 main ()
4700 if ((long *) 0)
4701 return 0;
4702 if (sizeof (long))
4703 return 0;
4705 return 0;
4707 _ACEOF
4708 rm -f conftest.$ac_objext
4709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4710 (eval $ac_compile) 2>conftest.er1
4711 ac_status=$?
4712 grep -v '^ *+' conftest.er1 >conftest.err
4713 rm -f conftest.er1
4714 cat conftest.err >&5
4715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4716 (exit $ac_status); } &&
4717 { ac_try='test -z "$ac_c_werror_flag"
4718 || test ! -s conftest.err'
4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4720 (eval $ac_try) 2>&5
4721 ac_status=$?
4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); }; } &&
4724 { ac_try='test -s conftest.$ac_objext'
4725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4726 (eval $ac_try) 2>&5
4727 ac_status=$?
4728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4729 (exit $ac_status); }; }; then
4730 ac_cv_type_long=yes
4731 else
4732 echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4735 ac_cv_type_long=no
4737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4739 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
4740 echo "${ECHO_T}$ac_cv_type_long" >&6
4742 echo "$as_me:$LINENO: checking size of long" >&5
4743 echo $ECHO_N "checking size of long... $ECHO_C" >&6
4744 if test "${ac_cv_sizeof_long+set}" = set; then
4745 echo $ECHO_N "(cached) $ECHO_C" >&6
4746 else
4747 if test "$ac_cv_type_long" = yes; then
4748 # The cast to unsigned long works around a bug in the HP C Compiler
4749 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4750 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4751 # This bug is HP SR number 8606223364.
4752 if test "$cross_compiling" = yes; then
4753 # Depending upon the size, compute the lo and hi bounds.
4754 cat >conftest.$ac_ext <<_ACEOF
4755 /* confdefs.h. */
4756 _ACEOF
4757 cat confdefs.h >>conftest.$ac_ext
4758 cat >>conftest.$ac_ext <<_ACEOF
4759 /* end confdefs.h. */
4760 $ac_includes_default
4762 main ()
4764 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
4765 test_array [0] = 0
4768 return 0;
4770 _ACEOF
4771 rm -f conftest.$ac_objext
4772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4773 (eval $ac_compile) 2>conftest.er1
4774 ac_status=$?
4775 grep -v '^ *+' conftest.er1 >conftest.err
4776 rm -f conftest.er1
4777 cat conftest.err >&5
4778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4779 (exit $ac_status); } &&
4780 { ac_try='test -z "$ac_c_werror_flag"
4781 || test ! -s conftest.err'
4782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4783 (eval $ac_try) 2>&5
4784 ac_status=$?
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); }; } &&
4787 { ac_try='test -s conftest.$ac_objext'
4788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4789 (eval $ac_try) 2>&5
4790 ac_status=$?
4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4792 (exit $ac_status); }; }; then
4793 ac_lo=0 ac_mid=0
4794 while :; do
4795 cat >conftest.$ac_ext <<_ACEOF
4796 /* confdefs.h. */
4797 _ACEOF
4798 cat confdefs.h >>conftest.$ac_ext
4799 cat >>conftest.$ac_ext <<_ACEOF
4800 /* end confdefs.h. */
4801 $ac_includes_default
4803 main ()
4805 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
4806 test_array [0] = 0
4809 return 0;
4811 _ACEOF
4812 rm -f conftest.$ac_objext
4813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4814 (eval $ac_compile) 2>conftest.er1
4815 ac_status=$?
4816 grep -v '^ *+' conftest.er1 >conftest.err
4817 rm -f conftest.er1
4818 cat conftest.err >&5
4819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4820 (exit $ac_status); } &&
4821 { ac_try='test -z "$ac_c_werror_flag"
4822 || test ! -s conftest.err'
4823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4824 (eval $ac_try) 2>&5
4825 ac_status=$?
4826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827 (exit $ac_status); }; } &&
4828 { ac_try='test -s conftest.$ac_objext'
4829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4830 (eval $ac_try) 2>&5
4831 ac_status=$?
4832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4833 (exit $ac_status); }; }; then
4834 ac_hi=$ac_mid; break
4835 else
4836 echo "$as_me: failed program was:" >&5
4837 sed 's/^/| /' conftest.$ac_ext >&5
4839 ac_lo=`expr $ac_mid + 1`
4840 if test $ac_lo -le $ac_mid; then
4841 ac_lo= ac_hi=
4842 break
4844 ac_mid=`expr 2 '*' $ac_mid + 1`
4846 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4847 done
4848 else
4849 echo "$as_me: failed program was:" >&5
4850 sed 's/^/| /' conftest.$ac_ext >&5
4852 cat >conftest.$ac_ext <<_ACEOF
4853 /* confdefs.h. */
4854 _ACEOF
4855 cat confdefs.h >>conftest.$ac_ext
4856 cat >>conftest.$ac_ext <<_ACEOF
4857 /* end confdefs.h. */
4858 $ac_includes_default
4860 main ()
4862 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
4863 test_array [0] = 0
4866 return 0;
4868 _ACEOF
4869 rm -f conftest.$ac_objext
4870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4871 (eval $ac_compile) 2>conftest.er1
4872 ac_status=$?
4873 grep -v '^ *+' conftest.er1 >conftest.err
4874 rm -f conftest.er1
4875 cat conftest.err >&5
4876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4877 (exit $ac_status); } &&
4878 { ac_try='test -z "$ac_c_werror_flag"
4879 || test ! -s conftest.err'
4880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4881 (eval $ac_try) 2>&5
4882 ac_status=$?
4883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4884 (exit $ac_status); }; } &&
4885 { ac_try='test -s conftest.$ac_objext'
4886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4887 (eval $ac_try) 2>&5
4888 ac_status=$?
4889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); }; }; then
4891 ac_hi=-1 ac_mid=-1
4892 while :; do
4893 cat >conftest.$ac_ext <<_ACEOF
4894 /* confdefs.h. */
4895 _ACEOF
4896 cat confdefs.h >>conftest.$ac_ext
4897 cat >>conftest.$ac_ext <<_ACEOF
4898 /* end confdefs.h. */
4899 $ac_includes_default
4901 main ()
4903 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
4904 test_array [0] = 0
4907 return 0;
4909 _ACEOF
4910 rm -f conftest.$ac_objext
4911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4912 (eval $ac_compile) 2>conftest.er1
4913 ac_status=$?
4914 grep -v '^ *+' conftest.er1 >conftest.err
4915 rm -f conftest.er1
4916 cat conftest.err >&5
4917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4918 (exit $ac_status); } &&
4919 { ac_try='test -z "$ac_c_werror_flag"
4920 || test ! -s conftest.err'
4921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4922 (eval $ac_try) 2>&5
4923 ac_status=$?
4924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4925 (exit $ac_status); }; } &&
4926 { ac_try='test -s conftest.$ac_objext'
4927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4928 (eval $ac_try) 2>&5
4929 ac_status=$?
4930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4931 (exit $ac_status); }; }; then
4932 ac_lo=$ac_mid; break
4933 else
4934 echo "$as_me: failed program was:" >&5
4935 sed 's/^/| /' conftest.$ac_ext >&5
4937 ac_hi=`expr '(' $ac_mid ')' - 1`
4938 if test $ac_mid -le $ac_hi; then
4939 ac_lo= ac_hi=
4940 break
4942 ac_mid=`expr 2 '*' $ac_mid`
4944 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4945 done
4946 else
4947 echo "$as_me: failed program was:" >&5
4948 sed 's/^/| /' conftest.$ac_ext >&5
4950 ac_lo= ac_hi=
4952 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4954 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4955 # Binary search between lo and hi bounds.
4956 while test "x$ac_lo" != "x$ac_hi"; do
4957 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
4958 cat >conftest.$ac_ext <<_ACEOF
4959 /* confdefs.h. */
4960 _ACEOF
4961 cat confdefs.h >>conftest.$ac_ext
4962 cat >>conftest.$ac_ext <<_ACEOF
4963 /* end confdefs.h. */
4964 $ac_includes_default
4966 main ()
4968 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
4969 test_array [0] = 0
4972 return 0;
4974 _ACEOF
4975 rm -f conftest.$ac_objext
4976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4977 (eval $ac_compile) 2>conftest.er1
4978 ac_status=$?
4979 grep -v '^ *+' conftest.er1 >conftest.err
4980 rm -f conftest.er1
4981 cat conftest.err >&5
4982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4983 (exit $ac_status); } &&
4984 { ac_try='test -z "$ac_c_werror_flag"
4985 || test ! -s conftest.err'
4986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4987 (eval $ac_try) 2>&5
4988 ac_status=$?
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); }; } &&
4991 { ac_try='test -s conftest.$ac_objext'
4992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4993 (eval $ac_try) 2>&5
4994 ac_status=$?
4995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4996 (exit $ac_status); }; }; then
4997 ac_hi=$ac_mid
4998 else
4999 echo "$as_me: failed program was:" >&5
5000 sed 's/^/| /' conftest.$ac_ext >&5
5002 ac_lo=`expr '(' $ac_mid ')' + 1`
5004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5005 done
5006 case $ac_lo in
5007 ?*) ac_cv_sizeof_long=$ac_lo;;
5008 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
5009 See \`config.log' for more details." >&5
5010 echo "$as_me: error: cannot compute sizeof (long), 77
5011 See \`config.log' for more details." >&2;}
5012 { (exit 1); exit 1; }; } ;;
5013 esac
5014 else
5015 if test "$cross_compiling" = yes; then
5016 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
5017 See \`config.log' for more details." >&5
5018 echo "$as_me: error: cannot run test program while cross compiling
5019 See \`config.log' for more details." >&2;}
5020 { (exit 1); exit 1; }; }
5021 else
5022 cat >conftest.$ac_ext <<_ACEOF
5023 /* confdefs.h. */
5024 _ACEOF
5025 cat confdefs.h >>conftest.$ac_ext
5026 cat >>conftest.$ac_ext <<_ACEOF
5027 /* end confdefs.h. */
5028 $ac_includes_default
5029 long longval () { return (long) (sizeof (long)); }
5030 unsigned long ulongval () { return (long) (sizeof (long)); }
5031 #include <stdio.h>
5032 #include <stdlib.h>
5034 main ()
5037 FILE *f = fopen ("conftest.val", "w");
5038 if (! f)
5039 exit (1);
5040 if (((long) (sizeof (long))) < 0)
5042 long i = longval ();
5043 if (i != ((long) (sizeof (long))))
5044 exit (1);
5045 fprintf (f, "%ld\n", i);
5047 else
5049 unsigned long i = ulongval ();
5050 if (i != ((long) (sizeof (long))))
5051 exit (1);
5052 fprintf (f, "%lu\n", i);
5054 exit (ferror (f) || fclose (f) != 0);
5057 return 0;
5059 _ACEOF
5060 rm -f conftest$ac_exeext
5061 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5062 (eval $ac_link) 2>&5
5063 ac_status=$?
5064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5067 (eval $ac_try) 2>&5
5068 ac_status=$?
5069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5070 (exit $ac_status); }; }; then
5071 ac_cv_sizeof_long=`cat conftest.val`
5072 else
5073 echo "$as_me: program exited with status $ac_status" >&5
5074 echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ( exit $ac_status )
5078 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
5079 See \`config.log' for more details." >&5
5080 echo "$as_me: error: cannot compute sizeof (long), 77
5081 See \`config.log' for more details." >&2;}
5082 { (exit 1); exit 1; }; }
5084 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5087 rm -f conftest.val
5088 else
5089 ac_cv_sizeof_long=0
5092 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
5093 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
5094 cat >>confdefs.h <<_ACEOF
5095 #define SIZEOF_LONG $ac_cv_sizeof_long
5096 _ACEOF
5104 for ac_func in putc_unlocked fputc_unlocked fputs_unlocked \
5105 fwrite_unlocked fprintf_unlocked
5107 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5108 echo "$as_me:$LINENO: checking for $ac_func" >&5
5109 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5110 if eval "test \"\${$as_ac_var+set}\" = set"; then
5111 echo $ECHO_N "(cached) $ECHO_C" >&6
5112 else
5113 cat >conftest.$ac_ext <<_ACEOF
5114 /* confdefs.h. */
5115 _ACEOF
5116 cat confdefs.h >>conftest.$ac_ext
5117 cat >>conftest.$ac_ext <<_ACEOF
5118 /* end confdefs.h. */
5119 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5120 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5121 #define $ac_func innocuous_$ac_func
5123 /* System header to define __stub macros and hopefully few prototypes,
5124 which can conflict with char $ac_func (); below.
5125 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5126 <limits.h> exists even on freestanding compilers. */
5128 #ifdef __STDC__
5129 # include <limits.h>
5130 #else
5131 # include <assert.h>
5132 #endif
5134 #undef $ac_func
5136 /* Override any gcc2 internal prototype to avoid an error. */
5137 #ifdef __cplusplus
5138 extern "C"
5140 #endif
5141 /* We use char because int might match the return type of a gcc2
5142 builtin and then its argument prototype would still apply. */
5143 char $ac_func ();
5144 /* The GNU C library defines this for functions which it implements
5145 to always fail with ENOSYS. Some functions are actually named
5146 something starting with __ and the normal name is an alias. */
5147 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5148 choke me
5149 #else
5150 char (*f) () = $ac_func;
5151 #endif
5152 #ifdef __cplusplus
5154 #endif
5157 main ()
5159 return f != $ac_func;
5161 return 0;
5163 _ACEOF
5164 rm -f conftest.$ac_objext conftest$ac_exeext
5165 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5166 (eval $ac_link) 2>conftest.er1
5167 ac_status=$?
5168 grep -v '^ *+' conftest.er1 >conftest.err
5169 rm -f conftest.er1
5170 cat conftest.err >&5
5171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5172 (exit $ac_status); } &&
5173 { ac_try='test -z "$ac_c_werror_flag"
5174 || test ! -s conftest.err'
5175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5176 (eval $ac_try) 2>&5
5177 ac_status=$?
5178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5179 (exit $ac_status); }; } &&
5180 { ac_try='test -s conftest$ac_exeext'
5181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5182 (eval $ac_try) 2>&5
5183 ac_status=$?
5184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185 (exit $ac_status); }; }; then
5186 eval "$as_ac_var=yes"
5187 else
5188 echo "$as_me: failed program was:" >&5
5189 sed 's/^/| /' conftest.$ac_ext >&5
5191 eval "$as_ac_var=no"
5193 rm -f conftest.err conftest.$ac_objext \
5194 conftest$ac_exeext conftest.$ac_ext
5196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5197 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5198 if test `eval echo '${'$as_ac_var'}'` = yes; then
5199 cat >>confdefs.h <<_ACEOF
5200 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5201 _ACEOF
5204 done
5206 echo "$as_me:$LINENO: checking whether abort is declared" >&5
5207 echo $ECHO_N "checking whether abort is declared... $ECHO_C" >&6
5208 if test "${ac_cv_have_decl_abort+set}" = set; then
5209 echo $ECHO_N "(cached) $ECHO_C" >&6
5210 else
5211 cat >conftest.$ac_ext <<_ACEOF
5212 /* confdefs.h. */
5213 _ACEOF
5214 cat confdefs.h >>conftest.$ac_ext
5215 cat >>conftest.$ac_ext <<_ACEOF
5216 /* end confdefs.h. */
5217 $ac_includes_default
5219 main ()
5221 #ifndef abort
5222 char *p = (char *) abort;
5223 #endif
5226 return 0;
5228 _ACEOF
5229 rm -f conftest.$ac_objext
5230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5231 (eval $ac_compile) 2>conftest.er1
5232 ac_status=$?
5233 grep -v '^ *+' conftest.er1 >conftest.err
5234 rm -f conftest.er1
5235 cat conftest.err >&5
5236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5237 (exit $ac_status); } &&
5238 { ac_try='test -z "$ac_c_werror_flag"
5239 || test ! -s conftest.err'
5240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241 (eval $ac_try) 2>&5
5242 ac_status=$?
5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 (exit $ac_status); }; } &&
5245 { ac_try='test -s conftest.$ac_objext'
5246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5247 (eval $ac_try) 2>&5
5248 ac_status=$?
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); }; }; then
5251 ac_cv_have_decl_abort=yes
5252 else
5253 echo "$as_me: failed program was:" >&5
5254 sed 's/^/| /' conftest.$ac_ext >&5
5256 ac_cv_have_decl_abort=no
5258 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5260 echo "$as_me:$LINENO: result: $ac_cv_have_decl_abort" >&5
5261 echo "${ECHO_T}$ac_cv_have_decl_abort" >&6
5262 if test $ac_cv_have_decl_abort = yes; then
5264 cat >>confdefs.h <<_ACEOF
5265 #define HAVE_DECL_ABORT 1
5266 _ACEOF
5269 else
5270 cat >>confdefs.h <<_ACEOF
5271 #define HAVE_DECL_ABORT 0
5272 _ACEOF
5276 echo "$as_me:$LINENO: checking whether errno is declared" >&5
5277 echo $ECHO_N "checking whether errno is declared... $ECHO_C" >&6
5278 if test "${ac_cv_have_decl_errno+set}" = set; then
5279 echo $ECHO_N "(cached) $ECHO_C" >&6
5280 else
5281 cat >conftest.$ac_ext <<_ACEOF
5282 /* confdefs.h. */
5283 _ACEOF
5284 cat confdefs.h >>conftest.$ac_ext
5285 cat >>conftest.$ac_ext <<_ACEOF
5286 /* end confdefs.h. */
5287 $ac_includes_default
5289 main ()
5291 #ifndef errno
5292 char *p = (char *) errno;
5293 #endif
5296 return 0;
5298 _ACEOF
5299 rm -f conftest.$ac_objext
5300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5301 (eval $ac_compile) 2>conftest.er1
5302 ac_status=$?
5303 grep -v '^ *+' conftest.er1 >conftest.err
5304 rm -f conftest.er1
5305 cat conftest.err >&5
5306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5307 (exit $ac_status); } &&
5308 { ac_try='test -z "$ac_c_werror_flag"
5309 || test ! -s conftest.err'
5310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5311 (eval $ac_try) 2>&5
5312 ac_status=$?
5313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314 (exit $ac_status); }; } &&
5315 { ac_try='test -s conftest.$ac_objext'
5316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5317 (eval $ac_try) 2>&5
5318 ac_status=$?
5319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320 (exit $ac_status); }; }; then
5321 ac_cv_have_decl_errno=yes
5322 else
5323 echo "$as_me: failed program was:" >&5
5324 sed 's/^/| /' conftest.$ac_ext >&5
5326 ac_cv_have_decl_errno=no
5328 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5330 echo "$as_me:$LINENO: result: $ac_cv_have_decl_errno" >&5
5331 echo "${ECHO_T}$ac_cv_have_decl_errno" >&6
5332 if test $ac_cv_have_decl_errno = yes; then
5334 cat >>confdefs.h <<_ACEOF
5335 #define HAVE_DECL_ERRNO 1
5336 _ACEOF
5339 else
5340 cat >>confdefs.h <<_ACEOF
5341 #define HAVE_DECL_ERRNO 0
5342 _ACEOF
5346 echo "$as_me:$LINENO: checking whether putc_unlocked is declared" >&5
5347 echo $ECHO_N "checking whether putc_unlocked is declared... $ECHO_C" >&6
5348 if test "${ac_cv_have_decl_putc_unlocked+set}" = set; then
5349 echo $ECHO_N "(cached) $ECHO_C" >&6
5350 else
5351 cat >conftest.$ac_ext <<_ACEOF
5352 /* confdefs.h. */
5353 _ACEOF
5354 cat confdefs.h >>conftest.$ac_ext
5355 cat >>conftest.$ac_ext <<_ACEOF
5356 /* end confdefs.h. */
5357 $ac_includes_default
5359 main ()
5361 #ifndef putc_unlocked
5362 char *p = (char *) putc_unlocked;
5363 #endif
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext
5370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5371 (eval $ac_compile) 2>conftest.er1
5372 ac_status=$?
5373 grep -v '^ *+' conftest.er1 >conftest.err
5374 rm -f conftest.er1
5375 cat conftest.err >&5
5376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5377 (exit $ac_status); } &&
5378 { ac_try='test -z "$ac_c_werror_flag"
5379 || test ! -s conftest.err'
5380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5381 (eval $ac_try) 2>&5
5382 ac_status=$?
5383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5384 (exit $ac_status); }; } &&
5385 { ac_try='test -s conftest.$ac_objext'
5386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5387 (eval $ac_try) 2>&5
5388 ac_status=$?
5389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5390 (exit $ac_status); }; }; then
5391 ac_cv_have_decl_putc_unlocked=yes
5392 else
5393 echo "$as_me: failed program was:" >&5
5394 sed 's/^/| /' conftest.$ac_ext >&5
5396 ac_cv_have_decl_putc_unlocked=no
5398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5400 echo "$as_me:$LINENO: result: $ac_cv_have_decl_putc_unlocked" >&5
5401 echo "${ECHO_T}$ac_cv_have_decl_putc_unlocked" >&6
5402 if test $ac_cv_have_decl_putc_unlocked = yes; then
5404 cat >>confdefs.h <<_ACEOF
5405 #define HAVE_DECL_PUTC_UNLOCKED 1
5406 _ACEOF
5409 else
5410 cat >>confdefs.h <<_ACEOF
5411 #define HAVE_DECL_PUTC_UNLOCKED 0
5412 _ACEOF
5416 echo "$as_me:$LINENO: checking whether fputc_unlocked is declared" >&5
5417 echo $ECHO_N "checking whether fputc_unlocked is declared... $ECHO_C" >&6
5418 if test "${ac_cv_have_decl_fputc_unlocked+set}" = set; then
5419 echo $ECHO_N "(cached) $ECHO_C" >&6
5420 else
5421 cat >conftest.$ac_ext <<_ACEOF
5422 /* confdefs.h. */
5423 _ACEOF
5424 cat confdefs.h >>conftest.$ac_ext
5425 cat >>conftest.$ac_ext <<_ACEOF
5426 /* end confdefs.h. */
5427 $ac_includes_default
5429 main ()
5431 #ifndef fputc_unlocked
5432 char *p = (char *) fputc_unlocked;
5433 #endif
5436 return 0;
5438 _ACEOF
5439 rm -f conftest.$ac_objext
5440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5441 (eval $ac_compile) 2>conftest.er1
5442 ac_status=$?
5443 grep -v '^ *+' conftest.er1 >conftest.err
5444 rm -f conftest.er1
5445 cat conftest.err >&5
5446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 (exit $ac_status); } &&
5448 { ac_try='test -z "$ac_c_werror_flag"
5449 || test ! -s conftest.err'
5450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5451 (eval $ac_try) 2>&5
5452 ac_status=$?
5453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5454 (exit $ac_status); }; } &&
5455 { ac_try='test -s conftest.$ac_objext'
5456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5457 (eval $ac_try) 2>&5
5458 ac_status=$?
5459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5460 (exit $ac_status); }; }; then
5461 ac_cv_have_decl_fputc_unlocked=yes
5462 else
5463 echo "$as_me: failed program was:" >&5
5464 sed 's/^/| /' conftest.$ac_ext >&5
5466 ac_cv_have_decl_fputc_unlocked=no
5468 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5470 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fputc_unlocked" >&5
5471 echo "${ECHO_T}$ac_cv_have_decl_fputc_unlocked" >&6
5472 if test $ac_cv_have_decl_fputc_unlocked = yes; then
5474 cat >>confdefs.h <<_ACEOF
5475 #define HAVE_DECL_FPUTC_UNLOCKED 1
5476 _ACEOF
5479 else
5480 cat >>confdefs.h <<_ACEOF
5481 #define HAVE_DECL_FPUTC_UNLOCKED 0
5482 _ACEOF
5486 echo "$as_me:$LINENO: checking whether fputs_unlocked is declared" >&5
5487 echo $ECHO_N "checking whether fputs_unlocked is declared... $ECHO_C" >&6
5488 if test "${ac_cv_have_decl_fputs_unlocked+set}" = set; then
5489 echo $ECHO_N "(cached) $ECHO_C" >&6
5490 else
5491 cat >conftest.$ac_ext <<_ACEOF
5492 /* confdefs.h. */
5493 _ACEOF
5494 cat confdefs.h >>conftest.$ac_ext
5495 cat >>conftest.$ac_ext <<_ACEOF
5496 /* end confdefs.h. */
5497 $ac_includes_default
5499 main ()
5501 #ifndef fputs_unlocked
5502 char *p = (char *) fputs_unlocked;
5503 #endif
5506 return 0;
5508 _ACEOF
5509 rm -f conftest.$ac_objext
5510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5511 (eval $ac_compile) 2>conftest.er1
5512 ac_status=$?
5513 grep -v '^ *+' conftest.er1 >conftest.err
5514 rm -f conftest.er1
5515 cat conftest.err >&5
5516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5517 (exit $ac_status); } &&
5518 { ac_try='test -z "$ac_c_werror_flag"
5519 || test ! -s conftest.err'
5520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5521 (eval $ac_try) 2>&5
5522 ac_status=$?
5523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5524 (exit $ac_status); }; } &&
5525 { ac_try='test -s conftest.$ac_objext'
5526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5527 (eval $ac_try) 2>&5
5528 ac_status=$?
5529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); }; }; then
5531 ac_cv_have_decl_fputs_unlocked=yes
5532 else
5533 echo "$as_me: failed program was:" >&5
5534 sed 's/^/| /' conftest.$ac_ext >&5
5536 ac_cv_have_decl_fputs_unlocked=no
5538 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5540 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fputs_unlocked" >&5
5541 echo "${ECHO_T}$ac_cv_have_decl_fputs_unlocked" >&6
5542 if test $ac_cv_have_decl_fputs_unlocked = yes; then
5544 cat >>confdefs.h <<_ACEOF
5545 #define HAVE_DECL_FPUTS_UNLOCKED 1
5546 _ACEOF
5549 else
5550 cat >>confdefs.h <<_ACEOF
5551 #define HAVE_DECL_FPUTS_UNLOCKED 0
5552 _ACEOF
5556 echo "$as_me:$LINENO: checking whether fwrite_unlocked is declared" >&5
5557 echo $ECHO_N "checking whether fwrite_unlocked is declared... $ECHO_C" >&6
5558 if test "${ac_cv_have_decl_fwrite_unlocked+set}" = set; then
5559 echo $ECHO_N "(cached) $ECHO_C" >&6
5560 else
5561 cat >conftest.$ac_ext <<_ACEOF
5562 /* confdefs.h. */
5563 _ACEOF
5564 cat confdefs.h >>conftest.$ac_ext
5565 cat >>conftest.$ac_ext <<_ACEOF
5566 /* end confdefs.h. */
5567 $ac_includes_default
5569 main ()
5571 #ifndef fwrite_unlocked
5572 char *p = (char *) fwrite_unlocked;
5573 #endif
5576 return 0;
5578 _ACEOF
5579 rm -f conftest.$ac_objext
5580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5581 (eval $ac_compile) 2>conftest.er1
5582 ac_status=$?
5583 grep -v '^ *+' conftest.er1 >conftest.err
5584 rm -f conftest.er1
5585 cat conftest.err >&5
5586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5587 (exit $ac_status); } &&
5588 { ac_try='test -z "$ac_c_werror_flag"
5589 || test ! -s conftest.err'
5590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5591 (eval $ac_try) 2>&5
5592 ac_status=$?
5593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5594 (exit $ac_status); }; } &&
5595 { ac_try='test -s conftest.$ac_objext'
5596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5597 (eval $ac_try) 2>&5
5598 ac_status=$?
5599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5600 (exit $ac_status); }; }; then
5601 ac_cv_have_decl_fwrite_unlocked=yes
5602 else
5603 echo "$as_me: failed program was:" >&5
5604 sed 's/^/| /' conftest.$ac_ext >&5
5606 ac_cv_have_decl_fwrite_unlocked=no
5608 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5610 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fwrite_unlocked" >&5
5611 echo "${ECHO_T}$ac_cv_have_decl_fwrite_unlocked" >&6
5612 if test $ac_cv_have_decl_fwrite_unlocked = yes; then
5614 cat >>confdefs.h <<_ACEOF
5615 #define HAVE_DECL_FWRITE_UNLOCKED 1
5616 _ACEOF
5619 else
5620 cat >>confdefs.h <<_ACEOF
5621 #define HAVE_DECL_FWRITE_UNLOCKED 0
5622 _ACEOF
5626 echo "$as_me:$LINENO: checking whether fprintf_unlocked is declared" >&5
5627 echo $ECHO_N "checking whether fprintf_unlocked is declared... $ECHO_C" >&6
5628 if test "${ac_cv_have_decl_fprintf_unlocked+set}" = set; then
5629 echo $ECHO_N "(cached) $ECHO_C" >&6
5630 else
5631 cat >conftest.$ac_ext <<_ACEOF
5632 /* confdefs.h. */
5633 _ACEOF
5634 cat confdefs.h >>conftest.$ac_ext
5635 cat >>conftest.$ac_ext <<_ACEOF
5636 /* end confdefs.h. */
5637 $ac_includes_default
5639 main ()
5641 #ifndef fprintf_unlocked
5642 char *p = (char *) fprintf_unlocked;
5643 #endif
5646 return 0;
5648 _ACEOF
5649 rm -f conftest.$ac_objext
5650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5651 (eval $ac_compile) 2>conftest.er1
5652 ac_status=$?
5653 grep -v '^ *+' conftest.er1 >conftest.err
5654 rm -f conftest.er1
5655 cat conftest.err >&5
5656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5657 (exit $ac_status); } &&
5658 { ac_try='test -z "$ac_c_werror_flag"
5659 || test ! -s conftest.err'
5660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5661 (eval $ac_try) 2>&5
5662 ac_status=$?
5663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5664 (exit $ac_status); }; } &&
5665 { ac_try='test -s conftest.$ac_objext'
5666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5667 (eval $ac_try) 2>&5
5668 ac_status=$?
5669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5670 (exit $ac_status); }; }; then
5671 ac_cv_have_decl_fprintf_unlocked=yes
5672 else
5673 echo "$as_me: failed program was:" >&5
5674 sed 's/^/| /' conftest.$ac_ext >&5
5676 ac_cv_have_decl_fprintf_unlocked=no
5678 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5680 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fprintf_unlocked" >&5
5681 echo "${ECHO_T}$ac_cv_have_decl_fprintf_unlocked" >&6
5682 if test $ac_cv_have_decl_fprintf_unlocked = yes; then
5684 cat >>confdefs.h <<_ACEOF
5685 #define HAVE_DECL_FPRINTF_UNLOCKED 1
5686 _ACEOF
5689 else
5690 cat >>confdefs.h <<_ACEOF
5691 #define HAVE_DECL_FPRINTF_UNLOCKED 0
5692 _ACEOF
5699 # Checks for library functions.
5700 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5701 # for constant arguments. Useless!
5702 echo "$as_me:$LINENO: checking for working alloca.h" >&5
5703 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
5704 if test "${ac_cv_working_alloca_h+set}" = set; then
5705 echo $ECHO_N "(cached) $ECHO_C" >&6
5706 else
5707 cat >conftest.$ac_ext <<_ACEOF
5708 /* confdefs.h. */
5709 _ACEOF
5710 cat confdefs.h >>conftest.$ac_ext
5711 cat >>conftest.$ac_ext <<_ACEOF
5712 /* end confdefs.h. */
5713 #include <alloca.h>
5715 main ()
5717 char *p = (char *) alloca (2 * sizeof (int));
5719 return 0;
5721 _ACEOF
5722 rm -f conftest.$ac_objext conftest$ac_exeext
5723 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5724 (eval $ac_link) 2>conftest.er1
5725 ac_status=$?
5726 grep -v '^ *+' conftest.er1 >conftest.err
5727 rm -f conftest.er1
5728 cat conftest.err >&5
5729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5730 (exit $ac_status); } &&
5731 { ac_try='test -z "$ac_c_werror_flag"
5732 || test ! -s conftest.err'
5733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5734 (eval $ac_try) 2>&5
5735 ac_status=$?
5736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5737 (exit $ac_status); }; } &&
5738 { ac_try='test -s conftest$ac_exeext'
5739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5740 (eval $ac_try) 2>&5
5741 ac_status=$?
5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 (exit $ac_status); }; }; then
5744 ac_cv_working_alloca_h=yes
5745 else
5746 echo "$as_me: failed program was:" >&5
5747 sed 's/^/| /' conftest.$ac_ext >&5
5749 ac_cv_working_alloca_h=no
5751 rm -f conftest.err conftest.$ac_objext \
5752 conftest$ac_exeext conftest.$ac_ext
5754 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
5755 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
5756 if test $ac_cv_working_alloca_h = yes; then
5758 cat >>confdefs.h <<\_ACEOF
5759 #define HAVE_ALLOCA_H 1
5760 _ACEOF
5764 echo "$as_me:$LINENO: checking for alloca" >&5
5765 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
5766 if test "${ac_cv_func_alloca_works+set}" = set; then
5767 echo $ECHO_N "(cached) $ECHO_C" >&6
5768 else
5769 cat >conftest.$ac_ext <<_ACEOF
5770 /* confdefs.h. */
5771 _ACEOF
5772 cat confdefs.h >>conftest.$ac_ext
5773 cat >>conftest.$ac_ext <<_ACEOF
5774 /* end confdefs.h. */
5775 #ifdef __GNUC__
5776 # define alloca __builtin_alloca
5777 #else
5778 # ifdef _MSC_VER
5779 # include <malloc.h>
5780 # define alloca _alloca
5781 # else
5782 # if HAVE_ALLOCA_H
5783 # include <alloca.h>
5784 # else
5785 # ifdef _AIX
5786 #pragma alloca
5787 # else
5788 # ifndef alloca /* predefined by HP cc +Olibcalls */
5789 char *alloca ();
5790 # endif
5791 # endif
5792 # endif
5793 # endif
5794 #endif
5797 main ()
5799 char *p = (char *) alloca (1);
5801 return 0;
5803 _ACEOF
5804 rm -f conftest.$ac_objext conftest$ac_exeext
5805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5806 (eval $ac_link) 2>conftest.er1
5807 ac_status=$?
5808 grep -v '^ *+' conftest.er1 >conftest.err
5809 rm -f conftest.er1
5810 cat conftest.err >&5
5811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5812 (exit $ac_status); } &&
5813 { ac_try='test -z "$ac_c_werror_flag"
5814 || test ! -s conftest.err'
5815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5816 (eval $ac_try) 2>&5
5817 ac_status=$?
5818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5819 (exit $ac_status); }; } &&
5820 { ac_try='test -s conftest$ac_exeext'
5821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5822 (eval $ac_try) 2>&5
5823 ac_status=$?
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); }; }; then
5826 ac_cv_func_alloca_works=yes
5827 else
5828 echo "$as_me: failed program was:" >&5
5829 sed 's/^/| /' conftest.$ac_ext >&5
5831 ac_cv_func_alloca_works=no
5833 rm -f conftest.err conftest.$ac_objext \
5834 conftest$ac_exeext conftest.$ac_ext
5836 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
5837 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
5839 if test $ac_cv_func_alloca_works = yes; then
5841 cat >>confdefs.h <<\_ACEOF
5842 #define HAVE_ALLOCA 1
5843 _ACEOF
5845 else
5846 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
5847 # that cause trouble. Some versions do not even contain alloca or
5848 # contain a buggy version. If you still want to use their alloca,
5849 # use ar to extract alloca.o from them instead of compiling alloca.c.
5851 ALLOCA=alloca.$ac_objext
5853 cat >>confdefs.h <<\_ACEOF
5854 #define C_ALLOCA 1
5855 _ACEOF
5858 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
5859 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
5860 if test "${ac_cv_os_cray+set}" = set; then
5861 echo $ECHO_N "(cached) $ECHO_C" >&6
5862 else
5863 cat >conftest.$ac_ext <<_ACEOF
5864 /* confdefs.h. */
5865 _ACEOF
5866 cat confdefs.h >>conftest.$ac_ext
5867 cat >>conftest.$ac_ext <<_ACEOF
5868 /* end confdefs.h. */
5869 #if defined(CRAY) && ! defined(CRAY2)
5870 webecray
5871 #else
5872 wenotbecray
5873 #endif
5875 _ACEOF
5876 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5877 $EGREP "webecray" >/dev/null 2>&1; then
5878 ac_cv_os_cray=yes
5879 else
5880 ac_cv_os_cray=no
5882 rm -f conftest*
5885 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
5886 echo "${ECHO_T}$ac_cv_os_cray" >&6
5887 if test $ac_cv_os_cray = yes; then
5888 for ac_func in _getb67 GETB67 getb67; do
5889 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5890 echo "$as_me:$LINENO: checking for $ac_func" >&5
5891 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5892 if eval "test \"\${$as_ac_var+set}\" = set"; then
5893 echo $ECHO_N "(cached) $ECHO_C" >&6
5894 else
5895 cat >conftest.$ac_ext <<_ACEOF
5896 /* confdefs.h. */
5897 _ACEOF
5898 cat confdefs.h >>conftest.$ac_ext
5899 cat >>conftest.$ac_ext <<_ACEOF
5900 /* end confdefs.h. */
5901 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5902 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5903 #define $ac_func innocuous_$ac_func
5905 /* System header to define __stub macros and hopefully few prototypes,
5906 which can conflict with char $ac_func (); below.
5907 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5908 <limits.h> exists even on freestanding compilers. */
5910 #ifdef __STDC__
5911 # include <limits.h>
5912 #else
5913 # include <assert.h>
5914 #endif
5916 #undef $ac_func
5918 /* Override any gcc2 internal prototype to avoid an error. */
5919 #ifdef __cplusplus
5920 extern "C"
5922 #endif
5923 /* We use char because int might match the return type of a gcc2
5924 builtin and then its argument prototype would still apply. */
5925 char $ac_func ();
5926 /* The GNU C library defines this for functions which it implements
5927 to always fail with ENOSYS. Some functions are actually named
5928 something starting with __ and the normal name is an alias. */
5929 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5930 choke me
5931 #else
5932 char (*f) () = $ac_func;
5933 #endif
5934 #ifdef __cplusplus
5936 #endif
5939 main ()
5941 return f != $ac_func;
5943 return 0;
5945 _ACEOF
5946 rm -f conftest.$ac_objext conftest$ac_exeext
5947 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5948 (eval $ac_link) 2>conftest.er1
5949 ac_status=$?
5950 grep -v '^ *+' conftest.er1 >conftest.err
5951 rm -f conftest.er1
5952 cat conftest.err >&5
5953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954 (exit $ac_status); } &&
5955 { ac_try='test -z "$ac_c_werror_flag"
5956 || test ! -s conftest.err'
5957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958 (eval $ac_try) 2>&5
5959 ac_status=$?
5960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5961 (exit $ac_status); }; } &&
5962 { ac_try='test -s conftest$ac_exeext'
5963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5964 (eval $ac_try) 2>&5
5965 ac_status=$?
5966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5967 (exit $ac_status); }; }; then
5968 eval "$as_ac_var=yes"
5969 else
5970 echo "$as_me: failed program was:" >&5
5971 sed 's/^/| /' conftest.$ac_ext >&5
5973 eval "$as_ac_var=no"
5975 rm -f conftest.err conftest.$ac_objext \
5976 conftest$ac_exeext conftest.$ac_ext
5978 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5979 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5980 if test `eval echo '${'$as_ac_var'}'` = yes; then
5982 cat >>confdefs.h <<_ACEOF
5983 #define CRAY_STACKSEG_END $ac_func
5984 _ACEOF
5986 break
5989 done
5992 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
5993 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
5994 if test "${ac_cv_c_stack_direction+set}" = set; then
5995 echo $ECHO_N "(cached) $ECHO_C" >&6
5996 else
5997 if test "$cross_compiling" = yes; then
5998 ac_cv_c_stack_direction=0
5999 else
6000 cat >conftest.$ac_ext <<_ACEOF
6001 /* confdefs.h. */
6002 _ACEOF
6003 cat confdefs.h >>conftest.$ac_ext
6004 cat >>conftest.$ac_ext <<_ACEOF
6005 /* end confdefs.h. */
6007 find_stack_direction ()
6009 static char *addr = 0;
6010 auto char dummy;
6011 if (addr == 0)
6013 addr = &dummy;
6014 return find_stack_direction ();
6016 else
6017 return (&dummy > addr) ? 1 : -1;
6021 main ()
6023 exit (find_stack_direction () < 0);
6025 _ACEOF
6026 rm -f conftest$ac_exeext
6027 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6028 (eval $ac_link) 2>&5
6029 ac_status=$?
6030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6031 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6033 (eval $ac_try) 2>&5
6034 ac_status=$?
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); }; }; then
6037 ac_cv_c_stack_direction=1
6038 else
6039 echo "$as_me: program exited with status $ac_status" >&5
6040 echo "$as_me: failed program was:" >&5
6041 sed 's/^/| /' conftest.$ac_ext >&5
6043 ( exit $ac_status )
6044 ac_cv_c_stack_direction=-1
6046 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6049 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6050 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
6052 cat >>confdefs.h <<_ACEOF
6053 #define STACK_DIRECTION $ac_cv_c_stack_direction
6054 _ACEOF
6059 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6060 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6061 if test "${ac_cv_header_stdc+set}" = set; then
6062 echo $ECHO_N "(cached) $ECHO_C" >&6
6063 else
6064 cat >conftest.$ac_ext <<_ACEOF
6065 /* confdefs.h. */
6066 _ACEOF
6067 cat confdefs.h >>conftest.$ac_ext
6068 cat >>conftest.$ac_ext <<_ACEOF
6069 /* end confdefs.h. */
6070 #include <stdlib.h>
6071 #include <stdarg.h>
6072 #include <string.h>
6073 #include <float.h>
6076 main ()
6080 return 0;
6082 _ACEOF
6083 rm -f conftest.$ac_objext
6084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6085 (eval $ac_compile) 2>conftest.er1
6086 ac_status=$?
6087 grep -v '^ *+' conftest.er1 >conftest.err
6088 rm -f conftest.er1
6089 cat conftest.err >&5
6090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6091 (exit $ac_status); } &&
6092 { ac_try='test -z "$ac_c_werror_flag"
6093 || test ! -s conftest.err'
6094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6095 (eval $ac_try) 2>&5
6096 ac_status=$?
6097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6098 (exit $ac_status); }; } &&
6099 { ac_try='test -s conftest.$ac_objext'
6100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6101 (eval $ac_try) 2>&5
6102 ac_status=$?
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); }; }; then
6105 ac_cv_header_stdc=yes
6106 else
6107 echo "$as_me: failed program was:" >&5
6108 sed 's/^/| /' conftest.$ac_ext >&5
6110 ac_cv_header_stdc=no
6112 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6114 if test $ac_cv_header_stdc = yes; then
6115 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6116 cat >conftest.$ac_ext <<_ACEOF
6117 /* confdefs.h. */
6118 _ACEOF
6119 cat confdefs.h >>conftest.$ac_ext
6120 cat >>conftest.$ac_ext <<_ACEOF
6121 /* end confdefs.h. */
6122 #include <string.h>
6124 _ACEOF
6125 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6126 $EGREP "memchr" >/dev/null 2>&1; then
6128 else
6129 ac_cv_header_stdc=no
6131 rm -f conftest*
6135 if test $ac_cv_header_stdc = yes; then
6136 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6137 cat >conftest.$ac_ext <<_ACEOF
6138 /* confdefs.h. */
6139 _ACEOF
6140 cat confdefs.h >>conftest.$ac_ext
6141 cat >>conftest.$ac_ext <<_ACEOF
6142 /* end confdefs.h. */
6143 #include <stdlib.h>
6145 _ACEOF
6146 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6147 $EGREP "free" >/dev/null 2>&1; then
6149 else
6150 ac_cv_header_stdc=no
6152 rm -f conftest*
6156 if test $ac_cv_header_stdc = yes; then
6157 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6158 if test "$cross_compiling" = yes; then
6160 else
6161 cat >conftest.$ac_ext <<_ACEOF
6162 /* confdefs.h. */
6163 _ACEOF
6164 cat confdefs.h >>conftest.$ac_ext
6165 cat >>conftest.$ac_ext <<_ACEOF
6166 /* end confdefs.h. */
6167 #include <ctype.h>
6168 #if ((' ' & 0x0FF) == 0x020)
6169 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6170 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6171 #else
6172 # define ISLOWER(c) \
6173 (('a' <= (c) && (c) <= 'i') \
6174 || ('j' <= (c) && (c) <= 'r') \
6175 || ('s' <= (c) && (c) <= 'z'))
6176 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6177 #endif
6179 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6181 main ()
6183 int i;
6184 for (i = 0; i < 256; i++)
6185 if (XOR (islower (i), ISLOWER (i))
6186 || toupper (i) != TOUPPER (i))
6187 exit(2);
6188 exit (0);
6190 _ACEOF
6191 rm -f conftest$ac_exeext
6192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6193 (eval $ac_link) 2>&5
6194 ac_status=$?
6195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6198 (eval $ac_try) 2>&5
6199 ac_status=$?
6200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6201 (exit $ac_status); }; }; then
6203 else
6204 echo "$as_me: program exited with status $ac_status" >&5
6205 echo "$as_me: failed program was:" >&5
6206 sed 's/^/| /' conftest.$ac_ext >&5
6208 ( exit $ac_status )
6209 ac_cv_header_stdc=no
6211 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6215 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6216 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6217 if test $ac_cv_header_stdc = yes; then
6219 cat >>confdefs.h <<\_ACEOF
6220 #define STDC_HEADERS 1
6221 _ACEOF
6226 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
6227 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
6228 if test "${am_cv_langinfo_codeset+set}" = set; then
6229 echo $ECHO_N "(cached) $ECHO_C" >&6
6230 else
6231 cat >conftest.$ac_ext <<_ACEOF
6232 /* confdefs.h. */
6233 _ACEOF
6234 cat confdefs.h >>conftest.$ac_ext
6235 cat >>conftest.$ac_ext <<_ACEOF
6236 /* end confdefs.h. */
6237 #include <langinfo.h>
6239 main ()
6241 char* cs = nl_langinfo(CODESET);
6243 return 0;
6245 _ACEOF
6246 rm -f conftest.$ac_objext conftest$ac_exeext
6247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6248 (eval $ac_link) 2>conftest.er1
6249 ac_status=$?
6250 grep -v '^ *+' conftest.er1 >conftest.err
6251 rm -f conftest.er1
6252 cat conftest.err >&5
6253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6254 (exit $ac_status); } &&
6255 { ac_try='test -z "$ac_c_werror_flag"
6256 || test ! -s conftest.err'
6257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6258 (eval $ac_try) 2>&5
6259 ac_status=$?
6260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261 (exit $ac_status); }; } &&
6262 { ac_try='test -s conftest$ac_exeext'
6263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6264 (eval $ac_try) 2>&5
6265 ac_status=$?
6266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6267 (exit $ac_status); }; }; then
6268 am_cv_langinfo_codeset=yes
6269 else
6270 echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.$ac_ext >&5
6273 am_cv_langinfo_codeset=no
6275 rm -f conftest.err conftest.$ac_objext \
6276 conftest$ac_exeext conftest.$ac_ext
6279 echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
6280 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
6281 if test $am_cv_langinfo_codeset = yes; then
6283 cat >>confdefs.h <<\_ACEOF
6284 #define HAVE_LANGINFO_CODESET 1
6285 _ACEOF
6289 # If we haven't got the data from the intl directory,
6290 # assume NLS is disabled.
6291 USE_NLS=no
6292 LIBINTL=
6293 LIBINTL_DEP=
6294 INCINTL=
6295 XGETTEXT=
6296 GMSGFMT=
6297 POSUB=
6298 if test -f ../intl/config.intl; then
6299 . ../intl/config.intl
6301 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
6302 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
6303 if test x"$USE_NLS" != xyes; then
6304 echo "$as_me:$LINENO: result: no" >&5
6305 echo "${ECHO_T}no" >&6
6306 else
6307 echo "$as_me:$LINENO: result: yes" >&5
6308 echo "${ECHO_T}yes" >&6
6310 cat >>confdefs.h <<\_ACEOF
6311 #define ENABLE_NLS 1
6312 _ACEOF
6315 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
6316 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
6317 # Look for .po and .gmo files in the source directory.
6318 CATALOGS=
6319 XLINGUAS=
6320 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6321 # If there aren't any .gmo files the shell will give us the
6322 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6323 # weeded out.
6324 case "$cat" in *\**)
6325 continue;;
6326 esac
6327 # The quadruple backslash is collapsed to a double backslash
6328 # by the backticks, then collapsed again by the double quotes,
6329 # leaving us with one backslash in the sed expression (right
6330 # before the dot that mustn't act as a wildcard).
6331 cat=`echo $cat | sed -e "s!$srcdir/!!" -e "s!\\\\.po!.gmo!"`
6332 lang=`echo $cat | sed -e 's!po/!!' -e "s!\\\\.gmo!!"`
6333 # The user is allowed to set LINGUAS to a list of languages to
6334 # install catalogs for. If it's empty that means "all of them."
6335 if test "x$LINGUAS" = x; then
6336 CATALOGS="$CATALOGS $cat"
6337 XLINGUAS="$XLINGUAS $lang"
6338 else
6339 case "$LINGUAS" in *$lang*)
6340 CATALOGS="$CATALOGS $cat"
6341 XLINGUAS="$XLINGUAS $lang"
6343 esac
6345 done
6346 LINGUAS="$XLINGUAS"
6347 echo "$as_me:$LINENO: result: $LINGUAS" >&5
6348 echo "${ECHO_T}$LINGUAS" >&6
6351 echo "$as_me:$LINENO: checking for uchar" >&5
6352 echo $ECHO_N "checking for uchar... $ECHO_C" >&6
6353 if test "${gcc_cv_type_uchar+set}" = set; then
6354 echo $ECHO_N "(cached) $ECHO_C" >&6
6355 else
6356 cat >conftest.$ac_ext <<_ACEOF
6357 /* confdefs.h. */
6358 _ACEOF
6359 cat confdefs.h >>conftest.$ac_ext
6360 cat >>conftest.$ac_ext <<_ACEOF
6361 /* end confdefs.h. */
6363 #include "ansidecl.h"
6364 #include "system.h"
6367 main ()
6369 if ((uchar *)0) return 0;
6370 if (sizeof(uchar)) return 0;
6372 return 0;
6374 _ACEOF
6375 rm -f conftest.$ac_objext
6376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6377 (eval $ac_compile) 2>conftest.er1
6378 ac_status=$?
6379 grep -v '^ *+' conftest.er1 >conftest.err
6380 rm -f conftest.er1
6381 cat conftest.err >&5
6382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6383 (exit $ac_status); } &&
6384 { ac_try='test -z "$ac_c_werror_flag"
6385 || test ! -s conftest.err'
6386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6387 (eval $ac_try) 2>&5
6388 ac_status=$?
6389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 (exit $ac_status); }; } &&
6391 { ac_try='test -s conftest.$ac_objext'
6392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6393 (eval $ac_try) 2>&5
6394 ac_status=$?
6395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6396 (exit $ac_status); }; }; then
6397 ac_cv_type_uchar=yes
6398 else
6399 echo "$as_me: failed program was:" >&5
6400 sed 's/^/| /' conftest.$ac_ext >&5
6402 ac_cv_type_uchar=no
6404 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6406 echo "$as_me:$LINENO: result: $gcc_cv_type_uchar" >&5
6407 echo "${ECHO_T}$gcc_cv_type_uchar" >&6
6408 if test $ac_cv_type_uchar = yes; then
6410 cat >>confdefs.h <<\_ACEOF
6411 #define HAVE_UCHAR 1
6412 _ACEOF
6417 if test "X$prefix" = "XNONE"; then
6418 acl_final_prefix="$ac_default_prefix"
6419 else
6420 acl_final_prefix="$prefix"
6422 if test "X$exec_prefix" = "XNONE"; then
6423 acl_final_exec_prefix='${prefix}'
6424 else
6425 acl_final_exec_prefix="$exec_prefix"
6427 acl_save_prefix="$prefix"
6428 prefix="$acl_final_prefix"
6429 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
6430 prefix="$acl_save_prefix"
6433 # Check whether --with-gnu-ld or --without-gnu-ld was given.
6434 if test "${with_gnu_ld+set}" = set; then
6435 withval="$with_gnu_ld"
6436 test "$withval" = no || with_gnu_ld=yes
6437 else
6438 with_gnu_ld=no
6440 # Prepare PATH_SEPARATOR.
6441 # The user is always right.
6442 if test "${PATH_SEPARATOR+set}" != set; then
6443 echo "#! /bin/sh" >conf$$.sh
6444 echo "exit 0" >>conf$$.sh
6445 chmod +x conf$$.sh
6446 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6447 PATH_SEPARATOR=';'
6448 else
6449 PATH_SEPARATOR=:
6451 rm -f conf$$.sh
6453 ac_prog=ld
6454 if test "$GCC" = yes; then
6455 # Check if gcc -print-prog-name=ld gives a path.
6456 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
6457 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
6458 case $host in
6459 *-*-mingw*)
6460 # gcc leaves a trailing carriage return which upsets mingw
6461 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6463 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6464 esac
6465 case $ac_prog in
6466 # Accept absolute paths.
6467 [\\/]* | [A-Za-z]:[\\/]*)
6468 re_direlt='/[^/][^/]*/\.\./'
6469 # Canonicalize the path of ld
6470 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
6471 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
6472 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
6473 done
6474 test -z "$LD" && LD="$ac_prog"
6477 # If it fails, then pretend we aren't using GCC.
6478 ac_prog=ld
6481 # If it is relative, then search for the first ld in PATH.
6482 with_gnu_ld=unknown
6484 esac
6485 elif test "$with_gnu_ld" = yes; then
6486 echo "$as_me:$LINENO: checking for GNU ld" >&5
6487 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
6488 else
6489 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
6490 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
6492 if test "${acl_cv_path_LD+set}" = set; then
6493 echo $ECHO_N "(cached) $ECHO_C" >&6
6494 else
6495 if test -z "$LD"; then
6496 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
6497 for ac_dir in $PATH; do
6498 test -z "$ac_dir" && ac_dir=.
6499 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6500 acl_cv_path_LD="$ac_dir/$ac_prog"
6501 # Check to see if the program is GNU ld. I'd rather use --version,
6502 # but apparently some GNU ld's only accept -v.
6503 # Break only if it was the GNU/non-GNU ld that we prefer.
6504 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
6505 *GNU* | *'with BFD'*)
6506 test "$with_gnu_ld" != no && break ;;
6508 test "$with_gnu_ld" != yes && break ;;
6509 esac
6511 done
6512 IFS="$ac_save_ifs"
6513 else
6514 acl_cv_path_LD="$LD" # Let the user override the test with a path.
6518 LD="$acl_cv_path_LD"
6519 if test -n "$LD"; then
6520 echo "$as_me:$LINENO: result: $LD" >&5
6521 echo "${ECHO_T}$LD" >&6
6522 else
6523 echo "$as_me:$LINENO: result: no" >&5
6524 echo "${ECHO_T}no" >&6
6526 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
6527 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
6528 { (exit 1); exit 1; }; }
6529 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
6530 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
6531 if test "${acl_cv_prog_gnu_ld+set}" = set; then
6532 echo $ECHO_N "(cached) $ECHO_C" >&6
6533 else
6534 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
6535 case `$LD -v 2>&1 </dev/null` in
6536 *GNU* | *'with BFD'*)
6537 acl_cv_prog_gnu_ld=yes ;;
6539 acl_cv_prog_gnu_ld=no ;;
6540 esac
6542 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
6543 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
6544 with_gnu_ld=$acl_cv_prog_gnu_ld
6548 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
6549 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
6550 if test "${acl_cv_rpath+set}" = set; then
6551 echo $ECHO_N "(cached) $ECHO_C" >&6
6552 else
6554 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
6555 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
6556 . ./conftest.sh
6557 rm -f ./conftest.sh
6558 acl_cv_rpath=done
6561 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
6562 echo "${ECHO_T}$acl_cv_rpath" >&6
6563 wl="$acl_cv_wl"
6564 libext="$acl_cv_libext"
6565 shlibext="$acl_cv_shlibext"
6566 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
6567 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
6568 hardcode_direct="$acl_cv_hardcode_direct"
6569 hardcode_minus_L="$acl_cv_hardcode_minus_L"
6570 # Check whether --enable-rpath or --disable-rpath was given.
6571 if test "${enable_rpath+set}" = set; then
6572 enableval="$enable_rpath"
6574 else
6575 enable_rpath=yes
6584 use_additional=yes
6586 acl_save_prefix="$prefix"
6587 prefix="$acl_final_prefix"
6588 acl_save_exec_prefix="$exec_prefix"
6589 exec_prefix="$acl_final_exec_prefix"
6591 eval additional_includedir=\"$includedir\"
6592 eval additional_libdir=\"$libdir\"
6594 exec_prefix="$acl_save_exec_prefix"
6595 prefix="$acl_save_prefix"
6598 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
6599 if test "${with_libiconv_prefix+set}" = set; then
6600 withval="$with_libiconv_prefix"
6602 if test "X$withval" = "Xno"; then
6603 use_additional=no
6604 else
6605 if test "X$withval" = "X"; then
6607 acl_save_prefix="$prefix"
6608 prefix="$acl_final_prefix"
6609 acl_save_exec_prefix="$exec_prefix"
6610 exec_prefix="$acl_final_exec_prefix"
6612 eval additional_includedir=\"$includedir\"
6613 eval additional_libdir=\"$libdir\"
6615 exec_prefix="$acl_save_exec_prefix"
6616 prefix="$acl_save_prefix"
6618 else
6619 additional_includedir="$withval/include"
6620 additional_libdir="$withval/lib"
6625 LIBICONV=
6626 LTLIBICONV=
6627 INCICONV=
6628 rpathdirs=
6629 ltrpathdirs=
6630 names_already_handled=
6631 names_next_round='iconv '
6632 while test -n "$names_next_round"; do
6633 names_this_round="$names_next_round"
6634 names_next_round=
6635 for name in $names_this_round; do
6636 already_handled=
6637 for n in $names_already_handled; do
6638 if test "$n" = "$name"; then
6639 already_handled=yes
6640 break
6642 done
6643 if test -z "$already_handled"; then
6644 names_already_handled="$names_already_handled $name"
6645 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
6646 eval value=\"\$HAVE_LIB$uppername\"
6647 if test -n "$value"; then
6648 if test "$value" = yes; then
6649 eval value=\"\$LIB$uppername\"
6650 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
6651 eval value=\"\$LTLIB$uppername\"
6652 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
6653 else
6656 else
6657 found_dir=
6658 found_la=
6659 found_so=
6660 found_a=
6661 if test $use_additional = yes; then
6662 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
6663 found_dir="$additional_libdir"
6664 found_so="$additional_libdir/lib$name.$shlibext"
6665 if test -f "$additional_libdir/lib$name.la"; then
6666 found_la="$additional_libdir/lib$name.la"
6668 else
6669 if test -f "$additional_libdir/lib$name.$libext"; then
6670 found_dir="$additional_libdir"
6671 found_a="$additional_libdir/lib$name.$libext"
6672 if test -f "$additional_libdir/lib$name.la"; then
6673 found_la="$additional_libdir/lib$name.la"
6678 if test "X$found_dir" = "X"; then
6679 for x in $LDFLAGS $LTLIBICONV; do
6681 acl_save_prefix="$prefix"
6682 prefix="$acl_final_prefix"
6683 acl_save_exec_prefix="$exec_prefix"
6684 exec_prefix="$acl_final_exec_prefix"
6685 eval x=\"$x\"
6686 exec_prefix="$acl_save_exec_prefix"
6687 prefix="$acl_save_prefix"
6689 case "$x" in
6690 -L*)
6691 dir=`echo "X$x" | sed -e 's/^X-L//'`
6692 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
6693 found_dir="$dir"
6694 found_so="$dir/lib$name.$shlibext"
6695 if test -f "$dir/lib$name.la"; then
6696 found_la="$dir/lib$name.la"
6698 else
6699 if test -f "$dir/lib$name.$libext"; then
6700 found_dir="$dir"
6701 found_a="$dir/lib$name.$libext"
6702 if test -f "$dir/lib$name.la"; then
6703 found_la="$dir/lib$name.la"
6708 esac
6709 if test "X$found_dir" != "X"; then
6710 break
6712 done
6714 if test "X$found_dir" != "X"; then
6715 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
6716 if test "X$found_so" != "X"; then
6717 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
6718 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
6719 else
6720 haveit=
6721 for x in $ltrpathdirs; do
6722 if test "X$x" = "X$found_dir"; then
6723 haveit=yes
6724 break
6726 done
6727 if test -z "$haveit"; then
6728 ltrpathdirs="$ltrpathdirs $found_dir"
6730 if test "$hardcode_direct" = yes; then
6731 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
6732 else
6733 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
6734 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
6735 haveit=
6736 for x in $rpathdirs; do
6737 if test "X$x" = "X$found_dir"; then
6738 haveit=yes
6739 break
6741 done
6742 if test -z "$haveit"; then
6743 rpathdirs="$rpathdirs $found_dir"
6745 else
6746 haveit=
6747 for x in $LDFLAGS $LIBICONV; do
6749 acl_save_prefix="$prefix"
6750 prefix="$acl_final_prefix"
6751 acl_save_exec_prefix="$exec_prefix"
6752 exec_prefix="$acl_final_exec_prefix"
6753 eval x=\"$x\"
6754 exec_prefix="$acl_save_exec_prefix"
6755 prefix="$acl_save_prefix"
6757 if test "X$x" = "X-L$found_dir"; then
6758 haveit=yes
6759 break
6761 done
6762 if test -z "$haveit"; then
6763 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
6765 if test "$hardcode_minus_L" != no; then
6766 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
6767 else
6768 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
6773 else
6774 if test "X$found_a" != "X"; then
6775 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
6776 else
6777 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
6780 additional_includedir=
6781 case "$found_dir" in
6782 */lib | */lib/)
6783 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
6784 additional_includedir="$basedir/include"
6786 esac
6787 if test "X$additional_includedir" != "X"; then
6788 if test "X$additional_includedir" != "X/usr/include"; then
6789 haveit=
6790 if test "X$additional_includedir" = "X/usr/local/include"; then
6791 if test -n "$GCC"; then
6792 case $host_os in
6793 linux*) haveit=yes;;
6794 esac
6797 if test -z "$haveit"; then
6798 for x in $CPPFLAGS $INCICONV; do
6800 acl_save_prefix="$prefix"
6801 prefix="$acl_final_prefix"
6802 acl_save_exec_prefix="$exec_prefix"
6803 exec_prefix="$acl_final_exec_prefix"
6804 eval x=\"$x\"
6805 exec_prefix="$acl_save_exec_prefix"
6806 prefix="$acl_save_prefix"
6808 if test "X$x" = "X-I$additional_includedir"; then
6809 haveit=yes
6810 break
6812 done
6813 if test -z "$haveit"; then
6814 if test -d "$additional_includedir"; then
6815 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
6821 if test -n "$found_la"; then
6822 save_libdir="$libdir"
6823 case "$found_la" in
6824 */* | *\\*) . "$found_la" ;;
6825 *) . "./$found_la" ;;
6826 esac
6827 libdir="$save_libdir"
6828 for dep in $dependency_libs; do
6829 case "$dep" in
6830 -L*)
6831 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
6832 if test "X$additional_libdir" != "X/usr/lib"; then
6833 haveit=
6834 if test "X$additional_libdir" = "X/usr/local/lib"; then
6835 if test -n "$GCC"; then
6836 case $host_os in
6837 linux*) haveit=yes;;
6838 esac
6841 if test -z "$haveit"; then
6842 haveit=
6843 for x in $LDFLAGS $LIBICONV; do
6845 acl_save_prefix="$prefix"
6846 prefix="$acl_final_prefix"
6847 acl_save_exec_prefix="$exec_prefix"
6848 exec_prefix="$acl_final_exec_prefix"
6849 eval x=\"$x\"
6850 exec_prefix="$acl_save_exec_prefix"
6851 prefix="$acl_save_prefix"
6853 if test "X$x" = "X-L$additional_libdir"; then
6854 haveit=yes
6855 break
6857 done
6858 if test -z "$haveit"; then
6859 if test -d "$additional_libdir"; then
6860 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
6863 haveit=
6864 for x in $LDFLAGS $LTLIBICONV; do
6866 acl_save_prefix="$prefix"
6867 prefix="$acl_final_prefix"
6868 acl_save_exec_prefix="$exec_prefix"
6869 exec_prefix="$acl_final_exec_prefix"
6870 eval x=\"$x\"
6871 exec_prefix="$acl_save_exec_prefix"
6872 prefix="$acl_save_prefix"
6874 if test "X$x" = "X-L$additional_libdir"; then
6875 haveit=yes
6876 break
6878 done
6879 if test -z "$haveit"; then
6880 if test -d "$additional_libdir"; then
6881 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
6887 -R*)
6888 dir=`echo "X$dep" | sed -e 's/^X-R//'`
6889 if test "$enable_rpath" != no; then
6890 haveit=
6891 for x in $rpathdirs; do
6892 if test "X$x" = "X$dir"; then
6893 haveit=yes
6894 break
6896 done
6897 if test -z "$haveit"; then
6898 rpathdirs="$rpathdirs $dir"
6900 haveit=
6901 for x in $ltrpathdirs; do
6902 if test "X$x" = "X$dir"; then
6903 haveit=yes
6904 break
6906 done
6907 if test -z "$haveit"; then
6908 ltrpathdirs="$ltrpathdirs $dir"
6912 -l*)
6913 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
6915 *.la)
6916 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
6919 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
6920 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
6922 esac
6923 done
6925 else
6926 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
6927 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
6931 done
6932 done
6933 if test "X$rpathdirs" != "X"; then
6934 if test -n "$hardcode_libdir_separator"; then
6935 alldirs=
6936 for found_dir in $rpathdirs; do
6937 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
6938 done
6939 acl_save_libdir="$libdir"
6940 libdir="$alldirs"
6941 eval flag=\"$hardcode_libdir_flag_spec\"
6942 libdir="$acl_save_libdir"
6943 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
6944 else
6945 for found_dir in $rpathdirs; do
6946 acl_save_libdir="$libdir"
6947 libdir="$found_dir"
6948 eval flag=\"$hardcode_libdir_flag_spec\"
6949 libdir="$acl_save_libdir"
6950 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
6951 done
6954 if test "X$ltrpathdirs" != "X"; then
6955 for found_dir in $ltrpathdirs; do
6956 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
6957 done
6966 am_save_CPPFLAGS="$CPPFLAGS"
6968 for element in $INCICONV; do
6969 haveit=
6970 for x in $CPPFLAGS; do
6972 acl_save_prefix="$prefix"
6973 prefix="$acl_final_prefix"
6974 acl_save_exec_prefix="$exec_prefix"
6975 exec_prefix="$acl_final_exec_prefix"
6976 eval x=\"$x\"
6977 exec_prefix="$acl_save_exec_prefix"
6978 prefix="$acl_save_prefix"
6980 if test "X$x" = "X$element"; then
6981 haveit=yes
6982 break
6984 done
6985 if test -z "$haveit"; then
6986 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
6988 done
6991 echo "$as_me:$LINENO: checking for iconv" >&5
6992 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
6993 if test "${am_cv_func_iconv+set}" = set; then
6994 echo $ECHO_N "(cached) $ECHO_C" >&6
6995 else
6997 am_cv_func_iconv="no, consider installing GNU libiconv"
6998 am_cv_lib_iconv=no
6999 cat >conftest.$ac_ext <<_ACEOF
7000 /* confdefs.h. */
7001 _ACEOF
7002 cat confdefs.h >>conftest.$ac_ext
7003 cat >>conftest.$ac_ext <<_ACEOF
7004 /* end confdefs.h. */
7005 #include <stdlib.h>
7006 #include <iconv.h>
7008 main ()
7010 iconv_t cd = iconv_open("","");
7011 iconv(cd,NULL,NULL,NULL,NULL);
7012 iconv_close(cd);
7014 return 0;
7016 _ACEOF
7017 rm -f conftest.$ac_objext conftest$ac_exeext
7018 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7019 (eval $ac_link) 2>conftest.er1
7020 ac_status=$?
7021 grep -v '^ *+' conftest.er1 >conftest.err
7022 rm -f conftest.er1
7023 cat conftest.err >&5
7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); } &&
7026 { ac_try='test -z "$ac_c_werror_flag"
7027 || test ! -s conftest.err'
7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 (eval $ac_try) 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; } &&
7033 { ac_try='test -s conftest$ac_exeext'
7034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7035 (eval $ac_try) 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7039 am_cv_func_iconv=yes
7040 else
7041 echo "$as_me: failed program was:" >&5
7042 sed 's/^/| /' conftest.$ac_ext >&5
7045 rm -f conftest.err conftest.$ac_objext \
7046 conftest$ac_exeext conftest.$ac_ext
7047 if test "$am_cv_func_iconv" != yes; then
7048 am_save_LIBS="$LIBS"
7049 LIBS="$LIBS $LIBICONV"
7050 cat >conftest.$ac_ext <<_ACEOF
7051 /* confdefs.h. */
7052 _ACEOF
7053 cat confdefs.h >>conftest.$ac_ext
7054 cat >>conftest.$ac_ext <<_ACEOF
7055 /* end confdefs.h. */
7056 #include <stdlib.h>
7057 #include <iconv.h>
7059 main ()
7061 iconv_t cd = iconv_open("","");
7062 iconv(cd,NULL,NULL,NULL,NULL);
7063 iconv_close(cd);
7065 return 0;
7067 _ACEOF
7068 rm -f conftest.$ac_objext conftest$ac_exeext
7069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7070 (eval $ac_link) 2>conftest.er1
7071 ac_status=$?
7072 grep -v '^ *+' conftest.er1 >conftest.err
7073 rm -f conftest.er1
7074 cat conftest.err >&5
7075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076 (exit $ac_status); } &&
7077 { ac_try='test -z "$ac_c_werror_flag"
7078 || test ! -s conftest.err'
7079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7080 (eval $ac_try) 2>&5
7081 ac_status=$?
7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 (exit $ac_status); }; } &&
7084 { ac_try='test -s conftest$ac_exeext'
7085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7086 (eval $ac_try) 2>&5
7087 ac_status=$?
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); }; }; then
7090 am_cv_lib_iconv=yes
7091 am_cv_func_iconv=yes
7092 else
7093 echo "$as_me: failed program was:" >&5
7094 sed 's/^/| /' conftest.$ac_ext >&5
7097 rm -f conftest.err conftest.$ac_objext \
7098 conftest$ac_exeext conftest.$ac_ext
7099 LIBS="$am_save_LIBS"
7103 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
7104 echo "${ECHO_T}$am_cv_func_iconv" >&6
7105 if test "$am_cv_func_iconv" = yes; then
7107 cat >>confdefs.h <<\_ACEOF
7108 #define HAVE_ICONV 1
7109 _ACEOF
7112 if test "$am_cv_lib_iconv" = yes; then
7113 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
7114 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
7115 echo "$as_me:$LINENO: result: $LIBICONV" >&5
7116 echo "${ECHO_T}$LIBICONV" >&6
7117 else
7118 CPPFLAGS="$am_save_CPPFLAGS"
7119 LIBICONV=
7120 LTLIBICONV=
7125 if test "$am_cv_func_iconv" = yes; then
7126 echo "$as_me:$LINENO: checking for iconv declaration" >&5
7127 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
7128 if test "${am_cv_proto_iconv+set}" = set; then
7129 echo $ECHO_N "(cached) $ECHO_C" >&6
7130 else
7132 cat >conftest.$ac_ext <<_ACEOF
7133 /* confdefs.h. */
7134 _ACEOF
7135 cat confdefs.h >>conftest.$ac_ext
7136 cat >>conftest.$ac_ext <<_ACEOF
7137 /* end confdefs.h. */
7139 #include <stdlib.h>
7140 #include <iconv.h>
7141 extern
7142 #ifdef __cplusplus
7144 #endif
7145 #if defined(__STDC__) || defined(__cplusplus)
7146 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
7147 #else
7148 size_t iconv();
7149 #endif
7152 main ()
7156 return 0;
7158 _ACEOF
7159 rm -f conftest.$ac_objext
7160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7161 (eval $ac_compile) 2>conftest.er1
7162 ac_status=$?
7163 grep -v '^ *+' conftest.er1 >conftest.err
7164 rm -f conftest.er1
7165 cat conftest.err >&5
7166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7167 (exit $ac_status); } &&
7168 { ac_try='test -z "$ac_c_werror_flag"
7169 || test ! -s conftest.err'
7170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7171 (eval $ac_try) 2>&5
7172 ac_status=$?
7173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7174 (exit $ac_status); }; } &&
7175 { ac_try='test -s conftest.$ac_objext'
7176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7177 (eval $ac_try) 2>&5
7178 ac_status=$?
7179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); }; }; then
7181 am_cv_proto_iconv_arg1=""
7182 else
7183 echo "$as_me: failed program was:" >&5
7184 sed 's/^/| /' conftest.$ac_ext >&5
7186 am_cv_proto_iconv_arg1="const"
7188 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7189 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
7192 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
7193 echo "$as_me:$LINENO: result: ${ac_t:-
7194 }$am_cv_proto_iconv" >&5
7195 echo "${ECHO_T}${ac_t:-
7196 }$am_cv_proto_iconv" >&6
7198 cat >>confdefs.h <<_ACEOF
7199 #define ICONV_CONST $am_cv_proto_iconv_arg1
7200 _ACEOF
7206 if test "x$enable_nls" != xno; then
7207 ENABLE_NLS_TRUE=
7208 ENABLE_NLS_FALSE='#'
7209 else
7210 ENABLE_NLS_TRUE='#'
7211 ENABLE_NLS_FALSE=
7214 # Check whether --enable-checking or --disable-checking was given.
7215 if test "${enable_checking+set}" = set; then
7216 enableval="$enable_checking"
7218 else
7219 enable_checking=no
7222 if test $enable_checking != no ; then
7224 cat >>confdefs.h <<\_ACEOF
7225 #define ENABLE_CHECKING 1
7226 _ACEOF
7231 case $target in
7232 alpha*-*-* | \
7233 arm*-*-eabi* | \
7234 arm*-*-symbianelf* | \
7235 x86_64-*-* | \
7236 ia64-*-* | \
7237 hppa*64*-*-* | parisc*64*-*-* | \
7238 mips*-*-* | \
7239 mmix-*-* | \
7240 powerpc*-*-* | \
7241 rs6000*-*-* | \
7242 s390*-*-* | \
7243 sparc64*-*-* | ultrasparc-*-freebsd* | \
7244 sparcv9-*-solaris2* | \
7245 sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9] | \
7246 sh[123456789l]*-*-*)
7247 need_64bit_hwint=yes ;;
7249 need_64bit_hwint=no ;;
7250 esac
7252 case $need_64bit_hwint:$ac_cv_sizeof_long in
7253 *:8 | no:*) host_wide_int=long ;;
7254 *) host_wide_int='long long' ;;
7255 esac
7259 cat >>confdefs.h <<_ACEOF
7260 #define HOST_WIDE_INT $host_wide_int
7261 _ACEOF
7264 ac_config_headers="$ac_config_headers config.h:config.in"
7266 ac_config_files="$ac_config_files Makefile"
7268 cat >confcache <<\_ACEOF
7269 # This file is a shell script that caches the results of configure
7270 # tests run on this system so they can be shared between configure
7271 # scripts and configure runs, see configure's option --config-cache.
7272 # It is not useful on other systems. If it contains results you don't
7273 # want to keep, you may remove or edit it.
7275 # config.status only pays attention to the cache file if you give it
7276 # the --recheck option to rerun configure.
7278 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7279 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7280 # following values.
7282 _ACEOF
7284 # The following way of writing the cache mishandles newlines in values,
7285 # but we know of no workaround that is simple, portable, and efficient.
7286 # So, don't put newlines in cache variables' values.
7287 # Ultrix sh set writes to stderr and can't be redirected directly,
7288 # and sets the high bit in the cache file unless we assign to the vars.
7290 (set) 2>&1 |
7291 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7292 *ac_space=\ *)
7293 # `set' does not quote correctly, so add quotes (double-quote
7294 # substitution turns \\\\ into \\, and sed turns \\ into \).
7295 sed -n \
7296 "s/'/'\\\\''/g;
7297 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7300 # `set' quotes correctly as required by POSIX, so do not add quotes.
7301 sed -n \
7302 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7304 esac;
7306 sed '
7307 t clear
7308 : clear
7309 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7310 t end
7311 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7312 : end' >>confcache
7313 if diff $cache_file confcache >/dev/null 2>&1; then :; else
7314 if test -w $cache_file; then
7315 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7316 cat confcache >$cache_file
7317 else
7318 echo "not updating unwritable cache $cache_file"
7321 rm -f confcache
7323 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7324 # Let make expand exec_prefix.
7325 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7327 # VPATH may cause trouble with some makes, so we remove $(srcdir),
7328 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7329 # trailing colons and then remove the whole line if VPATH becomes empty
7330 # (actually we leave an empty line to preserve line numbers).
7331 if test "x$srcdir" = x.; then
7332 ac_vpsub='/^[ ]*VPATH[ ]*=/{
7333 s/:*\$(srcdir):*/:/;
7334 s/:*\${srcdir}:*/:/;
7335 s/:*@srcdir@:*/:/;
7336 s/^\([^=]*=[ ]*\):*/\1/;
7337 s/:*$//;
7338 s/^[^=]*=[ ]*$//;
7342 DEFS=-DHAVE_CONFIG_H
7344 ac_libobjs=
7345 ac_ltlibobjs=
7346 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7347 # 1. Remove the extension, and $U if already installed.
7348 ac_i=`echo "$ac_i" |
7349 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7350 # 2. Add them.
7351 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7352 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7353 done
7354 LIBOBJS=$ac_libobjs
7356 LTLIBOBJS=$ac_ltlibobjs
7359 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
7360 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
7361 Usually this means the macro was only invoked conditionally." >&5
7362 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
7363 Usually this means the macro was only invoked conditionally." >&2;}
7364 { (exit 1); exit 1; }; }
7366 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
7367 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
7368 Usually this means the macro was only invoked conditionally." >&5
7369 echo "$as_me: error: conditional \"AMDEP\" was never defined.
7370 Usually this means the macro was only invoked conditionally." >&2;}
7371 { (exit 1); exit 1; }; }
7373 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7374 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
7375 Usually this means the macro was only invoked conditionally." >&5
7376 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
7377 Usually this means the macro was only invoked conditionally." >&2;}
7378 { (exit 1); exit 1; }; }
7380 if test -z "${ENABLE_NLS_TRUE}" && test -z "${ENABLE_NLS_FALSE}"; then
7381 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_NLS\" was never defined.
7382 Usually this means the macro was only invoked conditionally." >&5
7383 echo "$as_me: error: conditional \"ENABLE_NLS\" was never defined.
7384 Usually this means the macro was only invoked conditionally." >&2;}
7385 { (exit 1); exit 1; }; }
7388 : ${CONFIG_STATUS=./config.status}
7389 ac_clean_files_save=$ac_clean_files
7390 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7391 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7392 echo "$as_me: creating $CONFIG_STATUS" >&6;}
7393 cat >$CONFIG_STATUS <<_ACEOF
7394 #! $SHELL
7395 # Generated by $as_me.
7396 # Run this file to recreate the current configuration.
7397 # Compiler output produced by configure, useful for debugging
7398 # configure, is in config.log if it exists.
7400 debug=false
7401 ac_cs_recheck=false
7402 ac_cs_silent=false
7403 SHELL=\${CONFIG_SHELL-$SHELL}
7404 _ACEOF
7406 cat >>$CONFIG_STATUS <<\_ACEOF
7407 ## --------------------- ##
7408 ## M4sh Initialization. ##
7409 ## --------------------- ##
7411 # Be Bourne compatible
7412 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7413 emulate sh
7414 NULLCMD=:
7415 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7416 # is contrary to our usage. Disable this feature.
7417 alias -g '${1+"$@"}'='"$@"'
7418 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7419 set -o posix
7421 DUALCASE=1; export DUALCASE # for MKS sh
7423 # Support unset when possible.
7424 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7425 as_unset=unset
7426 else
7427 as_unset=false
7431 # Work around bugs in pre-3.0 UWIN ksh.
7432 $as_unset ENV MAIL MAILPATH
7433 PS1='$ '
7434 PS2='> '
7435 PS4='+ '
7437 # NLS nuisances.
7438 for as_var in \
7439 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7440 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7441 LC_TELEPHONE LC_TIME
7443 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7444 eval $as_var=C; export $as_var
7445 else
7446 $as_unset $as_var
7448 done
7450 # Required to use basename.
7451 if expr a : '\(a\)' >/dev/null 2>&1; then
7452 as_expr=expr
7453 else
7454 as_expr=false
7457 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7458 as_basename=basename
7459 else
7460 as_basename=false
7464 # Name of the executable.
7465 as_me=`$as_basename "$0" ||
7466 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7467 X"$0" : 'X\(//\)$' \| \
7468 X"$0" : 'X\(/\)$' \| \
7469 . : '\(.\)' 2>/dev/null ||
7470 echo X/"$0" |
7471 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7472 /^X\/\(\/\/\)$/{ s//\1/; q; }
7473 /^X\/\(\/\).*/{ s//\1/; q; }
7474 s/.*/./; q'`
7477 # PATH needs CR, and LINENO needs CR and PATH.
7478 # Avoid depending upon Character Ranges.
7479 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7480 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7481 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7482 as_cr_digits='0123456789'
7483 as_cr_alnum=$as_cr_Letters$as_cr_digits
7485 # The user is always right.
7486 if test "${PATH_SEPARATOR+set}" != set; then
7487 echo "#! /bin/sh" >conf$$.sh
7488 echo "exit 0" >>conf$$.sh
7489 chmod +x conf$$.sh
7490 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7491 PATH_SEPARATOR=';'
7492 else
7493 PATH_SEPARATOR=:
7495 rm -f conf$$.sh
7499 as_lineno_1=$LINENO
7500 as_lineno_2=$LINENO
7501 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7502 test "x$as_lineno_1" != "x$as_lineno_2" &&
7503 test "x$as_lineno_3" = "x$as_lineno_2" || {
7504 # Find who we are. Look in the path if we contain no path at all
7505 # relative or not.
7506 case $0 in
7507 *[\\/]* ) as_myself=$0 ;;
7508 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7509 for as_dir in $PATH
7511 IFS=$as_save_IFS
7512 test -z "$as_dir" && as_dir=.
7513 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7514 done
7517 esac
7518 # We did not find ourselves, most probably we were run as `sh COMMAND'
7519 # in which case we are not to be found in the path.
7520 if test "x$as_myself" = x; then
7521 as_myself=$0
7523 if test ! -f "$as_myself"; then
7524 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7525 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7526 { (exit 1); exit 1; }; }
7528 case $CONFIG_SHELL in
7530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7533 IFS=$as_save_IFS
7534 test -z "$as_dir" && as_dir=.
7535 for as_base in sh bash ksh sh5; do
7536 case $as_dir in
7538 if ("$as_dir/$as_base" -c '
7539 as_lineno_1=$LINENO
7540 as_lineno_2=$LINENO
7541 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7542 test "x$as_lineno_1" != "x$as_lineno_2" &&
7543 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7544 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7545 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7546 CONFIG_SHELL=$as_dir/$as_base
7547 export CONFIG_SHELL
7548 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7549 fi;;
7550 esac
7551 done
7552 done
7554 esac
7556 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7557 # uniformly replaced by the line number. The first 'sed' inserts a
7558 # line-number line before each line; the second 'sed' does the real
7559 # work. The second script uses 'N' to pair each line-number line
7560 # with the numbered line, and appends trailing '-' during
7561 # substitution so that $LINENO is not a special case at line end.
7562 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7563 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7564 sed '=' <$as_myself |
7565 sed '
7567 s,$,-,
7568 : loop
7569 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7570 t loop
7571 s,-$,,
7572 s,^['$as_cr_digits']*\n,,
7573 ' >$as_me.lineno &&
7574 chmod +x $as_me.lineno ||
7575 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7576 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7577 { (exit 1); exit 1; }; }
7579 # Don't try to exec as it changes $[0], causing all sort of problems
7580 # (the dirname of $[0] is not the place where we might find the
7581 # original and so on. Autoconf is especially sensible to this).
7582 . ./$as_me.lineno
7583 # Exit status is that of the last command.
7584 exit
7588 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7589 *c*,-n*) ECHO_N= ECHO_C='
7590 ' ECHO_T=' ' ;;
7591 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7592 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7593 esac
7595 if expr a : '\(a\)' >/dev/null 2>&1; then
7596 as_expr=expr
7597 else
7598 as_expr=false
7601 rm -f conf$$ conf$$.exe conf$$.file
7602 echo >conf$$.file
7603 if ln -s conf$$.file conf$$ 2>/dev/null; then
7604 # We could just check for DJGPP; but this test a) works b) is more generic
7605 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7606 if test -f conf$$.exe; then
7607 # Don't use ln at all; we don't have any links
7608 as_ln_s='cp -p'
7609 else
7610 as_ln_s='ln -s'
7612 elif ln conf$$.file conf$$ 2>/dev/null; then
7613 as_ln_s=ln
7614 else
7615 as_ln_s='cp -p'
7617 rm -f conf$$ conf$$.exe conf$$.file
7619 if mkdir -p . 2>/dev/null; then
7620 as_mkdir_p=:
7621 else
7622 test -d ./-p && rmdir ./-p
7623 as_mkdir_p=false
7626 as_executable_p="test -f"
7628 # Sed expression to map a string onto a valid CPP name.
7629 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7631 # Sed expression to map a string onto a valid variable name.
7632 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7635 # IFS
7636 # We need space, tab and new line, in precisely that order.
7637 as_nl='
7639 IFS=" $as_nl"
7641 # CDPATH.
7642 $as_unset CDPATH
7644 exec 6>&1
7646 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7647 # report actual input values of CONFIG_FILES etc. instead of their
7648 # values after options handling. Logging --version etc. is OK.
7649 exec 5>>config.log
7651 echo
7652 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7653 ## Running $as_me. ##
7654 _ASBOX
7655 } >&5
7656 cat >&5 <<_CSEOF
7658 This file was extended by cpplib $as_me , which was
7659 generated by GNU Autoconf 2.59. Invocation command line was
7661 CONFIG_FILES = $CONFIG_FILES
7662 CONFIG_HEADERS = $CONFIG_HEADERS
7663 CONFIG_LINKS = $CONFIG_LINKS
7664 CONFIG_COMMANDS = $CONFIG_COMMANDS
7665 $ $0 $@
7667 _CSEOF
7668 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7669 echo >&5
7670 _ACEOF
7672 # Files that config.status was made for.
7673 if test -n "$ac_config_files"; then
7674 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7677 if test -n "$ac_config_headers"; then
7678 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7681 if test -n "$ac_config_links"; then
7682 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7685 if test -n "$ac_config_commands"; then
7686 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7689 cat >>$CONFIG_STATUS <<\_ACEOF
7691 ac_cs_usage="\
7692 \`$as_me' instantiates files from templates according to the
7693 current configuration.
7695 Usage: $0 [OPTIONS] [FILE]...
7697 -h, --help print this help, then exit
7698 -V, --version print version number, then exit
7699 -q, --quiet do not print progress messages
7700 -d, --debug don't remove temporary files
7701 --recheck update $as_me by reconfiguring in the same conditions
7702 --file=FILE[:TEMPLATE]
7703 instantiate the configuration file FILE
7704 --header=FILE[:TEMPLATE]
7705 instantiate the configuration header FILE
7707 Configuration files:
7708 $config_files
7710 Configuration headers:
7711 $config_headers
7713 Configuration commands:
7714 $config_commands
7716 Report bugs to <bug-autoconf@gnu.org>."
7717 _ACEOF
7719 cat >>$CONFIG_STATUS <<_ACEOF
7720 ac_cs_version="\\
7721 cpplib config.status
7722 configured by $0, generated by GNU Autoconf 2.59,
7723 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7725 Copyright (C) 2003 Free Software Foundation, Inc.
7726 This config.status script is free software; the Free Software Foundation
7727 gives unlimited permission to copy, distribute and modify it."
7728 srcdir=$srcdir
7729 INSTALL="$INSTALL"
7730 _ACEOF
7732 cat >>$CONFIG_STATUS <<\_ACEOF
7733 # If no file are specified by the user, then we need to provide default
7734 # value. By we need to know if files were specified by the user.
7735 ac_need_defaults=:
7736 while test $# != 0
7738 case $1 in
7739 --*=*)
7740 ac_option=`expr "x$1" : 'x\([^=]*\)='`
7741 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7742 ac_shift=:
7745 ac_option=$1
7746 ac_optarg=$2
7747 ac_shift=shift
7749 *) # This is not an option, so the user has probably given explicit
7750 # arguments.
7751 ac_option=$1
7752 ac_need_defaults=false;;
7753 esac
7755 case $ac_option in
7756 # Handling of the options.
7757 _ACEOF
7758 cat >>$CONFIG_STATUS <<\_ACEOF
7759 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7760 ac_cs_recheck=: ;;
7761 --version | --vers* | -V )
7762 echo "$ac_cs_version"; exit 0 ;;
7763 --he | --h)
7764 # Conflict between --help and --header
7765 { { echo "$as_me:$LINENO: error: ambiguous option: $1
7766 Try \`$0 --help' for more information." >&5
7767 echo "$as_me: error: ambiguous option: $1
7768 Try \`$0 --help' for more information." >&2;}
7769 { (exit 1); exit 1; }; };;
7770 --help | --hel | -h )
7771 echo "$ac_cs_usage"; exit 0 ;;
7772 --debug | --d* | -d )
7773 debug=: ;;
7774 --file | --fil | --fi | --f )
7775 $ac_shift
7776 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7777 ac_need_defaults=false;;
7778 --header | --heade | --head | --hea )
7779 $ac_shift
7780 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7781 ac_need_defaults=false;;
7782 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7783 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7784 ac_cs_silent=: ;;
7786 # This is an error.
7787 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7788 Try \`$0 --help' for more information." >&5
7789 echo "$as_me: error: unrecognized option: $1
7790 Try \`$0 --help' for more information." >&2;}
7791 { (exit 1); exit 1; }; } ;;
7793 *) ac_config_targets="$ac_config_targets $1" ;;
7795 esac
7796 shift
7797 done
7799 ac_configure_extra_args=
7801 if $ac_cs_silent; then
7802 exec 6>/dev/null
7803 ac_configure_extra_args="$ac_configure_extra_args --silent"
7806 _ACEOF
7807 cat >>$CONFIG_STATUS <<_ACEOF
7808 if \$ac_cs_recheck; then
7809 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7810 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7813 _ACEOF
7815 cat >>$CONFIG_STATUS <<_ACEOF
7817 # INIT-COMMANDS section.
7820 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7822 _ACEOF
7826 cat >>$CONFIG_STATUS <<\_ACEOF
7827 for ac_config_target in $ac_config_targets
7829 case "$ac_config_target" in
7830 # Handling of arguments.
7831 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7832 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
7833 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
7834 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7835 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7836 { (exit 1); exit 1; }; };;
7837 esac
7838 done
7840 # If the user did not use the arguments to specify the items to instantiate,
7841 # then the envvar interface is used. Set only those that are not.
7842 # We use the long form for the default assignment because of an extremely
7843 # bizarre bug on SunOS 4.1.3.
7844 if $ac_need_defaults; then
7845 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7846 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7847 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7850 # Have a temporary directory for convenience. Make it in the build tree
7851 # simply because there is no reason to put it here, and in addition,
7852 # creating and moving files from /tmp can sometimes cause problems.
7853 # Create a temporary directory, and hook for its removal unless debugging.
7854 $debug ||
7856 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7857 trap '{ (exit 1); exit 1; }' 1 2 13 15
7860 # Create a (secure) tmp directory for tmp files.
7863 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7864 test -n "$tmp" && test -d "$tmp"
7865 } ||
7867 tmp=./confstat$$-$RANDOM
7868 (umask 077 && mkdir $tmp)
7869 } ||
7871 echo "$me: cannot create a temporary directory in ." >&2
7872 { (exit 1); exit 1; }
7875 _ACEOF
7877 cat >>$CONFIG_STATUS <<_ACEOF
7880 # CONFIG_FILES section.
7883 # No need to generate the scripts if there are no CONFIG_FILES.
7884 # This happens for instance when ./config.status config.h
7885 if test -n "\$CONFIG_FILES"; then
7886 # Protect against being on the right side of a sed subst in config.status.
7887 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7888 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7889 s,@SHELL@,$SHELL,;t t
7890 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7891 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7892 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7893 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7894 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7895 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7896 s,@exec_prefix@,$exec_prefix,;t t
7897 s,@prefix@,$prefix,;t t
7898 s,@program_transform_name@,$program_transform_name,;t t
7899 s,@bindir@,$bindir,;t t
7900 s,@sbindir@,$sbindir,;t t
7901 s,@libexecdir@,$libexecdir,;t t
7902 s,@datadir@,$datadir,;t t
7903 s,@sysconfdir@,$sysconfdir,;t t
7904 s,@sharedstatedir@,$sharedstatedir,;t t
7905 s,@localstatedir@,$localstatedir,;t t
7906 s,@libdir@,$libdir,;t t
7907 s,@includedir@,$includedir,;t t
7908 s,@oldincludedir@,$oldincludedir,;t t
7909 s,@infodir@,$infodir,;t t
7910 s,@mandir@,$mandir,;t t
7911 s,@build_alias@,$build_alias,;t t
7912 s,@host_alias@,$host_alias,;t t
7913 s,@target_alias@,$target_alias,;t t
7914 s,@DEFS@,$DEFS,;t t
7915 s,@ECHO_C@,$ECHO_C,;t t
7916 s,@ECHO_N@,$ECHO_N,;t t
7917 s,@ECHO_T@,$ECHO_T,;t t
7918 s,@LIBS@,$LIBS,;t t
7919 s,@build@,$build,;t t
7920 s,@build_cpu@,$build_cpu,;t t
7921 s,@build_vendor@,$build_vendor,;t t
7922 s,@build_os@,$build_os,;t t
7923 s,@host@,$host,;t t
7924 s,@host_cpu@,$host_cpu,;t t
7925 s,@host_vendor@,$host_vendor,;t t
7926 s,@host_os@,$host_os,;t t
7927 s,@target@,$target,;t t
7928 s,@target_cpu@,$target_cpu,;t t
7929 s,@target_vendor@,$target_vendor,;t t
7930 s,@target_os@,$target_os,;t t
7931 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7932 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7933 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7934 s,@CYGPATH_W@,$CYGPATH_W,;t t
7935 s,@PACKAGE@,$PACKAGE,;t t
7936 s,@VERSION@,$VERSION,;t t
7937 s,@ACLOCAL@,$ACLOCAL,;t t
7938 s,@AUTOCONF@,$AUTOCONF,;t t
7939 s,@AUTOMAKE@,$AUTOMAKE,;t t
7940 s,@AUTOHEADER@,$AUTOHEADER,;t t
7941 s,@MAKEINFO@,$MAKEINFO,;t t
7942 s,@AMTAR@,$AMTAR,;t t
7943 s,@install_sh@,$install_sh,;t t
7944 s,@STRIP@,$STRIP,;t t
7945 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
7946 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
7947 s,@mkdir_p@,$mkdir_p,;t t
7948 s,@AWK@,$AWK,;t t
7949 s,@SET_MAKE@,$SET_MAKE,;t t
7950 s,@am__leading_dot@,$am__leading_dot,;t t
7951 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
7952 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
7953 s,@MAINT@,$MAINT,;t t
7954 s,@CC@,$CC,;t t
7955 s,@CFLAGS@,$CFLAGS,;t t
7956 s,@LDFLAGS@,$LDFLAGS,;t t
7957 s,@CPPFLAGS@,$CPPFLAGS,;t t
7958 s,@ac_ct_CC@,$ac_ct_CC,;t t
7959 s,@EXEEXT@,$EXEEXT,;t t
7960 s,@OBJEXT@,$OBJEXT,;t t
7961 s,@DEPDIR@,$DEPDIR,;t t
7962 s,@am__include@,$am__include,;t t
7963 s,@am__quote@,$am__quote,;t t
7964 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
7965 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
7966 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
7967 s,@CCDEPMODE@,$CCDEPMODE,;t t
7968 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
7969 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7970 s,@RANLIB@,$RANLIB,;t t
7971 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
7972 s,@CPP@,$CPP,;t t
7973 s,@EGREP@,$EGREP,;t t
7974 s,@LIBOBJS@,$LIBOBJS,;t t
7975 s,@ALLOCA@,$ALLOCA,;t t
7976 s,@USE_NLS@,$USE_NLS,;t t
7977 s,@LIBINTL@,$LIBINTL,;t t
7978 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
7979 s,@INCINTL@,$INCINTL,;t t
7980 s,@XGETTEXT@,$XGETTEXT,;t t
7981 s,@GMSGFMT@,$GMSGFMT,;t t
7982 s,@POSUB@,$POSUB,;t t
7983 s,@CATALOGS@,$CATALOGS,;t t
7984 s,@LIBICONV@,$LIBICONV,;t t
7985 s,@LTLIBICONV@,$LTLIBICONV,;t t
7986 s,@ENABLE_NLS_TRUE@,$ENABLE_NLS_TRUE,;t t
7987 s,@ENABLE_NLS_FALSE@,$ENABLE_NLS_FALSE,;t t
7988 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7989 CEOF
7991 _ACEOF
7993 cat >>$CONFIG_STATUS <<\_ACEOF
7994 # Split the substitutions into bite-sized pieces for seds with
7995 # small command number limits, like on Digital OSF/1 and HP-UX.
7996 ac_max_sed_lines=48
7997 ac_sed_frag=1 # Number of current file.
7998 ac_beg=1 # First line for current file.
7999 ac_end=$ac_max_sed_lines # Line after last line for current file.
8000 ac_more_lines=:
8001 ac_sed_cmds=
8002 while $ac_more_lines; do
8003 if test $ac_beg -gt 1; then
8004 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8005 else
8006 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8008 if test ! -s $tmp/subs.frag; then
8009 ac_more_lines=false
8010 else
8011 # The purpose of the label and of the branching condition is to
8012 # speed up the sed processing (if there are no `@' at all, there
8013 # is no need to browse any of the substitutions).
8014 # These are the two extra sed commands mentioned above.
8015 (echo ':t
8016 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8017 if test -z "$ac_sed_cmds"; then
8018 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8019 else
8020 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8022 ac_sed_frag=`expr $ac_sed_frag + 1`
8023 ac_beg=$ac_end
8024 ac_end=`expr $ac_end + $ac_max_sed_lines`
8026 done
8027 if test -z "$ac_sed_cmds"; then
8028 ac_sed_cmds=cat
8030 fi # test -n "$CONFIG_FILES"
8032 _ACEOF
8033 cat >>$CONFIG_STATUS <<\_ACEOF
8034 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8035 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8036 case $ac_file in
8037 - | *:- | *:-:* ) # input from stdin
8038 cat >$tmp/stdin
8039 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8040 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8041 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8042 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8043 * ) ac_file_in=$ac_file.in ;;
8044 esac
8046 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8047 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8048 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8049 X"$ac_file" : 'X\(//\)[^/]' \| \
8050 X"$ac_file" : 'X\(//\)$' \| \
8051 X"$ac_file" : 'X\(/\)' \| \
8052 . : '\(.\)' 2>/dev/null ||
8053 echo X"$ac_file" |
8054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8055 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8056 /^X\(\/\/\)$/{ s//\1/; q; }
8057 /^X\(\/\).*/{ s//\1/; q; }
8058 s/.*/./; q'`
8059 { if $as_mkdir_p; then
8060 mkdir -p "$ac_dir"
8061 else
8062 as_dir="$ac_dir"
8063 as_dirs=
8064 while test ! -d "$as_dir"; do
8065 as_dirs="$as_dir $as_dirs"
8066 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8067 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8068 X"$as_dir" : 'X\(//\)[^/]' \| \
8069 X"$as_dir" : 'X\(//\)$' \| \
8070 X"$as_dir" : 'X\(/\)' \| \
8071 . : '\(.\)' 2>/dev/null ||
8072 echo X"$as_dir" |
8073 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8074 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8075 /^X\(\/\/\)$/{ s//\1/; q; }
8076 /^X\(\/\).*/{ s//\1/; q; }
8077 s/.*/./; q'`
8078 done
8079 test ! -n "$as_dirs" || mkdir $as_dirs
8080 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8081 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8082 { (exit 1); exit 1; }; }; }
8084 ac_builddir=.
8086 if test "$ac_dir" != .; then
8087 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8088 # A "../" for each directory in $ac_dir_suffix.
8089 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8090 else
8091 ac_dir_suffix= ac_top_builddir=
8094 case $srcdir in
8095 .) # No --srcdir option. We are building in place.
8096 ac_srcdir=.
8097 if test -z "$ac_top_builddir"; then
8098 ac_top_srcdir=.
8099 else
8100 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8101 fi ;;
8102 [\\/]* | ?:[\\/]* ) # Absolute path.
8103 ac_srcdir=$srcdir$ac_dir_suffix;
8104 ac_top_srcdir=$srcdir ;;
8105 *) # Relative path.
8106 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8107 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8108 esac
8110 # Do not use `cd foo && pwd` to compute absolute paths, because
8111 # the directories may not exist.
8112 case `pwd` in
8113 .) ac_abs_builddir="$ac_dir";;
8115 case "$ac_dir" in
8116 .) ac_abs_builddir=`pwd`;;
8117 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8118 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8119 esac;;
8120 esac
8121 case $ac_abs_builddir in
8122 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8124 case ${ac_top_builddir}. in
8125 .) ac_abs_top_builddir=$ac_abs_builddir;;
8126 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8127 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8128 esac;;
8129 esac
8130 case $ac_abs_builddir in
8131 .) ac_abs_srcdir=$ac_srcdir;;
8133 case $ac_srcdir in
8134 .) ac_abs_srcdir=$ac_abs_builddir;;
8135 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8136 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8137 esac;;
8138 esac
8139 case $ac_abs_builddir in
8140 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8142 case $ac_top_srcdir in
8143 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8144 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8145 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8146 esac;;
8147 esac
8150 case $INSTALL in
8151 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8152 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
8153 esac
8155 if test x"$ac_file" != x-; then
8156 { echo "$as_me:$LINENO: creating $ac_file" >&5
8157 echo "$as_me: creating $ac_file" >&6;}
8158 rm -f "$ac_file"
8160 # Let's still pretend it is `configure' which instantiates (i.e., don't
8161 # use $as_me), people would be surprised to read:
8162 # /* config.h. Generated by config.status. */
8163 if test x"$ac_file" = x-; then
8164 configure_input=
8165 else
8166 configure_input="$ac_file. "
8168 configure_input=$configure_input"Generated from `echo $ac_file_in |
8169 sed 's,.*/,,'` by configure."
8171 # First look for the input files in the build tree, otherwise in the
8172 # src tree.
8173 ac_file_inputs=`IFS=:
8174 for f in $ac_file_in; do
8175 case $f in
8176 -) echo $tmp/stdin ;;
8177 [\\/$]*)
8178 # Absolute (can't be DOS-style, as IFS=:)
8179 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8180 echo "$as_me: error: cannot find input file: $f" >&2;}
8181 { (exit 1); exit 1; }; }
8182 echo "$f";;
8183 *) # Relative
8184 if test -f "$f"; then
8185 # Build tree
8186 echo "$f"
8187 elif test -f "$srcdir/$f"; then
8188 # Source tree
8189 echo "$srcdir/$f"
8190 else
8191 # /dev/null tree
8192 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8193 echo "$as_me: error: cannot find input file: $f" >&2;}
8194 { (exit 1); exit 1; }; }
8195 fi;;
8196 esac
8197 done` || { (exit 1); exit 1; }
8198 _ACEOF
8199 cat >>$CONFIG_STATUS <<_ACEOF
8200 sed "$ac_vpsub
8201 $extrasub
8202 _ACEOF
8203 cat >>$CONFIG_STATUS <<\_ACEOF
8205 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8206 s,@configure_input@,$configure_input,;t t
8207 s,@srcdir@,$ac_srcdir,;t t
8208 s,@abs_srcdir@,$ac_abs_srcdir,;t t
8209 s,@top_srcdir@,$ac_top_srcdir,;t t
8210 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8211 s,@builddir@,$ac_builddir,;t t
8212 s,@abs_builddir@,$ac_abs_builddir,;t t
8213 s,@top_builddir@,$ac_top_builddir,;t t
8214 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8215 s,@INSTALL@,$ac_INSTALL,;t t
8216 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8217 rm -f $tmp/stdin
8218 if test x"$ac_file" != x-; then
8219 mv $tmp/out $ac_file
8220 else
8221 cat $tmp/out
8222 rm -f $tmp/out
8225 done
8226 _ACEOF
8227 cat >>$CONFIG_STATUS <<\_ACEOF
8230 # CONFIG_HEADER section.
8233 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8234 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8236 # ac_d sets the value in "#define NAME VALUE" lines.
8237 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8238 ac_dB='[ ].*$,\1#\2'
8239 ac_dC=' '
8240 ac_dD=',;t'
8241 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8242 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8243 ac_uB='$,\1#\2define\3'
8244 ac_uC=' '
8245 ac_uD=',;t'
8247 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8248 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8249 case $ac_file in
8250 - | *:- | *:-:* ) # input from stdin
8251 cat >$tmp/stdin
8252 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8253 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8254 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8255 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8256 * ) ac_file_in=$ac_file.in ;;
8257 esac
8259 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8260 echo "$as_me: creating $ac_file" >&6;}
8262 # First look for the input files in the build tree, otherwise in the
8263 # src tree.
8264 ac_file_inputs=`IFS=:
8265 for f in $ac_file_in; do
8266 case $f in
8267 -) echo $tmp/stdin ;;
8268 [\\/$]*)
8269 # Absolute (can't be DOS-style, as IFS=:)
8270 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8271 echo "$as_me: error: cannot find input file: $f" >&2;}
8272 { (exit 1); exit 1; }; }
8273 # Do quote $f, to prevent DOS paths from being IFS'd.
8274 echo "$f";;
8275 *) # Relative
8276 if test -f "$f"; then
8277 # Build tree
8278 echo "$f"
8279 elif test -f "$srcdir/$f"; then
8280 # Source tree
8281 echo "$srcdir/$f"
8282 else
8283 # /dev/null tree
8284 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8285 echo "$as_me: error: cannot find input file: $f" >&2;}
8286 { (exit 1); exit 1; }; }
8287 fi;;
8288 esac
8289 done` || { (exit 1); exit 1; }
8290 # Remove the trailing spaces.
8291 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8293 _ACEOF
8295 # Transform confdefs.h into two sed scripts, `conftest.defines' and
8296 # `conftest.undefs', that substitutes the proper values into
8297 # config.h.in to produce config.h. The first handles `#define'
8298 # templates, and the second `#undef' templates.
8299 # And first: Protect against being on the right side of a sed subst in
8300 # config.status. Protect against being in an unquoted here document
8301 # in config.status.
8302 rm -f conftest.defines conftest.undefs
8303 # Using a here document instead of a string reduces the quoting nightmare.
8304 # Putting comments in sed scripts is not portable.
8306 # `end' is used to avoid that the second main sed command (meant for
8307 # 0-ary CPP macros) applies to n-ary macro definitions.
8308 # See the Autoconf documentation for `clear'.
8309 cat >confdef2sed.sed <<\_ACEOF
8310 s/[\\&,]/\\&/g
8311 s,[\\$`],\\&,g
8312 t clear
8313 : clear
8314 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8315 t end
8316 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8317 : end
8318 _ACEOF
8319 # If some macros were called several times there might be several times
8320 # the same #defines, which is useless. Nevertheless, we may not want to
8321 # sort them, since we want the *last* AC-DEFINE to be honored.
8322 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8323 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8324 rm -f confdef2sed.sed
8326 # This sed command replaces #undef with comments. This is necessary, for
8327 # example, in the case of _POSIX_SOURCE, which is predefined and required
8328 # on some systems where configure will not decide to define it.
8329 cat >>conftest.undefs <<\_ACEOF
8330 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8331 _ACEOF
8333 # Break up conftest.defines because some shells have a limit on the size
8334 # of here documents, and old seds have small limits too (100 cmds).
8335 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8336 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8337 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8338 echo ' :' >>$CONFIG_STATUS
8339 rm -f conftest.tail
8340 while grep . conftest.defines >/dev/null
8342 # Write a limited-size here document to $tmp/defines.sed.
8343 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8344 # Speed up: don't consider the non `#define' lines.
8345 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8346 # Work around the forget-to-reset-the-flag bug.
8347 echo 't clr' >>$CONFIG_STATUS
8348 echo ': clr' >>$CONFIG_STATUS
8349 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8350 echo 'CEOF
8351 sed -f $tmp/defines.sed $tmp/in >$tmp/out
8352 rm -f $tmp/in
8353 mv $tmp/out $tmp/in
8354 ' >>$CONFIG_STATUS
8355 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8356 rm -f conftest.defines
8357 mv conftest.tail conftest.defines
8358 done
8359 rm -f conftest.defines
8360 echo ' fi # grep' >>$CONFIG_STATUS
8361 echo >>$CONFIG_STATUS
8363 # Break up conftest.undefs because some shells have a limit on the size
8364 # of here documents, and old seds have small limits too (100 cmds).
8365 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8366 rm -f conftest.tail
8367 while grep . conftest.undefs >/dev/null
8369 # Write a limited-size here document to $tmp/undefs.sed.
8370 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8371 # Speed up: don't consider the non `#undef'
8372 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8373 # Work around the forget-to-reset-the-flag bug.
8374 echo 't clr' >>$CONFIG_STATUS
8375 echo ': clr' >>$CONFIG_STATUS
8376 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8377 echo 'CEOF
8378 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8379 rm -f $tmp/in
8380 mv $tmp/out $tmp/in
8381 ' >>$CONFIG_STATUS
8382 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8383 rm -f conftest.undefs
8384 mv conftest.tail conftest.undefs
8385 done
8386 rm -f conftest.undefs
8388 cat >>$CONFIG_STATUS <<\_ACEOF
8389 # Let's still pretend it is `configure' which instantiates (i.e., don't
8390 # use $as_me), people would be surprised to read:
8391 # /* config.h. Generated by config.status. */
8392 if test x"$ac_file" = x-; then
8393 echo "/* Generated by configure. */" >$tmp/config.h
8394 else
8395 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8397 cat $tmp/in >>$tmp/config.h
8398 rm -f $tmp/in
8399 if test x"$ac_file" != x-; then
8400 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8401 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8402 echo "$as_me: $ac_file is unchanged" >&6;}
8403 else
8404 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8405 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8406 X"$ac_file" : 'X\(//\)[^/]' \| \
8407 X"$ac_file" : 'X\(//\)$' \| \
8408 X"$ac_file" : 'X\(/\)' \| \
8409 . : '\(.\)' 2>/dev/null ||
8410 echo X"$ac_file" |
8411 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8412 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8413 /^X\(\/\/\)$/{ s//\1/; q; }
8414 /^X\(\/\).*/{ s//\1/; q; }
8415 s/.*/./; q'`
8416 { if $as_mkdir_p; then
8417 mkdir -p "$ac_dir"
8418 else
8419 as_dir="$ac_dir"
8420 as_dirs=
8421 while test ! -d "$as_dir"; do
8422 as_dirs="$as_dir $as_dirs"
8423 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8424 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8425 X"$as_dir" : 'X\(//\)[^/]' \| \
8426 X"$as_dir" : 'X\(//\)$' \| \
8427 X"$as_dir" : 'X\(/\)' \| \
8428 . : '\(.\)' 2>/dev/null ||
8429 echo X"$as_dir" |
8430 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8431 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8432 /^X\(\/\/\)$/{ s//\1/; q; }
8433 /^X\(\/\).*/{ s//\1/; q; }
8434 s/.*/./; q'`
8435 done
8436 test ! -n "$as_dirs" || mkdir $as_dirs
8437 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8438 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8439 { (exit 1); exit 1; }; }; }
8441 rm -f $ac_file
8442 mv $tmp/config.h $ac_file
8444 else
8445 cat $tmp/config.h
8446 rm -f $tmp/config.h
8448 # Compute $ac_file's index in $config_headers.
8449 _am_stamp_count=1
8450 for _am_header in $config_headers :; do
8451 case $_am_header in
8452 $ac_file | $ac_file:* )
8453 break ;;
8455 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
8456 esac
8457 done
8458 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8459 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8460 X$ac_file : 'X\(//\)[^/]' \| \
8461 X$ac_file : 'X\(//\)$' \| \
8462 X$ac_file : 'X\(/\)' \| \
8463 . : '\(.\)' 2>/dev/null ||
8464 echo X$ac_file |
8465 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8466 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8467 /^X\(\/\/\)$/{ s//\1/; q; }
8468 /^X\(\/\).*/{ s//\1/; q; }
8469 s/.*/./; q'`/stamp-h$_am_stamp_count
8470 done
8471 _ACEOF
8472 cat >>$CONFIG_STATUS <<\_ACEOF
8475 # CONFIG_COMMANDS section.
8477 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8478 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8479 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8480 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8481 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8482 X"$ac_dest" : 'X\(//\)[^/]' \| \
8483 X"$ac_dest" : 'X\(//\)$' \| \
8484 X"$ac_dest" : 'X\(/\)' \| \
8485 . : '\(.\)' 2>/dev/null ||
8486 echo X"$ac_dest" |
8487 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8488 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8489 /^X\(\/\/\)$/{ s//\1/; q; }
8490 /^X\(\/\).*/{ s//\1/; q; }
8491 s/.*/./; q'`
8492 { if $as_mkdir_p; then
8493 mkdir -p "$ac_dir"
8494 else
8495 as_dir="$ac_dir"
8496 as_dirs=
8497 while test ! -d "$as_dir"; do
8498 as_dirs="$as_dir $as_dirs"
8499 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8500 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8501 X"$as_dir" : 'X\(//\)[^/]' \| \
8502 X"$as_dir" : 'X\(//\)$' \| \
8503 X"$as_dir" : 'X\(/\)' \| \
8504 . : '\(.\)' 2>/dev/null ||
8505 echo X"$as_dir" |
8506 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8507 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8508 /^X\(\/\/\)$/{ s//\1/; q; }
8509 /^X\(\/\).*/{ s//\1/; q; }
8510 s/.*/./; q'`
8511 done
8512 test ! -n "$as_dirs" || mkdir $as_dirs
8513 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8514 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8515 { (exit 1); exit 1; }; }; }
8517 ac_builddir=.
8519 if test "$ac_dir" != .; then
8520 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8521 # A "../" for each directory in $ac_dir_suffix.
8522 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8523 else
8524 ac_dir_suffix= ac_top_builddir=
8527 case $srcdir in
8528 .) # No --srcdir option. We are building in place.
8529 ac_srcdir=.
8530 if test -z "$ac_top_builddir"; then
8531 ac_top_srcdir=.
8532 else
8533 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8534 fi ;;
8535 [\\/]* | ?:[\\/]* ) # Absolute path.
8536 ac_srcdir=$srcdir$ac_dir_suffix;
8537 ac_top_srcdir=$srcdir ;;
8538 *) # Relative path.
8539 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8540 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8541 esac
8543 # Do not use `cd foo && pwd` to compute absolute paths, because
8544 # the directories may not exist.
8545 case `pwd` in
8546 .) ac_abs_builddir="$ac_dir";;
8548 case "$ac_dir" in
8549 .) ac_abs_builddir=`pwd`;;
8550 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8551 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8552 esac;;
8553 esac
8554 case $ac_abs_builddir in
8555 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8557 case ${ac_top_builddir}. in
8558 .) ac_abs_top_builddir=$ac_abs_builddir;;
8559 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8560 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8561 esac;;
8562 esac
8563 case $ac_abs_builddir in
8564 .) ac_abs_srcdir=$ac_srcdir;;
8566 case $ac_srcdir in
8567 .) ac_abs_srcdir=$ac_abs_builddir;;
8568 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8569 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8570 esac;;
8571 esac
8572 case $ac_abs_builddir in
8573 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8575 case $ac_top_srcdir in
8576 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8577 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8578 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8579 esac;;
8580 esac
8583 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8584 echo "$as_me: executing $ac_dest commands" >&6;}
8585 case $ac_dest in
8586 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
8587 # Strip MF so we end up with the name of the file.
8588 mf=`echo "$mf" | sed -e 's/:.*$//'`
8589 # Check whether this is an Automake generated Makefile or not.
8590 # We used to match only the files named `Makefile.in', but
8591 # some people rename them; so instead we look at the file content.
8592 # Grep'ing the first line is not enough: some people post-process
8593 # each Makefile.in and add a new line on top of each file to say so.
8594 # So let's grep whole file.
8595 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
8596 dirpart=`(dirname "$mf") 2>/dev/null ||
8597 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8598 X"$mf" : 'X\(//\)[^/]' \| \
8599 X"$mf" : 'X\(//\)$' \| \
8600 X"$mf" : 'X\(/\)' \| \
8601 . : '\(.\)' 2>/dev/null ||
8602 echo X"$mf" |
8603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8604 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8605 /^X\(\/\/\)$/{ s//\1/; q; }
8606 /^X\(\/\).*/{ s//\1/; q; }
8607 s/.*/./; q'`
8608 else
8609 continue
8611 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
8612 # Extract the definition of DEP_FILES from the Makefile without
8613 # running `make'.
8614 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
8615 test -z "$DEPDIR" && continue
8616 # When using ansi2knr, U may be empty or an underscore; expand it
8617 U=`sed -n 's/^U = //p' < "$mf"`
8618 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
8619 # We invoke sed twice because it is the simplest approach to
8620 # changing $(DEPDIR) to its actual value in the expansion.
8621 for file in `sed -n '
8622 /^DEP_FILES = .*\\\\$/ {
8623 s/^DEP_FILES = //
8624 :loop
8625 s/\\\\$//
8628 /\\\\$/ b loop
8631 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
8632 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8633 # Make sure the directory exists.
8634 test -f "$dirpart/$file" && continue
8635 fdir=`(dirname "$file") 2>/dev/null ||
8636 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8637 X"$file" : 'X\(//\)[^/]' \| \
8638 X"$file" : 'X\(//\)$' \| \
8639 X"$file" : 'X\(/\)' \| \
8640 . : '\(.\)' 2>/dev/null ||
8641 echo X"$file" |
8642 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8643 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8644 /^X\(\/\/\)$/{ s//\1/; q; }
8645 /^X\(\/\).*/{ s//\1/; q; }
8646 s/.*/./; q'`
8647 { if $as_mkdir_p; then
8648 mkdir -p $dirpart/$fdir
8649 else
8650 as_dir=$dirpart/$fdir
8651 as_dirs=
8652 while test ! -d "$as_dir"; do
8653 as_dirs="$as_dir $as_dirs"
8654 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8655 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8656 X"$as_dir" : 'X\(//\)[^/]' \| \
8657 X"$as_dir" : 'X\(//\)$' \| \
8658 X"$as_dir" : 'X\(/\)' \| \
8659 . : '\(.\)' 2>/dev/null ||
8660 echo X"$as_dir" |
8661 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8662 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8663 /^X\(\/\/\)$/{ s//\1/; q; }
8664 /^X\(\/\).*/{ s//\1/; q; }
8665 s/.*/./; q'`
8666 done
8667 test ! -n "$as_dirs" || mkdir $as_dirs
8668 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8669 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8670 { (exit 1); exit 1; }; }; }
8672 # echo "creating $dirpart/$file"
8673 echo '# dummy' > "$dirpart/$file"
8674 done
8675 done
8677 esac
8678 done
8679 _ACEOF
8681 cat >>$CONFIG_STATUS <<\_ACEOF
8683 { (exit 0); exit 0; }
8684 _ACEOF
8685 chmod +x $CONFIG_STATUS
8686 ac_clean_files=$ac_clean_files_save
8689 # configure is writing to config.log, and then calls config.status.
8690 # config.status does its own redirection, appending to config.log.
8691 # Unfortunately, on DOS this fails, as config.log is still kept open
8692 # by configure, so config.status won't be able to write to it; its
8693 # output is simply discarded. So we exec the FD to /dev/null,
8694 # effectively closing config.log, so it can be properly (re)opened and
8695 # appended to by config.status. When coming back to configure, we
8696 # need to make the FD available again.
8697 if test "$no_create" != yes; then
8698 ac_cs_success=:
8699 ac_config_status_args=
8700 test "$silent" = yes &&
8701 ac_config_status_args="$ac_config_status_args --quiet"
8702 exec 5>/dev/null
8703 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8704 exec 5>>config.log
8705 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8706 # would make configure fail if this is the last instruction.
8707 $ac_cs_success || { (exit 1); exit 1; }