2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="ar.c"
275 # Factoring default headers for most tests.
276 ac_includes_default
="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR YACC LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT HDEFINES AR CC_FOR_BUILD EXEEXT_FOR_BUILD DEMANGLER_NAME NLMCONV_DEFS BUILD_NLMCONV BUILD_SRCONV BUILD_DLLTOOL DLLTOOL_DEFS BUILD_WINDRES BUILD_DLLWRAP BUILD_MISC OBJDUMP_DEFS EMULATION EMULATION_VECTOR LIBOBJS LTLIBOBJS'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
379 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
380 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
381 ac_prev
=cache_file
;;
382 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
383 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
384 cache_file
=$ac_optarg ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
395 -disable-* |
--disable-*)
396 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* |
--enable-*)
405 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
418 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
419 |
--exec |
--exe |
--ex)
420 ac_prev
=exec_prefix
;;
421 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
422 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
423 |
--exec=* |
--exe=* |
--ex=*)
424 exec_prefix
=$ac_optarg ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
432 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
433 ac_init_help
=recursive
;;
434 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
435 ac_init_help
=short
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
442 -includedir |
--includedir |
--includedi |
--included |
--include \
443 |
--includ |
--inclu |
--incl |
--inc)
444 ac_prev
=includedir
;;
445 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
446 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
447 includedir
=$ac_optarg ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
459 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
460 |
--libexe |
--libex |
--libe)
461 ac_prev
=libexecdir
;;
462 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
463 |
--libexe=* |
--libex=* |
--libe=*)
464 libexecdir
=$ac_optarg ;;
466 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
467 |
--localstate |
--localstat |
--localsta |
--localst \
468 |
--locals |
--local |
--loca |
--loc |
--lo)
469 ac_prev
=localstatedir
;;
470 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
471 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
472 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
473 localstatedir
=$ac_optarg ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
492 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
493 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
494 |
--oldin |
--oldi |
--old |
--ol |
--o)
495 ac_prev
=oldincludedir
;;
496 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
497 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
498 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
499 oldincludedir
=$ac_optarg ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
506 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
507 |
--program-pre |
--program-pr |
--program-p)
508 ac_prev
=program_prefix
;;
509 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
510 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
511 program_prefix
=$ac_optarg ;;
513 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
514 |
--program-suf |
--program-su |
--program-s)
515 ac_prev
=program_suffix
;;
516 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
517 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
518 program_suffix
=$ac_optarg ;;
520 -program-transform-name |
--program-transform-name \
521 |
--program-transform-nam |
--program-transform-na \
522 |
--program-transform-n |
--program-transform- \
523 |
--program-transform |
--program-transfor \
524 |
--program-transfo |
--program-transf \
525 |
--program-trans |
--program-tran \
526 |
--progr-tra |
--program-tr |
--program-t)
527 ac_prev
=program_transform_name
;;
528 -program-transform-name=* |
--program-transform-name=* \
529 |
--program-transform-nam=* |
--program-transform-na=* \
530 |
--program-transform-n=* |
--program-transform-=* \
531 |
--program-transform=* |
--program-transfor=* \
532 |
--program-transfo=* |
--program-transf=* \
533 |
--program-trans=* |
--program-tran=* \
534 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
535 program_transform_name
=$ac_optarg ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
568 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
569 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
570 ac_prev
=sysconfdir
;;
571 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
572 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
573 sysconfdir
=$ac_optarg ;;
575 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
576 ac_prev
=target_alias
;;
577 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
578 target_alias
=$ac_optarg ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
587 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package
=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* |
--without-*)
600 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package
=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
613 |
--x-incl |
--x-inc |
--x-in |
--x-i)
614 ac_prev
=x_includes
;;
615 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
616 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
617 x_includes
=$ac_optarg ;;
619 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
620 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
621 ac_prev
=x_libraries
;;
622 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
623 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
624 x_libraries
=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x
; then
690 if test "x$build_alias" = x
; then
691 cross_compiling
=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted
=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir
=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CC_set
=${CC+set}
755 ac_cv_env_CC_set
=${CC+set}
756 ac_cv_env_CC_value
=$CC
757 ac_env_CFLAGS_set
=${CFLAGS+set}
758 ac_env_CFLAGS_value
=$CFLAGS
759 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value
=$CFLAGS
761 ac_env_LDFLAGS_set
=${LDFLAGS+set}
762 ac_env_LDFLAGS_value
=$LDFLAGS
763 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value
=$LDFLAGS
765 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value
=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_env_CPP_set
=${CPP+set}
770 ac_env_CPP_value
=$CPP
771 ac_cv_env_CPP_set
=${CPP+set}
772 ac_cv_env_CPP_value
=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
840 --build=BUILD configure
for building on BUILD
[guessed
]
841 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
842 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
846 if test -n "$ac_init_help"; then
851 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
852 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default
=yes
856 --enable-static=PKGS build static libraries default
=yes
857 --enable-fast-install=PKGS optimize
for fast installation default
=yes
858 --disable-libtool-lock avoid locking
(might
break parallel builds
)
859 --enable-targets alternative target configurations
860 --enable-commonbfdlib build shared BFD
/opcodes
/libiberty library
861 --enable-werror treat compile warnings as errors
862 --enable-build-warnings Enable build-time compiler warnings
863 --disable-nls do not use Native Language Support
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing
) to the casual installer
868 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
869 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
870 --with-gnu-ld assume the C compiler uses GNU ld default
=no
871 --with-pic try to use only PIC
/non-PIC objects default
=use both
872 --with-included-gettext use the GNU
gettext library included here
874 Some influential environment variables
:
875 CC C compiler
command
876 CFLAGS C compiler flags
877 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
878 nonstandard directory
<lib dir
>
879 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
880 headers
in a nonstandard directory
<include dir
>
883 Use these variables to override the choices made by
`configure' or to help
884 it to find libraries and programs with nonstandard names/locations.
889 if test "$ac_init_help" = "recursive"; then
890 # If there are subdirs, report their specific --help.
892 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
893 test -d $ac_dir || continue
896 if test "$ac_dir" != .; then
897 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
898 # A "../" for each directory in $ac_dir_suffix.
899 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
901 ac_dir_suffix= ac_top_builddir=
905 .) # No --srcdir option. We are building in place.
907 if test -z "$ac_top_builddir"; then
910 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
912 [\\/]* | ?:[\\/]* ) # Absolute path.
913 ac_srcdir=$srcdir$ac_dir_suffix;
914 ac_top_srcdir=$srcdir ;;
916 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
917 ac_top_srcdir=$ac_top_builddir$srcdir ;;
920 # Do not use `cd foo
&& pwd` to compute absolute paths, because
921 # the directories may not exist.
923 .) ac_abs_builddir="$ac_dir";;
926 .) ac_abs_builddir=`pwd`;;
927 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
928 *) ac_abs_builddir=`pwd`/"$ac_dir";;
931 case $ac_abs_builddir in
932 .) ac_abs_top_builddir=${ac_top_builddir}.;;
934 case ${ac_top_builddir}. in
935 .) ac_abs_top_builddir=$ac_abs_builddir;;
936 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
937 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
940 case $ac_abs_builddir in
941 .) ac_abs_srcdir=$ac_srcdir;;
944 .) ac_abs_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
946 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
949 case $ac_abs_builddir in
950 .) ac_abs_top_srcdir=$ac_top_srcdir;;
952 case $ac_top_srcdir in
953 .) ac_abs_top_srcdir=$ac_abs_builddir;;
954 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
955 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
960 # Check for guested configure; otherwise get Cygnus style configure.
961 if test -f $ac_srcdir/configure.gnu; then
963 $SHELL $ac_srcdir/configure.gnu --help=recursive
964 elif test -f $ac_srcdir/configure; then
966 $SHELL $ac_srcdir/configure --help=recursive
967 elif test -f $ac_srcdir/configure.ac ||
968 test -f $ac_srcdir/configure.in; then
972 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
978 test -n "$ac_init_help" && exit 0
979 if $ac_init_version; then
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.
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 $as_me, which was
994 generated by GNU Autoconf 2.59. Invocation command line was
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
`
1024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
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.
1053 ac_must_keep_next=false
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)
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
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.
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 ;;
1082 -* ) ac_must_keep_next=true ;;
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
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.
1106 ## ---------------- ##
1107 ## Cache variables. ##
1108 ## ---------------- ##
1111 # The following way of writing the cache mishandles newlines in values,
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1129 ## ----------------- ##
1130 ## Output variables. ##
1131 ## ----------------- ##
1134 for ac_var
in $ac_subst_vars
1136 eval ac_val
=$
`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1141 if test -n "$ac_subst_files"; then
1148 for ac_var
in $ac_subst_files
1150 eval ac_val
=$
`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1156 if test -s confdefs.h
; then
1163 sed "/^$/d" confdefs.h |
sort
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1170 rm -f core
*.core
&&
1171 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1174 for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
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.
1184 # Predefined preprocessor variables.
1186 cat >>confdefs.h <<_ACEOF
1187 #define PACKAGE_NAME "$PACKAGE_NAME"
1191 cat >>confdefs.h <<_ACEOF
1192 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1196 cat >>confdefs.h <<_ACEOF
1197 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1201 cat >>confdefs.h <<_ACEOF
1202 #define PACKAGE_STRING "$PACKAGE_STRING"
1206 cat >>confdefs.h <<_ACEOF
1207 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
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"
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
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;}
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242 echo "$as_me: creating cache $cache_file" >&6;}
1246 # Check that the precious variables saved in the cache have kept the same
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
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=: ;;
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=: ;;
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=:
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
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'" ;;
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; }; }
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
1323 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1324 if test -f $ac_dir/install-sh; then
1326 ac_install_sh="$ac_aux_dir/install-sh -c"
1328 elif test -f $ac_dir/install.sh; then
1330 ac_install_sh="$ac_aux_dir/install.sh -c"
1332 elif test -f $ac_dir/shtool; then
1334 ac_install_sh="$ac_aux_dir/shtool install -c"
1338 if test -z "$ac_aux_dir"; then
1339 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1340 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1341 { (exit 1); exit 1; }; }
1343 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1344 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1345 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1347 # Make sure we can run config.sub.
1348 $ac_config_sub sun4 >/dev/null 2>&1 ||
1349 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1350 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1351 { (exit 1); exit 1; }; }
1353 echo "$as_me:$LINENO: checking build system type" >&5
1354 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1355 if test "${ac_cv_build+set}" = set; then
1356 echo $ECHO_N "(cached) $ECHO_C" >&6
1358 ac_cv_build_alias=$build_alias
1359 test -z "$ac_cv_build_alias" &&
1360 ac_cv_build_alias=`$ac_config_guess`
1361 test -z "$ac_cv_build_alias" &&
1362 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1363 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1364 { (exit 1); exit 1; }; }
1365 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1366 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1367 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1368 { (exit 1); exit 1; }; }
1371 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1372 echo "${ECHO_T}$ac_cv_build" >&6
1374 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1375 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1376 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1379 echo "$as_me:$LINENO: checking host system type" >&5
1380 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1381 if test "${ac_cv_host+set}" = set; then
1382 echo $ECHO_N "(cached) $ECHO_C" >&6
1384 ac_cv_host_alias=$host_alias
1385 test -z "$ac_cv_host_alias" &&
1386 ac_cv_host_alias=$ac_cv_build_alias
1387 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1388 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1389 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1390 { (exit 1); exit 1; }; }
1393 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1394 echo "${ECHO_T}$ac_cv_host" >&6
1396 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1397 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1398 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1401 echo "$as_me:$LINENO: checking target system type" >&5
1402 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1403 if test "${ac_cv_target+set}" = set; then
1404 echo $ECHO_N "(cached) $ECHO_C" >&6
1406 ac_cv_target_alias=$target_alias
1407 test "x$ac_cv_target_alias" = "x" &&
1408 ac_cv_target_alias=$ac_cv_host_alias
1409 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1410 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1411 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1412 { (exit 1); exit 1; }; }
1415 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1416 echo "${ECHO_T}$ac_cv_target" >&6
1417 target=$ac_cv_target
1418 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1419 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1420 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1423 # The aliases save the names the user supplied, while $host etc.
1424 # will get canonicalized.
1425 test -n "$target_alias" &&
1426 test "$program_prefix$program_suffix$program_transform_name" = \
1428 program_prefix=${target_alias}-
1430 ac_cpp='$CPP $CPPFLAGS'
1431 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1432 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1433 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1434 if test -n "$ac_tool_prefix"; then
1435 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1436 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1437 echo "$as_me:$LINENO: checking for $ac_word" >&5
1438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1439 if test "${ac_cv_prog_CC+set}" = set; then
1440 echo $ECHO_N "(cached) $ECHO_C" >&6
1442 if test -n "$CC"; then
1443 ac_cv_prog_CC="$CC" # Let the user override the test.
1445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1449 test -z "$as_dir" && as_dir=.
1450 for ac_exec_ext in '' $ac_executable_extensions; do
1451 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1452 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1462 if test -n "$CC"; then
1463 echo "$as_me:$LINENO: result: $CC" >&5
1464 echo "${ECHO_T}$CC" >&6
1466 echo "$as_me:$LINENO: result: no" >&5
1467 echo "${ECHO_T}no" >&6
1471 if test -z "$ac_cv_prog_CC"; then
1473 # Extract the first word of "gcc", so it can be a program name with args.
1474 set dummy gcc; ac_word=$2
1475 echo "$as_me:$LINENO: checking for $ac_word" >&5
1476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1478 echo $ECHO_N "(cached) $ECHO_C" >&6
1480 if test -n "$ac_ct_CC"; then
1481 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1487 test -z "$as_dir" && as_dir=.
1488 for ac_exec_ext in '' $ac_executable_extensions; do
1489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490 ac_cv_prog_ac_ct_CC="gcc"
1491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1499 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1500 if test -n "$ac_ct_CC"; then
1501 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1502 echo "${ECHO_T}$ac_ct_CC" >&6
1504 echo "$as_me:$LINENO: result: no" >&5
1505 echo "${ECHO_T}no" >&6
1513 if test -z "$CC"; then
1514 if test -n "$ac_tool_prefix"; then
1515 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1516 set dummy ${ac_tool_prefix}cc; ac_word=$2
1517 echo "$as_me:$LINENO: checking for $ac_word" >&5
1518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1519 if test "${ac_cv_prog_CC+set}" = set; then
1520 echo $ECHO_N "(cached) $ECHO_C" >&6
1522 if test -n "$CC"; then
1523 ac_cv_prog_CC="$CC" # Let the user override the test.
1525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1529 test -z "$as_dir" && as_dir=.
1530 for ac_exec_ext in '' $ac_executable_extensions; do
1531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1532 ac_cv_prog_CC="${ac_tool_prefix}cc"
1533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1542 if test -n "$CC"; then
1543 echo "$as_me:$LINENO: result: $CC" >&5
1544 echo "${ECHO_T}$CC" >&6
1546 echo "$as_me:$LINENO: result: no" >&5
1547 echo "${ECHO_T}no" >&6
1551 if test -z "$ac_cv_prog_CC"; then
1553 # Extract the first word of "cc", so it can be a program name with args.
1554 set dummy cc; ac_word=$2
1555 echo "$as_me:$LINENO: checking for $ac_word" >&5
1556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1557 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1560 if test -n "$ac_ct_CC"; then
1561 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1567 test -z "$as_dir" && as_dir=.
1568 for ac_exec_ext in '' $ac_executable_extensions; do
1569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1570 ac_cv_prog_ac_ct_CC="cc"
1571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1580 if test -n "$ac_ct_CC"; then
1581 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1582 echo "${ECHO_T}$ac_ct_CC" >&6
1584 echo "$as_me:$LINENO: result: no" >&5
1585 echo "${ECHO_T}no" >&6
1594 if test -z "$CC"; then
1595 # Extract the first word of "cc", so it can be a program name with args.
1596 set dummy cc; ac_word=$2
1597 echo "$as_me:$LINENO: checking for $ac_word" >&5
1598 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1599 if test "${ac_cv_prog_CC+set}" = set; then
1600 echo $ECHO_N "(cached) $ECHO_C" >&6
1602 if test -n "$CC"; then
1603 ac_cv_prog_CC="$CC" # Let the user override the test.
1606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1610 test -z "$as_dir" && as_dir=.
1611 for ac_exec_ext in '' $ac_executable_extensions; do
1612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1613 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1614 ac_prog_rejected=yes
1618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1624 if test $ac_prog_rejected = yes; then
1625 # We found a bogon in the path, so make sure we never use it.
1626 set dummy $ac_cv_prog_CC
1628 if test $# != 0; then
1629 # We chose a different compiler from the bogus one.
1630 # However, it has the same basename, so the bogon will be chosen
1631 # first if we set CC to just the basename; use the full file name.
1633 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1639 if test -n "$CC"; then
1640 echo "$as_me:$LINENO: result: $CC" >&5
1641 echo "${ECHO_T}$CC" >&6
1643 echo "$as_me:$LINENO: result: no" >&5
1644 echo "${ECHO_T}no" >&6
1648 if test -z "$CC"; then
1649 if test -n "$ac_tool_prefix"; then
1652 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1653 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1654 echo "$as_me:$LINENO: checking for $ac_word" >&5
1655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1656 if test "${ac_cv_prog_CC+set}" = set; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
1659 if test -n "$CC"; then
1660 ac_cv_prog_CC="$CC" # Let the user override the test.
1662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1666 test -z "$as_dir" && as_dir=.
1667 for ac_exec_ext in '' $ac_executable_extensions; do
1668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1669 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1679 if test -n "$CC"; then
1680 echo "$as_me:$LINENO: result: $CC" >&5
1681 echo "${ECHO_T}$CC" >&6
1683 echo "$as_me:$LINENO: result: no" >&5
1684 echo "${ECHO_T}no" >&6
1687 test -n "$CC" && break
1690 if test -z "$CC"; then
1694 # Extract the first word of "$ac_prog", so it can be a program name with args.
1695 set dummy $ac_prog; ac_word=$2
1696 echo "$as_me:$LINENO: checking for $ac_word" >&5
1697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1698 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1699 echo $ECHO_N "(cached) $ECHO_C" >&6
1701 if test -n "$ac_ct_CC"; then
1702 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1708 test -z "$as_dir" && as_dir=.
1709 for ac_exec_ext in '' $ac_executable_extensions; do
1710 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1711 ac_cv_prog_ac_ct_CC="$ac_prog"
1712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1720 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1721 if test -n "$ac_ct_CC"; then
1722 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1723 echo "${ECHO_T}$ac_ct_CC" >&6
1725 echo "$as_me:$LINENO: result: no" >&5
1726 echo "${ECHO_T}no" >&6
1729 test -n "$ac_ct_CC" && break
1738 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1739 See \`config.log' for more details.
" >&5
1740 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1741 See \
`config.log' for more details." >&2;}
1742 { (exit 1); exit 1; }; }
1744 # Provide some information about the compiler.
1745 echo "$as_me:$LINENO:" \
1746 "checking for C compiler version" >&5
1747 ac_compiler=`set X
$ac_compile; echo $2`
1748 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1749 (eval $ac_compiler --version </dev/null >&5) 2>&5
1751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1752 (exit $ac_status); }
1753 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1754 (eval $ac_compiler -v </dev/null >&5) 2>&5
1756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757 (exit $ac_status); }
1758 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1759 (eval $ac_compiler -V </dev/null >&5) 2>&5
1761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1762 (exit $ac_status); }
1764 cat >conftest.$ac_ext <<_ACEOF
1767 cat confdefs.h >>conftest.$ac_ext
1768 cat >>conftest.$ac_ext <<_ACEOF
1769 /* end confdefs.h. */
1779 ac_clean_files_save=$ac_clean_files
1780 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1781 # Try to create an executable without -o first, disregard a.out.
1782 # It will help us diagnose broken compilers, and finding out an intuition
1784 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1785 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1786 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1787 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1788 (eval $ac_link_default) 2>&5
1790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791 (exit $ac_status); }; then
1792 # Find the output, starting from the most likely. This scheme is
1793 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1796 # Be careful to initialize this variable, since it used to be cached.
1797 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1799 # b.out is created by i960 compilers.
1800 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1802 test -f "$ac_file" || continue
1804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1807 # This is the source file.
1810 # We found the default executable, but exeext='' is most
1814 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1815 # FIXME: I believe we export ac_cv_exeext for Libtool,
1816 # but it would be cool to find out if it's true. Does anybody
1817 # maintain Libtool? --akim.
1825 echo "$as_me: failed program was:" >&5
1826 sed 's/^/| /' conftest.$ac_ext >&5
1828 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1829 See \`config.log
' for more details." >&5
1830 echo "$as_me: error: C compiler cannot create executables
1831 See \`config.log' for more details.
" >&2;}
1832 { (exit 77); exit 77; }; }
1835 ac_exeext=$ac_cv_exeext
1836 echo "$as_me:$LINENO: result
: $ac_file" >&5
1837 echo "${ECHO_T}$ac_file" >&6
1839 # Check the compiler produces executables we can run. If not, either
1840 # the compiler is broken, or we cross compile.
1841 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1842 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1843 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1844 # If not cross compiling, check that we can run a simple program.
1845 if test "$cross_compiling" != yes; then
1846 if { ac_try='./$ac_file'
1847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1850 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
1851 (exit $ac_status); }; }; then
1854 if test "$cross_compiling" = maybe; then
1857 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
1858 If you meant to cross compile
, use \
`--host'.
1859 See \`config.log
' for more details." >&5
1860 echo "$as_me: error: cannot run C compiled programs.
1861 If you meant to cross compile, use \`--host'.
1862 See \
`config.log' for more details." >&2;}
1863 { (exit 1); exit 1; }; }
1867 echo "$as_me:$LINENO: result: yes" >&5
1868 echo "${ECHO_T}yes" >&6
1870 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1871 ac_clean_files=$ac_clean_files_save
1872 # Check the compiler produces executables we can run. If not, either
1873 # the compiler is broken, or we cross compile.
1874 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1875 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1876 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1877 echo "${ECHO_T}$cross_compiling" >&6
1879 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1880 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1881 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1882 (eval $ac_link) 2>&5
1884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885 (exit $ac_status); }; then
1886 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
1887 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
1888 # work properly (i.e., refer to `conftest.exe'), while it won't with
1890 for ac_file
in conftest.exe conftest conftest.
*; do
1891 test -f "$ac_file" ||
continue
1893 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1894 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1901 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1902 See \`config.log' for more details." >&5
1903 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1904 See \`config.log' for more details." >&2;}
1905 { (exit 1); exit 1; }; }
1908 rm -f conftest
$ac_cv_exeext
1909 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1910 echo "${ECHO_T}$ac_cv_exeext" >&6
1912 rm -f conftest.
$ac_ext
1913 EXEEXT
=$ac_cv_exeext
1915 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1916 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1917 if test "${ac_cv_objext+set}" = set; then
1918 echo $ECHO_N "(cached) $ECHO_C" >&6
1920 cat >conftest.
$ac_ext <<_ACEOF
1923 cat confdefs.h
>>conftest.
$ac_ext
1924 cat >>conftest.
$ac_ext <<_ACEOF
1925 /* end confdefs.h. */
1935 rm -f conftest.o conftest.obj
1936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1937 (eval $ac_compile) 2>&5
1939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1940 (exit $ac_status); }; then
1941 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1943 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
1944 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
1949 echo "$as_me: failed program was:" >&5
1950 sed 's/^/| /' conftest.
$ac_ext >&5
1952 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1953 See \`config.log' for more details." >&5
1954 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1955 See \`config.log' for more details." >&2;}
1956 { (exit 1); exit 1; }; }
1959 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
1961 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1962 echo "${ECHO_T}$ac_cv_objext" >&6
1963 OBJEXT
=$ac_cv_objext
1965 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1966 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1967 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1968 echo $ECHO_N "(cached) $ECHO_C" >&6
1970 cat >conftest.
$ac_ext <<_ACEOF
1973 cat confdefs.h
>>conftest.
$ac_ext
1974 cat >>conftest.
$ac_ext <<_ACEOF
1975 /* end confdefs.h. */
1988 rm -f conftest.
$ac_objext
1989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1990 (eval $ac_compile) 2>conftest.er1
1992 grep -v '^ *+' conftest.er1
>conftest.err
1994 cat conftest.err
>&5
1995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1996 (exit $ac_status); } &&
1997 { ac_try
='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003 (exit $ac_status); }; } &&
2004 { ac_try
='test -s conftest.$ac_objext'
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2009 (exit $ac_status); }; }; then
2012 echo "$as_me: failed program was:" >&5
2013 sed 's/^/| /' conftest.
$ac_ext >&5
2017 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2018 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2021 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2022 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2023 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2024 ac_test_CFLAGS
=${CFLAGS+set}
2025 ac_save_CFLAGS
=$CFLAGS
2027 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2028 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2029 if test "${ac_cv_prog_cc_g+set}" = set; then
2030 echo $ECHO_N "(cached) $ECHO_C" >&6
2032 cat >conftest.
$ac_ext <<_ACEOF
2035 cat confdefs.h
>>conftest.
$ac_ext
2036 cat >>conftest.
$ac_ext <<_ACEOF
2037 /* end confdefs.h. */
2047 rm -f conftest.
$ac_objext
2048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2049 (eval $ac_compile) 2>conftest.er1
2051 grep -v '^ *+' conftest.er1
>conftest.err
2053 cat conftest.err
>&5
2054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055 (exit $ac_status); } &&
2056 { ac_try
='test -z "$ac_c_werror_flag"
2057 || test ! -s conftest.err'
2058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 (exit $ac_status); }; } &&
2063 { ac_try
='test -s conftest.$ac_objext'
2064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068 (exit $ac_status); }; }; then
2071 echo "$as_me: failed program was:" >&5
2072 sed 's/^/| /' conftest.
$ac_ext >&5
2076 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2078 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2079 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2080 if test "$ac_test_CFLAGS" = set; then
2081 CFLAGS
=$ac_save_CFLAGS
2082 elif test $ac_cv_prog_cc_g = yes; then
2083 if test "$GCC" = yes; then
2089 if test "$GCC" = yes; then
2095 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2096 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2097 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2100 ac_cv_prog_cc_stdc
=no
2102 cat >conftest.
$ac_ext <<_ACEOF
2105 cat confdefs.h
>>conftest.
$ac_ext
2106 cat >>conftest.
$ac_ext <<_ACEOF
2107 /* end confdefs.h. */
2110 #include <sys/types.h>
2111 #include <sys/stat.h>
2112 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2113 struct buf { int x; };
2114 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2115 static char *e (p, i)
2121 static char *f (char * (*g) (char **, int), char **p, ...)
2126 s = g (p, va_arg (v,int));
2131 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2132 function prototypes and stuff, but not '\xHH' hex character constants.
2133 These don't provoke an error unfortunately, instead are silently treated
2134 as 'x'. The following induces an error, until -std1 is added to get
2135 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2136 array size at least. It's necessary to write '\x00'==0 to get something
2137 that's true only with -std1. */
2138 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2140 int test (int i, double x);
2141 struct s1 {int (*f) (int a);};
2142 struct s2 {int (*f) (double a);};
2143 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2149 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2154 # Don't try gcc -ansi; that turns off useful extensions and
2155 # breaks some systems' header files.
2156 # AIX -qlanglvl=ansi
2157 # Ultrix and OSF/1 -std1
2158 # HP-UX 10.20 and later -Ae
2159 # HP-UX older versions -Aa -D_HPUX_SOURCE
2160 # SVR4 -Xc -D__EXTENSIONS__
2161 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2163 CC
="$ac_save_CC $ac_arg"
2164 rm -f conftest.
$ac_objext
2165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2166 (eval $ac_compile) 2>conftest.er1
2168 grep -v '^ *+' conftest.er1
>conftest.err
2170 cat conftest.err
>&5
2171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172 (exit $ac_status); } &&
2173 { ac_try
='test -z "$ac_c_werror_flag"
2174 || test ! -s conftest.err'
2175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2179 (exit $ac_status); }; } &&
2180 { ac_try
='test -s conftest.$ac_objext'
2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185 (exit $ac_status); }; }; then
2186 ac_cv_prog_cc_stdc
=$ac_arg
2189 echo "$as_me: failed program was:" >&5
2190 sed 's/^/| /' conftest.
$ac_ext >&5
2193 rm -f conftest.err conftest.
$ac_objext
2195 rm -f conftest.
$ac_ext conftest.
$ac_objext
2200 case "x$ac_cv_prog_cc_stdc" in
2202 echo "$as_me:$LINENO: result: none needed" >&5
2203 echo "${ECHO_T}none needed" >&6 ;;
2205 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2206 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2207 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2210 # Some people use a C++ compiler to compile C. Since we use `exit',
2211 # in C++ we need to declare it. In case someone uses the same compiler
2212 # for both compiling C and C++ we need to have the C++ compiler decide
2213 # the declaration of exit, since it's the most demanding environment.
2214 cat >conftest.
$ac_ext <<_ACEOF
2219 rm -f conftest.
$ac_objext
2220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2221 (eval $ac_compile) 2>conftest.er1
2223 grep -v '^ *+' conftest.er1
>conftest.err
2225 cat conftest.err
>&5
2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227 (exit $ac_status); } &&
2228 { ac_try
='test -z "$ac_c_werror_flag"
2229 || test ! -s conftest.err'
2230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); }; } &&
2235 { ac_try
='test -s conftest.$ac_objext'
2236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); }; }; then
2241 for ac_declaration
in \
2243 'extern "C" void std::exit (int) throw (); using std::exit;' \
2244 'extern "C" void std::exit (int); using std::exit;' \
2245 'extern "C" void exit (int) throw ();' \
2246 'extern "C" void exit (int);' \
2249 cat >conftest.
$ac_ext <<_ACEOF
2252 cat confdefs.h
>>conftest.
$ac_ext
2253 cat >>conftest.
$ac_ext <<_ACEOF
2254 /* end confdefs.h. */
2265 rm -f conftest.
$ac_objext
2266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2267 (eval $ac_compile) 2>conftest.er1
2269 grep -v '^ *+' conftest.er1
>conftest.err
2271 cat conftest.err
>&5
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); } &&
2274 { ac_try
='test -z "$ac_c_werror_flag"
2275 || test ! -s conftest.err'
2276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280 (exit $ac_status); }; } &&
2281 { ac_try
='test -s conftest.$ac_objext'
2282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286 (exit $ac_status); }; }; then
2289 echo "$as_me: failed program was:" >&5
2290 sed 's/^/| /' conftest.
$ac_ext >&5
2294 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2295 cat >conftest.
$ac_ext <<_ACEOF
2298 cat confdefs.h
>>conftest.
$ac_ext
2299 cat >>conftest.
$ac_ext <<_ACEOF
2300 /* end confdefs.h. */
2310 rm -f conftest.
$ac_objext
2311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2312 (eval $ac_compile) 2>conftest.er1
2314 grep -v '^ *+' conftest.er1
>conftest.err
2316 cat conftest.err
>&5
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } &&
2319 { ac_try
='test -z "$ac_c_werror_flag"
2320 || test ! -s conftest.err'
2321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); }; } &&
2326 { ac_try
='test -s conftest.$ac_objext'
2327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2331 (exit $ac_status); }; }; then
2334 echo "$as_me: failed program was:" >&5
2335 sed 's/^/| /' conftest.
$ac_ext >&5
2338 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2341 if test -n "$ac_declaration"; then
2342 echo '#ifdef __cplusplus' >>confdefs.h
2343 echo $ac_declaration >>confdefs.h
2344 echo '#endif' >>confdefs.h
2348 echo "$as_me: failed program was:" >&5
2349 sed 's/^/| /' conftest.
$ac_ext >&5
2352 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2354 ac_cpp
='$CPP $CPPFLAGS'
2355 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2360 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2361 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2362 if test "${ac_cv_search_strerror+set}" = set; then
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2365 ac_func_search_save_LIBS
=$LIBS
2366 ac_cv_search_strerror
=no
2367 cat >conftest.
$ac_ext <<_ACEOF
2370 cat confdefs.h
>>conftest.
$ac_ext
2371 cat >>conftest.
$ac_ext <<_ACEOF
2372 /* end confdefs.h. */
2374 /* Override any gcc2 internal prototype to avoid an error. */
2378 /* We use char because int might match the return type of a gcc2
2379 builtin and then its argument prototype would still apply. */
2389 rm -f conftest.
$ac_objext conftest
$ac_exeext
2390 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2391 (eval $ac_link) 2>conftest.er1
2393 grep -v '^ *+' conftest.er1
>conftest.err
2395 cat conftest.err
>&5
2396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397 (exit $ac_status); } &&
2398 { ac_try
='test -z "$ac_c_werror_flag"
2399 || test ! -s conftest.err'
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; } &&
2405 { ac_try
='test -s conftest$ac_exeext'
2406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; }; then
2411 ac_cv_search_strerror
="none required"
2413 echo "$as_me: failed program was:" >&5
2414 sed 's/^/| /' conftest.
$ac_ext >&5
2417 rm -f conftest.err conftest.
$ac_objext \
2418 conftest
$ac_exeext conftest.
$ac_ext
2419 if test "$ac_cv_search_strerror" = no
; then
2420 for ac_lib
in cposix
; do
2421 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2422 cat >conftest.
$ac_ext <<_ACEOF
2425 cat confdefs.h
>>conftest.
$ac_ext
2426 cat >>conftest.
$ac_ext <<_ACEOF
2427 /* end confdefs.h. */
2429 /* Override any gcc2 internal prototype to avoid an error. */
2433 /* We use char because int might match the return type of a gcc2
2434 builtin and then its argument prototype would still apply. */
2444 rm -f conftest.
$ac_objext conftest
$ac_exeext
2445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2446 (eval $ac_link) 2>conftest.er1
2448 grep -v '^ *+' conftest.er1
>conftest.err
2450 cat conftest.err
>&5
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
2453 { ac_try
='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try
='test -s conftest$ac_exeext'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2466 ac_cv_search_strerror
="-l$ac_lib"
2469 echo "$as_me: failed program was:" >&5
2470 sed 's/^/| /' conftest.
$ac_ext >&5
2473 rm -f conftest.err conftest.
$ac_objext \
2474 conftest
$ac_exeext conftest.
$ac_ext
2477 LIBS
=$ac_func_search_save_LIBS
2479 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2480 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2481 if test "$ac_cv_search_strerror" != no
; then
2482 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2487 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2488 am__api_version
="1.9"
2489 # Find a good install program. We prefer a C program (faster),
2490 # so one script is as good as another. But avoid the broken or
2491 # incompatible versions:
2492 # SysV /etc/install, /usr/sbin/install
2493 # SunOS /usr/etc/install
2494 # IRIX /sbin/install
2496 # AmigaOS /C/install, which installs bootblocks on floppy discs
2497 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2498 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2499 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2500 # OS/2's system install, which has a completely different semantic
2501 # ./install, which can be erroneously created by make from ./install.sh.
2502 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2503 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2504 if test -z "$INSTALL"; then
2505 if test "${ac_cv_path_install+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2512 test -z "$as_dir" && as_dir
=.
2513 # Account for people who put trailing slashes in PATH elements.
2515 .
/ | .
// |
/cC
/* | \
2516 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2517 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2523 for ac_prog
in ginstall scoinst
install; do
2524 for ac_exec_ext
in '' $ac_executable_extensions; do
2525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2526 if test $ac_prog = install &&
2527 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2528 # AIX install. It has an incompatible calling convention.
2530 elif test $ac_prog = install &&
2531 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2535 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2547 if test "${ac_cv_path_install+set}" = set; then
2548 INSTALL
=$ac_cv_path_install
2550 # As a last resort, use the slow shell script. We don't cache a
2551 # path for INSTALL within a source directory, because that will
2552 # break other packages using the cache if that directory is
2553 # removed, or if the path is relative.
2554 INSTALL
=$ac_install_sh
2557 echo "$as_me:$LINENO: result: $INSTALL" >&5
2558 echo "${ECHO_T}$INSTALL" >&6
2560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2561 # It thinks the first close brace ends the variable substitution.
2562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2566 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2568 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2569 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2572 echo timestamp
> conftest.
file
2573 # Do `set' in a subshell so we don't clobber the current shell's
2574 # arguments. Must try -L first in case configure is actually a
2575 # symlink; some systems play weird games with the mod time of symlinks
2576 # (eg FreeBSD returns the mod time of the symlink's containing
2579 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2580 if test "$*" = "X"; then
2582 set X
`ls -t $srcdir/configure conftest.file`
2585 if test "$*" != "X $srcdir/configure conftest.file" \
2586 && test "$*" != "X conftest.file $srcdir/configure"; then
2588 # If neither matched, then we have a broken ls. This can happen
2589 # if, for instance, CONFIG_SHELL is bash and it inherits a
2590 # broken ls alias from the environment. This has actually
2591 # happened. Such a system could not be considered "sane".
2592 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2593 alias in your environment" >&5
2594 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2595 alias in your environment" >&2;}
2596 { (exit 1); exit 1; }; }
2599 test "$2" = conftest.
file
2605 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2606 Check your system clock" >&5
2607 echo "$as_me: error: newly created file is older than distributed files!
2608 Check your system clock" >&2;}
2609 { (exit 1); exit 1; }; }
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2613 test "$program_prefix" != NONE
&&
2614 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2615 # Use a double $ so make ignores it.
2616 test "$program_suffix" != NONE
&&
2617 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2618 # Double any \ or $. echo might interpret backslashes.
2619 # By default was `s,x,x', remove it if useless.
2620 cat <<\_ACEOF
>conftest.
sed
2621 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2623 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2626 # expand $ac_aux_dir to an absolute path
2627 am_aux_dir
=`cd $ac_aux_dir && pwd`
2629 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2630 # Use eval to expand $SHELL
2631 if eval "$MISSING --run true"; then
2632 am_missing_run
="$MISSING --run "
2635 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2636 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2639 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2640 # We used to keeping the `.' as first argument, in order to
2641 # allow $(mkdir_p) to be used without argument. As in
2642 # $(mkdir_p) $(somedir)
2643 # where $(somedir) is conditionally defined. However this is wrong
2645 # 1. if the package is installed by a user who cannot write `.'
2646 # make install will fail,
2647 # 2. the above comment should most certainly read
2648 # $(mkdir_p) $(DESTDIR)$(somedir)
2649 # so it does not work when $(somedir) is undefined and
2650 # $(DESTDIR) is not.
2651 # To support the latter case, we have to write
2652 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2653 # so the `.' trick is pointless.
2654 mkdir_p
='mkdir -p --'
2656 # On NextStep and OpenStep, the `mkdir' command does not
2657 # recognize any option. It will interpret all options as
2658 # directories to create, and then abort because `.' already
2660 for d
in .
/-p .
/--version;
2662 test -d $d && rmdir $d
2664 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2665 if test -f "$ac_aux_dir/mkinstalldirs"; then
2666 mkdir_p
='$(mkinstalldirs)'
2668 mkdir_p
='$(install_sh) -d'
2672 for ac_prog
in gawk mawk nawk
awk
2674 # Extract the first word of "$ac_prog", so it can be a program name with args.
2675 set dummy
$ac_prog; ac_word
=$2
2676 echo "$as_me:$LINENO: checking for $ac_word" >&5
2677 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2678 if test "${ac_cv_prog_AWK+set}" = set; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2681 if test -n "$AWK"; then
2682 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2688 test -z "$as_dir" && as_dir
=.
2689 for ac_exec_ext
in '' $ac_executable_extensions; do
2690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2691 ac_cv_prog_AWK
="$ac_prog"
2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2701 if test -n "$AWK"; then
2702 echo "$as_me:$LINENO: result: $AWK" >&5
2703 echo "${ECHO_T}$AWK" >&6
2705 echo "$as_me:$LINENO: result: no" >&5
2706 echo "${ECHO_T}no" >&6
2709 test -n "$AWK" && break
2712 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2713 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2714 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2715 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2716 echo $ECHO_N "(cached) $ECHO_C" >&6
2718 cat >conftest.
make <<\_ACEOF
2720 @
echo 'ac_maketemp="$(MAKE)"'
2722 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2723 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2724 if test -n "$ac_maketemp"; then
2725 eval ac_cv_prog_make_
${ac_make}_set
=yes
2727 eval ac_cv_prog_make_
${ac_make}_set
=no
2731 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2732 echo "$as_me:$LINENO: result: yes" >&5
2733 echo "${ECHO_T}yes" >&6
2736 echo "$as_me:$LINENO: result: no" >&5
2737 echo "${ECHO_T}no" >&6
2738 SET_MAKE
="MAKE=${MAKE-make}"
2741 rm -rf .tst
2>/dev
/null
2742 mkdir .tst
2>/dev
/null
2743 if test -d .tst
; then
2748 rmdir .tst
2>/dev
/null
2750 DEPDIR
="${am__leading_dot}deps"
2752 ac_config_commands
="$ac_config_commands depfiles"
2755 am_make
=${MAKE-make}
2756 cat > confinc
<< 'END'
2761 # If we don't find an include directive, just comment out the code.
2762 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2763 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2767 # First try GNU make style include.
2768 echo "include confinc" > confmf
2769 # We grep out `Entering directory' and `Leaving directory'
2770 # messages which can occur if `w' ends up in MAKEFLAGS.
2771 # In particular we don't look at `^make:' because GNU make might
2772 # be invoked under some other name (usually "gmake"), in which
2773 # case it prints its new name instead of `make'.
2774 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2779 # Now try BSD make style include.
2780 if test "$am__include" = "#"; then
2781 echo '.include "confinc"' > confmf
2782 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2783 am__include
=.include
2790 echo "$as_me:$LINENO: result: $_am_result" >&5
2791 echo "${ECHO_T}$_am_result" >&6
2792 rm -f confinc confmf
2794 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2795 if test "${enable_dependency_tracking+set}" = set; then
2796 enableval
="$enable_dependency_tracking"
2799 if test "x$enable_dependency_tracking" != xno
; then
2800 am_depcomp
="$ac_aux_dir/depcomp"
2805 if test "x$enable_dependency_tracking" != xno; then
2815 # test to see if srcdir already configured
2816 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2817 test -f $srcdir/config.status
; then
2818 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2819 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2820 { (exit 1); exit 1; }; }
2823 # test whether we have cygpath
2824 if test -z "$CYGPATH_W"; then
2825 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2826 CYGPATH_W
='cygpath -w'
2833 # Define the identity of the package.
2835 VERSION
=${BFD_VERSION}
2838 cat >>confdefs.h
<<_ACEOF
2839 #define PACKAGE "$PACKAGE"
2843 cat >>confdefs.h
<<_ACEOF
2844 #define VERSION "$VERSION"
2847 # Some tools Automake needs.
2849 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2852 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2855 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2858 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2861 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2863 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
2865 # Installed binaries are usually stripped using `strip' when the user
2866 # run `make install-strip'. However `strip' might not be the right
2867 # tool to use in cross-compilation environments, therefore Automake
2868 # will honor the `STRIP' environment variable to overrule this program.
2869 if test "$cross_compiling" != no
; then
2870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2872 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2873 echo "$as_me:$LINENO: checking for $ac_word" >&5
2874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2875 if test "${ac_cv_prog_STRIP+set}" = set; then
2876 echo $ECHO_N "(cached) $ECHO_C" >&6
2878 if test -n "$STRIP"; then
2879 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2881 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2885 test -z "$as_dir" && as_dir
=.
2886 for ac_exec_ext
in '' $ac_executable_extensions; do
2887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2888 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2897 STRIP
=$ac_cv_prog_STRIP
2898 if test -n "$STRIP"; then
2899 echo "$as_me:$LINENO: result: $STRIP" >&5
2900 echo "${ECHO_T}$STRIP" >&6
2902 echo "$as_me:$LINENO: result: no" >&5
2903 echo "${ECHO_T}no" >&6
2907 if test -z "$ac_cv_prog_STRIP"; then
2909 # Extract the first word of "strip", so it can be a program name with args.
2910 set dummy strip
; ac_word
=$2
2911 echo "$as_me:$LINENO: checking for $ac_word" >&5
2912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
2916 if test -n "$ac_ct_STRIP"; then
2917 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2923 test -z "$as_dir" && as_dir
=.
2924 for ac_exec_ext
in '' $ac_executable_extensions; do
2925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2926 ac_cv_prog_ac_ct_STRIP
="strip"
2927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
2936 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2937 if test -n "$ac_ct_STRIP"; then
2938 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2939 echo "${ECHO_T}$ac_ct_STRIP" >&6
2941 echo "$as_me:$LINENO: result: no" >&5
2942 echo "${ECHO_T}no" >&6
2947 STRIP
="$ac_cv_prog_STRIP"
2951 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
2953 # We need awk for the "check" target. The system "awk" is bad on
2955 # Always define AMTAR for backward compatibility.
2957 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2959 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2964 depcc
="$CC" am_compiler_list
=
2966 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2967 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2968 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2969 echo $ECHO_N "(cached) $ECHO_C" >&6
2971 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2972 # We make a subdir and do the tests there. Otherwise we can end up
2973 # making bogus files that we don't know about and never remove. For
2974 # instance it was reported that on HP-UX the gcc test will end up
2975 # making a dummy file named `D' -- because `-MD' means `put the output
2978 # Copy depcomp to subdir because otherwise we won't find it if we're
2979 # using a relative directory.
2980 cp "$am_depcomp" conftest.dir
2982 # We will build objects and dependencies in a subdirectory because
2983 # it helps to detect inapplicable dependency modes. For instance
2984 # both Tru64's cc and ICC support -MD to output dependencies as a
2985 # side effect of compilation, but ICC will put the dependencies in
2986 # the current directory while Tru64 will put them in the object
2990 am_cv_CC_dependencies_compiler_type
=none
2991 if test "$am_compiler_list" = ""; then
2992 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2994 for depmode
in $am_compiler_list; do
2995 # Setup a source with many dependencies, because some compilers
2996 # like to wrap large dependency lists on column 80 (with \), and
2997 # we should not choose a depcomp mode which is confused by this.
2999 # We need to recreate these files for each test, as the compiler may
3000 # overwrite some of them when testing with obscure command lines.
3001 # This happens at least with the AIX C compiler.
3003 for i
in 1 2 3 4 5 6; do
3004 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3005 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3006 # Solaris 8's {/usr,}/bin/sh.
3007 touch sub
/conftst
$i.h
3009 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3013 # after this tag, mechanisms are not by side-effect, so they'll
3014 # only be used when explicitly requested
3015 if test "x$enable_dependency_tracking" = xyes
; then
3023 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3024 # mode. It turns out that the SunPro C++ compiler does not properly
3025 # handle `-M -o', and we need to detect this.
3026 if depmode
=$depmode \
3027 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3028 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3029 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3030 >/dev
/null
2>conftest.err
&&
3031 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3032 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3033 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3034 # icc doesn't choke on unknown options, it will just issue warnings
3035 # or remarks (even with -Werror). So we grep stderr for any message
3036 # that says an option was ignored or not supported.
3037 # When given -MP, icc 7.0 and 7.1 complain thusly:
3038 # icc: Command line warning: ignoring option '-M'; no argument required
3039 # The diagnosis changed in icc 8.0:
3040 # icc: Command line remark: option '-MP' not supported
3041 if (grep 'ignoring option' conftest.err ||
3042 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3043 am_cv_CC_dependencies_compiler_type
=$depmode
3052 am_cv_CC_dependencies_compiler_type
=none
3056 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3057 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3058 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3063 test "x$enable_dependency_tracking" != xno \
3064 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3066 am__fastdepCC_FALSE
='#'
3068 am__fastdepCC_TRUE
='#'
3069 am__fastdepCC_FALSE
=
3075 # Check whether --enable-shared or --disable-shared was given.
3076 if test "${enable_shared+set}" = set; then
3077 enableval
="$enable_shared"
3078 p
=${PACKAGE-default}
3080 yes) enable_shared
=yes ;;
3081 no
) enable_shared
=no
;;
3084 # Look at the argument we got. We use all the common list separators.
3085 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3086 for pkg
in $enableval; do
3087 if test "X$pkg" = "X$p"; then
3097 # Check whether --enable-static or --disable-static was given.
3098 if test "${enable_static+set}" = set; then
3099 enableval
="$enable_static"
3100 p
=${PACKAGE-default}
3102 yes) enable_static
=yes ;;
3103 no
) enable_static
=no
;;
3106 # Look at the argument we got. We use all the common list separators.
3107 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3108 for pkg
in $enableval; do
3109 if test "X$pkg" = "X$p"; then
3119 # Check whether --enable-fast-install or --disable-fast-install was given.
3120 if test "${enable_fast_install+set}" = set; then
3121 enableval
="$enable_fast_install"
3122 p
=${PACKAGE-default}
3124 yes) enable_fast_install
=yes ;;
3125 no
) enable_fast_install
=no
;;
3127 enable_fast_install
=no
3128 # Look at the argument we got. We use all the common list separators.
3129 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3130 for pkg
in $enableval; do
3131 if test "X$pkg" = "X$p"; then
3132 enable_fast_install
=yes
3139 enable_fast_install
=yes
3142 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3143 if test "${with_gnu_ld+set}" = set; then
3144 withval
="$with_gnu_ld"
3145 test "$withval" = no || with_gnu_ld
=yes
3150 if test "$GCC" = yes; then
3151 # Check if gcc -print-prog-name=ld gives a path.
3152 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3153 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3156 # gcc leaves a trailing carriage return which upsets mingw
3157 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3159 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3162 # Accept absolute paths.
3163 [\\/]* |
[A-Za-z
]:[\\/]*)
3164 re_direlt
='/[^/][^/]*/\.\./'
3165 # Canonicalize the path of ld
3166 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3167 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3168 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3170 test -z "$LD" && LD
="$ac_prog"
3173 # If it fails, then pretend we aren't using GCC.
3177 # If it is relative, then search for the first ld in PATH.
3181 elif test "$with_gnu_ld" = yes; then
3182 echo "$as_me:$LINENO: checking for GNU ld" >&5
3183 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3185 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3186 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3188 if test "${lt_cv_path_LD+set}" = set; then
3189 echo $ECHO_N "(cached) $ECHO_C" >&6
3191 if test -z "$LD"; then
3192 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3193 for ac_dir
in $PATH; do
3194 test -z "$ac_dir" && ac_dir
=.
3195 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3196 lt_cv_path_LD
="$ac_dir/$ac_prog"
3197 # Check to see if the program is GNU ld. I'd rather use --version,
3198 # but apparently some GNU ld's only accept -v.
3199 # Break only if it was the GNU/non-GNU ld that we prefer.
3200 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3201 test "$with_gnu_ld" != no
&& break
3203 test "$with_gnu_ld" != yes && break
3209 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3214 if test -n "$LD"; then
3215 echo "$as_me:$LINENO: result: $LD" >&5
3216 echo "${ECHO_T}$LD" >&6
3218 echo "$as_me:$LINENO: result: no" >&5
3219 echo "${ECHO_T}no" >&6
3221 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3222 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3223 { (exit 1); exit 1; }; }
3224 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3225 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3226 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
3229 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3230 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3231 lt_cv_prog_gnu_ld
=yes
3233 lt_cv_prog_gnu_ld
=no
3236 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3237 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3238 with_gnu_ld
=$lt_cv_prog_gnu_ld
3241 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3242 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3243 if test "${lt_cv_ld_reload_flag+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
3246 lt_cv_ld_reload_flag
='-r'
3248 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3249 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3250 reload_flag
=$lt_cv_ld_reload_flag
3251 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3253 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3254 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3255 if test "${lt_cv_path_NM+set}" = set; then
3256 echo $ECHO_N "(cached) $ECHO_C" >&6
3258 if test -n "$NM"; then
3259 # Let the user override the test.
3262 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3263 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3264 test -z "$ac_dir" && ac_dir
=.
3265 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3266 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3267 # Check to see if the nm accepts a BSD-compat flag.
3268 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3269 # nm: unknown option "B" ignored
3270 # Tru64's nm complains that /dev/null is an invalid object file
3271 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3272 lt_cv_path_NM
="$tmp_nm -B"
3274 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3275 lt_cv_path_NM
="$tmp_nm -p"
3278 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3279 continue # so that we can try to find one that supports BSD flags
3284 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3289 echo "$as_me:$LINENO: result: $NM" >&5
3290 echo "${ECHO_T}$NM" >&6
3292 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3293 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3295 if test "$LN_S" = "ln -s"; then
3296 echo "$as_me:$LINENO: result: yes" >&5
3297 echo "${ECHO_T}yes" >&6
3299 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3300 echo "${ECHO_T}no, using $LN_S" >&6
3303 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3304 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3305 if test "${lt_cv_deplibs_check_method+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
3308 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3309 lt_cv_file_magic_test_file
=
3310 lt_cv_deplibs_check_method
='unknown'
3311 # Need to set the preceding variable on all platforms that support
3312 # interlibrary dependencies.
3313 # 'none' -- dependencies not supported.
3314 # `unknown' -- same as none, but documents that we really don't know.
3315 # 'pass_all' -- all dependencies passed with no checks.
3316 # 'test_compile' -- check by making test program.
3317 # 'file_magic [regex]' -- check by looking for files in library path
3318 # which responds to the $file_magic_cmd with a given egrep regex.
3319 # If you have `file' or equivalent on your system and you're not sure
3320 # whether `pass_all' will *always* work, you probably want this one.
3324 lt_cv_deplibs_check_method
=pass_all
3328 lt_cv_deplibs_check_method
=pass_all
3332 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3333 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3334 lt_cv_file_magic_test_file
=/shlib
/libc.so
3337 cygwin
* | mingw
* |pw32
*)
3338 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3339 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3342 darwin
* | rhapsody
*)
3343 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3344 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3346 rhapsody
* | darwin1.012
)
3347 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3350 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3355 freebsd
* | kfreebsd
*-gnu)
3356 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3359 # Not sure whether the presence of OpenBSD here was a mistake.
3360 # Let's accept both of them until this is cleared up.
3361 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3362 lt_cv_file_magic_cmd
=/usr
/bin
/file
3363 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3367 lt_cv_deplibs_check_method
=pass_all
3372 lt_cv_deplibs_check_method
=pass_all
3378 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3379 lt_cv_file_magic_cmd
=/usr
/bin
/file
3380 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3383 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3384 lt_cv_file_magic_cmd
=/usr
/bin
/file
3385 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3393 # this will be overridden with pass_all, but let us keep it just in case
3394 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3398 *-32|
*"-32 ") libmagic
=32-bit;;
3399 *-n32|
*"-n32 ") libmagic
=N32
;;
3400 *-64|
*"-64 ") libmagic
=64-bit;;
3401 *) libmagic
=never-match
;;
3403 # this will be overridden with pass_all, but let us keep it just in case
3404 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3407 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3408 lt_cv_deplibs_check_method
=pass_all
3411 # This must be Linux ELF.
3414 alpha
* | mips
* | hppa
* | i
*86 | powerpc
* | sparc
* | ia64
* )
3415 lt_cv_deplibs_check_method
=pass_all
;;
3417 # glibc up to 2.1.1 does not perform some relocations on ARM
3418 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3420 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
3423 netbsd
* | knetbsd
*-gnu)
3424 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3425 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3427 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3432 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3433 lt_cv_file_magic_cmd
=/usr
/bin
/file
3434 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3437 osf3
* | osf4
* | osf5
*)
3438 # this will be overridden with pass_all, but let us keep it just in case
3439 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3440 lt_cv_file_magic_test_file
=/shlib
/libc.so
3441 lt_cv_deplibs_check_method
=pass_all
3445 lt_cv_deplibs_check_method
=pass_all
3449 lt_cv_deplibs_check_method
=pass_all
3450 lt_cv_file_magic_test_file
=/lib
/libc.so
3453 sysv5uw
[78]* | sysv4
*uw2
*)
3454 lt_cv_deplibs_check_method
=pass_all
3457 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3458 case $host_vendor in
3460 lt_cv_deplibs_check_method
=pass_all
3463 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3464 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3471 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3472 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3473 file_magic_cmd
=$lt_cv_file_magic_cmd
3474 deplibs_check_method
=$lt_cv_deplibs_check_method
3479 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3481 # Only perform the check for file, if the check method requires it
3482 case $deplibs_check_method in
3484 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3485 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3486 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3487 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
3492 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3495 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3498 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3499 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3500 ac_dummy
="/usr/bin:$PATH"
3501 for ac_dir
in $ac_dummy; do
3502 test -z "$ac_dir" && ac_dir
=.
3503 if test -f $ac_dir/${ac_tool_prefix}file; then
3504 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3505 if test -n "$file_magic_test_file"; then
3506 case $deplibs_check_method in
3508 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3509 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3510 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3511 egrep "$file_magic_regex" > /dev
/null
; then
3516 *** Warning: the command libtool uses to detect shared libraries,
3517 *** $file_magic_cmd, produces output that libtool cannot recognize.
3518 *** The result is that libtool may fail to recognize shared libraries
3519 *** as such. This will affect the creation of libtool libraries that
3520 *** depend on shared libraries, but programs linked with such libtool
3521 *** libraries will work regardless of this problem. Nevertheless, you
3522 *** may want to report the problem to your system manager and/or to
3523 *** bug-libtool@gnu.org
3533 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3538 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3539 if test -n "$MAGIC_CMD"; then
3540 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3541 echo "${ECHO_T}$MAGIC_CMD" >&6
3543 echo "$as_me:$LINENO: result: no" >&5
3544 echo "${ECHO_T}no" >&6
3547 if test -z "$lt_cv_path_MAGIC_CMD"; then
3548 if test -n "$ac_tool_prefix"; then
3549 echo "$as_me:$LINENO: checking for file" >&5
3550 echo $ECHO_N "checking for file... $ECHO_C" >&6
3551 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3552 echo $ECHO_N "(cached) $ECHO_C" >&6
3556 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3559 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3562 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3563 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3564 ac_dummy
="/usr/bin:$PATH"
3565 for ac_dir
in $ac_dummy; do
3566 test -z "$ac_dir" && ac_dir
=.
3567 if test -f $ac_dir/file; then
3568 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3569 if test -n "$file_magic_test_file"; then
3570 case $deplibs_check_method in
3572 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3573 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3574 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3575 egrep "$file_magic_regex" > /dev
/null
; then
3580 *** Warning: the command libtool uses to detect shared libraries,
3581 *** $file_magic_cmd, produces output that libtool cannot recognize.
3582 *** The result is that libtool may fail to recognize shared libraries
3583 *** as such. This will affect the creation of libtool libraries that
3584 *** depend on shared libraries, but programs linked with such libtool
3585 *** libraries will work regardless of this problem. Nevertheless, you
3586 *** may want to report the problem to your system manager and/or to
3587 *** bug-libtool@gnu.org
3597 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3602 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3603 if test -n "$MAGIC_CMD"; then
3604 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3605 echo "${ECHO_T}$MAGIC_CMD" >&6
3607 echo "$as_me:$LINENO: result: no" >&5
3608 echo "${ECHO_T}no" >&6
3620 if test -n "$ac_tool_prefix"; then
3621 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3622 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3623 echo "$as_me:$LINENO: checking for $ac_word" >&5
3624 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3625 if test "${ac_cv_prog_RANLIB+set}" = set; then
3626 echo $ECHO_N "(cached) $ECHO_C" >&6
3628 if test -n "$RANLIB"; then
3629 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3635 test -z "$as_dir" && as_dir
=.
3636 for ac_exec_ext
in '' $ac_executable_extensions; do
3637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3638 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3647 RANLIB
=$ac_cv_prog_RANLIB
3648 if test -n "$RANLIB"; then
3649 echo "$as_me:$LINENO: result: $RANLIB" >&5
3650 echo "${ECHO_T}$RANLIB" >&6
3652 echo "$as_me:$LINENO: result: no" >&5
3653 echo "${ECHO_T}no" >&6
3657 if test -z "$ac_cv_prog_RANLIB"; then
3658 ac_ct_RANLIB
=$RANLIB
3659 # Extract the first word of "ranlib", so it can be a program name with args.
3660 set dummy ranlib
; ac_word
=$2
3661 echo "$as_me:$LINENO: checking for $ac_word" >&5
3662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3663 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3664 echo $ECHO_N "(cached) $ECHO_C" >&6
3666 if test -n "$ac_ct_RANLIB"; then
3667 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3669 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3673 test -z "$as_dir" && as_dir
=.
3674 for ac_exec_ext
in '' $ac_executable_extensions; do
3675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3676 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3683 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3686 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3687 if test -n "$ac_ct_RANLIB"; then
3688 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3689 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3691 echo "$as_me:$LINENO: result: no" >&5
3692 echo "${ECHO_T}no" >&6
3695 RANLIB
=$ac_ct_RANLIB
3697 RANLIB
="$ac_cv_prog_RANLIB"
3700 if test -n "$ac_tool_prefix"; then
3701 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3702 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3703 echo "$as_me:$LINENO: checking for $ac_word" >&5
3704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3705 if test "${ac_cv_prog_STRIP+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
3708 if test -n "$STRIP"; then
3709 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3715 test -z "$as_dir" && as_dir
=.
3716 for ac_exec_ext
in '' $ac_executable_extensions; do
3717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3727 STRIP
=$ac_cv_prog_STRIP
3728 if test -n "$STRIP"; then
3729 echo "$as_me:$LINENO: result: $STRIP" >&5
3730 echo "${ECHO_T}$STRIP" >&6
3732 echo "$as_me:$LINENO: result: no" >&5
3733 echo "${ECHO_T}no" >&6
3737 if test -z "$ac_cv_prog_STRIP"; then
3739 # Extract the first word of "strip", so it can be a program name with args.
3740 set dummy strip
; ac_word
=$2
3741 echo "$as_me:$LINENO: checking for $ac_word" >&5
3742 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3743 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3744 echo $ECHO_N "(cached) $ECHO_C" >&6
3746 if test -n "$ac_ct_STRIP"; then
3747 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3753 test -z "$as_dir" && as_dir
=.
3754 for ac_exec_ext
in '' $ac_executable_extensions; do
3755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_STRIP
="strip"
3757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3763 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3766 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3767 if test -n "$ac_ct_STRIP"; then
3768 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3769 echo "${ECHO_T}$ac_ct_STRIP" >&6
3771 echo "$as_me:$LINENO: result: no" >&5
3772 echo "${ECHO_T}no" >&6
3777 STRIP
="$ac_cv_prog_STRIP"
3781 # Check for any special flags to pass to ltconfig.
3782 libtool_flags
="--cache-file=$cache_file"
3783 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3784 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3785 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3786 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3787 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3790 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3791 if test "${enable_libtool_lock+set}" = set; then
3792 enableval
="$enable_libtool_lock"
3795 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3796 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3799 # Check whether --with-pic or --without-pic was given.
3800 if test "${with_pic+set}" = set; then
3806 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3807 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3809 # Some flags need to be propagated to the compiler or linker for good
3813 # Find out which ABI we are using.
3814 echo '#line 3814 "configure"' > conftest.
$ac_ext
3815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3816 (eval $ac_compile) 2>&5
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); }; then
3820 if test "$lt_cv_prog_gnu_ld" = yes; then
3821 case `/usr/bin/file conftest.$ac_objext` in
3823 LD
="${LD-ld} -melf32bsmip"
3826 LD
="${LD-ld} -melf32bmipn32"
3829 LD
="${LD-ld} -melf64bmip"
3833 case `/usr/bin/file conftest.$ac_objext` in
3850 # Find out which ABI we are using.
3851 echo 'int i;' > conftest.
$ac_ext
3852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3853 (eval $ac_compile) 2>&5
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; then
3857 case "`/usr/bin/file conftest.o`" in
3870 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3871 SAVE_CFLAGS
="$CFLAGS"
3872 CFLAGS
="$CFLAGS -belf"
3873 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3874 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3875 if test "${lt_cv_cc_needs_belf+set}" = set; then
3876 echo $ECHO_N "(cached) $ECHO_C" >&6
3881 ac_cpp
='$CPP $CPPFLAGS'
3882 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3883 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3884 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3886 cat >conftest.
$ac_ext <<_ACEOF
3889 cat confdefs.h
>>conftest.
$ac_ext
3890 cat >>conftest.
$ac_ext <<_ACEOF
3891 /* end confdefs.h. */
3901 rm -f conftest.
$ac_objext conftest
$ac_exeext
3902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3903 (eval $ac_link) 2>conftest.er1
3905 grep -v '^ *+' conftest.er1
>conftest.err
3907 cat conftest.err
>&5
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } &&
3910 { ac_try
='test -z "$ac_c_werror_flag"
3911 || test ! -s conftest.err'
3912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916 (exit $ac_status); }; } &&
3917 { ac_try
='test -s conftest$ac_exeext'
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; }; then
3923 lt_cv_cc_needs_belf
=yes
3925 echo "$as_me: failed program was:" >&5
3926 sed 's/^/| /' conftest.
$ac_ext >&5
3928 lt_cv_cc_needs_belf
=no
3930 rm -f conftest.err conftest.
$ac_objext \
3931 conftest
$ac_exeext conftest.
$ac_ext
3933 ac_cpp
='$CPP $CPPFLAGS'
3934 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3939 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3940 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
3941 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
3942 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3943 CFLAGS
="$SAVE_CFLAGS"
3951 # Save cache, so that ltconfig can load it
3952 cat >confcache
<<\_ACEOF
3953 # This file is a shell script that caches the results of configure
3954 # tests run on this system so they can be shared between configure
3955 # scripts and configure runs, see configure's option --config-cache.
3956 # It is not useful on other systems. If it contains results you don't
3957 # want to keep, you may remove or edit it.
3959 # config.status only pays attention to the cache file if you give it
3960 # the --recheck option to rerun configure.
3962 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3963 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3968 # The following way of writing the cache mishandles newlines in values,
3969 # but we know of no workaround that is simple, portable, and efficient.
3970 # So, don't put newlines in cache variables' values.
3971 # Ultrix sh set writes to stderr and can't be redirected directly,
3972 # and sets the high bit in the cache file unless we assign to the vars.
3975 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3977 # `set' does not quote correctly, so add quotes (double-quote
3978 # substitution turns \\\\ into \\, and sed turns \\ into \).
3981 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3984 # `set' quotes correctly as required by POSIX, so do not add quotes.
3986 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3993 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3995 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3997 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
3998 if test -w $cache_file; then
3999 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4000 cat confcache
>$cache_file
4002 echo "not updating unwritable cache $cache_file"
4007 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4008 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4009 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4010 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4011 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4012 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4013 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4014 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4015 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4016 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4017 echo "$as_me: error: libtool configure failed" >&2;}
4018 { (exit 1); exit 1; }; }
4020 # Reload cache, that may have been modified by ltconfig
4021 if test -r "$cache_file"; then
4022 # Some versions of bash will fail to source /dev/null (special
4023 # files actually), so we avoid doing that.
4024 if test -f "$cache_file"; then
4025 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4026 echo "$as_me: loading cache $cache_file" >&6;}
4028 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4029 *) . .
/$cache_file;;
4033 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4034 echo "$as_me: creating cache $cache_file" >&6;}
4039 # This can be used to rebuild libtool when needed
4040 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4042 # Always use our own libtool.
4043 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4045 # Redirect the config.log output again, so that the ltconfig log is not
4046 # clobbered by the next message.
4047 exec 5>>.
/config.log
4055 # Check whether --enable-targets or --disable-targets was given.
4056 if test "${enable_targets+set}" = set; then
4057 enableval
="$enable_targets"
4058 case "${enableval}" in
4059 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4060 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4061 { (exit 1); exit 1; }; }
4063 no
) enable_targets
= ;;
4064 *) enable_targets
=$enableval ;;
4066 fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
4067 if test "${enable_commonbfdlib+set}" = set; then
4068 enableval
="$enable_commonbfdlib"
4069 case "${enableval}" in
4070 yes) commonbfdlib
=true
;;
4071 no
) commonbfdlib
=false
;;
4072 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4073 echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4074 { (exit 1); exit 1; }; } ;;
4078 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4080 # Check whether --enable-werror or --disable-werror was given.
4081 if test "${enable_werror+set}" = set; then
4082 enableval
="$enable_werror"
4083 case "${enableval}" in
4084 yes | y
) ERROR_ON_WARNING
="yes" ;;
4085 no | n
) ERROR_ON_WARNING
="no" ;;
4086 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4087 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4088 { (exit 1); exit 1; }; } ;;
4092 # Enable -Werror by default when using gcc
4093 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4094 ERROR_ON_WARNING
=yes
4098 if test "${ERROR_ON_WARNING}" = yes ; then
4099 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
4100 NO_WERROR
="-Wno-error"
4103 if test "${GCC}" = yes ; then
4104 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
4107 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4108 if test "${enable_build_warnings+set}" = set; then
4109 enableval
="$enable_build_warnings"
4110 case "${enableval}" in
4111 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
4112 no
) if test "${GCC}" = yes ; then
4115 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4116 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
4117 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4118 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
4119 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4123 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
4124 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4131 ac_config_headers
="$ac_config_headers config.h:config.in"
4134 if test -z "$target" ; then
4135 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4136 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4137 { (exit 1); exit 1; }; }
4139 if test -z "$host" ; then
4140 { { echo "$as_me:$LINENO: error: Unrecognized host system type; please check config.sub." >&5
4141 echo "$as_me: error: Unrecognized host system type; please check config.sub." >&2;}
4142 { (exit 1); exit 1; }; }
4146 ac_cpp
='$CPP $CPPFLAGS'
4147 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4148 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4149 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4150 if test -n "$ac_tool_prefix"; then
4151 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4152 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4153 echo "$as_me:$LINENO: checking for $ac_word" >&5
4154 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4155 if test "${ac_cv_prog_CC+set}" = set; then
4156 echo $ECHO_N "(cached) $ECHO_C" >&6
4158 if test -n "$CC"; then
4159 ac_cv_prog_CC
="$CC" # Let the user override the test.
4161 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4165 test -z "$as_dir" && as_dir
=.
4166 for ac_exec_ext
in '' $ac_executable_extensions; do
4167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4168 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4178 if test -n "$CC"; then
4179 echo "$as_me:$LINENO: result: $CC" >&5
4180 echo "${ECHO_T}$CC" >&6
4182 echo "$as_me:$LINENO: result: no" >&5
4183 echo "${ECHO_T}no" >&6
4187 if test -z "$ac_cv_prog_CC"; then
4189 # Extract the first word of "gcc", so it can be a program name with args.
4190 set dummy gcc
; ac_word
=$2
4191 echo "$as_me:$LINENO: checking for $ac_word" >&5
4192 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4193 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4194 echo $ECHO_N "(cached) $ECHO_C" >&6
4196 if test -n "$ac_ct_CC"; then
4197 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4203 test -z "$as_dir" && as_dir
=.
4204 for ac_exec_ext
in '' $ac_executable_extensions; do
4205 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4206 ac_cv_prog_ac_ct_CC
="gcc"
4207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4215 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4216 if test -n "$ac_ct_CC"; then
4217 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4218 echo "${ECHO_T}$ac_ct_CC" >&6
4220 echo "$as_me:$LINENO: result: no" >&5
4221 echo "${ECHO_T}no" >&6
4229 if test -z "$CC"; then
4230 if test -n "$ac_tool_prefix"; then
4231 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4232 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4233 echo "$as_me:$LINENO: checking for $ac_word" >&5
4234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4235 if test "${ac_cv_prog_CC+set}" = set; then
4236 echo $ECHO_N "(cached) $ECHO_C" >&6
4238 if test -n "$CC"; then
4239 ac_cv_prog_CC
="$CC" # Let the user override the test.
4241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4245 test -z "$as_dir" && as_dir
=.
4246 for ac_exec_ext
in '' $ac_executable_extensions; do
4247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4248 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4258 if test -n "$CC"; then
4259 echo "$as_me:$LINENO: result: $CC" >&5
4260 echo "${ECHO_T}$CC" >&6
4262 echo "$as_me:$LINENO: result: no" >&5
4263 echo "${ECHO_T}no" >&6
4267 if test -z "$ac_cv_prog_CC"; then
4269 # Extract the first word of "cc", so it can be a program name with args.
4270 set dummy cc
; ac_word
=$2
4271 echo "$as_me:$LINENO: checking for $ac_word" >&5
4272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4273 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4274 echo $ECHO_N "(cached) $ECHO_C" >&6
4276 if test -n "$ac_ct_CC"; then
4277 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4279 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4283 test -z "$as_dir" && as_dir
=.
4284 for ac_exec_ext
in '' $ac_executable_extensions; do
4285 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4286 ac_cv_prog_ac_ct_CC
="cc"
4287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4295 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4296 if test -n "$ac_ct_CC"; then
4297 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4298 echo "${ECHO_T}$ac_ct_CC" >&6
4300 echo "$as_me:$LINENO: result: no" >&5
4301 echo "${ECHO_T}no" >&6
4310 if test -z "$CC"; then
4311 # Extract the first word of "cc", so it can be a program name with args.
4312 set dummy cc
; ac_word
=$2
4313 echo "$as_me:$LINENO: checking for $ac_word" >&5
4314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4315 if test "${ac_cv_prog_CC+set}" = set; then
4316 echo $ECHO_N "(cached) $ECHO_C" >&6
4318 if test -n "$CC"; then
4319 ac_cv_prog_CC
="$CC" # Let the user override the test.
4322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4326 test -z "$as_dir" && as_dir
=.
4327 for ac_exec_ext
in '' $ac_executable_extensions; do
4328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4329 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4330 ac_prog_rejected
=yes
4334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 if test $ac_prog_rejected = yes; then
4341 # We found a bogon in the path, so make sure we never use it.
4342 set dummy
$ac_cv_prog_CC
4344 if test $# != 0; then
4345 # We chose a different compiler from the bogus one.
4346 # However, it has the same basename, so the bogon will be chosen
4347 # first if we set CC to just the basename; use the full file name.
4349 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4355 if test -n "$CC"; then
4356 echo "$as_me:$LINENO: result: $CC" >&5
4357 echo "${ECHO_T}$CC" >&6
4359 echo "$as_me:$LINENO: result: no" >&5
4360 echo "${ECHO_T}no" >&6
4364 if test -z "$CC"; then
4365 if test -n "$ac_tool_prefix"; then
4368 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4369 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4370 echo "$as_me:$LINENO: checking for $ac_word" >&5
4371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4372 if test "${ac_cv_prog_CC+set}" = set; then
4373 echo $ECHO_N "(cached) $ECHO_C" >&6
4375 if test -n "$CC"; then
4376 ac_cv_prog_CC
="$CC" # Let the user override the test.
4378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4382 test -z "$as_dir" && as_dir
=.
4383 for ac_exec_ext
in '' $ac_executable_extensions; do
4384 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4385 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 if test -n "$CC"; then
4396 echo "$as_me:$LINENO: result: $CC" >&5
4397 echo "${ECHO_T}$CC" >&6
4399 echo "$as_me:$LINENO: result: no" >&5
4400 echo "${ECHO_T}no" >&6
4403 test -n "$CC" && break
4406 if test -z "$CC"; then
4410 # Extract the first word of "$ac_prog", so it can be a program name with args.
4411 set dummy
$ac_prog; ac_word
=$2
4412 echo "$as_me:$LINENO: checking for $ac_word" >&5
4413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4414 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4415 echo $ECHO_N "(cached) $ECHO_C" >&6
4417 if test -n "$ac_ct_CC"; then
4418 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4420 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4424 test -z "$as_dir" && as_dir
=.
4425 for ac_exec_ext
in '' $ac_executable_extensions; do
4426 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4427 ac_cv_prog_ac_ct_CC
="$ac_prog"
4428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4436 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4437 if test -n "$ac_ct_CC"; then
4438 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4439 echo "${ECHO_T}$ac_ct_CC" >&6
4441 echo "$as_me:$LINENO: result: no" >&5
4442 echo "${ECHO_T}no" >&6
4445 test -n "$ac_ct_CC" && break
4454 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4455 See \`config.log' for more details." >&5
4456 echo "$as_me: error: no acceptable C compiler found in \$PATH
4457 See \`config.log' for more details." >&2;}
4458 { (exit 1); exit 1; }; }
4460 # Provide some information about the compiler.
4461 echo "$as_me:$LINENO:" \
4462 "checking for C compiler version" >&5
4463 ac_compiler
=`set X $ac_compile; echo $2`
4464 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4465 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); }
4469 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4470 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4473 (exit $ac_status); }
4474 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4475 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4478 (exit $ac_status); }
4480 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4481 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4482 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4483 echo $ECHO_N "(cached) $ECHO_C" >&6
4485 cat >conftest.
$ac_ext <<_ACEOF
4488 cat confdefs.h
>>conftest.
$ac_ext
4489 cat >>conftest.
$ac_ext <<_ACEOF
4490 /* end confdefs.h. */
4503 rm -f conftest.
$ac_objext
4504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4505 (eval $ac_compile) 2>conftest.er1
4507 grep -v '^ *+' conftest.er1
>conftest.err
4509 cat conftest.err
>&5
4510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4511 (exit $ac_status); } &&
4512 { ac_try
='test -z "$ac_c_werror_flag"
4513 || test ! -s conftest.err'
4514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4518 (exit $ac_status); }; } &&
4519 { ac_try
='test -s conftest.$ac_objext'
4520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 (exit $ac_status); }; }; then
4527 echo "$as_me: failed program was:" >&5
4528 sed 's/^/| /' conftest.
$ac_ext >&5
4532 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4533 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
4536 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4537 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4538 GCC
=`test $ac_compiler_gnu = yes && echo yes`
4539 ac_test_CFLAGS
=${CFLAGS+set}
4540 ac_save_CFLAGS
=$CFLAGS
4542 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4543 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4544 if test "${ac_cv_prog_cc_g+set}" = set; then
4545 echo $ECHO_N "(cached) $ECHO_C" >&6
4547 cat >conftest.
$ac_ext <<_ACEOF
4550 cat confdefs.h
>>conftest.
$ac_ext
4551 cat >>conftest.
$ac_ext <<_ACEOF
4552 /* end confdefs.h. */
4562 rm -f conftest.
$ac_objext
4563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4564 (eval $ac_compile) 2>conftest.er1
4566 grep -v '^ *+' conftest.er1
>conftest.err
4568 cat conftest.err
>&5
4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570 (exit $ac_status); } &&
4571 { ac_try
='test -z "$ac_c_werror_flag"
4572 || test ! -s conftest.err'
4573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577 (exit $ac_status); }; } &&
4578 { ac_try
='test -s conftest.$ac_objext'
4579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); }; }; then
4586 echo "$as_me: failed program was:" >&5
4587 sed 's/^/| /' conftest.
$ac_ext >&5
4591 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4593 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4594 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4595 if test "$ac_test_CFLAGS" = set; then
4596 CFLAGS
=$ac_save_CFLAGS
4597 elif test $ac_cv_prog_cc_g = yes; then
4598 if test "$GCC" = yes; then
4604 if test "$GCC" = yes; then
4610 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4611 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4612 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4613 echo $ECHO_N "(cached) $ECHO_C" >&6
4615 ac_cv_prog_cc_stdc
=no
4617 cat >conftest.
$ac_ext <<_ACEOF
4620 cat confdefs.h
>>conftest.
$ac_ext
4621 cat >>conftest.
$ac_ext <<_ACEOF
4622 /* end confdefs.h. */
4625 #include <sys/types.h>
4626 #include <sys/stat.h>
4627 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4628 struct buf { int x; };
4629 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4630 static char *e (p, i)
4636 static char *f (char * (*g) (char **, int), char **p, ...)
4641 s = g (p, va_arg (v,int));
4646 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4647 function prototypes and stuff, but not '\xHH' hex character constants.
4648 These don't provoke an error unfortunately, instead are silently treated
4649 as 'x'. The following induces an error, until -std1 is added to get
4650 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4651 array size at least. It's necessary to write '\x00'==0 to get something
4652 that's true only with -std1. */
4653 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4655 int test (int i, double x);
4656 struct s1 {int (*f) (int a);};
4657 struct s2 {int (*f) (double a);};
4658 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4664 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4669 # Don't try gcc -ansi; that turns off useful extensions and
4670 # breaks some systems' header files.
4671 # AIX -qlanglvl=ansi
4672 # Ultrix and OSF/1 -std1
4673 # HP-UX 10.20 and later -Ae
4674 # HP-UX older versions -Aa -D_HPUX_SOURCE
4675 # SVR4 -Xc -D__EXTENSIONS__
4676 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4678 CC
="$ac_save_CC $ac_arg"
4679 rm -f conftest.
$ac_objext
4680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4681 (eval $ac_compile) 2>conftest.er1
4683 grep -v '^ *+' conftest.er1
>conftest.err
4685 cat conftest.err
>&5
4686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4687 (exit $ac_status); } &&
4688 { ac_try
='test -z "$ac_c_werror_flag"
4689 || test ! -s conftest.err'
4690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4694 (exit $ac_status); }; } &&
4695 { ac_try
='test -s conftest.$ac_objext'
4696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4700 (exit $ac_status); }; }; then
4701 ac_cv_prog_cc_stdc
=$ac_arg
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.
$ac_ext >&5
4708 rm -f conftest.err conftest.
$ac_objext
4710 rm -f conftest.
$ac_ext conftest.
$ac_objext
4715 case "x$ac_cv_prog_cc_stdc" in
4717 echo "$as_me:$LINENO: result: none needed" >&5
4718 echo "${ECHO_T}none needed" >&6 ;;
4720 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4721 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4722 CC
="$CC $ac_cv_prog_cc_stdc" ;;
4725 # Some people use a C++ compiler to compile C. Since we use `exit',
4726 # in C++ we need to declare it. In case someone uses the same compiler
4727 # for both compiling C and C++ we need to have the C++ compiler decide
4728 # the declaration of exit, since it's the most demanding environment.
4729 cat >conftest.
$ac_ext <<_ACEOF
4734 rm -f conftest.
$ac_objext
4735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4736 (eval $ac_compile) 2>conftest.er1
4738 grep -v '^ *+' conftest.er1
>conftest.err
4740 cat conftest.err
>&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); } &&
4743 { ac_try
='test -z "$ac_c_werror_flag"
4744 || test ! -s conftest.err'
4745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); }; } &&
4750 { ac_try
='test -s conftest.$ac_objext'
4751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4755 (exit $ac_status); }; }; then
4756 for ac_declaration
in \
4758 'extern "C" void std::exit (int) throw (); using std::exit;' \
4759 'extern "C" void std::exit (int); using std::exit;' \
4760 'extern "C" void exit (int) throw ();' \
4761 'extern "C" void exit (int);' \
4764 cat >conftest.
$ac_ext <<_ACEOF
4767 cat confdefs.h
>>conftest.
$ac_ext
4768 cat >>conftest.
$ac_ext <<_ACEOF
4769 /* end confdefs.h. */
4780 rm -f conftest.
$ac_objext
4781 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4782 (eval $ac_compile) 2>conftest.er1
4784 grep -v '^ *+' conftest.er1
>conftest.err
4786 cat conftest.err
>&5
4787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4788 (exit $ac_status); } &&
4789 { ac_try
='test -z "$ac_c_werror_flag"
4790 || test ! -s conftest.err'
4791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4795 (exit $ac_status); }; } &&
4796 { ac_try
='test -s conftest.$ac_objext'
4797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4801 (exit $ac_status); }; }; then
4804 echo "$as_me: failed program was:" >&5
4805 sed 's/^/| /' conftest.
$ac_ext >&5
4809 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4810 cat >conftest.
$ac_ext <<_ACEOF
4813 cat confdefs.h
>>conftest.
$ac_ext
4814 cat >>conftest.
$ac_ext <<_ACEOF
4815 /* end confdefs.h. */
4825 rm -f conftest.
$ac_objext
4826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4827 (eval $ac_compile) 2>conftest.er1
4829 grep -v '^ *+' conftest.er1
>conftest.err
4831 cat conftest.err
>&5
4832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4833 (exit $ac_status); } &&
4834 { ac_try
='test -z "$ac_c_werror_flag"
4835 || test ! -s conftest.err'
4836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4840 (exit $ac_status); }; } &&
4841 { ac_try
='test -s conftest.$ac_objext'
4842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4846 (exit $ac_status); }; }; then
4849 echo "$as_me: failed program was:" >&5
4850 sed 's/^/| /' conftest.
$ac_ext >&5
4853 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4856 if test -n "$ac_declaration"; then
4857 echo '#ifdef __cplusplus' >>confdefs.h
4858 echo $ac_declaration >>confdefs.h
4859 echo '#endif' >>confdefs.h
4863 echo "$as_me: failed program was:" >&5
4864 sed 's/^/| /' conftest.
$ac_ext >&5
4867 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4869 ac_cpp
='$CPP $CPPFLAGS'
4870 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4871 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4872 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4875 cat >>confdefs.h
<<\_ACEOF
4876 #define _GNU_SOURCE 1
4881 for ac_prog
in 'bison -y' byacc
4883 # Extract the first word of "$ac_prog", so it can be a program name with args.
4884 set dummy
$ac_prog; ac_word
=$2
4885 echo "$as_me:$LINENO: checking for $ac_word" >&5
4886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4887 if test "${ac_cv_prog_YACC+set}" = set; then
4888 echo $ECHO_N "(cached) $ECHO_C" >&6
4890 if test -n "$YACC"; then
4891 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
4893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4897 test -z "$as_dir" && as_dir
=.
4898 for ac_exec_ext
in '' $ac_executable_extensions; do
4899 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4900 ac_cv_prog_YACC
="$ac_prog"
4901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4909 YACC
=$ac_cv_prog_YACC
4910 if test -n "$YACC"; then
4911 echo "$as_me:$LINENO: result: $YACC" >&5
4912 echo "${ECHO_T}$YACC" >&6
4914 echo "$as_me:$LINENO: result: no" >&5
4915 echo "${ECHO_T}no" >&6
4918 test -n "$YACC" && break
4920 test -n "$YACC" || YACC
="yacc"
4922 for ac_prog
in flex
lex
4924 # Extract the first word of "$ac_prog", so it can be a program name with args.
4925 set dummy
$ac_prog; ac_word
=$2
4926 echo "$as_me:$LINENO: checking for $ac_word" >&5
4927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4928 if test "${ac_cv_prog_LEX+set}" = set; then
4929 echo $ECHO_N "(cached) $ECHO_C" >&6
4931 if test -n "$LEX"; then
4932 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
4934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4938 test -z "$as_dir" && as_dir
=.
4939 for ac_exec_ext
in '' $ac_executable_extensions; do
4940 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4941 ac_cv_prog_LEX
="$ac_prog"
4942 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 if test -n "$LEX"; then
4952 echo "$as_me:$LINENO: result: $LEX" >&5
4953 echo "${ECHO_T}$LEX" >&6
4955 echo "$as_me:$LINENO: result: no" >&5
4956 echo "${ECHO_T}no" >&6
4959 test -n "$LEX" && break
4961 test -n "$LEX" || LEX
=":"
4963 if test -z "$LEXLIB"
4965 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
4966 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4967 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4968 echo $ECHO_N "(cached) $ECHO_C" >&6
4970 ac_check_lib_save_LIBS
=$LIBS
4972 cat >conftest.
$ac_ext <<_ACEOF
4975 cat confdefs.h
>>conftest.
$ac_ext
4976 cat >>conftest.
$ac_ext <<_ACEOF
4977 /* end confdefs.h. */
4979 /* Override any gcc2 internal prototype to avoid an error. */
4983 /* We use char because int might match the return type of a gcc2
4984 builtin and then its argument prototype would still apply. */
4994 rm -f conftest.
$ac_objext conftest
$ac_exeext
4995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4996 (eval $ac_link) 2>conftest.er1
4998 grep -v '^ *+' conftest.er1
>conftest.err
5000 cat conftest.err
>&5
5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002 (exit $ac_status); } &&
5003 { ac_try
='test -z "$ac_c_werror_flag"
5004 || test ! -s conftest.err'
5005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); }; } &&
5010 { ac_try
='test -s conftest$ac_exeext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; }; then
5016 ac_cv_lib_fl_yywrap
=yes
5018 echo "$as_me: failed program was:" >&5
5019 sed 's/^/| /' conftest.
$ac_ext >&5
5021 ac_cv_lib_fl_yywrap
=no
5023 rm -f conftest.err conftest.
$ac_objext \
5024 conftest
$ac_exeext conftest.
$ac_ext
5025 LIBS
=$ac_check_lib_save_LIBS
5027 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5028 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5029 if test $ac_cv_lib_fl_yywrap = yes; then
5032 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5033 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5034 if test "${ac_cv_lib_l_yywrap+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5037 ac_check_lib_save_LIBS
=$LIBS
5039 cat >conftest.
$ac_ext <<_ACEOF
5042 cat confdefs.h
>>conftest.
$ac_ext
5043 cat >>conftest.
$ac_ext <<_ACEOF
5044 /* end confdefs.h. */
5046 /* Override any gcc2 internal prototype to avoid an error. */
5050 /* We use char because int might match the return type of a gcc2
5051 builtin and then its argument prototype would still apply. */
5061 rm -f conftest.
$ac_objext conftest
$ac_exeext
5062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5063 (eval $ac_link) 2>conftest.er1
5065 grep -v '^ *+' conftest.er1
>conftest.err
5067 cat conftest.err
>&5
5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); } &&
5070 { ac_try
='test -z "$ac_c_werror_flag"
5071 || test ! -s conftest.err'
5072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); }; } &&
5077 { ac_try
='test -s conftest$ac_exeext'
5078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5082 (exit $ac_status); }; }; then
5083 ac_cv_lib_l_yywrap
=yes
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.
$ac_ext >&5
5088 ac_cv_lib_l_yywrap
=no
5090 rm -f conftest.err conftest.
$ac_objext \
5091 conftest
$ac_exeext conftest.
$ac_ext
5092 LIBS
=$ac_check_lib_save_LIBS
5094 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5095 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5096 if test $ac_cv_lib_l_yywrap = yes; then
5104 if test "x$LEX" != "x:"; then
5105 echo "$as_me:$LINENO: checking lex output file root" >&5
5106 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5107 if test "${ac_cv_prog_lex_root+set}" = set; then
5108 echo $ECHO_N "(cached) $ECHO_C" >&6
5110 # The minimal lex program is just a single line: %%. But some broken lexes
5111 # (Solaris, I think it was) want two %% lines, so accommodate them.
5112 cat >conftest.l
<<_ACEOF
5116 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5117 (eval $LEX conftest.l
) 2>&5
5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 (exit $ac_status); }
5121 if test -f lex.yy.c
; then
5122 ac_cv_prog_lex_root
=lex.yy
5123 elif test -f lexyy.c
; then
5124 ac_cv_prog_lex_root
=lexyy
5126 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5127 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5128 { (exit 1); exit 1; }; }
5131 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5132 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5134 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
5136 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5137 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5138 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5139 echo $ECHO_N "(cached) $ECHO_C" >&6
5141 # POSIX says lex can declare yytext either as a pointer or an array; the
5142 # default is implementation-dependent. Figure out which it is, since
5143 # not all implementations provide the %pointer and %array declarations.
5144 ac_cv_prog_lex_yytext_pointer
=no
5145 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5147 LIBS
="$LIBS $LEXLIB"
5148 cat >conftest.
$ac_ext <<_ACEOF
5149 `cat $LEX_OUTPUT_ROOT.c`
5151 rm -f conftest.
$ac_objext conftest
$ac_exeext
5152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5153 (eval $ac_link) 2>conftest.er1
5155 grep -v '^ *+' conftest.er1
>conftest.err
5157 cat conftest.err
>&5
5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159 (exit $ac_status); } &&
5160 { ac_try
='test -z "$ac_c_werror_flag"
5161 || test ! -s conftest.err'
5162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5166 (exit $ac_status); }; } &&
5167 { ac_try
='test -s conftest$ac_exeext'
5168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5172 (exit $ac_status); }; }; then
5173 ac_cv_prog_lex_yytext_pointer
=yes
5175 echo "$as_me: failed program was:" >&5
5176 sed 's/^/| /' conftest.
$ac_ext >&5
5179 rm -f conftest.err conftest.
$ac_objext \
5180 conftest
$ac_exeext conftest.
$ac_ext
5182 rm -f "${LEX_OUTPUT_ROOT}.c"
5185 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5186 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
5187 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5189 cat >>confdefs.h
<<\_ACEOF
5190 #define YYTEXT_POINTER 1
5196 if test "$LEX" = :; then
5197 LEX
=${am_missing_run}flex
5200 ALL_LINGUAS
="fr tr ja es sv da zh_CN ru ro rw zh_TW fi"
5201 if test -n "$ac_tool_prefix"; then
5202 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5203 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5204 echo "$as_me:$LINENO: checking for $ac_word" >&5
5205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5206 if test "${ac_cv_prog_RANLIB+set}" = set; then
5207 echo $ECHO_N "(cached) $ECHO_C" >&6
5209 if test -n "$RANLIB"; then
5210 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5216 test -z "$as_dir" && as_dir
=.
5217 for ac_exec_ext
in '' $ac_executable_extensions; do
5218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5219 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5228 RANLIB
=$ac_cv_prog_RANLIB
5229 if test -n "$RANLIB"; then
5230 echo "$as_me:$LINENO: result: $RANLIB" >&5
5231 echo "${ECHO_T}$RANLIB" >&6
5233 echo "$as_me:$LINENO: result: no" >&5
5234 echo "${ECHO_T}no" >&6
5238 if test -z "$ac_cv_prog_RANLIB"; then
5239 ac_ct_RANLIB
=$RANLIB
5240 # Extract the first word of "ranlib", so it can be a program name with args.
5241 set dummy ranlib
; ac_word
=$2
5242 echo "$as_me:$LINENO: checking for $ac_word" >&5
5243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5244 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5245 echo $ECHO_N "(cached) $ECHO_C" >&6
5247 if test -n "$ac_ct_RANLIB"; then
5248 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5254 test -z "$as_dir" && as_dir
=.
5255 for ac_exec_ext
in '' $ac_executable_extensions; do
5256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5257 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5264 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
5267 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5268 if test -n "$ac_ct_RANLIB"; then
5269 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5270 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5272 echo "$as_me:$LINENO: result: no" >&5
5273 echo "${ECHO_T}no" >&6
5276 RANLIB
=$ac_ct_RANLIB
5278 RANLIB
="$ac_cv_prog_RANLIB"
5282 ac_cpp
='$CPP $CPPFLAGS'
5283 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5284 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5285 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5286 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5287 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5288 # On Suns, sometimes $CPP names a directory.
5289 if test -n "$CPP" && test -d "$CPP"; then
5292 if test -z "$CPP"; then
5293 if test "${ac_cv_prog_CPP+set}" = set; then
5294 echo $ECHO_N "(cached) $ECHO_C" >&6
5296 # Double quotes because CPP needs to be expanded
5297 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5300 for ac_c_preproc_warn_flag
in '' yes
5302 # Use a header file that comes with gcc, so configuring glibc
5303 # with a fresh cross-compiler works.
5304 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5305 # <limits.h> exists even on freestanding compilers.
5306 # On the NeXT, cc -E runs the code through the compiler's parser,
5307 # not just through cpp. "Syntax error" is here to catch this case.
5308 cat >conftest.
$ac_ext <<_ACEOF
5311 cat confdefs.h
>>conftest.
$ac_ext
5312 cat >>conftest.
$ac_ext <<_ACEOF
5313 /* end confdefs.h. */
5315 # include <limits.h>
5317 # include <assert.h>
5321 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5322 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5324 grep -v '^ *+' conftest.er1
>conftest.err
5326 cat conftest.err
>&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } >/dev
/null
; then
5329 if test -s conftest.err
; then
5330 ac_cpp_err
=$ac_c_preproc_warn_flag
5331 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5338 if test -z "$ac_cpp_err"; then
5341 echo "$as_me: failed program was:" >&5
5342 sed 's/^/| /' conftest.
$ac_ext >&5
5344 # Broken: fails on valid input.
5347 rm -f conftest.err conftest.
$ac_ext
5349 # OK, works on sane cases. Now check whether non-existent headers
5350 # can be detected and how.
5351 cat >conftest.
$ac_ext <<_ACEOF
5354 cat confdefs.h
>>conftest.
$ac_ext
5355 cat >>conftest.
$ac_ext <<_ACEOF
5356 /* end confdefs.h. */
5357 #include <ac_nonexistent.h>
5359 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5360 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5362 grep -v '^ *+' conftest.er1
>conftest.err
5364 cat conftest.err
>&5
5365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5366 (exit $ac_status); } >/dev
/null
; then
5367 if test -s conftest.err
; then
5368 ac_cpp_err
=$ac_c_preproc_warn_flag
5369 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5376 if test -z "$ac_cpp_err"; then
5377 # Broken: success on invalid input.
5380 echo "$as_me: failed program was:" >&5
5381 sed 's/^/| /' conftest.
$ac_ext >&5
5383 # Passes both tests.
5387 rm -f conftest.err conftest.
$ac_ext
5390 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5391 rm -f conftest.err conftest.
$ac_ext
5392 if $ac_preproc_ok; then
5404 echo "$as_me:$LINENO: result: $CPP" >&5
5405 echo "${ECHO_T}$CPP" >&6
5407 for ac_c_preproc_warn_flag
in '' yes
5409 # Use a header file that comes with gcc, so configuring glibc
5410 # with a fresh cross-compiler works.
5411 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5412 # <limits.h> exists even on freestanding compilers.
5413 # On the NeXT, cc -E runs the code through the compiler's parser,
5414 # not just through cpp. "Syntax error" is here to catch this case.
5415 cat >conftest.
$ac_ext <<_ACEOF
5418 cat confdefs.h
>>conftest.
$ac_ext
5419 cat >>conftest.
$ac_ext <<_ACEOF
5420 /* end confdefs.h. */
5422 # include <limits.h>
5424 # include <assert.h>
5428 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5429 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5431 grep -v '^ *+' conftest.er1
>conftest.err
5433 cat conftest.err
>&5
5434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5435 (exit $ac_status); } >/dev
/null
; then
5436 if test -s conftest.err
; then
5437 ac_cpp_err
=$ac_c_preproc_warn_flag
5438 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5445 if test -z "$ac_cpp_err"; then
5448 echo "$as_me: failed program was:" >&5
5449 sed 's/^/| /' conftest.
$ac_ext >&5
5451 # Broken: fails on valid input.
5454 rm -f conftest.err conftest.
$ac_ext
5456 # OK, works on sane cases. Now check whether non-existent headers
5457 # can be detected and how.
5458 cat >conftest.
$ac_ext <<_ACEOF
5461 cat confdefs.h
>>conftest.
$ac_ext
5462 cat >>conftest.
$ac_ext <<_ACEOF
5463 /* end confdefs.h. */
5464 #include <ac_nonexistent.h>
5466 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5467 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5469 grep -v '^ *+' conftest.er1
>conftest.err
5471 cat conftest.err
>&5
5472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5473 (exit $ac_status); } >/dev
/null
; then
5474 if test -s conftest.err
; then
5475 ac_cpp_err
=$ac_c_preproc_warn_flag
5476 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5483 if test -z "$ac_cpp_err"; then
5484 # Broken: success on invalid input.
5487 echo "$as_me: failed program was:" >&5
5488 sed 's/^/| /' conftest.
$ac_ext >&5
5490 # Passes both tests.
5494 rm -f conftest.err conftest.
$ac_ext
5497 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5498 rm -f conftest.err conftest.
$ac_ext
5499 if $ac_preproc_ok; then
5502 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5503 See \`config.log' for more details." >&5
5504 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5505 See \`config.log' for more details." >&2;}
5506 { (exit 1); exit 1; }; }
5510 ac_cpp
='$CPP $CPPFLAGS'
5511 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5512 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5513 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5516 echo "$as_me:$LINENO: checking for egrep" >&5
5517 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5518 if test "${ac_cv_prog_egrep+set}" = set; then
5519 echo $ECHO_N "(cached) $ECHO_C" >&6
5521 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5522 then ac_cv_prog_egrep
='grep -E'
5523 else ac_cv_prog_egrep
='egrep'
5526 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5527 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5528 EGREP
=$ac_cv_prog_egrep
5531 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5532 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5533 if test "${ac_cv_header_stdc+set}" = set; then
5534 echo $ECHO_N "(cached) $ECHO_C" >&6
5536 cat >conftest.
$ac_ext <<_ACEOF
5539 cat confdefs.h
>>conftest.
$ac_ext
5540 cat >>conftest.
$ac_ext <<_ACEOF
5541 /* end confdefs.h. */
5555 rm -f conftest.
$ac_objext
5556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5557 (eval $ac_compile) 2>conftest.er1
5559 grep -v '^ *+' conftest.er1
>conftest.err
5561 cat conftest.err
>&5
5562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5563 (exit $ac_status); } &&
5564 { ac_try
='test -z "$ac_c_werror_flag"
5565 || test ! -s conftest.err'
5566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570 (exit $ac_status); }; } &&
5571 { ac_try
='test -s conftest.$ac_objext'
5572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5576 (exit $ac_status); }; }; then
5577 ac_cv_header_stdc
=yes
5579 echo "$as_me: failed program was:" >&5
5580 sed 's/^/| /' conftest.
$ac_ext >&5
5582 ac_cv_header_stdc
=no
5584 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5586 if test $ac_cv_header_stdc = yes; then
5587 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5588 cat >conftest.
$ac_ext <<_ACEOF
5591 cat confdefs.h
>>conftest.
$ac_ext
5592 cat >>conftest.
$ac_ext <<_ACEOF
5593 /* end confdefs.h. */
5597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5598 $EGREP "memchr" >/dev
/null
2>&1; then
5601 ac_cv_header_stdc
=no
5607 if test $ac_cv_header_stdc = yes; then
5608 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5609 cat >conftest.
$ac_ext <<_ACEOF
5612 cat confdefs.h
>>conftest.
$ac_ext
5613 cat >>conftest.
$ac_ext <<_ACEOF
5614 /* end confdefs.h. */
5618 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5619 $EGREP "free" >/dev
/null
2>&1; then
5622 ac_cv_header_stdc
=no
5628 if test $ac_cv_header_stdc = yes; then
5629 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5630 if test "$cross_compiling" = yes; then
5633 cat >conftest.
$ac_ext <<_ACEOF
5636 cat confdefs.h
>>conftest.
$ac_ext
5637 cat >>conftest.
$ac_ext <<_ACEOF
5638 /* end confdefs.h. */
5640 #if ((' ' & 0x0FF) == 0x020)
5641 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5642 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5644 # define ISLOWER(c) \
5645 (('a' <= (c) && (c) <= 'i') \
5646 || ('j' <= (c) && (c) <= 'r') \
5647 || ('s' <= (c) && (c) <= 'z'))
5648 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5651 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5656 for (i = 0; i < 256; i++)
5657 if (XOR (islower (i), ISLOWER (i))
5658 || toupper (i) != TOUPPER (i))
5663 rm -f conftest
$ac_exeext
5664 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5665 (eval $ac_link) 2>&5
5667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5668 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5673 (exit $ac_status); }; }; then
5676 echo "$as_me: program exited with status $ac_status" >&5
5677 echo "$as_me: failed program was:" >&5
5678 sed 's/^/| /' conftest.
$ac_ext >&5
5681 ac_cv_header_stdc
=no
5683 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5687 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5688 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5689 if test $ac_cv_header_stdc = yes; then
5691 cat >>confdefs.h
<<\_ACEOF
5692 #define STDC_HEADERS 1
5697 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5698 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5699 if test "${ac_cv_c_const+set}" = set; then
5700 echo $ECHO_N "(cached) $ECHO_C" >&6
5702 cat >conftest.
$ac_ext <<_ACEOF
5705 cat confdefs.h
>>conftest.
$ac_ext
5706 cat >>conftest.
$ac_ext <<_ACEOF
5707 /* end confdefs.h. */
5712 /* FIXME: Include the comments suggested by Paul. */
5714 /* Ultrix mips cc rejects this. */
5715 typedef int charset[2];
5717 /* SunOS 4.1.1 cc rejects this. */
5718 char const *const *ccp;
5720 /* NEC SVR4.0.2 mips cc rejects this. */
5721 struct point {int x, y;};
5722 static struct point const zero = {0,0};
5723 /* AIX XL C 1.02.0.0 rejects this.
5724 It does not let you subtract one const X* pointer from another in
5725 an arm of an if-expression whose if-part is not a constant
5727 const char *g = "string";
5728 ccp = &g + (g ? g-g : 0);
5729 /* HPUX 7.0 cc rejects these. */
5732 ccp = (char const *const *) p;
5733 { /* SCO 3.2v4 cc rejects this. */
5735 char const *s = 0 ? (char *) 0 : (char const *) 0;
5739 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5741 const int *foo = &x[0];
5744 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5745 typedef const int *iptr;
5749 { /* AIX XL C 1.02.0.0 rejects this saying
5750 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5751 struct s { int j; const int *ap[3]; };
5752 struct s *b; b->j = 5;
5754 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5763 rm -f conftest.
$ac_objext
5764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5765 (eval $ac_compile) 2>conftest.er1
5767 grep -v '^ *+' conftest.er1
>conftest.err
5769 cat conftest.err
>&5
5770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5771 (exit $ac_status); } &&
5772 { ac_try
='test -z "$ac_c_werror_flag"
5773 || test ! -s conftest.err'
5774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778 (exit $ac_status); }; } &&
5779 { ac_try
='test -s conftest.$ac_objext'
5780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784 (exit $ac_status); }; }; then
5787 echo "$as_me: failed program was:" >&5
5788 sed 's/^/| /' conftest.
$ac_ext >&5
5792 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5794 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5795 echo "${ECHO_T}$ac_cv_c_const" >&6
5796 if test $ac_cv_c_const = no
; then
5798 cat >>confdefs.h
<<\_ACEOF
5804 echo "$as_me:$LINENO: checking for inline" >&5
5805 echo $ECHO_N "checking for inline... $ECHO_C" >&6
5806 if test "${ac_cv_c_inline+set}" = set; then
5807 echo $ECHO_N "(cached) $ECHO_C" >&6
5810 for ac_kw
in inline __inline__ __inline
; do
5811 cat >conftest.
$ac_ext <<_ACEOF
5814 cat confdefs.h
>>conftest.
$ac_ext
5815 cat >>conftest.
$ac_ext <<_ACEOF
5816 /* end confdefs.h. */
5819 static $ac_kw foo_t static_foo () {return 0; }
5820 $ac_kw foo_t foo () {return 0; }
5824 rm -f conftest.
$ac_objext
5825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5826 (eval $ac_compile) 2>conftest.er1
5828 grep -v '^ *+' conftest.er1
>conftest.err
5830 cat conftest.err
>&5
5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); } &&
5833 { ac_try
='test -z "$ac_c_werror_flag"
5834 || test ! -s conftest.err'
5835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5839 (exit $ac_status); }; } &&
5840 { ac_try
='test -s conftest.$ac_objext'
5841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5845 (exit $ac_status); }; }; then
5846 ac_cv_c_inline
=$ac_kw; break
5848 echo "$as_me: failed program was:" >&5
5849 sed 's/^/| /' conftest.
$ac_ext >&5
5852 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5856 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5857 echo "${ECHO_T}$ac_cv_c_inline" >&6
5860 case $ac_cv_c_inline in
5863 case $ac_cv_c_inline in
5865 *) ac_val
=$ac_cv_c_inline;;
5867 cat >>confdefs.h
<<_ACEOF
5869 #define inline $ac_val
5875 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5885 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5886 inttypes.h stdint.h unistd.h
5888 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5889 echo "$as_me:$LINENO: checking for $ac_header" >&5
5890 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5891 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5892 echo $ECHO_N "(cached) $ECHO_C" >&6
5894 cat >conftest.
$ac_ext <<_ACEOF
5897 cat confdefs.h
>>conftest.
$ac_ext
5898 cat >>conftest.
$ac_ext <<_ACEOF
5899 /* end confdefs.h. */
5900 $ac_includes_default
5902 #include <$ac_header>
5904 rm -f conftest.
$ac_objext
5905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5906 (eval $ac_compile) 2>conftest.er1
5908 grep -v '^ *+' conftest.er1
>conftest.err
5910 cat conftest.err
>&5
5911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } &&
5913 { ac_try
='test -z "$ac_c_werror_flag"
5914 || test ! -s conftest.err'
5915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5919 (exit $ac_status); }; } &&
5920 { ac_try
='test -s conftest.$ac_objext'
5921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5925 (exit $ac_status); }; }; then
5926 eval "$as_ac_Header=yes"
5928 echo "$as_me: failed program was:" >&5
5929 sed 's/^/| /' conftest.
$ac_ext >&5
5931 eval "$as_ac_Header=no"
5933 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5935 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5936 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5937 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5938 cat >>confdefs.h
<<_ACEOF
5939 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5947 echo "$as_me:$LINENO: checking for off_t" >&5
5948 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5949 if test "${ac_cv_type_off_t+set}" = set; then
5950 echo $ECHO_N "(cached) $ECHO_C" >&6
5952 cat >conftest.
$ac_ext <<_ACEOF
5955 cat confdefs.h
>>conftest.
$ac_ext
5956 cat >>conftest.
$ac_ext <<_ACEOF
5957 /* end confdefs.h. */
5958 $ac_includes_default
5970 rm -f conftest.
$ac_objext
5971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5972 (eval $ac_compile) 2>conftest.er1
5974 grep -v '^ *+' conftest.er1
>conftest.err
5976 cat conftest.err
>&5
5977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5978 (exit $ac_status); } &&
5979 { ac_try
='test -z "$ac_c_werror_flag"
5980 || test ! -s conftest.err'
5981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5985 (exit $ac_status); }; } &&
5986 { ac_try
='test -s conftest.$ac_objext'
5987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5991 (exit $ac_status); }; }; then
5992 ac_cv_type_off_t
=yes
5994 echo "$as_me: failed program was:" >&5
5995 sed 's/^/| /' conftest.
$ac_ext >&5
5999 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6001 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
6002 echo "${ECHO_T}$ac_cv_type_off_t" >&6
6003 if test $ac_cv_type_off_t = yes; then
6007 cat >>confdefs.h
<<_ACEOF
6013 echo "$as_me:$LINENO: checking for size_t" >&5
6014 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6015 if test "${ac_cv_type_size_t+set}" = set; then
6016 echo $ECHO_N "(cached) $ECHO_C" >&6
6018 cat >conftest.
$ac_ext <<_ACEOF
6021 cat confdefs.h
>>conftest.
$ac_ext
6022 cat >>conftest.
$ac_ext <<_ACEOF
6023 /* end confdefs.h. */
6024 $ac_includes_default
6030 if (sizeof (size_t))
6036 rm -f conftest.
$ac_objext
6037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6038 (eval $ac_compile) 2>conftest.er1
6040 grep -v '^ *+' conftest.er1
>conftest.err
6042 cat conftest.err
>&5
6043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6044 (exit $ac_status); } &&
6045 { ac_try
='test -z "$ac_c_werror_flag"
6046 || test ! -s conftest.err'
6047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6051 (exit $ac_status); }; } &&
6052 { ac_try
='test -s conftest.$ac_objext'
6053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6057 (exit $ac_status); }; }; then
6058 ac_cv_type_size_t
=yes
6060 echo "$as_me: failed program was:" >&5
6061 sed 's/^/| /' conftest.
$ac_ext >&5
6063 ac_cv_type_size_t
=no
6065 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6067 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6068 echo "${ECHO_T}$ac_cv_type_size_t" >&6
6069 if test $ac_cv_type_size_t = yes; then
6073 cat >>confdefs.h
<<_ACEOF
6074 #define size_t unsigned
6079 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6080 # for constant arguments. Useless!
6081 echo "$as_me:$LINENO: checking for working alloca.h" >&5
6082 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6083 if test "${ac_cv_working_alloca_h+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6
6086 cat >conftest.
$ac_ext <<_ACEOF
6089 cat confdefs.h
>>conftest.
$ac_ext
6090 cat >>conftest.
$ac_ext <<_ACEOF
6091 /* end confdefs.h. */
6096 char *p = (char *) alloca (2 * sizeof (int));
6101 rm -f conftest.
$ac_objext conftest
$ac_exeext
6102 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6103 (eval $ac_link) 2>conftest.er1
6105 grep -v '^ *+' conftest.er1
>conftest.err
6107 cat conftest.err
>&5
6108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6109 (exit $ac_status); } &&
6110 { ac_try
='test -z "$ac_c_werror_flag"
6111 || test ! -s conftest.err'
6112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6116 (exit $ac_status); }; } &&
6117 { ac_try
='test -s conftest$ac_exeext'
6118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6122 (exit $ac_status); }; }; then
6123 ac_cv_working_alloca_h
=yes
6125 echo "$as_me: failed program was:" >&5
6126 sed 's/^/| /' conftest.
$ac_ext >&5
6128 ac_cv_working_alloca_h
=no
6130 rm -f conftest.err conftest.
$ac_objext \
6131 conftest
$ac_exeext conftest.
$ac_ext
6133 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6134 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6135 if test $ac_cv_working_alloca_h = yes; then
6137 cat >>confdefs.h
<<\_ACEOF
6138 #define HAVE_ALLOCA_H 1
6143 echo "$as_me:$LINENO: checking for alloca" >&5
6144 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6145 if test "${ac_cv_func_alloca_works+set}" = set; then
6146 echo $ECHO_N "(cached) $ECHO_C" >&6
6148 cat >conftest.
$ac_ext <<_ACEOF
6151 cat confdefs.h
>>conftest.
$ac_ext
6152 cat >>conftest.
$ac_ext <<_ACEOF
6153 /* end confdefs.h. */
6155 # define alloca __builtin_alloca
6158 # include <malloc.h>
6159 # define alloca _alloca
6162 # include <alloca.h>
6167 # ifndef alloca /* predefined by HP cc +Olibcalls */
6178 char *p = (char *) alloca (1);
6183 rm -f conftest.
$ac_objext conftest
$ac_exeext
6184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6185 (eval $ac_link) 2>conftest.er1
6187 grep -v '^ *+' conftest.er1
>conftest.err
6189 cat conftest.err
>&5
6190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6191 (exit $ac_status); } &&
6192 { ac_try
='test -z "$ac_c_werror_flag"
6193 || test ! -s conftest.err'
6194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6198 (exit $ac_status); }; } &&
6199 { ac_try
='test -s conftest$ac_exeext'
6200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6204 (exit $ac_status); }; }; then
6205 ac_cv_func_alloca_works
=yes
6207 echo "$as_me: failed program was:" >&5
6208 sed 's/^/| /' conftest.
$ac_ext >&5
6210 ac_cv_func_alloca_works
=no
6212 rm -f conftest.err conftest.
$ac_objext \
6213 conftest
$ac_exeext conftest.
$ac_ext
6215 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6216 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
6218 if test $ac_cv_func_alloca_works = yes; then
6220 cat >>confdefs.h
<<\_ACEOF
6221 #define HAVE_ALLOCA 1
6225 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6226 # that cause trouble. Some versions do not even contain alloca or
6227 # contain a buggy version. If you still want to use their alloca,
6228 # use ar to extract alloca.o from them instead of compiling alloca.c.
6230 ALLOCA
=alloca.
$ac_objext
6232 cat >>confdefs.h
<<\_ACEOF
6237 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6238 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6239 if test "${ac_cv_os_cray+set}" = set; then
6240 echo $ECHO_N "(cached) $ECHO_C" >&6
6242 cat >conftest.
$ac_ext <<_ACEOF
6245 cat confdefs.h
>>conftest.
$ac_ext
6246 cat >>conftest.
$ac_ext <<_ACEOF
6247 /* end confdefs.h. */
6248 #if defined(CRAY) && ! defined(CRAY2)
6255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6256 $EGREP "webecray" >/dev
/null
2>&1; then
6264 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6265 echo "${ECHO_T}$ac_cv_os_cray" >&6
6266 if test $ac_cv_os_cray = yes; then
6267 for ac_func
in _getb67 GETB67 getb67
; do
6268 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6269 echo "$as_me:$LINENO: checking for $ac_func" >&5
6270 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6271 if eval "test \"\${$as_ac_var+set}\" = set"; then
6272 echo $ECHO_N "(cached) $ECHO_C" >&6
6274 cat >conftest.
$ac_ext <<_ACEOF
6277 cat confdefs.h
>>conftest.
$ac_ext
6278 cat >>conftest.
$ac_ext <<_ACEOF
6279 /* end confdefs.h. */
6280 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6281 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6282 #define $ac_func innocuous_$ac_func
6284 /* System header to define __stub macros and hopefully few prototypes,
6285 which can conflict with char $ac_func (); below.
6286 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6287 <limits.h> exists even on freestanding compilers. */
6290 # include <limits.h>
6292 # include <assert.h>
6297 /* Override any gcc2 internal prototype to avoid an error. */
6302 /* We use char because int might match the return type of a gcc2
6303 builtin and then its argument prototype would still apply. */
6305 /* The GNU C library defines this for functions which it implements
6306 to always fail with ENOSYS. Some functions are actually named
6307 something starting with __ and the normal name is an alias. */
6308 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6311 char (*f) () = $ac_func;
6320 return f != $ac_func;
6325 rm -f conftest.
$ac_objext conftest
$ac_exeext
6326 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6327 (eval $ac_link) 2>conftest.er1
6329 grep -v '^ *+' conftest.er1
>conftest.err
6331 cat conftest.err
>&5
6332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6333 (exit $ac_status); } &&
6334 { ac_try
='test -z "$ac_c_werror_flag"
6335 || test ! -s conftest.err'
6336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); }; } &&
6341 { ac_try
='test -s conftest$ac_exeext'
6342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6346 (exit $ac_status); }; }; then
6347 eval "$as_ac_var=yes"
6349 echo "$as_me: failed program was:" >&5
6350 sed 's/^/| /' conftest.
$ac_ext >&5
6352 eval "$as_ac_var=no"
6354 rm -f conftest.err conftest.
$ac_objext \
6355 conftest
$ac_exeext conftest.
$ac_ext
6357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6358 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6359 if test `eval echo '${'$as_ac_var'}'` = yes; then
6361 cat >>confdefs.h
<<_ACEOF
6362 #define CRAY_STACKSEG_END $ac_func
6371 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6372 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6373 if test "${ac_cv_c_stack_direction+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6376 if test "$cross_compiling" = yes; then
6377 ac_cv_c_stack_direction
=0
6379 cat >conftest.
$ac_ext <<_ACEOF
6382 cat confdefs.h
>>conftest.
$ac_ext
6383 cat >>conftest.
$ac_ext <<_ACEOF
6384 /* end confdefs.h. */
6386 find_stack_direction ()
6388 static char *addr = 0;
6393 return find_stack_direction ();
6396 return (&dummy > addr) ? 1 : -1;
6402 exit (find_stack_direction () < 0);
6405 rm -f conftest
$ac_exeext
6406 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6407 (eval $ac_link) 2>&5
6409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6410 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6415 (exit $ac_status); }; }; then
6416 ac_cv_c_stack_direction
=1
6418 echo "$as_me: program exited with status $ac_status" >&5
6419 echo "$as_me: failed program was:" >&5
6420 sed 's/^/| /' conftest.
$ac_ext >&5
6423 ac_cv_c_stack_direction
=-1
6425 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6428 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6429 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
6431 cat >>confdefs.h
<<_ACEOF
6432 #define STACK_DIRECTION $ac_cv_c_stack_direction
6440 for ac_header
in stdlib.h unistd.h
6442 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6443 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6444 echo "$as_me:$LINENO: checking for $ac_header" >&5
6445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6446 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6447 echo $ECHO_N "(cached) $ECHO_C" >&6
6449 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6450 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6452 # Is the header compilable?
6453 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6454 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6455 cat >conftest.
$ac_ext <<_ACEOF
6458 cat confdefs.h
>>conftest.
$ac_ext
6459 cat >>conftest.
$ac_ext <<_ACEOF
6460 /* end confdefs.h. */
6461 $ac_includes_default
6462 #include <$ac_header>
6464 rm -f conftest.
$ac_objext
6465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6466 (eval $ac_compile) 2>conftest.er1
6468 grep -v '^ *+' conftest.er1
>conftest.err
6470 cat conftest.err
>&5
6471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6472 (exit $ac_status); } &&
6473 { ac_try
='test -z "$ac_c_werror_flag"
6474 || test ! -s conftest.err'
6475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6479 (exit $ac_status); }; } &&
6480 { ac_try
='test -s conftest.$ac_objext'
6481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6485 (exit $ac_status); }; }; then
6486 ac_header_compiler
=yes
6488 echo "$as_me: failed program was:" >&5
6489 sed 's/^/| /' conftest.
$ac_ext >&5
6491 ac_header_compiler
=no
6493 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6494 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6495 echo "${ECHO_T}$ac_header_compiler" >&6
6497 # Is the header present?
6498 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6500 cat >conftest.
$ac_ext <<_ACEOF
6503 cat confdefs.h
>>conftest.
$ac_ext
6504 cat >>conftest.
$ac_ext <<_ACEOF
6505 /* end confdefs.h. */
6506 #include <$ac_header>
6508 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6509 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6511 grep -v '^ *+' conftest.er1
>conftest.err
6513 cat conftest.err
>&5
6514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 (exit $ac_status); } >/dev
/null
; then
6516 if test -s conftest.err
; then
6517 ac_cpp_err
=$ac_c_preproc_warn_flag
6518 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6525 if test -z "$ac_cpp_err"; then
6526 ac_header_preproc
=yes
6528 echo "$as_me: failed program was:" >&5
6529 sed 's/^/| /' conftest.
$ac_ext >&5
6531 ac_header_preproc
=no
6533 rm -f conftest.err conftest.
$ac_ext
6534 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6535 echo "${ECHO_T}$ac_header_preproc" >&6
6537 # So? What about this header?
6538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6544 ac_header_preproc
=yes
6547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6561 ## ------------------------------------------ ##
6562 ## Report this to the AC_PACKAGE_NAME lists. ##
6563 ## ------------------------------------------ ##
6566 sed "s/^/$as_me: WARNING: /" >&2
6569 echo "$as_me:$LINENO: checking for $ac_header" >&5
6570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6571 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6
6574 eval "$as_ac_Header=\$ac_header_preproc"
6576 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6577 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6581 cat >>confdefs.h
<<_ACEOF
6582 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6590 for ac_func
in getpagesize
6592 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6593 echo "$as_me:$LINENO: checking for $ac_func" >&5
6594 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6595 if eval "test \"\${$as_ac_var+set}\" = set"; then
6596 echo $ECHO_N "(cached) $ECHO_C" >&6
6598 cat >conftest.
$ac_ext <<_ACEOF
6601 cat confdefs.h
>>conftest.
$ac_ext
6602 cat >>conftest.
$ac_ext <<_ACEOF
6603 /* end confdefs.h. */
6604 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6605 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6606 #define $ac_func innocuous_$ac_func
6608 /* System header to define __stub macros and hopefully few prototypes,
6609 which can conflict with char $ac_func (); below.
6610 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6611 <limits.h> exists even on freestanding compilers. */
6614 # include <limits.h>
6616 # include <assert.h>
6621 /* Override any gcc2 internal prototype to avoid an error. */
6626 /* We use char because int might match the return type of a gcc2
6627 builtin and then its argument prototype would still apply. */
6629 /* The GNU C library defines this for functions which it implements
6630 to always fail with ENOSYS. Some functions are actually named
6631 something starting with __ and the normal name is an alias. */
6632 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6635 char (*f) () = $ac_func;
6644 return f != $ac_func;
6649 rm -f conftest.
$ac_objext conftest
$ac_exeext
6650 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6651 (eval $ac_link) 2>conftest.er1
6653 grep -v '^ *+' conftest.er1
>conftest.err
6655 cat conftest.err
>&5
6656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6657 (exit $ac_status); } &&
6658 { ac_try
='test -z "$ac_c_werror_flag"
6659 || test ! -s conftest.err'
6660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 (exit $ac_status); }; } &&
6665 { ac_try
='test -s conftest$ac_exeext'
6666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6670 (exit $ac_status); }; }; then
6671 eval "$as_ac_var=yes"
6673 echo "$as_me: failed program was:" >&5
6674 sed 's/^/| /' conftest.
$ac_ext >&5
6676 eval "$as_ac_var=no"
6678 rm -f conftest.err conftest.
$ac_objext \
6679 conftest
$ac_exeext conftest.
$ac_ext
6681 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6682 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6683 if test `eval echo '${'$as_ac_var'}'` = yes; then
6684 cat >>confdefs.h
<<_ACEOF
6685 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6691 echo "$as_me:$LINENO: checking for working mmap" >&5
6692 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6693 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6694 echo $ECHO_N "(cached) $ECHO_C" >&6
6696 if test "$cross_compiling" = yes; then
6697 ac_cv_func_mmap_fixed_mapped
=no
6699 cat >conftest.
$ac_ext <<_ACEOF
6702 cat confdefs.h
>>conftest.
$ac_ext
6703 cat >>conftest.
$ac_ext <<_ACEOF
6704 /* end confdefs.h. */
6705 $ac_includes_default
6706 /* malloc might have been renamed as rpl_malloc. */
6709 /* Thanks to Mike Haertel and Jim Avera for this test.
6710 Here is a matrix of mmap possibilities:
6711 mmap private not fixed
6712 mmap private fixed at somewhere currently unmapped
6713 mmap private fixed at somewhere already mapped
6714 mmap shared not fixed
6715 mmap shared fixed at somewhere currently unmapped
6716 mmap shared fixed at somewhere already mapped
6717 For private mappings, we should verify that changes cannot be read()
6718 back from the file, nor mmap's back from the file at a different
6719 address. (There have been systems where private was not correctly
6720 implemented like the infamous i386 svr4.0, and systems where the
6721 VM page cache was not coherent with the file system buffer cache
6722 like early versions of FreeBSD and possibly contemporary NetBSD.)
6723 For shared mappings, we should conversely verify that changes get
6724 propagated back to all the places they're supposed to be.
6726 Grep wants private fixed already mapped.
6727 The main things grep needs to know about mmap are:
6728 * does it exist and is it safe to write into the mmap'd area
6729 * how to use it (BSD variants) */
6732 #include <sys/mman.h>
6734 #if !STDC_HEADERS && !HAVE_STDLIB_H
6738 /* This mess was copied from the GNU getpagesize.h. */
6739 #if !HAVE_GETPAGESIZE
6740 /* Assume that all systems that can run configure have sys/param.h. */
6741 # if !HAVE_SYS_PARAM_H
6742 # define HAVE_SYS_PARAM_H 1
6745 # ifdef _SC_PAGESIZE
6746 # define getpagesize() sysconf(_SC_PAGESIZE)
6747 # else /* no _SC_PAGESIZE */
6748 # if HAVE_SYS_PARAM_H
6749 # include <sys/param.h>
6750 # ifdef EXEC_PAGESIZE
6751 # define getpagesize() EXEC_PAGESIZE
6752 # else /* no EXEC_PAGESIZE */
6754 # define getpagesize() NBPG * CLSIZE
6757 # endif /* no CLSIZE */
6758 # else /* no NBPG */
6760 # define getpagesize() NBPC
6761 # else /* no NBPC */
6763 # define getpagesize() PAGESIZE
6764 # endif /* PAGESIZE */
6765 # endif /* no NBPC */
6766 # endif /* no NBPG */
6767 # endif /* no EXEC_PAGESIZE */
6768 # else /* no HAVE_SYS_PARAM_H */
6769 # define getpagesize() 8192 /* punt totally */
6770 # endif /* no HAVE_SYS_PARAM_H */
6771 # endif /* no _SC_PAGESIZE */
6773 #endif /* no HAVE_GETPAGESIZE */
6778 char *data, *data2, *data3;
6782 pagesize = getpagesize ();
6784 /* First, make a file with some known garbage in it. */
6785 data = (char *) malloc (pagesize);
6788 for (i = 0; i < pagesize; ++i)
6789 *(data + i) = rand ();
6791 fd = creat ("conftest.mmap", 0600);
6794 if (write (fd, data, pagesize) != pagesize)
6798 /* Next, try to mmap the file at a fixed address which already has
6799 something else allocated at it. If we can, also make sure that
6800 we see the same garbage. */
6801 fd = open ("conftest.mmap", O_RDWR);
6804 data2 = (char *) malloc (2 * pagesize);
6807 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6808 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6809 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6811 for (i = 0; i < pagesize; ++i)
6812 if (*(data + i) != *(data2 + i))
6815 /* Finally, make sure that changes to the mapped area do not
6816 percolate back to the file as seen by read(). (This is a bug on
6817 some variants of i386 svr4.0.) */
6818 for (i = 0; i < pagesize; ++i)
6819 *(data2 + i) = *(data2 + i) + 1;
6820 data3 = (char *) malloc (pagesize);
6823 if (read (fd, data3, pagesize) != pagesize)
6825 for (i = 0; i < pagesize; ++i)
6826 if (*(data + i) != *(data3 + i))
6832 rm -f conftest
$ac_exeext
6833 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6834 (eval $ac_link) 2>&5
6836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6837 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6842 (exit $ac_status); }; }; then
6843 ac_cv_func_mmap_fixed_mapped
=yes
6845 echo "$as_me: program exited with status $ac_status" >&5
6846 echo "$as_me: failed program was:" >&5
6847 sed 's/^/| /' conftest.
$ac_ext >&5
6850 ac_cv_func_mmap_fixed_mapped
=no
6852 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6855 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6856 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6857 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6859 cat >>confdefs.h
<<\_ACEOF
6876 for ac_header
in argz.h limits.h locale.h nl_types.h malloc.h string.h \
6877 unistd.h values.h sys
/param.h
6879 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6880 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6881 echo "$as_me:$LINENO: checking for $ac_header" >&5
6882 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6883 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6884 echo $ECHO_N "(cached) $ECHO_C" >&6
6886 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6887 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6889 # Is the header compilable?
6890 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6891 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6892 cat >conftest.
$ac_ext <<_ACEOF
6895 cat confdefs.h
>>conftest.
$ac_ext
6896 cat >>conftest.
$ac_ext <<_ACEOF
6897 /* end confdefs.h. */
6898 $ac_includes_default
6899 #include <$ac_header>
6901 rm -f conftest.
$ac_objext
6902 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6903 (eval $ac_compile) 2>conftest.er1
6905 grep -v '^ *+' conftest.er1
>conftest.err
6907 cat conftest.err
>&5
6908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6909 (exit $ac_status); } &&
6910 { ac_try
='test -z "$ac_c_werror_flag"
6911 || test ! -s conftest.err'
6912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6916 (exit $ac_status); }; } &&
6917 { ac_try
='test -s conftest.$ac_objext'
6918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6922 (exit $ac_status); }; }; then
6923 ac_header_compiler
=yes
6925 echo "$as_me: failed program was:" >&5
6926 sed 's/^/| /' conftest.
$ac_ext >&5
6928 ac_header_compiler
=no
6930 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6931 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6932 echo "${ECHO_T}$ac_header_compiler" >&6
6934 # Is the header present?
6935 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6936 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6937 cat >conftest.
$ac_ext <<_ACEOF
6940 cat confdefs.h
>>conftest.
$ac_ext
6941 cat >>conftest.
$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6943 #include <$ac_header>
6945 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6946 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6948 grep -v '^ *+' conftest.er1
>conftest.err
6950 cat conftest.err
>&5
6951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6952 (exit $ac_status); } >/dev
/null
; then
6953 if test -s conftest.err
; then
6954 ac_cpp_err
=$ac_c_preproc_warn_flag
6955 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6962 if test -z "$ac_cpp_err"; then
6963 ac_header_preproc
=yes
6965 echo "$as_me: failed program was:" >&5
6966 sed 's/^/| /' conftest.
$ac_ext >&5
6968 ac_header_preproc
=no
6970 rm -f conftest.err conftest.
$ac_ext
6971 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6972 echo "${ECHO_T}$ac_header_preproc" >&6
6974 # So? What about this header?
6975 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6977 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6978 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6979 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6980 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6981 ac_header_preproc
=yes
6984 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6985 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6986 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6987 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6988 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6989 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6990 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6991 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6992 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6993 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6994 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6995 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6998 ## ------------------------------------------ ##
6999 ## Report this to the AC_PACKAGE_NAME lists. ##
7000 ## ------------------------------------------ ##
7003 sed "s/^/$as_me: WARNING: /" >&2
7006 echo "$as_me:$LINENO: checking for $ac_header" >&5
7007 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7008 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7009 echo $ECHO_N "(cached) $ECHO_C" >&6
7011 eval "$as_ac_Header=\$ac_header_preproc"
7013 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7014 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7017 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7018 cat >>confdefs.h
<<_ACEOF
7019 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7036 for ac_func
in getcwd munmap putenv setenv setlocale strchr strcasecmp \
7037 __argz_count __argz_stringify __argz_next
7039 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7040 echo "$as_me:$LINENO: checking for $ac_func" >&5
7041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7042 if eval "test \"\${$as_ac_var+set}\" = set"; then
7043 echo $ECHO_N "(cached) $ECHO_C" >&6
7045 cat >conftest.
$ac_ext <<_ACEOF
7048 cat confdefs.h
>>conftest.
$ac_ext
7049 cat >>conftest.
$ac_ext <<_ACEOF
7050 /* end confdefs.h. */
7051 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7052 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7053 #define $ac_func innocuous_$ac_func
7055 /* System header to define __stub macros and hopefully few prototypes,
7056 which can conflict with char $ac_func (); below.
7057 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7058 <limits.h> exists even on freestanding compilers. */
7061 # include <limits.h>
7063 # include <assert.h>
7068 /* Override any gcc2 internal prototype to avoid an error. */
7073 /* We use char because int might match the return type of a gcc2
7074 builtin and then its argument prototype would still apply. */
7076 /* The GNU C library defines this for functions which it implements
7077 to always fail with ENOSYS. Some functions are actually named
7078 something starting with __ and the normal name is an alias. */
7079 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7082 char (*f) () = $ac_func;
7091 return f != $ac_func;
7096 rm -f conftest.
$ac_objext conftest
$ac_exeext
7097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7098 (eval $ac_link) 2>conftest.er1
7100 grep -v '^ *+' conftest.er1
>conftest.err
7102 cat conftest.err
>&5
7103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7104 (exit $ac_status); } &&
7105 { ac_try
='test -z "$ac_c_werror_flag"
7106 || test ! -s conftest.err'
7107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7111 (exit $ac_status); }; } &&
7112 { ac_try
='test -s conftest$ac_exeext'
7113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117 (exit $ac_status); }; }; then
7118 eval "$as_ac_var=yes"
7120 echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.
$ac_ext >&5
7123 eval "$as_ac_var=no"
7125 rm -f conftest.err conftest.
$ac_objext \
7126 conftest
$ac_exeext conftest.
$ac_ext
7128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7129 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7130 if test `eval echo '${'$as_ac_var'}'` = yes; then
7131 cat >>confdefs.h
<<_ACEOF
7132 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7139 if test "${ac_cv_func_stpcpy+set}" != "set"; then
7141 for ac_func
in stpcpy
7143 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7144 echo "$as_me:$LINENO: checking for $ac_func" >&5
7145 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7146 if eval "test \"\${$as_ac_var+set}\" = set"; then
7147 echo $ECHO_N "(cached) $ECHO_C" >&6
7149 cat >conftest.
$ac_ext <<_ACEOF
7152 cat confdefs.h
>>conftest.
$ac_ext
7153 cat >>conftest.
$ac_ext <<_ACEOF
7154 /* end confdefs.h. */
7155 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7156 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7157 #define $ac_func innocuous_$ac_func
7159 /* System header to define __stub macros and hopefully few prototypes,
7160 which can conflict with char $ac_func (); below.
7161 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7162 <limits.h> exists even on freestanding compilers. */
7165 # include <limits.h>
7167 # include <assert.h>
7172 /* Override any gcc2 internal prototype to avoid an error. */
7177 /* We use char because int might match the return type of a gcc2
7178 builtin and then its argument prototype would still apply. */
7180 /* The GNU C library defines this for functions which it implements
7181 to always fail with ENOSYS. Some functions are actually named
7182 something starting with __ and the normal name is an alias. */
7183 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7186 char (*f) () = $ac_func;
7195 return f != $ac_func;
7200 rm -f conftest.
$ac_objext conftest
$ac_exeext
7201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7202 (eval $ac_link) 2>conftest.er1
7204 grep -v '^ *+' conftest.er1
>conftest.err
7206 cat conftest.err
>&5
7207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7208 (exit $ac_status); } &&
7209 { ac_try
='test -z "$ac_c_werror_flag"
7210 || test ! -s conftest.err'
7211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); }; } &&
7216 { ac_try
='test -s conftest$ac_exeext'
7217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7221 (exit $ac_status); }; }; then
7222 eval "$as_ac_var=yes"
7224 echo "$as_me: failed program was:" >&5
7225 sed 's/^/| /' conftest.
$ac_ext >&5
7227 eval "$as_ac_var=no"
7229 rm -f conftest.err conftest.
$ac_objext \
7230 conftest
$ac_exeext conftest.
$ac_ext
7232 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7233 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7234 if test `eval echo '${'$as_ac_var'}'` = yes; then
7235 cat >>confdefs.h
<<_ACEOF
7236 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7243 if test "${ac_cv_func_stpcpy}" = "yes"; then
7245 cat >>confdefs.h
<<\_ACEOF
7246 #define HAVE_STPCPY 1
7251 if test $ac_cv_header_locale_h = yes; then
7252 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7253 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7254 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7255 echo $ECHO_N "(cached) $ECHO_C" >&6
7257 cat >conftest.
$ac_ext <<_ACEOF
7260 cat confdefs.h
>>conftest.
$ac_ext
7261 cat >>conftest.
$ac_ext <<_ACEOF
7262 /* end confdefs.h. */
7272 rm -f conftest.
$ac_objext conftest
$ac_exeext
7273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7274 (eval $ac_link) 2>conftest.er1
7276 grep -v '^ *+' conftest.er1
>conftest.err
7278 cat conftest.err
>&5
7279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 (exit $ac_status); } &&
7281 { ac_try
='test -z "$ac_c_werror_flag"
7282 || test ! -s conftest.err'
7283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7287 (exit $ac_status); }; } &&
7288 { ac_try
='test -s conftest$ac_exeext'
7289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); }; }; then
7294 am_cv_val_LC_MESSAGES
=yes
7296 echo "$as_me: failed program was:" >&5
7297 sed 's/^/| /' conftest.
$ac_ext >&5
7299 am_cv_val_LC_MESSAGES
=no
7301 rm -f conftest.err conftest.
$ac_objext \
7302 conftest
$ac_exeext conftest.
$ac_ext
7304 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7305 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
7306 if test $am_cv_val_LC_MESSAGES = yes; then
7308 cat >>confdefs.h
<<\_ACEOF
7309 #define HAVE_LC_MESSAGES 1
7314 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7315 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
7316 # Check whether --enable-nls or --disable-nls was given.
7317 if test "${enable_nls+set}" = set; then
7318 enableval
="$enable_nls"
7323 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7324 echo "${ECHO_T}$USE_NLS" >&6
7327 USE_INCLUDED_LIBINTL
=no
7329 if test "$USE_NLS" = "yes"; then
7330 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7331 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7333 # Check whether --with-included-gettext or --without-included-gettext was given.
7334 if test "${with_included_gettext+set}" = set; then
7335 withval
="$with_included_gettext"
7336 nls_cv_force_use_gnu_gettext
=$withval
7338 nls_cv_force_use_gnu_gettext
=no
7340 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7341 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
7343 nls_cv_use_gnu_gettext
="$nls_cv_force_use_gnu_gettext"
7344 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7346 nls_cv_header_libgt
=
7349 if test "${ac_cv_header_libintl_h+set}" = set; then
7350 echo "$as_me:$LINENO: checking for libintl.h" >&5
7351 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7352 if test "${ac_cv_header_libintl_h+set}" = set; then
7353 echo $ECHO_N "(cached) $ECHO_C" >&6
7355 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7356 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7358 # Is the header compilable?
7359 echo "$as_me:$LINENO: checking libintl.h usability" >&5
7360 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7361 cat >conftest.
$ac_ext <<_ACEOF
7364 cat confdefs.h
>>conftest.
$ac_ext
7365 cat >>conftest.
$ac_ext <<_ACEOF
7366 /* end confdefs.h. */
7367 $ac_includes_default
7368 #include <libintl.h>
7370 rm -f conftest.
$ac_objext
7371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7372 (eval $ac_compile) 2>conftest.er1
7374 grep -v '^ *+' conftest.er1
>conftest.err
7376 cat conftest.err
>&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } &&
7379 { ac_try
='test -z "$ac_c_werror_flag"
7380 || test ! -s conftest.err'
7381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385 (exit $ac_status); }; } &&
7386 { ac_try
='test -s conftest.$ac_objext'
7387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391 (exit $ac_status); }; }; then
7392 ac_header_compiler
=yes
7394 echo "$as_me: failed program was:" >&5
7395 sed 's/^/| /' conftest.
$ac_ext >&5
7397 ac_header_compiler
=no
7399 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7400 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7401 echo "${ECHO_T}$ac_header_compiler" >&6
7403 # Is the header present?
7404 echo "$as_me:$LINENO: checking libintl.h presence" >&5
7405 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7406 cat >conftest.
$ac_ext <<_ACEOF
7409 cat confdefs.h
>>conftest.
$ac_ext
7410 cat >>conftest.
$ac_ext <<_ACEOF
7411 /* end confdefs.h. */
7412 #include <libintl.h>
7414 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7415 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7417 grep -v '^ *+' conftest.er1
>conftest.err
7419 cat conftest.err
>&5
7420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7421 (exit $ac_status); } >/dev
/null
; then
7422 if test -s conftest.err
; then
7423 ac_cpp_err
=$ac_c_preproc_warn_flag
7424 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7431 if test -z "$ac_cpp_err"; then
7432 ac_header_preproc
=yes
7434 echo "$as_me: failed program was:" >&5
7435 sed 's/^/| /' conftest.
$ac_ext >&5
7437 ac_header_preproc
=no
7439 rm -f conftest.err conftest.
$ac_ext
7440 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7441 echo "${ECHO_T}$ac_header_preproc" >&6
7443 # So? What about this header?
7444 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7446 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7447 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7449 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7450 ac_header_preproc
=yes
7453 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7454 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7455 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
7456 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7458 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7459 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
7460 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
7461 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7462 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7464 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7467 ## ------------------------------------------ ##
7468 ## Report this to the AC_PACKAGE_NAME lists. ##
7469 ## ------------------------------------------ ##
7472 sed "s/^/$as_me: WARNING: /" >&2
7475 echo "$as_me:$LINENO: checking for libintl.h" >&5
7476 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7477 if test "${ac_cv_header_libintl_h+set}" = set; then
7478 echo $ECHO_N "(cached) $ECHO_C" >&6
7480 ac_cv_header_libintl_h
=$ac_header_preproc
7482 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7483 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7486 if test $ac_cv_header_libintl_h = yes; then
7487 echo "$as_me:$LINENO: checking for gettext in libc" >&5
7488 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
7489 if test "${gt_cv_func_gettext_libc+set}" = set; then
7490 echo $ECHO_N "(cached) $ECHO_C" >&6
7492 cat >conftest.
$ac_ext <<_ACEOF
7495 cat confdefs.h
>>conftest.
$ac_ext
7496 cat >>conftest.
$ac_ext <<_ACEOF
7497 /* end confdefs.h. */
7498 #include <libintl.h>
7502 return (int) gettext ("")
7507 rm -f conftest.
$ac_objext conftest
$ac_exeext
7508 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7509 (eval $ac_link) 2>conftest.er1
7511 grep -v '^ *+' conftest.er1
>conftest.err
7513 cat conftest.err
>&5
7514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7515 (exit $ac_status); } &&
7516 { ac_try
='test -z "$ac_c_werror_flag"
7517 || test ! -s conftest.err'
7518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); }; } &&
7523 { ac_try
='test -s conftest$ac_exeext'
7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); }; }; then
7529 gt_cv_func_gettext_libc
=yes
7531 echo "$as_me: failed program was:" >&5
7532 sed 's/^/| /' conftest.
$ac_ext >&5
7534 gt_cv_func_gettext_libc
=no
7536 rm -f conftest.err conftest.
$ac_objext \
7537 conftest
$ac_exeext conftest.
$ac_ext
7539 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
7540 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
7542 if test "$gt_cv_func_gettext_libc" != "yes"; then
7543 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
7544 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
7545 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
7546 echo $ECHO_N "(cached) $ECHO_C" >&6
7548 ac_check_lib_save_LIBS
=$LIBS
7550 cat >conftest.
$ac_ext <<_ACEOF
7553 cat confdefs.h
>>conftest.
$ac_ext
7554 cat >>conftest.
$ac_ext <<_ACEOF
7555 /* end confdefs.h. */
7557 /* Override any gcc2 internal prototype to avoid an error. */
7561 /* We use char because int might match the return type of a gcc2
7562 builtin and then its argument prototype would still apply. */
7563 char bindtextdomain ();
7572 rm -f conftest.
$ac_objext conftest
$ac_exeext
7573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7574 (eval $ac_link) 2>conftest.er1
7576 grep -v '^ *+' conftest.er1
>conftest.err
7578 cat conftest.err
>&5
7579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580 (exit $ac_status); } &&
7581 { ac_try
='test -z "$ac_c_werror_flag"
7582 || test ! -s conftest.err'
7583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587 (exit $ac_status); }; } &&
7588 { ac_try
='test -s conftest$ac_exeext'
7589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7593 (exit $ac_status); }; }; then
7594 ac_cv_lib_intl_bindtextdomain
=yes
7596 echo "$as_me: failed program was:" >&5
7597 sed 's/^/| /' conftest.
$ac_ext >&5
7599 ac_cv_lib_intl_bindtextdomain
=no
7601 rm -f conftest.err conftest.
$ac_objext \
7602 conftest
$ac_exeext conftest.
$ac_ext
7603 LIBS
=$ac_check_lib_save_LIBS
7605 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
7606 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
7607 if test $ac_cv_lib_intl_bindtextdomain = yes; then
7608 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
7609 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
7610 if test "${gt_cv_func_gettext_libintl+set}" = set; then
7611 echo $ECHO_N "(cached) $ECHO_C" >&6
7613 cat >conftest.
$ac_ext <<_ACEOF
7616 cat confdefs.h
>>conftest.
$ac_ext
7617 cat >>conftest.
$ac_ext <<_ACEOF
7618 /* end confdefs.h. */
7623 return (int) gettext ("")
7628 rm -f conftest.
$ac_objext conftest
$ac_exeext
7629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7630 (eval $ac_link) 2>conftest.er1
7632 grep -v '^ *+' conftest.er1
>conftest.err
7634 cat conftest.err
>&5
7635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636 (exit $ac_status); } &&
7637 { ac_try
='test -z "$ac_c_werror_flag"
7638 || test ! -s conftest.err'
7639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7643 (exit $ac_status); }; } &&
7644 { ac_try
='test -s conftest$ac_exeext'
7645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7649 (exit $ac_status); }; }; then
7650 gt_cv_func_gettext_libintl
=yes
7652 echo "$as_me: failed program was:" >&5
7653 sed 's/^/| /' conftest.
$ac_ext >&5
7655 gt_cv_func_gettext_libintl
=no
7657 rm -f conftest.err conftest.
$ac_objext \
7658 conftest
$ac_exeext conftest.
$ac_ext
7660 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
7661 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
7666 if test "$gt_cv_func_gettext_libc" = "yes" \
7667 ||
test "$gt_cv_func_gettext_libintl" = "yes"; then
7669 cat >>confdefs.h
<<\_ACEOF
7670 #define HAVE_GETTEXT 1
7673 # Extract the first word of "msgfmt", so it can be a program name with args.
7674 set dummy msgfmt
; ac_word
=$2
7675 echo "$as_me:$LINENO: checking for $ac_word" >&5
7676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7677 if test "${ac_cv_path_MSGFMT+set}" = set; then
7678 echo $ECHO_N "(cached) $ECHO_C" >&6
7682 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
7685 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7686 for ac_dir
in $PATH; do
7687 test -z "$ac_dir" && ac_dir
=.
7688 if test -f $ac_dir/$ac_word; then
7689 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7690 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
7696 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="no"
7700 MSGFMT
="$ac_cv_path_MSGFMT"
7701 if test -n "$MSGFMT"; then
7702 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7703 echo "${ECHO_T}$MSGFMT" >&6
7705 echo "$as_me:$LINENO: result: no" >&5
7706 echo "${ECHO_T}no" >&6
7708 if test "$MSGFMT" != "no"; then
7710 for ac_func
in dcgettext
7712 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7713 echo "$as_me:$LINENO: checking for $ac_func" >&5
7714 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7715 if eval "test \"\${$as_ac_var+set}\" = set"; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7718 cat >conftest.
$ac_ext <<_ACEOF
7721 cat confdefs.h
>>conftest.
$ac_ext
7722 cat >>conftest.
$ac_ext <<_ACEOF
7723 /* end confdefs.h. */
7724 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7726 #define $ac_func innocuous_$ac_func
7728 /* System header to define __stub macros and hopefully few prototypes,
7729 which can conflict with char $ac_func (); below.
7730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7731 <limits.h> exists even on freestanding compilers. */
7734 # include <limits.h>
7736 # include <assert.h>
7741 /* Override any gcc2 internal prototype to avoid an error. */
7746 /* We use char because int might match the return type of a gcc2
7747 builtin and then its argument prototype would still apply. */
7749 /* The GNU C library defines this for functions which it implements
7750 to always fail with ENOSYS. Some functions are actually named
7751 something starting with __ and the normal name is an alias. */
7752 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7755 char (*f) () = $ac_func;
7764 return f != $ac_func;
7769 rm -f conftest.
$ac_objext conftest
$ac_exeext
7770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7771 (eval $ac_link) 2>conftest.er1
7773 grep -v '^ *+' conftest.er1
>conftest.err
7775 cat conftest.err
>&5
7776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7777 (exit $ac_status); } &&
7778 { ac_try
='test -z "$ac_c_werror_flag"
7779 || test ! -s conftest.err'
7780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7784 (exit $ac_status); }; } &&
7785 { ac_try
='test -s conftest$ac_exeext'
7786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7790 (exit $ac_status); }; }; then
7791 eval "$as_ac_var=yes"
7793 echo "$as_me: failed program was:" >&5
7794 sed 's/^/| /' conftest.
$ac_ext >&5
7796 eval "$as_ac_var=no"
7798 rm -f conftest.err conftest.
$ac_objext \
7799 conftest
$ac_exeext conftest.
$ac_ext
7801 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7802 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7803 if test `eval echo '${'$as_ac_var'}'` = yes; then
7804 cat >>confdefs.h
<<_ACEOF
7805 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7811 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7812 set dummy gmsgfmt
; ac_word
=$2
7813 echo "$as_me:$LINENO: checking for $ac_word" >&5
7814 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7815 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7816 echo $ECHO_N "(cached) $ECHO_C" >&6
7820 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
7823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7827 test -z "$as_dir" && as_dir
=.
7828 for ac_exec_ext
in '' $ac_executable_extensions; do
7829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7830 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
7831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7837 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
7841 GMSGFMT
=$ac_cv_path_GMSGFMT
7843 if test -n "$GMSGFMT"; then
7844 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7845 echo "${ECHO_T}$GMSGFMT" >&6
7847 echo "$as_me:$LINENO: result: no" >&5
7848 echo "${ECHO_T}no" >&6
7851 # Extract the first word of "xgettext", so it can be a program name with args.
7852 set dummy xgettext
; ac_word
=$2
7853 echo "$as_me:$LINENO: checking for $ac_word" >&5
7854 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7855 if test "${ac_cv_path_XGETTEXT+set}" = set; then
7856 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
7863 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7864 for ac_dir
in $PATH; do
7865 test -z "$ac_dir" && ac_dir
=.
7866 if test -f $ac_dir/$ac_word; then
7867 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7868 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
7874 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
7878 XGETTEXT
="$ac_cv_path_XGETTEXT"
7879 if test -n "$XGETTEXT"; then
7880 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7881 echo "${ECHO_T}$XGETTEXT" >&6
7883 echo "$as_me:$LINENO: result: no" >&5
7884 echo "${ECHO_T}no" >&6
7887 cat >conftest.
$ac_ext <<_ACEOF
7890 cat confdefs.h
>>conftest.
$ac_ext
7891 cat >>conftest.
$ac_ext <<_ACEOF
7892 /* end confdefs.h. */
7897 extern int _nl_msg_cat_cntr;
7898 return _nl_msg_cat_cntr
7903 rm -f conftest.
$ac_objext conftest
$ac_exeext
7904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7905 (eval $ac_link) 2>conftest.er1
7907 grep -v '^ *+' conftest.er1
>conftest.err
7909 cat conftest.err
>&5
7910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911 (exit $ac_status); } &&
7912 { ac_try
='test -z "$ac_c_werror_flag"
7913 || test ! -s conftest.err'
7914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7918 (exit $ac_status); }; } &&
7919 { ac_try
='test -s conftest$ac_exeext'
7920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7924 (exit $ac_status); }; }; then
7928 echo "$as_me: failed program was:" >&5
7929 sed 's/^/| /' conftest.
$ac_ext >&5
7934 rm -f conftest.err conftest.
$ac_objext \
7935 conftest
$ac_exeext conftest.
$ac_ext
7945 if test x
"$CATOBJEXT" = x
&& test -d $srcdir/..
/intl
; then
7946 # Neither gettext nor catgets in included in the C library.
7947 # Fall back on GNU gettext library (assuming it is present).
7948 nls_cv_use_gnu_gettext
=yes
7952 if test "$nls_cv_use_gnu_gettext" = "yes"; then
7953 INTLOBJS
="\$(GETTOBJS)"
7954 # Extract the first word of "msgfmt", so it can be a program name with args.
7955 set dummy msgfmt
; ac_word
=$2
7956 echo "$as_me:$LINENO: checking for $ac_word" >&5
7957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7958 if test "${ac_cv_path_MSGFMT+set}" = set; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7963 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
7966 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7967 for ac_dir
in $PATH; do
7968 test -z "$ac_dir" && ac_dir
=.
7969 if test -f $ac_dir/$ac_word; then
7970 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7971 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
7977 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="msgfmt"
7981 MSGFMT
="$ac_cv_path_MSGFMT"
7982 if test -n "$MSGFMT"; then
7983 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7984 echo "${ECHO_T}$MSGFMT" >&6
7986 echo "$as_me:$LINENO: result: no" >&5
7987 echo "${ECHO_T}no" >&6
7990 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7991 set dummy gmsgfmt
; ac_word
=$2
7992 echo "$as_me:$LINENO: checking for $ac_word" >&5
7993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7994 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7995 echo $ECHO_N "(cached) $ECHO_C" >&6
7999 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
8002 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8006 test -z "$as_dir" && as_dir
=.
8007 for ac_exec_ext
in '' $ac_executable_extensions; do
8008 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8009 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
8010 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8016 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
8020 GMSGFMT
=$ac_cv_path_GMSGFMT
8022 if test -n "$GMSGFMT"; then
8023 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8024 echo "${ECHO_T}$GMSGFMT" >&6
8026 echo "$as_me:$LINENO: result: no" >&5
8027 echo "${ECHO_T}no" >&6
8030 # Extract the first word of "xgettext", so it can be a program name with args.
8031 set dummy xgettext
; ac_word
=$2
8032 echo "$as_me:$LINENO: checking for $ac_word" >&5
8033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8034 if test "${ac_cv_path_XGETTEXT+set}" = set; then
8035 echo $ECHO_N "(cached) $ECHO_C" >&6
8039 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
8042 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8043 for ac_dir
in $PATH; do
8044 test -z "$ac_dir" && ac_dir
=.
8045 if test -f $ac_dir/$ac_word; then
8046 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8047 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
8053 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
8057 XGETTEXT
="$ac_cv_path_XGETTEXT"
8058 if test -n "$XGETTEXT"; then
8059 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8060 echo "${ECHO_T}$XGETTEXT" >&6
8062 echo "$as_me:$LINENO: result: no" >&5
8063 echo "${ECHO_T}no" >&6
8067 USE_INCLUDED_LIBINTL
=yes
8071 INTLDEPS
='$(top_builddir)/../intl/libintl.a'
8073 LIBS
=`echo $LIBS | sed -e 's/-lintl//'`
8074 nls_cv_header_intl
=libintl.h
8075 nls_cv_header_libgt
=libgettext.h
8078 if test "$XGETTEXT" != ":"; then
8079 if $XGETTEXT --omit-header /dev
/null
2> /dev
/null
; then
8082 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8083 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
8088 # We need to process the po/ directory.
8092 nls_cv_header_intl
=libintl.h
8093 nls_cv_header_libgt
=libgettext.h
8096 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8097 # because some of the sources are only built for this goal.
8098 if test "$PACKAGE" = gettext; then
8100 USE_INCLUDED_LIBINTL
=yes
8103 for lang
in $ALL_LINGUAS; do
8104 GMOFILES
="$GMOFILES $lang.gmo"
8105 POFILES
="$POFILES $lang.po"
8119 if test "x$CATOBJEXT" != "x"; then
8121 cat >>confdefs.h
<<\_ACEOF
8122 #define ENABLE_NLS 1
8128 if test "x$CATOBJEXT" != "x"; then
8129 if test "x$ALL_LINGUAS" = "x"; then
8132 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8133 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
8135 for lang
in ${LINGUAS=$ALL_LINGUAS}; do
8136 case "$ALL_LINGUAS" in
8137 *$lang*) NEW_LINGUAS
="$NEW_LINGUAS $lang" ;;
8140 LINGUAS
=$NEW_LINGUAS
8141 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8142 echo "${ECHO_T}$LINGUAS" >&6
8145 if test -n "$LINGUAS"; then
8146 for lang
in $LINGUAS; do CATALOGS
="$CATALOGS $lang$CATOBJEXT"; done
8150 if test $ac_cv_header_locale_h = yes; then
8151 INCLUDE_LOCALE_H
="#include <locale.h>"
8154 /* The system does not provide the header <locale.h>. Take care yourself. */"
8158 if test -f $srcdir/po2tbl.
sed.
in; then
8159 if test "$CATOBJEXT" = ".cat"; then
8160 if test "${ac_cv_header_linux_version_h+set}" = set; then
8161 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8162 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8163 if test "${ac_cv_header_linux_version_h+set}" = set; then
8164 echo $ECHO_N "(cached) $ECHO_C" >&6
8166 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8167 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8169 # Is the header compilable?
8170 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8171 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8172 cat >conftest.
$ac_ext <<_ACEOF
8175 cat confdefs.h
>>conftest.
$ac_ext
8176 cat >>conftest.
$ac_ext <<_ACEOF
8177 /* end confdefs.h. */
8178 $ac_includes_default
8179 #include <linux/version.h>
8181 rm -f conftest.
$ac_objext
8182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8183 (eval $ac_compile) 2>conftest.er1
8185 grep -v '^ *+' conftest.er1
>conftest.err
8187 cat conftest.err
>&5
8188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8189 (exit $ac_status); } &&
8190 { ac_try
='test -z "$ac_c_werror_flag"
8191 || test ! -s conftest.err'
8192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); }; } &&
8197 { ac_try
='test -s conftest.$ac_objext'
8198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8202 (exit $ac_status); }; }; then
8203 ac_header_compiler
=yes
8205 echo "$as_me: failed program was:" >&5
8206 sed 's/^/| /' conftest.
$ac_ext >&5
8208 ac_header_compiler
=no
8210 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8211 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8212 echo "${ECHO_T}$ac_header_compiler" >&6
8214 # Is the header present?
8215 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8216 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8217 cat >conftest.
$ac_ext <<_ACEOF
8220 cat confdefs.h
>>conftest.
$ac_ext
8221 cat >>conftest.
$ac_ext <<_ACEOF
8222 /* end confdefs.h. */
8223 #include <linux/version.h>
8225 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8226 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8228 grep -v '^ *+' conftest.er1
>conftest.err
8230 cat conftest.err
>&5
8231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232 (exit $ac_status); } >/dev
/null
; then
8233 if test -s conftest.err
; then
8234 ac_cpp_err
=$ac_c_preproc_warn_flag
8235 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8242 if test -z "$ac_cpp_err"; then
8243 ac_header_preproc
=yes
8245 echo "$as_me: failed program was:" >&5
8246 sed 's/^/| /' conftest.
$ac_ext >&5
8248 ac_header_preproc
=no
8250 rm -f conftest.err conftest.
$ac_ext
8251 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8252 echo "${ECHO_T}$ac_header_preproc" >&6
8254 # So? What about this header?
8255 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8257 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8258 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8259 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8260 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8261 ac_header_preproc
=yes
8264 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8265 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8266 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8267 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8268 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8269 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8270 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8271 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
8272 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8273 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8274 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8275 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
8278 ## ------------------------------------------ ##
8279 ## Report this to the AC_PACKAGE_NAME lists. ##
8280 ## ------------------------------------------ ##
8283 sed "s/^/$as_me: WARNING: /" >&2
8286 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8287 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8288 if test "${ac_cv_header_linux_version_h+set}" = set; then
8289 echo $ECHO_N "(cached) $ECHO_C" >&6
8291 ac_cv_header_linux_version_h
=$ac_header_preproc
8293 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8294 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8297 if test $ac_cv_header_linux_version_h = yes; then
8305 sed -e '/^#/d' $srcdir/$msgformat-msg.
sed > po2msg.
sed
8307 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8308 $srcdir/po2tbl.
sed.
in > po2tbl.
sed
8311 if test "$PACKAGE" = "gettext"; then
8321 MKINSTALLDIRS
="\$(srcdir)/../../mkinstalldirs"
8327 if test -f $srcdir/po
/POTFILES.
in; then
8328 test -d po || mkdir po
8329 if test "x$srcdir" != "x."; then
8330 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8331 posrcprefix
="$srcdir/"
8333 posrcprefix
="../$srcdir/"
8339 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8340 < $srcdir/po
/POTFILES.
in > po
/POTFILES
8344 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
8345 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
8346 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
8347 if test "${enable_maintainer_mode+set}" = set; then
8348 enableval
="$enable_maintainer_mode"
8349 USE_MAINTAINER_MODE
=$enableval
8351 USE_MAINTAINER_MODE
=no
8353 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
8354 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
8357 if test $USE_MAINTAINER_MODE = yes; then
8358 MAINTAINER_MODE_TRUE
=
8359 MAINTAINER_MODE_FALSE
='#'
8361 MAINTAINER_MODE_TRUE
='#'
8362 MAINTAINER_MODE_FALSE
=
8365 MAINT
=$MAINTAINER_MODE_TRUE
8369 if test -n "$EXEEXT"; then
8371 cat >>confdefs.h
<<\_ACEOF
8372 #define HAVE_EXECUTABLE_SUFFIX 1
8377 cat >>confdefs.h
<<_ACEOF
8378 #define EXECUTABLE_SUFFIX "${EXEEXT}"
8382 # host-specific stuff:
8386 .
${srcdir}/..
/bfd
/configure.
host
8391 if test -n "$ac_tool_prefix"; then
8392 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8393 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
8394 echo "$as_me:$LINENO: checking for $ac_word" >&5
8395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8396 if test "${ac_cv_prog_RANLIB+set}" = set; then
8397 echo $ECHO_N "(cached) $ECHO_C" >&6
8399 if test -n "$RANLIB"; then
8400 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
8402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8406 test -z "$as_dir" && as_dir
=.
8407 for ac_exec_ext
in '' $ac_executable_extensions; do
8408 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8409 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
8410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8418 RANLIB
=$ac_cv_prog_RANLIB
8419 if test -n "$RANLIB"; then
8420 echo "$as_me:$LINENO: result: $RANLIB" >&5
8421 echo "${ECHO_T}$RANLIB" >&6
8423 echo "$as_me:$LINENO: result: no" >&5
8424 echo "${ECHO_T}no" >&6
8428 if test -z "$ac_cv_prog_RANLIB"; then
8429 ac_ct_RANLIB
=$RANLIB
8430 # Extract the first word of "ranlib", so it can be a program name with args.
8431 set dummy ranlib
; ac_word
=$2
8432 echo "$as_me:$LINENO: checking for $ac_word" >&5
8433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8434 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
8435 echo $ECHO_N "(cached) $ECHO_C" >&6
8437 if test -n "$ac_ct_RANLIB"; then
8438 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
8440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8444 test -z "$as_dir" && as_dir
=.
8445 for ac_exec_ext
in '' $ac_executable_extensions; do
8446 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8447 ac_cv_prog_ac_ct_RANLIB
="ranlib"
8448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8454 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
8457 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
8458 if test -n "$ac_ct_RANLIB"; then
8459 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
8460 echo "${ECHO_T}$ac_ct_RANLIB" >&6
8462 echo "$as_me:$LINENO: result: no" >&5
8463 echo "${ECHO_T}no" >&6
8466 RANLIB
=$ac_ct_RANLIB
8468 RANLIB
="$ac_cv_prog_RANLIB"
8471 # Find a good install program. We prefer a C program (faster),
8472 # so one script is as good as another. But avoid the broken or
8473 # incompatible versions:
8474 # SysV /etc/install, /usr/sbin/install
8475 # SunOS /usr/etc/install
8476 # IRIX /sbin/install
8478 # AmigaOS /C/install, which installs bootblocks on floppy discs
8479 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8480 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8481 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8482 # OS/2's system install, which has a completely different semantic
8483 # ./install, which can be erroneously created by make from ./install.sh.
8484 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
8485 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
8486 if test -z "$INSTALL"; then
8487 if test "${ac_cv_path_install+set}" = set; then
8488 echo $ECHO_N "(cached) $ECHO_C" >&6
8490 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8494 test -z "$as_dir" && as_dir
=.
8495 # Account for people who put trailing slashes in PATH elements.
8497 .
/ | .
// |
/cC
/* | \
8498 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
8499 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
8502 # OSF1 and SCO ODT 3.0 have their own names for install.
8503 # Don't use installbsd from OSF since it installs stuff as root
8505 for ac_prog
in ginstall scoinst
install; do
8506 for ac_exec_ext
in '' $ac_executable_extensions; do
8507 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
8508 if test $ac_prog = install &&
8509 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
8510 # AIX install. It has an incompatible calling convention.
8512 elif test $ac_prog = install &&
8513 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
8514 # program-specific install script used by HP pwplus--don't use.
8517 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
8529 if test "${ac_cv_path_install+set}" = set; then
8530 INSTALL
=$ac_cv_path_install
8532 # As a last resort, use the slow shell script. We don't cache a
8533 # path for INSTALL within a source directory, because that will
8534 # break other packages using the cache if that directory is
8535 # removed, or if the path is relative.
8536 INSTALL
=$ac_install_sh
8539 echo "$as_me:$LINENO: result: $INSTALL" >&5
8540 echo "${ECHO_T}$INSTALL" >&6
8542 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8543 # It thinks the first close brace ends the variable substitution.
8544 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8546 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
8548 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8551 # Put a plausible default for CC_FOR_BUILD in Makefile.
8552 if test -z "$CC_FOR_BUILD"; then
8553 if test "x$cross_compiling" = "xno"; then
8554 CC_FOR_BUILD
='$(CC)'
8560 # Also set EXEEXT_FOR_BUILD.
8561 if test "x$cross_compiling" = "xno"; then
8562 EXEEXT_FOR_BUILD
='$(EXEEXT)'
8564 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
8565 echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
8566 if test "${bfd_cv_build_exeext+set}" = set; then
8567 echo $ECHO_N "(cached) $ECHO_C" >&6
8570 echo 'int main () { return 0; }' > conftest.c
8571 bfd_cv_build_exeext
=
8572 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
8573 for file in conftest.
*; do
8575 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
8576 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
8580 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
8582 echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
8583 echo "${ECHO_T}$bfd_cv_build_exeext" >&6
8585 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
8589 DEMANGLER_NAME
=c
++filt
8591 *-*-go32* |
*-*-msdos*)
8592 DEMANGLER_NAME
=cxxfilt
8602 for ac_header
in string.h
strings.h stdlib.h unistd.h fcntl.h sys
/file.h
8604 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8605 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8606 echo "$as_me:$LINENO: checking for $ac_header" >&5
8607 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8608 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8609 echo $ECHO_N "(cached) $ECHO_C" >&6
8611 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8612 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8614 # Is the header compilable?
8615 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8616 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8617 cat >conftest.
$ac_ext <<_ACEOF
8620 cat confdefs.h
>>conftest.
$ac_ext
8621 cat >>conftest.
$ac_ext <<_ACEOF
8622 /* end confdefs.h. */
8623 $ac_includes_default
8624 #include <$ac_header>
8626 rm -f conftest.
$ac_objext
8627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8628 (eval $ac_compile) 2>conftest.er1
8630 grep -v '^ *+' conftest.er1
>conftest.err
8632 cat conftest.err
>&5
8633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8634 (exit $ac_status); } &&
8635 { ac_try
='test -z "$ac_c_werror_flag"
8636 || test ! -s conftest.err'
8637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8641 (exit $ac_status); }; } &&
8642 { ac_try
='test -s conftest.$ac_objext'
8643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 (exit $ac_status); }; }; then
8648 ac_header_compiler
=yes
8650 echo "$as_me: failed program was:" >&5
8651 sed 's/^/| /' conftest.
$ac_ext >&5
8653 ac_header_compiler
=no
8655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8656 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8657 echo "${ECHO_T}$ac_header_compiler" >&6
8659 # Is the header present?
8660 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8661 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8662 cat >conftest.
$ac_ext <<_ACEOF
8665 cat confdefs.h
>>conftest.
$ac_ext
8666 cat >>conftest.
$ac_ext <<_ACEOF
8667 /* end confdefs.h. */
8668 #include <$ac_header>
8670 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8671 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8673 grep -v '^ *+' conftest.er1
>conftest.err
8675 cat conftest.err
>&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); } >/dev
/null
; then
8678 if test -s conftest.err
; then
8679 ac_cpp_err
=$ac_c_preproc_warn_flag
8680 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8687 if test -z "$ac_cpp_err"; then
8688 ac_header_preproc
=yes
8690 echo "$as_me: failed program was:" >&5
8691 sed 's/^/| /' conftest.
$ac_ext >&5
8693 ac_header_preproc
=no
8695 rm -f conftest.err conftest.
$ac_ext
8696 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8697 echo "${ECHO_T}$ac_header_preproc" >&6
8699 # So? What about this header?
8700 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8702 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8703 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8704 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8705 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8706 ac_header_preproc
=yes
8709 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8710 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8711 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8712 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8713 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8714 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8715 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8716 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8717 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8718 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8719 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8720 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8723 ## ------------------------------------------ ##
8724 ## Report this to the AC_PACKAGE_NAME lists. ##
8725 ## ------------------------------------------ ##
8728 sed "s/^/$as_me: WARNING: /" >&2
8731 echo "$as_me:$LINENO: checking for $ac_header" >&5
8732 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8733 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8734 echo $ECHO_N "(cached) $ECHO_C" >&6
8736 eval "$as_ac_Header=\$ac_header_preproc"
8738 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8739 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8742 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8743 cat >>confdefs.h
<<_ACEOF
8744 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8751 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
8752 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
8753 if test "${ac_cv_header_sys_wait_h+set}" = set; then
8754 echo $ECHO_N "(cached) $ECHO_C" >&6
8756 cat >conftest.
$ac_ext <<_ACEOF
8759 cat confdefs.h
>>conftest.
$ac_ext
8760 cat >>conftest.
$ac_ext <<_ACEOF
8761 /* end confdefs.h. */
8762 #include <sys/types.h>
8763 #include <sys/wait.h>
8765 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
8768 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8776 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8781 rm -f conftest.
$ac_objext
8782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8783 (eval $ac_compile) 2>conftest.er1
8785 grep -v '^ *+' conftest.er1
>conftest.err
8787 cat conftest.err
>&5
8788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8789 (exit $ac_status); } &&
8790 { ac_try
='test -z "$ac_c_werror_flag"
8791 || test ! -s conftest.err'
8792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8796 (exit $ac_status); }; } &&
8797 { ac_try
='test -s conftest.$ac_objext'
8798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8802 (exit $ac_status); }; }; then
8803 ac_cv_header_sys_wait_h
=yes
8805 echo "$as_me: failed program was:" >&5
8806 sed 's/^/| /' conftest.
$ac_ext >&5
8808 ac_cv_header_sys_wait_h
=no
8810 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8812 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
8813 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
8814 if test $ac_cv_header_sys_wait_h = yes; then
8816 cat >>confdefs.h
<<\_ACEOF
8817 #define HAVE_SYS_WAIT_H 1
8822 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8823 # for constant arguments. Useless!
8824 echo "$as_me:$LINENO: checking for working alloca.h" >&5
8825 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8826 if test "${ac_cv_working_alloca_h+set}" = set; then
8827 echo $ECHO_N "(cached) $ECHO_C" >&6
8829 cat >conftest.
$ac_ext <<_ACEOF
8832 cat confdefs.h
>>conftest.
$ac_ext
8833 cat >>conftest.
$ac_ext <<_ACEOF
8834 /* end confdefs.h. */
8839 char *p = (char *) alloca (2 * sizeof (int));
8844 rm -f conftest.
$ac_objext conftest
$ac_exeext
8845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8846 (eval $ac_link) 2>conftest.er1
8848 grep -v '^ *+' conftest.er1
>conftest.err
8850 cat conftest.err
>&5
8851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8852 (exit $ac_status); } &&
8853 { ac_try
='test -z "$ac_c_werror_flag"
8854 || test ! -s conftest.err'
8855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); }; } &&
8860 { ac_try
='test -s conftest$ac_exeext'
8861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865 (exit $ac_status); }; }; then
8866 ac_cv_working_alloca_h
=yes
8868 echo "$as_me: failed program was:" >&5
8869 sed 's/^/| /' conftest.
$ac_ext >&5
8871 ac_cv_working_alloca_h
=no
8873 rm -f conftest.err conftest.
$ac_objext \
8874 conftest
$ac_exeext conftest.
$ac_ext
8876 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8877 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8878 if test $ac_cv_working_alloca_h = yes; then
8880 cat >>confdefs.h
<<\_ACEOF
8881 #define HAVE_ALLOCA_H 1
8886 echo "$as_me:$LINENO: checking for alloca" >&5
8887 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8888 if test "${ac_cv_func_alloca_works+set}" = set; then
8889 echo $ECHO_N "(cached) $ECHO_C" >&6
8891 cat >conftest.
$ac_ext <<_ACEOF
8894 cat confdefs.h
>>conftest.
$ac_ext
8895 cat >>conftest.
$ac_ext <<_ACEOF
8896 /* end confdefs.h. */
8898 # define alloca __builtin_alloca
8901 # include <malloc.h>
8902 # define alloca _alloca
8905 # include <alloca.h>
8910 # ifndef alloca /* predefined by HP cc +Olibcalls */
8921 char *p = (char *) alloca (1);
8926 rm -f conftest.
$ac_objext conftest
$ac_exeext
8927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8928 (eval $ac_link) 2>conftest.er1
8930 grep -v '^ *+' conftest.er1
>conftest.err
8932 cat conftest.err
>&5
8933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8934 (exit $ac_status); } &&
8935 { ac_try
='test -z "$ac_c_werror_flag"
8936 || test ! -s conftest.err'
8937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); }; } &&
8942 { ac_try
='test -s conftest$ac_exeext'
8943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8947 (exit $ac_status); }; }; then
8948 ac_cv_func_alloca_works
=yes
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.
$ac_ext >&5
8953 ac_cv_func_alloca_works
=no
8955 rm -f conftest.err conftest.
$ac_objext \
8956 conftest
$ac_exeext conftest.
$ac_ext
8958 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8959 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8961 if test $ac_cv_func_alloca_works = yes; then
8963 cat >>confdefs.h
<<\_ACEOF
8964 #define HAVE_ALLOCA 1
8968 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8969 # that cause trouble. Some versions do not even contain alloca or
8970 # contain a buggy version. If you still want to use their alloca,
8971 # use ar to extract alloca.o from them instead of compiling alloca.c.
8973 ALLOCA
=alloca.
$ac_objext
8975 cat >>confdefs.h
<<\_ACEOF
8980 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8981 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8982 if test "${ac_cv_os_cray+set}" = set; then
8983 echo $ECHO_N "(cached) $ECHO_C" >&6
8985 cat >conftest.
$ac_ext <<_ACEOF
8988 cat confdefs.h
>>conftest.
$ac_ext
8989 cat >>conftest.
$ac_ext <<_ACEOF
8990 /* end confdefs.h. */
8991 #if defined(CRAY) && ! defined(CRAY2)
8998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8999 $EGREP "webecray" >/dev
/null
2>&1; then
9007 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9008 echo "${ECHO_T}$ac_cv_os_cray" >&6
9009 if test $ac_cv_os_cray = yes; then
9010 for ac_func
in _getb67 GETB67 getb67
; do
9011 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9012 echo "$as_me:$LINENO: checking for $ac_func" >&5
9013 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9014 if eval "test \"\${$as_ac_var+set}\" = set"; then
9015 echo $ECHO_N "(cached) $ECHO_C" >&6
9017 cat >conftest.
$ac_ext <<_ACEOF
9020 cat confdefs.h
>>conftest.
$ac_ext
9021 cat >>conftest.
$ac_ext <<_ACEOF
9022 /* end confdefs.h. */
9023 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9025 #define $ac_func innocuous_$ac_func
9027 /* System header to define __stub macros and hopefully few prototypes,
9028 which can conflict with char $ac_func (); below.
9029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9030 <limits.h> exists even on freestanding compilers. */
9033 # include <limits.h>
9035 # include <assert.h>
9040 /* Override any gcc2 internal prototype to avoid an error. */
9045 /* We use char because int might match the return type of a gcc2
9046 builtin and then its argument prototype would still apply. */
9048 /* The GNU C library defines this for functions which it implements
9049 to always fail with ENOSYS. Some functions are actually named
9050 something starting with __ and the normal name is an alias. */
9051 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9054 char (*f) () = $ac_func;
9063 return f != $ac_func;
9068 rm -f conftest.
$ac_objext conftest
$ac_exeext
9069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9070 (eval $ac_link) 2>conftest.er1
9072 grep -v '^ *+' conftest.er1
>conftest.err
9074 cat conftest.err
>&5
9075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076 (exit $ac_status); } &&
9077 { ac_try
='test -z "$ac_c_werror_flag"
9078 || test ! -s conftest.err'
9079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); }; } &&
9084 { ac_try
='test -s conftest$ac_exeext'
9085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9089 (exit $ac_status); }; }; then
9090 eval "$as_ac_var=yes"
9092 echo "$as_me: failed program was:" >&5
9093 sed 's/^/| /' conftest.
$ac_ext >&5
9095 eval "$as_ac_var=no"
9097 rm -f conftest.err conftest.
$ac_objext \
9098 conftest
$ac_exeext conftest.
$ac_ext
9100 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9101 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9102 if test `eval echo '${'$as_ac_var'}'` = yes; then
9104 cat >>confdefs.h
<<_ACEOF
9105 #define CRAY_STACKSEG_END $ac_func
9114 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9115 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9116 if test "${ac_cv_c_stack_direction+set}" = set; then
9117 echo $ECHO_N "(cached) $ECHO_C" >&6
9119 if test "$cross_compiling" = yes; then
9120 ac_cv_c_stack_direction
=0
9122 cat >conftest.
$ac_ext <<_ACEOF
9125 cat confdefs.h
>>conftest.
$ac_ext
9126 cat >>conftest.
$ac_ext <<_ACEOF
9127 /* end confdefs.h. */
9129 find_stack_direction ()
9131 static char *addr = 0;
9136 return find_stack_direction ();
9139 return (&dummy > addr) ? 1 : -1;
9145 exit (find_stack_direction () < 0);
9148 rm -f conftest
$ac_exeext
9149 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9150 (eval $ac_link) 2>&5
9152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9153 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9158 (exit $ac_status); }; }; then
9159 ac_cv_c_stack_direction
=1
9161 echo "$as_me: program exited with status $ac_status" >&5
9162 echo "$as_me: failed program was:" >&5
9163 sed 's/^/| /' conftest.
$ac_ext >&5
9166 ac_cv_c_stack_direction
=-1
9168 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9171 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9172 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
9174 cat >>confdefs.h
<<_ACEOF
9175 #define STACK_DIRECTION $ac_cv_c_stack_direction
9186 for ac_func
in sbrk utimes setmode getc_unlocked strcoll
9188 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9189 echo "$as_me:$LINENO: checking for $ac_func" >&5
9190 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9191 if eval "test \"\${$as_ac_var+set}\" = set"; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9194 cat >conftest.
$ac_ext <<_ACEOF
9197 cat confdefs.h
>>conftest.
$ac_ext
9198 cat >>conftest.
$ac_ext <<_ACEOF
9199 /* end confdefs.h. */
9200 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9201 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9202 #define $ac_func innocuous_$ac_func
9204 /* System header to define __stub macros and hopefully few prototypes,
9205 which can conflict with char $ac_func (); below.
9206 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9207 <limits.h> exists even on freestanding compilers. */
9210 # include <limits.h>
9212 # include <assert.h>
9217 /* Override any gcc2 internal prototype to avoid an error. */
9222 /* We use char because int might match the return type of a gcc2
9223 builtin and then its argument prototype would still apply. */
9225 /* The GNU C library defines this for functions which it implements
9226 to always fail with ENOSYS. Some functions are actually named
9227 something starting with __ and the normal name is an alias. */
9228 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9231 char (*f) () = $ac_func;
9240 return f != $ac_func;
9245 rm -f conftest.
$ac_objext conftest
$ac_exeext
9246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9247 (eval $ac_link) 2>conftest.er1
9249 grep -v '^ *+' conftest.er1
>conftest.err
9251 cat conftest.err
>&5
9252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9253 (exit $ac_status); } &&
9254 { ac_try
='test -z "$ac_c_werror_flag"
9255 || test ! -s conftest.err'
9256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9260 (exit $ac_status); }; } &&
9261 { ac_try
='test -s conftest$ac_exeext'
9262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); }; }; then
9267 eval "$as_ac_var=yes"
9269 echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.
$ac_ext >&5
9272 eval "$as_ac_var=no"
9274 rm -f conftest.err conftest.
$ac_objext \
9275 conftest
$ac_exeext conftest.
$ac_ext
9277 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9278 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9279 if test `eval echo '${'$as_ac_var'}'` = yes; then
9280 cat >>confdefs.h
<<_ACEOF
9281 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9288 # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
9289 # needs to be defined for it
9290 echo "$as_me:$LINENO: checking for fopen64" >&5
9291 echo $ECHO_N "checking for fopen64... $ECHO_C" >&6
9292 if test "${bu_cv_have_fopen64+set}" = set; then
9293 echo $ECHO_N "(cached) $ECHO_C" >&6
9295 cat >conftest.
$ac_ext <<_ACEOF
9298 cat confdefs.h
>>conftest.
$ac_ext
9299 cat >>conftest.
$ac_ext <<_ACEOF
9300 /* end confdefs.h. */
9305 FILE *f = fopen64 ("/tmp/foo","r");
9310 rm -f conftest.
$ac_objext conftest
$ac_exeext
9311 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9312 (eval $ac_link) 2>conftest.er1
9314 grep -v '^ *+' conftest.er1
>conftest.err
9316 cat conftest.err
>&5
9317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9318 (exit $ac_status); } &&
9319 { ac_try
='test -z "$ac_c_werror_flag"
9320 || test ! -s conftest.err'
9321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9325 (exit $ac_status); }; } &&
9326 { ac_try
='test -s conftest$ac_exeext'
9327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9331 (exit $ac_status); }; }; then
9332 bu_cv_have_fopen64
=yes
9334 echo "$as_me: failed program was:" >&5
9335 sed 's/^/| /' conftest.
$ac_ext >&5
9337 saved_CPPFLAGS
=$CPPFLAGS
9338 CPPFLAGS
="$CPPFLAGS -D_LARGEFILE64_SOURCE"
9339 cat >conftest.
$ac_ext <<_ACEOF
9342 cat confdefs.h
>>conftest.
$ac_ext
9343 cat >>conftest.
$ac_ext <<_ACEOF
9344 /* end confdefs.h. */
9349 FILE *f = fopen64 ("/tmp/foo","r");
9354 rm -f conftest.
$ac_objext conftest
$ac_exeext
9355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9356 (eval $ac_link) 2>conftest.er1
9358 grep -v '^ *+' conftest.er1
>conftest.err
9360 cat conftest.err
>&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } &&
9363 { ac_try
='test -z "$ac_c_werror_flag"
9364 || test ! -s conftest.err'
9365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9369 (exit $ac_status); }; } &&
9370 { ac_try
='test -s conftest$ac_exeext'
9371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9375 (exit $ac_status); }; }; then
9376 bu_cv_have_fopen64
="need -D_LARGEFILE64_SOURCE"
9378 echo "$as_me: failed program was:" >&5
9379 sed 's/^/| /' conftest.
$ac_ext >&5
9381 bu_cv_have_fopen64
=no
9383 rm -f conftest.err conftest.
$ac_objext \
9384 conftest
$ac_exeext conftest.
$ac_ext
9385 CPPFLAGS
=$saved_CPPFLAGS
9387 rm -f conftest.err conftest.
$ac_objext \
9388 conftest
$ac_exeext conftest.
$ac_ext
9391 echo "$as_me:$LINENO: result: $bu_cv_have_fopen64" >&5
9392 echo "${ECHO_T}$bu_cv_have_fopen64" >&6
9393 if test "$bu_cv_have_fopen64" != no
; then
9395 cat >>confdefs.h
<<\_ACEOF
9396 #define HAVE_FOPEN64 1
9400 echo "$as_me:$LINENO: checking for stat64" >&5
9401 echo $ECHO_N "checking for stat64... $ECHO_C" >&6
9402 if test "${bu_cv_have_stat64+set}" = set; then
9403 echo $ECHO_N "(cached) $ECHO_C" >&6
9405 cat >conftest.
$ac_ext <<_ACEOF
9408 cat confdefs.h
>>conftest.
$ac_ext
9409 cat >>conftest.
$ac_ext <<_ACEOF
9410 /* end confdefs.h. */
9411 #include <sys/stat.h>
9415 struct stat64 st; stat64 ("/tmp/foo", &st);
9420 rm -f conftest.
$ac_objext conftest
$ac_exeext
9421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9422 (eval $ac_link) 2>conftest.er1
9424 grep -v '^ *+' conftest.er1
>conftest.err
9426 cat conftest.err
>&5
9427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428 (exit $ac_status); } &&
9429 { ac_try
='test -z "$ac_c_werror_flag"
9430 || test ! -s conftest.err'
9431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); }; } &&
9436 { ac_try
='test -s conftest$ac_exeext'
9437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9441 (exit $ac_status); }; }; then
9442 bu_cv_have_stat64
=yes
9444 echo "$as_me: failed program was:" >&5
9445 sed 's/^/| /' conftest.
$ac_ext >&5
9447 saved_CPPFLAGS
=$CPPFLAGS
9448 CPPFLAGS
="$CPPFLAGS -D_LARGEFILE64_SOURCE"
9449 cat >conftest.
$ac_ext <<_ACEOF
9452 cat confdefs.h
>>conftest.
$ac_ext
9453 cat >>conftest.
$ac_ext <<_ACEOF
9454 /* end confdefs.h. */
9455 #include <sys/stat.h>
9459 struct stat64 st; stat64 ("/tmp/foo", &st);
9464 rm -f conftest.
$ac_objext conftest
$ac_exeext
9465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9466 (eval $ac_link) 2>conftest.er1
9468 grep -v '^ *+' conftest.er1
>conftest.err
9470 cat conftest.err
>&5
9471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9472 (exit $ac_status); } &&
9473 { ac_try
='test -z "$ac_c_werror_flag"
9474 || test ! -s conftest.err'
9475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479 (exit $ac_status); }; } &&
9480 { ac_try
='test -s conftest$ac_exeext'
9481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485 (exit $ac_status); }; }; then
9486 bu_cv_have_stat64
="need -D_LARGEFILE64_SOURCE"
9488 echo "$as_me: failed program was:" >&5
9489 sed 's/^/| /' conftest.
$ac_ext >&5
9491 bu_cv_have_stat64
=no
9493 rm -f conftest.err conftest.
$ac_objext \
9494 conftest
$ac_exeext conftest.
$ac_ext
9495 CPPFLAGS
=$saved_CPPFLAGS
9497 rm -f conftest.err conftest.
$ac_objext \
9498 conftest
$ac_exeext conftest.
$ac_ext
9501 echo "$as_me:$LINENO: result: $bu_cv_have_stat64" >&5
9502 echo "${ECHO_T}$bu_cv_have_stat64" >&6
9503 if test "$bu_cv_have_stat64" != no
; then
9505 cat >>confdefs.h
<<\_ACEOF
9506 #define HAVE_STAT64 1
9510 if test "$bu_cv_have_fopen64" = "need -D_LARGEFILE64_SOURCE" \
9511 ||
test "$bu_cv_have_stat64" = "need -D_LARGEFILE64_SOURCE"; then
9513 cat >>confdefs.h
<<\_ACEOF
9514 #define _LARGEFILE64_SOURCE 1
9517 CPPFLAGS
="$CPPFLAGS -D_LARGEFILE64_SOURCE"
9520 # Some systems have frexp only in -lm, not in -lc.
9521 echo "$as_me:$LINENO: checking for library containing frexp" >&5
9522 echo $ECHO_N "checking for library containing frexp... $ECHO_C" >&6
9523 if test "${ac_cv_search_frexp+set}" = set; then
9524 echo $ECHO_N "(cached) $ECHO_C" >&6
9526 ac_func_search_save_LIBS
=$LIBS
9527 ac_cv_search_frexp
=no
9528 cat >conftest.
$ac_ext <<_ACEOF
9531 cat confdefs.h
>>conftest.
$ac_ext
9532 cat >>conftest.
$ac_ext <<_ACEOF
9533 /* end confdefs.h. */
9535 /* Override any gcc2 internal prototype to avoid an error. */
9539 /* We use char because int might match the return type of a gcc2
9540 builtin and then its argument prototype would still apply. */
9550 rm -f conftest.
$ac_objext conftest
$ac_exeext
9551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9552 (eval $ac_link) 2>conftest.er1
9554 grep -v '^ *+' conftest.er1
>conftest.err
9556 cat conftest.err
>&5
9557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9558 (exit $ac_status); } &&
9559 { ac_try
='test -z "$ac_c_werror_flag"
9560 || test ! -s conftest.err'
9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565 (exit $ac_status); }; } &&
9566 { ac_try
='test -s conftest$ac_exeext'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; }; then
9572 ac_cv_search_frexp
="none required"
9574 echo "$as_me: failed program was:" >&5
9575 sed 's/^/| /' conftest.
$ac_ext >&5
9578 rm -f conftest.err conftest.
$ac_objext \
9579 conftest
$ac_exeext conftest.
$ac_ext
9580 if test "$ac_cv_search_frexp" = no
; then
9582 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9583 cat >conftest.
$ac_ext <<_ACEOF
9586 cat confdefs.h
>>conftest.
$ac_ext
9587 cat >>conftest.
$ac_ext <<_ACEOF
9588 /* end confdefs.h. */
9590 /* Override any gcc2 internal prototype to avoid an error. */
9594 /* We use char because int might match the return type of a gcc2
9595 builtin and then its argument prototype would still apply. */
9605 rm -f conftest.
$ac_objext conftest
$ac_exeext
9606 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9607 (eval $ac_link) 2>conftest.er1
9609 grep -v '^ *+' conftest.er1
>conftest.err
9611 cat conftest.err
>&5
9612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9613 (exit $ac_status); } &&
9614 { ac_try
='test -z "$ac_c_werror_flag"
9615 || test ! -s conftest.err'
9616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9620 (exit $ac_status); }; } &&
9621 { ac_try
='test -s conftest$ac_exeext'
9622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9626 (exit $ac_status); }; }; then
9627 ac_cv_search_frexp
="-l$ac_lib"
9630 echo "$as_me: failed program was:" >&5
9631 sed 's/^/| /' conftest.
$ac_ext >&5
9634 rm -f conftest.err conftest.
$ac_objext \
9635 conftest
$ac_exeext conftest.
$ac_ext
9638 LIBS
=$ac_func_search_save_LIBS
9640 echo "$as_me:$LINENO: result: $ac_cv_search_frexp" >&5
9641 echo "${ECHO_T}$ac_cv_search_frexp" >&6
9642 if test "$ac_cv_search_frexp" != no
; then
9643 test "$ac_cv_search_frexp" = "none required" || LIBS
="$ac_cv_search_frexp $LIBS"
9648 echo "$as_me:$LINENO: checking for time_t in time.h" >&5
9649 echo $ECHO_N "checking for time_t in time.h... $ECHO_C" >&6
9650 if test "${bu_cv_decl_time_t_time_h+set}" = set; then
9651 echo $ECHO_N "(cached) $ECHO_C" >&6
9653 cat >conftest.
$ac_ext <<_ACEOF
9656 cat confdefs.h
>>conftest.
$ac_ext
9657 cat >>conftest.
$ac_ext <<_ACEOF
9658 /* end confdefs.h. */
9668 rm -f conftest.
$ac_objext
9669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9670 (eval $ac_compile) 2>conftest.er1
9672 grep -v '^ *+' conftest.er1
>conftest.err
9674 cat conftest.err
>&5
9675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9676 (exit $ac_status); } &&
9677 { ac_try
='test -z "$ac_c_werror_flag"
9678 || test ! -s conftest.err'
9679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9683 (exit $ac_status); }; } &&
9684 { ac_try
='test -s conftest.$ac_objext'
9685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9689 (exit $ac_status); }; }; then
9690 bu_cv_decl_time_t_time_h
=yes
9692 echo "$as_me: failed program was:" >&5
9693 sed 's/^/| /' conftest.
$ac_ext >&5
9695 bu_cv_decl_time_t_time_h
=no
9697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9700 echo "$as_me:$LINENO: result: $bu_cv_decl_time_t_time_h" >&5
9701 echo "${ECHO_T}$bu_cv_decl_time_t_time_h" >&6
9702 if test $bu_cv_decl_time_t_time_h = yes; then
9704 cat >>confdefs.h
<<\_ACEOF
9705 #define HAVE_TIME_T_IN_TIME_H 1
9710 echo "$as_me:$LINENO: checking for time_t in sys/types.h" >&5
9711 echo $ECHO_N "checking for time_t in sys/types.h... $ECHO_C" >&6
9712 if test "${bu_cv_decl_time_t_types_h+set}" = set; then
9713 echo $ECHO_N "(cached) $ECHO_C" >&6
9715 cat >conftest.
$ac_ext <<_ACEOF
9718 cat confdefs.h
>>conftest.
$ac_ext
9719 cat >>conftest.
$ac_ext <<_ACEOF
9720 /* end confdefs.h. */
9721 #include <sys/types.h>
9730 rm -f conftest.
$ac_objext
9731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9732 (eval $ac_compile) 2>conftest.er1
9734 grep -v '^ *+' conftest.er1
>conftest.err
9736 cat conftest.err
>&5
9737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9738 (exit $ac_status); } &&
9739 { ac_try
='test -z "$ac_c_werror_flag"
9740 || test ! -s conftest.err'
9741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); }; } &&
9746 { ac_try
='test -s conftest.$ac_objext'
9747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9751 (exit $ac_status); }; }; then
9752 bu_cv_decl_time_t_types_h
=yes
9754 echo "$as_me: failed program was:" >&5
9755 sed 's/^/| /' conftest.
$ac_ext >&5
9757 bu_cv_decl_time_t_types_h
=no
9759 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9762 echo "$as_me:$LINENO: result: $bu_cv_decl_time_t_types_h" >&5
9763 echo "${ECHO_T}$bu_cv_decl_time_t_types_h" >&6
9764 if test $bu_cv_decl_time_t_types_h = yes; then
9766 cat >>confdefs.h
<<\_ACEOF
9767 #define HAVE_TIME_T_IN_TYPES_H 1
9772 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
9773 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
9774 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then
9775 echo $ECHO_N "(cached) $ECHO_C" >&6
9777 cat >conftest.
$ac_ext <<_ACEOF
9780 cat confdefs.h
>>conftest.
$ac_ext
9781 cat >>conftest.
$ac_ext <<_ACEOF
9782 /* end confdefs.h. */
9787 extern int getopt (int, char *const*, const char *);
9792 rm -f conftest.
$ac_objext
9793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9794 (eval $ac_compile) 2>conftest.er1
9796 grep -v '^ *+' conftest.er1
>conftest.err
9798 cat conftest.err
>&5
9799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9800 (exit $ac_status); } &&
9801 { ac_try
='test -z "$ac_c_werror_flag"
9802 || test ! -s conftest.err'
9803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9807 (exit $ac_status); }; } &&
9808 { ac_try
='test -s conftest.$ac_objext'
9809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); }; }; then
9814 bu_cv_decl_getopt_unistd_h
=yes
9816 echo "$as_me: failed program was:" >&5
9817 sed 's/^/| /' conftest.
$ac_ext >&5
9819 bu_cv_decl_getopt_unistd_h
=no
9821 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9824 echo "$as_me:$LINENO: result: $bu_cv_decl_getopt_unistd_h" >&5
9825 echo "${ECHO_T}$bu_cv_decl_getopt_unistd_h" >&6
9826 if test $bu_cv_decl_getopt_unistd_h = yes; then
9828 cat >>confdefs.h
<<\_ACEOF
9829 #define HAVE_DECL_GETOPT 1
9834 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
9836 echo "$as_me:$LINENO: checking for utime.h" >&5
9837 echo $ECHO_N "checking for utime.h... $ECHO_C" >&6
9838 if test "${bu_cv_header_utime_h+set}" = set; then
9839 echo $ECHO_N "(cached) $ECHO_C" >&6
9841 cat >conftest.
$ac_ext <<_ACEOF
9844 cat confdefs.h
>>conftest.
$ac_ext
9845 cat >>conftest.
$ac_ext <<_ACEOF
9846 /* end confdefs.h. */
9847 #include <sys/types.h>
9860 rm -f conftest.
$ac_objext
9861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9862 (eval $ac_compile) 2>conftest.er1
9864 grep -v '^ *+' conftest.er1
>conftest.err
9866 cat conftest.err
>&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); } &&
9869 { ac_try
='test -z "$ac_c_werror_flag"
9870 || test ! -s conftest.err'
9871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9875 (exit $ac_status); }; } &&
9876 { ac_try
='test -s conftest.$ac_objext'
9877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9881 (exit $ac_status); }; }; then
9882 bu_cv_header_utime_h
=yes
9884 echo "$as_me: failed program was:" >&5
9885 sed 's/^/| /' conftest.
$ac_ext >&5
9887 bu_cv_header_utime_h
=no
9889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9892 echo "$as_me:$LINENO: result: $bu_cv_header_utime_h" >&5
9893 echo "${ECHO_T}$bu_cv_header_utime_h" >&6
9894 if test $bu_cv_header_utime_h = yes; then
9896 cat >>confdefs.h
<<\_ACEOF
9897 #define HAVE_GOOD_UTIME_H 1
9902 echo "$as_me:$LINENO: checking whether fprintf is declared" >&5
9903 echo $ECHO_N "checking whether fprintf is declared... $ECHO_C" >&6
9904 if test "${ac_cv_have_decl_fprintf+set}" = set; then
9905 echo $ECHO_N "(cached) $ECHO_C" >&6
9907 cat >conftest.
$ac_ext <<_ACEOF
9910 cat confdefs.h
>>conftest.
$ac_ext
9911 cat >>conftest.
$ac_ext <<_ACEOF
9912 /* end confdefs.h. */
9913 $ac_includes_default
9918 char *p = (char *) fprintf;
9925 rm -f conftest.
$ac_objext
9926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9927 (eval $ac_compile) 2>conftest.er1
9929 grep -v '^ *+' conftest.er1
>conftest.err
9931 cat conftest.err
>&5
9932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9933 (exit $ac_status); } &&
9934 { ac_try
='test -z "$ac_c_werror_flag"
9935 || test ! -s conftest.err'
9936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940 (exit $ac_status); }; } &&
9941 { ac_try
='test -s conftest.$ac_objext'
9942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); }; }; then
9947 ac_cv_have_decl_fprintf
=yes
9949 echo "$as_me: failed program was:" >&5
9950 sed 's/^/| /' conftest.
$ac_ext >&5
9952 ac_cv_have_decl_fprintf
=no
9954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9956 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fprintf" >&5
9957 echo "${ECHO_T}$ac_cv_have_decl_fprintf" >&6
9958 if test $ac_cv_have_decl_fprintf = yes; then
9960 cat >>confdefs.h
<<_ACEOF
9961 #define HAVE_DECL_FPRINTF 1
9966 cat >>confdefs.h
<<_ACEOF
9967 #define HAVE_DECL_FPRINTF 0
9972 echo "$as_me:$LINENO: checking whether stpcpy is declared" >&5
9973 echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
9974 if test "${ac_cv_have_decl_stpcpy+set}" = set; then
9975 echo $ECHO_N "(cached) $ECHO_C" >&6
9977 cat >conftest.
$ac_ext <<_ACEOF
9980 cat confdefs.h
>>conftest.
$ac_ext
9981 cat >>conftest.
$ac_ext <<_ACEOF
9982 /* end confdefs.h. */
9983 $ac_includes_default
9988 char *p = (char *) stpcpy;
9995 rm -f conftest.
$ac_objext
9996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9997 (eval $ac_compile) 2>conftest.er1
9999 grep -v '^ *+' conftest.er1
>conftest.err
10001 cat conftest.err
>&5
10002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10003 (exit $ac_status); } &&
10004 { ac_try
='test -z "$ac_c_werror_flag"
10005 || test ! -s conftest.err'
10006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10007 (eval $ac_try) 2>&5
10009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10010 (exit $ac_status); }; } &&
10011 { ac_try
='test -s conftest.$ac_objext'
10012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10013 (eval $ac_try) 2>&5
10015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10016 (exit $ac_status); }; }; then
10017 ac_cv_have_decl_stpcpy
=yes
10019 echo "$as_me: failed program was:" >&5
10020 sed 's/^/| /' conftest.
$ac_ext >&5
10022 ac_cv_have_decl_stpcpy
=no
10024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10026 echo "$as_me:$LINENO: result: $ac_cv_have_decl_stpcpy" >&5
10027 echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
10028 if test $ac_cv_have_decl_stpcpy = yes; then
10030 cat >>confdefs.h
<<_ACEOF
10031 #define HAVE_DECL_STPCPY 1
10036 cat >>confdefs.h
<<_ACEOF
10037 #define HAVE_DECL_STPCPY 0
10042 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
10043 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
10044 if test "${ac_cv_have_decl_strstr+set}" = set; then
10045 echo $ECHO_N "(cached) $ECHO_C" >&6
10047 cat >conftest.
$ac_ext <<_ACEOF
10050 cat confdefs.h
>>conftest.
$ac_ext
10051 cat >>conftest.
$ac_ext <<_ACEOF
10052 /* end confdefs.h. */
10053 $ac_includes_default
10058 char *p = (char *) strstr;
10065 rm -f conftest.
$ac_objext
10066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10067 (eval $ac_compile) 2>conftest.er1
10069 grep -v '^ *+' conftest.er1
>conftest.err
10071 cat conftest.err
>&5
10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073 (exit $ac_status); } &&
10074 { ac_try
='test -z "$ac_c_werror_flag"
10075 || test ! -s conftest.err'
10076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10077 (eval $ac_try) 2>&5
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }; } &&
10081 { ac_try
='test -s conftest.$ac_objext'
10082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10083 (eval $ac_try) 2>&5
10085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10086 (exit $ac_status); }; }; then
10087 ac_cv_have_decl_strstr
=yes
10089 echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.
$ac_ext >&5
10092 ac_cv_have_decl_strstr
=no
10094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10096 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
10097 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
10098 if test $ac_cv_have_decl_strstr = yes; then
10100 cat >>confdefs.h
<<_ACEOF
10101 #define HAVE_DECL_STRSTR 1
10106 cat >>confdefs.h
<<_ACEOF
10107 #define HAVE_DECL_STRSTR 0
10112 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
10113 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
10114 if test "${ac_cv_have_decl_sbrk+set}" = set; then
10115 echo $ECHO_N "(cached) $ECHO_C" >&6
10117 cat >conftest.
$ac_ext <<_ACEOF
10120 cat confdefs.h
>>conftest.
$ac_ext
10121 cat >>conftest.
$ac_ext <<_ACEOF
10122 /* end confdefs.h. */
10123 $ac_includes_default
10128 char *p = (char *) sbrk;
10135 rm -f conftest.
$ac_objext
10136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10137 (eval $ac_compile) 2>conftest.er1
10139 grep -v '^ *+' conftest.er1
>conftest.err
10141 cat conftest.err
>&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } &&
10144 { ac_try
='test -z "$ac_c_werror_flag"
10145 || test ! -s conftest.err'
10146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10147 (eval $ac_try) 2>&5
10149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10150 (exit $ac_status); }; } &&
10151 { ac_try
='test -s conftest.$ac_objext'
10152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10153 (eval $ac_try) 2>&5
10155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10156 (exit $ac_status); }; }; then
10157 ac_cv_have_decl_sbrk
=yes
10159 echo "$as_me: failed program was:" >&5
10160 sed 's/^/| /' conftest.
$ac_ext >&5
10162 ac_cv_have_decl_sbrk
=no
10164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10166 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
10167 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
10168 if test $ac_cv_have_decl_sbrk = yes; then
10170 cat >>confdefs.h
<<_ACEOF
10171 #define HAVE_DECL_SBRK 1
10176 cat >>confdefs.h
<<_ACEOF
10177 #define HAVE_DECL_SBRK 0
10182 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
10183 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
10184 if test "${ac_cv_have_decl_getenv+set}" = set; then
10185 echo $ECHO_N "(cached) $ECHO_C" >&6
10187 cat >conftest.
$ac_ext <<_ACEOF
10190 cat confdefs.h
>>conftest.
$ac_ext
10191 cat >>conftest.
$ac_ext <<_ACEOF
10192 /* end confdefs.h. */
10193 $ac_includes_default
10198 char *p = (char *) getenv;
10205 rm -f conftest.
$ac_objext
10206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10207 (eval $ac_compile) 2>conftest.er1
10209 grep -v '^ *+' conftest.er1
>conftest.err
10211 cat conftest.err
>&5
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); } &&
10214 { ac_try
='test -z "$ac_c_werror_flag"
10215 || test ! -s conftest.err'
10216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10217 (eval $ac_try) 2>&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); }; } &&
10221 { ac_try
='test -s conftest.$ac_objext'
10222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10223 (eval $ac_try) 2>&5
10225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226 (exit $ac_status); }; }; then
10227 ac_cv_have_decl_getenv
=yes
10229 echo "$as_me: failed program was:" >&5
10230 sed 's/^/| /' conftest.
$ac_ext >&5
10232 ac_cv_have_decl_getenv
=no
10234 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10236 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
10237 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
10238 if test $ac_cv_have_decl_getenv = yes; then
10240 cat >>confdefs.h
<<_ACEOF
10241 #define HAVE_DECL_GETENV 1
10246 cat >>confdefs.h
<<_ACEOF
10247 #define HAVE_DECL_GETENV 0
10252 echo "$as_me:$LINENO: checking whether environ is declared" >&5
10253 echo $ECHO_N "checking whether environ is declared... $ECHO_C" >&6
10254 if test "${ac_cv_have_decl_environ+set}" = set; then
10255 echo $ECHO_N "(cached) $ECHO_C" >&6
10257 cat >conftest.
$ac_ext <<_ACEOF
10260 cat confdefs.h
>>conftest.
$ac_ext
10261 cat >>conftest.
$ac_ext <<_ACEOF
10262 /* end confdefs.h. */
10263 $ac_includes_default
10268 char *p = (char *) environ;
10275 rm -f conftest.
$ac_objext
10276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10277 (eval $ac_compile) 2>conftest.er1
10279 grep -v '^ *+' conftest.er1
>conftest.err
10281 cat conftest.err
>&5
10282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10283 (exit $ac_status); } &&
10284 { ac_try
='test -z "$ac_c_werror_flag"
10285 || test ! -s conftest.err'
10286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10287 (eval $ac_try) 2>&5
10289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10290 (exit $ac_status); }; } &&
10291 { ac_try
='test -s conftest.$ac_objext'
10292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10293 (eval $ac_try) 2>&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); }; }; then
10297 ac_cv_have_decl_environ
=yes
10299 echo "$as_me: failed program was:" >&5
10300 sed 's/^/| /' conftest.
$ac_ext >&5
10302 ac_cv_have_decl_environ
=no
10304 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10306 echo "$as_me:$LINENO: result: $ac_cv_have_decl_environ" >&5
10307 echo "${ECHO_T}$ac_cv_have_decl_environ" >&6
10308 if test $ac_cv_have_decl_environ = yes; then
10310 cat >>confdefs.h
<<_ACEOF
10311 #define HAVE_DECL_ENVIRON 1
10316 cat >>confdefs.h
<<_ACEOF
10317 #define HAVE_DECL_ENVIRON 0
10322 echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
10323 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
10324 if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
10325 echo $ECHO_N "(cached) $ECHO_C" >&6
10327 cat >conftest.
$ac_ext <<_ACEOF
10330 cat confdefs.h
>>conftest.
$ac_ext
10331 cat >>conftest.
$ac_ext <<_ACEOF
10332 /* end confdefs.h. */
10333 $ac_includes_default
10337 #ifndef getc_unlocked
10338 char *p = (char *) getc_unlocked;
10345 rm -f conftest.
$ac_objext
10346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10347 (eval $ac_compile) 2>conftest.er1
10349 grep -v '^ *+' conftest.er1
>conftest.err
10351 cat conftest.err
>&5
10352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10353 (exit $ac_status); } &&
10354 { ac_try
='test -z "$ac_c_werror_flag"
10355 || test ! -s conftest.err'
10356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10357 (eval $ac_try) 2>&5
10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10360 (exit $ac_status); }; } &&
10361 { ac_try
='test -s conftest.$ac_objext'
10362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10363 (eval $ac_try) 2>&5
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); }; }; then
10367 ac_cv_have_decl_getc_unlocked
=yes
10369 echo "$as_me: failed program was:" >&5
10370 sed 's/^/| /' conftest.
$ac_ext >&5
10372 ac_cv_have_decl_getc_unlocked
=no
10374 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10376 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
10377 echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6
10378 if test $ac_cv_have_decl_getc_unlocked = yes; then
10380 cat >>confdefs.h
<<_ACEOF
10381 #define HAVE_DECL_GETC_UNLOCKED 1
10386 cat >>confdefs.h
<<_ACEOF
10387 #define HAVE_DECL_GETC_UNLOCKED 0
10397 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
10399 cat >>confdefs.h
<<\_ACEOF
10400 #define USE_BINARY_FOPEN 1
10405 # target-specific stuff:
10407 # Canonicalize the secondary target names.
10408 if test -n "$enable_targets"; then
10409 for targ
in `echo $enable_targets | sed 's/,/ /g'`
10411 result
=`$ac_config_sub $targ 2>/dev/null`
10412 if test -n "$result"; then
10413 canon_targets
="$canon_targets $result"
10415 # Allow targets that config.sub doesn't recognize, like "all".
10416 canon_targets
="$canon_targets $targ"
10432 for targ
in $target $canon_targets
10434 if test "x$targ" = "xall"; then
10436 BUILD_NLMCONV
='$(NLMCONV_PROG)$(EXEEXT)'
10437 BUILD_SRCONV
='$(SRCONV_PROG)'
10438 NLMCONV_DEFS
="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
10441 i
[3-7]86*-*-netware*)
10442 BUILD_NLMCONV
='$(NLMCONV_PROG)$(EXEEXT)'
10443 NLMCONV_DEFS
="$NLMCONV_DEFS -DNLMCONV_I386"
10446 BUILD_NLMCONV
='$(NLMCONV_PROG)$(EXEEXT)'
10447 NLMCONV_DEFS
="$NLMCONV_DEFS -DNLMCONV_ALPHA"
10449 powerpc
*-*-netware*)
10450 BUILD_NLMCONV
='$(NLMCONV_PROG)$(EXEEXT)'
10451 NLMCONV_DEFS
="$NLMCONV_DEFS -DNLMCONV_POWERPC"
10454 BUILD_NLMCONV
='$(NLMCONV_PROG)$(EXEEXT)'
10455 NLMCONV_DEFS
="$NLMCONV_DEFS -DNLMCONV_SPARC"
10459 *-*-hms*) BUILD_SRCONV
='$(SRCONV_PROG)' ;;
10463 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10464 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
10465 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10467 arm-
*-pe* | arm-
*-wince)
10468 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10469 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_ARM"
10470 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10473 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10474 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_ARM"
10475 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10477 arm
*-* | xscale-
* | strongarm-
* | d10v-
*)
10478 OBJDUMP_DEFS
="-DDISASSEMBLER_NEEDS_RELOCS"
10480 i
[3-7]86-*-pe* | i
[3-7]86-*-cygwin* | i
[3-7]86-*-mingw32** | i
[3-7]86-*-netbsdpe*)
10481 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10482 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_I386"
10483 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10484 BUILD_DLLWRAP
='$(DLLWRAP_PROG)$(EXEEXT)'
10486 i
[3-7]86-*-interix)
10487 BUILD_DLLTOOL
='$(DLLTOOL_PROG)'
10488 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_I386"
10490 powerpc
*-aix5.
[01])
10493 OBJDUMP_DEFS
="-DAIX_WEAK_SUPPORT"
10495 powerpc
*-*-pe* | powerpc
*-*-cygwin*)
10496 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10497 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_PPC"
10498 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10501 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10502 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_SH"
10503 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10506 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10507 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
10508 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10511 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10512 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
10513 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10516 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
10517 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
10523 if test "${with_windres+set}" = set; then
10524 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
10538 cat >>confdefs.h
<<_ACEOF
10539 #define TARGET "${target}"
10544 .
$srcdir/..
/bfd
/config.bfd
10545 if test "x$targ_underscore" = "xyes"; then
10551 cat >>confdefs.h
<<_ACEOF
10552 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
10557 for targ_alias
in `echo $target_alias $enable_targets | sed 's/,/ /g'`
10559 # Canonicalize the secondary target names.
10560 result
=`$ac_config_sub $targ_alias 2>/dev/null`
10561 if test -n "$result"; then
10567 .
${srcdir}/configure.tgt
10569 EMULATION
=$targ_emul
10570 EMULATION_VECTOR
=$targ_emul_vector
10576 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10577 ac_config_commands
="$ac_config_commands default"
10578 cat >confcache
<<\_ACEOF
10579 # This file is a shell script that caches the results of configure
10580 # tests run on this system so they can be shared between configure
10581 # scripts and configure runs, see configure's option --config-cache.
10582 # It is not useful on other systems. If it contains results you don't
10583 # want to keep, you may remove or edit it.
10585 # config.status only pays attention to the cache file if you give it
10586 # the --recheck option to rerun configure.
10588 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10589 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10590 # following values.
10594 # The following way of writing the cache mishandles newlines in values,
10595 # but we know of no workaround that is simple, portable, and efficient.
10596 # So, don't put newlines in cache variables' values.
10597 # Ultrix sh set writes to stderr and can't be redirected directly,
10598 # and sets the high bit in the cache file unless we assign to the vars.
10601 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10603 # `set' does not quote correctly, so add quotes (double-quote
10604 # substitution turns \\\\ into \\, and sed turns \\ into \).
10607 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10610 # `set' quotes correctly as required by POSIX, so do not add quotes.
10612 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10619 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10621 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10623 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10624 if test -w $cache_file; then
10625 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10626 cat confcache
>$cache_file
10628 echo "not updating unwritable cache $cache_file"
10633 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
10634 # Let make expand exec_prefix.
10635 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
10637 # VPATH may cause trouble with some makes, so we remove $(srcdir),
10638 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10639 # trailing colons and then remove the whole line if VPATH becomes empty
10640 # (actually we leave an empty line to preserve line numbers).
10641 if test "x$srcdir" = x.
; then
10642 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
10643 s/:*\$(srcdir):*/:/;
10644 s/:*\${srcdir}:*/:/;
10646 s/^\([^=]*=[ ]*\):*/\1/;
10652 DEFS
=-DHAVE_CONFIG_H
10656 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
10657 # 1. Remove the extension, and $U if already installed.
10658 ac_i
=`echo "$ac_i" |
10659 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10661 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
10662 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
10664 LIBOBJS
=$ac_libobjs
10666 LTLIBOBJS
=$ac_ltlibobjs
10669 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10670 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10671 Usually this means the macro was only invoked conditionally." >&5
10672 echo "$as_me: error: conditional \"AMDEP\" was never defined.
10673 Usually this means the macro was only invoked conditionally." >&2;}
10674 { (exit 1); exit 1; }; }
10676 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10677 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10678 Usually this means the macro was only invoked conditionally." >&5
10679 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10680 Usually this means the macro was only invoked conditionally." >&2;}
10681 { (exit 1); exit 1; }; }
10683 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10684 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10685 Usually this means the macro was only invoked conditionally." >&5
10686 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10687 Usually this means the macro was only invoked conditionally." >&2;}
10688 { (exit 1); exit 1; }; }
10691 : ${CONFIG_STATUS=./config.status}
10692 ac_clean_files_save
=$ac_clean_files
10693 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
10694 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10695 echo "$as_me: creating $CONFIG_STATUS" >&6;}
10696 cat >$CONFIG_STATUS <<_ACEOF
10698 # Generated by $as_me.
10699 # Run this file to recreate the current configuration.
10700 # Compiler output produced by configure, useful for debugging
10701 # configure, is in config.log if it exists.
10704 ac_cs_recheck=false
10706 SHELL=\${CONFIG_SHELL-$SHELL}
10709 cat >>$CONFIG_STATUS <<\_ACEOF
10710 ## --------------------- ##
10711 ## M4sh Initialization. ##
10712 ## --------------------- ##
10714 # Be Bourne compatible
10715 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
10718 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10719 # is contrary to our usage. Disable this feature.
10720 alias -g '${1+"$@"}'='"$@"'
10721 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
10724 DUALCASE
=1; export DUALCASE
# for MKS sh
10726 # Support unset when possible.
10727 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
10734 # Work around bugs in pre-3.0 UWIN ksh.
10735 $as_unset ENV MAIL MAILPATH
10742 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10743 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10744 LC_TELEPHONE LC_TIME
10746 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10747 eval $as_var=C
; export $as_var
10753 # Required to use basename.
10754 if expr a
: '\(a\)' >/dev
/null
2>&1; then
10760 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
10761 as_basename
=basename
10767 # Name of the executable.
10768 as_me
=`$as_basename "$0" ||
10769 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10770 X"$0" : 'X\(//\)$' \| \
10771 X"$0" : 'X\(/\)$' \| \
10772 . : '\(.\)' 2>/dev/null ||
10774 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10775 /^X\/\(\/\/\)$/{ s//\1/; q; }
10776 /^X\/\(\/\).*/{ s//\1/; q; }
10780 # PATH needs CR, and LINENO needs CR and PATH.
10781 # Avoid depending upon Character Ranges.
10782 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
10783 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10784 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
10785 as_cr_digits
='0123456789'
10786 as_cr_alnum
=$as_cr_Letters$as_cr_digits
10788 # The user is always right.
10789 if test "${PATH_SEPARATOR+set}" != set; then
10790 echo "#! /bin/sh" >conf$$.sh
10791 echo "exit 0" >>conf$$.sh
10793 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10802 as_lineno_1
=$LINENO
10803 as_lineno_2
=$LINENO
10804 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
10805 test "x$as_lineno_1" != "x$as_lineno_2" &&
10806 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
10807 # Find who we are. Look in the path if we contain no path at all
10810 *[\\/]* ) as_myself
=$0 ;;
10811 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10812 for as_dir
in $PATH
10815 test -z "$as_dir" && as_dir
=.
10816 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
10821 # We did not find ourselves, most probably we were run as `sh COMMAND'
10822 # in which case we are not to be found in the path.
10823 if test "x$as_myself" = x
; then
10826 if test ! -f "$as_myself"; then
10827 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10828 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10829 { (exit 1); exit 1; }; }
10831 case $CONFIG_SHELL in
10833 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10834 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
10837 test -z "$as_dir" && as_dir
=.
10838 for as_base
in sh bash ksh sh5
; do
10841 if ("$as_dir/$as_base" -c '
10842 as_lineno_1=$LINENO
10843 as_lineno_2=$LINENO
10844 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10845 test "x$as_lineno_1" != "x$as_lineno_2" &&
10846 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
10847 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
10848 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
10849 CONFIG_SHELL
=$as_dir/$as_base
10850 export CONFIG_SHELL
10851 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10859 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10860 # uniformly replaced by the line number. The first 'sed' inserts a
10861 # line-number line before each line; the second 'sed' does the real
10862 # work. The second script uses 'N' to pair each line-number line
10863 # with the numbered line, and appends trailing '-' during
10864 # substitution so that $LINENO is not a special case at line end.
10865 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10866 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10867 sed '=' <$as_myself |
10872 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10875 s,^['$as_cr_digits']*\n,,
10876 ' >$as_me.lineno
&&
10877 chmod +x
$as_me.lineno ||
10878 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10879 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10880 { (exit 1); exit 1; }; }
10882 # Don't try to exec as it changes $[0], causing all sort of problems
10883 # (the dirname of $[0] is not the place where we might find the
10884 # original and so on. Autoconf is especially sensible to this).
10886 # Exit status is that of the last command.
10891 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10892 *c
*,-n*) ECHO_N
= ECHO_C
='
10894 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
10895 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
10898 if expr a
: '\(a\)' >/dev
/null
2>&1; then
10904 rm -f conf$$ conf$$.exe conf$$.
file
10906 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
10907 # We could just check for DJGPP; but this test a) works b) is more generic
10908 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10909 if test -f conf$$.exe
; then
10910 # Don't use ln at all; we don't have any links
10915 elif ln conf$$.
file conf$$
2>/dev
/null
; then
10920 rm -f conf$$ conf$$.exe conf$$.
file
10922 if mkdir
-p .
2>/dev
/null
; then
10925 test -d .
/-p && rmdir .
/-p
10929 as_executable_p
="test -f"
10931 # Sed expression to map a string onto a valid CPP name.
10932 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10934 # Sed expression to map a string onto a valid variable name.
10935 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10939 # We need space, tab and new line, in precisely that order.
10949 # Open the log real soon, to keep \$[0] and so on meaningful, and to
10950 # report actual input values of CONFIG_FILES etc. instead of their
10951 # values after options handling. Logging --version etc. is OK.
10955 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10956 ## Running $as_me. ##
10961 This file was extended by $as_me, which was
10962 generated by GNU Autoconf 2.59. Invocation command line was
10964 CONFIG_FILES = $CONFIG_FILES
10965 CONFIG_HEADERS = $CONFIG_HEADERS
10966 CONFIG_LINKS = $CONFIG_LINKS
10967 CONFIG_COMMANDS = $CONFIG_COMMANDS
10971 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10975 # Files that config.status was made for.
10976 if test -n "$ac_config_files"; then
10977 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10980 if test -n "$ac_config_headers"; then
10981 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10984 if test -n "$ac_config_links"; then
10985 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10988 if test -n "$ac_config_commands"; then
10989 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10992 cat >>$CONFIG_STATUS <<\_ACEOF
10995 \`$as_me' instantiates files from templates according to the
10996 current configuration.
10998 Usage: $0 [OPTIONS] [FILE]...
11000 -h, --help print this help, then exit
11001 -V, --version print version number, then exit
11002 -q, --quiet do not print progress messages
11003 -d, --debug don't remove temporary files
11004 --recheck update $as_me by reconfiguring in the same conditions
11005 --file=FILE[:TEMPLATE]
11006 instantiate the configuration file FILE
11007 --header=FILE[:TEMPLATE]
11008 instantiate the configuration header FILE
11010 Configuration files:
11013 Configuration headers:
11016 Configuration commands:
11019 Report bugs to <bug-autoconf@gnu.org>."
11022 cat >>$CONFIG_STATUS <<_ACEOF
11025 configured by $0, generated by GNU Autoconf 2.59,
11026 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11028 Copyright (C) 2003 Free Software Foundation, Inc.
11029 This config.status script is free software; the Free Software Foundation
11030 gives unlimited permission to copy, distribute and modify it."
11035 cat >>$CONFIG_STATUS <<\_ACEOF
11036 # If no file are specified by the user, then we need to provide default
11037 # value. By we need to know if files were specified by the user.
11043 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
11044 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
11052 *) # This is not an option, so the user has probably given explicit
11055 ac_need_defaults
=false
;;
11059 # Handling of the options.
11061 cat >>$CONFIG_STATUS <<\_ACEOF
11062 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11064 --version |
--vers* |
-V )
11065 echo "$ac_cs_version"; exit 0 ;;
11067 # Conflict between --help and --header
11068 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11069 Try \`$0 --help' for more information." >&5
11070 echo "$as_me: error: ambiguous option: $1
11071 Try \`$0 --help' for more information." >&2;}
11072 { (exit 1); exit 1; }; };;
11073 --help |
--hel |
-h )
11074 echo "$ac_cs_usage"; exit 0 ;;
11075 --debug |
--d* |
-d )
11077 --file |
--fil |
--fi |
--f )
11079 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11080 ac_need_defaults
=false
;;
11081 --header |
--heade |
--head |
--hea )
11083 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11084 ac_need_defaults
=false
;;
11085 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11086 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11089 # This is an error.
11090 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11091 Try \`$0 --help' for more information." >&5
11092 echo "$as_me: error: unrecognized option: $1
11093 Try \`$0 --help' for more information." >&2;}
11094 { (exit 1); exit 1; }; } ;;
11096 *) ac_config_targets
="$ac_config_targets $1" ;;
11102 ac_configure_extra_args
=
11104 if $ac_cs_silent; then
11106 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11110 cat >>$CONFIG_STATUS <<_ACEOF
11111 if \$ac_cs_recheck; then
11112 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11113 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11118 cat >>$CONFIG_STATUS <<_ACEOF
11120 # INIT-COMMANDS section.
11123 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11129 cat >>$CONFIG_STATUS <<\_ACEOF
11130 for ac_config_target
in $ac_config_targets
11132 case "$ac_config_target" in
11133 # Handling of arguments.
11134 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11135 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
11136 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11137 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
11138 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
11139 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
11140 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11141 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11142 { (exit 1); exit 1; }; };;
11146 # If the user did not use the arguments to specify the items to instantiate,
11147 # then the envvar interface is used. Set only those that are not.
11148 # We use the long form for the default assignment because of an extremely
11149 # bizarre bug on SunOS 4.1.3.
11150 if $ac_need_defaults; then
11151 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
11152 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
11153 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
11156 # Have a temporary directory for convenience. Make it in the build tree
11157 # simply because there is no reason to put it here, and in addition,
11158 # creating and moving files from /tmp can sometimes cause problems.
11159 # Create a temporary directory, and hook for its removal unless debugging.
11162 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11163 trap '{ (exit 1); exit 1; }' 1 2 13 15
11166 # Create a (secure) tmp directory for tmp files.
11169 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11170 test -n "$tmp" && test -d "$tmp"
11173 tmp
=.
/confstat$$
-$RANDOM
11174 (umask 077 && mkdir
$tmp)
11177 echo "$me: cannot create a temporary directory in ." >&2
11178 { (exit 1); exit 1; }
11183 cat >>$CONFIG_STATUS <<_ACEOF
11186 # CONFIG_FILES section.
11189 # No need to generate the scripts if there are no CONFIG_FILES.
11190 # This happens for instance when ./config.status config.h
11191 if test -n "\$CONFIG_FILES"; then
11192 # Protect against being on the right side of a sed subst in config.status.
11193 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11194 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11195 s,@SHELL@,$SHELL,;t t
11196 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11197 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11198 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11199 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11200 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11201 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11202 s,@exec_prefix@,$exec_prefix,;t t
11203 s,@prefix@,$prefix,;t t
11204 s,@program_transform_name@,$program_transform_name,;t t
11205 s,@bindir@,$bindir,;t t
11206 s,@sbindir@,$sbindir,;t t
11207 s,@libexecdir@,$libexecdir,;t t
11208 s,@datadir@,$datadir,;t t
11209 s,@sysconfdir@,$sysconfdir,;t t
11210 s,@sharedstatedir@,$sharedstatedir,;t t
11211 s,@localstatedir@,$localstatedir,;t t
11212 s,@libdir@,$libdir,;t t
11213 s,@includedir@,$includedir,;t t
11214 s,@oldincludedir@,$oldincludedir,;t t
11215 s,@infodir@,$infodir,;t t
11216 s,@mandir@,$mandir,;t t
11217 s,@build_alias@,$build_alias,;t t
11218 s,@host_alias@,$host_alias,;t t
11219 s,@target_alias@,$target_alias,;t t
11220 s,@DEFS@,$DEFS,;t t
11221 s,@ECHO_C@,$ECHO_C,;t t
11222 s,@ECHO_N@,$ECHO_N,;t t
11223 s,@ECHO_T@,$ECHO_T,;t t
11224 s,@LIBS@,$LIBS,;t t
11225 s,@build@,$build,;t t
11226 s,@build_cpu@,$build_cpu,;t t
11227 s,@build_vendor@,$build_vendor,;t t
11228 s,@build_os@,$build_os,;t t
11229 s,@host@,$host,;t t
11230 s,@host_cpu@,$host_cpu,;t t
11231 s,@host_vendor@,$host_vendor,;t t
11232 s,@host_os@,$host_os,;t t
11233 s,@target@,$target,;t t
11234 s,@target_cpu@,$target_cpu,;t t
11235 s,@target_vendor@,$target_vendor,;t t
11236 s,@target_os@,$target_os,;t t
11238 s,@CFLAGS@,$CFLAGS,;t t
11239 s,@LDFLAGS@,$LDFLAGS,;t t
11240 s,@CPPFLAGS@,$CPPFLAGS,;t t
11241 s,@ac_ct_CC@,$ac_ct_CC,;t t
11242 s,@EXEEXT@,$EXEEXT,;t t
11243 s,@OBJEXT@,$OBJEXT,;t t
11244 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11245 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11246 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11247 s,@CYGPATH_W@,$CYGPATH_W,;t t
11248 s,@PACKAGE@,$PACKAGE,;t t
11249 s,@VERSION@,$VERSION,;t t
11250 s,@ACLOCAL@,$ACLOCAL,;t t
11251 s,@AUTOCONF@,$AUTOCONF,;t t
11252 s,@AUTOMAKE@,$AUTOMAKE,;t t
11253 s,@AUTOHEADER@,$AUTOHEADER,;t t
11254 s,@MAKEINFO@,$MAKEINFO,;t t
11255 s,@install_sh@,$install_sh,;t t
11256 s,@STRIP@,$STRIP,;t t
11257 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11258 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11259 s,@mkdir_p@,$mkdir_p,;t t
11261 s,@SET_MAKE@,$SET_MAKE,;t t
11262 s,@am__leading_dot@,$am__leading_dot,;t t
11263 s,@AMTAR@,$AMTAR,;t t
11264 s,@am__tar@,$am__tar,;t t
11265 s,@am__untar@,$am__untar,;t t
11266 s,@DEPDIR@,$DEPDIR,;t t
11267 s,@am__include@,$am__include,;t t
11268 s,@am__quote@,$am__quote,;t t
11269 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11270 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11271 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11272 s,@CCDEPMODE@,$CCDEPMODE,;t t
11273 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11274 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11275 s,@LN_S@,$LN_S,;t t
11276 s,@RANLIB@,$RANLIB,;t t
11277 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11278 s,@LIBTOOL@,$LIBTOOL,;t t
11279 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
11280 s,@NO_WERROR@,$NO_WERROR,;t t
11281 s,@YACC@,$YACC,;t t
11283 s,@LEXLIB@,$LEXLIB,;t t
11284 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11286 s,@EGREP@,$EGREP,;t t
11287 s,@ALLOCA@,$ALLOCA,;t t
11288 s,@USE_NLS@,$USE_NLS,;t t
11289 s,@MSGFMT@,$MSGFMT,;t t
11290 s,@GMSGFMT@,$GMSGFMT,;t t
11291 s,@XGETTEXT@,$XGETTEXT,;t t
11292 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11293 s,@CATALOGS@,$CATALOGS,;t t
11294 s,@CATOBJEXT@,$CATOBJEXT,;t t
11295 s,@DATADIRNAME@,$DATADIRNAME,;t t
11296 s,@GMOFILES@,$GMOFILES,;t t
11297 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11298 s,@INTLDEPS@,$INTLDEPS,;t t
11299 s,@INTLLIBS@,$INTLLIBS,;t t
11300 s,@INTLOBJS@,$INTLOBJS,;t t
11301 s,@POFILES@,$POFILES,;t t
11302 s,@POSUB@,$POSUB,;t t
11303 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11304 s,@GT_NO@,$GT_NO,;t t
11305 s,@GT_YES@,$GT_YES,;t t
11306 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11308 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11309 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11310 s,@MAINT@,$MAINT,;t t
11311 s,@HDEFINES@,$HDEFINES,;t t
11313 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
11314 s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
11315 s,@DEMANGLER_NAME@,$DEMANGLER_NAME,;t t
11316 s,@NLMCONV_DEFS@,$NLMCONV_DEFS,;t t
11317 s,@BUILD_NLMCONV@,$BUILD_NLMCONV,;t t
11318 s,@BUILD_SRCONV@,$BUILD_SRCONV,;t t
11319 s,@BUILD_DLLTOOL@,$BUILD_DLLTOOL,;t t
11320 s,@DLLTOOL_DEFS@,$DLLTOOL_DEFS,;t t
11321 s,@BUILD_WINDRES@,$BUILD_WINDRES,;t t
11322 s,@BUILD_DLLWRAP@,$BUILD_DLLWRAP,;t t
11323 s,@BUILD_MISC@,$BUILD_MISC,;t t
11324 s,@OBJDUMP_DEFS@,$OBJDUMP_DEFS,;t t
11325 s,@EMULATION@,$EMULATION,;t t
11326 s,@EMULATION_VECTOR@,$EMULATION_VECTOR,;t t
11327 s,@LIBOBJS@,$LIBOBJS,;t t
11328 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11333 cat >>$CONFIG_STATUS <<\_ACEOF
11334 # Split the substitutions into bite-sized pieces for seds with
11335 # small command number limits, like on Digital OSF/1 and HP-UX.
11336 ac_max_sed_lines
=48
11337 ac_sed_frag
=1 # Number of current file.
11338 ac_beg
=1 # First line for current file.
11339 ac_end
=$ac_max_sed_lines # Line after last line for current file.
11342 while $ac_more_lines; do
11343 if test $ac_beg -gt 1; then
11344 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11346 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11348 if test ! -s $tmp/subs.frag
; then
11349 ac_more_lines
=false
11351 # The purpose of the label and of the branching condition is to
11352 # speed up the sed processing (if there are no `@' at all, there
11353 # is no need to browse any of the substitutions).
11354 # These are the two extra sed commands mentioned above.
11356 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
11357 if test -z "$ac_sed_cmds"; then
11358 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
11360 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11362 ac_sed_frag
=`expr $ac_sed_frag + 1`
11364 ac_end
=`expr $ac_end + $ac_max_sed_lines`
11367 if test -z "$ac_sed_cmds"; then
11370 fi # test -n "$CONFIG_FILES"
11373 cat >>$CONFIG_STATUS <<\_ACEOF
11374 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
11375 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11377 - |
*:- |
*:-:* ) # input from stdin
11379 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11380 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11381 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11382 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11383 * ) ac_file_in
=$ac_file.
in ;;
11386 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11387 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11388 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11389 X"$ac_file" : 'X\(//\)[^/]' \| \
11390 X"$ac_file" : 'X\(//\)$' \| \
11391 X"$ac_file" : 'X\(/\)' \| \
11392 . : '\(.\)' 2>/dev/null ||
11394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11395 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11396 /^X\(\/\/\)$/{ s//\1/; q; }
11397 /^X\(\/\).*/{ s//\1/; q; }
11399 { if $as_mkdir_p; then
11404 while test ! -d "$as_dir"; do
11405 as_dirs
="$as_dir $as_dirs"
11406 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11407 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11408 X"$as_dir" : 'X\(//\)[^/]' \| \
11409 X"$as_dir" : 'X\(//\)$' \| \
11410 X"$as_dir" : 'X\(/\)' \| \
11411 . : '\(.\)' 2>/dev/null ||
11413 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11414 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11415 /^X\(\/\/\)$/{ s//\1/; q; }
11416 /^X\(\/\).*/{ s//\1/; q; }
11419 test ! -n "$as_dirs" || mkdir
$as_dirs
11420 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11421 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11422 { (exit 1); exit 1; }; }; }
11426 if test "$ac_dir" != .
; then
11427 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11428 # A "../" for each directory in $ac_dir_suffix.
11429 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11431 ac_dir_suffix
= ac_top_builddir
=
11435 .
) # No --srcdir option. We are building in place.
11437 if test -z "$ac_top_builddir"; then
11440 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
11442 [\\/]* | ?
:[\\/]* ) # Absolute path.
11443 ac_srcdir
=$srcdir$ac_dir_suffix;
11444 ac_top_srcdir
=$srcdir ;;
11445 *) # Relative path.
11446 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
11447 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
11450 # Do not use `cd foo && pwd` to compute absolute paths, because
11451 # the directories may not exist.
11453 .
) ac_abs_builddir
="$ac_dir";;
11456 .
) ac_abs_builddir
=`pwd`;;
11457 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
11458 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
11461 case $ac_abs_builddir in
11462 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11464 case ${ac_top_builddir}.
in
11465 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
11466 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11467 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
11470 case $ac_abs_builddir in
11471 .
) ac_abs_srcdir
=$ac_srcdir;;
11474 .
) ac_abs_srcdir
=$ac_abs_builddir;;
11475 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
11476 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
11479 case $ac_abs_builddir in
11480 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
11482 case $ac_top_srcdir in
11483 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
11484 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
11485 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
11491 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
11492 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
11495 if test x
"$ac_file" != x-
; then
11496 { echo "$as_me:$LINENO: creating $ac_file" >&5
11497 echo "$as_me: creating $ac_file" >&6;}
11500 # Let's still pretend it is `configure' which instantiates (i.e., don't
11501 # use $as_me), people would be surprised to read:
11502 # /* config.h. Generated by config.status. */
11503 if test x
"$ac_file" = x-
; then
11506 configure_input
="$ac_file. "
11508 configure_input
=$configure_input"Generated from `echo $ac_file_in |
11509 sed 's,.*/,,'` by configure."
11511 # First look for the input files in the build tree, otherwise in the
11513 ac_file_inputs
=`IFS=:
11514 for f in $ac_file_in; do
11516 -) echo $tmp/stdin ;;
11518 # Absolute (can't be DOS-style, as IFS=:)
11519 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11520 echo "$as_me: error: cannot find input file: $f" >&2;}
11521 { (exit 1); exit 1; }; }
11524 if test -f "$f"; then
11527 elif test -f "$srcdir/$f"; then
11532 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11533 echo "$as_me: error: cannot find input file: $f" >&2;}
11534 { (exit 1); exit 1; }; }
11537 done` ||
{ (exit 1); exit 1; }
11539 cat >>$CONFIG_STATUS <<_ACEOF
11543 cat >>$CONFIG_STATUS <<\_ACEOF
11545 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
11546 s
,@configure_input@
,$configure_input,;t t
11547 s
,@srcdir@
,$ac_srcdir,;t t
11548 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
11549 s
,@top_srcdir@
,$ac_top_srcdir,;t t
11550 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
11551 s
,@builddir@
,$ac_builddir,;t t
11552 s
,@abs_builddir@
,$ac_abs_builddir,;t t
11553 s
,@top_builddir@
,$ac_top_builddir,;t t
11554 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
11555 s
,@INSTALL@
,$ac_INSTALL,;t t
11556 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11558 if test x"$ac_file" != x-; then
11559 mv $tmp/out $ac_file
11567 cat >>$CONFIG_STATUS <<\_ACEOF
11570 # CONFIG_HEADER section.
11573 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
11574 # NAME is the cpp macro being defined and VALUE is the value it is being given.
11576 # ac_d sets the value in "#define NAME VALUE" lines.
11577 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11578 ac_dB
='[ ].*$,\1#\2'
11581 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11582 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11583 ac_uB
='$,\1#\2define\3'
11587 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
11588 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11590 - |
*:- |
*:-:* ) # input from stdin
11592 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11593 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11594 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11595 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11596 * ) ac_file_in
=$ac_file.
in ;;
11599 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
11600 echo "$as_me: creating $ac_file" >&6;}
11602 # First look for the input files in the build tree, otherwise in the
11604 ac_file_inputs
=`IFS=:
11605 for f in $ac_file_in; do
11607 -) echo $tmp/stdin ;;
11609 # Absolute (can't be DOS-style, as IFS=:)
11610 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11611 echo "$as_me: error: cannot find input file: $f" >&2;}
11612 { (exit 1); exit 1; }; }
11613 # Do quote $f, to prevent DOS paths from being IFS'd.
11616 if test -f "$f"; then
11619 elif test -f "$srcdir/$f"; then
11624 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11625 echo "$as_me: error: cannot find input file: $f" >&2;}
11626 { (exit 1); exit 1; }; }
11629 done` ||
{ (exit 1); exit 1; }
11630 # Remove the trailing spaces.
11631 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11635 # Transform confdefs.h into two sed scripts, `conftest.defines' and
11636 # `conftest.undefs', that substitutes the proper values into
11637 # config.h.in to produce config.h. The first handles `#define'
11638 # templates, and the second `#undef' templates.
11639 # And first: Protect against being on the right side of a sed subst in
11640 # config.status. Protect against being in an unquoted here document
11641 # in config.status.
11642 rm -f conftest.defines conftest.undefs
11643 # Using a here document instead of a string reduces the quoting nightmare.
11644 # Putting comments in sed scripts is not portable.
11646 # `end' is used to avoid that the second main sed command (meant for
11647 # 0-ary CPP macros) applies to n-ary macro definitions.
11648 # See the Autoconf documentation for `clear'.
11649 cat >confdef2sed.
sed <<\_ACEOF
11654 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11656 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11659 # If some macros were called several times there might be several times
11660 # the same #defines, which is useless. Nevertheless, we may not want to
11661 # sort them, since we want the *last* AC-DEFINE to be honored.
11662 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11663 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11664 rm -f confdef2sed.sed
11666 # This sed command replaces #undef with comments. This is necessary, for
11667 # example, in the case of _POSIX_SOURCE, which is predefined and required
11668 # on some systems where configure will not decide to define it.
11669 cat >>conftest.undefs <<\_ACEOF
11670 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11673 # Break up conftest.defines because some shells have a limit on the size
11674 # of here documents, and old seds have small limits too (100 cmds).
11675 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11676 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11677 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11678 echo ' :' >>$CONFIG_STATUS
11679 rm -f conftest.tail
11680 while grep . conftest.defines >/dev/null
11682 # Write a limited-size here document to $tmp/defines.sed.
11683 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11684 # Speed up: don't consider the non `#define' lines.
11685 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11686 # Work around the forget-to-reset-the-flag bug.
11687 echo 't clr' >>$CONFIG_STATUS
11688 echo ': clr' >>$CONFIG_STATUS
11689 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
11691 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11693 mv $tmp/out $tmp/in
11695 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
11696 rm -f conftest.defines
11697 mv conftest.
tail conftest.defines
11699 rm -f conftest.defines
11700 echo ' fi # grep' >>$CONFIG_STATUS
11701 echo >>$CONFIG_STATUS
11703 # Break up conftest.undefs because some shells have a limit on the size
11704 # of here documents, and old seds have small limits too (100 cmds).
11705 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11706 rm -f conftest.
tail
11707 while grep . conftest.undefs
>/dev
/null
11709 # Write a limited-size here document to $tmp/undefs.sed.
11710 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11711 # Speed up: don't consider the non
`#undef'
11712 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11713 # Work around the forget-to-reset-the-flag bug.
11714 echo 't clr' >>$CONFIG_STATUS
11715 echo ': clr' >>$CONFIG_STATUS
11716 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11718 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11720 mv $tmp/out $tmp/in
11722 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11723 rm -f conftest.undefs
11724 mv conftest.tail conftest.undefs
11726 rm -f conftest.undefs
11728 cat >>$CONFIG_STATUS <<\_ACEOF
11729 # Let's still pretend it is `configure
' which instantiates (i.e., don't
11730 # use $as_me), people would be surprised to read:
11731 # /* config.h. Generated by config.status. */
11732 if test x
"$ac_file" = x-
; then
11733 echo "/* Generated by configure. */" >$tmp/config.h
11735 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11737 cat $tmp/in >>$tmp/config.h
11739 if test x
"$ac_file" != x-
; then
11740 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
11741 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11742 echo "$as_me: $ac_file is unchanged" >&6;}
11744 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11745 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11746 X"$ac_file" : 'X\(//\)[^/]' \| \
11747 X"$ac_file" : 'X\(//\)$' \| \
11748 X"$ac_file" : 'X\(/\)' \| \
11749 . : '\(.\)' 2>/dev/null ||
11751 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11752 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11753 /^X\(\/\/\)$/{ s//\1/; q; }
11754 /^X\(\/\).*/{ s//\1/; q; }
11756 { if $as_mkdir_p; then
11761 while test ! -d "$as_dir"; do
11762 as_dirs
="$as_dir $as_dirs"
11763 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11764 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11765 X"$as_dir" : 'X\(//\)[^/]' \| \
11766 X"$as_dir" : 'X\(//\)$' \| \
11767 X"$as_dir" : 'X\(/\)' \| \
11768 . : '\(.\)' 2>/dev/null ||
11770 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11771 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11772 /^X\(\/\/\)$/{ s//\1/; q; }
11773 /^X\(\/\).*/{ s//\1/; q; }
11776 test ! -n "$as_dirs" || mkdir
$as_dirs
11777 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11778 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11779 { (exit 1); exit 1; }; }; }
11782 mv $tmp/config.h
$ac_file
11786 rm -f $tmp/config.h
11788 # Compute $ac_file's index in $config_headers.
11790 for _am_header
in $config_headers :; do
11791 case $_am_header in
11792 $ac_file |
$ac_file:* )
11795 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
11798 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11799 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11800 X$ac_file : 'X\(//\)[^/]' \| \
11801 X$ac_file : 'X\(//\)$' \| \
11802 X$ac_file : 'X\(/\)' \| \
11803 . : '\(.\)' 2>/dev/null ||
11805 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11806 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11807 /^X\(\/\/\)$/{ s//\1/; q; }
11808 /^X\(\/\).*/{ s//\1/; q; }
11809 s/.*/./; q'`/stamp-h
$_am_stamp_count
11812 cat >>$CONFIG_STATUS <<\_ACEOF
11815 # CONFIG_COMMANDS section.
11817 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
11818 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
11819 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11820 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
11821 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11822 X"$ac_dest" : 'X\(//\)[^/]' \| \
11823 X"$ac_dest" : 'X\(//\)$' \| \
11824 X"$ac_dest" : 'X\(/\)' \| \
11825 . : '\(.\)' 2>/dev/null ||
11827 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11828 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11829 /^X\(\/\/\)$/{ s//\1/; q; }
11830 /^X\(\/\).*/{ s//\1/; q; }
11832 { if $as_mkdir_p; then
11837 while test ! -d "$as_dir"; do
11838 as_dirs
="$as_dir $as_dirs"
11839 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11840 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11841 X"$as_dir" : 'X\(//\)[^/]' \| \
11842 X"$as_dir" : 'X\(//\)$' \| \
11843 X"$as_dir" : 'X\(/\)' \| \
11844 . : '\(.\)' 2>/dev/null ||
11846 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11847 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11848 /^X\(\/\/\)$/{ s//\1/; q; }
11849 /^X\(\/\).*/{ s//\1/; q; }
11852 test ! -n "$as_dirs" || mkdir
$as_dirs
11853 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11854 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11855 { (exit 1); exit 1; }; }; }
11859 if test "$ac_dir" != .
; then
11860 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11861 # A "../" for each directory in $ac_dir_suffix.
11862 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11864 ac_dir_suffix
= ac_top_builddir
=
11868 .
) # No --srcdir option. We are building in place.
11870 if test -z "$ac_top_builddir"; then
11873 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
11875 [\\/]* | ?
:[\\/]* ) # Absolute path.
11876 ac_srcdir
=$srcdir$ac_dir_suffix;
11877 ac_top_srcdir
=$srcdir ;;
11878 *) # Relative path.
11879 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
11880 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
11883 # Do not use `cd foo && pwd` to compute absolute paths, because
11884 # the directories may not exist.
11886 .
) ac_abs_builddir
="$ac_dir";;
11889 .
) ac_abs_builddir
=`pwd`;;
11890 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
11891 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
11894 case $ac_abs_builddir in
11895 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11897 case ${ac_top_builddir}.
in
11898 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
11899 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11900 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
11903 case $ac_abs_builddir in
11904 .
) ac_abs_srcdir
=$ac_srcdir;;
11907 .
) ac_abs_srcdir
=$ac_abs_builddir;;
11908 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
11909 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
11912 case $ac_abs_builddir in
11913 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
11915 case $ac_top_srcdir in
11916 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
11917 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
11918 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
11923 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11924 echo "$as_me: executing $ac_dest commands" >&6;}
11926 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
11927 # Strip MF so we end up with the name of the file.
11928 mf
=`echo "$mf" | sed -e 's/:.*$//'`
11929 # Check whether this is an Automake generated Makefile or not.
11930 # We used to match only the files named `Makefile.in', but
11931 # some people rename them; so instead we look at the file content.
11932 # Grep'ing the first line is not enough: some people post-process
11933 # each Makefile.in and add a new line on top of each file to say so.
11934 # So let's grep whole file.
11935 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
11936 dirpart
=`(dirname "$mf") 2>/dev/null ||
11937 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11938 X"$mf" : 'X\(//\)[^/]' \| \
11939 X"$mf" : 'X\(//\)$' \| \
11940 X"$mf" : 'X\(/\)' \| \
11941 . : '\(.\)' 2>/dev/null ||
11943 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11944 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11945 /^X\(\/\/\)$/{ s//\1/; q; }
11946 /^X\(\/\).*/{ s//\1/; q; }
11951 # Extract the definition of DEPDIR, am__include, and am__quote
11952 # from the Makefile without running `make'.
11953 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
11954 test -z "$DEPDIR" && continue
11955 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
11956 test -z "am__include" && continue
11957 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
11958 # When using ansi2knr, U may be empty or an underscore; expand it
11959 U
=`sed -n 's/^U = //p' < "$mf"`
11960 # Find all dependency output files, they are included files with
11961 # $(DEPDIR) in their names. We invoke sed twice because it is the
11962 # simplest approach to changing $(DEPDIR) to its actual value in the
11964 for file in `sed -n "
11965 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
11966 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11967 # Make sure the directory exists.
11968 test -f "$dirpart/$file" && continue
11969 fdir
=`(dirname "$file") 2>/dev/null ||
11970 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11971 X"$file" : 'X\(//\)[^/]' \| \
11972 X"$file" : 'X\(//\)$' \| \
11973 X"$file" : 'X\(/\)' \| \
11974 . : '\(.\)' 2>/dev/null ||
11976 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11977 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11978 /^X\(\/\/\)$/{ s//\1/; q; }
11979 /^X\(\/\).*/{ s//\1/; q; }
11981 { if $as_mkdir_p; then
11982 mkdir
-p $dirpart/$fdir
11984 as_dir
=$dirpart/$fdir
11986 while test ! -d "$as_dir"; do
11987 as_dirs
="$as_dir $as_dirs"
11988 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11989 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11990 X"$as_dir" : 'X\(//\)[^/]' \| \
11991 X"$as_dir" : 'X\(//\)$' \| \
11992 X"$as_dir" : 'X\(/\)' \| \
11993 . : '\(.\)' 2>/dev/null ||
11995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11996 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11997 /^X\(\/\/\)$/{ s//\1/; q; }
11998 /^X\(\/\).*/{ s//\1/; q; }
12001 test ! -n "$as_dirs" || mkdir
$as_dirs
12002 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12003 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12004 { (exit 1); exit 1; }; }; }
12006 # echo "creating $dirpart/$file"
12007 echo '# dummy' > "$dirpart/$file"
12012 case "x$CONFIG_FILES" in
12013 *) sed -e '/POTFILES =/r po/POTFILES' po
/Makefile.
in > po
/Makefile
;;
12020 cat >>$CONFIG_STATUS <<\_ACEOF
12022 { (exit 0); exit 0; }
12024 chmod +x
$CONFIG_STATUS
12025 ac_clean_files
=$ac_clean_files_save
12028 # configure is writing to config.log, and then calls config.status.
12029 # config.status does its own redirection, appending to config.log.
12030 # Unfortunately, on DOS this fails, as config.log is still kept open
12031 # by configure, so config.status won't be able to write to it; its
12032 # output is simply discarded. So we exec the FD to /dev/null,
12033 # effectively closing config.log, so it can be properly (re)opened and
12034 # appended to by config.status. When coming back to configure, we
12035 # need to make the FD available again.
12036 if test "$no_create" != yes; then
12038 ac_config_status_args
=
12039 test "$silent" = yes &&
12040 ac_config_status_args
="$ac_config_status_args --quiet"
12042 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
12044 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12045 # would make configure fail if this is the last instruction.
12046 $ac_cs_success ||
{ (exit 1); exit 1; }