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 REPORT_BUGS_TO REPORT_BUGS_TEXI WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof OPCODES_LIB YACC LEX LEXLIB LEX_OUTPUT_ROOT USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE CPP EGREP ALLOCA LIBM datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
379 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
380 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
381 ac_prev
=cache_file
;;
382 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
383 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
384 cache_file
=$ac_optarg ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
395 -disable-* |
--disable-*)
396 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* |
--enable-*)
405 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
418 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
419 |
--exec |
--exe |
--ex)
420 ac_prev
=exec_prefix
;;
421 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
422 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
423 |
--exec=* |
--exe=* |
--ex=*)
424 exec_prefix
=$ac_optarg ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
432 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
433 ac_init_help
=recursive
;;
434 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
435 ac_init_help
=short
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
442 -includedir |
--includedir |
--includedi |
--included |
--include \
443 |
--includ |
--inclu |
--incl |
--inc)
444 ac_prev
=includedir
;;
445 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
446 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
447 includedir
=$ac_optarg ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
459 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
460 |
--libexe |
--libex |
--libe)
461 ac_prev
=libexecdir
;;
462 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
463 |
--libexe=* |
--libex=* |
--libe=*)
464 libexecdir
=$ac_optarg ;;
466 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
467 |
--localstate |
--localstat |
--localsta |
--localst \
468 |
--locals |
--local |
--loca |
--loc |
--lo)
469 ac_prev
=localstatedir
;;
470 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
471 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
472 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
473 localstatedir
=$ac_optarg ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
492 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
493 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
494 |
--oldin |
--oldi |
--old |
--ol |
--o)
495 ac_prev
=oldincludedir
;;
496 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
497 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
498 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
499 oldincludedir
=$ac_optarg ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
506 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
507 |
--program-pre |
--program-pr |
--program-p)
508 ac_prev
=program_prefix
;;
509 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
510 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
511 program_prefix
=$ac_optarg ;;
513 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
514 |
--program-suf |
--program-su |
--program-s)
515 ac_prev
=program_suffix
;;
516 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
517 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
518 program_suffix
=$ac_optarg ;;
520 -program-transform-name |
--program-transform-name \
521 |
--program-transform-nam |
--program-transform-na \
522 |
--program-transform-n |
--program-transform- \
523 |
--program-transform |
--program-transfor \
524 |
--program-transfo |
--program-transf \
525 |
--program-trans |
--program-tran \
526 |
--progr-tra |
--program-tr |
--program-t)
527 ac_prev
=program_transform_name
;;
528 -program-transform-name=* |
--program-transform-name=* \
529 |
--program-transform-nam=* |
--program-transform-na=* \
530 |
--program-transform-n=* |
--program-transform-=* \
531 |
--program-transform=* |
--program-transfor=* \
532 |
--program-transfo=* |
--program-transf=* \
533 |
--program-trans=* |
--program-tran=* \
534 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
535 program_transform_name
=$ac_optarg ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
568 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
569 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
570 ac_prev
=sysconfdir
;;
571 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
572 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
573 sysconfdir
=$ac_optarg ;;
575 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
576 ac_prev
=target_alias
;;
577 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
578 target_alias
=$ac_optarg ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
587 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package
=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* |
--without-*)
600 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package
=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
613 |
--x-incl |
--x-inc |
--x-in |
--x-i)
614 ac_prev
=x_includes
;;
615 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
616 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
617 x_includes
=$ac_optarg ;;
619 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
620 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
621 ac_prev
=x_libraries
;;
622 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
623 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
624 x_libraries
=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x
; then
690 if test "x$build_alias" = x
; then
691 cross_compiling
=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted
=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir
=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CC_set
=${CC+set}
755 ac_cv_env_CC_set
=${CC+set}
756 ac_cv_env_CC_value
=$CC
757 ac_env_CFLAGS_set
=${CFLAGS+set}
758 ac_env_CFLAGS_value
=$CFLAGS
759 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value
=$CFLAGS
761 ac_env_LDFLAGS_set
=${LDFLAGS+set}
762 ac_env_LDFLAGS_value
=$LDFLAGS
763 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value
=$LDFLAGS
765 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value
=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_env_CPP_set
=${CPP+set}
770 ac_env_CPP_value
=$CPP
771 ac_cv_env_CPP_set
=${CPP+set}
772 ac_cv_env_CPP_value
=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
840 --build=BUILD configure
for building on BUILD
[guessed
]
841 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
842 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
846 if test -n "$ac_init_help"; then
851 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
852 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default
=yes
856 --enable-static=PKGS build static libraries default
=yes
857 --enable-fast-install=PKGS optimize
for fast installation default
=yes
858 --disable-libtool-lock avoid locking
(might
break parallel builds
)
859 --enable-targets alternative target configurations 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-bugurl=URL Direct users to URL to report a bug
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 # this will be overwritten by pass_all, but leave it in just in case
3344 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3345 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3347 rhapsody
* | darwin1.012
)
3348 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3351 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3354 lt_cv_deplibs_check_method
=pass_all
3357 freebsd
* | kfreebsd
*-gnu)
3358 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3361 # Not sure whether the presence of OpenBSD here was a mistake.
3362 # Let's accept both of them until this is cleared up.
3363 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3364 lt_cv_file_magic_cmd
=/usr
/bin
/file
3365 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3369 lt_cv_deplibs_check_method
=pass_all
3374 lt_cv_deplibs_check_method
=pass_all
3380 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3381 lt_cv_file_magic_cmd
=/usr
/bin
/file
3382 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3385 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3386 lt_cv_file_magic_cmd
=/usr
/bin
/file
3387 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3395 # this will be overridden with pass_all, but let us keep it just in case
3396 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3400 *-32|
*"-32 ") libmagic
=32-bit;;
3401 *-n32|
*"-n32 ") libmagic
=N32
;;
3402 *-64|
*"-64 ") libmagic
=64-bit;;
3403 *) libmagic
=never-match
;;
3405 # this will be overridden with pass_all, but let us keep it just in case
3406 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3409 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3410 lt_cv_deplibs_check_method
=pass_all
3413 # This must be Linux ELF.
3415 lt_cv_deplibs_check_method
=pass_all
3418 netbsd
* | knetbsd
*-gnu)
3419 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3420 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3422 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3427 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3428 lt_cv_file_magic_cmd
=/usr
/bin
/file
3429 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3432 osf3
* | osf4
* | osf5
*)
3433 # this will be overridden with pass_all, but let us keep it just in case
3434 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3435 lt_cv_file_magic_test_file
=/shlib
/libc.so
3436 lt_cv_deplibs_check_method
=pass_all
3440 lt_cv_deplibs_check_method
=pass_all
3444 lt_cv_deplibs_check_method
=pass_all
3445 lt_cv_file_magic_test_file
=/lib
/libc.so
3448 sysv5uw
[78]* | sysv4
*uw2
*)
3449 lt_cv_deplibs_check_method
=pass_all
3452 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3453 case $host_vendor in
3455 lt_cv_deplibs_check_method
=pass_all
3458 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]'
3459 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3466 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3467 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3468 file_magic_cmd
=$lt_cv_file_magic_cmd
3469 deplibs_check_method
=$lt_cv_deplibs_check_method
3474 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3476 # find the maximum length of command line arguments
3477 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3478 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3479 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3480 echo $ECHO_N "(cached) $ECHO_C" >&6
3487 # On DJGPP, this test can blow up pretty badly due to problems in libc
3488 # (any single argument exceeding 2000 bytes causes a buffer overrun
3489 # during glob expansion). Even if it were fixed, the result of this
3490 # check would be larger than it should be.
3491 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3495 # On Win9x/ME, this test blows up -- it succeeds, but takes
3496 # about 5 minutes as the teststring grows exponentially.
3497 # Worse, since 9x/ME are not pre-emptively multitasking,
3498 # you end up with a "frozen" computer, even though with patience
3499 # the test eventually succeeds (with a max line length of 256k).
3500 # Instead, let's just punt: use the minimum linelength reported by
3501 # all of the supported platforms: 8192 (on NT/2K/XP).
3502 lt_cv_sys_max_cmd_len
=8192;
3506 # On AmigaOS with pdksh, this test takes hours, literally.
3507 # So we just punt and use a minimum line length of 8192.
3508 lt_cv_sys_max_cmd_len
=8192;
3511 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3512 # This has been around since 386BSD, at least. Likely further.
3513 if test -x /sbin
/sysctl
; then
3514 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3515 elif test -x /usr
/sbin
/sysctl
; then
3516 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3518 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3520 # And add a safety zone
3521 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3522 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3528 if test -n "$lt_cv_sys_max_cmd_len" ; then
3529 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3530 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3532 echo "$as_me:$LINENO: result: none" >&5
3533 echo "${ECHO_T}none" >&6
3537 # Only perform the check for file, if the check method requires it
3538 case $deplibs_check_method in
3540 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3541 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3542 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3543 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3544 echo $ECHO_N "(cached) $ECHO_C" >&6
3548 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3551 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3554 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3555 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3556 ac_dummy
="/usr/bin:$PATH"
3557 for ac_dir
in $ac_dummy; do
3558 test -z "$ac_dir" && ac_dir
=.
3559 if test -f $ac_dir/${ac_tool_prefix}file; then
3560 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3561 if test -n "$file_magic_test_file"; then
3562 case $deplibs_check_method in
3564 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3565 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3566 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3567 egrep "$file_magic_regex" > /dev
/null
; then
3572 *** Warning: the command libtool uses to detect shared libraries,
3573 *** $file_magic_cmd, produces output that libtool cannot recognize.
3574 *** The result is that libtool may fail to recognize shared libraries
3575 *** as such. This will affect the creation of libtool libraries that
3576 *** depend on shared libraries, but programs linked with such libtool
3577 *** libraries will work regardless of this problem. Nevertheless, you
3578 *** may want to report the problem to your system manager and/or to
3579 *** bug-libtool@gnu.org
3589 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3594 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3595 if test -n "$MAGIC_CMD"; then
3596 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3597 echo "${ECHO_T}$MAGIC_CMD" >&6
3599 echo "$as_me:$LINENO: result: no" >&5
3600 echo "${ECHO_T}no" >&6
3603 if test -z "$lt_cv_path_MAGIC_CMD"; then
3604 if test -n "$ac_tool_prefix"; then
3605 echo "$as_me:$LINENO: checking for file" >&5
3606 echo $ECHO_N "checking for file... $ECHO_C" >&6
3607 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3608 echo $ECHO_N "(cached) $ECHO_C" >&6
3612 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3615 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3618 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3619 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3620 ac_dummy
="/usr/bin:$PATH"
3621 for ac_dir
in $ac_dummy; do
3622 test -z "$ac_dir" && ac_dir
=.
3623 if test -f $ac_dir/file; then
3624 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3625 if test -n "$file_magic_test_file"; then
3626 case $deplibs_check_method in
3628 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3629 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3630 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3631 egrep "$file_magic_regex" > /dev
/null
; then
3636 *** Warning: the command libtool uses to detect shared libraries,
3637 *** $file_magic_cmd, produces output that libtool cannot recognize.
3638 *** The result is that libtool may fail to recognize shared libraries
3639 *** as such. This will affect the creation of libtool libraries that
3640 *** depend on shared libraries, but programs linked with such libtool
3641 *** libraries will work regardless of this problem. Nevertheless, you
3642 *** may want to report the problem to your system manager and/or to
3643 *** bug-libtool@gnu.org
3653 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3658 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3659 if test -n "$MAGIC_CMD"; then
3660 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3661 echo "${ECHO_T}$MAGIC_CMD" >&6
3663 echo "$as_me:$LINENO: result: no" >&5
3664 echo "${ECHO_T}no" >&6
3676 if test -n "$ac_tool_prefix"; then
3677 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3678 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3679 echo "$as_me:$LINENO: checking for $ac_word" >&5
3680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3681 if test "${ac_cv_prog_RANLIB+set}" = set; then
3682 echo $ECHO_N "(cached) $ECHO_C" >&6
3684 if test -n "$RANLIB"; then
3685 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3687 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3691 test -z "$as_dir" && as_dir
=.
3692 for ac_exec_ext
in '' $ac_executable_extensions; do
3693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3694 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3703 RANLIB
=$ac_cv_prog_RANLIB
3704 if test -n "$RANLIB"; then
3705 echo "$as_me:$LINENO: result: $RANLIB" >&5
3706 echo "${ECHO_T}$RANLIB" >&6
3708 echo "$as_me:$LINENO: result: no" >&5
3709 echo "${ECHO_T}no" >&6
3713 if test -z "$ac_cv_prog_RANLIB"; then
3714 ac_ct_RANLIB
=$RANLIB
3715 # Extract the first word of "ranlib", so it can be a program name with args.
3716 set dummy ranlib
; ac_word
=$2
3717 echo "$as_me:$LINENO: checking for $ac_word" >&5
3718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3719 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3720 echo $ECHO_N "(cached) $ECHO_C" >&6
3722 if test -n "$ac_ct_RANLIB"; then
3723 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3725 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3729 test -z "$as_dir" && as_dir
=.
3730 for ac_exec_ext
in '' $ac_executable_extensions; do
3731 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3732 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3733 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3742 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3743 if test -n "$ac_ct_RANLIB"; then
3744 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3745 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3747 echo "$as_me:$LINENO: result: no" >&5
3748 echo "${ECHO_T}no" >&6
3751 RANLIB
=$ac_ct_RANLIB
3753 RANLIB
="$ac_cv_prog_RANLIB"
3756 if test -n "$ac_tool_prefix"; then
3757 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3758 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3759 echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3761 if test "${ac_cv_prog_STRIP+set}" = set; then
3762 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 if test -n "$STRIP"; then
3765 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3767 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3771 test -z "$as_dir" && as_dir
=.
3772 for ac_exec_ext
in '' $ac_executable_extensions; do
3773 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3774 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3783 STRIP
=$ac_cv_prog_STRIP
3784 if test -n "$STRIP"; then
3785 echo "$as_me:$LINENO: result: $STRIP" >&5
3786 echo "${ECHO_T}$STRIP" >&6
3788 echo "$as_me:$LINENO: result: no" >&5
3789 echo "${ECHO_T}no" >&6
3793 if test -z "$ac_cv_prog_STRIP"; then
3795 # Extract the first word of "strip", so it can be a program name with args.
3796 set dummy strip
; ac_word
=$2
3797 echo "$as_me:$LINENO: checking for $ac_word" >&5
3798 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3799 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3800 echo $ECHO_N "(cached) $ECHO_C" >&6
3802 if test -n "$ac_ct_STRIP"; then
3803 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3805 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3809 test -z "$as_dir" && as_dir
=.
3810 for ac_exec_ext
in '' $ac_executable_extensions; do
3811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3812 ac_cv_prog_ac_ct_STRIP
="strip"
3813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3819 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3822 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3823 if test -n "$ac_ct_STRIP"; then
3824 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3825 echo "${ECHO_T}$ac_ct_STRIP" >&6
3827 echo "$as_me:$LINENO: result: no" >&5
3828 echo "${ECHO_T}no" >&6
3833 STRIP
="$ac_cv_prog_STRIP"
3837 # Check for any special flags to pass to ltconfig.
3838 libtool_flags
="--cache-file=$cache_file"
3839 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3840 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3841 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3842 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3843 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3846 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3847 if test "${enable_libtool_lock+set}" = set; then
3848 enableval
="$enable_libtool_lock"
3851 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3852 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3855 # Check whether --with-pic or --without-pic was given.
3856 if test "${with_pic+set}" = set; then
3862 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3863 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3865 # Some flags need to be propagated to the compiler or linker for good
3869 # Find out which ABI we are using.
3870 echo '#line 3870 "configure"' > conftest.
$ac_ext
3871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3872 (eval $ac_compile) 2>&5
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); }; then
3876 if test "$lt_cv_prog_gnu_ld" = yes; then
3877 case `/usr/bin/file conftest.$ac_objext` in
3879 LD
="${LD-ld} -melf32bsmip"
3882 LD
="${LD-ld} -melf32bmipn32"
3885 LD
="${LD-ld} -melf64bmip"
3889 case `/usr/bin/file conftest.$ac_objext` in
3906 # Find out which ABI we are using.
3907 echo 'int i;' > conftest.
$ac_ext
3908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3909 (eval $ac_compile) 2>&5
3911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3912 (exit $ac_status); }; then
3913 case "`/usr/bin/file conftest.o`" in
3925 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
3926 # Find out which ABI we are using.
3927 echo 'int i;' > conftest.
$ac_ext
3928 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3929 (eval $ac_compile) 2>&5
3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3932 (exit $ac_status); }; then
3933 case "`/usr/bin/file conftest.o`" in
3937 LD
="${LD-ld} -m elf_i386"
3939 ppc64-
*linux
*|powerpc64-
*linux
*)
3940 LD
="${LD-ld} -m elf32ppclinux"
3943 LD
="${LD-ld} -m elf_s390"
3946 LD
="${LD-ld} -m elf32_sparc"
3953 LD
="${LD-ld} -m elf_x86_64"
3955 ppc
*-*linux
*|powerpc
*-*linux
*)
3956 LD
="${LD-ld} -m elf64ppc"
3959 LD
="${LD-ld} -m elf64_s390"
3962 LD
="${LD-ld} -m elf64_sparc"
3972 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3973 SAVE_CFLAGS
="$CFLAGS"
3974 CFLAGS
="$CFLAGS -belf"
3975 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3976 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3977 if test "${lt_cv_cc_needs_belf+set}" = set; then
3978 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 ac_cpp
='$CPP $CPPFLAGS'
3984 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3985 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3986 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3988 cat >conftest.
$ac_ext <<_ACEOF
3991 cat confdefs.h
>>conftest.
$ac_ext
3992 cat >>conftest.
$ac_ext <<_ACEOF
3993 /* end confdefs.h. */
4003 rm -f conftest.
$ac_objext conftest
$ac_exeext
4004 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4005 (eval $ac_link) 2>conftest.er1
4007 grep -v '^ *+' conftest.er1
>conftest.err
4009 cat conftest.err
>&5
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); } &&
4012 { ac_try
='test -z "$ac_c_werror_flag"
4013 || test ! -s conftest.err'
4014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4018 (exit $ac_status); }; } &&
4019 { ac_try
='test -s conftest$ac_exeext'
4020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 (exit $ac_status); }; }; then
4025 lt_cv_cc_needs_belf
=yes
4027 echo "$as_me: failed program was:" >&5
4028 sed 's/^/| /' conftest.
$ac_ext >&5
4030 lt_cv_cc_needs_belf
=no
4032 rm -f conftest.err conftest.
$ac_objext \
4033 conftest
$ac_exeext conftest.
$ac_ext
4035 ac_cpp
='$CPP $CPPFLAGS'
4036 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4037 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4038 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4041 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4042 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4043 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4044 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4045 CFLAGS
="$SAVE_CFLAGS"
4053 # Save cache, so that ltconfig can load it
4054 cat >confcache
<<\_ACEOF
4055 # This file is a shell script that caches the results of configure
4056 # tests run on this system so they can be shared between configure
4057 # scripts and configure runs, see configure's option --config-cache.
4058 # It is not useful on other systems. If it contains results you don't
4059 # want to keep, you may remove or edit it.
4061 # config.status only pays attention to the cache file if you give it
4062 # the --recheck option to rerun configure.
4064 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4065 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4070 # The following way of writing the cache mishandles newlines in values,
4071 # but we know of no workaround that is simple, portable, and efficient.
4072 # So, don't put newlines in cache variables' values.
4073 # Ultrix sh set writes to stderr and can't be redirected directly,
4074 # and sets the high bit in the cache file unless we assign to the vars.
4077 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4079 # `set' does not quote correctly, so add quotes (double-quote
4080 # substitution turns \\\\ into \\, and sed turns \\ into \).
4083 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4086 # `set' quotes correctly as required by POSIX, so do not add quotes.
4088 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4095 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4097 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4099 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4100 if test -w $cache_file; then
4101 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4102 cat confcache
>$cache_file
4104 echo "not updating unwritable cache $cache_file"
4109 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4110 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4111 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4112 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4113 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4114 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4115 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4116 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4117 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4118 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4119 echo "$as_me: error: libtool configure failed" >&2;}
4120 { (exit 1); exit 1; }; }
4122 # Reload cache, that may have been modified by ltconfig
4123 if test -r "$cache_file"; then
4124 # Some versions of bash will fail to source /dev/null (special
4125 # files actually), so we avoid doing that.
4126 if test -f "$cache_file"; then
4127 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4128 echo "$as_me: loading cache $cache_file" >&6;}
4130 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4131 *) . .
/$cache_file;;
4135 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4136 echo "$as_me: creating cache $cache_file" >&6;}
4141 # This can be used to rebuild libtool when needed
4142 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4144 # Always use our own libtool.
4145 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4147 # Redirect the config.log output again, so that the ltconfig log is not
4148 # clobbered by the next message.
4149 exec 5>>.
/config.log
4157 # Check whether --enable-targets or --disable-targets was given.
4158 if test "${enable_targets+set}" = set; then
4159 enableval
="$enable_targets"
4160 case "${enableval}" in
4161 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4162 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4163 { (exit 1); exit 1; }; }
4165 no
) enable_targets
= ;;
4166 *) enable_targets
=$enableval ;;
4168 fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
4169 if test "${enable_commonbfdlib+set}" = set; then
4170 enableval
="$enable_commonbfdlib"
4171 case "${enableval}" in
4172 yes) commonbfdlib
=true
;;
4173 no
) commonbfdlib
=false
;;
4174 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4175 echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4176 { (exit 1); exit 1; }; } ;;
4181 # The location to which bugs should be reported.
4183 # Check whether --with-bugurl or --without-bugurl was given.
4184 if test "${with_bugurl+set}" = set; then
4185 withval
="$with_bugurl"
4187 yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
4188 echo "$as_me: error: bug URL not specified" >&2;}
4189 { (exit 1); exit 1; }; } ;;
4190 no
) REPORT_BUGS_TO
="";
4193 *) REPORT_BUGS_TO
="<URL:$withval>"
4194 REPORT_BUGS_TEXI
="@uref{`echo $withval | sed 's/@/@@/g'`}"
4198 REPORT_BUGS_TO
="<URL:http://www.sourceware.org/bugzilla/>"
4199 REPORT_BUGS_TEXI
="@uref{http://www.sourceware.org/bugzilla/}"
4206 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4208 # Check whether --enable-werror or --disable-werror was given.
4209 if test "${enable_werror+set}" = set; then
4210 enableval
="$enable_werror"
4211 case "${enableval}" in
4212 yes | y
) ERROR_ON_WARNING
="yes" ;;
4213 no | n
) ERROR_ON_WARNING
="no" ;;
4214 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4215 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4216 { (exit 1); exit 1; }; } ;;
4220 # Enable -Werror by default when using gcc
4221 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4222 ERROR_ON_WARNING
=yes
4226 if test "${ERROR_ON_WARNING}" = yes ; then
4227 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
4228 NO_WERROR
="-Wno-error"
4231 if test "${GCC}" = yes ; then
4232 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
4235 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4236 if test "${enable_build_warnings+set}" = set; then
4237 enableval
="$enable_build_warnings"
4238 case "${enableval}" in
4239 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
4240 no
) if test "${GCC}" = yes ; then
4243 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4244 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
4245 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4246 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
4247 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4251 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
4252 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4259 # Generate a header file
4260 ac_config_headers
="$ac_config_headers config.h:config.in"
4263 # If we are on a DOS filesystem, we must use gdb.ini rather than
4266 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
4268 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
4273 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
4279 #We need this for the host. BOUT header is in host order.
4280 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4281 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4282 if test "${ac_cv_c_bigendian+set}" = set; then
4283 echo $ECHO_N "(cached) $ECHO_C" >&6
4285 # See if sys/param.h defines the BYTE_ORDER macro.
4286 cat >conftest.
$ac_ext <<_ACEOF
4289 cat confdefs.h
>>conftest.
$ac_ext
4290 cat >>conftest.
$ac_ext <<_ACEOF
4291 /* end confdefs.h. */
4292 #include <sys/types.h>
4293 #include <sys/param.h>
4298 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4306 rm -f conftest.
$ac_objext
4307 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4308 (eval $ac_compile) 2>conftest.er1
4310 grep -v '^ *+' conftest.er1
>conftest.err
4312 cat conftest.err
>&5
4313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4314 (exit $ac_status); } &&
4315 { ac_try
='test -z "$ac_c_werror_flag"
4316 || test ! -s conftest.err'
4317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4321 (exit $ac_status); }; } &&
4322 { ac_try
='test -s conftest.$ac_objext'
4323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327 (exit $ac_status); }; }; then
4328 # It does; now see whether it defined to BIG_ENDIAN or not.
4329 cat >conftest.
$ac_ext <<_ACEOF
4332 cat confdefs.h
>>conftest.
$ac_ext
4333 cat >>conftest.
$ac_ext <<_ACEOF
4334 /* end confdefs.h. */
4335 #include <sys/types.h>
4336 #include <sys/param.h>
4341 #if BYTE_ORDER != BIG_ENDIAN
4349 rm -f conftest.
$ac_objext
4350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4351 (eval $ac_compile) 2>conftest.er1
4353 grep -v '^ *+' conftest.er1
>conftest.err
4355 cat conftest.err
>&5
4356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357 (exit $ac_status); } &&
4358 { ac_try
='test -z "$ac_c_werror_flag"
4359 || test ! -s conftest.err'
4360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364 (exit $ac_status); }; } &&
4365 { ac_try
='test -s conftest.$ac_objext'
4366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4370 (exit $ac_status); }; }; then
4371 ac_cv_c_bigendian
=yes
4373 echo "$as_me: failed program was:" >&5
4374 sed 's/^/| /' conftest.
$ac_ext >&5
4376 ac_cv_c_bigendian
=no
4378 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4380 echo "$as_me: failed program was:" >&5
4381 sed 's/^/| /' conftest.
$ac_ext >&5
4383 # It does not; compile a test program.
4384 if test "$cross_compiling" = yes; then
4385 # try to guess the endianness by grepping values into an object file
4386 ac_cv_c_bigendian
=unknown
4387 cat >conftest.
$ac_ext <<_ACEOF
4390 cat confdefs.h
>>conftest.
$ac_ext
4391 cat >>conftest.
$ac_ext <<_ACEOF
4392 /* end confdefs.h. */
4393 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4394 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4395 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4396 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4397 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4398 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4402 _ascii (); _ebcdic ();
4407 rm -f conftest.
$ac_objext
4408 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4409 (eval $ac_compile) 2>conftest.er1
4411 grep -v '^ *+' conftest.er1
>conftest.err
4413 cat conftest.err
>&5
4414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4415 (exit $ac_status); } &&
4416 { ac_try
='test -z "$ac_c_werror_flag"
4417 || test ! -s conftest.err'
4418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4422 (exit $ac_status); }; } &&
4423 { ac_try
='test -s conftest.$ac_objext'
4424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4428 (exit $ac_status); }; }; then
4429 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
4430 ac_cv_c_bigendian
=yes
4432 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
4433 if test "$ac_cv_c_bigendian" = unknown
; then
4434 ac_cv_c_bigendian
=no
4436 # finding both strings is unlikely to happen, but who knows?
4437 ac_cv_c_bigendian
=unknown
4441 echo "$as_me: failed program was:" >&5
4442 sed 's/^/| /' conftest.
$ac_ext >&5
4445 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4447 cat >conftest.
$ac_ext <<_ACEOF
4450 cat confdefs.h
>>conftest.
$ac_ext
4451 cat >>conftest.
$ac_ext <<_ACEOF
4452 /* end confdefs.h. */
4456 /* Are we little or big endian? From Harbison&Steele. */
4460 char c[sizeof (long)];
4463 exit (u.c[sizeof (long) - 1] == 1);
4466 rm -f conftest
$ac_exeext
4467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4468 (eval $ac_link) 2>&5
4470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4471 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476 (exit $ac_status); }; }; then
4477 ac_cv_c_bigendian
=no
4479 echo "$as_me: program exited with status $ac_status" >&5
4480 echo "$as_me: failed program was:" >&5
4481 sed 's/^/| /' conftest.
$ac_ext >&5
4484 ac_cv_c_bigendian
=yes
4486 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4491 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4492 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4493 case $ac_cv_c_bigendian in
4496 cat >>confdefs.h
<<\_ACEOF
4497 #define WORDS_BIGENDIAN 1
4503 { { echo "$as_me:$LINENO: error: unknown endianness
4504 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4505 echo "$as_me: error: unknown endianness
4506 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4507 { (exit 1); exit 1; }; } ;;
4513 # Makefile target for installing gas in $(tooldir)/bin.
4514 install_tooldir
=install-exec-tooldir
4518 if test -n "$enable_targets" ; then
4519 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
4520 if test $t = "all"; then
4524 result
=`$ac_config_sub $t 2>/dev/null`
4525 if test -n "$result" ; then
4526 canon_targets
="$canon_targets $result"
4528 # # Permit "all", etc. We don't support it yet though.
4529 # canon_targets="$canon_targets $t"
4532 _gas_uniq_list
="$canon_targets"
4533 _gas_uniq_newlist
=""
4534 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
4535 case $_gas_uniq_i in
4537 *) case " $_gas_uniq_newlist " in
4538 *" $_gas_uniq_i "*) ;;
4539 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
4543 canon_targets
=$_gas_uniq_newlist
4549 for this_target
in $target $canon_targets ; do
4552 .
${srcdir}/configure.tgt
4554 case ${target_cpu} in
4557 cat >>confdefs.h
<<_ACEOF
4558 #define DEFAULT_CRIS_ARCH $arch
4564 if test ${this_target} = $target ; then
4565 target_cpu_type
=${cpu_type}
4566 elif test ${target_cpu_type} != ${cpu_type} ; then
4570 generic_target
=${cpu_type}-${target_vendor}-${target_os}
4571 case ${generic_target} in
4573 if test ${this_target} = $target; then
4575 cat >>confdefs.h
<<\_ACEOF
4582 i386-
*-msdosdjgpp* \
4586 cat >>confdefs.h
<<\_ACEOF
4587 #define STRICTCOFF 1
4593 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4594 echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
4600 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
4601 echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
4602 { (exit 1); exit 1; }; }
4607 cat >>confdefs.h
<<\_ACEOF
4608 #define AIX_WEAK_SUPPORT 1
4615 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
4616 echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4617 { (exit 1); exit 1; }; } ;;
4621 if test ${this_target} = $target; then
4623 cat >>confdefs.h
<<\_ACEOF
4624 #define TARGET_SOLARIS_COMMENT 1
4628 if test x
${endian} = xbig
; then
4629 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
4630 echo "$as_me: error: Solaris must be configured little endian" >&2;}
4631 { (exit 1); exit 1; }; }
4637 cat >>confdefs.h
<<\_ACEOF
4638 #define TARGET_SYMBIAN 1
4644 if test ${this_target} = $target ; then
4646 if test x
${endian} = xbig
; then
4648 elif test x
${endian} = xlittle
; then
4651 if test x
${endian_def} != x
; then
4653 cat >>confdefs.h
<<_ACEOF
4654 #define TARGET_BYTES_BIG_ENDIAN $endian_def
4660 # Other random stuff.
4664 # Set mips_cpu to the name of the default CPU.
4665 case ${target_cpu} in
4666 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
4669 mipsisa32 | mipsisa32el
)
4672 mipsisa32r2 | mipsisa32r2el
)
4675 mipsisa64 | mipsisa64el
)
4678 mipsisa64r2 | mipsisa64r2el
)
4681 mipstx39 | mipstx39el
)
4684 mips64vr | mips64vrel
)
4687 mipsisa32r2
* | mipsisa64r2
*)
4688 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4690 mips64
* | mipsisa64
* | mipsisa32
*)
4691 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4694 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4695 echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4696 { (exit 1); exit 1; }; }
4699 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4700 # binaries. It's a GNU extension that some OSes don't understand.
4701 # The value only matters on ELF targets.
4704 use_e_mips_abi_o32
=0
4707 use_e_mips_abi_o32
=1
4710 # Decide whether to generate 32-bit or 64-bit code by default.
4711 # Used to resolve -march=from-abi when an embedded ABI is selected.
4713 mips64
*-*-* | mipsisa64
*-*-*)
4714 mips_default_64bit
=1
4717 mips_default_64bit
=0
4720 # Decide which ABI to target by default.
4722 mips64
*-linux* | mips-sgi-irix6
*)
4723 mips_default_abi
=N32_ABI
4726 mips_default_abi
=O32_ABI
4729 mips_default_abi
=N64_ABI
4732 mips_default_abi
=NO_ABI
4736 cat >>confdefs.h
<<_ACEOF
4737 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
4741 cat >>confdefs.h
<<_ACEOF
4742 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
4746 cat >>confdefs.h
<<_ACEOF
4747 #define MIPS_DEFAULT_64BIT $mips_default_64bit
4751 cat >>confdefs.h
<<_ACEOF
4752 #define MIPS_DEFAULT_ABI $mips_default_abi
4758 # Do we need the opcodes library?
4766 case "${enable_shared}" in
4767 yes) shared_opcodes
=true
;;
4768 *opcodes
*) shared_opcodes
=true
;;
4769 *) shared_opcodes
=false
;;
4774 # Any other special object files needed ?
4778 echo ${extra_objects} |
grep -s "bfin-parse.o"
4779 if test $?
-ne 0 ; then
4780 extra_objects
="$extra_objects bfin-parse.o"
4783 echo ${extra_objects} |
grep -s "bfin-lex.o"
4784 if test $?
-ne 0 ; then
4785 extra_objects
="$extra_objects bfin-lex.o"
4789 fr30 | ip2k | iq2000 | m32r | openrisc
)
4800 case ${extra_objects} in
4802 *) extra_objects
="$extra_objects m68k-parse.o" ;;
4811 echo ${extra_objects} |
grep -s "itbl-parse.o"
4812 if test $?
-ne 0 ; then
4813 extra_objects
="$extra_objects itbl-parse.o"
4816 echo ${extra_objects} |
grep -s "itbl-lex.o"
4817 if test $?
-ne 0 ; then
4818 extra_objects
="$extra_objects itbl-lex.o"
4821 echo ${extra_objects} |
grep -s "itbl-ops.o"
4822 if test $?
-ne 0 ; then
4823 extra_objects
="$extra_objects itbl-ops.o"
4831 i386 | s390 | sparc
)
4832 if test $this_target = $target ; then
4834 cat >>confdefs.h
<<_ACEOF
4835 #define DEFAULT_ARCH "${arch}"
4850 echo ${extra_objects} |
grep -s "xtensa-relax.o"
4851 if test $?
-ne 0 ; then
4852 extra_objects
="$extra_objects xtensa-relax.o"
4860 if test $using_cgen = yes ; then
4861 case "x${extra_objects}" in
4863 *) extra_objects
="$extra_objects cgen.o" ;;
4867 # See if we really can support this configuration with the emulation code.
4869 if test $this_target = $target ; then
4874 # From target name and format, produce a list of supported emulations.
4876 case ${generic_target}-${fmt} in
4877 mips-
*-irix5*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
4878 mips
*-*-linux*-*) case "$endian" in
4879 big
) emulation
="mipsbelf mipslelf mipself" ;;
4880 *) emulation
="mipslelf mipsbelf mipself" ;;
4882 mips-
*-lnews*-ecoff) ;;
4883 mips-
*-*-ecoff) case "$endian" in
4884 big
) emulation
="mipsbecoff mipslecoff mipsecoff" ;;
4885 *) emulation
="mipslecoff mipsbecoff mipsecoff" ;;
4887 mips-
*-*-elf) case "$endian" in
4888 big
) emulation
="mipsbelf mipslelf mipself" ;;
4889 *) emulation
="mipslelf mipsbelf mipself" ;;
4891 mips-
*-sysv4*MP
*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
4892 # i386-pc-pe-coff != i386-pc-coff.
4894 # Uncommenting the next line will turn on support for i386 AOUT
4895 # for the default linux configuration
4896 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4898 i386-
*-aout) emulation
="i386aout" ;;
4899 i386-
*-coff) emulation
="i386coff" ;;
4900 i386-
*-elf) emulation
="i386elf" ;;
4902 # Always all formats. The first stated emulation becomes the default.
4903 cris-
*-*aout
*) emulation
="crisaout criself" ;;
4904 cris-
*-*) emulation
="criself crisaout" ;;
4907 emulations
="$emulations $emulation"
4911 # Turn on all targets if possible
4912 if test ${all_targets} = "yes"; then
4913 case ${target_cpu_type} in
4915 case ${obj_format} in
4917 emulations
="$emulations i386coff i386elf"
4920 emulations
="$emulations i386aout i386elf"
4923 emulations
="$emulations i386aout i386coff"
4928 case ${obj_format} in
4930 emulations
="$emulations i386coff i386elf"
4933 emulations
="$emulations i386aout i386elf"
4936 emulations
="$emulations i386aout i386coff"
4943 # Assign floating point type. Most processors with FP support
4944 # IEEE FP. On those that don't support FP at all, usually IEEE
4946 case ${target_cpu} in
4947 vax | pdp11
) atof
=vax
;;
4951 case "${obj_format}" in
4952 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4953 echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4954 { (exit 1); exit 1; }; } ;;
4957 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4959 if test $using_cgen = yes ; then
4960 case ${target_cpu} in
4961 *) cgen_cpu_prefix
=${target_cpu} ;;
4965 cat >>confdefs.h
<<\_ACEOF
4966 #define USING_CGEN 1
4972 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
4973 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4974 echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4975 { (exit 1); exit 1; }; }
4978 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
4979 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4980 echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4981 { (exit 1); exit 1; }; }
4984 # Some COFF configurations want these random other flags set.
4985 case ${obj_format} in
4987 case ${target_cpu_type} in
4989 cat >>confdefs.h
<<\_ACEOF
4994 cat >>confdefs.h
<<\_ACEOF
4999 cat >>confdefs.h
<<\_ACEOF
5004 cat >>confdefs.h
<<\_ACEOF
5012 # Getting this done right is going to be a bitch. Each configuration specified
5013 # with --enable-targets=... should be checked for environment, format, cpu
5016 # For each configuration, the necessary object file support code must be linked
5017 # in. This might be only one, it might be up to four. The necessary emulation
5018 # code needs to be provided, too.
5020 # And then there's "--enable-targets=all"....
5022 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
5024 formats
="${obj_format}"
5027 _gas_uniq_list
="$emulations"
5028 _gas_uniq_newlist
=""
5029 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
5030 case $_gas_uniq_i in
5032 *) case " $_gas_uniq_newlist " in
5033 *" $_gas_uniq_i "*) ;;
5034 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
5038 emulations
=$_gas_uniq_newlist
5040 for em
in .
$emulations ; do
5043 mipsbelf | mipslelf | mipself
)
5044 fmt=elf
file=mipself
;;
5045 mipsbecoff | mipslecoff | mipsecoff
)
5046 fmt=ecoff
file=mipsecoff
;;
5048 fmt=coff
file=$em ;;
5050 fmt=aout
file=$em ;;
5054 formats
="$formats $fmt"
5055 emfiles
="$emfiles e-$file.o"
5056 EMULATIONS
="$EMULATIONS &$em,"
5058 _gas_uniq_list
="$formats"
5059 _gas_uniq_newlist
=""
5060 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
5061 case $_gas_uniq_i in
5063 *) case " $_gas_uniq_newlist " in
5064 *" $_gas_uniq_i "*) ;;
5065 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
5069 formats
=$_gas_uniq_newlist
5071 _gas_uniq_list
="$emfiles"
5072 _gas_uniq_newlist
=""
5073 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
5074 case $_gas_uniq_i in
5076 *) case " $_gas_uniq_newlist " in
5077 *" $_gas_uniq_i "*) ;;
5078 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
5082 emfiles
=$_gas_uniq_newlist
5084 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
5085 for fmt in $formats ; do
5088 cat >>confdefs.h
<<\_ACEOF
5089 #define OBJ_MAYBE_AOUT 1
5093 cat >>confdefs.h
<<\_ACEOF
5094 #define OBJ_MAYBE_BOUT 1
5098 cat >>confdefs.h
<<\_ACEOF
5099 #define OBJ_MAYBE_COFF 1
5103 cat >>confdefs.h
<<\_ACEOF
5104 #define OBJ_MAYBE_ECOFF 1
5108 cat >>confdefs.h
<<\_ACEOF
5109 #define OBJ_MAYBE_ELF 1
5113 cat >>confdefs.h
<<\_ACEOF
5114 #define OBJ_MAYBE_GENERIC 1
5118 cat >>confdefs.h
<<\_ACEOF
5119 #define OBJ_MAYBE_SOM 1
5123 extra_objects
="$extra_objects obj-$fmt.o"
5127 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
5128 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
5129 # e-mips* has more than one emulation per file, e-i386* has just one at the
5130 # moment. If only one emulation is specified, then don't define
5131 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
5132 case "${obj_format}${emfiles}" in
5134 extra_objects
="$extra_objects $emfiles"
5136 cat >>confdefs.h
<<\_ACEOF
5137 #define USE_EMULATIONS 1
5144 cat >>confdefs.h
<<_ACEOF
5145 #define EMULATIONS $EMULATIONS
5149 cat >>confdefs.h
<<_ACEOF
5150 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
5154 reject_dev_configs
=yes
5156 case ${reject_dev_configs}-${dev} in
5158 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
5159 echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
5160 { (exit 1); exit 1; }; }
5170 # do we need the opcodes library?
5171 case "${need_opcodes}" in
5173 OPCODES_LIB
=..
/opcodes
/libopcodes.la
5180 cat >>confdefs.h
<<_ACEOF
5181 #define TARGET_ALIAS "${target_alias}"
5185 cat >>confdefs.h
<<_ACEOF
5186 #define TARGET_CANONICAL "${target}"
5190 cat >>confdefs.h
<<_ACEOF
5191 #define TARGET_CPU "${target_cpu}"
5195 cat >>confdefs.h
<<_ACEOF
5196 #define TARGET_VENDOR "${target_vendor}"
5200 cat >>confdefs.h
<<_ACEOF
5201 #define TARGET_OS "${target_os}"
5206 ac_cpp
='$CPP $CPPFLAGS'
5207 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5208 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5209 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5210 if test -n "$ac_tool_prefix"; then
5211 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5212 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
5213 echo "$as_me:$LINENO: checking for $ac_word" >&5
5214 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5215 if test "${ac_cv_prog_CC+set}" = set; then
5216 echo $ECHO_N "(cached) $ECHO_C" >&6
5218 if test -n "$CC"; then
5219 ac_cv_prog_CC
="$CC" # Let the user override the test.
5221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5225 test -z "$as_dir" && as_dir
=.
5226 for ac_exec_ext
in '' $ac_executable_extensions; do
5227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5228 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
5229 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5238 if test -n "$CC"; then
5239 echo "$as_me:$LINENO: result: $CC" >&5
5240 echo "${ECHO_T}$CC" >&6
5242 echo "$as_me:$LINENO: result: no" >&5
5243 echo "${ECHO_T}no" >&6
5247 if test -z "$ac_cv_prog_CC"; then
5249 # Extract the first word of "gcc", so it can be a program name with args.
5250 set dummy gcc
; ac_word
=$2
5251 echo "$as_me:$LINENO: checking for $ac_word" >&5
5252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5253 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5254 echo $ECHO_N "(cached) $ECHO_C" >&6
5256 if test -n "$ac_ct_CC"; then
5257 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5259 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5263 test -z "$as_dir" && as_dir
=.
5264 for ac_exec_ext
in '' $ac_executable_extensions; do
5265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5266 ac_cv_prog_ac_ct_CC
="gcc"
5267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5276 if test -n "$ac_ct_CC"; then
5277 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5278 echo "${ECHO_T}$ac_ct_CC" >&6
5280 echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6
5289 if test -z "$CC"; then
5290 if test -n "$ac_tool_prefix"; then
5291 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5292 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
5293 echo "$as_me:$LINENO: checking for $ac_word" >&5
5294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5295 if test "${ac_cv_prog_CC+set}" = set; then
5296 echo $ECHO_N "(cached) $ECHO_C" >&6
5298 if test -n "$CC"; then
5299 ac_cv_prog_CC
="$CC" # Let the user override the test.
5301 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5305 test -z "$as_dir" && as_dir
=.
5306 for ac_exec_ext
in '' $ac_executable_extensions; do
5307 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5308 ac_cv_prog_CC
="${ac_tool_prefix}cc"
5309 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5318 if test -n "$CC"; then
5319 echo "$as_me:$LINENO: result: $CC" >&5
5320 echo "${ECHO_T}$CC" >&6
5322 echo "$as_me:$LINENO: result: no" >&5
5323 echo "${ECHO_T}no" >&6
5327 if test -z "$ac_cv_prog_CC"; then
5329 # Extract the first word of "cc", so it can be a program name with args.
5330 set dummy cc
; ac_word
=$2
5331 echo "$as_me:$LINENO: checking for $ac_word" >&5
5332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5334 echo $ECHO_N "(cached) $ECHO_C" >&6
5336 if test -n "$ac_ct_CC"; then
5337 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5343 test -z "$as_dir" && as_dir
=.
5344 for ac_exec_ext
in '' $ac_executable_extensions; do
5345 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5346 ac_cv_prog_ac_ct_CC
="cc"
5347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5355 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5356 if test -n "$ac_ct_CC"; then
5357 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5358 echo "${ECHO_T}$ac_ct_CC" >&6
5360 echo "$as_me:$LINENO: result: no" >&5
5361 echo "${ECHO_T}no" >&6
5370 if test -z "$CC"; then
5371 # Extract the first word of "cc", so it can be a program name with args.
5372 set dummy cc
; ac_word
=$2
5373 echo "$as_me:$LINENO: checking for $ac_word" >&5
5374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5375 if test "${ac_cv_prog_CC+set}" = set; then
5376 echo $ECHO_N "(cached) $ECHO_C" >&6
5378 if test -n "$CC"; then
5379 ac_cv_prog_CC
="$CC" # Let the user override the test.
5382 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5386 test -z "$as_dir" && as_dir
=.
5387 for ac_exec_ext
in '' $ac_executable_extensions; do
5388 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5389 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5390 ac_prog_rejected
=yes
5394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 if test $ac_prog_rejected = yes; then
5401 # We found a bogon in the path, so make sure we never use it.
5402 set dummy
$ac_cv_prog_CC
5404 if test $# != 0; then
5405 # We chose a different compiler from the bogus one.
5406 # However, it has the same basename, so the bogon will be chosen
5407 # first if we set CC to just the basename; use the full file name.
5409 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
5415 if test -n "$CC"; then
5416 echo "$as_me:$LINENO: result: $CC" >&5
5417 echo "${ECHO_T}$CC" >&6
5419 echo "$as_me:$LINENO: result: no" >&5
5420 echo "${ECHO_T}no" >&6
5424 if test -z "$CC"; then
5425 if test -n "$ac_tool_prefix"; then
5428 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5429 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5430 echo "$as_me:$LINENO: checking for $ac_word" >&5
5431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5432 if test "${ac_cv_prog_CC+set}" = set; then
5433 echo $ECHO_N "(cached) $ECHO_C" >&6
5435 if test -n "$CC"; then
5436 ac_cv_prog_CC
="$CC" # Let the user override the test.
5438 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5442 test -z "$as_dir" && as_dir
=.
5443 for ac_exec_ext
in '' $ac_executable_extensions; do
5444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5445 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
5446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5455 if test -n "$CC"; then
5456 echo "$as_me:$LINENO: result: $CC" >&5
5457 echo "${ECHO_T}$CC" >&6
5459 echo "$as_me:$LINENO: result: no" >&5
5460 echo "${ECHO_T}no" >&6
5463 test -n "$CC" && break
5466 if test -z "$CC"; then
5470 # Extract the first word of "$ac_prog", so it can be a program name with args.
5471 set dummy
$ac_prog; ac_word
=$2
5472 echo "$as_me:$LINENO: checking for $ac_word" >&5
5473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5474 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5475 echo $ECHO_N "(cached) $ECHO_C" >&6
5477 if test -n "$ac_ct_CC"; then
5478 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
5480 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5484 test -z "$as_dir" && as_dir
=.
5485 for ac_exec_ext
in '' $ac_executable_extensions; do
5486 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5487 ac_cv_prog_ac_ct_CC
="$ac_prog"
5488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
5497 if test -n "$ac_ct_CC"; then
5498 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5499 echo "${ECHO_T}$ac_ct_CC" >&6
5501 echo "$as_me:$LINENO: result: no" >&5
5502 echo "${ECHO_T}no" >&6
5505 test -n "$ac_ct_CC" && break
5514 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5515 See \`config.log' for more details." >&5
5516 echo "$as_me: error: no acceptable C compiler found in \$PATH
5517 See \`config.log' for more details." >&2;}
5518 { (exit 1); exit 1; }; }
5520 # Provide some information about the compiler.
5521 echo "$as_me:$LINENO:" \
5522 "checking for C compiler version" >&5
5523 ac_compiler
=`set X $ac_compile; echo $2`
5524 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5525 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
5527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5528 (exit $ac_status); }
5529 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5530 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
5532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5533 (exit $ac_status); }
5534 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5535 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
5537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); }
5540 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5541 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5542 if test "${ac_cv_c_compiler_gnu+set}" = set; then
5543 echo $ECHO_N "(cached) $ECHO_C" >&6
5545 cat >conftest.
$ac_ext <<_ACEOF
5548 cat confdefs.h
>>conftest.
$ac_ext
5549 cat >>conftest.
$ac_ext <<_ACEOF
5550 /* end confdefs.h. */
5563 rm -f conftest.
$ac_objext
5564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5565 (eval $ac_compile) 2>conftest.er1
5567 grep -v '^ *+' conftest.er1
>conftest.err
5569 cat conftest.err
>&5
5570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5571 (exit $ac_status); } &&
5572 { ac_try
='test -z "$ac_c_werror_flag"
5573 || test ! -s conftest.err'
5574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5578 (exit $ac_status); }; } &&
5579 { ac_try
='test -s conftest.$ac_objext'
5580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5584 (exit $ac_status); }; }; then
5587 echo "$as_me: failed program was:" >&5
5588 sed 's/^/| /' conftest.
$ac_ext >&5
5592 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5593 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
5596 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5597 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5598 GCC
=`test $ac_compiler_gnu = yes && echo yes`
5599 ac_test_CFLAGS
=${CFLAGS+set}
5600 ac_save_CFLAGS
=$CFLAGS
5602 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5603 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5604 if test "${ac_cv_prog_cc_g+set}" = set; then
5605 echo $ECHO_N "(cached) $ECHO_C" >&6
5607 cat >conftest.
$ac_ext <<_ACEOF
5610 cat confdefs.h
>>conftest.
$ac_ext
5611 cat >>conftest.
$ac_ext <<_ACEOF
5612 /* end confdefs.h. */
5622 rm -f conftest.
$ac_objext
5623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5624 (eval $ac_compile) 2>conftest.er1
5626 grep -v '^ *+' conftest.er1
>conftest.err
5628 cat conftest.err
>&5
5629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5630 (exit $ac_status); } &&
5631 { ac_try
='test -z "$ac_c_werror_flag"
5632 || test ! -s conftest.err'
5633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5637 (exit $ac_status); }; } &&
5638 { ac_try
='test -s conftest.$ac_objext'
5639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5643 (exit $ac_status); }; }; then
5646 echo "$as_me: failed program was:" >&5
5647 sed 's/^/| /' conftest.
$ac_ext >&5
5651 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5653 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5654 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5655 if test "$ac_test_CFLAGS" = set; then
5656 CFLAGS
=$ac_save_CFLAGS
5657 elif test $ac_cv_prog_cc_g = yes; then
5658 if test "$GCC" = yes; then
5664 if test "$GCC" = yes; then
5670 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5671 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5672 if test "${ac_cv_prog_cc_stdc+set}" = set; then
5673 echo $ECHO_N "(cached) $ECHO_C" >&6
5675 ac_cv_prog_cc_stdc
=no
5677 cat >conftest.
$ac_ext <<_ACEOF
5680 cat confdefs.h
>>conftest.
$ac_ext
5681 cat >>conftest.
$ac_ext <<_ACEOF
5682 /* end confdefs.h. */
5685 #include <sys/types.h>
5686 #include <sys/stat.h>
5687 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5688 struct buf { int x; };
5689 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5690 static char *e (p, i)
5696 static char *f (char * (*g) (char **, int), char **p, ...)
5701 s = g (p, va_arg (v,int));
5706 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5707 function prototypes and stuff, but not '\xHH' hex character constants.
5708 These don't provoke an error unfortunately, instead are silently treated
5709 as 'x'. The following induces an error, until -std1 is added to get
5710 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5711 array size at least. It's necessary to write '\x00'==0 to get something
5712 that's true only with -std1. */
5713 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5715 int test (int i, double x);
5716 struct s1 {int (*f) (int a);};
5717 struct s2 {int (*f) (double a);};
5718 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5724 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5729 # Don't try gcc -ansi; that turns off useful extensions and
5730 # breaks some systems' header files.
5731 # AIX -qlanglvl=ansi
5732 # Ultrix and OSF/1 -std1
5733 # HP-UX 10.20 and later -Ae
5734 # HP-UX older versions -Aa -D_HPUX_SOURCE
5735 # SVR4 -Xc -D__EXTENSIONS__
5736 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5738 CC
="$ac_save_CC $ac_arg"
5739 rm -f conftest.
$ac_objext
5740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5741 (eval $ac_compile) 2>conftest.er1
5743 grep -v '^ *+' conftest.er1
>conftest.err
5745 cat conftest.err
>&5
5746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5747 (exit $ac_status); } &&
5748 { ac_try
='test -z "$ac_c_werror_flag"
5749 || test ! -s conftest.err'
5750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); }; } &&
5755 { ac_try
='test -s conftest.$ac_objext'
5756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760 (exit $ac_status); }; }; then
5761 ac_cv_prog_cc_stdc
=$ac_arg
5764 echo "$as_me: failed program was:" >&5
5765 sed 's/^/| /' conftest.
$ac_ext >&5
5768 rm -f conftest.err conftest.
$ac_objext
5770 rm -f conftest.
$ac_ext conftest.
$ac_objext
5775 case "x$ac_cv_prog_cc_stdc" in
5777 echo "$as_me:$LINENO: result: none needed" >&5
5778 echo "${ECHO_T}none needed" >&6 ;;
5780 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5781 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5782 CC
="$CC $ac_cv_prog_cc_stdc" ;;
5785 # Some people use a C++ compiler to compile C. Since we use `exit',
5786 # in C++ we need to declare it. In case someone uses the same compiler
5787 # for both compiling C and C++ we need to have the C++ compiler decide
5788 # the declaration of exit, since it's the most demanding environment.
5789 cat >conftest.
$ac_ext <<_ACEOF
5794 rm -f conftest.
$ac_objext
5795 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5796 (eval $ac_compile) 2>conftest.er1
5798 grep -v '^ *+' conftest.er1
>conftest.err
5800 cat conftest.err
>&5
5801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5802 (exit $ac_status); } &&
5803 { ac_try
='test -z "$ac_c_werror_flag"
5804 || test ! -s conftest.err'
5805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5809 (exit $ac_status); }; } &&
5810 { ac_try
='test -s conftest.$ac_objext'
5811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5815 (exit $ac_status); }; }; then
5816 for ac_declaration
in \
5818 'extern "C" void std::exit (int) throw (); using std::exit;' \
5819 'extern "C" void std::exit (int); using std::exit;' \
5820 'extern "C" void exit (int) throw ();' \
5821 'extern "C" void exit (int);' \
5824 cat >conftest.
$ac_ext <<_ACEOF
5827 cat confdefs.h
>>conftest.
$ac_ext
5828 cat >>conftest.
$ac_ext <<_ACEOF
5829 /* end confdefs.h. */
5840 rm -f conftest.
$ac_objext
5841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5842 (eval $ac_compile) 2>conftest.er1
5844 grep -v '^ *+' conftest.er1
>conftest.err
5846 cat conftest.err
>&5
5847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848 (exit $ac_status); } &&
5849 { ac_try
='test -z "$ac_c_werror_flag"
5850 || test ! -s conftest.err'
5851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5855 (exit $ac_status); }; } &&
5856 { ac_try
='test -s conftest.$ac_objext'
5857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861 (exit $ac_status); }; }; then
5864 echo "$as_me: failed program was:" >&5
5865 sed 's/^/| /' conftest.
$ac_ext >&5
5869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5870 cat >conftest.
$ac_ext <<_ACEOF
5873 cat confdefs.h
>>conftest.
$ac_ext
5874 cat >>conftest.
$ac_ext <<_ACEOF
5875 /* end confdefs.h. */
5885 rm -f conftest.
$ac_objext
5886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5887 (eval $ac_compile) 2>conftest.er1
5889 grep -v '^ *+' conftest.er1
>conftest.err
5891 cat conftest.err
>&5
5892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893 (exit $ac_status); } &&
5894 { ac_try
='test -z "$ac_c_werror_flag"
5895 || test ! -s conftest.err'
5896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5900 (exit $ac_status); }; } &&
5901 { ac_try
='test -s conftest.$ac_objext'
5902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906 (exit $ac_status); }; }; then
5909 echo "$as_me: failed program was:" >&5
5910 sed 's/^/| /' conftest.
$ac_ext >&5
5913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5916 if test -n "$ac_declaration"; then
5917 echo '#ifdef __cplusplus' >>confdefs.h
5918 echo $ac_declaration >>confdefs.h
5919 echo '#endif' >>confdefs.h
5923 echo "$as_me: failed program was:" >&5
5924 sed 's/^/| /' conftest.
$ac_ext >&5
5927 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5929 ac_cpp
='$CPP $CPPFLAGS'
5930 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5931 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5932 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5935 for ac_prog
in 'bison -y' byacc
5937 # Extract the first word of "$ac_prog", so it can be a program name with args.
5938 set dummy
$ac_prog; ac_word
=$2
5939 echo "$as_me:$LINENO: checking for $ac_word" >&5
5940 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5941 if test "${ac_cv_prog_YACC+set}" = set; then
5942 echo $ECHO_N "(cached) $ECHO_C" >&6
5944 if test -n "$YACC"; then
5945 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
5947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5951 test -z "$as_dir" && as_dir
=.
5952 for ac_exec_ext
in '' $ac_executable_extensions; do
5953 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5954 ac_cv_prog_YACC
="$ac_prog"
5955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5963 YACC
=$ac_cv_prog_YACC
5964 if test -n "$YACC"; then
5965 echo "$as_me:$LINENO: result: $YACC" >&5
5966 echo "${ECHO_T}$YACC" >&6
5968 echo "$as_me:$LINENO: result: no" >&5
5969 echo "${ECHO_T}no" >&6
5972 test -n "$YACC" && break
5974 test -n "$YACC" || YACC
="yacc"
5976 for ac_prog
in flex
lex
5978 # Extract the first word of "$ac_prog", so it can be a program name with args.
5979 set dummy
$ac_prog; ac_word
=$2
5980 echo "$as_me:$LINENO: checking for $ac_word" >&5
5981 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5982 if test "${ac_cv_prog_LEX+set}" = set; then
5983 echo $ECHO_N "(cached) $ECHO_C" >&6
5985 if test -n "$LEX"; then
5986 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
5988 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5992 test -z "$as_dir" && as_dir
=.
5993 for ac_exec_ext
in '' $ac_executable_extensions; do
5994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5995 ac_cv_prog_LEX
="$ac_prog"
5996 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6005 if test -n "$LEX"; then
6006 echo "$as_me:$LINENO: result: $LEX" >&5
6007 echo "${ECHO_T}$LEX" >&6
6009 echo "$as_me:$LINENO: result: no" >&5
6010 echo "${ECHO_T}no" >&6
6013 test -n "$LEX" && break
6015 test -n "$LEX" || LEX
=":"
6017 if test -z "$LEXLIB"
6019 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
6020 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
6021 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
6022 echo $ECHO_N "(cached) $ECHO_C" >&6
6024 ac_check_lib_save_LIBS
=$LIBS
6026 cat >conftest.
$ac_ext <<_ACEOF
6029 cat confdefs.h
>>conftest.
$ac_ext
6030 cat >>conftest.
$ac_ext <<_ACEOF
6031 /* end confdefs.h. */
6033 /* Override any gcc2 internal prototype to avoid an error. */
6037 /* We use char because int might match the return type of a gcc2
6038 builtin and then its argument prototype would still apply. */
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_lib_fl_yywrap
=yes
6072 echo "$as_me: failed program was:" >&5
6073 sed 's/^/| /' conftest.
$ac_ext >&5
6075 ac_cv_lib_fl_yywrap
=no
6077 rm -f conftest.err conftest.
$ac_objext \
6078 conftest
$ac_exeext conftest.
$ac_ext
6079 LIBS
=$ac_check_lib_save_LIBS
6081 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
6082 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
6083 if test $ac_cv_lib_fl_yywrap = yes; then
6086 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
6087 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
6088 if test "${ac_cv_lib_l_yywrap+set}" = set; then
6089 echo $ECHO_N "(cached) $ECHO_C" >&6
6091 ac_check_lib_save_LIBS
=$LIBS
6093 cat >conftest.
$ac_ext <<_ACEOF
6096 cat confdefs.h
>>conftest.
$ac_ext
6097 cat >>conftest.
$ac_ext <<_ACEOF
6098 /* end confdefs.h. */
6100 /* Override any gcc2 internal prototype to avoid an error. */
6104 /* We use char because int might match the return type of a gcc2
6105 builtin and then its argument prototype would still apply. */
6115 rm -f conftest.
$ac_objext conftest
$ac_exeext
6116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6117 (eval $ac_link) 2>conftest.er1
6119 grep -v '^ *+' conftest.er1
>conftest.err
6121 cat conftest.err
>&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); } &&
6124 { ac_try
='test -z "$ac_c_werror_flag"
6125 || test ! -s conftest.err'
6126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6130 (exit $ac_status); }; } &&
6131 { ac_try
='test -s conftest$ac_exeext'
6132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6136 (exit $ac_status); }; }; then
6137 ac_cv_lib_l_yywrap
=yes
6139 echo "$as_me: failed program was:" >&5
6140 sed 's/^/| /' conftest.
$ac_ext >&5
6142 ac_cv_lib_l_yywrap
=no
6144 rm -f conftest.err conftest.
$ac_objext \
6145 conftest
$ac_exeext conftest.
$ac_ext
6146 LIBS
=$ac_check_lib_save_LIBS
6148 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
6149 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
6150 if test $ac_cv_lib_l_yywrap = yes; then
6158 if test "x$LEX" != "x:"; then
6159 echo "$as_me:$LINENO: checking lex output file root" >&5
6160 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
6161 if test "${ac_cv_prog_lex_root+set}" = set; then
6162 echo $ECHO_N "(cached) $ECHO_C" >&6
6164 # The minimal lex program is just a single line: %%. But some broken lexes
6165 # (Solaris, I think it was) want two %% lines, so accommodate them.
6166 cat >conftest.l
<<_ACEOF
6170 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
6171 (eval $LEX conftest.l
) 2>&5
6173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6174 (exit $ac_status); }
6175 if test -f lex.yy.c
; then
6176 ac_cv_prog_lex_root
=lex.yy
6177 elif test -f lexyy.c
; then
6178 ac_cv_prog_lex_root
=lexyy
6180 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6181 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6182 { (exit 1); exit 1; }; }
6185 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6186 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
6188 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
6190 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6191 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6192 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6193 echo $ECHO_N "(cached) $ECHO_C" >&6
6195 # POSIX says lex can declare yytext either as a pointer or an array; the
6196 # default is implementation-dependent. Figure out which it is, since
6197 # not all implementations provide the %pointer and %array declarations.
6198 ac_cv_prog_lex_yytext_pointer
=no
6199 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
6201 LIBS
="$LIBS $LEXLIB"
6202 cat >conftest.
$ac_ext <<_ACEOF
6203 `cat $LEX_OUTPUT_ROOT.c`
6205 rm -f conftest.
$ac_objext conftest
$ac_exeext
6206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6207 (eval $ac_link) 2>conftest.er1
6209 grep -v '^ *+' conftest.er1
>conftest.err
6211 cat conftest.err
>&5
6212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6213 (exit $ac_status); } &&
6214 { ac_try
='test -z "$ac_c_werror_flag"
6215 || test ! -s conftest.err'
6216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220 (exit $ac_status); }; } &&
6221 { ac_try
='test -s conftest$ac_exeext'
6222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226 (exit $ac_status); }; }; then
6227 ac_cv_prog_lex_yytext_pointer
=yes
6229 echo "$as_me: failed program was:" >&5
6230 sed 's/^/| /' conftest.
$ac_ext >&5
6233 rm -f conftest.err conftest.
$ac_objext \
6234 conftest
$ac_exeext conftest.
$ac_ext
6236 rm -f "${LEX_OUTPUT_ROOT}.c"
6239 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6240 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6241 if test $ac_cv_prog_lex_yytext_pointer = yes; then
6243 cat >>confdefs.h
<<\_ACEOF
6244 #define YYTEXT_POINTER 1
6250 if test "$LEX" = :; then
6251 LEX
=${am_missing_run}flex
6254 ALL_LINGUAS
="fr tr es rw"
6255 # If we haven't got the data from the intl directory,
6256 # assume NLS is disabled.
6265 if test -f ..
/intl
/config.intl
; then
6266 . ..
/intl
/config.intl
6268 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
6269 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
6270 if test x
"$USE_NLS" != xyes
; then
6271 echo "$as_me:$LINENO: result: no" >&5
6272 echo "${ECHO_T}no" >&6
6274 echo "$as_me:$LINENO: result: yes" >&5
6275 echo "${ECHO_T}yes" >&6
6277 cat >>confdefs.h
<<\_ACEOF
6278 #define ENABLE_NLS 1
6282 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
6283 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
6284 # Look for .po and .gmo files in the source directory.
6287 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
6288 # If there aren't any .gmo files the shell will give us the
6289 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6291 case "$cat" in *\
**)
6294 # The quadruple backslash is collapsed to a double backslash
6295 # by the backticks, then collapsed again by the double quotes,
6296 # leaving us with one backslash in the sed expression (right
6297 # before the dot that mustn't act as a wildcard).
6298 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6299 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
6300 # The user is allowed to set LINGUAS to a list of languages to
6301 # install catalogs for. If it's empty that means "all of them."
6302 if test "x$LINGUAS" = x
; then
6303 CATALOGS
="$CATALOGS $cat"
6304 XLINGUAS
="$XLINGUAS $lang"
6306 case "$LINGUAS" in *$lang*)
6307 CATALOGS
="$CATALOGS $cat"
6308 XLINGUAS
="$XLINGUAS $lang"
6314 echo "$as_me:$LINENO: result: $LINGUAS" >&5
6315 echo "${ECHO_T}$LINGUAS" >&6
6329 if test -n "$ac_aux_dir"; then
6330 case "$ac_aux_dir" in
6331 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
6332 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
6335 if test -z "$MKINSTALLDIRS"; then
6336 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
6341 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
6342 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
6343 # Check whether --enable-nls or --disable-nls was given.
6344 if test "${enable_nls+set}" = set; then
6345 enableval
="$enable_nls"
6350 echo "$as_me:$LINENO: result: $USE_NLS" >&5
6351 echo "${ECHO_T}$USE_NLS" >&6
6358 # Prepare PATH_SEPARATOR.
6359 # The user is always right.
6360 if test "${PATH_SEPARATOR+set}" != set; then
6361 echo "#! /bin/sh" >conf$$.sh
6362 echo "exit 0" >>conf$$.sh
6364 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6372 # Find out how to test for executable files. Don't use a zero-byte file,
6373 # as systems may use methods other than mode bits to determine executability.
6374 cat >conf$$.
file <<_ASEOF
6378 chmod +x conf$$.
file
6379 if test -x conf$$.
file >/dev
/null
2>&1; then
6380 ac_executable_p
="test -x"
6382 ac_executable_p
="test -f"
6386 # Extract the first word of "msgfmt", so it can be a program name with args.
6387 set dummy msgfmt
; ac_word
=$2
6388 echo "$as_me:$LINENO: checking for $ac_word" >&5
6389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6390 if test "${ac_cv_path_MSGFMT+set}" = set; then
6391 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
6398 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
6399 for ac_dir
in $PATH; do
6401 test -z "$ac_dir" && ac_dir
=.
6402 for ac_exec_ext
in '' $ac_executable_extensions; do
6403 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
6404 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
6405 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
6406 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
6413 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
6417 MSGFMT
="$ac_cv_path_MSGFMT"
6418 if test "$MSGFMT" != ":"; then
6419 echo "$as_me:$LINENO: result: $MSGFMT" >&5
6420 echo "${ECHO_T}$MSGFMT" >&6
6422 echo "$as_me:$LINENO: result: no" >&5
6423 echo "${ECHO_T}no" >&6
6426 # Extract the first word of "gmsgfmt", so it can be a program name with args.
6427 set dummy gmsgfmt
; ac_word
=$2
6428 echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6430 if test "${ac_cv_path_GMSGFMT+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6435 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
6438 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6442 test -z "$as_dir" && as_dir
=.
6443 for ac_exec_ext
in '' $ac_executable_extensions; do
6444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6445 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
6446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
6456 GMSGFMT
=$ac_cv_path_GMSGFMT
6458 if test -n "$GMSGFMT"; then
6459 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
6460 echo "${ECHO_T}$GMSGFMT" >&6
6462 echo "$as_me:$LINENO: result: no" >&5
6463 echo "${ECHO_T}no" >&6
6468 # Prepare PATH_SEPARATOR.
6469 # The user is always right.
6470 if test "${PATH_SEPARATOR+set}" != set; then
6471 echo "#! /bin/sh" >conf$$.sh
6472 echo "exit 0" >>conf$$.sh
6474 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6482 # Find out how to test for executable files. Don't use a zero-byte file,
6483 # as systems may use methods other than mode bits to determine executability.
6484 cat >conf$$.
file <<_ASEOF
6488 chmod +x conf$$.
file
6489 if test -x conf$$.
file >/dev
/null
2>&1; then
6490 ac_executable_p
="test -x"
6492 ac_executable_p
="test -f"
6496 # Extract the first word of "xgettext", so it can be a program name with args.
6497 set dummy xgettext
; ac_word
=$2
6498 echo "$as_me:$LINENO: checking for $ac_word" >&5
6499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6500 if test "${ac_cv_path_XGETTEXT+set}" = set; then
6501 echo $ECHO_N "(cached) $ECHO_C" >&6
6505 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
6508 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
6509 for ac_dir
in $PATH; do
6511 test -z "$ac_dir" && ac_dir
=.
6512 for ac_exec_ext
in '' $ac_executable_extensions; do
6513 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
6514 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
6515 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
6516 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
6523 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
6527 XGETTEXT
="$ac_cv_path_XGETTEXT"
6528 if test "$XGETTEXT" != ":"; then
6529 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
6530 echo "${ECHO_T}$XGETTEXT" >&6
6532 echo "$as_me:$LINENO: result: no" >&5
6533 echo "${ECHO_T}no" >&6
6539 # Prepare PATH_SEPARATOR.
6540 # The user is always right.
6541 if test "${PATH_SEPARATOR+set}" != set; then
6542 echo "#! /bin/sh" >conf$$.sh
6543 echo "exit 0" >>conf$$.sh
6545 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6553 # Find out how to test for executable files. Don't use a zero-byte file,
6554 # as systems may use methods other than mode bits to determine executability.
6555 cat >conf$$.
file <<_ASEOF
6559 chmod +x conf$$.
file
6560 if test -x conf$$.
file >/dev
/null
2>&1; then
6561 ac_executable_p
="test -x"
6563 ac_executable_p
="test -f"
6567 # Extract the first word of "msgmerge", so it can be a program name with args.
6568 set dummy msgmerge
; ac_word
=$2
6569 echo "$as_me:$LINENO: checking for $ac_word" >&5
6570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6571 if test "${ac_cv_path_MSGMERGE+set}" = set; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6
6576 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
6579 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
6580 for ac_dir
in $PATH; do
6582 test -z "$ac_dir" && ac_dir
=.
6583 for ac_exec_ext
in '' $ac_executable_extensions; do
6584 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
6585 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
6586 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
6593 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
6597 MSGMERGE
="$ac_cv_path_MSGMERGE"
6598 if test "$MSGMERGE" != ":"; then
6599 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
6600 echo "${ECHO_T}$MSGMERGE" >&6
6602 echo "$as_me:$LINENO: result: no" >&5
6603 echo "${ECHO_T}no" >&6
6607 if test "$GMSGFMT" != ":"; then
6608 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
6609 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
6612 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
6613 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
6614 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
6619 if test "$XGETTEXT" != ":"; then
6620 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
6621 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
6624 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
6625 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
6631 ac_config_commands
="$ac_config_commands default-1"
6635 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
6636 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
6637 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
6638 if test "${enable_maintainer_mode+set}" = set; then
6639 enableval
="$enable_maintainer_mode"
6640 USE_MAINTAINER_MODE
=$enableval
6642 USE_MAINTAINER_MODE
=no
6644 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
6645 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
6648 if test $USE_MAINTAINER_MODE = yes; then
6649 MAINTAINER_MODE_TRUE
=
6650 MAINTAINER_MODE_FALSE
='#'
6652 MAINTAINER_MODE_TRUE
='#'
6653 MAINTAINER_MODE_FALSE
=
6656 MAINT
=$MAINTAINER_MODE_TRUE
6662 GENINSRC_NEVER_TRUE
=
6663 GENINSRC_NEVER_FALSE
='#'
6665 GENINSRC_NEVER_TRUE
='#'
6666 GENINSRC_NEVER_FALSE
=
6672 ac_cpp
='$CPP $CPPFLAGS'
6673 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6674 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6675 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6676 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6677 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6678 # On Suns, sometimes $CPP names a directory.
6679 if test -n "$CPP" && test -d "$CPP"; then
6682 if test -z "$CPP"; then
6683 if test "${ac_cv_prog_CPP+set}" = set; then
6684 echo $ECHO_N "(cached) $ECHO_C" >&6
6686 # Double quotes because CPP needs to be expanded
6687 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6690 for ac_c_preproc_warn_flag
in '' yes
6692 # Use a header file that comes with gcc, so configuring glibc
6693 # with a fresh cross-compiler works.
6694 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6695 # <limits.h> exists even on freestanding compilers.
6696 # On the NeXT, cc -E runs the code through the compiler's parser,
6697 # not just through cpp. "Syntax error" is here to catch this case.
6698 cat >conftest.
$ac_ext <<_ACEOF
6701 cat confdefs.h
>>conftest.
$ac_ext
6702 cat >>conftest.
$ac_ext <<_ACEOF
6703 /* end confdefs.h. */
6705 # include <limits.h>
6707 # include <assert.h>
6711 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6712 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6714 grep -v '^ *+' conftest.er1
>conftest.err
6716 cat conftest.err
>&5
6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718 (exit $ac_status); } >/dev
/null
; then
6719 if test -s conftest.err
; then
6720 ac_cpp_err
=$ac_c_preproc_warn_flag
6721 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6728 if test -z "$ac_cpp_err"; then
6731 echo "$as_me: failed program was:" >&5
6732 sed 's/^/| /' conftest.
$ac_ext >&5
6734 # Broken: fails on valid input.
6737 rm -f conftest.err conftest.
$ac_ext
6739 # OK, works on sane cases. Now check whether non-existent headers
6740 # can be detected and how.
6741 cat >conftest.
$ac_ext <<_ACEOF
6744 cat confdefs.h
>>conftest.
$ac_ext
6745 cat >>conftest.
$ac_ext <<_ACEOF
6746 /* end confdefs.h. */
6747 #include <ac_nonexistent.h>
6749 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6750 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6752 grep -v '^ *+' conftest.er1
>conftest.err
6754 cat conftest.err
>&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } >/dev
/null
; then
6757 if test -s conftest.err
; then
6758 ac_cpp_err
=$ac_c_preproc_warn_flag
6759 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6766 if test -z "$ac_cpp_err"; then
6767 # Broken: success on invalid input.
6770 echo "$as_me: failed program was:" >&5
6771 sed 's/^/| /' conftest.
$ac_ext >&5
6773 # Passes both tests.
6777 rm -f conftest.err conftest.
$ac_ext
6780 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6781 rm -f conftest.err conftest.
$ac_ext
6782 if $ac_preproc_ok; then
6794 echo "$as_me:$LINENO: result: $CPP" >&5
6795 echo "${ECHO_T}$CPP" >&6
6797 for ac_c_preproc_warn_flag
in '' yes
6799 # Use a header file that comes with gcc, so configuring glibc
6800 # with a fresh cross-compiler works.
6801 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6802 # <limits.h> exists even on freestanding compilers.
6803 # On the NeXT, cc -E runs the code through the compiler's parser,
6804 # not just through cpp. "Syntax error" is here to catch this case.
6805 cat >conftest.
$ac_ext <<_ACEOF
6808 cat confdefs.h
>>conftest.
$ac_ext
6809 cat >>conftest.
$ac_ext <<_ACEOF
6810 /* end confdefs.h. */
6812 # include <limits.h>
6814 # include <assert.h>
6818 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6819 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6821 grep -v '^ *+' conftest.er1
>conftest.err
6823 cat conftest.err
>&5
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); } >/dev
/null
; then
6826 if test -s conftest.err
; then
6827 ac_cpp_err
=$ac_c_preproc_warn_flag
6828 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6835 if test -z "$ac_cpp_err"; then
6838 echo "$as_me: failed program was:" >&5
6839 sed 's/^/| /' conftest.
$ac_ext >&5
6841 # Broken: fails on valid input.
6844 rm -f conftest.err conftest.
$ac_ext
6846 # OK, works on sane cases. Now check whether non-existent headers
6847 # can be detected and how.
6848 cat >conftest.
$ac_ext <<_ACEOF
6851 cat confdefs.h
>>conftest.
$ac_ext
6852 cat >>conftest.
$ac_ext <<_ACEOF
6853 /* end confdefs.h. */
6854 #include <ac_nonexistent.h>
6856 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6857 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6859 grep -v '^ *+' conftest.er1
>conftest.err
6861 cat conftest.err
>&5
6862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6863 (exit $ac_status); } >/dev
/null
; then
6864 if test -s conftest.err
; then
6865 ac_cpp_err
=$ac_c_preproc_warn_flag
6866 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6873 if test -z "$ac_cpp_err"; then
6874 # Broken: success on invalid input.
6877 echo "$as_me: failed program was:" >&5
6878 sed 's/^/| /' conftest.
$ac_ext >&5
6880 # Passes both tests.
6884 rm -f conftest.err conftest.
$ac_ext
6887 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6888 rm -f conftest.err conftest.
$ac_ext
6889 if $ac_preproc_ok; then
6892 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6893 See \`config.log' for more details." >&5
6894 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6895 See \`config.log' for more details." >&2;}
6896 { (exit 1); exit 1; }; }
6900 ac_cpp
='$CPP $CPPFLAGS'
6901 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6902 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6903 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6906 echo "$as_me:$LINENO: checking for egrep" >&5
6907 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6908 if test "${ac_cv_prog_egrep+set}" = set; then
6909 echo $ECHO_N "(cached) $ECHO_C" >&6
6911 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
6912 then ac_cv_prog_egrep
='grep -E'
6913 else ac_cv_prog_egrep
='egrep'
6916 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6917 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6918 EGREP
=$ac_cv_prog_egrep
6921 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6922 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6923 if test "${ac_cv_header_stdc+set}" = set; then
6924 echo $ECHO_N "(cached) $ECHO_C" >&6
6926 cat >conftest.
$ac_ext <<_ACEOF
6929 cat confdefs.h
>>conftest.
$ac_ext
6930 cat >>conftest.
$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6945 rm -f conftest.
$ac_objext
6946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6947 (eval $ac_compile) 2>conftest.er1
6949 grep -v '^ *+' conftest.er1
>conftest.err
6951 cat conftest.err
>&5
6952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6953 (exit $ac_status); } &&
6954 { ac_try
='test -z "$ac_c_werror_flag"
6955 || test ! -s conftest.err'
6956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); }; } &&
6961 { ac_try
='test -s conftest.$ac_objext'
6962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6966 (exit $ac_status); }; }; then
6967 ac_cv_header_stdc
=yes
6969 echo "$as_me: failed program was:" >&5
6970 sed 's/^/| /' conftest.
$ac_ext >&5
6972 ac_cv_header_stdc
=no
6974 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6976 if test $ac_cv_header_stdc = yes; then
6977 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6978 cat >conftest.
$ac_ext <<_ACEOF
6981 cat confdefs.h
>>conftest.
$ac_ext
6982 cat >>conftest.
$ac_ext <<_ACEOF
6983 /* end confdefs.h. */
6987 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6988 $EGREP "memchr" >/dev
/null
2>&1; then
6991 ac_cv_header_stdc
=no
6997 if test $ac_cv_header_stdc = yes; then
6998 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6999 cat >conftest.
$ac_ext <<_ACEOF
7002 cat confdefs.h
>>conftest.
$ac_ext
7003 cat >>conftest.
$ac_ext <<_ACEOF
7004 /* end confdefs.h. */
7008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7009 $EGREP "free" >/dev
/null
2>&1; then
7012 ac_cv_header_stdc
=no
7018 if test $ac_cv_header_stdc = yes; then
7019 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7020 if test "$cross_compiling" = yes; then
7023 cat >conftest.
$ac_ext <<_ACEOF
7026 cat confdefs.h
>>conftest.
$ac_ext
7027 cat >>conftest.
$ac_ext <<_ACEOF
7028 /* end confdefs.h. */
7030 #if ((' ' & 0x0FF) == 0x020)
7031 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7032 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7034 # define ISLOWER(c) \
7035 (('a' <= (c) && (c) <= 'i') \
7036 || ('j' <= (c) && (c) <= 'r') \
7037 || ('s' <= (c) && (c) <= 'z'))
7038 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7041 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7046 for (i = 0; i < 256; i++)
7047 if (XOR (islower (i), ISLOWER (i))
7048 || toupper (i) != TOUPPER (i))
7053 rm -f conftest
$ac_exeext
7054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7055 (eval $ac_link) 2>&5
7057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7063 (exit $ac_status); }; }; then
7066 echo "$as_me: program exited with status $ac_status" >&5
7067 echo "$as_me: failed program was:" >&5
7068 sed 's/^/| /' conftest.
$ac_ext >&5
7071 ac_cv_header_stdc
=no
7073 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7077 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7078 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7079 if test $ac_cv_header_stdc = yes; then
7081 cat >>confdefs.h
<<\_ACEOF
7082 #define STDC_HEADERS 1
7087 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7097 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7098 inttypes.h stdint.h unistd.h
7100 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7101 echo "$as_me:$LINENO: checking for $ac_header" >&5
7102 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7103 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7104 echo $ECHO_N "(cached) $ECHO_C" >&6
7106 cat >conftest.
$ac_ext <<_ACEOF
7109 cat confdefs.h
>>conftest.
$ac_ext
7110 cat >>conftest.
$ac_ext <<_ACEOF
7111 /* end confdefs.h. */
7112 $ac_includes_default
7114 #include <$ac_header>
7116 rm -f conftest.
$ac_objext
7117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7118 (eval $ac_compile) 2>conftest.er1
7120 grep -v '^ *+' conftest.er1
>conftest.err
7122 cat conftest.err
>&5
7123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124 (exit $ac_status); } &&
7125 { ac_try
='test -z "$ac_c_werror_flag"
7126 || test ! -s conftest.err'
7127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7131 (exit $ac_status); }; } &&
7132 { ac_try
='test -s conftest.$ac_objext'
7133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7137 (exit $ac_status); }; }; then
7138 eval "$as_ac_Header=yes"
7140 echo "$as_me: failed program was:" >&5
7141 sed 's/^/| /' conftest.
$ac_ext >&5
7143 eval "$as_ac_Header=no"
7145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7147 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7148 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7149 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7150 cat >>confdefs.h
<<_ACEOF
7151 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7168 for ac_header
in string.h stdlib.h memory.h
strings.h unistd.h stdarg.h varargs.h errno.h sys
/types.h
7170 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7171 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7172 echo "$as_me:$LINENO: checking for $ac_header" >&5
7173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7174 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7175 echo $ECHO_N "(cached) $ECHO_C" >&6
7177 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7178 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7180 # Is the header compilable?
7181 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7182 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7183 cat >conftest.
$ac_ext <<_ACEOF
7186 cat confdefs.h
>>conftest.
$ac_ext
7187 cat >>conftest.
$ac_ext <<_ACEOF
7188 /* end confdefs.h. */
7189 $ac_includes_default
7190 #include <$ac_header>
7192 rm -f conftest.
$ac_objext
7193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7194 (eval $ac_compile) 2>conftest.er1
7196 grep -v '^ *+' conftest.er1
>conftest.err
7198 cat conftest.err
>&5
7199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7200 (exit $ac_status); } &&
7201 { ac_try
='test -z "$ac_c_werror_flag"
7202 || test ! -s conftest.err'
7203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7207 (exit $ac_status); }; } &&
7208 { ac_try
='test -s conftest.$ac_objext'
7209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7213 (exit $ac_status); }; }; then
7214 ac_header_compiler
=yes
7216 echo "$as_me: failed program was:" >&5
7217 sed 's/^/| /' conftest.
$ac_ext >&5
7219 ac_header_compiler
=no
7221 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7222 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7223 echo "${ECHO_T}$ac_header_compiler" >&6
7225 # Is the header present?
7226 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7227 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7228 cat >conftest.
$ac_ext <<_ACEOF
7231 cat confdefs.h
>>conftest.
$ac_ext
7232 cat >>conftest.
$ac_ext <<_ACEOF
7233 /* end confdefs.h. */
7234 #include <$ac_header>
7236 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7237 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7239 grep -v '^ *+' conftest.er1
>conftest.err
7241 cat conftest.err
>&5
7242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243 (exit $ac_status); } >/dev
/null
; then
7244 if test -s conftest.err
; then
7245 ac_cpp_err
=$ac_c_preproc_warn_flag
7246 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7253 if test -z "$ac_cpp_err"; then
7254 ac_header_preproc
=yes
7256 echo "$as_me: failed program was:" >&5
7257 sed 's/^/| /' conftest.
$ac_ext >&5
7259 ac_header_preproc
=no
7261 rm -f conftest.err conftest.
$ac_ext
7262 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7263 echo "${ECHO_T}$ac_header_preproc" >&6
7265 # So? What about this header?
7266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7268 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7269 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7271 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7272 ac_header_preproc
=yes
7275 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7276 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7277 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7278 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7279 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7280 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7281 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7282 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7283 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7284 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7285 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7286 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7289 ## ------------------------------------------ ##
7290 ## Report this to the AC_PACKAGE_NAME lists. ##
7291 ## ------------------------------------------ ##
7294 sed "s/^/$as_me: WARNING: /" >&2
7297 echo "$as_me:$LINENO: checking for $ac_header" >&5
7298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7299 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7300 echo $ECHO_N "(cached) $ECHO_C" >&6
7302 eval "$as_ac_Header=\$ac_header_preproc"
7304 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7305 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7308 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7309 cat >>confdefs.h
<<_ACEOF
7310 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7318 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
7319 # people who are not cross-compiling but are compiling cross-assemblers.
7320 echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
7321 echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
7322 if test "${host}" = "${target}"; then
7327 cat >>confdefs.h
<<\_ACEOF
7328 #define CROSS_COMPILE 1
7332 echo "$as_me:$LINENO: result: $cross_gas" >&5
7333 echo "${ECHO_T}$cross_gas" >&6
7335 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7336 # for constant arguments. Useless!
7337 echo "$as_me:$LINENO: checking for working alloca.h" >&5
7338 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7339 if test "${ac_cv_working_alloca_h+set}" = set; then
7340 echo $ECHO_N "(cached) $ECHO_C" >&6
7342 cat >conftest.
$ac_ext <<_ACEOF
7345 cat confdefs.h
>>conftest.
$ac_ext
7346 cat >>conftest.
$ac_ext <<_ACEOF
7347 /* end confdefs.h. */
7352 char *p = (char *) alloca (2 * sizeof (int));
7357 rm -f conftest.
$ac_objext conftest
$ac_exeext
7358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7359 (eval $ac_link) 2>conftest.er1
7361 grep -v '^ *+' conftest.er1
>conftest.err
7363 cat conftest.err
>&5
7364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7365 (exit $ac_status); } &&
7366 { ac_try
='test -z "$ac_c_werror_flag"
7367 || test ! -s conftest.err'
7368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372 (exit $ac_status); }; } &&
7373 { ac_try
='test -s conftest$ac_exeext'
7374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); }; }; then
7379 ac_cv_working_alloca_h
=yes
7381 echo "$as_me: failed program was:" >&5
7382 sed 's/^/| /' conftest.
$ac_ext >&5
7384 ac_cv_working_alloca_h
=no
7386 rm -f conftest.err conftest.
$ac_objext \
7387 conftest
$ac_exeext conftest.
$ac_ext
7389 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
7390 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7391 if test $ac_cv_working_alloca_h = yes; then
7393 cat >>confdefs.h
<<\_ACEOF
7394 #define HAVE_ALLOCA_H 1
7399 echo "$as_me:$LINENO: checking for alloca" >&5
7400 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7401 if test "${ac_cv_func_alloca_works+set}" = set; then
7402 echo $ECHO_N "(cached) $ECHO_C" >&6
7404 cat >conftest.
$ac_ext <<_ACEOF
7407 cat confdefs.h
>>conftest.
$ac_ext
7408 cat >>conftest.
$ac_ext <<_ACEOF
7409 /* end confdefs.h. */
7411 # define alloca __builtin_alloca
7414 # include <malloc.h>
7415 # define alloca _alloca
7418 # include <alloca.h>
7423 # ifndef alloca /* predefined by HP cc +Olibcalls */
7434 char *p = (char *) alloca (1);
7439 rm -f conftest.
$ac_objext conftest
$ac_exeext
7440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7441 (eval $ac_link) 2>conftest.er1
7443 grep -v '^ *+' conftest.er1
>conftest.err
7445 cat conftest.err
>&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } &&
7448 { ac_try
='test -z "$ac_c_werror_flag"
7449 || test ! -s conftest.err'
7450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7454 (exit $ac_status); }; } &&
7455 { ac_try
='test -s conftest$ac_exeext'
7456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7460 (exit $ac_status); }; }; then
7461 ac_cv_func_alloca_works
=yes
7463 echo "$as_me: failed program was:" >&5
7464 sed 's/^/| /' conftest.
$ac_ext >&5
7466 ac_cv_func_alloca_works
=no
7468 rm -f conftest.err conftest.
$ac_objext \
7469 conftest
$ac_exeext conftest.
$ac_ext
7471 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
7472 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7474 if test $ac_cv_func_alloca_works = yes; then
7476 cat >>confdefs.h
<<\_ACEOF
7477 #define HAVE_ALLOCA 1
7481 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
7482 # that cause trouble. Some versions do not even contain alloca or
7483 # contain a buggy version. If you still want to use their alloca,
7484 # use ar to extract alloca.o from them instead of compiling alloca.c.
7486 ALLOCA
=alloca.
$ac_objext
7488 cat >>confdefs.h
<<\_ACEOF
7493 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
7494 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7495 if test "${ac_cv_os_cray+set}" = set; then
7496 echo $ECHO_N "(cached) $ECHO_C" >&6
7498 cat >conftest.
$ac_ext <<_ACEOF
7501 cat confdefs.h
>>conftest.
$ac_ext
7502 cat >>conftest.
$ac_ext <<_ACEOF
7503 /* end confdefs.h. */
7504 #if defined(CRAY) && ! defined(CRAY2)
7511 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7512 $EGREP "webecray" >/dev
/null
2>&1; then
7520 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
7521 echo "${ECHO_T}$ac_cv_os_cray" >&6
7522 if test $ac_cv_os_cray = yes; then
7523 for ac_func
in _getb67 GETB67 getb67
; do
7524 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7525 echo "$as_me:$LINENO: checking for $ac_func" >&5
7526 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7527 if eval "test \"\${$as_ac_var+set}\" = set"; then
7528 echo $ECHO_N "(cached) $ECHO_C" >&6
7530 cat >conftest.
$ac_ext <<_ACEOF
7533 cat confdefs.h
>>conftest.
$ac_ext
7534 cat >>conftest.
$ac_ext <<_ACEOF
7535 /* end confdefs.h. */
7536 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7537 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7538 #define $ac_func innocuous_$ac_func
7540 /* System header to define __stub macros and hopefully few prototypes,
7541 which can conflict with char $ac_func (); below.
7542 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7543 <limits.h> exists even on freestanding compilers. */
7546 # include <limits.h>
7548 # include <assert.h>
7553 /* Override any gcc2 internal prototype to avoid an error. */
7558 /* We use char because int might match the return type of a gcc2
7559 builtin and then its argument prototype would still apply. */
7561 /* The GNU C library defines this for functions which it implements
7562 to always fail with ENOSYS. Some functions are actually named
7563 something starting with __ and the normal name is an alias. */
7564 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7567 char (*f) () = $ac_func;
7576 return f != $ac_func;
7581 rm -f conftest.
$ac_objext conftest
$ac_exeext
7582 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7583 (eval $ac_link) 2>conftest.er1
7585 grep -v '^ *+' conftest.er1
>conftest.err
7587 cat conftest.err
>&5
7588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7589 (exit $ac_status); } &&
7590 { ac_try
='test -z "$ac_c_werror_flag"
7591 || test ! -s conftest.err'
7592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 (exit $ac_status); }; } &&
7597 { ac_try
='test -s conftest$ac_exeext'
7598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 (exit $ac_status); }; }; then
7603 eval "$as_ac_var=yes"
7605 echo "$as_me: failed program was:" >&5
7606 sed 's/^/| /' conftest.
$ac_ext >&5
7608 eval "$as_ac_var=no"
7610 rm -f conftest.err conftest.
$ac_objext \
7611 conftest
$ac_exeext conftest.
$ac_ext
7613 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7614 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7615 if test `eval echo '${'$as_ac_var'}'` = yes; then
7617 cat >>confdefs.h
<<_ACEOF
7618 #define CRAY_STACKSEG_END $ac_func
7627 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7628 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7629 if test "${ac_cv_c_stack_direction+set}" = set; then
7630 echo $ECHO_N "(cached) $ECHO_C" >&6
7632 if test "$cross_compiling" = yes; then
7633 ac_cv_c_stack_direction
=0
7635 cat >conftest.
$ac_ext <<_ACEOF
7638 cat confdefs.h
>>conftest.
$ac_ext
7639 cat >>conftest.
$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7642 find_stack_direction ()
7644 static char *addr = 0;
7649 return find_stack_direction ();
7652 return (&dummy > addr) ? 1 : -1;
7658 exit (find_stack_direction () < 0);
7661 rm -f conftest
$ac_exeext
7662 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7663 (eval $ac_link) 2>&5
7665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); }; }; then
7672 ac_cv_c_stack_direction
=1
7674 echo "$as_me: program exited with status $ac_status" >&5
7675 echo "$as_me: failed program was:" >&5
7676 sed 's/^/| /' conftest.
$ac_ext >&5
7679 ac_cv_c_stack_direction
=-1
7681 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7684 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7685 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7687 cat >>confdefs.h
<<_ACEOF
7688 #define STACK_DIRECTION $ac_cv_c_stack_direction
7694 echo "$as_me:$LINENO: checking for inline" >&5
7695 echo $ECHO_N "checking for inline... $ECHO_C" >&6
7696 if test "${ac_cv_c_inline+set}" = set; then
7697 echo $ECHO_N "(cached) $ECHO_C" >&6
7700 for ac_kw
in inline __inline__ __inline
; do
7701 cat >conftest.
$ac_ext <<_ACEOF
7704 cat confdefs.h
>>conftest.
$ac_ext
7705 cat >>conftest.
$ac_ext <<_ACEOF
7706 /* end confdefs.h. */
7709 static $ac_kw foo_t static_foo () {return 0; }
7710 $ac_kw foo_t foo () {return 0; }
7714 rm -f conftest.
$ac_objext
7715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7716 (eval $ac_compile) 2>conftest.er1
7718 grep -v '^ *+' conftest.er1
>conftest.err
7720 cat conftest.err
>&5
7721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7722 (exit $ac_status); } &&
7723 { ac_try
='test -z "$ac_c_werror_flag"
7724 || test ! -s conftest.err'
7725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7729 (exit $ac_status); }; } &&
7730 { ac_try
='test -s conftest.$ac_objext'
7731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7735 (exit $ac_status); }; }; then
7736 ac_cv_c_inline
=$ac_kw; break
7738 echo "$as_me: failed program was:" >&5
7739 sed 's/^/| /' conftest.
$ac_ext >&5
7742 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7746 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7747 echo "${ECHO_T}$ac_cv_c_inline" >&6
7750 case $ac_cv_c_inline in
7753 case $ac_cv_c_inline in
7755 *) ac_val
=$ac_cv_c_inline;;
7757 cat >>confdefs.h
<<_ACEOF
7759 #define inline $ac_val
7766 # VMS doesn't have unlink.
7769 for ac_func
in unlink remove
7771 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7772 echo "$as_me:$LINENO: checking for $ac_func" >&5
7773 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7774 if eval "test \"\${$as_ac_var+set}\" = set"; then
7775 echo $ECHO_N "(cached) $ECHO_C" >&6
7777 cat >conftest.
$ac_ext <<_ACEOF
7780 cat confdefs.h
>>conftest.
$ac_ext
7781 cat >>conftest.
$ac_ext <<_ACEOF
7782 /* end confdefs.h. */
7783 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7784 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7785 #define $ac_func innocuous_$ac_func
7787 /* System header to define __stub macros and hopefully few prototypes,
7788 which can conflict with char $ac_func (); below.
7789 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7790 <limits.h> exists even on freestanding compilers. */
7793 # include <limits.h>
7795 # include <assert.h>
7800 /* Override any gcc2 internal prototype to avoid an error. */
7805 /* We use char because int might match the return type of a gcc2
7806 builtin and then its argument prototype would still apply. */
7808 /* The GNU C library defines this for functions which it implements
7809 to always fail with ENOSYS. Some functions are actually named
7810 something starting with __ and the normal name is an alias. */
7811 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7814 char (*f) () = $ac_func;
7823 return f != $ac_func;
7828 rm -f conftest.
$ac_objext conftest
$ac_exeext
7829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7830 (eval $ac_link) 2>conftest.er1
7832 grep -v '^ *+' conftest.er1
>conftest.err
7834 cat conftest.err
>&5
7835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); } &&
7837 { ac_try
='test -z "$ac_c_werror_flag"
7838 || test ! -s conftest.err'
7839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843 (exit $ac_status); }; } &&
7844 { ac_try
='test -s conftest$ac_exeext'
7845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); }; }; then
7850 eval "$as_ac_var=yes"
7852 echo "$as_me: failed program was:" >&5
7853 sed 's/^/| /' conftest.
$ac_ext >&5
7855 eval "$as_ac_var=no"
7857 rm -f conftest.err conftest.
$ac_objext \
7858 conftest
$ac_exeext conftest.
$ac_ext
7860 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7861 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7862 if test `eval echo '${'$as_ac_var'}'` = yes; then
7863 cat >>confdefs.h
<<_ACEOF
7864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7871 # Some systems don't have sbrk().
7875 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7876 echo "$as_me:$LINENO: checking for $ac_func" >&5
7877 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7878 if eval "test \"\${$as_ac_var+set}\" = set"; then
7879 echo $ECHO_N "(cached) $ECHO_C" >&6
7881 cat >conftest.
$ac_ext <<_ACEOF
7884 cat confdefs.h
>>conftest.
$ac_ext
7885 cat >>conftest.
$ac_ext <<_ACEOF
7886 /* end confdefs.h. */
7887 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7889 #define $ac_func innocuous_$ac_func
7891 /* System header to define __stub macros and hopefully few prototypes,
7892 which can conflict with char $ac_func (); below.
7893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7894 <limits.h> exists even on freestanding compilers. */
7897 # include <limits.h>
7899 # include <assert.h>
7904 /* Override any gcc2 internal prototype to avoid an error. */
7909 /* We use char because int might match the return type of a gcc2
7910 builtin and then its argument prototype would still apply. */
7912 /* The GNU C library defines this for functions which it implements
7913 to always fail with ENOSYS. Some functions are actually named
7914 something starting with __ and the normal name is an alias. */
7915 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7918 char (*f) () = $ac_func;
7927 return f != $ac_func;
7932 rm -f conftest.
$ac_objext conftest
$ac_exeext
7933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7934 (eval $ac_link) 2>conftest.er1
7936 grep -v '^ *+' conftest.er1
>conftest.err
7938 cat conftest.err
>&5
7939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7940 (exit $ac_status); } &&
7941 { ac_try
='test -z "$ac_c_werror_flag"
7942 || test ! -s conftest.err'
7943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7947 (exit $ac_status); }; } &&
7948 { ac_try
='test -s conftest$ac_exeext'
7949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); }; }; then
7954 eval "$as_ac_var=yes"
7956 echo "$as_me: failed program was:" >&5
7957 sed 's/^/| /' conftest.
$ac_ext >&5
7959 eval "$as_ac_var=no"
7961 rm -f conftest.err conftest.
$ac_objext \
7962 conftest
$ac_exeext conftest.
$ac_ext
7964 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7965 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7966 if test `eval echo '${'$as_ac_var'}'` = yes; then
7967 cat >>confdefs.h
<<_ACEOF
7968 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7975 # do we need the math library?
7976 case "${need_libm}" in
7980 *-*-beos* |
*-*-cygwin* |
*-*-pw32* |
*-*-darwin*)
7981 # These system don't have libm
7982 # on darwin the libm is a symbolic link to libSystem.dylib
7985 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
7986 echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
7987 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
7988 echo $ECHO_N "(cached) $ECHO_C" >&6
7990 ac_check_lib_save_LIBS
=$LIBS
7992 cat >conftest.
$ac_ext <<_ACEOF
7995 cat confdefs.h
>>conftest.
$ac_ext
7996 cat >>conftest.
$ac_ext <<_ACEOF
7997 /* end confdefs.h. */
7999 /* Override any gcc2 internal prototype to avoid an error. */
8003 /* We use char because int might match the return type of a gcc2
8004 builtin and then its argument prototype would still apply. */
8005 char _mwvalidcheckl ();
8014 rm -f conftest.
$ac_objext conftest
$ac_exeext
8015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8016 (eval $ac_link) 2>conftest.er1
8018 grep -v '^ *+' conftest.er1
>conftest.err
8020 cat conftest.err
>&5
8021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } &&
8023 { ac_try
='test -z "$ac_c_werror_flag"
8024 || test ! -s conftest.err'
8025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); }; } &&
8030 { ac_try
='test -s conftest$ac_exeext'
8031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8035 (exit $ac_status); }; }; then
8036 ac_cv_lib_mw__mwvalidcheckl
=yes
8038 echo "$as_me: failed program was:" >&5
8039 sed 's/^/| /' conftest.
$ac_ext >&5
8041 ac_cv_lib_mw__mwvalidcheckl
=no
8043 rm -f conftest.err conftest.
$ac_objext \
8044 conftest
$ac_exeext conftest.
$ac_ext
8045 LIBS
=$ac_check_lib_save_LIBS
8047 echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
8048 echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
8049 if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
8053 echo "$as_me:$LINENO: checking for main in -lm" >&5
8054 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
8055 if test "${ac_cv_lib_m_main+set}" = set; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6
8058 ac_check_lib_save_LIBS
=$LIBS
8060 cat >conftest.
$ac_ext <<_ACEOF
8063 cat confdefs.h
>>conftest.
$ac_ext
8064 cat >>conftest.
$ac_ext <<_ACEOF
8065 /* end confdefs.h. */
8076 rm -f conftest.
$ac_objext conftest
$ac_exeext
8077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8078 (eval $ac_link) 2>conftest.er1
8080 grep -v '^ *+' conftest.er1
>conftest.err
8082 cat conftest.err
>&5
8083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8084 (exit $ac_status); } &&
8085 { ac_try
='test -z "$ac_c_werror_flag"
8086 || test ! -s conftest.err'
8087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091 (exit $ac_status); }; } &&
8092 { ac_try
='test -s conftest$ac_exeext'
8093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8097 (exit $ac_status); }; }; then
8098 ac_cv_lib_m_main
=yes
8100 echo "$as_me: failed program was:" >&5
8101 sed 's/^/| /' conftest.
$ac_ext >&5
8105 rm -f conftest.err conftest.
$ac_objext \
8106 conftest
$ac_exeext conftest.
$ac_ext
8107 LIBS
=$ac_check_lib_save_LIBS
8109 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
8110 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
8111 if test $ac_cv_lib_m_main = yes; then
8117 echo "$as_me:$LINENO: checking for main in -lm" >&5
8118 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
8119 if test "${ac_cv_lib_m_main+set}" = set; then
8120 echo $ECHO_N "(cached) $ECHO_C" >&6
8122 ac_check_lib_save_LIBS
=$LIBS
8124 cat >conftest.
$ac_ext <<_ACEOF
8127 cat confdefs.h
>>conftest.
$ac_ext
8128 cat >>conftest.
$ac_ext <<_ACEOF
8129 /* end confdefs.h. */
8140 rm -f conftest.
$ac_objext conftest
$ac_exeext
8141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8142 (eval $ac_link) 2>conftest.er1
8144 grep -v '^ *+' conftest.er1
>conftest.err
8146 cat conftest.err
>&5
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); } &&
8149 { ac_try
='test -z "$ac_c_werror_flag"
8150 || test ! -s conftest.err'
8151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); }; } &&
8156 { ac_try
='test -s conftest$ac_exeext'
8157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8161 (exit $ac_status); }; }; then
8162 ac_cv_lib_m_main
=yes
8164 echo "$as_me: failed program was:" >&5
8165 sed 's/^/| /' conftest.
$ac_ext >&5
8169 rm -f conftest.err conftest.
$ac_objext \
8170 conftest
$ac_exeext conftest.
$ac_ext
8171 LIBS
=$ac_check_lib_save_LIBS
8173 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
8174 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
8175 if test $ac_cv_lib_m_main = yes; then
8186 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
8187 # enough, but on some of those systems, the assert macro relies on requoting
8189 echo "$as_me:$LINENO: checking for working assert macro" >&5
8190 echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
8191 if test "${gas_cv_assert_ok+set}" = set; then
8192 echo $ECHO_N "(cached) $ECHO_C" >&6
8194 cat >conftest.
$ac_ext <<_ACEOF
8197 cat confdefs.h
>>conftest.
$ac_ext
8198 cat >>conftest.
$ac_ext <<_ACEOF
8199 /* end confdefs.h. */
8206 /* check for requoting problems */
8207 static int a, b, c, d;
8209 assert (!strcmp(s, "foo bar baz quux"));
8210 /* check for newline handling */
8218 rm -f conftest.
$ac_objext conftest
$ac_exeext
8219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8220 (eval $ac_link) 2>conftest.er1
8222 grep -v '^ *+' conftest.er1
>conftest.err
8224 cat conftest.err
>&5
8225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8226 (exit $ac_status); } &&
8227 { ac_try
='test -z "$ac_c_werror_flag"
8228 || test ! -s conftest.err'
8229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8233 (exit $ac_status); }; } &&
8234 { ac_try
='test -s conftest$ac_exeext'
8235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); }; }; then
8240 gas_cv_assert_ok
=yes
8242 echo "$as_me: failed program was:" >&5
8243 sed 's/^/| /' conftest.
$ac_ext >&5
8247 rm -f conftest.err conftest.
$ac_objext \
8248 conftest
$ac_exeext conftest.
$ac_ext
8250 echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
8251 echo "${ECHO_T}$gas_cv_assert_ok" >&6
8252 test $gas_cv_assert_ok = yes ||
8253 cat >>confdefs.h
<<\_ACEOF
8254 #define BROKEN_ASSERT 1
8259 # On some systems, the system header files may not declare malloc, realloc,
8260 # and free. There are places where gas needs these functions to have been
8261 # declared -- such as when taking their addresses.
8263 #ifdef HAVE_MEMORY_H
8266 #ifdef HAVE_STRING_H
8269 #ifdef HAVE_STRINGS_H
8270 #include <strings.h>
8273 #ifdef HAVE_STDLIB_H
8276 #ifdef HAVE_UNISTD_H
8281 # Does errno.h declare errno, or do we have to add a separate declaration
8284 echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
8285 echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
8286 if test "${gas_cv_decl_needed_errno+set}" = set; then
8287 echo $ECHO_N "(cached) $ECHO_C" >&6
8289 cat >conftest.
$ac_ext <<_ACEOF
8292 cat confdefs.h
>>conftest.
$ac_ext
8293 cat >>conftest.
$ac_ext <<_ACEOF
8294 /* end confdefs.h. */
8312 rm -f conftest.
$ac_objext conftest
$ac_exeext
8313 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8314 (eval $ac_link) 2>conftest.er1
8316 grep -v '^ *+' conftest.er1
>conftest.err
8318 cat conftest.err
>&5
8319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320 (exit $ac_status); } &&
8321 { ac_try
='test -z "$ac_c_werror_flag"
8322 || test ! -s conftest.err'
8323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8327 (exit $ac_status); }; } &&
8328 { ac_try
='test -s conftest$ac_exeext'
8329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333 (exit $ac_status); }; }; then
8334 gas_cv_decl_needed_errno
=no
8336 echo "$as_me: failed program was:" >&5
8337 sed 's/^/| /' conftest.
$ac_ext >&5
8339 gas_cv_decl_needed_errno
=yes
8341 rm -f conftest.err conftest.
$ac_objext \
8342 conftest
$ac_exeext conftest.
$ac_ext
8344 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
8345 echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
8346 if test $gas_cv_decl_needed_errno = yes; then
8348 cat >>confdefs.h
<<\_ACEOF
8349 #define NEED_DECLARATION_ERRNO 1
8355 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
8356 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
8357 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then
8358 echo $ECHO_N "(cached) $ECHO_C" >&6
8360 cat >conftest.
$ac_ext <<_ACEOF
8363 cat confdefs.h
>>conftest.
$ac_ext
8364 cat >>conftest.
$ac_ext <<_ACEOF
8365 /* end confdefs.h. */
8370 extern int getopt (int, char *const*, const char *);
8375 rm -f conftest.
$ac_objext
8376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8377 (eval $ac_compile) 2>conftest.er1
8379 grep -v '^ *+' conftest.er1
>conftest.err
8381 cat conftest.err
>&5
8382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8383 (exit $ac_status); } &&
8384 { ac_try
='test -z "$ac_c_werror_flag"
8385 || test ! -s conftest.err'
8386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8390 (exit $ac_status); }; } &&
8391 { ac_try
='test -s conftest.$ac_objext'
8392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8396 (exit $ac_status); }; }; then
8397 gas_cv_decl_getopt_unistd_h
=yes
8399 echo "$as_me: failed program was:" >&5
8400 sed 's/^/| /' conftest.
$ac_ext >&5
8402 gas_cv_decl_getopt_unistd_h
=no
8404 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8407 echo "$as_me:$LINENO: result: $gas_cv_decl_getopt_unistd_h" >&5
8408 echo "${ECHO_T}$gas_cv_decl_getopt_unistd_h" >&6
8409 if test $gas_cv_decl_getopt_unistd_h = yes; then
8411 cat >>confdefs.h
<<\_ACEOF
8412 #define HAVE_DECL_GETOPT 1
8418 echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
8419 echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
8420 if test "${gas_cv_decl_needed_environ+set}" = set; then
8421 echo $ECHO_N "(cached) $ECHO_C" >&6
8423 cat >conftest.
$ac_ext <<_ACEOF
8426 cat confdefs.h
>>conftest.
$ac_ext
8427 cat >>conftest.
$ac_ext <<_ACEOF
8428 /* end confdefs.h. */
8442 rm -f conftest.
$ac_objext conftest
$ac_exeext
8443 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8444 (eval $ac_link) 2>conftest.er1
8446 grep -v '^ *+' conftest.er1
>conftest.err
8448 cat conftest.err
>&5
8449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8450 (exit $ac_status); } &&
8451 { ac_try
='test -z "$ac_c_werror_flag"
8452 || test ! -s conftest.err'
8453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8457 (exit $ac_status); }; } &&
8458 { ac_try
='test -s conftest$ac_exeext'
8459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8463 (exit $ac_status); }; }; then
8464 gas_cv_decl_needed_environ
=no
8466 echo "$as_me: failed program was:" >&5
8467 sed 's/^/| /' conftest.
$ac_ext >&5
8469 gas_cv_decl_needed_environ
=yes
8471 rm -f conftest.err conftest.
$ac_objext \
8472 conftest
$ac_exeext conftest.
$ac_ext
8474 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
8475 echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
8476 if test $gas_cv_decl_needed_environ = yes; then
8478 cat >>confdefs.h
<<\_ACEOF
8479 #define NEED_DECLARATION_ENVIRON 1
8485 echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
8486 echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
8487 if test "${gas_cv_decl_needed_ffs+set}" = set; then
8488 echo $ECHO_N "(cached) $ECHO_C" >&6
8490 cat >conftest.
$ac_ext <<_ACEOF
8493 cat confdefs.h
>>conftest.
$ac_ext
8494 cat >>conftest.
$ac_ext <<_ACEOF
8495 /* end confdefs.h. */
8501 typedef int (*f)(int);
8509 rm -f conftest.
$ac_objext conftest
$ac_exeext
8510 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8511 (eval $ac_link) 2>conftest.er1
8513 grep -v '^ *+' conftest.er1
>conftest.err
8515 cat conftest.err
>&5
8516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8517 (exit $ac_status); } &&
8518 { ac_try
='test -z "$ac_c_werror_flag"
8519 || test ! -s conftest.err'
8520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8524 (exit $ac_status); }; } &&
8525 { ac_try
='test -s conftest$ac_exeext'
8526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530 (exit $ac_status); }; }; then
8531 gas_cv_decl_needed_ffs
=no
8533 echo "$as_me: failed program was:" >&5
8534 sed 's/^/| /' conftest.
$ac_ext >&5
8536 gas_cv_decl_needed_ffs
=yes
8538 rm -f conftest.err conftest.
$ac_objext \
8539 conftest
$ac_exeext conftest.
$ac_ext
8541 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_ffs" >&5
8542 echo "${ECHO_T}$gas_cv_decl_needed_ffs" >&6
8543 if test $gas_cv_decl_needed_ffs = yes; then
8545 cat >>confdefs.h
<<\_ACEOF
8546 #define NEED_DECLARATION_FFS 1
8552 echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
8553 echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
8554 if test "${gas_cv_decl_needed_free+set}" = set; then
8555 echo $ECHO_N "(cached) $ECHO_C" >&6
8557 cat >conftest.
$ac_ext <<_ACEOF
8560 cat confdefs.h
>>conftest.
$ac_ext
8561 cat >>conftest.
$ac_ext <<_ACEOF
8562 /* end confdefs.h. */
8568 typedef void (*f)();
8576 rm -f conftest.
$ac_objext conftest
$ac_exeext
8577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8578 (eval $ac_link) 2>conftest.er1
8580 grep -v '^ *+' conftest.er1
>conftest.err
8582 cat conftest.err
>&5
8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584 (exit $ac_status); } &&
8585 { ac_try
='test -z "$ac_c_werror_flag"
8586 || test ! -s conftest.err'
8587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8591 (exit $ac_status); }; } &&
8592 { ac_try
='test -s conftest$ac_exeext'
8593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8597 (exit $ac_status); }; }; then
8598 gas_cv_decl_needed_free
=no
8600 echo "$as_me: failed program was:" >&5
8601 sed 's/^/| /' conftest.
$ac_ext >&5
8603 gas_cv_decl_needed_free
=yes
8605 rm -f conftest.err conftest.
$ac_objext \
8606 conftest
$ac_exeext conftest.
$ac_ext
8608 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
8609 echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
8610 if test $gas_cv_decl_needed_free = yes; then
8612 cat >>confdefs.h
<<\_ACEOF
8613 #define NEED_DECLARATION_FREE 1
8619 echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
8620 echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
8621 if test "${gas_cv_decl_needed_malloc+set}" = set; then
8622 echo $ECHO_N "(cached) $ECHO_C" >&6
8624 cat >conftest.
$ac_ext <<_ACEOF
8627 cat confdefs.h
>>conftest.
$ac_ext
8628 cat >>conftest.
$ac_ext <<_ACEOF
8629 /* end confdefs.h. */
8635 typedef char *(*f)();
8643 rm -f conftest.
$ac_objext conftest
$ac_exeext
8644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8645 (eval $ac_link) 2>conftest.er1
8647 grep -v '^ *+' conftest.er1
>conftest.err
8649 cat conftest.err
>&5
8650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8651 (exit $ac_status); } &&
8652 { ac_try
='test -z "$ac_c_werror_flag"
8653 || test ! -s conftest.err'
8654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8658 (exit $ac_status); }; } &&
8659 { ac_try
='test -s conftest$ac_exeext'
8660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); }; }; then
8665 gas_cv_decl_needed_malloc
=no
8667 echo "$as_me: failed program was:" >&5
8668 sed 's/^/| /' conftest.
$ac_ext >&5
8670 gas_cv_decl_needed_malloc
=yes
8672 rm -f conftest.err conftest.
$ac_objext \
8673 conftest
$ac_exeext conftest.
$ac_ext
8675 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
8676 echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
8677 if test $gas_cv_decl_needed_malloc = yes; then
8679 cat >>confdefs.h
<<\_ACEOF
8680 #define NEED_DECLARATION_MALLOC 1
8686 echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
8687 echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
8688 if test "${gas_cv_decl_needed_sbrk+set}" = set; then
8689 echo $ECHO_N "(cached) $ECHO_C" >&6
8691 cat >conftest.
$ac_ext <<_ACEOF
8694 cat confdefs.h
>>conftest.
$ac_ext
8695 cat >>conftest.
$ac_ext <<_ACEOF
8696 /* end confdefs.h. */
8702 typedef char *(*f)();
8710 rm -f conftest.
$ac_objext conftest
$ac_exeext
8711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8712 (eval $ac_link) 2>conftest.er1
8714 grep -v '^ *+' conftest.er1
>conftest.err
8716 cat conftest.err
>&5
8717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8718 (exit $ac_status); } &&
8719 { ac_try
='test -z "$ac_c_werror_flag"
8720 || test ! -s conftest.err'
8721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); }; } &&
8726 { ac_try
='test -s conftest$ac_exeext'
8727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8731 (exit $ac_status); }; }; then
8732 gas_cv_decl_needed_sbrk
=no
8734 echo "$as_me: failed program was:" >&5
8735 sed 's/^/| /' conftest.
$ac_ext >&5
8737 gas_cv_decl_needed_sbrk
=yes
8739 rm -f conftest.err conftest.
$ac_objext \
8740 conftest
$ac_exeext conftest.
$ac_ext
8742 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
8743 echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
8744 if test $gas_cv_decl_needed_sbrk = yes; then
8746 cat >>confdefs.h
<<\_ACEOF
8747 #define NEED_DECLARATION_SBRK 1
8753 echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
8754 echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
8755 if test "${gas_cv_decl_needed_strstr+set}" = set; then
8756 echo $ECHO_N "(cached) $ECHO_C" >&6
8758 cat >conftest.
$ac_ext <<_ACEOF
8761 cat confdefs.h
>>conftest.
$ac_ext
8762 cat >>conftest.
$ac_ext <<_ACEOF
8763 /* end confdefs.h. */
8769 typedef char *(*f)();
8777 rm -f conftest.
$ac_objext conftest
$ac_exeext
8778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8779 (eval $ac_link) 2>conftest.er1
8781 grep -v '^ *+' conftest.er1
>conftest.err
8783 cat conftest.err
>&5
8784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785 (exit $ac_status); } &&
8786 { ac_try
='test -z "$ac_c_werror_flag"
8787 || test ! -s conftest.err'
8788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); }; } &&
8793 { ac_try
='test -s conftest$ac_exeext'
8794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798 (exit $ac_status); }; }; then
8799 gas_cv_decl_needed_strstr
=no
8801 echo "$as_me: failed program was:" >&5
8802 sed 's/^/| /' conftest.
$ac_ext >&5
8804 gas_cv_decl_needed_strstr
=yes
8806 rm -f conftest.err conftest.
$ac_objext \
8807 conftest
$ac_exeext conftest.
$ac_ext
8809 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
8810 echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
8811 if test $gas_cv_decl_needed_strstr = yes; then
8813 cat >>confdefs.h
<<\_ACEOF
8814 #define NEED_DECLARATION_STRSTR 1
8820 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
8821 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
8822 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
8823 echo $ECHO_N "(cached) $ECHO_C" >&6
8825 cat >conftest.
$ac_ext <<_ACEOF
8828 cat confdefs.h
>>conftest.
$ac_ext
8829 cat >>conftest.
$ac_ext <<_ACEOF
8830 /* end confdefs.h. */
8831 $ac_includes_default
8836 char *p = (char *) vsnprintf;
8843 rm -f conftest.
$ac_objext
8844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8845 (eval $ac_compile) 2>conftest.er1
8847 grep -v '^ *+' conftest.er1
>conftest.err
8849 cat conftest.err
>&5
8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851 (exit $ac_status); } &&
8852 { ac_try
='test -z "$ac_c_werror_flag"
8853 || test ! -s conftest.err'
8854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8858 (exit $ac_status); }; } &&
8859 { ac_try
='test -s conftest.$ac_objext'
8860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); }; }; then
8865 ac_cv_have_decl_vsnprintf
=yes
8867 echo "$as_me: failed program was:" >&5
8868 sed 's/^/| /' conftest.
$ac_ext >&5
8870 ac_cv_have_decl_vsnprintf
=no
8872 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8874 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
8875 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
8876 if test $ac_cv_have_decl_vsnprintf = yes; then
8878 cat >>confdefs.h
<<_ACEOF
8879 #define HAVE_DECL_VSNPRINTF 1
8884 cat >>confdefs.h
<<_ACEOF
8885 #define HAVE_DECL_VSNPRINTF 0
8895 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
8897 cat >>confdefs.h
<<\_ACEOF
8898 #define USE_BINARY_FOPEN 1
8909 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
8911 ac_config_commands
="$ac_config_commands default"
8914 cat >confcache
<<\_ACEOF
8915 # This file is a shell script that caches the results of configure
8916 # tests run on this system so they can be shared between configure
8917 # scripts and configure runs, see configure's option --config-cache.
8918 # It is not useful on other systems. If it contains results you don't
8919 # want to keep, you may remove or edit it.
8921 # config.status only pays attention to the cache file if you give it
8922 # the --recheck option to rerun configure.
8924 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8925 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8930 # The following way of writing the cache mishandles newlines in values,
8931 # but we know of no workaround that is simple, portable, and efficient.
8932 # So, don't put newlines in cache variables' values.
8933 # Ultrix sh set writes to stderr and can't be redirected directly,
8934 # and sets the high bit in the cache file unless we assign to the vars.
8937 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8939 # `set' does not quote correctly, so add quotes (double-quote
8940 # substitution turns \\\\ into \\, and sed turns \\ into \).
8943 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8946 # `set' quotes correctly as required by POSIX, so do not add quotes.
8948 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8955 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8957 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8959 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
8960 if test -w $cache_file; then
8961 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8962 cat confcache
>$cache_file
8964 echo "not updating unwritable cache $cache_file"
8969 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
8970 # Let make expand exec_prefix.
8971 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
8973 # VPATH may cause trouble with some makes, so we remove $(srcdir),
8974 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8975 # trailing colons and then remove the whole line if VPATH becomes empty
8976 # (actually we leave an empty line to preserve line numbers).
8977 if test "x$srcdir" = x.
; then
8978 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
8979 s/:*\$(srcdir):*/:/;
8980 s/:*\${srcdir}:*/:/;
8982 s/^\([^=]*=[ ]*\):*/\1/;
8988 DEFS
=-DHAVE_CONFIG_H
8992 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
8993 # 1. Remove the extension, and $U if already installed.
8994 ac_i
=`echo "$ac_i" |
8995 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8997 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
8998 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
9002 LTLIBOBJS
=$ac_ltlibobjs
9005 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9006 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9007 Usually this means the macro was only invoked conditionally." >&5
9008 echo "$as_me: error: conditional \"AMDEP\" was never defined.
9009 Usually this means the macro was only invoked conditionally." >&2;}
9010 { (exit 1); exit 1; }; }
9012 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9013 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9014 Usually this means the macro was only invoked conditionally." >&5
9015 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9016 Usually this means the macro was only invoked conditionally." >&2;}
9017 { (exit 1); exit 1; }; }
9019 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9020 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9021 Usually this means the macro was only invoked conditionally." >&5
9022 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9023 Usually this means the macro was only invoked conditionally." >&2;}
9024 { (exit 1); exit 1; }; }
9026 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
9027 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
9028 Usually this means the macro was only invoked conditionally." >&5
9029 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
9030 Usually this means the macro was only invoked conditionally." >&2;}
9031 { (exit 1); exit 1; }; }
9034 : ${CONFIG_STATUS=./config.status}
9035 ac_clean_files_save
=$ac_clean_files
9036 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
9037 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9038 echo "$as_me: creating $CONFIG_STATUS" >&6;}
9039 cat >$CONFIG_STATUS <<_ACEOF
9041 # Generated by $as_me.
9042 # Run this file to recreate the current configuration.
9043 # Compiler output produced by configure, useful for debugging
9044 # configure, is in config.log if it exists.
9049 SHELL=\${CONFIG_SHELL-$SHELL}
9052 cat >>$CONFIG_STATUS <<\_ACEOF
9053 ## --------------------- ##
9054 ## M4sh Initialization. ##
9055 ## --------------------- ##
9057 # Be Bourne compatible
9058 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
9061 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9062 # is contrary to our usage. Disable this feature.
9063 alias -g '${1+"$@"}'='"$@"'
9064 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
9067 DUALCASE
=1; export DUALCASE
# for MKS sh
9069 # Support unset when possible.
9070 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
9077 # Work around bugs in pre-3.0 UWIN ksh.
9078 $as_unset ENV MAIL MAILPATH
9085 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9086 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9087 LC_TELEPHONE LC_TIME
9089 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
9090 eval $as_var=C
; export $as_var
9096 # Required to use basename.
9097 if expr a
: '\(a\)' >/dev
/null
2>&1; then
9103 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
9104 as_basename
=basename
9110 # Name of the executable.
9111 as_me
=`$as_basename "$0" ||
9112 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9113 X"$0" : 'X\(//\)$' \| \
9114 X"$0" : 'X\(/\)$' \| \
9115 . : '\(.\)' 2>/dev/null ||
9117 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9118 /^X\/\(\/\/\)$/{ s//\1/; q; }
9119 /^X\/\(\/\).*/{ s//\1/; q; }
9123 # PATH needs CR, and LINENO needs CR and PATH.
9124 # Avoid depending upon Character Ranges.
9125 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
9126 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9127 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
9128 as_cr_digits
='0123456789'
9129 as_cr_alnum
=$as_cr_Letters$as_cr_digits
9131 # The user is always right.
9132 if test "${PATH_SEPARATOR+set}" != set; then
9133 echo "#! /bin/sh" >conf$$.sh
9134 echo "exit 0" >>conf$$.sh
9136 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
9147 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
9148 test "x$as_lineno_1" != "x$as_lineno_2" &&
9149 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
9150 # Find who we are. Look in the path if we contain no path at all
9153 *[\\/]* ) as_myself
=$0 ;;
9154 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9158 test -z "$as_dir" && as_dir
=.
9159 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
9164 # We did not find ourselves, most probably we were run as `sh COMMAND'
9165 # in which case we are not to be found in the path.
9166 if test "x$as_myself" = x
; then
9169 if test ! -f "$as_myself"; then
9170 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9171 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9172 { (exit 1); exit 1; }; }
9174 case $CONFIG_SHELL in
9176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9177 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
9180 test -z "$as_dir" && as_dir
=.
9181 for as_base
in sh bash ksh sh5
; do
9184 if ("$as_dir/$as_base" -c '
9187 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9188 test "x$as_lineno_1" != "x$as_lineno_2" &&
9189 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
9190 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
9191 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
9192 CONFIG_SHELL
=$as_dir/$as_base
9194 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
9202 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
9203 # uniformly replaced by the line number. The first 'sed' inserts a
9204 # line-number line before each line; the second 'sed' does the real
9205 # work. The second script uses 'N' to pair each line-number line
9206 # with the numbered line, and appends trailing '-' during
9207 # substitution so that $LINENO is not a special case at line end.
9208 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
9209 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
9210 sed '=' <$as_myself |
9215 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
9218 s,^['$as_cr_digits']*\n,,
9220 chmod +x
$as_me.lineno ||
9221 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
9222 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
9223 { (exit 1); exit 1; }; }
9225 # Don't try to exec as it changes $[0], causing all sort of problems
9226 # (the dirname of $[0] is not the place where we might find the
9227 # original and so on. Autoconf is especially sensible to this).
9229 # Exit status is that of the last command.
9234 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
9235 *c
*,-n*) ECHO_N
= ECHO_C
='
9237 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
9238 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
9241 if expr a
: '\(a\)' >/dev
/null
2>&1; then
9247 rm -f conf$$ conf$$.exe conf$$.
file
9249 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
9250 # We could just check for DJGPP; but this test a) works b) is more generic
9251 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
9252 if test -f conf$$.exe
; then
9253 # Don't use ln at all; we don't have any links
9258 elif ln conf$$.
file conf$$
2>/dev
/null
; then
9263 rm -f conf$$ conf$$.exe conf$$.
file
9265 if mkdir
-p .
2>/dev
/null
; then
9268 test -d .
/-p && rmdir .
/-p
9272 as_executable_p
="test -f"
9274 # Sed expression to map a string onto a valid CPP name.
9275 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9277 # Sed expression to map a string onto a valid variable name.
9278 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
9282 # We need space, tab and new line, in precisely that order.
9292 # Open the log real soon, to keep \$[0] and so on meaningful, and to
9293 # report actual input values of CONFIG_FILES etc. instead of their
9294 # values after options handling. Logging --version etc. is OK.
9298 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9299 ## Running $as_me. ##
9304 This file was extended by $as_me, which was
9305 generated by GNU Autoconf 2.59. Invocation command line was
9307 CONFIG_FILES = $CONFIG_FILES
9308 CONFIG_HEADERS = $CONFIG_HEADERS
9309 CONFIG_LINKS = $CONFIG_LINKS
9310 CONFIG_COMMANDS = $CONFIG_COMMANDS
9314 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
9318 # Files that config.status was made for.
9319 if test -n "$ac_config_files"; then
9320 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
9323 if test -n "$ac_config_headers"; then
9324 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
9327 if test -n "$ac_config_links"; then
9328 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
9331 if test -n "$ac_config_commands"; then
9332 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
9335 cat >>$CONFIG_STATUS <<\_ACEOF
9338 \`$as_me' instantiates files from templates according to the
9339 current configuration.
9341 Usage: $0 [OPTIONS] [FILE]...
9343 -h, --help print this help, then exit
9344 -V, --version print version number, then exit
9345 -q, --quiet do not print progress messages
9346 -d, --debug don't remove temporary files
9347 --recheck update $as_me by reconfiguring in the same conditions
9348 --file=FILE[:TEMPLATE]
9349 instantiate the configuration file FILE
9350 --header=FILE[:TEMPLATE]
9351 instantiate the configuration header FILE
9353 Configuration files:
9356 Configuration headers:
9359 Configuration commands:
9362 Report bugs to <bug-autoconf@gnu.org>."
9365 cat >>$CONFIG_STATUS <<_ACEOF
9368 configured by $0, generated by GNU Autoconf 2.59,
9369 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9371 Copyright (C) 2003 Free Software Foundation, Inc.
9372 This config.status script is free software; the Free Software Foundation
9373 gives unlimited permission to copy, distribute and modify it."
9378 cat >>$CONFIG_STATUS <<\_ACEOF
9379 # If no file are specified by the user, then we need to provide default
9380 # value. By we need to know if files were specified by the user.
9386 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
9387 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
9395 *) # This is not an option, so the user has probably given explicit
9398 ac_need_defaults
=false
;;
9402 # Handling of the options.
9404 cat >>$CONFIG_STATUS <<\_ACEOF
9405 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
9407 --version |
--vers* |
-V )
9408 echo "$ac_cs_version"; exit 0 ;;
9410 # Conflict between --help and --header
9411 { { echo "$as_me:$LINENO: error: ambiguous option: $1
9412 Try \`$0 --help' for more information." >&5
9413 echo "$as_me: error: ambiguous option: $1
9414 Try \`$0 --help' for more information." >&2;}
9415 { (exit 1); exit 1; }; };;
9416 --help |
--hel |
-h )
9417 echo "$ac_cs_usage"; exit 0 ;;
9418 --debug |
--d* |
-d )
9420 --file |
--fil |
--fi |
--f )
9422 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
9423 ac_need_defaults
=false
;;
9424 --header |
--heade |
--head |
--hea )
9426 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
9427 ac_need_defaults
=false
;;
9428 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
9429 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
9433 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
9434 Try \`$0 --help' for more information." >&5
9435 echo "$as_me: error: unrecognized option: $1
9436 Try \`$0 --help' for more information." >&2;}
9437 { (exit 1); exit 1; }; } ;;
9439 *) ac_config_targets
="$ac_config_targets $1" ;;
9445 ac_configure_extra_args
=
9447 if $ac_cs_silent; then
9449 ac_configure_extra_args
="$ac_configure_extra_args --silent"
9453 cat >>$CONFIG_STATUS <<_ACEOF
9454 if \$ac_cs_recheck; then
9455 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
9456 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9461 cat >>$CONFIG_STATUS <<_ACEOF
9463 # INIT-COMMANDS section.
9466 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
9467 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
9468 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
9470 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
9471 # Capture the value of LINGUAS because we need it to compute CATALOGS.
9472 LINGUAS="${LINGUAS-%UNSET%}"
9474 target_cpu_type=${target_cpu_type}
9475 cgen_cpu_prefix=${cgen_cpu_prefix}
9476 obj_format=${obj_format}
9483 cat >>$CONFIG_STATUS <<\_ACEOF
9484 for ac_config_target
in $ac_config_targets
9486 case "$ac_config_target" in
9487 # Handling of arguments.
9488 "gdb.ini" ) CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
9489 ".gdbinit" ) CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
9490 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
9491 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
9492 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
9493 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
9494 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
9495 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
9496 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
9497 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
9498 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9499 { (exit 1); exit 1; }; };;
9503 # If the user did not use the arguments to specify the items to instantiate,
9504 # then the envvar interface is used. Set only those that are not.
9505 # We use the long form for the default assignment because of an extremely
9506 # bizarre bug on SunOS 4.1.3.
9507 if $ac_need_defaults; then
9508 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
9509 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
9510 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
9513 # Have a temporary directory for convenience. Make it in the build tree
9514 # simply because there is no reason to put it here, and in addition,
9515 # creating and moving files from /tmp can sometimes cause problems.
9516 # Create a temporary directory, and hook for its removal unless debugging.
9519 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9520 trap '{ (exit 1); exit 1; }' 1 2 13 15
9523 # Create a (secure) tmp directory for tmp files.
9526 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
9527 test -n "$tmp" && test -d "$tmp"
9530 tmp
=.
/confstat$$
-$RANDOM
9531 (umask 077 && mkdir
$tmp)
9534 echo "$me: cannot create a temporary directory in ." >&2
9535 { (exit 1); exit 1; }
9540 cat >>$CONFIG_STATUS <<_ACEOF
9543 # CONFIG_FILES section.
9546 # No need to generate the scripts if there are no CONFIG_FILES.
9547 # This happens for instance when ./config.status config.h
9548 if test -n "\$CONFIG_FILES"; then
9549 # Protect against being on the right side of a sed subst in config.status.
9550 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9551 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9552 s,@SHELL@,$SHELL,;t t
9553 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
9554 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
9555 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
9556 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
9557 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
9558 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
9559 s,@exec_prefix@,$exec_prefix,;t t
9560 s,@prefix@,$prefix,;t t
9561 s,@program_transform_name@,$program_transform_name,;t t
9562 s,@bindir@,$bindir,;t t
9563 s,@sbindir@,$sbindir,;t t
9564 s,@libexecdir@,$libexecdir,;t t
9565 s,@datadir@,$datadir,;t t
9566 s,@sysconfdir@,$sysconfdir,;t t
9567 s,@sharedstatedir@,$sharedstatedir,;t t
9568 s,@localstatedir@,$localstatedir,;t t
9569 s,@libdir@,$libdir,;t t
9570 s,@includedir@,$includedir,;t t
9571 s,@oldincludedir@,$oldincludedir,;t t
9572 s,@infodir@,$infodir,;t t
9573 s,@mandir@,$mandir,;t t
9574 s,@build_alias@,$build_alias,;t t
9575 s,@host_alias@,$host_alias,;t t
9576 s,@target_alias@,$target_alias,;t t
9578 s,@ECHO_C@,$ECHO_C,;t t
9579 s,@ECHO_N@,$ECHO_N,;t t
9580 s,@ECHO_T@,$ECHO_T,;t t
9582 s,@build@,$build,;t t
9583 s,@build_cpu@,$build_cpu,;t t
9584 s,@build_vendor@,$build_vendor,;t t
9585 s,@build_os@,$build_os,;t t
9587 s,@host_cpu@,$host_cpu,;t t
9588 s,@host_vendor@,$host_vendor,;t t
9589 s,@host_os@,$host_os,;t t
9590 s,@target@,$target,;t t
9591 s,@target_cpu@,$target_cpu,;t t
9592 s,@target_vendor@,$target_vendor,;t t
9593 s,@target_os@,$target_os,;t t
9595 s,@CFLAGS@,$CFLAGS,;t t
9596 s,@LDFLAGS@,$LDFLAGS,;t t
9597 s,@CPPFLAGS@,$CPPFLAGS,;t t
9598 s,@ac_ct_CC@,$ac_ct_CC,;t t
9599 s,@EXEEXT@,$EXEEXT,;t t
9600 s,@OBJEXT@,$OBJEXT,;t t
9601 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
9602 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
9603 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
9604 s,@CYGPATH_W@,$CYGPATH_W,;t t
9605 s,@PACKAGE@,$PACKAGE,;t t
9606 s,@VERSION@,$VERSION,;t t
9607 s,@ACLOCAL@,$ACLOCAL,;t t
9608 s,@AUTOCONF@,$AUTOCONF,;t t
9609 s,@AUTOMAKE@,$AUTOMAKE,;t t
9610 s,@AUTOHEADER@,$AUTOHEADER,;t t
9611 s,@MAKEINFO@,$MAKEINFO,;t t
9612 s,@install_sh@,$install_sh,;t t
9613 s,@STRIP@,$STRIP,;t t
9614 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
9615 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
9616 s,@mkdir_p@,$mkdir_p,;t t
9618 s,@SET_MAKE@,$SET_MAKE,;t t
9619 s,@am__leading_dot@,$am__leading_dot,;t t
9620 s,@AMTAR@,$AMTAR,;t t
9621 s,@am__tar@,$am__tar,;t t
9622 s,@am__untar@,$am__untar,;t t
9623 s,@DEPDIR@,$DEPDIR,;t t
9624 s,@am__include@,$am__include,;t t
9625 s,@am__quote@,$am__quote,;t t
9626 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
9627 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
9628 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
9629 s,@CCDEPMODE@,$CCDEPMODE,;t t
9630 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
9631 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
9633 s,@RANLIB@,$RANLIB,;t t
9634 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
9635 s,@LIBTOOL@,$LIBTOOL,;t t
9636 s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
9637 s,@REPORT_BUGS_TEXI@,$REPORT_BUGS_TEXI,;t t
9638 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
9639 s,@NO_WERROR@,$NO_WERROR,;t t
9640 s,@GDBINIT@,$GDBINIT,;t t
9641 s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
9642 s,@extra_objects@,$extra_objects,;t t
9643 s,@target_cpu_type@,$target_cpu_type,;t t
9644 s,@obj_format@,$obj_format,;t t
9645 s,@te_file@,$te_file,;t t
9646 s,@install_tooldir@,$install_tooldir,;t t
9648 s,@OPCODES_LIB@,$OPCODES_LIB,;t t
9651 s,@LEXLIB@,$LEXLIB,;t t
9652 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
9653 s,@USE_NLS@,$USE_NLS,;t t
9654 s,@LIBINTL@,$LIBINTL,;t t
9655 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
9656 s,@INCINTL@,$INCINTL,;t t
9657 s,@XGETTEXT@,$XGETTEXT,;t t
9658 s,@GMSGFMT@,$GMSGFMT,;t t
9659 s,@POSUB@,$POSUB,;t t
9660 s,@CATALOGS@,$CATALOGS,;t t
9661 s,@DATADIRNAME@,$DATADIRNAME,;t t
9662 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
9663 s,@GENCAT@,$GENCAT,;t t
9664 s,@CATOBJEXT@,$CATOBJEXT,;t t
9665 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
9666 s,@MSGFMT@,$MSGFMT,;t t
9667 s,@MSGMERGE@,$MSGMERGE,;t t
9668 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
9669 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
9670 s,@MAINT@,$MAINT,;t t
9671 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
9672 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
9674 s,@EGREP@,$EGREP,;t t
9675 s,@ALLOCA@,$ALLOCA,;t t
9677 s,@datarootdir@,$datarootdir,;t t
9678 s,@docdir@,$docdir,;t t
9679 s,@htmldir@,$htmldir,;t t
9680 s,@LIBOBJS@,$LIBOBJS,;t t
9681 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9686 cat >>$CONFIG_STATUS <<\_ACEOF
9687 # Split the substitutions into bite-sized pieces for seds with
9688 # small command number limits, like on Digital OSF/1 and HP-UX.
9690 ac_sed_frag
=1 # Number of current file.
9691 ac_beg
=1 # First line for current file.
9692 ac_end
=$ac_max_sed_lines # Line after last line for current file.
9695 while $ac_more_lines; do
9696 if test $ac_beg -gt 1; then
9697 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
9699 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
9701 if test ! -s $tmp/subs.frag
; then
9704 # The purpose of the label and of the branching condition is to
9705 # speed up the sed processing (if there are no `@' at all, there
9706 # is no need to browse any of the substitutions).
9707 # These are the two extra sed commands mentioned above.
9709 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
9710 if test -z "$ac_sed_cmds"; then
9711 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
9713 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
9715 ac_sed_frag
=`expr $ac_sed_frag + 1`
9717 ac_end
=`expr $ac_end + $ac_max_sed_lines`
9720 if test -z "$ac_sed_cmds"; then
9723 fi # test -n "$CONFIG_FILES"
9726 cat >>$CONFIG_STATUS <<\_ACEOF
9727 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
9728 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9730 - |
*:- |
*:-:* ) # input from stdin
9732 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9733 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9734 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9735 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9736 * ) ac_file_in
=$ac_file.
in ;;
9739 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9740 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
9741 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9742 X"$ac_file" : 'X\(//\)[^/]' \| \
9743 X"$ac_file" : 'X\(//\)$' \| \
9744 X"$ac_file" : 'X\(/\)' \| \
9745 . : '\(.\)' 2>/dev/null ||
9747 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9748 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9749 /^X\(\/\/\)$/{ s//\1/; q; }
9750 /^X\(\/\).*/{ s//\1/; q; }
9752 { if $as_mkdir_p; then
9757 while test ! -d "$as_dir"; do
9758 as_dirs
="$as_dir $as_dirs"
9759 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9760 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9761 X"$as_dir" : 'X\(//\)[^/]' \| \
9762 X"$as_dir" : 'X\(//\)$' \| \
9763 X"$as_dir" : 'X\(/\)' \| \
9764 . : '\(.\)' 2>/dev/null ||
9766 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9767 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9768 /^X\(\/\/\)$/{ s//\1/; q; }
9769 /^X\(\/\).*/{ s//\1/; q; }
9772 test ! -n "$as_dirs" || mkdir
$as_dirs
9773 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9774 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9775 { (exit 1); exit 1; }; }; }
9779 if test "$ac_dir" != .
; then
9780 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9781 # A "../" for each directory in $ac_dir_suffix.
9782 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9784 ac_dir_suffix
= ac_top_builddir
=
9788 .
) # No --srcdir option. We are building in place.
9790 if test -z "$ac_top_builddir"; then
9793 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
9795 [\\/]* | ?
:[\\/]* ) # Absolute path.
9796 ac_srcdir
=$srcdir$ac_dir_suffix;
9797 ac_top_srcdir
=$srcdir ;;
9799 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
9800 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
9803 # Do not use `cd foo && pwd` to compute absolute paths, because
9804 # the directories may not exist.
9806 .
) ac_abs_builddir
="$ac_dir";;
9809 .
) ac_abs_builddir
=`pwd`;;
9810 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
9811 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
9814 case $ac_abs_builddir in
9815 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9817 case ${ac_top_builddir}.
in
9818 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
9819 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9820 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
9823 case $ac_abs_builddir in
9824 .
) ac_abs_srcdir
=$ac_srcdir;;
9827 .
) ac_abs_srcdir
=$ac_abs_builddir;;
9828 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
9829 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
9832 case $ac_abs_builddir in
9833 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
9835 case $ac_top_srcdir in
9836 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
9837 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
9838 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
9844 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
9845 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
9848 if test x
"$ac_file" != x-
; then
9849 { echo "$as_me:$LINENO: creating $ac_file" >&5
9850 echo "$as_me: creating $ac_file" >&6;}
9853 # Let's still pretend it is `configure' which instantiates (i.e., don't
9854 # use $as_me), people would be surprised to read:
9855 # /* config.h. Generated by config.status. */
9856 if test x
"$ac_file" = x-
; then
9859 configure_input
="$ac_file. "
9861 configure_input
=$configure_input"Generated from `echo $ac_file_in |
9862 sed 's,.*/,,'` by configure."
9864 # First look for the input files in the build tree, otherwise in the
9866 ac_file_inputs
=`IFS=:
9867 for f in $ac_file_in; do
9869 -) echo $tmp/stdin ;;
9871 # Absolute (can't be DOS-style, as IFS=:)
9872 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9873 echo "$as_me: error: cannot find input file: $f" >&2;}
9874 { (exit 1); exit 1; }; }
9877 if test -f "$f"; then
9880 elif test -f "$srcdir/$f"; then
9885 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9886 echo "$as_me: error: cannot find input file: $f" >&2;}
9887 { (exit 1); exit 1; }; }
9890 done` ||
{ (exit 1); exit 1; }
9892 cat >>$CONFIG_STATUS <<_ACEOF
9896 cat >>$CONFIG_STATUS <<\_ACEOF
9898 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
9899 s
,@configure_input@
,$configure_input,;t t
9900 s
,@srcdir@
,$ac_srcdir,;t t
9901 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
9902 s
,@top_srcdir@
,$ac_top_srcdir,;t t
9903 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
9904 s
,@builddir@
,$ac_builddir,;t t
9905 s
,@abs_builddir@
,$ac_abs_builddir,;t t
9906 s
,@top_builddir@
,$ac_top_builddir,;t t
9907 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
9908 s
,@INSTALL@
,$ac_INSTALL,;t t
9909 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
9911 if test x"$ac_file" != x-; then
9912 mv $tmp/out $ac_file
9920 cat >>$CONFIG_STATUS <<\_ACEOF
9923 # CONFIG_HEADER section.
9926 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
9927 # NAME is the cpp macro being defined and VALUE is the value it is being given.
9929 # ac_d sets the value in "#define NAME VALUE" lines.
9930 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
9931 ac_dB
='[ ].*$,\1#\2'
9934 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9935 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
9936 ac_uB
='$,\1#\2define\3'
9940 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
9941 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9943 - |
*:- |
*:-:* ) # input from stdin
9945 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9946 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9947 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9948 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9949 * ) ac_file_in
=$ac_file.
in ;;
9952 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
9953 echo "$as_me: creating $ac_file" >&6;}
9955 # First look for the input files in the build tree, otherwise in the
9957 ac_file_inputs
=`IFS=:
9958 for f in $ac_file_in; do
9960 -) echo $tmp/stdin ;;
9962 # Absolute (can't be DOS-style, as IFS=:)
9963 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9964 echo "$as_me: error: cannot find input file: $f" >&2;}
9965 { (exit 1); exit 1; }; }
9966 # Do quote $f, to prevent DOS paths from being IFS'd.
9969 if test -f "$f"; then
9972 elif test -f "$srcdir/$f"; then
9977 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9978 echo "$as_me: error: cannot find input file: $f" >&2;}
9979 { (exit 1); exit 1; }; }
9982 done` ||
{ (exit 1); exit 1; }
9983 # Remove the trailing spaces.
9984 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
9988 # Transform confdefs.h into two sed scripts, `conftest.defines' and
9989 # `conftest.undefs', that substitutes the proper values into
9990 # config.h.in to produce config.h. The first handles `#define'
9991 # templates, and the second `#undef' templates.
9992 # And first: Protect against being on the right side of a sed subst in
9993 # config.status. Protect against being in an unquoted here document
9995 rm -f conftest.defines conftest.undefs
9996 # Using a here document instead of a string reduces the quoting nightmare.
9997 # Putting comments in sed scripts is not portable.
9999 # `end' is used to avoid that the second main sed command (meant for
10000 # 0-ary CPP macros) applies to n-ary macro definitions.
10001 # See the Autoconf documentation for `clear'.
10002 cat >confdef2sed.
sed <<\_ACEOF
10007 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10009 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10012 # If some macros were called several times there might be several times
10013 # the same #defines, which is useless. Nevertheless, we may not want to
10014 # sort them, since we want the *last* AC-DEFINE to be honored.
10015 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10016 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10017 rm -f confdef2sed.sed
10019 # This sed command replaces #undef with comments. This is necessary, for
10020 # example, in the case of _POSIX_SOURCE, which is predefined and required
10021 # on some systems where configure will not decide to define it.
10022 cat >>conftest.undefs <<\_ACEOF
10023 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10026 # Break up conftest.defines because some shells have a limit on the size
10027 # of here documents, and old seds have small limits too (100 cmds).
10028 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10029 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10030 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10031 echo ' :' >>$CONFIG_STATUS
10032 rm -f conftest.tail
10033 while grep . conftest.defines >/dev/null
10035 # Write a limited-size here document to $tmp/defines.sed.
10036 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10037 # Speed up: don't consider the non `#define' lines.
10038 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10039 # Work around the forget-to-reset-the-flag bug.
10040 echo 't clr' >>$CONFIG_STATUS
10041 echo ': clr' >>$CONFIG_STATUS
10042 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
10044 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10046 mv $tmp/out $tmp/in
10048 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
10049 rm -f conftest.defines
10050 mv conftest.
tail conftest.defines
10052 rm -f conftest.defines
10053 echo ' fi # grep' >>$CONFIG_STATUS
10054 echo >>$CONFIG_STATUS
10056 # Break up conftest.undefs because some shells have a limit on the size
10057 # of here documents, and old seds have small limits too (100 cmds).
10058 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10059 rm -f conftest.
tail
10060 while grep . conftest.undefs
>/dev
/null
10062 # Write a limited-size here document to $tmp/undefs.sed.
10063 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10064 # Speed up: don't consider the non
`#undef'
10065 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10066 # Work around the forget-to-reset-the-flag bug.
10067 echo 't clr' >>$CONFIG_STATUS
10068 echo ': clr' >>$CONFIG_STATUS
10069 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10071 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10073 mv $tmp/out $tmp/in
10075 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
10076 rm -f conftest.undefs
10077 mv conftest.tail conftest.undefs
10079 rm -f conftest.undefs
10081 cat >>$CONFIG_STATUS <<\_ACEOF
10082 # Let's still pretend it is `configure
' which instantiates (i.e., don't
10083 # use $as_me), people would be surprised to read:
10084 # /* config.h. Generated by config.status. */
10085 if test x
"$ac_file" = x-
; then
10086 echo "/* Generated by configure. */" >$tmp/config.h
10088 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10090 cat $tmp/in >>$tmp/config.h
10092 if test x
"$ac_file" != x-
; then
10093 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
10094 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
10095 echo "$as_me: $ac_file is unchanged" >&6;}
10097 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
10098 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10099 X"$ac_file" : 'X\(//\)[^/]' \| \
10100 X"$ac_file" : 'X\(//\)$' \| \
10101 X"$ac_file" : 'X\(/\)' \| \
10102 . : '\(.\)' 2>/dev/null ||
10104 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10105 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10106 /^X\(\/\/\)$/{ s//\1/; q; }
10107 /^X\(\/\).*/{ s//\1/; q; }
10109 { if $as_mkdir_p; then
10114 while test ! -d "$as_dir"; do
10115 as_dirs
="$as_dir $as_dirs"
10116 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
10117 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10118 X"$as_dir" : 'X\(//\)[^/]' \| \
10119 X"$as_dir" : 'X\(//\)$' \| \
10120 X"$as_dir" : 'X\(/\)' \| \
10121 . : '\(.\)' 2>/dev/null ||
10123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10124 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10125 /^X\(\/\/\)$/{ s//\1/; q; }
10126 /^X\(\/\).*/{ s//\1/; q; }
10129 test ! -n "$as_dirs" || mkdir
$as_dirs
10130 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10131 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10132 { (exit 1); exit 1; }; }; }
10135 mv $tmp/config.h
$ac_file
10139 rm -f $tmp/config.h
10141 # Compute $ac_file's index in $config_headers.
10143 for _am_header
in $config_headers :; do
10144 case $_am_header in
10145 $ac_file |
$ac_file:* )
10148 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
10151 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
10152 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10153 X$ac_file : 'X\(//\)[^/]' \| \
10154 X$ac_file : 'X\(//\)$' \| \
10155 X$ac_file : 'X\(/\)' \| \
10156 . : '\(.\)' 2>/dev/null ||
10158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10159 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10160 /^X\(\/\/\)$/{ s//\1/; q; }
10161 /^X\(\/\).*/{ s//\1/; q; }
10162 s/.*/./; q'`/stamp-h
$_am_stamp_count
10165 cat >>$CONFIG_STATUS <<\_ACEOF
10168 # CONFIG_COMMANDS section.
10170 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
10171 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
10172 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
10173 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
10174 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10175 X"$ac_dest" : 'X\(//\)[^/]' \| \
10176 X"$ac_dest" : 'X\(//\)$' \| \
10177 X"$ac_dest" : 'X\(/\)' \| \
10178 . : '\(.\)' 2>/dev/null ||
10180 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10181 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10182 /^X\(\/\/\)$/{ s//\1/; q; }
10183 /^X\(\/\).*/{ s//\1/; q; }
10185 { if $as_mkdir_p; then
10190 while test ! -d "$as_dir"; do
10191 as_dirs
="$as_dir $as_dirs"
10192 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
10193 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10194 X"$as_dir" : 'X\(//\)[^/]' \| \
10195 X"$as_dir" : 'X\(//\)$' \| \
10196 X"$as_dir" : 'X\(/\)' \| \
10197 . : '\(.\)' 2>/dev/null ||
10199 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10200 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10201 /^X\(\/\/\)$/{ s//\1/; q; }
10202 /^X\(\/\).*/{ s//\1/; q; }
10205 test ! -n "$as_dirs" || mkdir
$as_dirs
10206 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10207 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10208 { (exit 1); exit 1; }; }; }
10212 if test "$ac_dir" != .
; then
10213 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10214 # A "../" for each directory in $ac_dir_suffix.
10215 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10217 ac_dir_suffix
= ac_top_builddir
=
10221 .
) # No --srcdir option. We are building in place.
10223 if test -z "$ac_top_builddir"; then
10226 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
10228 [\\/]* | ?
:[\\/]* ) # Absolute path.
10229 ac_srcdir
=$srcdir$ac_dir_suffix;
10230 ac_top_srcdir
=$srcdir ;;
10231 *) # Relative path.
10232 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
10233 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
10236 # Do not use `cd foo && pwd` to compute absolute paths, because
10237 # the directories may not exist.
10239 .
) ac_abs_builddir
="$ac_dir";;
10242 .
) ac_abs_builddir
=`pwd`;;
10243 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
10244 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
10247 case $ac_abs_builddir in
10248 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
10250 case ${ac_top_builddir}.
in
10251 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
10252 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
10253 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
10256 case $ac_abs_builddir in
10257 .
) ac_abs_srcdir
=$ac_srcdir;;
10260 .
) ac_abs_srcdir
=$ac_abs_builddir;;
10261 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
10262 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
10265 case $ac_abs_builddir in
10266 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
10268 case $ac_top_srcdir in
10269 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
10270 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
10271 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
10276 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
10277 echo "$as_me: executing $ac_dest commands" >&6;}
10279 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
10280 # Strip MF so we end up with the name of the file.
10281 mf
=`echo "$mf" | sed -e 's/:.*$//'`
10282 # Check whether this is an Automake generated Makefile or not.
10283 # We used to match only the files named `Makefile.in', but
10284 # some people rename them; so instead we look at the file content.
10285 # Grep'ing the first line is not enough: some people post-process
10286 # each Makefile.in and add a new line on top of each file to say so.
10287 # So let's grep whole file.
10288 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
10289 dirpart
=`(dirname "$mf") 2>/dev/null ||
10290 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10291 X"$mf" : 'X\(//\)[^/]' \| \
10292 X"$mf" : 'X\(//\)$' \| \
10293 X"$mf" : 'X\(/\)' \| \
10294 . : '\(.\)' 2>/dev/null ||
10296 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10297 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10298 /^X\(\/\/\)$/{ s//\1/; q; }
10299 /^X\(\/\).*/{ s//\1/; q; }
10304 # Extract the definition of DEPDIR, am__include, and am__quote
10305 # from the Makefile without running `make'.
10306 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
10307 test -z "$DEPDIR" && continue
10308 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
10309 test -z "am__include" && continue
10310 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
10311 # When using ansi2knr, U may be empty or an underscore; expand it
10312 U
=`sed -n 's/^U = //p' < "$mf"`
10313 # Find all dependency output files, they are included files with
10314 # $(DEPDIR) in their names. We invoke sed twice because it is the
10315 # simplest approach to changing $(DEPDIR) to its actual value in the
10317 for file in `sed -n "
10318 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
10319 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10320 # Make sure the directory exists.
10321 test -f "$dirpart/$file" && continue
10322 fdir
=`(dirname "$file") 2>/dev/null ||
10323 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10324 X"$file" : 'X\(//\)[^/]' \| \
10325 X"$file" : 'X\(//\)$' \| \
10326 X"$file" : 'X\(/\)' \| \
10327 . : '\(.\)' 2>/dev/null ||
10329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10330 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10331 /^X\(\/\/\)$/{ s//\1/; q; }
10332 /^X\(\/\).*/{ s//\1/; q; }
10334 { if $as_mkdir_p; then
10335 mkdir
-p $dirpart/$fdir
10337 as_dir
=$dirpart/$fdir
10339 while test ! -d "$as_dir"; do
10340 as_dirs
="$as_dir $as_dirs"
10341 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
10342 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10343 X"$as_dir" : 'X\(//\)[^/]' \| \
10344 X"$as_dir" : 'X\(//\)$' \| \
10345 X"$as_dir" : 'X\(/\)' \| \
10346 . : '\(.\)' 2>/dev/null ||
10348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10349 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10350 /^X\(\/\/\)$/{ s//\1/; q; }
10351 /^X\(\/\).*/{ s//\1/; q; }
10354 test ! -n "$as_dirs" || mkdir
$as_dirs
10355 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
10356 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
10357 { (exit 1); exit 1; }; }; }
10359 # echo "creating $dirpart/$file"
10360 echo '# dummy' > "$dirpart/$file"
10365 for ac_file
in $CONFIG_FILES; do
10366 # Support "outfile[:infile[:infile...]]"
10368 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
10370 # PO directories have a Makefile.in generated from Makefile.in.in.
10371 case "$ac_file" in */Makefile.
in)
10372 # Adjust a relative srcdir.
10373 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
10374 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
10375 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
10376 # In autoconf-2.13 it is called $ac_given_srcdir.
10377 # In autoconf-2.50 it is called $srcdir.
10378 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
10379 case "$ac_given_srcdir" in
10380 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
10381 /*) top_srcdir
="$ac_given_srcdir" ;;
10382 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
10384 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
10385 rm -f "$ac_dir/POTFILES"
10386 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
10387 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
10388 POMAKEFILEDEPS
="POTFILES.in"
10389 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
10390 # on $ac_dir but don't depend on user-specified configuration
10392 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
10393 # The LINGUAS file contains the set of available languages.
10394 if test -n "$OBSOLETE_ALL_LINGUAS"; then
10395 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
10397 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
10398 # Hide the ALL_LINGUAS assigment from automake.
10399 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
10400 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
10402 # The set of available languages was given in configure.in.
10403 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
10405 case "$ac_given_srcdir" in
10407 *) srcdirpre
='$(srcdir)/' ;;
10413 for lang
in $ALL_LINGUAS; do
10414 POFILES
="$POFILES $srcdirpre$lang.po"
10415 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
10416 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
10417 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
10419 # CATALOGS depends on both $ac_dir and the user's LINGUAS
10420 # environment variable.
10422 if test -n "$ALL_LINGUAS"; then
10423 for presentlang
in $ALL_LINGUAS; do
10425 if test "%UNSET%" != "$LINGUAS"; then
10426 desiredlanguages
="$LINGUAS"
10428 desiredlanguages
="$ALL_LINGUAS"
10430 for desiredlang
in $desiredlanguages; do
10431 # Use the presentlang catalog if desiredlang is
10432 # a. equal to presentlang, or
10433 # b. a variant of presentlang (because in this case,
10434 # presentlang can be used as a fallback for messages
10435 # which are not translated in the desiredlang catalog).
10436 case "$desiredlang" in
10437 "$presentlang"*) useit
=yes;;
10440 if test $useit = yes; then
10441 INST_LINGUAS
="$INST_LINGUAS $presentlang"
10446 if test -n "$INST_LINGUAS"; then
10447 for lang
in $INST_LINGUAS; do
10448 CATALOGS
="$CATALOGS $lang.gmo"
10451 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
10452 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
10453 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
10454 if test -f "$f"; then
10456 *.orig |
*.bak |
*~
) ;;
10457 *) cat "$f" >> "$ac_dir/Makefile" ;;
10465 default
) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
10466 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
10467 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
10468 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
10469 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
10470 if test "x$cgen_cpu_prefix" != x
; then
10471 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
10477 cat >>$CONFIG_STATUS <<\_ACEOF
10479 { (exit 0); exit 0; }
10481 chmod +x
$CONFIG_STATUS
10482 ac_clean_files
=$ac_clean_files_save
10485 # configure is writing to config.log, and then calls config.status.
10486 # config.status does its own redirection, appending to config.log.
10487 # Unfortunately, on DOS this fails, as config.log is still kept open
10488 # by configure, so config.status won't be able to write to it; its
10489 # output is simply discarded. So we exec the FD to /dev/null,
10490 # effectively closing config.log, so it can be properly (re)opened and
10491 # appended to by config.status. When coming back to configure, we
10492 # need to make the FD available again.
10493 if test "$no_create" != yes; then
10495 ac_config_status_args
=
10496 test "$silent" = yes &&
10497 ac_config_status_args
="$ac_config_status_args --quiet"
10499 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
10501 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10502 # would make configure fail if this is the last instruction.
10503 $ac_cs_success ||
{ (exit 1); exit 1; }