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
="as.h"
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 GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof BFDLIB OPCODES_LIB BFDVER_H ALL_OBJ_DEPS 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 LIBM 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 targets alternative target configurations besides the primary
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/..; 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/.." >&5
1340 echo "$as_me: error: cannot find install-sh or install.sh in .. $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; }; } ;;
4080 WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4082 # Check whether --enable-werror or --disable-werror was given.
4083 if test "${enable_werror+set}" = set; then
4084 enableval
="$enable_werror"
4085 case "${enableval}" in
4086 yes | y
) ERROR_ON_WARNING
="yes" ;;
4087 no | n
) ERROR_ON_WARNING
="no" ;;
4088 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4089 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4090 { (exit 1); exit 1; }; } ;;
4094 # Enable -Werror by default when using gcc
4095 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4096 ERROR_ON_WARNING
=yes
4100 if test "${ERROR_ON_WARNING}" = yes ; then
4101 WARN_CFLAGS
="$WARN_CFLAGS -Werror"
4102 NO_WERROR
="-Wno-error"
4105 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4106 if test "${enable_build_warnings+set}" = set; then
4107 enableval
="$enable_build_warnings"
4108 case "${enableval}" in
4110 no
) WARN_CFLAGS
="-w";;
4111 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4112 WARN_CFLAGS
="${WARN_CFLAGS} ${t}";;
4113 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4114 WARN_CFLAGS
="${t} ${WARN_CFLAGS}";;
4115 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4119 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
4120 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4127 # Generate a header file
4128 ac_config_headers
="$ac_config_headers config.h:config.in"
4131 # If we are on a DOS filesystem, we must use gdb.ini rather than
4134 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
4136 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
4141 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
4147 #We need this for the host. BOUT header is in host order.
4148 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4149 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4150 if test "${ac_cv_c_bigendian+set}" = set; then
4151 echo $ECHO_N "(cached) $ECHO_C" >&6
4153 # See if sys/param.h defines the BYTE_ORDER macro.
4154 cat >conftest.
$ac_ext <<_ACEOF
4157 cat confdefs.h
>>conftest.
$ac_ext
4158 cat >>conftest.
$ac_ext <<_ACEOF
4159 /* end confdefs.h. */
4160 #include <sys/types.h>
4161 #include <sys/param.h>
4166 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4174 rm -f conftest.
$ac_objext
4175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4176 (eval $ac_compile) 2>conftest.er1
4178 grep -v '^ *+' conftest.er1
>conftest.err
4180 cat conftest.err
>&5
4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182 (exit $ac_status); } &&
4183 { ac_try
='test -z "$ac_c_werror_flag"
4184 || test ! -s conftest.err'
4185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189 (exit $ac_status); }; } &&
4190 { ac_try
='test -s conftest.$ac_objext'
4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); }; }; then
4196 # It does; now see whether it defined to BIG_ENDIAN or not.
4197 cat >conftest.
$ac_ext <<_ACEOF
4200 cat confdefs.h
>>conftest.
$ac_ext
4201 cat >>conftest.
$ac_ext <<_ACEOF
4202 /* end confdefs.h. */
4203 #include <sys/types.h>
4204 #include <sys/param.h>
4209 #if BYTE_ORDER != BIG_ENDIAN
4217 rm -f conftest.
$ac_objext
4218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4219 (eval $ac_compile) 2>conftest.er1
4221 grep -v '^ *+' conftest.er1
>conftest.err
4223 cat conftest.err
>&5
4224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4225 (exit $ac_status); } &&
4226 { ac_try
='test -z "$ac_c_werror_flag"
4227 || test ! -s conftest.err'
4228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232 (exit $ac_status); }; } &&
4233 { ac_try
='test -s conftest.$ac_objext'
4234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); }; }; then
4239 ac_cv_c_bigendian
=yes
4241 echo "$as_me: failed program was:" >&5
4242 sed 's/^/| /' conftest.
$ac_ext >&5
4244 ac_cv_c_bigendian
=no
4246 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4248 echo "$as_me: failed program was:" >&5
4249 sed 's/^/| /' conftest.
$ac_ext >&5
4251 # It does not; compile a test program.
4252 if test "$cross_compiling" = yes; then
4253 # try to guess the endianness by grepping values into an object file
4254 ac_cv_c_bigendian
=unknown
4255 cat >conftest.
$ac_ext <<_ACEOF
4258 cat confdefs.h
>>conftest.
$ac_ext
4259 cat >>conftest.
$ac_ext <<_ACEOF
4260 /* end confdefs.h. */
4261 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4262 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4263 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4264 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4265 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4266 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4270 _ascii (); _ebcdic ();
4275 rm -f conftest.
$ac_objext
4276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4277 (eval $ac_compile) 2>conftest.er1
4279 grep -v '^ *+' conftest.er1
>conftest.err
4281 cat conftest.err
>&5
4282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4283 (exit $ac_status); } &&
4284 { ac_try
='test -z "$ac_c_werror_flag"
4285 || test ! -s conftest.err'
4286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4290 (exit $ac_status); }; } &&
4291 { ac_try
='test -s conftest.$ac_objext'
4292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296 (exit $ac_status); }; }; then
4297 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
4298 ac_cv_c_bigendian
=yes
4300 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
4301 if test "$ac_cv_c_bigendian" = unknown
; then
4302 ac_cv_c_bigendian
=no
4304 # finding both strings is unlikely to happen, but who knows?
4305 ac_cv_c_bigendian
=unknown
4309 echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.
$ac_ext >&5
4313 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4315 cat >conftest.
$ac_ext <<_ACEOF
4318 cat confdefs.h
>>conftest.
$ac_ext
4319 cat >>conftest.
$ac_ext <<_ACEOF
4320 /* end confdefs.h. */
4324 /* Are we little or big endian? From Harbison&Steele. */
4328 char c[sizeof (long)];
4331 exit (u.c[sizeof (long) - 1] == 1);
4334 rm -f conftest
$ac_exeext
4335 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4336 (eval $ac_link) 2>&5
4338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4339 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4344 (exit $ac_status); }; }; then
4345 ac_cv_c_bigendian
=no
4347 echo "$as_me: program exited with status $ac_status" >&5
4348 echo "$as_me: failed program was:" >&5
4349 sed 's/^/| /' conftest.
$ac_ext >&5
4352 ac_cv_c_bigendian
=yes
4354 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4359 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4360 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4361 case $ac_cv_c_bigendian in
4364 cat >>confdefs.h
<<\_ACEOF
4365 #define WORDS_BIGENDIAN 1
4371 { { echo "$as_me:$LINENO: error: unknown endianness
4372 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4373 echo "$as_me: error: unknown endianness
4374 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4375 { (exit 1); exit 1; }; } ;;
4381 # Makefile target for installing gas in $(tooldir)/bin.
4382 install_tooldir
=install-exec-tooldir
4386 if test -n "$enable_targets" ; then
4387 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
4388 if test $t = "all"; then
4392 result
=`$ac_config_sub $t 2>/dev/null`
4393 if test -n "$result" ; then
4394 canon_targets
="$canon_targets $result"
4396 # # Permit "all", etc. We don't support it yet though.
4397 # canon_targets="$canon_targets $t"
4400 _gas_uniq_list
="$canon_targets"
4401 _gas_uniq_newlist
=""
4402 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
4403 case $_gas_uniq_i in
4405 *) case " $_gas_uniq_newlist " in
4406 *" $_gas_uniq_i "*) ;;
4407 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
4411 canon_targets
=$_gas_uniq_newlist
4417 for this_target
in $target $canon_targets ; do
4420 .
${srcdir}/configure.tgt
4422 case ${target_cpu} in
4425 cat >>confdefs.h
<<_ACEOF
4426 #define DEFAULT_CRIS_ARCH $arch
4432 if test ${this_target} = $target ; then
4433 target_cpu_type
=${cpu_type}
4434 elif test ${target_cpu_type} != ${cpu_type} ; then
4438 generic_target
=${cpu_type}-${target_vendor}-${target_os}
4439 case ${generic_target} in
4441 if test ${this_target} = $target; then
4443 cat >>confdefs.h
<<\_ACEOF
4450 i386-
*-msdosdjgpp* \
4454 cat >>confdefs.h
<<\_ACEOF
4455 #define STRICTCOFF 1
4461 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4462 echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
4468 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
4469 echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
4470 { (exit 1); exit 1; }; }
4475 cat >>confdefs.h
<<\_ACEOF
4476 #define AIX_WEAK_SUPPORT 1
4483 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
4484 echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4485 { (exit 1); exit 1; }; } ;;
4489 if test ${this_target} = $target; then
4491 cat >>confdefs.h
<<\_ACEOF
4492 #define TARGET_SOLARIS_COMMENT 1
4496 if test x
${endian} = xbig
; then
4497 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
4498 echo "$as_me: error: Solaris must be configured little endian" >&2;}
4499 { (exit 1); exit 1; }; }
4505 cat >>confdefs.h
<<\_ACEOF
4506 #define TARGET_SYMBIAN 1
4512 if test ${this_target} = $target ; then
4514 if test x
${endian} = xbig
; then
4516 elif test x
${endian} = xlittle
; then
4519 if test x
${endian_def} != x
; then
4521 cat >>confdefs.h
<<_ACEOF
4522 #define TARGET_BYTES_BIG_ENDIAN $endian_def
4528 # Other random stuff.
4532 # Set mips_cpu to the name of the default CPU.
4533 case ${target_cpu} in
4534 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
4537 mipsisa32 | mipsisa32el
)
4540 mipsisa32r2 | mipsisa32r2el
)
4543 mipsisa64 | mipsisa64el
)
4546 mipsisa64r2 | mipsisa64r2el
)
4549 mipstx39 | mipstx39el
)
4552 mips64vr | mips64vrel
)
4555 mipsisa32r2
* | mipsisa64r2
*)
4556 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4558 mips64
* | mipsisa64
* | mipsisa32
*)
4559 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4562 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4563 echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4564 { (exit 1); exit 1; }; }
4567 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4568 # binaries. It's a GNU extension that some OSes don't understand.
4569 # The value only matters on ELF targets.
4572 use_e_mips_abi_o32
=0
4575 use_e_mips_abi_o32
=1
4578 # Decide whether to generate 32-bit or 64-bit code by default.
4579 # Used to resolve -march=from-abi when an embedded ABI is selected.
4581 mips64
*-*-* | mipsisa64
*-*-*)
4582 mips_default_64bit
=1
4585 mips_default_64bit
=0
4588 # Decide which ABI to target by default.
4590 mips64
*-linux* | mips-sgi-irix6
*)
4591 mips_default_abi
=N32_ABI
4594 mips_default_abi
=O32_ABI
4597 mips_default_abi
=N64_ABI
4600 mips_default_abi
=NO_ABI
4604 cat >>confdefs.h
<<_ACEOF
4605 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
4609 cat >>confdefs.h
<<_ACEOF
4610 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
4614 cat >>confdefs.h
<<_ACEOF
4615 #define MIPS_DEFAULT_64BIT $mips_default_64bit
4619 cat >>confdefs.h
<<_ACEOF
4620 #define MIPS_DEFAULT_ABI $mips_default_abi
4626 # Do we need the opcodes library?
4634 case "${enable_shared}" in
4635 yes) shared_opcodes
=true
;;
4636 *opcodes
*) shared_opcodes
=true
;;
4637 *) shared_opcodes
=false
;;
4642 # Any other special object files needed ?
4644 fr30 | ip2k | iq2000 | m32r | openrisc
)
4655 case ${extra_objects} in
4657 *) extra_objects
="$extra_objects m68k-parse.o" ;;
4662 echo ${extra_objects} |
grep -s "itbl-parse.o"
4663 if test $?
-ne 0 ; then
4664 extra_objects
="$extra_objects itbl-parse.o"
4667 echo ${extra_objects} |
grep -s "itbl-lex.o"
4668 if test $?
-ne 0 ; then
4669 extra_objects
="$extra_objects itbl-lex.o"
4672 echo ${extra_objects} |
grep -s "itbl-ops.o"
4673 if test $?
-ne 0 ; then
4674 extra_objects
="$extra_objects itbl-ops.o"
4682 i386 | s390 | sparc
)
4683 if test $this_target = $target ; then
4685 cat >>confdefs.h
<<_ACEOF
4686 #define DEFAULT_ARCH "${arch}"
4697 echo ${extra_objects} |
grep -s "xtensa-relax.o"
4698 if test $?
-ne 0 ; then
4699 extra_objects
="$extra_objects xtensa-relax.o"
4707 if test $using_cgen = yes ; then
4708 case "x${extra_objects}" in
4710 *) extra_objects
="$extra_objects cgen.o" ;;
4714 # See if we really can support this configuration with the emulation code.
4716 if test $this_target = $target ; then
4721 # From target name and format, produce a list of supported emulations.
4723 case ${generic_target}-${fmt} in
4724 mips-
*-irix5*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
4725 mips
*-*-linux*-*) case "$endian" in
4726 big
) emulation
="mipsbelf mipslelf mipself" ;;
4727 *) emulation
="mipslelf mipsbelf mipself" ;;
4729 mips-
*-lnews*-ecoff) ;;
4730 mips-
*-*-ecoff) case "$endian" in
4731 big
) emulation
="mipsbecoff mipslecoff mipsecoff" ;;
4732 *) emulation
="mipslecoff mipsbecoff mipsecoff" ;;
4734 mips-
*-*-elf) case "$endian" in
4735 big
) emulation
="mipsbelf mipslelf mipself" ;;
4736 *) emulation
="mipslelf mipsbelf mipself" ;;
4738 mips-
*-sysv4*MP
*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
4739 # i386-pc-pe-coff != i386-pc-coff.
4741 # Uncommenting the next line will turn on support for i386 AOUT
4742 # for the default linux configuration
4743 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4745 i386-
*-aout) emulation
="i386aout" ;;
4746 i386-
*-coff) emulation
="i386coff" ;;
4747 i386-
*-elf) emulation
="i386elf" ;;
4749 # Always all formats. The first stated emulation becomes the default.
4750 cris-
*-*aout
*) emulation
="crisaout criself" ;;
4751 cris-
*-*) emulation
="criself crisaout" ;;
4754 emulations
="$emulations $emulation"
4758 # Turn on all targets if possible
4759 if test ${all_targets} = "yes"; then
4760 case ${target_cpu_type} in
4762 case ${obj_format} in
4764 emulations
="$emulations i386coff i386elf"
4767 emulations
="$emulations i386aout i386elf"
4770 emulations
="$emulations i386aout i386coff"
4777 # Assign floating point type. Most processors with FP support
4778 # IEEE FP. On those that don't support FP at all, usually IEEE
4780 case ${target_cpu} in
4781 vax | tahoe
) atof
=${target_cpu} ;;
4786 case "${obj_format}" in
4787 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4788 echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4789 { (exit 1); exit 1; }; } ;;
4792 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4794 if test $using_cgen = yes ; then
4795 case ${target_cpu} in
4796 *) cgen_cpu_prefix
=${target_cpu} ;;
4800 cat >>confdefs.h
<<\_ACEOF
4801 #define USING_CGEN 1
4807 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
4808 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4809 echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4810 { (exit 1); exit 1; }; }
4813 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
4814 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4815 echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4816 { (exit 1); exit 1; }; }
4819 # Some COFF configurations want these random other flags set.
4820 case ${obj_format} in
4822 case ${target_cpu_type} in
4824 cat >>confdefs.h
<<\_ACEOF
4829 cat >>confdefs.h
<<\_ACEOF
4834 cat >>confdefs.h
<<\_ACEOF
4842 # Getting this done right is going to be a bitch. Each configuration specified
4843 # with --enable-targets=... should be checked for environment, format, cpu
4846 # For each configuration, the necessary object file support code must be linked
4847 # in. This might be only one, it might be up to four. The necessary emulation
4848 # code needs to be provided, too.
4850 # And then there's "--enable-targets=all"....
4852 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
4854 formats
="${obj_format}"
4857 _gas_uniq_list
="$emulations"
4858 _gas_uniq_newlist
=""
4859 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
4860 case $_gas_uniq_i in
4862 *) case " $_gas_uniq_newlist " in
4863 *" $_gas_uniq_i "*) ;;
4864 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
4868 emulations
=$_gas_uniq_newlist
4870 for em
in .
$emulations ; do
4873 mipsbelf | mipslelf | mipself
)
4874 fmt=elf
file=mipself
;;
4875 mipsbecoff | mipslecoff | mipsecoff
)
4876 fmt=ecoff
file=mipsecoff
;;
4878 fmt=coff
file=$em ;;
4880 fmt=aout
file=$em ;;
4884 formats
="$formats $fmt"
4885 emfiles
="$emfiles e-$file.o"
4886 EMULATIONS
="$EMULATIONS &$em,"
4888 _gas_uniq_list
="$formats"
4889 _gas_uniq_newlist
=""
4890 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
4891 case $_gas_uniq_i in
4893 *) case " $_gas_uniq_newlist " in
4894 *" $_gas_uniq_i "*) ;;
4895 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
4899 formats
=$_gas_uniq_newlist
4901 _gas_uniq_list
="$emfiles"
4902 _gas_uniq_newlist
=""
4903 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
4904 case $_gas_uniq_i in
4906 *) case " $_gas_uniq_newlist " in
4907 *" $_gas_uniq_i "*) ;;
4908 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
4912 emfiles
=$_gas_uniq_newlist
4914 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
4915 for fmt in $formats ; do
4918 cat >>confdefs.h
<<\_ACEOF
4919 #define OBJ_MAYBE_AOUT 1
4923 cat >>confdefs.h
<<\_ACEOF
4924 #define OBJ_MAYBE_BOUT 1
4928 cat >>confdefs.h
<<\_ACEOF
4929 #define OBJ_MAYBE_COFF 1
4933 cat >>confdefs.h
<<\_ACEOF
4934 #define OBJ_MAYBE_ECOFF 1
4938 cat >>confdefs.h
<<\_ACEOF
4939 #define OBJ_MAYBE_ELF 1
4943 cat >>confdefs.h
<<\_ACEOF
4944 #define OBJ_MAYBE_GENERIC 1
4948 cat >>confdefs.h
<<\_ACEOF
4949 #define OBJ_MAYBE_IEEE 1
4953 cat >>confdefs.h
<<\_ACEOF
4954 #define OBJ_MAYBE_SOM 1
4958 extra_objects
="$extra_objects obj-$fmt.o"
4962 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
4963 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
4964 # e-mips* has more than one emulation per file, e-i386* has just one at the
4965 # moment. If only one emulation is specified, then don't define
4966 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
4967 case "${obj_format}${emfiles}" in
4969 extra_objects
="$extra_objects $emfiles"
4971 cat >>confdefs.h
<<\_ACEOF
4972 #define USE_EMULATIONS 1
4979 cat >>confdefs.h
<<_ACEOF
4980 #define EMULATIONS $EMULATIONS
4984 cat >>confdefs.h
<<_ACEOF
4985 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
4989 reject_dev_configs
=yes
4991 case ${reject_dev_configs}-${dev} in
4993 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
4994 echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
4995 { (exit 1); exit 1; }; }
5005 # do we need the opcodes library?
5006 case "${need_opcodes}" in
5008 OPCODES_LIB
=..
/opcodes
/libopcodes.la
5012 BFDLIB
=..
/bfd
/libbfd.la
5013 BFDVER_H
=..
/bfd
/bfdver.h
5014 ALL_OBJ_DEPS
="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
5023 cat >>confdefs.h
<<_ACEOF
5024 #define TARGET_ALIAS "${target_alias}"
5028 cat >>confdefs.h
<<_ACEOF
5029 #define TARGET_CANONICAL "${target}"
5033 cat >>confdefs.h
<<_ACEOF
5034 #define TARGET_CPU "${target_cpu}"
5038 cat >>confdefs.h
<<_ACEOF
5039 #define TARGET_VENDOR "${target_vendor}"
5043 cat >>confdefs.h
<<_ACEOF
5044 #define TARGET_OS "${target_os}"
5049 ac_cpp
='$CPP $CPPFLAGS'
5050 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5051 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5052 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5053 if test -n "$ac_tool_prefix"; then
5054 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5055 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
5056 echo "$as_me:$LINENO: checking for $ac_word" >&5
5057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5058 if test "${ac_cv_prog_CC+set}" = set; then
5059 echo $ECHO_N "(cached) $ECHO_C" >&6
5061 if test -n "$CC"; then
5062 ac_cv_prog_CC
="$CC" # Let the user override the test.
5064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5068 test -z "$as_dir" && as_dir
=.
5069 for ac_exec_ext
in '' $ac_executable_extensions; do
5070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5071 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
5072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5081 if test -n "$CC"; then
5082 echo "$as_me:$LINENO: result: $CC" >&5
5083 echo "${ECHO_T}$CC" >&6
5085 echo "$as_me:$LINENO: result: no" >&5
5086 echo "${ECHO_T}no" >&6
5090 if test -z "$ac_cv_prog_CC"; then
5092 # Extract the first word of "gcc", so it can be a program name with args.
5093 set dummy gcc
; ac_word
=$2
5094 echo "$as_me:$LINENO: checking for $ac_word" >&5
5095 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5096 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5097 echo $ECHO_N "(cached) $ECHO_C" >&6
5099 if test -n "$ac_ct_CC"; then
5100 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5106 test -z "$as_dir" && as_dir
=.
5107 for ac_exec_ext
in '' $ac_executable_extensions; do
5108 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5109 ac_cv_prog_ac_ct_CC
="gcc"
5110 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5118 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5119 if test -n "$ac_ct_CC"; then
5120 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5121 echo "${ECHO_T}$ac_ct_CC" >&6
5123 echo "$as_me:$LINENO: result: no" >&5
5124 echo "${ECHO_T}no" >&6
5132 if test -z "$CC"; then
5133 if test -n "$ac_tool_prefix"; then
5134 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5135 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
5136 echo "$as_me:$LINENO: checking for $ac_word" >&5
5137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5138 if test "${ac_cv_prog_CC+set}" = set; then
5139 echo $ECHO_N "(cached) $ECHO_C" >&6
5141 if test -n "$CC"; then
5142 ac_cv_prog_CC
="$CC" # Let the user override the test.
5144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir
=.
5149 for ac_exec_ext
in '' $ac_executable_extensions; do
5150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5151 ac_cv_prog_CC
="${ac_tool_prefix}cc"
5152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5161 if test -n "$CC"; then
5162 echo "$as_me:$LINENO: result: $CC" >&5
5163 echo "${ECHO_T}$CC" >&6
5165 echo "$as_me:$LINENO: result: no" >&5
5166 echo "${ECHO_T}no" >&6
5170 if test -z "$ac_cv_prog_CC"; then
5172 # Extract the first word of "cc", so it can be a program name with args.
5173 set dummy cc
; ac_word
=$2
5174 echo "$as_me:$LINENO: checking for $ac_word" >&5
5175 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5176 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6
5179 if test -n "$ac_ct_CC"; then
5180 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5186 test -z "$as_dir" && as_dir
=.
5187 for ac_exec_ext
in '' $ac_executable_extensions; do
5188 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5189 ac_cv_prog_ac_ct_CC
="cc"
5190 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5198 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5199 if test -n "$ac_ct_CC"; then
5200 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5201 echo "${ECHO_T}$ac_ct_CC" >&6
5203 echo "$as_me:$LINENO: result: no" >&5
5204 echo "${ECHO_T}no" >&6
5213 if test -z "$CC"; then
5214 # Extract the first word of "cc", so it can be a program name with args.
5215 set dummy cc
; ac_word
=$2
5216 echo "$as_me:$LINENO: checking for $ac_word" >&5
5217 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5218 if test "${ac_cv_prog_CC+set}" = set; then
5219 echo $ECHO_N "(cached) $ECHO_C" >&6
5221 if test -n "$CC"; then
5222 ac_cv_prog_CC
="$CC" # Let the user override the test.
5225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5229 test -z "$as_dir" && as_dir
=.
5230 for ac_exec_ext
in '' $ac_executable_extensions; do
5231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5232 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5233 ac_prog_rejected
=yes
5237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5243 if test $ac_prog_rejected = yes; then
5244 # We found a bogon in the path, so make sure we never use it.
5245 set dummy
$ac_cv_prog_CC
5247 if test $# != 0; then
5248 # We chose a different compiler from the bogus one.
5249 # However, it has the same basename, so the bogon will be chosen
5250 # first if we set CC to just the basename; use the full file name.
5252 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
5258 if test -n "$CC"; then
5259 echo "$as_me:$LINENO: result: $CC" >&5
5260 echo "${ECHO_T}$CC" >&6
5262 echo "$as_me:$LINENO: result: no" >&5
5263 echo "${ECHO_T}no" >&6
5267 if test -z "$CC"; then
5268 if test -n "$ac_tool_prefix"; then
5271 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5272 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5273 echo "$as_me:$LINENO: checking for $ac_word" >&5
5274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5275 if test "${ac_cv_prog_CC+set}" = set; then
5276 echo $ECHO_N "(cached) $ECHO_C" >&6
5278 if test -n "$CC"; then
5279 ac_cv_prog_CC
="$CC" # Let the user override the test.
5281 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5285 test -z "$as_dir" && as_dir
=.
5286 for ac_exec_ext
in '' $ac_executable_extensions; do
5287 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5288 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
5289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5298 if test -n "$CC"; then
5299 echo "$as_me:$LINENO: result: $CC" >&5
5300 echo "${ECHO_T}$CC" >&6
5302 echo "$as_me:$LINENO: result: no" >&5
5303 echo "${ECHO_T}no" >&6
5306 test -n "$CC" && break
5309 if test -z "$CC"; then
5313 # Extract the first word of "$ac_prog", so it can be a program name with args.
5314 set dummy
$ac_prog; ac_word
=$2
5315 echo "$as_me:$LINENO: checking for $ac_word" >&5
5316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5317 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5318 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 if test -n "$ac_ct_CC"; then
5321 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5327 test -z "$as_dir" && as_dir
=.
5328 for ac_exec_ext
in '' $ac_executable_extensions; do
5329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5330 ac_cv_prog_ac_ct_CC
="$ac_prog"
5331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5339 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5340 if test -n "$ac_ct_CC"; then
5341 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5342 echo "${ECHO_T}$ac_ct_CC" >&6
5344 echo "$as_me:$LINENO: result: no" >&5
5345 echo "${ECHO_T}no" >&6
5348 test -n "$ac_ct_CC" && break
5357 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5358 See \`config.log' for more details." >&5
5359 echo "$as_me: error: no acceptable C compiler found in \$PATH
5360 See \`config.log' for more details." >&2;}
5361 { (exit 1); exit 1; }; }
5363 # Provide some information about the compiler.
5364 echo "$as_me:$LINENO:" \
5365 "checking for C compiler version" >&5
5366 ac_compiler
=`set X $ac_compile; echo $2`
5367 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5368 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); }
5372 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5373 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
5375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5376 (exit $ac_status); }
5377 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5378 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); }
5383 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5384 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5385 if test "${ac_cv_c_compiler_gnu+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5388 cat >conftest.
$ac_ext <<_ACEOF
5391 cat confdefs.h
>>conftest.
$ac_ext
5392 cat >>conftest.
$ac_ext <<_ACEOF
5393 /* end confdefs.h. */
5406 rm -f conftest.
$ac_objext
5407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5408 (eval $ac_compile) 2>conftest.er1
5410 grep -v '^ *+' conftest.er1
>conftest.err
5412 cat conftest.err
>&5
5413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5414 (exit $ac_status); } &&
5415 { ac_try
='test -z "$ac_c_werror_flag"
5416 || test ! -s conftest.err'
5417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5421 (exit $ac_status); }; } &&
5422 { ac_try
='test -s conftest.$ac_objext'
5423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5427 (exit $ac_status); }; }; then
5430 echo "$as_me: failed program was:" >&5
5431 sed 's/^/| /' conftest.
$ac_ext >&5
5435 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5436 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
5439 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5440 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5441 GCC
=`test $ac_compiler_gnu = yes && echo yes`
5442 ac_test_CFLAGS
=${CFLAGS+set}
5443 ac_save_CFLAGS
=$CFLAGS
5445 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5446 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5447 if test "${ac_cv_prog_cc_g+set}" = set; then
5448 echo $ECHO_N "(cached) $ECHO_C" >&6
5450 cat >conftest.
$ac_ext <<_ACEOF
5453 cat confdefs.h
>>conftest.
$ac_ext
5454 cat >>conftest.
$ac_ext <<_ACEOF
5455 /* end confdefs.h. */
5465 rm -f conftest.
$ac_objext
5466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5467 (eval $ac_compile) 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); } &&
5474 { ac_try
='test -z "$ac_c_werror_flag"
5475 || test ! -s conftest.err'
5476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5480 (exit $ac_status); }; } &&
5481 { ac_try
='test -s conftest.$ac_objext'
5482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5486 (exit $ac_status); }; }; then
5489 echo "$as_me: failed program was:" >&5
5490 sed 's/^/| /' conftest.
$ac_ext >&5
5494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5496 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5497 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5498 if test "$ac_test_CFLAGS" = set; then
5499 CFLAGS
=$ac_save_CFLAGS
5500 elif test $ac_cv_prog_cc_g = yes; then
5501 if test "$GCC" = yes; then
5507 if test "$GCC" = yes; then
5513 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5514 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5515 if test "${ac_cv_prog_cc_stdc+set}" = set; then
5516 echo $ECHO_N "(cached) $ECHO_C" >&6
5518 ac_cv_prog_cc_stdc
=no
5520 cat >conftest.
$ac_ext <<_ACEOF
5523 cat confdefs.h
>>conftest.
$ac_ext
5524 cat >>conftest.
$ac_ext <<_ACEOF
5525 /* end confdefs.h. */
5528 #include <sys/types.h>
5529 #include <sys/stat.h>
5530 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5531 struct buf { int x; };
5532 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5533 static char *e (p, i)
5539 static char *f (char * (*g) (char **, int), char **p, ...)
5544 s = g (p, va_arg (v,int));
5549 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5550 function prototypes and stuff, but not '\xHH' hex character constants.
5551 These don't provoke an error unfortunately, instead are silently treated
5552 as 'x'. The following induces an error, until -std1 is added to get
5553 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5554 array size at least. It's necessary to write '\x00'==0 to get something
5555 that's true only with -std1. */
5556 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5558 int test (int i, double x);
5559 struct s1 {int (*f) (int a);};
5560 struct s2 {int (*f) (double a);};
5561 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5567 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5572 # Don't try gcc -ansi; that turns off useful extensions and
5573 # breaks some systems' header files.
5574 # AIX -qlanglvl=ansi
5575 # Ultrix and OSF/1 -std1
5576 # HP-UX 10.20 and later -Ae
5577 # HP-UX older versions -Aa -D_HPUX_SOURCE
5578 # SVR4 -Xc -D__EXTENSIONS__
5579 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5581 CC
="$ac_save_CC $ac_arg"
5582 rm -f conftest.
$ac_objext
5583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5584 (eval $ac_compile) 2>conftest.er1
5586 grep -v '^ *+' conftest.er1
>conftest.err
5588 cat conftest.err
>&5
5589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590 (exit $ac_status); } &&
5591 { ac_try
='test -z "$ac_c_werror_flag"
5592 || test ! -s conftest.err'
5593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5597 (exit $ac_status); }; } &&
5598 { ac_try
='test -s conftest.$ac_objext'
5599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5603 (exit $ac_status); }; }; then
5604 ac_cv_prog_cc_stdc
=$ac_arg
5607 echo "$as_me: failed program was:" >&5
5608 sed 's/^/| /' conftest.
$ac_ext >&5
5611 rm -f conftest.err conftest.
$ac_objext
5613 rm -f conftest.
$ac_ext conftest.
$ac_objext
5618 case "x$ac_cv_prog_cc_stdc" in
5620 echo "$as_me:$LINENO: result: none needed" >&5
5621 echo "${ECHO_T}none needed" >&6 ;;
5623 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5624 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5625 CC
="$CC $ac_cv_prog_cc_stdc" ;;
5628 # Some people use a C++ compiler to compile C. Since we use `exit',
5629 # in C++ we need to declare it. In case someone uses the same compiler
5630 # for both compiling C and C++ we need to have the C++ compiler decide
5631 # the declaration of exit, since it's the most demanding environment.
5632 cat >conftest.
$ac_ext <<_ACEOF
5637 rm -f conftest.
$ac_objext
5638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5639 (eval $ac_compile) 2>conftest.er1
5641 grep -v '^ *+' conftest.er1
>conftest.err
5643 cat conftest.err
>&5
5644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5645 (exit $ac_status); } &&
5646 { ac_try
='test -z "$ac_c_werror_flag"
5647 || test ! -s conftest.err'
5648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652 (exit $ac_status); }; } &&
5653 { ac_try
='test -s conftest.$ac_objext'
5654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658 (exit $ac_status); }; }; then
5659 for ac_declaration
in \
5661 'extern "C" void std::exit (int) throw (); using std::exit;' \
5662 'extern "C" void std::exit (int); using std::exit;' \
5663 'extern "C" void exit (int) throw ();' \
5664 'extern "C" void exit (int);' \
5667 cat >conftest.
$ac_ext <<_ACEOF
5670 cat confdefs.h
>>conftest.
$ac_ext
5671 cat >>conftest.
$ac_ext <<_ACEOF
5672 /* end confdefs.h. */
5683 rm -f conftest.
$ac_objext
5684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5685 (eval $ac_compile) 2>conftest.er1
5687 grep -v '^ *+' conftest.er1
>conftest.err
5689 cat conftest.err
>&5
5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691 (exit $ac_status); } &&
5692 { ac_try
='test -z "$ac_c_werror_flag"
5693 || test ! -s conftest.err'
5694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); }; } &&
5699 { ac_try
='test -s conftest.$ac_objext'
5700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5704 (exit $ac_status); }; }; then
5707 echo "$as_me: failed program was:" >&5
5708 sed 's/^/| /' conftest.
$ac_ext >&5
5712 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5713 cat >conftest.
$ac_ext <<_ACEOF
5716 cat confdefs.h
>>conftest.
$ac_ext
5717 cat >>conftest.
$ac_ext <<_ACEOF
5718 /* end confdefs.h. */
5728 rm -f conftest.
$ac_objext
5729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5730 (eval $ac_compile) 2>conftest.er1
5732 grep -v '^ *+' conftest.er1
>conftest.err
5734 cat conftest.err
>&5
5735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5736 (exit $ac_status); } &&
5737 { ac_try
='test -z "$ac_c_werror_flag"
5738 || test ! -s conftest.err'
5739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 (exit $ac_status); }; } &&
5744 { ac_try
='test -s conftest.$ac_objext'
5745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5749 (exit $ac_status); }; }; then
5752 echo "$as_me: failed program was:" >&5
5753 sed 's/^/| /' conftest.
$ac_ext >&5
5756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5759 if test -n "$ac_declaration"; then
5760 echo '#ifdef __cplusplus' >>confdefs.h
5761 echo $ac_declaration >>confdefs.h
5762 echo '#endif' >>confdefs.h
5766 echo "$as_me: failed program was:" >&5
5767 sed 's/^/| /' conftest.
$ac_ext >&5
5770 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5772 ac_cpp
='$CPP $CPPFLAGS'
5773 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5774 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5775 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5778 for ac_prog
in 'bison -y' byacc
5780 # Extract the first word of "$ac_prog", so it can be a program name with args.
5781 set dummy
$ac_prog; ac_word
=$2
5782 echo "$as_me:$LINENO: checking for $ac_word" >&5
5783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5784 if test "${ac_cv_prog_YACC+set}" = set; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 if test -n "$YACC"; then
5788 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
5790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5794 test -z "$as_dir" && as_dir
=.
5795 for ac_exec_ext
in '' $ac_executable_extensions; do
5796 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5797 ac_cv_prog_YACC
="$ac_prog"
5798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5806 YACC
=$ac_cv_prog_YACC
5807 if test -n "$YACC"; then
5808 echo "$as_me:$LINENO: result: $YACC" >&5
5809 echo "${ECHO_T}$YACC" >&6
5811 echo "$as_me:$LINENO: result: no" >&5
5812 echo "${ECHO_T}no" >&6
5815 test -n "$YACC" && break
5817 test -n "$YACC" || YACC
="yacc"
5819 for ac_prog
in flex
lex
5821 # Extract the first word of "$ac_prog", so it can be a program name with args.
5822 set dummy
$ac_prog; ac_word
=$2
5823 echo "$as_me:$LINENO: checking for $ac_word" >&5
5824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5825 if test "${ac_cv_prog_LEX+set}" = set; then
5826 echo $ECHO_N "(cached) $ECHO_C" >&6
5828 if test -n "$LEX"; then
5829 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
5831 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5835 test -z "$as_dir" && as_dir
=.
5836 for ac_exec_ext
in '' $ac_executable_extensions; do
5837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5838 ac_cv_prog_LEX
="$ac_prog"
5839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5848 if test -n "$LEX"; then
5849 echo "$as_me:$LINENO: result: $LEX" >&5
5850 echo "${ECHO_T}$LEX" >&6
5852 echo "$as_me:$LINENO: result: no" >&5
5853 echo "${ECHO_T}no" >&6
5856 test -n "$LEX" && break
5858 test -n "$LEX" || LEX
=":"
5860 if test -z "$LEXLIB"
5862 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5863 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5864 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5865 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 ac_check_lib_save_LIBS
=$LIBS
5869 cat >conftest.
$ac_ext <<_ACEOF
5872 cat confdefs.h
>>conftest.
$ac_ext
5873 cat >>conftest.
$ac_ext <<_ACEOF
5874 /* end confdefs.h. */
5876 /* Override any gcc2 internal prototype to avoid an error. */
5880 /* We use char because int might match the return type of a gcc2
5881 builtin and then its argument prototype would still apply. */
5891 rm -f conftest.
$ac_objext conftest
$ac_exeext
5892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5893 (eval $ac_link) 2>conftest.er1
5895 grep -v '^ *+' conftest.er1
>conftest.err
5897 cat conftest.err
>&5
5898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899 (exit $ac_status); } &&
5900 { ac_try
='test -z "$ac_c_werror_flag"
5901 || test ! -s conftest.err'
5902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906 (exit $ac_status); }; } &&
5907 { ac_try
='test -s conftest$ac_exeext'
5908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); }; }; then
5913 ac_cv_lib_fl_yywrap
=yes
5915 echo "$as_me: failed program was:" >&5
5916 sed 's/^/| /' conftest.
$ac_ext >&5
5918 ac_cv_lib_fl_yywrap
=no
5920 rm -f conftest.err conftest.
$ac_objext \
5921 conftest
$ac_exeext conftest.
$ac_ext
5922 LIBS
=$ac_check_lib_save_LIBS
5924 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5925 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5926 if test $ac_cv_lib_fl_yywrap = yes; then
5929 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5930 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5931 if test "${ac_cv_lib_l_yywrap+set}" = set; then
5932 echo $ECHO_N "(cached) $ECHO_C" >&6
5934 ac_check_lib_save_LIBS
=$LIBS
5936 cat >conftest.
$ac_ext <<_ACEOF
5939 cat confdefs.h
>>conftest.
$ac_ext
5940 cat >>conftest.
$ac_ext <<_ACEOF
5941 /* end confdefs.h. */
5943 /* Override any gcc2 internal prototype to avoid an error. */
5947 /* We use char because int might match the return type of a gcc2
5948 builtin and then its argument prototype would still apply. */
5958 rm -f conftest.
$ac_objext conftest
$ac_exeext
5959 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5960 (eval $ac_link) 2>conftest.er1
5962 grep -v '^ *+' conftest.er1
>conftest.err
5964 cat conftest.err
>&5
5965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966 (exit $ac_status); } &&
5967 { ac_try
='test -z "$ac_c_werror_flag"
5968 || test ! -s conftest.err'
5969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5973 (exit $ac_status); }; } &&
5974 { ac_try
='test -s conftest$ac_exeext'
5975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5979 (exit $ac_status); }; }; then
5980 ac_cv_lib_l_yywrap
=yes
5982 echo "$as_me: failed program was:" >&5
5983 sed 's/^/| /' conftest.
$ac_ext >&5
5985 ac_cv_lib_l_yywrap
=no
5987 rm -f conftest.err conftest.
$ac_objext \
5988 conftest
$ac_exeext conftest.
$ac_ext
5989 LIBS
=$ac_check_lib_save_LIBS
5991 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5992 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5993 if test $ac_cv_lib_l_yywrap = yes; then
6001 if test "x$LEX" != "x:"; then
6002 echo "$as_me:$LINENO: checking lex output file root" >&5
6003 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
6004 if test "${ac_cv_prog_lex_root+set}" = set; then
6005 echo $ECHO_N "(cached) $ECHO_C" >&6
6007 # The minimal lex program is just a single line: %%. But some broken lexes
6008 # (Solaris, I think it was) want two %% lines, so accommodate them.
6009 cat >conftest.l
<<_ACEOF
6013 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
6014 (eval $LEX conftest.l
) 2>&5
6016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6017 (exit $ac_status); }
6018 if test -f lex.yy.c
; then
6019 ac_cv_prog_lex_root
=lex.yy
6020 elif test -f lexyy.c
; then
6021 ac_cv_prog_lex_root
=lexyy
6023 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6024 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6025 { (exit 1); exit 1; }; }
6028 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6029 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
6031 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
6033 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6034 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6035 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6036 echo $ECHO_N "(cached) $ECHO_C" >&6
6038 # POSIX says lex can declare yytext either as a pointer or an array; the
6039 # default is implementation-dependent. Figure out which it is, since
6040 # not all implementations provide the %pointer and %array declarations.
6041 ac_cv_prog_lex_yytext_pointer
=no
6042 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
6044 LIBS
="$LIBS $LEXLIB"
6045 cat >conftest.
$ac_ext <<_ACEOF
6046 `cat $LEX_OUTPUT_ROOT.c`
6048 rm -f conftest.
$ac_objext conftest
$ac_exeext
6049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6050 (eval $ac_link) 2>conftest.er1
6052 grep -v '^ *+' conftest.er1
>conftest.err
6054 cat conftest.err
>&5
6055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6056 (exit $ac_status); } &&
6057 { ac_try
='test -z "$ac_c_werror_flag"
6058 || test ! -s conftest.err'
6059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6063 (exit $ac_status); }; } &&
6064 { ac_try
='test -s conftest$ac_exeext'
6065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6069 (exit $ac_status); }; }; then
6070 ac_cv_prog_lex_yytext_pointer
=yes
6072 echo "$as_me: failed program was:" >&5
6073 sed 's/^/| /' conftest.
$ac_ext >&5
6076 rm -f conftest.err conftest.
$ac_objext \
6077 conftest
$ac_exeext conftest.
$ac_ext
6079 rm -f "${LEX_OUTPUT_ROOT}.c"
6082 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6083 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6084 if test $ac_cv_prog_lex_yytext_pointer = yes; then
6086 cat >>confdefs.h
<<\_ACEOF
6087 #define YYTEXT_POINTER 1
6093 if test "$LEX" = :; then
6094 LEX
=${am_missing_run}flex
6097 ALL_LINGUAS
="fr tr es rw"
6098 if test -n "$ac_tool_prefix"; then
6099 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6100 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6101 echo "$as_me:$LINENO: checking for $ac_word" >&5
6102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6103 if test "${ac_cv_prog_RANLIB+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6106 if test -n "$RANLIB"; then
6107 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6109 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6113 test -z "$as_dir" && as_dir
=.
6114 for ac_exec_ext
in '' $ac_executable_extensions; do
6115 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6116 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 RANLIB
=$ac_cv_prog_RANLIB
6126 if test -n "$RANLIB"; then
6127 echo "$as_me:$LINENO: result: $RANLIB" >&5
6128 echo "${ECHO_T}$RANLIB" >&6
6130 echo "$as_me:$LINENO: result: no" >&5
6131 echo "${ECHO_T}no" >&6
6135 if test -z "$ac_cv_prog_RANLIB"; then
6136 ac_ct_RANLIB
=$RANLIB
6137 # Extract the first word of "ranlib", so it can be a program name with args.
6138 set dummy ranlib
; ac_word
=$2
6139 echo "$as_me:$LINENO: checking for $ac_word" >&5
6140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6141 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6142 echo $ECHO_N "(cached) $ECHO_C" >&6
6144 if test -n "$ac_ct_RANLIB"; then
6145 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6151 test -z "$as_dir" && as_dir
=.
6152 for ac_exec_ext
in '' $ac_executable_extensions; do
6153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6154 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6161 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
6164 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6165 if test -n "$ac_ct_RANLIB"; then
6166 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6167 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6169 echo "$as_me:$LINENO: result: no" >&5
6170 echo "${ECHO_T}no" >&6
6173 RANLIB
=$ac_ct_RANLIB
6175 RANLIB
="$ac_cv_prog_RANLIB"
6179 ac_cpp
='$CPP $CPPFLAGS'
6180 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6181 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6182 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6183 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6184 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6185 # On Suns, sometimes $CPP names a directory.
6186 if test -n "$CPP" && test -d "$CPP"; then
6189 if test -z "$CPP"; then
6190 if test "${ac_cv_prog_CPP+set}" = set; then
6191 echo $ECHO_N "(cached) $ECHO_C" >&6
6193 # Double quotes because CPP needs to be expanded
6194 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6197 for ac_c_preproc_warn_flag
in '' yes
6199 # Use a header file that comes with gcc, so configuring glibc
6200 # with a fresh cross-compiler works.
6201 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6202 # <limits.h> exists even on freestanding compilers.
6203 # On the NeXT, cc -E runs the code through the compiler's parser,
6204 # not just through cpp. "Syntax error" is here to catch this case.
6205 cat >conftest.
$ac_ext <<_ACEOF
6208 cat confdefs.h
>>conftest.
$ac_ext
6209 cat >>conftest.
$ac_ext <<_ACEOF
6210 /* end confdefs.h. */
6212 # include <limits.h>
6214 # include <assert.h>
6218 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6219 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6221 grep -v '^ *+' conftest.er1
>conftest.err
6223 cat conftest.err
>&5
6224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6225 (exit $ac_status); } >/dev
/null
; then
6226 if test -s conftest.err
; then
6227 ac_cpp_err
=$ac_c_preproc_warn_flag
6228 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6235 if test -z "$ac_cpp_err"; then
6238 echo "$as_me: failed program was:" >&5
6239 sed 's/^/| /' conftest.
$ac_ext >&5
6241 # Broken: fails on valid input.
6244 rm -f conftest.err conftest.
$ac_ext
6246 # OK, works on sane cases. Now check whether non-existent headers
6247 # can be detected and how.
6248 cat >conftest.
$ac_ext <<_ACEOF
6251 cat confdefs.h
>>conftest.
$ac_ext
6252 cat >>conftest.
$ac_ext <<_ACEOF
6253 /* end confdefs.h. */
6254 #include <ac_nonexistent.h>
6256 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6257 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6259 grep -v '^ *+' conftest.er1
>conftest.err
6261 cat conftest.err
>&5
6262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6263 (exit $ac_status); } >/dev
/null
; then
6264 if test -s conftest.err
; then
6265 ac_cpp_err
=$ac_c_preproc_warn_flag
6266 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6273 if test -z "$ac_cpp_err"; then
6274 # Broken: success on invalid input.
6277 echo "$as_me: failed program was:" >&5
6278 sed 's/^/| /' conftest.
$ac_ext >&5
6280 # Passes both tests.
6284 rm -f conftest.err conftest.
$ac_ext
6287 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6288 rm -f conftest.err conftest.
$ac_ext
6289 if $ac_preproc_ok; then
6301 echo "$as_me:$LINENO: result: $CPP" >&5
6302 echo "${ECHO_T}$CPP" >&6
6304 for ac_c_preproc_warn_flag
in '' yes
6306 # Use a header file that comes with gcc, so configuring glibc
6307 # with a fresh cross-compiler works.
6308 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6309 # <limits.h> exists even on freestanding compilers.
6310 # On the NeXT, cc -E runs the code through the compiler's parser,
6311 # not just through cpp. "Syntax error" is here to catch this case.
6312 cat >conftest.
$ac_ext <<_ACEOF
6315 cat confdefs.h
>>conftest.
$ac_ext
6316 cat >>conftest.
$ac_ext <<_ACEOF
6317 /* end confdefs.h. */
6319 # include <limits.h>
6321 # include <assert.h>
6325 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6326 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6328 grep -v '^ *+' conftest.er1
>conftest.err
6330 cat conftest.err
>&5
6331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6332 (exit $ac_status); } >/dev
/null
; then
6333 if test -s conftest.err
; then
6334 ac_cpp_err
=$ac_c_preproc_warn_flag
6335 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6342 if test -z "$ac_cpp_err"; then
6345 echo "$as_me: failed program was:" >&5
6346 sed 's/^/| /' conftest.
$ac_ext >&5
6348 # Broken: fails on valid input.
6351 rm -f conftest.err conftest.
$ac_ext
6353 # OK, works on sane cases. Now check whether non-existent headers
6354 # can be detected and how.
6355 cat >conftest.
$ac_ext <<_ACEOF
6358 cat confdefs.h
>>conftest.
$ac_ext
6359 cat >>conftest.
$ac_ext <<_ACEOF
6360 /* end confdefs.h. */
6361 #include <ac_nonexistent.h>
6363 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6364 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6366 grep -v '^ *+' conftest.er1
>conftest.err
6368 cat conftest.err
>&5
6369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6370 (exit $ac_status); } >/dev
/null
; then
6371 if test -s conftest.err
; then
6372 ac_cpp_err
=$ac_c_preproc_warn_flag
6373 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6380 if test -z "$ac_cpp_err"; then
6381 # Broken: success on invalid input.
6384 echo "$as_me: failed program was:" >&5
6385 sed 's/^/| /' conftest.
$ac_ext >&5
6387 # Passes both tests.
6391 rm -f conftest.err conftest.
$ac_ext
6394 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6395 rm -f conftest.err conftest.
$ac_ext
6396 if $ac_preproc_ok; then
6399 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6400 See \`config.log' for more details." >&5
6401 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6402 See \`config.log' for more details." >&2;}
6403 { (exit 1); exit 1; }; }
6407 ac_cpp
='$CPP $CPPFLAGS'
6408 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6409 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6410 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6413 echo "$as_me:$LINENO: checking for egrep" >&5
6414 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6415 if test "${ac_cv_prog_egrep+set}" = set; then
6416 echo $ECHO_N "(cached) $ECHO_C" >&6
6418 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
6419 then ac_cv_prog_egrep
='grep -E'
6420 else ac_cv_prog_egrep
='egrep'
6423 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6424 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6425 EGREP
=$ac_cv_prog_egrep
6428 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6429 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6430 if test "${ac_cv_header_stdc+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6433 cat >conftest.
$ac_ext <<_ACEOF
6436 cat confdefs.h
>>conftest.
$ac_ext
6437 cat >>conftest.
$ac_ext <<_ACEOF
6438 /* end confdefs.h. */
6452 rm -f conftest.
$ac_objext
6453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6454 (eval $ac_compile) 2>conftest.er1
6456 grep -v '^ *+' conftest.er1
>conftest.err
6458 cat conftest.err
>&5
6459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6460 (exit $ac_status); } &&
6461 { ac_try
='test -z "$ac_c_werror_flag"
6462 || test ! -s conftest.err'
6463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6467 (exit $ac_status); }; } &&
6468 { ac_try
='test -s conftest.$ac_objext'
6469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6473 (exit $ac_status); }; }; then
6474 ac_cv_header_stdc
=yes
6476 echo "$as_me: failed program was:" >&5
6477 sed 's/^/| /' conftest.
$ac_ext >&5
6479 ac_cv_header_stdc
=no
6481 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6483 if test $ac_cv_header_stdc = yes; then
6484 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6485 cat >conftest.
$ac_ext <<_ACEOF
6488 cat confdefs.h
>>conftest.
$ac_ext
6489 cat >>conftest.
$ac_ext <<_ACEOF
6490 /* end confdefs.h. */
6494 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6495 $EGREP "memchr" >/dev
/null
2>&1; then
6498 ac_cv_header_stdc
=no
6504 if test $ac_cv_header_stdc = yes; then
6505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6506 cat >conftest.
$ac_ext <<_ACEOF
6509 cat confdefs.h
>>conftest.
$ac_ext
6510 cat >>conftest.
$ac_ext <<_ACEOF
6511 /* end confdefs.h. */
6515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6516 $EGREP "free" >/dev
/null
2>&1; then
6519 ac_cv_header_stdc
=no
6525 if test $ac_cv_header_stdc = yes; then
6526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6527 if test "$cross_compiling" = yes; then
6530 cat >conftest.
$ac_ext <<_ACEOF
6533 cat confdefs.h
>>conftest.
$ac_ext
6534 cat >>conftest.
$ac_ext <<_ACEOF
6535 /* end confdefs.h. */
6537 #if ((' ' & 0x0FF) == 0x020)
6538 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6539 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6541 # define ISLOWER(c) \
6542 (('a' <= (c) && (c) <= 'i') \
6543 || ('j' <= (c) && (c) <= 'r') \
6544 || ('s' <= (c) && (c) <= 'z'))
6545 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6548 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6553 for (i = 0; i < 256; i++)
6554 if (XOR (islower (i), ISLOWER (i))
6555 || toupper (i) != TOUPPER (i))
6560 rm -f conftest
$ac_exeext
6561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6562 (eval $ac_link) 2>&5
6564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6565 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6570 (exit $ac_status); }; }; then
6573 echo "$as_me: program exited with status $ac_status" >&5
6574 echo "$as_me: failed program was:" >&5
6575 sed 's/^/| /' conftest.
$ac_ext >&5
6578 ac_cv_header_stdc
=no
6580 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6584 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6585 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6586 if test $ac_cv_header_stdc = yes; then
6588 cat >>confdefs.h
<<\_ACEOF
6589 #define STDC_HEADERS 1
6594 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
6595 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
6596 if test "${ac_cv_c_const+set}" = set; then
6597 echo $ECHO_N "(cached) $ECHO_C" >&6
6599 cat >conftest.
$ac_ext <<_ACEOF
6602 cat confdefs.h
>>conftest.
$ac_ext
6603 cat >>conftest.
$ac_ext <<_ACEOF
6604 /* end confdefs.h. */
6609 /* FIXME: Include the comments suggested by Paul. */
6611 /* Ultrix mips cc rejects this. */
6612 typedef int charset[2];
6614 /* SunOS 4.1.1 cc rejects this. */
6615 char const *const *ccp;
6617 /* NEC SVR4.0.2 mips cc rejects this. */
6618 struct point {int x, y;};
6619 static struct point const zero = {0,0};
6620 /* AIX XL C 1.02.0.0 rejects this.
6621 It does not let you subtract one const X* pointer from another in
6622 an arm of an if-expression whose if-part is not a constant
6624 const char *g = "string";
6625 ccp = &g + (g ? g-g : 0);
6626 /* HPUX 7.0 cc rejects these. */
6629 ccp = (char const *const *) p;
6630 { /* SCO 3.2v4 cc rejects this. */
6632 char const *s = 0 ? (char *) 0 : (char const *) 0;
6636 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6638 const int *foo = &x[0];
6641 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6642 typedef const int *iptr;
6646 { /* AIX XL C 1.02.0.0 rejects this saying
6647 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6648 struct s { int j; const int *ap[3]; };
6649 struct s *b; b->j = 5;
6651 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6660 rm -f conftest.
$ac_objext
6661 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6662 (eval $ac_compile) 2>conftest.er1
6664 grep -v '^ *+' conftest.er1
>conftest.err
6666 cat conftest.err
>&5
6667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6668 (exit $ac_status); } &&
6669 { ac_try
='test -z "$ac_c_werror_flag"
6670 || test ! -s conftest.err'
6671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6675 (exit $ac_status); }; } &&
6676 { ac_try
='test -s conftest.$ac_objext'
6677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6681 (exit $ac_status); }; }; then
6684 echo "$as_me: failed program was:" >&5
6685 sed 's/^/| /' conftest.
$ac_ext >&5
6689 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6691 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6692 echo "${ECHO_T}$ac_cv_c_const" >&6
6693 if test $ac_cv_c_const = no
; then
6695 cat >>confdefs.h
<<\_ACEOF
6701 echo "$as_me:$LINENO: checking for inline" >&5
6702 echo $ECHO_N "checking for inline... $ECHO_C" >&6
6703 if test "${ac_cv_c_inline+set}" = set; then
6704 echo $ECHO_N "(cached) $ECHO_C" >&6
6707 for ac_kw
in inline __inline__ __inline
; do
6708 cat >conftest.
$ac_ext <<_ACEOF
6711 cat confdefs.h
>>conftest.
$ac_ext
6712 cat >>conftest.
$ac_ext <<_ACEOF
6713 /* end confdefs.h. */
6716 static $ac_kw foo_t static_foo () {return 0; }
6717 $ac_kw foo_t foo () {return 0; }
6721 rm -f conftest.
$ac_objext
6722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6723 (eval $ac_compile) 2>conftest.er1
6725 grep -v '^ *+' conftest.er1
>conftest.err
6727 cat conftest.err
>&5
6728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729 (exit $ac_status); } &&
6730 { ac_try
='test -z "$ac_c_werror_flag"
6731 || test ! -s conftest.err'
6732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6736 (exit $ac_status); }; } &&
6737 { ac_try
='test -s conftest.$ac_objext'
6738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6742 (exit $ac_status); }; }; then
6743 ac_cv_c_inline
=$ac_kw; break
6745 echo "$as_me: failed program was:" >&5
6746 sed 's/^/| /' conftest.
$ac_ext >&5
6749 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6753 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
6754 echo "${ECHO_T}$ac_cv_c_inline" >&6
6757 case $ac_cv_c_inline in
6760 case $ac_cv_c_inline in
6762 *) ac_val
=$ac_cv_c_inline;;
6764 cat >>confdefs.h
<<_ACEOF
6766 #define inline $ac_val
6772 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6782 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6783 inttypes.h stdint.h unistd.h
6785 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6786 echo "$as_me:$LINENO: checking for $ac_header" >&5
6787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6788 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6789 echo $ECHO_N "(cached) $ECHO_C" >&6
6791 cat >conftest.
$ac_ext <<_ACEOF
6794 cat confdefs.h
>>conftest.
$ac_ext
6795 cat >>conftest.
$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6797 $ac_includes_default
6799 #include <$ac_header>
6801 rm -f conftest.
$ac_objext
6802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6803 (eval $ac_compile) 2>conftest.er1
6805 grep -v '^ *+' conftest.er1
>conftest.err
6807 cat conftest.err
>&5
6808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809 (exit $ac_status); } &&
6810 { ac_try
='test -z "$ac_c_werror_flag"
6811 || test ! -s conftest.err'
6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6816 (exit $ac_status); }; } &&
6817 { ac_try
='test -s conftest.$ac_objext'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; }; then
6823 eval "$as_ac_Header=yes"
6825 echo "$as_me: failed program was:" >&5
6826 sed 's/^/| /' conftest.
$ac_ext >&5
6828 eval "$as_ac_Header=no"
6830 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6832 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6833 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6834 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6835 cat >>confdefs.h
<<_ACEOF
6836 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6844 echo "$as_me:$LINENO: checking for off_t" >&5
6845 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
6846 if test "${ac_cv_type_off_t+set}" = set; then
6847 echo $ECHO_N "(cached) $ECHO_C" >&6
6849 cat >conftest.
$ac_ext <<_ACEOF
6852 cat confdefs.h
>>conftest.
$ac_ext
6853 cat >>conftest.
$ac_ext <<_ACEOF
6854 /* end confdefs.h. */
6855 $ac_includes_default
6867 rm -f conftest.
$ac_objext
6868 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6869 (eval $ac_compile) 2>conftest.er1
6871 grep -v '^ *+' conftest.er1
>conftest.err
6873 cat conftest.err
>&5
6874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6875 (exit $ac_status); } &&
6876 { ac_try
='test -z "$ac_c_werror_flag"
6877 || test ! -s conftest.err'
6878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6882 (exit $ac_status); }; } &&
6883 { ac_try
='test -s conftest.$ac_objext'
6884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6888 (exit $ac_status); }; }; then
6889 ac_cv_type_off_t
=yes
6891 echo "$as_me: failed program was:" >&5
6892 sed 's/^/| /' conftest.
$ac_ext >&5
6896 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6898 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
6899 echo "${ECHO_T}$ac_cv_type_off_t" >&6
6900 if test $ac_cv_type_off_t = yes; then
6904 cat >>confdefs.h
<<_ACEOF
6910 echo "$as_me:$LINENO: checking for size_t" >&5
6911 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6912 if test "${ac_cv_type_size_t+set}" = set; then
6913 echo $ECHO_N "(cached) $ECHO_C" >&6
6915 cat >conftest.
$ac_ext <<_ACEOF
6918 cat confdefs.h
>>conftest.
$ac_ext
6919 cat >>conftest.
$ac_ext <<_ACEOF
6920 /* end confdefs.h. */
6921 $ac_includes_default
6927 if (sizeof (size_t))
6933 rm -f conftest.
$ac_objext
6934 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6935 (eval $ac_compile) 2>conftest.er1
6937 grep -v '^ *+' conftest.er1
>conftest.err
6939 cat conftest.err
>&5
6940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6941 (exit $ac_status); } &&
6942 { ac_try
='test -z "$ac_c_werror_flag"
6943 || test ! -s conftest.err'
6944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6948 (exit $ac_status); }; } &&
6949 { ac_try
='test -s conftest.$ac_objext'
6950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6954 (exit $ac_status); }; }; then
6955 ac_cv_type_size_t
=yes
6957 echo "$as_me: failed program was:" >&5
6958 sed 's/^/| /' conftest.
$ac_ext >&5
6960 ac_cv_type_size_t
=no
6962 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6964 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6965 echo "${ECHO_T}$ac_cv_type_size_t" >&6
6966 if test $ac_cv_type_size_t = yes; then
6970 cat >>confdefs.h
<<_ACEOF
6971 #define size_t unsigned
6976 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6977 # for constant arguments. Useless!
6978 echo "$as_me:$LINENO: checking for working alloca.h" >&5
6979 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6980 if test "${ac_cv_working_alloca_h+set}" = set; then
6981 echo $ECHO_N "(cached) $ECHO_C" >&6
6983 cat >conftest.
$ac_ext <<_ACEOF
6986 cat confdefs.h
>>conftest.
$ac_ext
6987 cat >>conftest.
$ac_ext <<_ACEOF
6988 /* end confdefs.h. */
6993 char *p = (char *) alloca (2 * sizeof (int));
6998 rm -f conftest.
$ac_objext conftest
$ac_exeext
6999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7000 (eval $ac_link) 2>conftest.er1
7002 grep -v '^ *+' conftest.er1
>conftest.err
7004 cat conftest.err
>&5
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); } &&
7007 { ac_try
='test -z "$ac_c_werror_flag"
7008 || test ! -s conftest.err'
7009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); }; } &&
7014 { ac_try
='test -s conftest$ac_exeext'
7015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7019 (exit $ac_status); }; }; then
7020 ac_cv_working_alloca_h
=yes
7022 echo "$as_me: failed program was:" >&5
7023 sed 's/^/| /' conftest.
$ac_ext >&5
7025 ac_cv_working_alloca_h
=no
7027 rm -f conftest.err conftest.
$ac_objext \
7028 conftest
$ac_exeext conftest.
$ac_ext
7030 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
7031 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7032 if test $ac_cv_working_alloca_h = yes; then
7034 cat >>confdefs.h
<<\_ACEOF
7035 #define HAVE_ALLOCA_H 1
7040 echo "$as_me:$LINENO: checking for alloca" >&5
7041 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7042 if test "${ac_cv_func_alloca_works+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. */
7052 # define alloca __builtin_alloca
7055 # include <malloc.h>
7056 # define alloca _alloca
7059 # include <alloca.h>
7064 # ifndef alloca /* predefined by HP cc +Olibcalls */
7075 char *p = (char *) alloca (1);
7080 rm -f conftest.
$ac_objext conftest
$ac_exeext
7081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7082 (eval $ac_link) 2>conftest.er1
7084 grep -v '^ *+' conftest.er1
>conftest.err
7086 cat conftest.err
>&5
7087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7088 (exit $ac_status); } &&
7089 { ac_try
='test -z "$ac_c_werror_flag"
7090 || test ! -s conftest.err'
7091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7095 (exit $ac_status); }; } &&
7096 { ac_try
='test -s conftest$ac_exeext'
7097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7101 (exit $ac_status); }; }; then
7102 ac_cv_func_alloca_works
=yes
7104 echo "$as_me: failed program was:" >&5
7105 sed 's/^/| /' conftest.
$ac_ext >&5
7107 ac_cv_func_alloca_works
=no
7109 rm -f conftest.err conftest.
$ac_objext \
7110 conftest
$ac_exeext conftest.
$ac_ext
7112 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
7113 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7115 if test $ac_cv_func_alloca_works = yes; then
7117 cat >>confdefs.h
<<\_ACEOF
7118 #define HAVE_ALLOCA 1
7122 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
7123 # that cause trouble. Some versions do not even contain alloca or
7124 # contain a buggy version. If you still want to use their alloca,
7125 # use ar to extract alloca.o from them instead of compiling alloca.c.
7127 ALLOCA
=alloca.
$ac_objext
7129 cat >>confdefs.h
<<\_ACEOF
7134 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
7135 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7136 if test "${ac_cv_os_cray+set}" = set; then
7137 echo $ECHO_N "(cached) $ECHO_C" >&6
7139 cat >conftest.
$ac_ext <<_ACEOF
7142 cat confdefs.h
>>conftest.
$ac_ext
7143 cat >>conftest.
$ac_ext <<_ACEOF
7144 /* end confdefs.h. */
7145 #if defined(CRAY) && ! defined(CRAY2)
7152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7153 $EGREP "webecray" >/dev
/null
2>&1; then
7161 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
7162 echo "${ECHO_T}$ac_cv_os_cray" >&6
7163 if test $ac_cv_os_cray = yes; then
7164 for ac_func
in _getb67 GETB67 getb67
; do
7165 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7166 echo "$as_me:$LINENO: checking for $ac_func" >&5
7167 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7168 if eval "test \"\${$as_ac_var+set}\" = set"; then
7169 echo $ECHO_N "(cached) $ECHO_C" >&6
7171 cat >conftest.
$ac_ext <<_ACEOF
7174 cat confdefs.h
>>conftest.
$ac_ext
7175 cat >>conftest.
$ac_ext <<_ACEOF
7176 /* end confdefs.h. */
7177 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7178 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7179 #define $ac_func innocuous_$ac_func
7181 /* System header to define __stub macros and hopefully few prototypes,
7182 which can conflict with char $ac_func (); below.
7183 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7184 <limits.h> exists even on freestanding compilers. */
7187 # include <limits.h>
7189 # include <assert.h>
7194 /* Override any gcc2 internal prototype to avoid an error. */
7199 /* We use char because int might match the return type of a gcc2
7200 builtin and then its argument prototype would still apply. */
7202 /* The GNU C library defines this for functions which it implements
7203 to always fail with ENOSYS. Some functions are actually named
7204 something starting with __ and the normal name is an alias. */
7205 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7208 char (*f) () = $ac_func;
7217 return f != $ac_func;
7222 rm -f conftest.
$ac_objext conftest
$ac_exeext
7223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7224 (eval $ac_link) 2>conftest.er1
7226 grep -v '^ *+' conftest.er1
>conftest.err
7228 cat conftest.err
>&5
7229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7230 (exit $ac_status); } &&
7231 { ac_try
='test -z "$ac_c_werror_flag"
7232 || test ! -s conftest.err'
7233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237 (exit $ac_status); }; } &&
7238 { ac_try
='test -s conftest$ac_exeext'
7239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243 (exit $ac_status); }; }; then
7244 eval "$as_ac_var=yes"
7246 echo "$as_me: failed program was:" >&5
7247 sed 's/^/| /' conftest.
$ac_ext >&5
7249 eval "$as_ac_var=no"
7251 rm -f conftest.err conftest.
$ac_objext \
7252 conftest
$ac_exeext conftest.
$ac_ext
7254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7255 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7256 if test `eval echo '${'$as_ac_var'}'` = yes; then
7258 cat >>confdefs.h
<<_ACEOF
7259 #define CRAY_STACKSEG_END $ac_func
7268 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7269 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7270 if test "${ac_cv_c_stack_direction+set}" = set; then
7271 echo $ECHO_N "(cached) $ECHO_C" >&6
7273 if test "$cross_compiling" = yes; then
7274 ac_cv_c_stack_direction
=0
7276 cat >conftest.
$ac_ext <<_ACEOF
7279 cat confdefs.h
>>conftest.
$ac_ext
7280 cat >>conftest.
$ac_ext <<_ACEOF
7281 /* end confdefs.h. */
7283 find_stack_direction ()
7285 static char *addr = 0;
7290 return find_stack_direction ();
7293 return (&dummy > addr) ? 1 : -1;
7299 exit (find_stack_direction () < 0);
7302 rm -f conftest
$ac_exeext
7303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7304 (eval $ac_link) 2>&5
7306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7307 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312 (exit $ac_status); }; }; then
7313 ac_cv_c_stack_direction
=1
7315 echo "$as_me: program exited with status $ac_status" >&5
7316 echo "$as_me: failed program was:" >&5
7317 sed 's/^/| /' conftest.
$ac_ext >&5
7320 ac_cv_c_stack_direction
=-1
7322 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7325 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7326 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7328 cat >>confdefs.h
<<_ACEOF
7329 #define STACK_DIRECTION $ac_cv_c_stack_direction
7337 for ac_header
in stdlib.h unistd.h
7339 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7340 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7341 echo "$as_me:$LINENO: checking for $ac_header" >&5
7342 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7343 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7344 echo $ECHO_N "(cached) $ECHO_C" >&6
7346 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7347 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7349 # Is the header compilable?
7350 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7351 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7352 cat >conftest.
$ac_ext <<_ACEOF
7355 cat confdefs.h
>>conftest.
$ac_ext
7356 cat >>conftest.
$ac_ext <<_ACEOF
7357 /* end confdefs.h. */
7358 $ac_includes_default
7359 #include <$ac_header>
7361 rm -f conftest.
$ac_objext
7362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7363 (eval $ac_compile) 2>conftest.er1
7365 grep -v '^ *+' conftest.er1
>conftest.err
7367 cat conftest.err
>&5
7368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7369 (exit $ac_status); } &&
7370 { ac_try
='test -z "$ac_c_werror_flag"
7371 || test ! -s conftest.err'
7372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7376 (exit $ac_status); }; } &&
7377 { ac_try
='test -s conftest.$ac_objext'
7378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7382 (exit $ac_status); }; }; then
7383 ac_header_compiler
=yes
7385 echo "$as_me: failed program was:" >&5
7386 sed 's/^/| /' conftest.
$ac_ext >&5
7388 ac_header_compiler
=no
7390 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7391 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392 echo "${ECHO_T}$ac_header_compiler" >&6
7394 # Is the header present?
7395 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7397 cat >conftest.
$ac_ext <<_ACEOF
7400 cat confdefs.h
>>conftest.
$ac_ext
7401 cat >>conftest.
$ac_ext <<_ACEOF
7402 /* end confdefs.h. */
7403 #include <$ac_header>
7405 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7406 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7408 grep -v '^ *+' conftest.er1
>conftest.err
7410 cat conftest.err
>&5
7411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412 (exit $ac_status); } >/dev
/null
; then
7413 if test -s conftest.err
; then
7414 ac_cpp_err
=$ac_c_preproc_warn_flag
7415 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7422 if test -z "$ac_cpp_err"; then
7423 ac_header_preproc
=yes
7425 echo "$as_me: failed program was:" >&5
7426 sed 's/^/| /' conftest.
$ac_ext >&5
7428 ac_header_preproc
=no
7430 rm -f conftest.err conftest.
$ac_ext
7431 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7432 echo "${ECHO_T}$ac_header_preproc" >&6
7434 # So? What about this header?
7435 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7438 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7440 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7441 ac_header_preproc
=yes
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7445 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7447 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7449 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7450 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7451 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7453 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7454 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7455 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7458 ## ------------------------------------------ ##
7459 ## Report this to the AC_PACKAGE_NAME lists. ##
7460 ## ------------------------------------------ ##
7463 sed "s/^/$as_me: WARNING: /" >&2
7466 echo "$as_me:$LINENO: checking for $ac_header" >&5
7467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7468 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7469 echo $ECHO_N "(cached) $ECHO_C" >&6
7471 eval "$as_ac_Header=\$ac_header_preproc"
7473 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7474 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7477 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7478 cat >>confdefs.h
<<_ACEOF
7479 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7487 for ac_func
in getpagesize
7489 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7490 echo "$as_me:$LINENO: checking for $ac_func" >&5
7491 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7492 if eval "test \"\${$as_ac_var+set}\" = set"; then
7493 echo $ECHO_N "(cached) $ECHO_C" >&6
7495 cat >conftest.
$ac_ext <<_ACEOF
7498 cat confdefs.h
>>conftest.
$ac_ext
7499 cat >>conftest.
$ac_ext <<_ACEOF
7500 /* end confdefs.h. */
7501 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7503 #define $ac_func innocuous_$ac_func
7505 /* System header to define __stub macros and hopefully few prototypes,
7506 which can conflict with char $ac_func (); below.
7507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7508 <limits.h> exists even on freestanding compilers. */
7511 # include <limits.h>
7513 # include <assert.h>
7518 /* Override any gcc2 internal prototype to avoid an error. */
7523 /* We use char because int might match the return type of a gcc2
7524 builtin and then its argument prototype would still apply. */
7526 /* The GNU C library defines this for functions which it implements
7527 to always fail with ENOSYS. Some functions are actually named
7528 something starting with __ and the normal name is an alias. */
7529 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7532 char (*f) () = $ac_func;
7541 return f != $ac_func;
7546 rm -f conftest.
$ac_objext conftest
$ac_exeext
7547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7548 (eval $ac_link) 2>conftest.er1
7550 grep -v '^ *+' conftest.er1
>conftest.err
7552 cat conftest.err
>&5
7553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554 (exit $ac_status); } &&
7555 { ac_try
='test -z "$ac_c_werror_flag"
7556 || test ! -s conftest.err'
7557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7561 (exit $ac_status); }; } &&
7562 { ac_try
='test -s conftest$ac_exeext'
7563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7567 (exit $ac_status); }; }; then
7568 eval "$as_ac_var=yes"
7570 echo "$as_me: failed program was:" >&5
7571 sed 's/^/| /' conftest.
$ac_ext >&5
7573 eval "$as_ac_var=no"
7575 rm -f conftest.err conftest.
$ac_objext \
7576 conftest
$ac_exeext conftest.
$ac_ext
7578 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7579 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7580 if test `eval echo '${'$as_ac_var'}'` = yes; then
7581 cat >>confdefs.h
<<_ACEOF
7582 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7588 echo "$as_me:$LINENO: checking for working mmap" >&5
7589 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
7590 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7591 echo $ECHO_N "(cached) $ECHO_C" >&6
7593 if test "$cross_compiling" = yes; then
7594 ac_cv_func_mmap_fixed_mapped
=no
7596 cat >conftest.
$ac_ext <<_ACEOF
7599 cat confdefs.h
>>conftest.
$ac_ext
7600 cat >>conftest.
$ac_ext <<_ACEOF
7601 /* end confdefs.h. */
7602 $ac_includes_default
7603 /* malloc might have been renamed as rpl_malloc. */
7606 /* Thanks to Mike Haertel and Jim Avera for this test.
7607 Here is a matrix of mmap possibilities:
7608 mmap private not fixed
7609 mmap private fixed at somewhere currently unmapped
7610 mmap private fixed at somewhere already mapped
7611 mmap shared not fixed
7612 mmap shared fixed at somewhere currently unmapped
7613 mmap shared fixed at somewhere already mapped
7614 For private mappings, we should verify that changes cannot be read()
7615 back from the file, nor mmap's back from the file at a different
7616 address. (There have been systems where private was not correctly
7617 implemented like the infamous i386 svr4.0, and systems where the
7618 VM page cache was not coherent with the file system buffer cache
7619 like early versions of FreeBSD and possibly contemporary NetBSD.)
7620 For shared mappings, we should conversely verify that changes get
7621 propagated back to all the places they're supposed to be.
7623 Grep wants private fixed already mapped.
7624 The main things grep needs to know about mmap are:
7625 * does it exist and is it safe to write into the mmap'd area
7626 * how to use it (BSD variants) */
7629 #include <sys/mman.h>
7631 #if !STDC_HEADERS && !HAVE_STDLIB_H
7635 /* This mess was copied from the GNU getpagesize.h. */
7636 #if !HAVE_GETPAGESIZE
7637 /* Assume that all systems that can run configure have sys/param.h. */
7638 # if !HAVE_SYS_PARAM_H
7639 # define HAVE_SYS_PARAM_H 1
7642 # ifdef _SC_PAGESIZE
7643 # define getpagesize() sysconf(_SC_PAGESIZE)
7644 # else /* no _SC_PAGESIZE */
7645 # if HAVE_SYS_PARAM_H
7646 # include <sys/param.h>
7647 # ifdef EXEC_PAGESIZE
7648 # define getpagesize() EXEC_PAGESIZE
7649 # else /* no EXEC_PAGESIZE */
7651 # define getpagesize() NBPG * CLSIZE
7654 # endif /* no CLSIZE */
7655 # else /* no NBPG */
7657 # define getpagesize() NBPC
7658 # else /* no NBPC */
7660 # define getpagesize() PAGESIZE
7661 # endif /* PAGESIZE */
7662 # endif /* no NBPC */
7663 # endif /* no NBPG */
7664 # endif /* no EXEC_PAGESIZE */
7665 # else /* no HAVE_SYS_PARAM_H */
7666 # define getpagesize() 8192 /* punt totally */
7667 # endif /* no HAVE_SYS_PARAM_H */
7668 # endif /* no _SC_PAGESIZE */
7670 #endif /* no HAVE_GETPAGESIZE */
7675 char *data, *data2, *data3;
7679 pagesize = getpagesize ();
7681 /* First, make a file with some known garbage in it. */
7682 data = (char *) malloc (pagesize);
7685 for (i = 0; i < pagesize; ++i)
7686 *(data + i) = rand ();
7688 fd = creat ("conftest.mmap", 0600);
7691 if (write (fd, data, pagesize) != pagesize)
7695 /* Next, try to mmap the file at a fixed address which already has
7696 something else allocated at it. If we can, also make sure that
7697 we see the same garbage. */
7698 fd = open ("conftest.mmap", O_RDWR);
7701 data2 = (char *) malloc (2 * pagesize);
7704 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
7705 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7706 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7708 for (i = 0; i < pagesize; ++i)
7709 if (*(data + i) != *(data2 + i))
7712 /* Finally, make sure that changes to the mapped area do not
7713 percolate back to the file as seen by read(). (This is a bug on
7714 some variants of i386 svr4.0.) */
7715 for (i = 0; i < pagesize; ++i)
7716 *(data2 + i) = *(data2 + i) + 1;
7717 data3 = (char *) malloc (pagesize);
7720 if (read (fd, data3, pagesize) != pagesize)
7722 for (i = 0; i < pagesize; ++i)
7723 if (*(data + i) != *(data3 + i))
7729 rm -f conftest
$ac_exeext
7730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7731 (eval $ac_link) 2>&5
7733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7734 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7739 (exit $ac_status); }; }; then
7740 ac_cv_func_mmap_fixed_mapped
=yes
7742 echo "$as_me: program exited with status $ac_status" >&5
7743 echo "$as_me: failed program was:" >&5
7744 sed 's/^/| /' conftest.
$ac_ext >&5
7747 ac_cv_func_mmap_fixed_mapped
=no
7749 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7752 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7753 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
7754 if test $ac_cv_func_mmap_fixed_mapped = yes; then
7756 cat >>confdefs.h
<<\_ACEOF
7773 for ac_header
in argz.h limits.h locale.h nl_types.h malloc.h string.h \
7774 unistd.h values.h sys
/param.h
7776 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7777 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7778 echo "$as_me:$LINENO: checking for $ac_header" >&5
7779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7780 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7781 echo $ECHO_N "(cached) $ECHO_C" >&6
7783 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7784 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7786 # Is the header compilable?
7787 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7788 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7789 cat >conftest.
$ac_ext <<_ACEOF
7792 cat confdefs.h
>>conftest.
$ac_ext
7793 cat >>conftest.
$ac_ext <<_ACEOF
7794 /* end confdefs.h. */
7795 $ac_includes_default
7796 #include <$ac_header>
7798 rm -f conftest.
$ac_objext
7799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7800 (eval $ac_compile) 2>conftest.er1
7802 grep -v '^ *+' conftest.er1
>conftest.err
7804 cat conftest.err
>&5
7805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7806 (exit $ac_status); } &&
7807 { ac_try
='test -z "$ac_c_werror_flag"
7808 || test ! -s conftest.err'
7809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); }; } &&
7814 { ac_try
='test -s conftest.$ac_objext'
7815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7819 (exit $ac_status); }; }; then
7820 ac_header_compiler
=yes
7822 echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.
$ac_ext >&5
7825 ac_header_compiler
=no
7827 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7828 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7829 echo "${ECHO_T}$ac_header_compiler" >&6
7831 # Is the header present?
7832 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7833 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7834 cat >conftest.
$ac_ext <<_ACEOF
7837 cat confdefs.h
>>conftest.
$ac_ext
7838 cat >>conftest.
$ac_ext <<_ACEOF
7839 /* end confdefs.h. */
7840 #include <$ac_header>
7842 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7843 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7845 grep -v '^ *+' conftest.er1
>conftest.err
7847 cat conftest.err
>&5
7848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } >/dev
/null
; then
7850 if test -s conftest.err
; then
7851 ac_cpp_err
=$ac_c_preproc_warn_flag
7852 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7859 if test -z "$ac_cpp_err"; then
7860 ac_header_preproc
=yes
7862 echo "$as_me: failed program was:" >&5
7863 sed 's/^/| /' conftest.
$ac_ext >&5
7865 ac_header_preproc
=no
7867 rm -f conftest.err conftest.
$ac_ext
7868 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7869 echo "${ECHO_T}$ac_header_preproc" >&6
7871 # So? What about this header?
7872 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7875 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7877 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7878 ac_header_preproc
=yes
7881 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7882 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7883 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7884 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7885 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7886 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7887 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7888 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7890 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7891 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7892 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7895 ## ------------------------------------------ ##
7896 ## Report this to the AC_PACKAGE_NAME lists. ##
7897 ## ------------------------------------------ ##
7900 sed "s/^/$as_me: WARNING: /" >&2
7903 echo "$as_me:$LINENO: checking for $ac_header" >&5
7904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7905 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7906 echo $ECHO_N "(cached) $ECHO_C" >&6
7908 eval "$as_ac_Header=\$ac_header_preproc"
7910 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7911 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7914 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7915 cat >>confdefs.h
<<_ACEOF
7916 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7933 for ac_func
in getcwd munmap putenv setenv setlocale strchr strcasecmp \
7934 __argz_count __argz_stringify __argz_next
7936 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7937 echo "$as_me:$LINENO: checking for $ac_func" >&5
7938 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7939 if eval "test \"\${$as_ac_var+set}\" = set"; then
7940 echo $ECHO_N "(cached) $ECHO_C" >&6
7942 cat >conftest.
$ac_ext <<_ACEOF
7945 cat confdefs.h
>>conftest.
$ac_ext
7946 cat >>conftest.
$ac_ext <<_ACEOF
7947 /* end confdefs.h. */
7948 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7949 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7950 #define $ac_func innocuous_$ac_func
7952 /* System header to define __stub macros and hopefully few prototypes,
7953 which can conflict with char $ac_func (); below.
7954 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7955 <limits.h> exists even on freestanding compilers. */
7958 # include <limits.h>
7960 # include <assert.h>
7965 /* Override any gcc2 internal prototype to avoid an error. */
7970 /* We use char because int might match the return type of a gcc2
7971 builtin and then its argument prototype would still apply. */
7973 /* The GNU C library defines this for functions which it implements
7974 to always fail with ENOSYS. Some functions are actually named
7975 something starting with __ and the normal name is an alias. */
7976 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7979 char (*f) () = $ac_func;
7988 return f != $ac_func;
7993 rm -f conftest.
$ac_objext conftest
$ac_exeext
7994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7995 (eval $ac_link) 2>conftest.er1
7997 grep -v '^ *+' conftest.er1
>conftest.err
7999 cat conftest.err
>&5
8000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001 (exit $ac_status); } &&
8002 { ac_try
='test -z "$ac_c_werror_flag"
8003 || test ! -s conftest.err'
8004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008 (exit $ac_status); }; } &&
8009 { ac_try
='test -s conftest$ac_exeext'
8010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); }; }; then
8015 eval "$as_ac_var=yes"
8017 echo "$as_me: failed program was:" >&5
8018 sed 's/^/| /' conftest.
$ac_ext >&5
8020 eval "$as_ac_var=no"
8022 rm -f conftest.err conftest.
$ac_objext \
8023 conftest
$ac_exeext conftest.
$ac_ext
8025 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8026 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8027 if test `eval echo '${'$as_ac_var'}'` = yes; then
8028 cat >>confdefs.h
<<_ACEOF
8029 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8036 if test "${ac_cv_func_stpcpy+set}" != "set"; then
8038 for ac_func
in stpcpy
8040 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8041 echo "$as_me:$LINENO: checking for $ac_func" >&5
8042 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8043 if eval "test \"\${$as_ac_var+set}\" = set"; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8046 cat >conftest.
$ac_ext <<_ACEOF
8049 cat confdefs.h
>>conftest.
$ac_ext
8050 cat >>conftest.
$ac_ext <<_ACEOF
8051 /* end confdefs.h. */
8052 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8053 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8054 #define $ac_func innocuous_$ac_func
8056 /* System header to define __stub macros and hopefully few prototypes,
8057 which can conflict with char $ac_func (); below.
8058 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8059 <limits.h> exists even on freestanding compilers. */
8062 # include <limits.h>
8064 # include <assert.h>
8069 /* Override any gcc2 internal prototype to avoid an error. */
8074 /* We use char because int might match the return type of a gcc2
8075 builtin and then its argument prototype would still apply. */
8077 /* The GNU C library defines this for functions which it implements
8078 to always fail with ENOSYS. Some functions are actually named
8079 something starting with __ and the normal name is an alias. */
8080 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8083 char (*f) () = $ac_func;
8092 return f != $ac_func;
8097 rm -f conftest.
$ac_objext conftest
$ac_exeext
8098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8099 (eval $ac_link) 2>conftest.er1
8101 grep -v '^ *+' conftest.er1
>conftest.err
8103 cat conftest.err
>&5
8104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8105 (exit $ac_status); } &&
8106 { ac_try
='test -z "$ac_c_werror_flag"
8107 || test ! -s conftest.err'
8108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8112 (exit $ac_status); }; } &&
8113 { ac_try
='test -s conftest$ac_exeext'
8114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8118 (exit $ac_status); }; }; then
8119 eval "$as_ac_var=yes"
8121 echo "$as_me: failed program was:" >&5
8122 sed 's/^/| /' conftest.
$ac_ext >&5
8124 eval "$as_ac_var=no"
8126 rm -f conftest.err conftest.
$ac_objext \
8127 conftest
$ac_exeext conftest.
$ac_ext
8129 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8130 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8131 if test `eval echo '${'$as_ac_var'}'` = yes; then
8132 cat >>confdefs.h
<<_ACEOF
8133 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8140 if test "${ac_cv_func_stpcpy}" = "yes"; then
8142 cat >>confdefs.h
<<\_ACEOF
8143 #define HAVE_STPCPY 1
8148 if test $ac_cv_header_locale_h = yes; then
8149 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
8150 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
8151 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8154 cat >conftest.
$ac_ext <<_ACEOF
8157 cat confdefs.h
>>conftest.
$ac_ext
8158 cat >>conftest.
$ac_ext <<_ACEOF
8159 /* end confdefs.h. */
8169 rm -f conftest.
$ac_objext conftest
$ac_exeext
8170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8171 (eval $ac_link) 2>conftest.er1
8173 grep -v '^ *+' conftest.er1
>conftest.err
8175 cat conftest.err
>&5
8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 (exit $ac_status); } &&
8178 { ac_try
='test -z "$ac_c_werror_flag"
8179 || test ! -s conftest.err'
8180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); }; } &&
8185 { ac_try
='test -s conftest$ac_exeext'
8186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); }; }; then
8191 am_cv_val_LC_MESSAGES
=yes
8193 echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.
$ac_ext >&5
8196 am_cv_val_LC_MESSAGES
=no
8198 rm -f conftest.err conftest.
$ac_objext \
8199 conftest
$ac_exeext conftest.
$ac_ext
8201 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
8202 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
8203 if test $am_cv_val_LC_MESSAGES = yes; then
8205 cat >>confdefs.h
<<\_ACEOF
8206 #define HAVE_LC_MESSAGES 1
8211 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
8212 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
8213 # Check whether --enable-nls or --disable-nls was given.
8214 if test "${enable_nls+set}" = set; then
8215 enableval
="$enable_nls"
8220 echo "$as_me:$LINENO: result: $USE_NLS" >&5
8221 echo "${ECHO_T}$USE_NLS" >&6
8224 USE_INCLUDED_LIBINTL
=no
8226 if test "$USE_NLS" = "yes"; then
8227 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
8228 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
8230 # Check whether --with-included-gettext or --without-included-gettext was given.
8231 if test "${with_included_gettext+set}" = set; then
8232 withval
="$with_included_gettext"
8233 nls_cv_force_use_gnu_gettext
=$withval
8235 nls_cv_force_use_gnu_gettext
=no
8237 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
8238 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
8240 nls_cv_use_gnu_gettext
="$nls_cv_force_use_gnu_gettext"
8241 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
8243 nls_cv_header_libgt
=
8246 if test "${ac_cv_header_libintl_h+set}" = set; then
8247 echo "$as_me:$LINENO: checking for libintl.h" >&5
8248 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8249 if test "${ac_cv_header_libintl_h+set}" = set; then
8250 echo $ECHO_N "(cached) $ECHO_C" >&6
8252 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8253 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8255 # Is the header compilable?
8256 echo "$as_me:$LINENO: checking libintl.h usability" >&5
8257 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
8258 cat >conftest.
$ac_ext <<_ACEOF
8261 cat confdefs.h
>>conftest.
$ac_ext
8262 cat >>conftest.
$ac_ext <<_ACEOF
8263 /* end confdefs.h. */
8264 $ac_includes_default
8265 #include <libintl.h>
8267 rm -f conftest.
$ac_objext
8268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8269 (eval $ac_compile) 2>conftest.er1
8271 grep -v '^ *+' conftest.er1
>conftest.err
8273 cat conftest.err
>&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 (exit $ac_status); } &&
8276 { ac_try
='test -z "$ac_c_werror_flag"
8277 || test ! -s conftest.err'
8278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282 (exit $ac_status); }; } &&
8283 { ac_try
='test -s conftest.$ac_objext'
8284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8288 (exit $ac_status); }; }; then
8289 ac_header_compiler
=yes
8291 echo "$as_me: failed program was:" >&5
8292 sed 's/^/| /' conftest.
$ac_ext >&5
8294 ac_header_compiler
=no
8296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8297 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8298 echo "${ECHO_T}$ac_header_compiler" >&6
8300 # Is the header present?
8301 echo "$as_me:$LINENO: checking libintl.h presence" >&5
8302 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
8303 cat >conftest.
$ac_ext <<_ACEOF
8306 cat confdefs.h
>>conftest.
$ac_ext
8307 cat >>conftest.
$ac_ext <<_ACEOF
8308 /* end confdefs.h. */
8309 #include <libintl.h>
8311 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8312 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8314 grep -v '^ *+' conftest.er1
>conftest.err
8316 cat conftest.err
>&5
8317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8318 (exit $ac_status); } >/dev
/null
; then
8319 if test -s conftest.err
; then
8320 ac_cpp_err
=$ac_c_preproc_warn_flag
8321 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8328 if test -z "$ac_cpp_err"; then
8329 ac_header_preproc
=yes
8331 echo "$as_me: failed program was:" >&5
8332 sed 's/^/| /' conftest.
$ac_ext >&5
8334 ac_header_preproc
=no
8336 rm -f conftest.err conftest.
$ac_ext
8337 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8338 echo "${ECHO_T}$ac_header_preproc" >&6
8340 # So? What about this header?
8341 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8343 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
8344 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8345 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
8346 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
8347 ac_header_preproc
=yes
8350 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8351 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
8352 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8353 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8354 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
8355 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
8356 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
8357 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
8358 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8359 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
8360 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
8361 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
8364 ## ------------------------------------------ ##
8365 ## Report this to the AC_PACKAGE_NAME lists. ##
8366 ## ------------------------------------------ ##
8369 sed "s/^/$as_me: WARNING: /" >&2
8372 echo "$as_me:$LINENO: checking for libintl.h" >&5
8373 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8374 if test "${ac_cv_header_libintl_h+set}" = set; then
8375 echo $ECHO_N "(cached) $ECHO_C" >&6
8377 ac_cv_header_libintl_h
=$ac_header_preproc
8379 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8380 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8383 if test $ac_cv_header_libintl_h = yes; then
8384 echo "$as_me:$LINENO: checking for gettext in libc" >&5
8385 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
8386 if test "${gt_cv_func_gettext_libc+set}" = set; then
8387 echo $ECHO_N "(cached) $ECHO_C" >&6
8389 cat >conftest.
$ac_ext <<_ACEOF
8392 cat confdefs.h
>>conftest.
$ac_ext
8393 cat >>conftest.
$ac_ext <<_ACEOF
8394 /* end confdefs.h. */
8395 #include <libintl.h>
8399 return (int) gettext ("")
8404 rm -f conftest.
$ac_objext conftest
$ac_exeext
8405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8406 (eval $ac_link) 2>conftest.er1
8408 grep -v '^ *+' conftest.er1
>conftest.err
8410 cat conftest.err
>&5
8411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8412 (exit $ac_status); } &&
8413 { ac_try
='test -z "$ac_c_werror_flag"
8414 || test ! -s conftest.err'
8415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8419 (exit $ac_status); }; } &&
8420 { ac_try
='test -s conftest$ac_exeext'
8421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8425 (exit $ac_status); }; }; then
8426 gt_cv_func_gettext_libc
=yes
8428 echo "$as_me: failed program was:" >&5
8429 sed 's/^/| /' conftest.
$ac_ext >&5
8431 gt_cv_func_gettext_libc
=no
8433 rm -f conftest.err conftest.
$ac_objext \
8434 conftest
$ac_exeext conftest.
$ac_ext
8436 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
8437 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
8439 if test "$gt_cv_func_gettext_libc" != "yes"; then
8440 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
8441 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
8442 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
8443 echo $ECHO_N "(cached) $ECHO_C" >&6
8445 ac_check_lib_save_LIBS
=$LIBS
8447 cat >conftest.
$ac_ext <<_ACEOF
8450 cat confdefs.h
>>conftest.
$ac_ext
8451 cat >>conftest.
$ac_ext <<_ACEOF
8452 /* end confdefs.h. */
8454 /* Override any gcc2 internal prototype to avoid an error. */
8458 /* We use char because int might match the return type of a gcc2
8459 builtin and then its argument prototype would still apply. */
8460 char bindtextdomain ();
8469 rm -f conftest.
$ac_objext conftest
$ac_exeext
8470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8471 (eval $ac_link) 2>conftest.er1
8473 grep -v '^ *+' conftest.er1
>conftest.err
8475 cat conftest.err
>&5
8476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477 (exit $ac_status); } &&
8478 { ac_try
='test -z "$ac_c_werror_flag"
8479 || test ! -s conftest.err'
8480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8484 (exit $ac_status); }; } &&
8485 { ac_try
='test -s conftest$ac_exeext'
8486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8490 (exit $ac_status); }; }; then
8491 ac_cv_lib_intl_bindtextdomain
=yes
8493 echo "$as_me: failed program was:" >&5
8494 sed 's/^/| /' conftest.
$ac_ext >&5
8496 ac_cv_lib_intl_bindtextdomain
=no
8498 rm -f conftest.err conftest.
$ac_objext \
8499 conftest
$ac_exeext conftest.
$ac_ext
8500 LIBS
=$ac_check_lib_save_LIBS
8502 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
8503 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
8504 if test $ac_cv_lib_intl_bindtextdomain = yes; then
8505 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
8506 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
8507 if test "${gt_cv_func_gettext_libintl+set}" = set; then
8508 echo $ECHO_N "(cached) $ECHO_C" >&6
8510 cat >conftest.
$ac_ext <<_ACEOF
8513 cat confdefs.h
>>conftest.
$ac_ext
8514 cat >>conftest.
$ac_ext <<_ACEOF
8515 /* end confdefs.h. */
8520 return (int) gettext ("")
8525 rm -f conftest.
$ac_objext conftest
$ac_exeext
8526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8527 (eval $ac_link) 2>conftest.er1
8529 grep -v '^ *+' conftest.er1
>conftest.err
8531 cat conftest.err
>&5
8532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8533 (exit $ac_status); } &&
8534 { ac_try
='test -z "$ac_c_werror_flag"
8535 || test ! -s conftest.err'
8536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8540 (exit $ac_status); }; } &&
8541 { ac_try
='test -s conftest$ac_exeext'
8542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8546 (exit $ac_status); }; }; then
8547 gt_cv_func_gettext_libintl
=yes
8549 echo "$as_me: failed program was:" >&5
8550 sed 's/^/| /' conftest.
$ac_ext >&5
8552 gt_cv_func_gettext_libintl
=no
8554 rm -f conftest.err conftest.
$ac_objext \
8555 conftest
$ac_exeext conftest.
$ac_ext
8557 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
8558 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
8563 if test "$gt_cv_func_gettext_libc" = "yes" \
8564 ||
test "$gt_cv_func_gettext_libintl" = "yes"; then
8566 cat >>confdefs.h
<<\_ACEOF
8567 #define HAVE_GETTEXT 1
8570 # Extract the first word of "msgfmt", so it can be a program name with args.
8571 set dummy msgfmt
; ac_word
=$2
8572 echo "$as_me:$LINENO: checking for $ac_word" >&5
8573 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8574 if test "${ac_cv_path_MSGFMT+set}" = set; then
8575 echo $ECHO_N "(cached) $ECHO_C" >&6
8579 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
8582 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8583 for ac_dir
in $PATH; do
8584 test -z "$ac_dir" && ac_dir
=.
8585 if test -f $ac_dir/$ac_word; then
8586 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8587 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
8593 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="no"
8597 MSGFMT
="$ac_cv_path_MSGFMT"
8598 if test -n "$MSGFMT"; then
8599 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8600 echo "${ECHO_T}$MSGFMT" >&6
8602 echo "$as_me:$LINENO: result: no" >&5
8603 echo "${ECHO_T}no" >&6
8605 if test "$MSGFMT" != "no"; then
8607 for ac_func
in dcgettext
8609 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8610 echo "$as_me:$LINENO: checking for $ac_func" >&5
8611 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8612 if eval "test \"\${$as_ac_var+set}\" = set"; then
8613 echo $ECHO_N "(cached) $ECHO_C" >&6
8615 cat >conftest.
$ac_ext <<_ACEOF
8618 cat confdefs.h
>>conftest.
$ac_ext
8619 cat >>conftest.
$ac_ext <<_ACEOF
8620 /* end confdefs.h. */
8621 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8622 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8623 #define $ac_func innocuous_$ac_func
8625 /* System header to define __stub macros and hopefully few prototypes,
8626 which can conflict with char $ac_func (); below.
8627 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8628 <limits.h> exists even on freestanding compilers. */
8631 # include <limits.h>
8633 # include <assert.h>
8638 /* Override any gcc2 internal prototype to avoid an error. */
8643 /* We use char because int might match the return type of a gcc2
8644 builtin and then its argument prototype would still apply. */
8646 /* The GNU C library defines this for functions which it implements
8647 to always fail with ENOSYS. Some functions are actually named
8648 something starting with __ and the normal name is an alias. */
8649 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8652 char (*f) () = $ac_func;
8661 return f != $ac_func;
8666 rm -f conftest.
$ac_objext conftest
$ac_exeext
8667 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8668 (eval $ac_link) 2>conftest.er1
8670 grep -v '^ *+' conftest.er1
>conftest.err
8672 cat conftest.err
>&5
8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674 (exit $ac_status); } &&
8675 { ac_try
='test -z "$ac_c_werror_flag"
8676 || test ! -s conftest.err'
8677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8681 (exit $ac_status); }; } &&
8682 { ac_try
='test -s conftest$ac_exeext'
8683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8687 (exit $ac_status); }; }; then
8688 eval "$as_ac_var=yes"
8690 echo "$as_me: failed program was:" >&5
8691 sed 's/^/| /' conftest.
$ac_ext >&5
8693 eval "$as_ac_var=no"
8695 rm -f conftest.err conftest.
$ac_objext \
8696 conftest
$ac_exeext conftest.
$ac_ext
8698 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8699 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8700 if test `eval echo '${'$as_ac_var'}'` = yes; then
8701 cat >>confdefs.h
<<_ACEOF
8702 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8708 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8709 set dummy gmsgfmt
; ac_word
=$2
8710 echo "$as_me:$LINENO: checking for $ac_word" >&5
8711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8712 if test "${ac_cv_path_GMSGFMT+set}" = set; then
8713 echo $ECHO_N "(cached) $ECHO_C" >&6
8717 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
8720 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8724 test -z "$as_dir" && as_dir
=.
8725 for ac_exec_ext
in '' $ac_executable_extensions; do
8726 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8727 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
8728 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8734 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
8738 GMSGFMT
=$ac_cv_path_GMSGFMT
8740 if test -n "$GMSGFMT"; then
8741 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8742 echo "${ECHO_T}$GMSGFMT" >&6
8744 echo "$as_me:$LINENO: result: no" >&5
8745 echo "${ECHO_T}no" >&6
8748 # Extract the first word of "xgettext", so it can be a program name with args.
8749 set dummy xgettext
; ac_word
=$2
8750 echo "$as_me:$LINENO: checking for $ac_word" >&5
8751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8752 if test "${ac_cv_path_XGETTEXT+set}" = set; then
8753 echo $ECHO_N "(cached) $ECHO_C" >&6
8757 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
8760 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8761 for ac_dir
in $PATH; do
8762 test -z "$ac_dir" && ac_dir
=.
8763 if test -f $ac_dir/$ac_word; then
8764 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8765 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
8771 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
8775 XGETTEXT
="$ac_cv_path_XGETTEXT"
8776 if test -n "$XGETTEXT"; then
8777 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8778 echo "${ECHO_T}$XGETTEXT" >&6
8780 echo "$as_me:$LINENO: result: no" >&5
8781 echo "${ECHO_T}no" >&6
8784 cat >conftest.
$ac_ext <<_ACEOF
8787 cat confdefs.h
>>conftest.
$ac_ext
8788 cat >>conftest.
$ac_ext <<_ACEOF
8789 /* end confdefs.h. */
8794 extern int _nl_msg_cat_cntr;
8795 return _nl_msg_cat_cntr
8800 rm -f conftest.
$ac_objext conftest
$ac_exeext
8801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8802 (eval $ac_link) 2>conftest.er1
8804 grep -v '^ *+' conftest.er1
>conftest.err
8806 cat conftest.err
>&5
8807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8808 (exit $ac_status); } &&
8809 { ac_try
='test -z "$ac_c_werror_flag"
8810 || test ! -s conftest.err'
8811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8815 (exit $ac_status); }; } &&
8816 { ac_try
='test -s conftest$ac_exeext'
8817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8821 (exit $ac_status); }; }; then
8825 echo "$as_me: failed program was:" >&5
8826 sed 's/^/| /' conftest.
$ac_ext >&5
8831 rm -f conftest.err conftest.
$ac_objext \
8832 conftest
$ac_exeext conftest.
$ac_ext
8842 if test x
"$CATOBJEXT" = x
&& test -d $srcdir/..
/intl
; then
8843 # Neither gettext nor catgets in included in the C library.
8844 # Fall back on GNU gettext library (assuming it is present).
8845 nls_cv_use_gnu_gettext
=yes
8849 if test "$nls_cv_use_gnu_gettext" = "yes"; then
8850 INTLOBJS
="\$(GETTOBJS)"
8851 # Extract the first word of "msgfmt", so it can be a program name with args.
8852 set dummy msgfmt
; ac_word
=$2
8853 echo "$as_me:$LINENO: checking for $ac_word" >&5
8854 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8855 if test "${ac_cv_path_MSGFMT+set}" = set; then
8856 echo $ECHO_N "(cached) $ECHO_C" >&6
8860 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
8863 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8864 for ac_dir
in $PATH; do
8865 test -z "$ac_dir" && ac_dir
=.
8866 if test -f $ac_dir/$ac_word; then
8867 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8868 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
8874 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="msgfmt"
8878 MSGFMT
="$ac_cv_path_MSGFMT"
8879 if test -n "$MSGFMT"; then
8880 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8881 echo "${ECHO_T}$MSGFMT" >&6
8883 echo "$as_me:$LINENO: result: no" >&5
8884 echo "${ECHO_T}no" >&6
8887 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8888 set dummy gmsgfmt
; ac_word
=$2
8889 echo "$as_me:$LINENO: checking for $ac_word" >&5
8890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8891 if test "${ac_cv_path_GMSGFMT+set}" = set; then
8892 echo $ECHO_N "(cached) $ECHO_C" >&6
8896 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
8899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8903 test -z "$as_dir" && as_dir
=.
8904 for ac_exec_ext
in '' $ac_executable_extensions; do
8905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8906 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
8907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8913 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
8917 GMSGFMT
=$ac_cv_path_GMSGFMT
8919 if test -n "$GMSGFMT"; then
8920 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8921 echo "${ECHO_T}$GMSGFMT" >&6
8923 echo "$as_me:$LINENO: result: no" >&5
8924 echo "${ECHO_T}no" >&6
8927 # Extract the first word of "xgettext", so it can be a program name with args.
8928 set dummy xgettext
; ac_word
=$2
8929 echo "$as_me:$LINENO: checking for $ac_word" >&5
8930 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8931 if test "${ac_cv_path_XGETTEXT+set}" = set; then
8932 echo $ECHO_N "(cached) $ECHO_C" >&6
8936 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
8939 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8940 for ac_dir
in $PATH; do
8941 test -z "$ac_dir" && ac_dir
=.
8942 if test -f $ac_dir/$ac_word; then
8943 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8944 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
8950 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
8954 XGETTEXT
="$ac_cv_path_XGETTEXT"
8955 if test -n "$XGETTEXT"; then
8956 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8957 echo "${ECHO_T}$XGETTEXT" >&6
8959 echo "$as_me:$LINENO: result: no" >&5
8960 echo "${ECHO_T}no" >&6
8964 USE_INCLUDED_LIBINTL
=yes
8968 INTLDEPS
='$(top_builddir)/../intl/libintl.a'
8970 LIBS
=`echo $LIBS | sed -e 's/-lintl//'`
8971 nls_cv_header_intl
=libintl.h
8972 nls_cv_header_libgt
=libgettext.h
8975 if test "$XGETTEXT" != ":"; then
8976 if $XGETTEXT --omit-header /dev
/null
2> /dev
/null
; then
8979 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8980 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
8985 # We need to process the po/ directory.
8989 nls_cv_header_intl
=libintl.h
8990 nls_cv_header_libgt
=libgettext.h
8993 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8994 # because some of the sources are only built for this goal.
8995 if test "$PACKAGE" = gettext; then
8997 USE_INCLUDED_LIBINTL
=yes
9000 for lang
in $ALL_LINGUAS; do
9001 GMOFILES
="$GMOFILES $lang.gmo"
9002 POFILES
="$POFILES $lang.po"
9016 if test "x$CATOBJEXT" != "x"; then
9018 cat >>confdefs.h
<<\_ACEOF
9019 #define ENABLE_NLS 1
9025 if test "x$CATOBJEXT" != "x"; then
9026 if test "x$ALL_LINGUAS" = "x"; then
9029 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
9030 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
9032 for lang
in ${LINGUAS=$ALL_LINGUAS}; do
9033 case "$ALL_LINGUAS" in
9034 *$lang*) NEW_LINGUAS
="$NEW_LINGUAS $lang" ;;
9037 LINGUAS
=$NEW_LINGUAS
9038 echo "$as_me:$LINENO: result: $LINGUAS" >&5
9039 echo "${ECHO_T}$LINGUAS" >&6
9042 if test -n "$LINGUAS"; then
9043 for lang
in $LINGUAS; do CATALOGS
="$CATALOGS $lang$CATOBJEXT"; done
9047 if test $ac_cv_header_locale_h = yes; then
9048 INCLUDE_LOCALE_H
="#include <locale.h>"
9051 /* The system does not provide the header <locale.h>. Take care yourself. */"
9055 if test -f $srcdir/po2tbl.
sed.
in; then
9056 if test "$CATOBJEXT" = ".cat"; then
9057 if test "${ac_cv_header_linux_version_h+set}" = set; then
9058 echo "$as_me:$LINENO: checking for linux/version.h" >&5
9059 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9060 if test "${ac_cv_header_linux_version_h+set}" = set; then
9061 echo $ECHO_N "(cached) $ECHO_C" >&6
9063 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9064 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9066 # Is the header compilable?
9067 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
9068 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
9069 cat >conftest.
$ac_ext <<_ACEOF
9072 cat confdefs.h
>>conftest.
$ac_ext
9073 cat >>conftest.
$ac_ext <<_ACEOF
9074 /* end confdefs.h. */
9075 $ac_includes_default
9076 #include <linux/version.h>
9078 rm -f conftest.
$ac_objext
9079 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9080 (eval $ac_compile) 2>conftest.er1
9082 grep -v '^ *+' conftest.er1
>conftest.err
9084 cat conftest.err
>&5
9085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9086 (exit $ac_status); } &&
9087 { ac_try
='test -z "$ac_c_werror_flag"
9088 || test ! -s conftest.err'
9089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9093 (exit $ac_status); }; } &&
9094 { ac_try
='test -s conftest.$ac_objext'
9095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9099 (exit $ac_status); }; }; then
9100 ac_header_compiler
=yes
9102 echo "$as_me: failed program was:" >&5
9103 sed 's/^/| /' conftest.
$ac_ext >&5
9105 ac_header_compiler
=no
9107 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9108 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9109 echo "${ECHO_T}$ac_header_compiler" >&6
9111 # Is the header present?
9112 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
9113 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
9114 cat >conftest.
$ac_ext <<_ACEOF
9117 cat confdefs.h
>>conftest.
$ac_ext
9118 cat >>conftest.
$ac_ext <<_ACEOF
9119 /* end confdefs.h. */
9120 #include <linux/version.h>
9122 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9123 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9125 grep -v '^ *+' conftest.er1
>conftest.err
9127 cat conftest.err
>&5
9128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9129 (exit $ac_status); } >/dev
/null
; then
9130 if test -s conftest.err
; then
9131 ac_cpp_err
=$ac_c_preproc_warn_flag
9132 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
9139 if test -z "$ac_cpp_err"; then
9140 ac_header_preproc
=yes
9142 echo "$as_me: failed program was:" >&5
9143 sed 's/^/| /' conftest.
$ac_ext >&5
9145 ac_header_preproc
=no
9147 rm -f conftest.err conftest.
$ac_ext
9148 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9149 echo "${ECHO_T}$ac_header_preproc" >&6
9151 # So? What about this header?
9152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9154 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
9155 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9156 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
9157 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
9158 ac_header_preproc
=yes
9161 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
9162 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
9163 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
9164 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
9165 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
9166 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
9167 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
9168 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
9169 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
9170 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
9171 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
9172 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
9175 ## ------------------------------------------ ##
9176 ## Report this to the AC_PACKAGE_NAME lists. ##
9177 ## ------------------------------------------ ##
9180 sed "s/^/$as_me: WARNING: /" >&2
9183 echo "$as_me:$LINENO: checking for linux/version.h" >&5
9184 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9185 if test "${ac_cv_header_linux_version_h+set}" = set; then
9186 echo $ECHO_N "(cached) $ECHO_C" >&6
9188 ac_cv_header_linux_version_h
=$ac_header_preproc
9190 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9191 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9194 if test $ac_cv_header_linux_version_h = yes; then
9202 sed -e '/^#/d' $srcdir/$msgformat-msg.
sed > po2msg.
sed
9204 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
9205 $srcdir/po2tbl.
sed.
in > po2tbl.
sed
9208 if test "$PACKAGE" = "gettext"; then
9218 MKINSTALLDIRS
="\$(srcdir)/../../mkinstalldirs"
9224 if test -f $srcdir/po
/POTFILES.
in; then
9225 test -d po || mkdir po
9226 if test "x$srcdir" != "x."; then
9227 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
9228 posrcprefix
="$srcdir/"
9230 posrcprefix
="../$srcdir/"
9236 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
9237 < $srcdir/po
/POTFILES.
in > po
/POTFILES
9241 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
9242 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
9243 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
9244 if test "${enable_maintainer_mode+set}" = set; then
9245 enableval
="$enable_maintainer_mode"
9246 USE_MAINTAINER_MODE
=$enableval
9248 USE_MAINTAINER_MODE
=no
9250 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
9251 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
9254 if test $USE_MAINTAINER_MODE = yes; then
9255 MAINTAINER_MODE_TRUE
=
9256 MAINTAINER_MODE_FALSE
='#'
9258 MAINTAINER_MODE_TRUE
='#'
9259 MAINTAINER_MODE_FALSE
=
9262 MAINT
=$MAINTAINER_MODE_TRUE
9276 for ac_header
in string.h stdlib.h memory.h
strings.h unistd.h stdarg.h varargs.h errno.h sys
/types.h
9278 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9279 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9280 echo "$as_me:$LINENO: checking for $ac_header" >&5
9281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9282 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9283 echo $ECHO_N "(cached) $ECHO_C" >&6
9285 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9286 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9288 # Is the header compilable?
9289 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9290 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9291 cat >conftest.
$ac_ext <<_ACEOF
9294 cat confdefs.h
>>conftest.
$ac_ext
9295 cat >>conftest.
$ac_ext <<_ACEOF
9296 /* end confdefs.h. */
9297 $ac_includes_default
9298 #include <$ac_header>
9300 rm -f conftest.
$ac_objext
9301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9302 (eval $ac_compile) 2>conftest.er1
9304 grep -v '^ *+' conftest.er1
>conftest.err
9306 cat conftest.err
>&5
9307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9308 (exit $ac_status); } &&
9309 { ac_try
='test -z "$ac_c_werror_flag"
9310 || test ! -s conftest.err'
9311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315 (exit $ac_status); }; } &&
9316 { ac_try
='test -s conftest.$ac_objext'
9317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9321 (exit $ac_status); }; }; then
9322 ac_header_compiler
=yes
9324 echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.
$ac_ext >&5
9327 ac_header_compiler
=no
9329 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9330 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9331 echo "${ECHO_T}$ac_header_compiler" >&6
9333 # Is the header present?
9334 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9335 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9336 cat >conftest.
$ac_ext <<_ACEOF
9339 cat confdefs.h
>>conftest.
$ac_ext
9340 cat >>conftest.
$ac_ext <<_ACEOF
9341 /* end confdefs.h. */
9342 #include <$ac_header>
9344 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9345 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9347 grep -v '^ *+' conftest.er1
>conftest.err
9349 cat conftest.err
>&5
9350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9351 (exit $ac_status); } >/dev
/null
; then
9352 if test -s conftest.err
; then
9353 ac_cpp_err
=$ac_c_preproc_warn_flag
9354 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
9361 if test -z "$ac_cpp_err"; then
9362 ac_header_preproc
=yes
9364 echo "$as_me: failed program was:" >&5
9365 sed 's/^/| /' conftest.
$ac_ext >&5
9367 ac_header_preproc
=no
9369 rm -f conftest.err conftest.
$ac_ext
9370 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9371 echo "${ECHO_T}$ac_header_preproc" >&6
9373 # So? What about this header?
9374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9376 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9377 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9378 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9379 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9380 ac_header_preproc
=yes
9383 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9384 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9385 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9386 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9387 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9388 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9389 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9390 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9392 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9393 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9394 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9397 ## ------------------------------------------ ##
9398 ## Report this to the AC_PACKAGE_NAME lists. ##
9399 ## ------------------------------------------ ##
9402 sed "s/^/$as_me: WARNING: /" >&2
9405 echo "$as_me:$LINENO: checking for $ac_header" >&5
9406 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9407 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9408 echo $ECHO_N "(cached) $ECHO_C" >&6
9410 eval "$as_ac_Header=\$ac_header_preproc"
9412 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9413 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9416 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9417 cat >>confdefs.h
<<_ACEOF
9418 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9426 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
9427 # people who are not cross-compiling but are compiling cross-assemblers.
9428 echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
9429 echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
9430 if test "${host}" = "${target}"; then
9435 cat >>confdefs.h
<<\_ACEOF
9436 #define CROSS_COMPILE 1
9440 echo "$as_me:$LINENO: result: $cross_gas" >&5
9441 echo "${ECHO_T}$cross_gas" >&6
9443 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9444 # for constant arguments. Useless!
9445 echo "$as_me:$LINENO: checking for working alloca.h" >&5
9446 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
9447 if test "${ac_cv_working_alloca_h+set}" = set; then
9448 echo $ECHO_N "(cached) $ECHO_C" >&6
9450 cat >conftest.
$ac_ext <<_ACEOF
9453 cat confdefs.h
>>conftest.
$ac_ext
9454 cat >>conftest.
$ac_ext <<_ACEOF
9455 /* end confdefs.h. */
9460 char *p = (char *) alloca (2 * sizeof (int));
9465 rm -f conftest.
$ac_objext conftest
$ac_exeext
9466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9467 (eval $ac_link) 2>conftest.er1
9469 grep -v '^ *+' conftest.er1
>conftest.err
9471 cat conftest.err
>&5
9472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473 (exit $ac_status); } &&
9474 { ac_try
='test -z "$ac_c_werror_flag"
9475 || test ! -s conftest.err'
9476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480 (exit $ac_status); }; } &&
9481 { ac_try
='test -s conftest$ac_exeext'
9482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486 (exit $ac_status); }; }; then
9487 ac_cv_working_alloca_h
=yes
9489 echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.
$ac_ext >&5
9492 ac_cv_working_alloca_h
=no
9494 rm -f conftest.err conftest.
$ac_objext \
9495 conftest
$ac_exeext conftest.
$ac_ext
9497 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
9498 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
9499 if test $ac_cv_working_alloca_h = yes; then
9501 cat >>confdefs.h
<<\_ACEOF
9502 #define HAVE_ALLOCA_H 1
9507 echo "$as_me:$LINENO: checking for alloca" >&5
9508 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
9509 if test "${ac_cv_func_alloca_works+set}" = set; then
9510 echo $ECHO_N "(cached) $ECHO_C" >&6
9512 cat >conftest.
$ac_ext <<_ACEOF
9515 cat confdefs.h
>>conftest.
$ac_ext
9516 cat >>conftest.
$ac_ext <<_ACEOF
9517 /* end confdefs.h. */
9519 # define alloca __builtin_alloca
9522 # include <malloc.h>
9523 # define alloca _alloca
9526 # include <alloca.h>
9531 # ifndef alloca /* predefined by HP cc +Olibcalls */
9542 char *p = (char *) alloca (1);
9547 rm -f conftest.
$ac_objext conftest
$ac_exeext
9548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9549 (eval $ac_link) 2>conftest.er1
9551 grep -v '^ *+' conftest.er1
>conftest.err
9553 cat conftest.err
>&5
9554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9555 (exit $ac_status); } &&
9556 { ac_try
='test -z "$ac_c_werror_flag"
9557 || test ! -s conftest.err'
9558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9562 (exit $ac_status); }; } &&
9563 { ac_try
='test -s conftest$ac_exeext'
9564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); }; }; then
9569 ac_cv_func_alloca_works
=yes
9571 echo "$as_me: failed program was:" >&5
9572 sed 's/^/| /' conftest.
$ac_ext >&5
9574 ac_cv_func_alloca_works
=no
9576 rm -f conftest.err conftest.
$ac_objext \
9577 conftest
$ac_exeext conftest.
$ac_ext
9579 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9580 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
9582 if test $ac_cv_func_alloca_works = yes; then
9584 cat >>confdefs.h
<<\_ACEOF
9585 #define HAVE_ALLOCA 1
9589 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9590 # that cause trouble. Some versions do not even contain alloca or
9591 # contain a buggy version. If you still want to use their alloca,
9592 # use ar to extract alloca.o from them instead of compiling alloca.c.
9594 ALLOCA
=alloca.
$ac_objext
9596 cat >>confdefs.h
<<\_ACEOF
9601 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9602 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9603 if test "${ac_cv_os_cray+set}" = set; then
9604 echo $ECHO_N "(cached) $ECHO_C" >&6
9606 cat >conftest.
$ac_ext <<_ACEOF
9609 cat confdefs.h
>>conftest.
$ac_ext
9610 cat >>conftest.
$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9612 #if defined(CRAY) && ! defined(CRAY2)
9619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9620 $EGREP "webecray" >/dev
/null
2>&1; then
9628 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9629 echo "${ECHO_T}$ac_cv_os_cray" >&6
9630 if test $ac_cv_os_cray = yes; then
9631 for ac_func
in _getb67 GETB67 getb67
; do
9632 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9633 echo "$as_me:$LINENO: checking for $ac_func" >&5
9634 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9635 if eval "test \"\${$as_ac_var+set}\" = set"; then
9636 echo $ECHO_N "(cached) $ECHO_C" >&6
9638 cat >conftest.
$ac_ext <<_ACEOF
9641 cat confdefs.h
>>conftest.
$ac_ext
9642 cat >>conftest.
$ac_ext <<_ACEOF
9643 /* end confdefs.h. */
9644 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9646 #define $ac_func innocuous_$ac_func
9648 /* System header to define __stub macros and hopefully few prototypes,
9649 which can conflict with char $ac_func (); below.
9650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9651 <limits.h> exists even on freestanding compilers. */
9654 # include <limits.h>
9656 # include <assert.h>
9661 /* Override any gcc2 internal prototype to avoid an error. */
9666 /* We use char because int might match the return type of a gcc2
9667 builtin and then its argument prototype would still apply. */
9669 /* The GNU C library defines this for functions which it implements
9670 to always fail with ENOSYS. Some functions are actually named
9671 something starting with __ and the normal name is an alias. */
9672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9675 char (*f) () = $ac_func;
9684 return f != $ac_func;
9689 rm -f conftest.
$ac_objext conftest
$ac_exeext
9690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9691 (eval $ac_link) 2>conftest.er1
9693 grep -v '^ *+' conftest.er1
>conftest.err
9695 cat conftest.err
>&5
9696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9697 (exit $ac_status); } &&
9698 { ac_try
='test -z "$ac_c_werror_flag"
9699 || test ! -s conftest.err'
9700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9704 (exit $ac_status); }; } &&
9705 { ac_try
='test -s conftest$ac_exeext'
9706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9710 (exit $ac_status); }; }; then
9711 eval "$as_ac_var=yes"
9713 echo "$as_me: failed program was:" >&5
9714 sed 's/^/| /' conftest.
$ac_ext >&5
9716 eval "$as_ac_var=no"
9718 rm -f conftest.err conftest.
$ac_objext \
9719 conftest
$ac_exeext conftest.
$ac_ext
9721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9722 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9723 if test `eval echo '${'$as_ac_var'}'` = yes; then
9725 cat >>confdefs.h
<<_ACEOF
9726 #define CRAY_STACKSEG_END $ac_func
9735 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9736 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9737 if test "${ac_cv_c_stack_direction+set}" = set; then
9738 echo $ECHO_N "(cached) $ECHO_C" >&6
9740 if test "$cross_compiling" = yes; then
9741 ac_cv_c_stack_direction
=0
9743 cat >conftest.
$ac_ext <<_ACEOF
9746 cat confdefs.h
>>conftest.
$ac_ext
9747 cat >>conftest.
$ac_ext <<_ACEOF
9748 /* end confdefs.h. */
9750 find_stack_direction ()
9752 static char *addr = 0;
9757 return find_stack_direction ();
9760 return (&dummy > addr) ? 1 : -1;
9766 exit (find_stack_direction () < 0);
9769 rm -f conftest
$ac_exeext
9770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9771 (eval $ac_link) 2>&5
9773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9774 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9779 (exit $ac_status); }; }; then
9780 ac_cv_c_stack_direction
=1
9782 echo "$as_me: program exited with status $ac_status" >&5
9783 echo "$as_me: failed program was:" >&5
9784 sed 's/^/| /' conftest.
$ac_ext >&5
9787 ac_cv_c_stack_direction
=-1
9789 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9792 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9793 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
9795 cat >>confdefs.h
<<_ACEOF
9796 #define STACK_DIRECTION $ac_cv_c_stack_direction
9802 echo "$as_me:$LINENO: checking for inline" >&5
9803 echo $ECHO_N "checking for inline... $ECHO_C" >&6
9804 if test "${ac_cv_c_inline+set}" = set; then
9805 echo $ECHO_N "(cached) $ECHO_C" >&6
9808 for ac_kw
in inline __inline__ __inline
; do
9809 cat >conftest.
$ac_ext <<_ACEOF
9812 cat confdefs.h
>>conftest.
$ac_ext
9813 cat >>conftest.
$ac_ext <<_ACEOF
9814 /* end confdefs.h. */
9817 static $ac_kw foo_t static_foo () {return 0; }
9818 $ac_kw foo_t foo () {return 0; }
9822 rm -f conftest.
$ac_objext
9823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9824 (eval $ac_compile) 2>conftest.er1
9826 grep -v '^ *+' conftest.er1
>conftest.err
9828 cat conftest.err
>&5
9829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9830 (exit $ac_status); } &&
9831 { ac_try
='test -z "$ac_c_werror_flag"
9832 || test ! -s conftest.err'
9833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837 (exit $ac_status); }; } &&
9838 { ac_try
='test -s conftest.$ac_objext'
9839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9843 (exit $ac_status); }; }; then
9844 ac_cv_c_inline
=$ac_kw; break
9846 echo "$as_me: failed program was:" >&5
9847 sed 's/^/| /' conftest.
$ac_ext >&5
9850 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9854 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
9855 echo "${ECHO_T}$ac_cv_c_inline" >&6
9858 case $ac_cv_c_inline in
9861 case $ac_cv_c_inline in
9863 *) ac_val
=$ac_cv_c_inline;;
9865 cat >>confdefs.h
<<_ACEOF
9867 #define inline $ac_val
9874 # VMS doesn't have unlink.
9877 for ac_func
in unlink remove
9879 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9880 echo "$as_me:$LINENO: checking for $ac_func" >&5
9881 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9882 if eval "test \"\${$as_ac_var+set}\" = set"; then
9883 echo $ECHO_N "(cached) $ECHO_C" >&6
9885 cat >conftest.
$ac_ext <<_ACEOF
9888 cat confdefs.h
>>conftest.
$ac_ext
9889 cat >>conftest.
$ac_ext <<_ACEOF
9890 /* end confdefs.h. */
9891 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9893 #define $ac_func innocuous_$ac_func
9895 /* System header to define __stub macros and hopefully few prototypes,
9896 which can conflict with char $ac_func (); below.
9897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9898 <limits.h> exists even on freestanding compilers. */
9901 # include <limits.h>
9903 # include <assert.h>
9908 /* Override any gcc2 internal prototype to avoid an error. */
9913 /* We use char because int might match the return type of a gcc2
9914 builtin and then its argument prototype would still apply. */
9916 /* The GNU C library defines this for functions which it implements
9917 to always fail with ENOSYS. Some functions are actually named
9918 something starting with __ and the normal name is an alias. */
9919 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9922 char (*f) () = $ac_func;
9931 return f != $ac_func;
9936 rm -f conftest.
$ac_objext conftest
$ac_exeext
9937 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9938 (eval $ac_link) 2>conftest.er1
9940 grep -v '^ *+' conftest.er1
>conftest.err
9942 cat conftest.err
>&5
9943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9944 (exit $ac_status); } &&
9945 { ac_try
='test -z "$ac_c_werror_flag"
9946 || test ! -s conftest.err'
9947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951 (exit $ac_status); }; } &&
9952 { ac_try
='test -s conftest$ac_exeext'
9953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); }; }; then
9958 eval "$as_ac_var=yes"
9960 echo "$as_me: failed program was:" >&5
9961 sed 's/^/| /' conftest.
$ac_ext >&5
9963 eval "$as_ac_var=no"
9965 rm -f conftest.err conftest.
$ac_objext \
9966 conftest
$ac_exeext conftest.
$ac_ext
9968 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9969 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9970 if test `eval echo '${'$as_ac_var'}'` = yes; then
9971 cat >>confdefs.h
<<_ACEOF
9972 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9979 # Some systems don't have sbrk().
9983 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9984 echo "$as_me:$LINENO: checking for $ac_func" >&5
9985 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9986 if eval "test \"\${$as_ac_var+set}\" = set"; then
9987 echo $ECHO_N "(cached) $ECHO_C" >&6
9989 cat >conftest.
$ac_ext <<_ACEOF
9992 cat confdefs.h
>>conftest.
$ac_ext
9993 cat >>conftest.
$ac_ext <<_ACEOF
9994 /* end confdefs.h. */
9995 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9996 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9997 #define $ac_func innocuous_$ac_func
9999 /* System header to define __stub macros and hopefully few prototypes,
10000 which can conflict with char $ac_func (); below.
10001 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10002 <limits.h> exists even on freestanding compilers. */
10005 # include <limits.h>
10007 # include <assert.h>
10012 /* Override any gcc2 internal prototype to avoid an error. */
10017 /* We use char because int might match the return type of a gcc2
10018 builtin and then its argument prototype would still apply. */
10020 /* The GNU C library defines this for functions which it implements
10021 to always fail with ENOSYS. Some functions are actually named
10022 something starting with __ and the normal name is an alias. */
10023 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10026 char (*f) () = $ac_func;
10035 return f != $ac_func;
10040 rm -f conftest.
$ac_objext conftest
$ac_exeext
10041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10042 (eval $ac_link) 2>conftest.er1
10044 grep -v '^ *+' conftest.er1
>conftest.err
10046 cat conftest.err
>&5
10047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10048 (exit $ac_status); } &&
10049 { ac_try
='test -z "$ac_c_werror_flag"
10050 || test ! -s conftest.err'
10051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10052 (eval $ac_try) 2>&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); }; } &&
10056 { ac_try
='test -s conftest$ac_exeext'
10057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10058 (eval $ac_try) 2>&5
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); }; }; then
10062 eval "$as_ac_var=yes"
10064 echo "$as_me: failed program was:" >&5
10065 sed 's/^/| /' conftest.
$ac_ext >&5
10067 eval "$as_ac_var=no"
10069 rm -f conftest.err conftest.
$ac_objext \
10070 conftest
$ac_exeext conftest.
$ac_ext
10072 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10073 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10074 if test `eval echo '${'$as_ac_var'}'` = yes; then
10075 cat >>confdefs.h
<<_ACEOF
10076 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10083 # do we need the math library?
10084 case "${need_libm}" in
10088 *-*-beos* |
*-*-cygwin* |
*-*-pw32*)
10089 # These system don't have libm
10092 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
10093 echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
10094 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
10095 echo $ECHO_N "(cached) $ECHO_C" >&6
10097 ac_check_lib_save_LIBS
=$LIBS
10099 cat >conftest.
$ac_ext <<_ACEOF
10102 cat confdefs.h
>>conftest.
$ac_ext
10103 cat >>conftest.
$ac_ext <<_ACEOF
10104 /* end confdefs.h. */
10106 /* Override any gcc2 internal prototype to avoid an error. */
10110 /* We use char because int might match the return type of a gcc2
10111 builtin and then its argument prototype would still apply. */
10112 char _mwvalidcheckl ();
10121 rm -f conftest.
$ac_objext conftest
$ac_exeext
10122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10123 (eval $ac_link) 2>conftest.er1
10125 grep -v '^ *+' conftest.er1
>conftest.err
10127 cat conftest.err
>&5
10128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10129 (exit $ac_status); } &&
10130 { ac_try
='test -z "$ac_c_werror_flag"
10131 || test ! -s conftest.err'
10132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10133 (eval $ac_try) 2>&5
10135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10136 (exit $ac_status); }; } &&
10137 { ac_try
='test -s conftest$ac_exeext'
10138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10139 (eval $ac_try) 2>&5
10141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10142 (exit $ac_status); }; }; then
10143 ac_cv_lib_mw__mwvalidcheckl
=yes
10145 echo "$as_me: failed program was:" >&5
10146 sed 's/^/| /' conftest.
$ac_ext >&5
10148 ac_cv_lib_mw__mwvalidcheckl
=no
10150 rm -f conftest.err conftest.
$ac_objext \
10151 conftest
$ac_exeext conftest.
$ac_ext
10152 LIBS
=$ac_check_lib_save_LIBS
10154 echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
10155 echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
10156 if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
10160 echo "$as_me:$LINENO: checking for main in -lm" >&5
10161 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10162 if test "${ac_cv_lib_m_main+set}" = set; then
10163 echo $ECHO_N "(cached) $ECHO_C" >&6
10165 ac_check_lib_save_LIBS
=$LIBS
10167 cat >conftest.
$ac_ext <<_ACEOF
10170 cat confdefs.h
>>conftest.
$ac_ext
10171 cat >>conftest.
$ac_ext <<_ACEOF
10172 /* end confdefs.h. */
10183 rm -f conftest.
$ac_objext conftest
$ac_exeext
10184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10185 (eval $ac_link) 2>conftest.er1
10187 grep -v '^ *+' conftest.er1
>conftest.err
10189 cat conftest.err
>&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); } &&
10192 { ac_try
='test -z "$ac_c_werror_flag"
10193 || test ! -s conftest.err'
10194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10195 (eval $ac_try) 2>&5
10197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10198 (exit $ac_status); }; } &&
10199 { ac_try
='test -s conftest$ac_exeext'
10200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10201 (eval $ac_try) 2>&5
10203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10204 (exit $ac_status); }; }; then
10205 ac_cv_lib_m_main
=yes
10207 echo "$as_me: failed program was:" >&5
10208 sed 's/^/| /' conftest.
$ac_ext >&5
10210 ac_cv_lib_m_main
=no
10212 rm -f conftest.err conftest.
$ac_objext \
10213 conftest
$ac_exeext conftest.
$ac_ext
10214 LIBS
=$ac_check_lib_save_LIBS
10216 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10217 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10218 if test $ac_cv_lib_m_main = yes; then
10224 echo "$as_me:$LINENO: checking for main in -lm" >&5
10225 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10226 if test "${ac_cv_lib_m_main+set}" = set; then
10227 echo $ECHO_N "(cached) $ECHO_C" >&6
10229 ac_check_lib_save_LIBS
=$LIBS
10231 cat >conftest.
$ac_ext <<_ACEOF
10234 cat confdefs.h
>>conftest.
$ac_ext
10235 cat >>conftest.
$ac_ext <<_ACEOF
10236 /* end confdefs.h. */
10247 rm -f conftest.
$ac_objext conftest
$ac_exeext
10248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10249 (eval $ac_link) 2>conftest.er1
10251 grep -v '^ *+' conftest.er1
>conftest.err
10253 cat conftest.err
>&5
10254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10255 (exit $ac_status); } &&
10256 { ac_try
='test -z "$ac_c_werror_flag"
10257 || test ! -s conftest.err'
10258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10259 (eval $ac_try) 2>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); }; } &&
10263 { ac_try
='test -s conftest$ac_exeext'
10264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10265 (eval $ac_try) 2>&5
10267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10268 (exit $ac_status); }; }; then
10269 ac_cv_lib_m_main
=yes
10271 echo "$as_me: failed program was:" >&5
10272 sed 's/^/| /' conftest.
$ac_ext >&5
10274 ac_cv_lib_m_main
=no
10276 rm -f conftest.err conftest.
$ac_objext \
10277 conftest
$ac_exeext conftest.
$ac_ext
10278 LIBS
=$ac_check_lib_save_LIBS
10280 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10281 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10282 if test $ac_cv_lib_m_main = yes; then
10293 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
10294 # enough, but on some of those systems, the assert macro relies on requoting
10295 # working properly!
10296 echo "$as_me:$LINENO: checking for working assert macro" >&5
10297 echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
10298 if test "${gas_cv_assert_ok+set}" = set; then
10299 echo $ECHO_N "(cached) $ECHO_C" >&6
10301 cat >conftest.
$ac_ext <<_ACEOF
10304 cat confdefs.h
>>conftest.
$ac_ext
10305 cat >>conftest.
$ac_ext <<_ACEOF
10306 /* end confdefs.h. */
10307 #include <assert.h>
10313 /* check for requoting problems */
10314 static int a, b, c, d;
10316 assert (!strcmp(s, "foo bar baz quux"));
10317 /* check for newline handling */
10325 rm -f conftest.
$ac_objext conftest
$ac_exeext
10326 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10327 (eval $ac_link) 2>conftest.er1
10329 grep -v '^ *+' conftest.er1
>conftest.err
10331 cat conftest.err
>&5
10332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10333 (exit $ac_status); } &&
10334 { ac_try
='test -z "$ac_c_werror_flag"
10335 || test ! -s conftest.err'
10336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10337 (eval $ac_try) 2>&5
10339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340 (exit $ac_status); }; } &&
10341 { ac_try
='test -s conftest$ac_exeext'
10342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10343 (eval $ac_try) 2>&5
10345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346 (exit $ac_status); }; }; then
10347 gas_cv_assert_ok
=yes
10349 echo "$as_me: failed program was:" >&5
10350 sed 's/^/| /' conftest.
$ac_ext >&5
10352 gas_cv_assert_ok
=no
10354 rm -f conftest.err conftest.
$ac_objext \
10355 conftest
$ac_exeext conftest.
$ac_ext
10357 echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
10358 echo "${ECHO_T}$gas_cv_assert_ok" >&6
10359 test $gas_cv_assert_ok = yes ||
10360 cat >>confdefs.h
<<\_ACEOF
10361 #define BROKEN_ASSERT 1
10366 # On some systems, the system header files may not declare malloc, realloc,
10367 # and free. There are places where gas needs these functions to have been
10368 # declared -- such as when taking their addresses.
10370 #ifdef HAVE_MEMORY_H
10371 #include <memory.h>
10373 #ifdef HAVE_STRING_H
10374 #include <string.h>
10376 #ifdef HAVE_STRINGS_H
10377 #include <strings.h>
10380 #ifdef HAVE_STDLIB_H
10381 #include <stdlib.h>
10383 #ifdef HAVE_UNISTD_H
10384 #include <unistd.h>
10388 # Does errno.h declare errno, or do we have to add a separate declaration
10391 echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
10392 echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
10393 if test "${gas_cv_decl_needed_errno+set}" = set; then
10394 echo $ECHO_N "(cached) $ECHO_C" >&6
10396 cat >conftest.
$ac_ext <<_ACEOF
10399 cat confdefs.h
>>conftest.
$ac_ext
10400 cat >>conftest.
$ac_ext <<_ACEOF
10401 /* end confdefs.h. */
10403 #ifdef HAVE_ERRNO_H
10419 rm -f conftest.
$ac_objext conftest
$ac_exeext
10420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10421 (eval $ac_link) 2>conftest.er1
10423 grep -v '^ *+' conftest.er1
>conftest.err
10425 cat conftest.err
>&5
10426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427 (exit $ac_status); } &&
10428 { ac_try
='test -z "$ac_c_werror_flag"
10429 || test ! -s conftest.err'
10430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10431 (eval $ac_try) 2>&5
10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434 (exit $ac_status); }; } &&
10435 { ac_try
='test -s conftest$ac_exeext'
10436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); }; }; then
10441 gas_cv_decl_needed_errno
=no
10443 echo "$as_me: failed program was:" >&5
10444 sed 's/^/| /' conftest.
$ac_ext >&5
10446 gas_cv_decl_needed_errno
=yes
10448 rm -f conftest.err conftest.
$ac_objext \
10449 conftest
$ac_exeext conftest.
$ac_ext
10451 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
10452 echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
10453 if test $gas_cv_decl_needed_errno = yes; then
10455 cat >>confdefs.h
<<\_ACEOF
10456 #define NEED_DECLARATION_ERRNO 1
10462 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
10463 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
10464 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then
10465 echo $ECHO_N "(cached) $ECHO_C" >&6
10467 cat >conftest.
$ac_ext <<_ACEOF
10470 cat confdefs.h
>>conftest.
$ac_ext
10471 cat >>conftest.
$ac_ext <<_ACEOF
10472 /* end confdefs.h. */
10473 #include <unistd.h>
10477 extern int getopt (int, char *const*, const char *);
10482 rm -f conftest.
$ac_objext
10483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10484 (eval $ac_compile) 2>conftest.er1
10486 grep -v '^ *+' conftest.er1
>conftest.err
10488 cat conftest.err
>&5
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } &&
10491 { ac_try
='test -z "$ac_c_werror_flag"
10492 || test ! -s conftest.err'
10493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10494 (eval $ac_try) 2>&5
10496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10497 (exit $ac_status); }; } &&
10498 { ac_try
='test -s conftest.$ac_objext'
10499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10500 (eval $ac_try) 2>&5
10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503 (exit $ac_status); }; }; then
10504 gas_cv_decl_getopt_unistd_h
=yes
10506 echo "$as_me: failed program was:" >&5
10507 sed 's/^/| /' conftest.
$ac_ext >&5
10509 gas_cv_decl_getopt_unistd_h
=no
10511 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10514 echo "$as_me:$LINENO: result: $gas_cv_decl_getopt_unistd_h" >&5
10515 echo "${ECHO_T}$gas_cv_decl_getopt_unistd_h" >&6
10516 if test $gas_cv_decl_getopt_unistd_h = yes; then
10518 cat >>confdefs.h
<<\_ACEOF
10519 #define HAVE_DECL_GETOPT 1
10525 echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
10526 echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
10527 if test "${gas_cv_decl_needed_environ+set}" = set; then
10528 echo $ECHO_N "(cached) $ECHO_C" >&6
10530 cat >conftest.
$ac_ext <<_ACEOF
10533 cat confdefs.h
>>conftest.
$ac_ext
10534 cat >>conftest.
$ac_ext <<_ACEOF
10535 /* end confdefs.h. */
10549 rm -f conftest.
$ac_objext conftest
$ac_exeext
10550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10551 (eval $ac_link) 2>conftest.er1
10553 grep -v '^ *+' conftest.er1
>conftest.err
10555 cat conftest.err
>&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } &&
10558 { ac_try
='test -z "$ac_c_werror_flag"
10559 || test ! -s conftest.err'
10560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10561 (eval $ac_try) 2>&5
10563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10564 (exit $ac_status); }; } &&
10565 { ac_try
='test -s conftest$ac_exeext'
10566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10567 (eval $ac_try) 2>&5
10569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570 (exit $ac_status); }; }; then
10571 gas_cv_decl_needed_environ
=no
10573 echo "$as_me: failed program was:" >&5
10574 sed 's/^/| /' conftest.
$ac_ext >&5
10576 gas_cv_decl_needed_environ
=yes
10578 rm -f conftest.err conftest.
$ac_objext \
10579 conftest
$ac_exeext conftest.
$ac_ext
10581 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
10582 echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
10583 if test $gas_cv_decl_needed_environ = yes; then
10585 cat >>confdefs.h
<<\_ACEOF
10586 #define NEED_DECLARATION_ENVIRON 1
10592 echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
10593 echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
10594 if test "${gas_cv_decl_needed_ffs+set}" = set; then
10595 echo $ECHO_N "(cached) $ECHO_C" >&6
10597 cat >conftest.
$ac_ext <<_ACEOF
10600 cat confdefs.h
>>conftest.
$ac_ext
10601 cat >>conftest.
$ac_ext <<_ACEOF
10602 /* end confdefs.h. */
10608 typedef int (*f)(int);
10616 rm -f conftest.
$ac_objext conftest
$ac_exeext
10617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10618 (eval $ac_link) 2>conftest.er1
10620 grep -v '^ *+' conftest.er1
>conftest.err
10622 cat conftest.err
>&5
10623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10624 (exit $ac_status); } &&
10625 { ac_try
='test -z "$ac_c_werror_flag"
10626 || test ! -s conftest.err'
10627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10628 (eval $ac_try) 2>&5
10630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10631 (exit $ac_status); }; } &&
10632 { ac_try
='test -s conftest$ac_exeext'
10633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10634 (eval $ac_try) 2>&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); }; }; then
10638 gas_cv_decl_needed_ffs
=no
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.
$ac_ext >&5
10643 gas_cv_decl_needed_ffs
=yes
10645 rm -f conftest.err conftest.
$ac_objext \
10646 conftest
$ac_exeext conftest.
$ac_ext
10648 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_ffs" >&5
10649 echo "${ECHO_T}$gas_cv_decl_needed_ffs" >&6
10650 if test $gas_cv_decl_needed_ffs = yes; then
10652 cat >>confdefs.h
<<\_ACEOF
10653 #define NEED_DECLARATION_FFS 1
10659 echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
10660 echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
10661 if test "${gas_cv_decl_needed_free+set}" = set; then
10662 echo $ECHO_N "(cached) $ECHO_C" >&6
10664 cat >conftest.
$ac_ext <<_ACEOF
10667 cat confdefs.h
>>conftest.
$ac_ext
10668 cat >>conftest.
$ac_ext <<_ACEOF
10669 /* end confdefs.h. */
10675 typedef void (*f)();
10683 rm -f conftest.
$ac_objext conftest
$ac_exeext
10684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10685 (eval $ac_link) 2>conftest.er1
10687 grep -v '^ *+' conftest.er1
>conftest.err
10689 cat conftest.err
>&5
10690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10691 (exit $ac_status); } &&
10692 { ac_try
='test -z "$ac_c_werror_flag"
10693 || test ! -s conftest.err'
10694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10695 (eval $ac_try) 2>&5
10697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698 (exit $ac_status); }; } &&
10699 { ac_try
='test -s conftest$ac_exeext'
10700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10701 (eval $ac_try) 2>&5
10703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10704 (exit $ac_status); }; }; then
10705 gas_cv_decl_needed_free
=no
10707 echo "$as_me: failed program was:" >&5
10708 sed 's/^/| /' conftest.
$ac_ext >&5
10710 gas_cv_decl_needed_free
=yes
10712 rm -f conftest.err conftest.
$ac_objext \
10713 conftest
$ac_exeext conftest.
$ac_ext
10715 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
10716 echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
10717 if test $gas_cv_decl_needed_free = yes; then
10719 cat >>confdefs.h
<<\_ACEOF
10720 #define NEED_DECLARATION_FREE 1
10726 echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
10727 echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
10728 if test "${gas_cv_decl_needed_malloc+set}" = set; then
10729 echo $ECHO_N "(cached) $ECHO_C" >&6
10731 cat >conftest.
$ac_ext <<_ACEOF
10734 cat confdefs.h
>>conftest.
$ac_ext
10735 cat >>conftest.
$ac_ext <<_ACEOF
10736 /* end confdefs.h. */
10742 typedef char *(*f)();
10750 rm -f conftest.
$ac_objext conftest
$ac_exeext
10751 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10752 (eval $ac_link) 2>conftest.er1
10754 grep -v '^ *+' conftest.er1
>conftest.err
10756 cat conftest.err
>&5
10757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10758 (exit $ac_status); } &&
10759 { ac_try
='test -z "$ac_c_werror_flag"
10760 || test ! -s conftest.err'
10761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10762 (eval $ac_try) 2>&5
10764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10765 (exit $ac_status); }; } &&
10766 { ac_try
='test -s conftest$ac_exeext'
10767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10768 (eval $ac_try) 2>&5
10770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10771 (exit $ac_status); }; }; then
10772 gas_cv_decl_needed_malloc
=no
10774 echo "$as_me: failed program was:" >&5
10775 sed 's/^/| /' conftest.
$ac_ext >&5
10777 gas_cv_decl_needed_malloc
=yes
10779 rm -f conftest.err conftest.
$ac_objext \
10780 conftest
$ac_exeext conftest.
$ac_ext
10782 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
10783 echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
10784 if test $gas_cv_decl_needed_malloc = yes; then
10786 cat >>confdefs.h
<<\_ACEOF
10787 #define NEED_DECLARATION_MALLOC 1
10793 echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
10794 echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
10795 if test "${gas_cv_decl_needed_sbrk+set}" = set; then
10796 echo $ECHO_N "(cached) $ECHO_C" >&6
10798 cat >conftest.
$ac_ext <<_ACEOF
10801 cat confdefs.h
>>conftest.
$ac_ext
10802 cat >>conftest.
$ac_ext <<_ACEOF
10803 /* end confdefs.h. */
10809 typedef char *(*f)();
10817 rm -f conftest.
$ac_objext conftest
$ac_exeext
10818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10819 (eval $ac_link) 2>conftest.er1
10821 grep -v '^ *+' conftest.er1
>conftest.err
10823 cat conftest.err
>&5
10824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10825 (exit $ac_status); } &&
10826 { ac_try
='test -z "$ac_c_werror_flag"
10827 || test ! -s conftest.err'
10828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10829 (eval $ac_try) 2>&5
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); }; } &&
10833 { ac_try
='test -s conftest$ac_exeext'
10834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10835 (eval $ac_try) 2>&5
10837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10838 (exit $ac_status); }; }; then
10839 gas_cv_decl_needed_sbrk
=no
10841 echo "$as_me: failed program was:" >&5
10842 sed 's/^/| /' conftest.
$ac_ext >&5
10844 gas_cv_decl_needed_sbrk
=yes
10846 rm -f conftest.err conftest.
$ac_objext \
10847 conftest
$ac_exeext conftest.
$ac_ext
10849 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
10850 echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
10851 if test $gas_cv_decl_needed_sbrk = yes; then
10853 cat >>confdefs.h
<<\_ACEOF
10854 #define NEED_DECLARATION_SBRK 1
10860 echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
10861 echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
10862 if test "${gas_cv_decl_needed_strstr+set}" = set; then
10863 echo $ECHO_N "(cached) $ECHO_C" >&6
10865 cat >conftest.
$ac_ext <<_ACEOF
10868 cat confdefs.h
>>conftest.
$ac_ext
10869 cat >>conftest.
$ac_ext <<_ACEOF
10870 /* end confdefs.h. */
10876 typedef char *(*f)();
10884 rm -f conftest.
$ac_objext conftest
$ac_exeext
10885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10886 (eval $ac_link) 2>conftest.er1
10888 grep -v '^ *+' conftest.er1
>conftest.err
10890 cat conftest.err
>&5
10891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10892 (exit $ac_status); } &&
10893 { ac_try
='test -z "$ac_c_werror_flag"
10894 || test ! -s conftest.err'
10895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10896 (eval $ac_try) 2>&5
10898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10899 (exit $ac_status); }; } &&
10900 { ac_try
='test -s conftest$ac_exeext'
10901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10902 (eval $ac_try) 2>&5
10904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10905 (exit $ac_status); }; }; then
10906 gas_cv_decl_needed_strstr
=no
10908 echo "$as_me: failed program was:" >&5
10909 sed 's/^/| /' conftest.
$ac_ext >&5
10911 gas_cv_decl_needed_strstr
=yes
10913 rm -f conftest.err conftest.
$ac_objext \
10914 conftest
$ac_exeext conftest.
$ac_ext
10916 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
10917 echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
10918 if test $gas_cv_decl_needed_strstr = yes; then
10920 cat >>confdefs.h
<<\_ACEOF
10921 #define NEED_DECLARATION_STRSTR 1
10929 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10931 ac_config_commands
="$ac_config_commands default"
10934 cat >confcache
<<\_ACEOF
10935 # This file is a shell script that caches the results of configure
10936 # tests run on this system so they can be shared between configure
10937 # scripts and configure runs, see configure's option --config-cache.
10938 # It is not useful on other systems. If it contains results you don't
10939 # want to keep, you may remove or edit it.
10941 # config.status only pays attention to the cache file if you give it
10942 # the --recheck option to rerun configure.
10944 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10945 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10946 # following values.
10950 # The following way of writing the cache mishandles newlines in values,
10951 # but we know of no workaround that is simple, portable, and efficient.
10952 # So, don't put newlines in cache variables' values.
10953 # Ultrix sh set writes to stderr and can't be redirected directly,
10954 # and sets the high bit in the cache file unless we assign to the vars.
10957 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10959 # `set' does not quote correctly, so add quotes (double-quote
10960 # substitution turns \\\\ into \\, and sed turns \\ into \).
10963 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10966 # `set' quotes correctly as required by POSIX, so do not add quotes.
10968 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10975 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10977 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10979 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10980 if test -w $cache_file; then
10981 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10982 cat confcache
>$cache_file
10984 echo "not updating unwritable cache $cache_file"
10989 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
10990 # Let make expand exec_prefix.
10991 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
10993 # VPATH may cause trouble with some makes, so we remove $(srcdir),
10994 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10995 # trailing colons and then remove the whole line if VPATH becomes empty
10996 # (actually we leave an empty line to preserve line numbers).
10997 if test "x$srcdir" = x.
; then
10998 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
10999 s/:*\$(srcdir):*/:/;
11000 s/:*\${srcdir}:*/:/;
11002 s/^\([^=]*=[ ]*\):*/\1/;
11008 DEFS
=-DHAVE_CONFIG_H
11012 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11013 # 1. Remove the extension, and $U if already installed.
11014 ac_i
=`echo "$ac_i" |
11015 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11017 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
11018 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
11020 LIBOBJS
=$ac_libobjs
11022 LTLIBOBJS
=$ac_ltlibobjs
11025 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11026 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11027 Usually this means the macro was only invoked conditionally." >&5
11028 echo "$as_me: error: conditional \"AMDEP\" was never defined.
11029 Usually this means the macro was only invoked conditionally." >&2;}
11030 { (exit 1); exit 1; }; }
11032 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11033 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11034 Usually this means the macro was only invoked conditionally." >&5
11035 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11036 Usually this means the macro was only invoked conditionally." >&2;}
11037 { (exit 1); exit 1; }; }
11039 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11040 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11041 Usually this means the macro was only invoked conditionally." >&5
11042 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11043 Usually this means the macro was only invoked conditionally." >&2;}
11044 { (exit 1); exit 1; }; }
11047 : ${CONFIG_STATUS=./config.status}
11048 ac_clean_files_save
=$ac_clean_files
11049 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11050 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11051 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11052 cat >$CONFIG_STATUS <<_ACEOF
11054 # Generated by $as_me.
11055 # Run this file to recreate the current configuration.
11056 # Compiler output produced by configure, useful for debugging
11057 # configure, is in config.log if it exists.
11060 ac_cs_recheck=false
11062 SHELL=\${CONFIG_SHELL-$SHELL}
11065 cat >>$CONFIG_STATUS <<\_ACEOF
11066 ## --------------------- ##
11067 ## M4sh Initialization. ##
11068 ## --------------------- ##
11070 # Be Bourne compatible
11071 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
11074 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11075 # is contrary to our usage. Disable this feature.
11076 alias -g '${1+"$@"}'='"$@"'
11077 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
11080 DUALCASE
=1; export DUALCASE
# for MKS sh
11082 # Support unset when possible.
11083 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
11090 # Work around bugs in pre-3.0 UWIN ksh.
11091 $as_unset ENV MAIL MAILPATH
11098 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11099 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11100 LC_TELEPHONE LC_TIME
11102 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11103 eval $as_var=C
; export $as_var
11109 # Required to use basename.
11110 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11116 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
11117 as_basename
=basename
11123 # Name of the executable.
11124 as_me
=`$as_basename "$0" ||
11125 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11126 X"$0" : 'X\(//\)$' \| \
11127 X"$0" : 'X\(/\)$' \| \
11128 . : '\(.\)' 2>/dev/null ||
11130 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11131 /^X\/\(\/\/\)$/{ s//\1/; q; }
11132 /^X\/\(\/\).*/{ s//\1/; q; }
11136 # PATH needs CR, and LINENO needs CR and PATH.
11137 # Avoid depending upon Character Ranges.
11138 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11139 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11140 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11141 as_cr_digits
='0123456789'
11142 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11144 # The user is always right.
11145 if test "${PATH_SEPARATOR+set}" != set; then
11146 echo "#! /bin/sh" >conf$$.sh
11147 echo "exit 0" >>conf$$.sh
11149 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11158 as_lineno_1
=$LINENO
11159 as_lineno_2
=$LINENO
11160 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
11161 test "x$as_lineno_1" != "x$as_lineno_2" &&
11162 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
11163 # Find who we are. Look in the path if we contain no path at all
11166 *[\\/]* ) as_myself
=$0 ;;
11167 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11168 for as_dir
in $PATH
11171 test -z "$as_dir" && as_dir
=.
11172 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
11177 # We did not find ourselves, most probably we were run as `sh COMMAND'
11178 # in which case we are not to be found in the path.
11179 if test "x$as_myself" = x
; then
11182 if test ! -f "$as_myself"; then
11183 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11184 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11185 { (exit 1); exit 1; }; }
11187 case $CONFIG_SHELL in
11189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11190 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
11193 test -z "$as_dir" && as_dir
=.
11194 for as_base
in sh bash ksh sh5
; do
11197 if ("$as_dir/$as_base" -c '
11198 as_lineno_1=$LINENO
11199 as_lineno_2=$LINENO
11200 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11201 test "x$as_lineno_1" != "x$as_lineno_2" &&
11202 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
11203 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
11204 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
11205 CONFIG_SHELL
=$as_dir/$as_base
11206 export CONFIG_SHELL
11207 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11215 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11216 # uniformly replaced by the line number. The first 'sed' inserts a
11217 # line-number line before each line; the second 'sed' does the real
11218 # work. The second script uses 'N' to pair each line-number line
11219 # with the numbered line, and appends trailing '-' during
11220 # substitution so that $LINENO is not a special case at line end.
11221 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11222 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11223 sed '=' <$as_myself |
11228 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11231 s,^['$as_cr_digits']*\n,,
11232 ' >$as_me.lineno
&&
11233 chmod +x
$as_me.lineno ||
11234 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11235 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11236 { (exit 1); exit 1; }; }
11238 # Don't try to exec as it changes $[0], causing all sort of problems
11239 # (the dirname of $[0] is not the place where we might find the
11240 # original and so on. Autoconf is especially sensible to this).
11242 # Exit status is that of the last command.
11247 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11248 *c
*,-n*) ECHO_N
= ECHO_C
='
11250 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
11251 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
11254 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11260 rm -f conf$$ conf$$.exe conf$$.
file
11262 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11263 # We could just check for DJGPP; but this test a) works b) is more generic
11264 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11265 if test -f conf$$.exe
; then
11266 # Don't use ln at all; we don't have any links
11271 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11276 rm -f conf$$ conf$$.exe conf$$.
file
11278 if mkdir
-p .
2>/dev
/null
; then
11281 test -d .
/-p && rmdir .
/-p
11285 as_executable_p
="test -f"
11287 # Sed expression to map a string onto a valid CPP name.
11288 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11290 # Sed expression to map a string onto a valid variable name.
11291 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11295 # We need space, tab and new line, in precisely that order.
11305 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11306 # report actual input values of CONFIG_FILES etc. instead of their
11307 # values after options handling. Logging --version etc. is OK.
11311 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11312 ## Running $as_me. ##
11317 This file was extended by $as_me, which was
11318 generated by GNU Autoconf 2.59. Invocation command line was
11320 CONFIG_FILES = $CONFIG_FILES
11321 CONFIG_HEADERS = $CONFIG_HEADERS
11322 CONFIG_LINKS = $CONFIG_LINKS
11323 CONFIG_COMMANDS = $CONFIG_COMMANDS
11327 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11331 # Files that config.status was made for.
11332 if test -n "$ac_config_files"; then
11333 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11336 if test -n "$ac_config_headers"; then
11337 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11340 if test -n "$ac_config_links"; then
11341 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11344 if test -n "$ac_config_commands"; then
11345 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11348 cat >>$CONFIG_STATUS <<\_ACEOF
11351 \`$as_me' instantiates files from templates according to the
11352 current configuration.
11354 Usage: $0 [OPTIONS] [FILE]...
11356 -h, --help print this help, then exit
11357 -V, --version print version number, then exit
11358 -q, --quiet do not print progress messages
11359 -d, --debug don't remove temporary files
11360 --recheck update $as_me by reconfiguring in the same conditions
11361 --file=FILE[:TEMPLATE]
11362 instantiate the configuration file FILE
11363 --header=FILE[:TEMPLATE]
11364 instantiate the configuration header FILE
11366 Configuration files:
11369 Configuration headers:
11372 Configuration commands:
11375 Report bugs to <bug-autoconf@gnu.org>."
11378 cat >>$CONFIG_STATUS <<_ACEOF
11381 configured by $0, generated by GNU Autoconf 2.59,
11382 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11384 Copyright (C) 2003 Free Software Foundation, Inc.
11385 This config.status script is free software; the Free Software Foundation
11386 gives unlimited permission to copy, distribute and modify it."
11391 cat >>$CONFIG_STATUS <<\_ACEOF
11392 # If no file are specified by the user, then we need to provide default
11393 # value. By we need to know if files were specified by the user.
11399 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
11400 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
11408 *) # This is not an option, so the user has probably given explicit
11411 ac_need_defaults
=false
;;
11415 # Handling of the options.
11417 cat >>$CONFIG_STATUS <<\_ACEOF
11418 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11420 --version |
--vers* |
-V )
11421 echo "$ac_cs_version"; exit 0 ;;
11423 # Conflict between --help and --header
11424 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11425 Try \`$0 --help' for more information." >&5
11426 echo "$as_me: error: ambiguous option: $1
11427 Try \`$0 --help' for more information." >&2;}
11428 { (exit 1); exit 1; }; };;
11429 --help |
--hel |
-h )
11430 echo "$ac_cs_usage"; exit 0 ;;
11431 --debug |
--d* |
-d )
11433 --file |
--fil |
--fi |
--f )
11435 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11436 ac_need_defaults
=false
;;
11437 --header |
--heade |
--head |
--hea )
11439 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11440 ac_need_defaults
=false
;;
11441 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11442 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11445 # This is an error.
11446 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11447 Try \`$0 --help' for more information." >&5
11448 echo "$as_me: error: unrecognized option: $1
11449 Try \`$0 --help' for more information." >&2;}
11450 { (exit 1); exit 1; }; } ;;
11452 *) ac_config_targets
="$ac_config_targets $1" ;;
11458 ac_configure_extra_args
=
11460 if $ac_cs_silent; then
11462 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11466 cat >>$CONFIG_STATUS <<_ACEOF
11467 if \$ac_cs_recheck; then
11468 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11469 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11474 cat >>$CONFIG_STATUS <<_ACEOF
11476 # INIT-COMMANDS section.
11479 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11480 target_cpu_type=${target_cpu_type}
11481 cgen_cpu_prefix=${cgen_cpu_prefix}
11482 obj_format=${obj_format}
11489 cat >>$CONFIG_STATUS <<\_ACEOF
11490 for ac_config_target
in $ac_config_targets
11492 case "$ac_config_target" in
11493 # Handling of arguments.
11494 "gdb.ini" ) CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
11495 ".gdbinit" ) CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
11496 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11497 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
11498 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11499 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
11500 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
11501 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
11502 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11503 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11504 { (exit 1); exit 1; }; };;
11508 # If the user did not use the arguments to specify the items to instantiate,
11509 # then the envvar interface is used. Set only those that are not.
11510 # We use the long form for the default assignment because of an extremely
11511 # bizarre bug on SunOS 4.1.3.
11512 if $ac_need_defaults; then
11513 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
11514 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
11515 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
11518 # Have a temporary directory for convenience. Make it in the build tree
11519 # simply because there is no reason to put it here, and in addition,
11520 # creating and moving files from /tmp can sometimes cause problems.
11521 # Create a temporary directory, and hook for its removal unless debugging.
11524 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11525 trap '{ (exit 1); exit 1; }' 1 2 13 15
11528 # Create a (secure) tmp directory for tmp files.
11531 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11532 test -n "$tmp" && test -d "$tmp"
11535 tmp
=.
/confstat$$
-$RANDOM
11536 (umask 077 && mkdir
$tmp)
11539 echo "$me: cannot create a temporary directory in ." >&2
11540 { (exit 1); exit 1; }
11545 cat >>$CONFIG_STATUS <<_ACEOF
11548 # CONFIG_FILES section.
11551 # No need to generate the scripts if there are no CONFIG_FILES.
11552 # This happens for instance when ./config.status config.h
11553 if test -n "\$CONFIG_FILES"; then
11554 # Protect against being on the right side of a sed subst in config.status.
11555 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11556 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11557 s,@SHELL@,$SHELL,;t t
11558 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11559 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11560 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11561 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11562 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11563 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11564 s,@exec_prefix@,$exec_prefix,;t t
11565 s,@prefix@,$prefix,;t t
11566 s,@program_transform_name@,$program_transform_name,;t t
11567 s,@bindir@,$bindir,;t t
11568 s,@sbindir@,$sbindir,;t t
11569 s,@libexecdir@,$libexecdir,;t t
11570 s,@datadir@,$datadir,;t t
11571 s,@sysconfdir@,$sysconfdir,;t t
11572 s,@sharedstatedir@,$sharedstatedir,;t t
11573 s,@localstatedir@,$localstatedir,;t t
11574 s,@libdir@,$libdir,;t t
11575 s,@includedir@,$includedir,;t t
11576 s,@oldincludedir@,$oldincludedir,;t t
11577 s,@infodir@,$infodir,;t t
11578 s,@mandir@,$mandir,;t t
11579 s,@build_alias@,$build_alias,;t t
11580 s,@host_alias@,$host_alias,;t t
11581 s,@target_alias@,$target_alias,;t t
11582 s,@DEFS@,$DEFS,;t t
11583 s,@ECHO_C@,$ECHO_C,;t t
11584 s,@ECHO_N@,$ECHO_N,;t t
11585 s,@ECHO_T@,$ECHO_T,;t t
11586 s,@LIBS@,$LIBS,;t t
11587 s,@build@,$build,;t t
11588 s,@build_cpu@,$build_cpu,;t t
11589 s,@build_vendor@,$build_vendor,;t t
11590 s,@build_os@,$build_os,;t t
11591 s,@host@,$host,;t t
11592 s,@host_cpu@,$host_cpu,;t t
11593 s,@host_vendor@,$host_vendor,;t t
11594 s,@host_os@,$host_os,;t t
11595 s,@target@,$target,;t t
11596 s,@target_cpu@,$target_cpu,;t t
11597 s,@target_vendor@,$target_vendor,;t t
11598 s,@target_os@,$target_os,;t t
11600 s,@CFLAGS@,$CFLAGS,;t t
11601 s,@LDFLAGS@,$LDFLAGS,;t t
11602 s,@CPPFLAGS@,$CPPFLAGS,;t t
11603 s,@ac_ct_CC@,$ac_ct_CC,;t t
11604 s,@EXEEXT@,$EXEEXT,;t t
11605 s,@OBJEXT@,$OBJEXT,;t t
11606 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11607 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11608 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11609 s,@CYGPATH_W@,$CYGPATH_W,;t t
11610 s,@PACKAGE@,$PACKAGE,;t t
11611 s,@VERSION@,$VERSION,;t t
11612 s,@ACLOCAL@,$ACLOCAL,;t t
11613 s,@AUTOCONF@,$AUTOCONF,;t t
11614 s,@AUTOMAKE@,$AUTOMAKE,;t t
11615 s,@AUTOHEADER@,$AUTOHEADER,;t t
11616 s,@MAKEINFO@,$MAKEINFO,;t t
11617 s,@install_sh@,$install_sh,;t t
11618 s,@STRIP@,$STRIP,;t t
11619 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11620 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11621 s,@mkdir_p@,$mkdir_p,;t t
11623 s,@SET_MAKE@,$SET_MAKE,;t t
11624 s,@am__leading_dot@,$am__leading_dot,;t t
11625 s,@AMTAR@,$AMTAR,;t t
11626 s,@am__tar@,$am__tar,;t t
11627 s,@am__untar@,$am__untar,;t t
11628 s,@DEPDIR@,$DEPDIR,;t t
11629 s,@am__include@,$am__include,;t t
11630 s,@am__quote@,$am__quote,;t t
11631 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11632 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11633 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11634 s,@CCDEPMODE@,$CCDEPMODE,;t t
11635 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11636 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11637 s,@LN_S@,$LN_S,;t t
11638 s,@RANLIB@,$RANLIB,;t t
11639 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11640 s,@LIBTOOL@,$LIBTOOL,;t t
11641 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
11642 s,@NO_WERROR@,$NO_WERROR,;t t
11643 s,@GDBINIT@,$GDBINIT,;t t
11644 s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
11645 s,@extra_objects@,$extra_objects,;t t
11646 s,@target_cpu_type@,$target_cpu_type,;t t
11647 s,@obj_format@,$obj_format,;t t
11648 s,@te_file@,$te_file,;t t
11649 s,@install_tooldir@,$install_tooldir,;t t
11650 s,@atof@,$atof,;t t
11651 s,@BFDLIB@,$BFDLIB,;t t
11652 s,@OPCODES_LIB@,$OPCODES_LIB,;t t
11653 s,@BFDVER_H@,$BFDVER_H,;t t
11654 s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
11655 s,@YACC@,$YACC,;t t
11657 s,@LEXLIB@,$LEXLIB,;t t
11658 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11660 s,@EGREP@,$EGREP,;t t
11661 s,@ALLOCA@,$ALLOCA,;t t
11662 s,@USE_NLS@,$USE_NLS,;t t
11663 s,@MSGFMT@,$MSGFMT,;t t
11664 s,@GMSGFMT@,$GMSGFMT,;t t
11665 s,@XGETTEXT@,$XGETTEXT,;t t
11666 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11667 s,@CATALOGS@,$CATALOGS,;t t
11668 s,@CATOBJEXT@,$CATOBJEXT,;t t
11669 s,@DATADIRNAME@,$DATADIRNAME,;t t
11670 s,@GMOFILES@,$GMOFILES,;t t
11671 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11672 s,@INTLDEPS@,$INTLDEPS,;t t
11673 s,@INTLLIBS@,$INTLLIBS,;t t
11674 s,@INTLOBJS@,$INTLOBJS,;t t
11675 s,@POFILES@,$POFILES,;t t
11676 s,@POSUB@,$POSUB,;t t
11677 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11678 s,@GT_NO@,$GT_NO,;t t
11679 s,@GT_YES@,$GT_YES,;t t
11680 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11682 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11683 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11684 s,@MAINT@,$MAINT,;t t
11685 s,@LIBM@,$LIBM,;t t
11686 s,@LIBOBJS@,$LIBOBJS,;t t
11687 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11692 cat >>$CONFIG_STATUS <<\_ACEOF
11693 # Split the substitutions into bite-sized pieces for seds with
11694 # small command number limits, like on Digital OSF/1 and HP-UX.
11695 ac_max_sed_lines
=48
11696 ac_sed_frag
=1 # Number of current file.
11697 ac_beg
=1 # First line for current file.
11698 ac_end
=$ac_max_sed_lines # Line after last line for current file.
11701 while $ac_more_lines; do
11702 if test $ac_beg -gt 1; then
11703 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11705 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11707 if test ! -s $tmp/subs.frag
; then
11708 ac_more_lines
=false
11710 # The purpose of the label and of the branching condition is to
11711 # speed up the sed processing (if there are no `@' at all, there
11712 # is no need to browse any of the substitutions).
11713 # These are the two extra sed commands mentioned above.
11715 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
11716 if test -z "$ac_sed_cmds"; then
11717 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
11719 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11721 ac_sed_frag
=`expr $ac_sed_frag + 1`
11723 ac_end
=`expr $ac_end + $ac_max_sed_lines`
11726 if test -z "$ac_sed_cmds"; then
11729 fi # test -n "$CONFIG_FILES"
11732 cat >>$CONFIG_STATUS <<\_ACEOF
11733 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
11734 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11736 - |
*:- |
*:-:* ) # input from stdin
11738 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11739 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11740 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11741 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11742 * ) ac_file_in
=$ac_file.
in ;;
11745 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11746 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11747 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11748 X"$ac_file" : 'X\(//\)[^/]' \| \
11749 X"$ac_file" : 'X\(//\)$' \| \
11750 X"$ac_file" : 'X\(/\)' \| \
11751 . : '\(.\)' 2>/dev/null ||
11753 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11754 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11755 /^X\(\/\/\)$/{ s//\1/; q; }
11756 /^X\(\/\).*/{ s//\1/; q; }
11758 { if $as_mkdir_p; then
11763 while test ! -d "$as_dir"; do
11764 as_dirs
="$as_dir $as_dirs"
11765 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11766 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11767 X"$as_dir" : 'X\(//\)[^/]' \| \
11768 X"$as_dir" : 'X\(//\)$' \| \
11769 X"$as_dir" : 'X\(/\)' \| \
11770 . : '\(.\)' 2>/dev/null ||
11772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11773 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11774 /^X\(\/\/\)$/{ s//\1/; q; }
11775 /^X\(\/\).*/{ s//\1/; q; }
11778 test ! -n "$as_dirs" || mkdir
$as_dirs
11779 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11780 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11781 { (exit 1); exit 1; }; }; }
11785 if test "$ac_dir" != .
; then
11786 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11787 # A "../" for each directory in $ac_dir_suffix.
11788 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11790 ac_dir_suffix
= ac_top_builddir
=
11794 .
) # No --srcdir option. We are building in place.
11796 if test -z "$ac_top_builddir"; then
11799 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
11801 [\\/]* | ?
:[\\/]* ) # Absolute path.
11802 ac_srcdir
=$srcdir$ac_dir_suffix;
11803 ac_top_srcdir
=$srcdir ;;
11804 *) # Relative path.
11805 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
11806 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
11809 # Do not use `cd foo && pwd` to compute absolute paths, because
11810 # the directories may not exist.
11812 .
) ac_abs_builddir
="$ac_dir";;
11815 .
) ac_abs_builddir
=`pwd`;;
11816 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
11817 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
11820 case $ac_abs_builddir in
11821 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11823 case ${ac_top_builddir}.
in
11824 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
11825 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11826 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
11829 case $ac_abs_builddir in
11830 .
) ac_abs_srcdir
=$ac_srcdir;;
11833 .
) ac_abs_srcdir
=$ac_abs_builddir;;
11834 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
11835 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
11838 case $ac_abs_builddir in
11839 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
11841 case $ac_top_srcdir in
11842 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
11843 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
11844 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
11850 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
11851 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
11854 if test x
"$ac_file" != x-
; then
11855 { echo "$as_me:$LINENO: creating $ac_file" >&5
11856 echo "$as_me: creating $ac_file" >&6;}
11859 # Let's still pretend it is `configure' which instantiates (i.e., don't
11860 # use $as_me), people would be surprised to read:
11861 # /* config.h. Generated by config.status. */
11862 if test x
"$ac_file" = x-
; then
11865 configure_input
="$ac_file. "
11867 configure_input
=$configure_input"Generated from `echo $ac_file_in |
11868 sed 's,.*/,,'` by configure."
11870 # First look for the input files in the build tree, otherwise in the
11872 ac_file_inputs
=`IFS=:
11873 for f in $ac_file_in; do
11875 -) echo $tmp/stdin ;;
11877 # Absolute (can't be DOS-style, as IFS=:)
11878 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11879 echo "$as_me: error: cannot find input file: $f" >&2;}
11880 { (exit 1); exit 1; }; }
11883 if test -f "$f"; then
11886 elif test -f "$srcdir/$f"; then
11891 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11892 echo "$as_me: error: cannot find input file: $f" >&2;}
11893 { (exit 1); exit 1; }; }
11896 done` ||
{ (exit 1); exit 1; }
11898 cat >>$CONFIG_STATUS <<_ACEOF
11902 cat >>$CONFIG_STATUS <<\_ACEOF
11904 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
11905 s
,@configure_input@
,$configure_input,;t t
11906 s
,@srcdir@
,$ac_srcdir,;t t
11907 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
11908 s
,@top_srcdir@
,$ac_top_srcdir,;t t
11909 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
11910 s
,@builddir@
,$ac_builddir,;t t
11911 s
,@abs_builddir@
,$ac_abs_builddir,;t t
11912 s
,@top_builddir@
,$ac_top_builddir,;t t
11913 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
11914 s
,@INSTALL@
,$ac_INSTALL,;t t
11915 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11917 if test x"$ac_file" != x-; then
11918 mv $tmp/out $ac_file
11926 cat >>$CONFIG_STATUS <<\_ACEOF
11929 # CONFIG_HEADER section.
11932 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
11933 # NAME is the cpp macro being defined and VALUE is the value it is being given.
11935 # ac_d sets the value in "#define NAME VALUE" lines.
11936 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11937 ac_dB
='[ ].*$,\1#\2'
11940 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11941 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11942 ac_uB
='$,\1#\2define\3'
11946 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
11947 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11949 - |
*:- |
*:-:* ) # input from stdin
11951 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11952 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11953 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11954 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11955 * ) ac_file_in
=$ac_file.
in ;;
11958 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
11959 echo "$as_me: creating $ac_file" >&6;}
11961 # First look for the input files in the build tree, otherwise in the
11963 ac_file_inputs
=`IFS=:
11964 for f in $ac_file_in; do
11966 -) echo $tmp/stdin ;;
11968 # Absolute (can't be DOS-style, as IFS=:)
11969 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11970 echo "$as_me: error: cannot find input file: $f" >&2;}
11971 { (exit 1); exit 1; }; }
11972 # Do quote $f, to prevent DOS paths from being IFS'd.
11975 if test -f "$f"; then
11978 elif test -f "$srcdir/$f"; then
11983 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11984 echo "$as_me: error: cannot find input file: $f" >&2;}
11985 { (exit 1); exit 1; }; }
11988 done` ||
{ (exit 1); exit 1; }
11989 # Remove the trailing spaces.
11990 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11994 # Transform confdefs.h into two sed scripts, `conftest.defines' and
11995 # `conftest.undefs', that substitutes the proper values into
11996 # config.h.in to produce config.h. The first handles `#define'
11997 # templates, and the second `#undef' templates.
11998 # And first: Protect against being on the right side of a sed subst in
11999 # config.status. Protect against being in an unquoted here document
12000 # in config.status.
12001 rm -f conftest.defines conftest.undefs
12002 # Using a here document instead of a string reduces the quoting nightmare.
12003 # Putting comments in sed scripts is not portable.
12005 # `end' is used to avoid that the second main sed command (meant for
12006 # 0-ary CPP macros) applies to n-ary macro definitions.
12007 # See the Autoconf documentation for `clear'.
12008 cat >confdef2sed.
sed <<\_ACEOF
12013 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12015 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12018 # If some macros were called several times there might be several times
12019 # the same #defines, which is useless. Nevertheless, we may not want to
12020 # sort them, since we want the *last* AC-DEFINE to be honored.
12021 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12022 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12023 rm -f confdef2sed.sed
12025 # This sed command replaces #undef with comments. This is necessary, for
12026 # example, in the case of _POSIX_SOURCE, which is predefined and required
12027 # on some systems where configure will not decide to define it.
12028 cat >>conftest.undefs <<\_ACEOF
12029 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12032 # Break up conftest.defines because some shells have a limit on the size
12033 # of here documents, and old seds have small limits too (100 cmds).
12034 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12035 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12036 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12037 echo ' :' >>$CONFIG_STATUS
12038 rm -f conftest.tail
12039 while grep . conftest.defines >/dev/null
12041 # Write a limited-size here document to $tmp/defines.sed.
12042 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12043 # Speed up: don't consider the non `#define' lines.
12044 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12045 # Work around the forget-to-reset-the-flag bug.
12046 echo 't clr' >>$CONFIG_STATUS
12047 echo ': clr' >>$CONFIG_STATUS
12048 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
12050 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12052 mv $tmp/out $tmp/in
12054 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
12055 rm -f conftest.defines
12056 mv conftest.
tail conftest.defines
12058 rm -f conftest.defines
12059 echo ' fi # grep' >>$CONFIG_STATUS
12060 echo >>$CONFIG_STATUS
12062 # Break up conftest.undefs because some shells have a limit on the size
12063 # of here documents, and old seds have small limits too (100 cmds).
12064 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
12065 rm -f conftest.
tail
12066 while grep . conftest.undefs
>/dev
/null
12068 # Write a limited-size here document to $tmp/undefs.sed.
12069 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12070 # Speed up: don't consider the non
`#undef'
12071 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
12072 # Work around the forget-to-reset-the-flag bug.
12073 echo 't clr' >>$CONFIG_STATUS
12074 echo ': clr' >>$CONFIG_STATUS
12075 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12077 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12079 mv $tmp/out $tmp/in
12081 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12082 rm -f conftest.undefs
12083 mv conftest.tail conftest.undefs
12085 rm -f conftest.undefs
12087 cat >>$CONFIG_STATUS <<\_ACEOF
12088 # Let's still pretend it is `configure
' which instantiates (i.e., don't
12089 # use $as_me), people would be surprised to read:
12090 # /* config.h. Generated by config.status. */
12091 if test x
"$ac_file" = x-
; then
12092 echo "/* Generated by configure. */" >$tmp/config.h
12094 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12096 cat $tmp/in >>$tmp/config.h
12098 if test x
"$ac_file" != x-
; then
12099 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
12100 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12101 echo "$as_me: $ac_file is unchanged" >&6;}
12103 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12104 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12105 X"$ac_file" : 'X\(//\)[^/]' \| \
12106 X"$ac_file" : 'X\(//\)$' \| \
12107 X"$ac_file" : 'X\(/\)' \| \
12108 . : '\(.\)' 2>/dev/null ||
12110 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12111 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12112 /^X\(\/\/\)$/{ s//\1/; q; }
12113 /^X\(\/\).*/{ s//\1/; q; }
12115 { if $as_mkdir_p; then
12120 while test ! -d "$as_dir"; do
12121 as_dirs
="$as_dir $as_dirs"
12122 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12123 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12124 X"$as_dir" : 'X\(//\)[^/]' \| \
12125 X"$as_dir" : 'X\(//\)$' \| \
12126 X"$as_dir" : 'X\(/\)' \| \
12127 . : '\(.\)' 2>/dev/null ||
12129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12131 /^X\(\/\/\)$/{ s//\1/; q; }
12132 /^X\(\/\).*/{ s//\1/; q; }
12135 test ! -n "$as_dirs" || mkdir
$as_dirs
12136 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12137 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12138 { (exit 1); exit 1; }; }; }
12141 mv $tmp/config.h
$ac_file
12145 rm -f $tmp/config.h
12147 # Compute $ac_file's index in $config_headers.
12149 for _am_header
in $config_headers :; do
12150 case $_am_header in
12151 $ac_file |
$ac_file:* )
12154 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
12157 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12158 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12159 X$ac_file : 'X\(//\)[^/]' \| \
12160 X$ac_file : 'X\(//\)$' \| \
12161 X$ac_file : 'X\(/\)' \| \
12162 . : '\(.\)' 2>/dev/null ||
12164 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12165 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12166 /^X\(\/\/\)$/{ s//\1/; q; }
12167 /^X\(\/\).*/{ s//\1/; q; }
12168 s/.*/./; q'`/stamp-h
$_am_stamp_count
12171 cat >>$CONFIG_STATUS <<\_ACEOF
12174 # CONFIG_COMMANDS section.
12176 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
12177 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
12178 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12179 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
12180 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12181 X"$ac_dest" : 'X\(//\)[^/]' \| \
12182 X"$ac_dest" : 'X\(//\)$' \| \
12183 X"$ac_dest" : 'X\(/\)' \| \
12184 . : '\(.\)' 2>/dev/null ||
12186 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12187 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12188 /^X\(\/\/\)$/{ s//\1/; q; }
12189 /^X\(\/\).*/{ s//\1/; q; }
12191 { if $as_mkdir_p; then
12196 while test ! -d "$as_dir"; do
12197 as_dirs
="$as_dir $as_dirs"
12198 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12199 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12200 X"$as_dir" : 'X\(//\)[^/]' \| \
12201 X"$as_dir" : 'X\(//\)$' \| \
12202 X"$as_dir" : 'X\(/\)' \| \
12203 . : '\(.\)' 2>/dev/null ||
12205 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12206 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12207 /^X\(\/\/\)$/{ s//\1/; q; }
12208 /^X\(\/\).*/{ s//\1/; q; }
12211 test ! -n "$as_dirs" || mkdir
$as_dirs
12212 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12213 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12214 { (exit 1); exit 1; }; }; }
12218 if test "$ac_dir" != .
; then
12219 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12220 # A "../" for each directory in $ac_dir_suffix.
12221 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12223 ac_dir_suffix
= ac_top_builddir
=
12227 .
) # No --srcdir option. We are building in place.
12229 if test -z "$ac_top_builddir"; then
12232 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12234 [\\/]* | ?
:[\\/]* ) # Absolute path.
12235 ac_srcdir
=$srcdir$ac_dir_suffix;
12236 ac_top_srcdir
=$srcdir ;;
12237 *) # Relative path.
12238 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12239 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12242 # Do not use `cd foo && pwd` to compute absolute paths, because
12243 # the directories may not exist.
12245 .
) ac_abs_builddir
="$ac_dir";;
12248 .
) ac_abs_builddir
=`pwd`;;
12249 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12250 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12253 case $ac_abs_builddir in
12254 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12256 case ${ac_top_builddir}.
in
12257 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12258 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12259 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12262 case $ac_abs_builddir in
12263 .
) ac_abs_srcdir
=$ac_srcdir;;
12266 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12267 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12268 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12271 case $ac_abs_builddir in
12272 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12274 case $ac_top_srcdir in
12275 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12276 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12277 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12282 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12283 echo "$as_me: executing $ac_dest commands" >&6;}
12285 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
12286 # Strip MF so we end up with the name of the file.
12287 mf
=`echo "$mf" | sed -e 's/:.*$//'`
12288 # Check whether this is an Automake generated Makefile or not.
12289 # We used to match only the files named `Makefile.in', but
12290 # some people rename them; so instead we look at the file content.
12291 # Grep'ing the first line is not enough: some people post-process
12292 # each Makefile.in and add a new line on top of each file to say so.
12293 # So let's grep whole file.
12294 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
12295 dirpart
=`(dirname "$mf") 2>/dev/null ||
12296 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12297 X"$mf" : 'X\(//\)[^/]' \| \
12298 X"$mf" : 'X\(//\)$' \| \
12299 X"$mf" : 'X\(/\)' \| \
12300 . : '\(.\)' 2>/dev/null ||
12302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12303 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12304 /^X\(\/\/\)$/{ s//\1/; q; }
12305 /^X\(\/\).*/{ s//\1/; q; }
12310 # Extract the definition of DEPDIR, am__include, and am__quote
12311 # from the Makefile without running `make'.
12312 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
12313 test -z "$DEPDIR" && continue
12314 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
12315 test -z "am__include" && continue
12316 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
12317 # When using ansi2knr, U may be empty or an underscore; expand it
12318 U
=`sed -n 's/^U = //p' < "$mf"`
12319 # Find all dependency output files, they are included files with
12320 # $(DEPDIR) in their names. We invoke sed twice because it is the
12321 # simplest approach to changing $(DEPDIR) to its actual value in the
12323 for file in `sed -n "
12324 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12325 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12326 # Make sure the directory exists.
12327 test -f "$dirpart/$file" && continue
12328 fdir
=`(dirname "$file") 2>/dev/null ||
12329 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12330 X"$file" : 'X\(//\)[^/]' \| \
12331 X"$file" : 'X\(//\)$' \| \
12332 X"$file" : 'X\(/\)' \| \
12333 . : '\(.\)' 2>/dev/null ||
12335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12336 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12337 /^X\(\/\/\)$/{ s//\1/; q; }
12338 /^X\(\/\).*/{ s//\1/; q; }
12340 { if $as_mkdir_p; then
12341 mkdir
-p $dirpart/$fdir
12343 as_dir
=$dirpart/$fdir
12345 while test ! -d "$as_dir"; do
12346 as_dirs
="$as_dir $as_dirs"
12347 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12348 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12349 X"$as_dir" : 'X\(//\)[^/]' \| \
12350 X"$as_dir" : 'X\(//\)$' \| \
12351 X"$as_dir" : 'X\(/\)' \| \
12352 . : '\(.\)' 2>/dev/null ||
12354 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12355 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12356 /^X\(\/\/\)$/{ s//\1/; q; }
12357 /^X\(\/\).*/{ s//\1/; q; }
12360 test ! -n "$as_dirs" || mkdir
$as_dirs
12361 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12362 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12363 { (exit 1); exit 1; }; }; }
12365 # echo "creating $dirpart/$file"
12366 echo '# dummy' > "$dirpart/$file"
12370 default
) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
12371 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
12372 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
12373 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
12374 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
12375 if test "x$cgen_cpu_prefix" != x
; then
12376 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
12379 sed -e '/POTFILES =/r po/POTFILES' po
/Makefile.
in > po
/Makefile
;;
12384 cat >>$CONFIG_STATUS <<\_ACEOF
12386 { (exit 0); exit 0; }
12388 chmod +x
$CONFIG_STATUS
12389 ac_clean_files
=$ac_clean_files_save
12392 # configure is writing to config.log, and then calls config.status.
12393 # config.status does its own redirection, appending to config.log.
12394 # Unfortunately, on DOS this fails, as config.log is still kept open
12395 # by configure, so config.status won't be able to write to it; its
12396 # output is simply discarded. So we exec the FD to /dev/null,
12397 # effectively closing config.log, so it can be properly (re)opened and
12398 # appended to by config.status. When coming back to configure, we
12399 # need to make the FD available again.
12400 if test "$no_create" != yes; then
12402 ac_config_status_args
=
12403 test "$silent" = yes &&
12404 ac_config_status_args
="$ac_config_status_args --quiet"
12406 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
12408 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12409 # would make configure fail if this is the last instruction.
12410 $ac_cs_success ||
{ (exit 1); exit 1; }