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
="Makefile.in"
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 sim_environment sim_alignment sim_assert sim_bitsize sim_endian sim_hostendian sim_float sim_scache sim_default_model sim_hw_cflags sim_hw_objs sim_hw sim_inline sim_packages sim_regparm sim_reserved_bits sim_smp sim_stdcall sim_xor_endian WARN_CFLAGS WERROR_CFLAGS 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 CC_FOR_BUILD HDEFINES AR RANLIB ac_ct_RANLIB USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT CPP EGREP MAINT sim_bswap sim_cflags sim_debug sim_stdio sim_trace sim_profile PKGVERSION REPORT_BUGS_TO REPORT_BUGS_TEXI cgen_breaks 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 --enable-maintainer-mode Enable developer functionality.
854 --enable-sim-bswap Use Host specific BSWAP instruction.
855 --enable-sim-cflags=opts Extra CFLAGS
for use
in building simulator
856 --enable-sim-debug=opts Enable debugging flags
857 --enable-sim-stdio Specify whether to use stdio
for console input
/output.
858 --enable-sim-trace=opts Enable tracing flags
859 --enable-sim-profile=opts Enable profiling flags
862 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
863 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
864 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GDB"
865 --with-bugurl=URL Direct users to URL to report a bug
867 Some influential environment variables
:
868 CC C compiler
command
869 CFLAGS C compiler flags
870 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
871 nonstandard directory
<lib dir
>
872 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
873 headers
in a nonstandard directory
<include dir
>
876 Use these variables to override the choices made by
`configure' or to help
877 it to find libraries and programs with nonstandard names/locations.
882 if test "$ac_init_help" = "recursive"; then
883 # If there are subdirs, report their specific --help.
885 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
886 test -d $ac_dir || continue
889 if test "$ac_dir" != .; then
890 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
891 # A "../" for each directory in $ac_dir_suffix.
892 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
894 ac_dir_suffix= ac_top_builddir=
898 .) # No --srcdir option. We are building in place.
900 if test -z "$ac_top_builddir"; then
903 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
905 [\\/]* | ?:[\\/]* ) # Absolute path.
906 ac_srcdir=$srcdir$ac_dir_suffix;
907 ac_top_srcdir=$srcdir ;;
909 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
910 ac_top_srcdir=$ac_top_builddir$srcdir ;;
913 # Do not use `cd foo
&& pwd` to compute absolute paths, because
914 # the directories may not exist.
916 .) ac_abs_builddir="$ac_dir";;
919 .) ac_abs_builddir=`pwd`;;
920 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
921 *) ac_abs_builddir=`pwd`/"$ac_dir";;
924 case $ac_abs_builddir in
925 .) ac_abs_top_builddir=${ac_top_builddir}.;;
927 case ${ac_top_builddir}. in
928 .) ac_abs_top_builddir=$ac_abs_builddir;;
929 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
930 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
933 case $ac_abs_builddir in
934 .) ac_abs_srcdir=$ac_srcdir;;
937 .) ac_abs_srcdir=$ac_abs_builddir;;
938 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
939 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
942 case $ac_abs_builddir in
943 .) ac_abs_top_srcdir=$ac_top_srcdir;;
945 case $ac_top_srcdir in
946 .) ac_abs_top_srcdir=$ac_abs_builddir;;
947 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
948 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
953 # Check for guested configure; otherwise get Cygnus style configure.
954 if test -f $ac_srcdir/configure.gnu; then
956 $SHELL $ac_srcdir/configure.gnu --help=recursive
957 elif test -f $ac_srcdir/configure; then
959 $SHELL $ac_srcdir/configure --help=recursive
960 elif test -f $ac_srcdir/configure.ac ||
961 test -f $ac_srcdir/configure.in; then
965 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
971 test -n "$ac_init_help" && exit 0
972 if $ac_init_version; then
975 Copyright (C) 2003 Free Software Foundation, Inc.
976 This configure script is free software; the Free Software Foundation
977 gives unlimited permission to copy, distribute and modify it.
983 This file contains any messages produced by compilers while
984 running configure, to aid debugging if configure makes a mistake.
986 It was created by $as_me, which was
987 generated by GNU Autoconf 2.59. Invocation command line was
998 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
999 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1000 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1001 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1002 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1004 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1005 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1007 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1008 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1009 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1010 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1011 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1012 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1013 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1021 test -z "$as_dir" && as_dir=.
1022 echo "PATH: $as_dir"
1037 # Keep a trace of the command line.
1038 # Strip out --no-create and --no-recursion so they do not pile up.
1039 # Strip out --silent because we don't want to record it for future runs.
1040 # Also quote any args containing shell meta-characters.
1041 # Make two passes to allow for proper duplicate-argument suppression.
1046 ac_must_keep_next=false
1052 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1054 | -silent | --silent | --silen | --sile | --sil)
1056 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1057 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1060 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1062 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1063 if test $ac_must_keep_next = true; then
1064 ac_must_keep_next=false # Got value, back to normal.
1067 *=* | --config-cache | -C | -disable-* | --disable-* \
1068 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1069 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1070 | -with-* | --with-* | -without-* | --without-* | --x)
1071 case "$ac_configure_args0 " in
1072 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1075 -* ) ac_must_keep_next=true ;;
1078 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1079 # Get rid of the leading space.
1085 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1086 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1088 # When interrupted or exit'd, cleanup temporary files, and complete
1089 # config.log. We remove comments because anyway the quotes in there
1090 # would cause problems or look ugly.
1091 # WARNING: Be sure not to use single quotes in there, as some shells,
1092 # such as our DU 5.0 friend, will then `close
' the trap.
1093 trap 'exit_status
=$?
1094 # Save into config.log some information that might help in debugging.
1099 ## ---------------- ##
1100 ## Cache variables. ##
1101 ## ---------------- ##
1104 # The following way of writing the cache mishandles newlines in values,
1107 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1110 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1111 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1115 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1122 ## ----------------- ##
1123 ## Output variables. ##
1124 ## ----------------- ##
1127 for ac_var
in $ac_subst_vars
1129 eval ac_val
=$
`echo $ac_var`
1130 echo "$ac_var='"'"'$ac_val'"'"'"
1134 if test -n "$ac_subst_files"; then
1141 for ac_var
in $ac_subst_files
1143 eval ac_val
=$
`echo $ac_var`
1144 echo "$ac_var='"'"'$ac_val'"'"'"
1149 if test -s confdefs.h
; then
1156 sed "/^$/d" confdefs.h |
sort
1159 test "$ac_signal" != 0 &&
1160 echo "$as_me: caught signal $ac_signal"
1161 echo "$as_me: exit $exit_status"
1163 rm -f core
*.core
&&
1164 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1167 for ac_signal in 1 2 13 15; do
1168 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1172 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1173 rm -rf conftest* confdefs.h
1174 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1177 # Predefined preprocessor variables.
1179 cat >>confdefs.h <<_ACEOF
1180 #define PACKAGE_NAME "$PACKAGE_NAME"
1184 cat >>confdefs.h <<_ACEOF
1185 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_STRING "$PACKAGE_STRING"
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1204 # Let the site file select an alternate cache file if it wants to.
1205 # Prefer explicitly selected file to automatically selected ones.
1206 if test -z "$CONFIG_SITE"; then
1207 if test "x$prefix" != xNONE; then
1208 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1210 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1213 for ac_site_file in $CONFIG_SITE; do
1214 if test -r "$ac_site_file"; then
1215 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1216 echo "$as_me: loading site script $ac_site_file" >&6;}
1217 sed 's
/^
/|
/' "$ac_site_file" >&5
1222 if test -r "$cache_file"; then
1223 # Some versions of bash will fail to source /dev/null (special
1224 # files actually), so we avoid doing that.
1225 if test -f "$cache_file"; then
1226 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1227 echo "$as_me: loading cache $cache_file" >&6;}
1229 [\\/]* | ?:[\\/]* ) . $cache_file;;
1230 *) . ./$cache_file;;
1234 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1235 echo "$as_me: creating cache $cache_file" >&6;}
1239 # Check that the precious variables saved in the cache have kept the same
1241 ac_cache_corrupted=false
1242 for ac_var in `(set) 2>&1 |
1243 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1244 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1245 eval ac_new_set=\$ac_env_${ac_var}_set
1246 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1247 eval ac_new_val="\$ac_env_${ac_var}_value"
1248 case $ac_old_set,$ac_new_set in
1250 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1251 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1252 ac_cache_corrupted=: ;;
1254 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1255 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1256 ac_cache_corrupted=: ;;
1259 if test "x$ac_old_val" != "x$ac_new_val"; then
1260 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1261 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1262 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1263 echo "$as_me: former value: $ac_old_val" >&2;}
1264 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1265 echo "$as_me: current value: $ac_new_val" >&2;}
1266 ac_cache_corrupted=:
1269 # Pass precious variables to config.status.
1270 if test "$ac_new_set" = set; then
1272 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1273 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1274 *) ac_arg=$ac_var=$ac_new_val ;;
1276 case " $ac_configure_args " in
1277 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1278 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1282 if $ac_cache_corrupted; then
1283 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1284 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1285 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1286 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1287 { (exit 1); exit 1; }; }
1291 ac_cpp='$CPP $CPPFLAGS'
1292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1293 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1314 ac_config_headers="$ac_config_headers config.h:config.in"
1317 # This file contains common code used by all simulators.
1319 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
1320 # directory. It is intended to be invoked before any target specific stuff.
1321 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
1322 # It is intended to be invoked last.
1324 # The simulator's configure.
in should
look like
:
1326 # dnl Process this file with autoconf to produce a configure script.
1327 # sinclude(../common/aclocal.m4)
1329 # AC_INIT(Makefile.in)
1333 # ... target specific stuff ...
1384 sim_inline
="-DDEFAULT_INLINE=0"
1421 # intl sister-directory configuration rules.
1424 # The idea behind this macro is that there's no need to repeat all the
1425 # autoconf probes done by the intl directory - it's already done them
1426 # for us. In fact, there's no need even to look at the cache for the
1427 # answers. All we need to do is nab a few pieces of information.
1428 # The intl directory is set up to make this easy, by generating a
1429 # small file which can be sourced as a shell script; then we produce
1430 # the necessary substitutions and definitions for this directory.
1434 # Autoconf M4 include file defining utility macros for complex Canadian
1446 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
1448 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
1451 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1452 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
1456 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1457 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
1461 # Backported from Autoconf 2.5x; can go away when and if
1462 # we switch. Put the OS path separator in $PATH_SEPARATOR.
1467 # ACX_HAVE_GCC_FOR_TARGET
1468 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
1471 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
1472 # Searching for installed target binutils. We need to take extra care,
1473 # else we may find the wrong assembler, linker, etc., and lose.
1475 # First try --with-build-time-tools, if specified.
1477 # For build != host, we ask the installed GCC for the name of the tool it
1478 # uses, and accept it if it is an absolute path. This is because the
1479 # only good choice for a compiler is the same GCC version that is being
1480 # installed (or we couldn't make target libraries), and we assume that
1481 # on the host system we'll have not only the same GCC version, but also
1482 # the same binutils version.
1484 # For build == host, search the same directories that the installed
1485 # compiler will search. We used to do this for the assembler, linker,
1486 # and nm only; for simplicity of configuration, however, we extend this
1487 # criterion to tools (such as ar and ranlib) that are never invoked by
1488 # the compiler, to avoid mismatches.
1490 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
1491 # if build == target. This makes the most sense only when bootstrapping,
1492 # but we also do so when build != host. In this case, we hope that the
1493 # build and host systems will have similar contents of MD_EXEC_PREFIX.
1495 # If we do not find a suitable binary, then try the user's path.
1499 # AC_PROG_CPP_WERROR
1500 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
1501 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
1502 # For now, using this also overrides header checks to use only the
1503 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
1504 # bit harder from here).
1505 # Eventually autoconf will default to checking headers with the compiler
1506 # instead, and we'll have to do this differently.
1508 # AC_PROG_CPP_WERROR
1511 # We require the gnatbind program, and a compiler driver that
1512 # understands Ada. We use the user's CC setting, already found,
1513 # and possibly add $1 to the command-line parameters.
1515 # Sets the shell variable have_gnat to yes or no as appropriate, and
1516 # substitutes GNATBIND and GNATMAKE.
1542 # Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
1543 # it by inlining the macro's contents.
1544 # This file contains common code used by all simulators.
1546 # common.m4 invokes AC macros used by all simulators and by the common
1547 # directory. It is intended to be included before any target specific
1548 # stuff. SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1549 # the Makefile. It is intended to be invoked last.
1551 # The simulator's configure.in should look like:
1553 # dnl Process this file with autoconf to produce a configure script.
1555 # AC_INIT(Makefile.in)
1556 # AC_CONFIG_HEADER(config.h:config.in)
1558 # sinclude(../common/aclocal.m4)
1559 # sinclude(../common/common.m4)
1561 # ... target specific stuff ...
1564 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1565 if test -f $ac_dir/install-sh
; then
1567 ac_install_sh
="$ac_aux_dir/install-sh -c"
1569 elif test -f $ac_dir/install.sh
; then
1571 ac_install_sh
="$ac_aux_dir/install.sh -c"
1573 elif test -f $ac_dir/shtool
; then
1575 ac_install_sh
="$ac_aux_dir/shtool install -c"
1579 if test -z "$ac_aux_dir"; then
1580 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1581 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1582 { (exit 1); exit 1; }; }
1584 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1585 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1586 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1588 # Make sure we can run config.sub.
1589 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1590 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1591 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1592 { (exit 1); exit 1; }; }
1594 echo "$as_me:$LINENO: checking build system type" >&5
1595 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1596 if test "${ac_cv_build+set}" = set; then
1597 echo $ECHO_N "(cached) $ECHO_C" >&6
1599 ac_cv_build_alias
=$build_alias
1600 test -z "$ac_cv_build_alias" &&
1601 ac_cv_build_alias
=`$ac_config_guess`
1602 test -z "$ac_cv_build_alias" &&
1603 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1604 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1605 { (exit 1); exit 1; }; }
1606 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1607 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1608 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1609 { (exit 1); exit 1; }; }
1612 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1613 echo "${ECHO_T}$ac_cv_build" >&6
1615 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1616 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1617 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1620 echo "$as_me:$LINENO: checking host system type" >&5
1621 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1622 if test "${ac_cv_host+set}" = set; then
1623 echo $ECHO_N "(cached) $ECHO_C" >&6
1625 ac_cv_host_alias
=$host_alias
1626 test -z "$ac_cv_host_alias" &&
1627 ac_cv_host_alias
=$ac_cv_build_alias
1628 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1629 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1630 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1631 { (exit 1); exit 1; }; }
1634 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1635 echo "${ECHO_T}$ac_cv_host" >&6
1637 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1638 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1639 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1642 echo "$as_me:$LINENO: checking target system type" >&5
1643 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1644 if test "${ac_cv_target+set}" = set; then
1645 echo $ECHO_N "(cached) $ECHO_C" >&6
1647 ac_cv_target_alias
=$target_alias
1648 test "x$ac_cv_target_alias" = "x" &&
1649 ac_cv_target_alias
=$ac_cv_host_alias
1650 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1651 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1652 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1653 { (exit 1); exit 1; }; }
1656 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1657 echo "${ECHO_T}$ac_cv_target" >&6
1658 target
=$ac_cv_target
1659 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1660 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1661 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1664 # The aliases save the names the user supplied, while $host etc.
1665 # will get canonicalized.
1666 test -n "$target_alias" &&
1667 test "$program_prefix$program_suffix$program_transform_name" = \
1669 program_prefix
=${target_alias}-
1670 test "$program_prefix" != NONE
&&
1671 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1672 # Use a double $ so make ignores it.
1673 test "$program_suffix" != NONE
&&
1674 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1675 # Double any \ or $. echo might interpret backslashes.
1676 # By default was `s,x,x', remove it if useless.
1677 cat <<\_ACEOF
>conftest.
sed
1678 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1680 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1684 ac_cpp
='$CPP $CPPFLAGS'
1685 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1686 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1687 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1688 if test -n "$ac_tool_prefix"; then
1689 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1690 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1691 echo "$as_me:$LINENO: checking for $ac_word" >&5
1692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1693 if test "${ac_cv_prog_CC+set}" = set; then
1694 echo $ECHO_N "(cached) $ECHO_C" >&6
1696 if test -n "$CC"; then
1697 ac_cv_prog_CC
="$CC" # Let the user override the test.
1699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1703 test -z "$as_dir" && as_dir
=.
1704 for ac_exec_ext
in '' $ac_executable_extensions; do
1705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1706 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1716 if test -n "$CC"; then
1717 echo "$as_me:$LINENO: result: $CC" >&5
1718 echo "${ECHO_T}$CC" >&6
1720 echo "$as_me:$LINENO: result: no" >&5
1721 echo "${ECHO_T}no" >&6
1725 if test -z "$ac_cv_prog_CC"; then
1727 # Extract the first word of "gcc", so it can be a program name with args.
1728 set dummy gcc
; ac_word
=$2
1729 echo "$as_me:$LINENO: checking for $ac_word" >&5
1730 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1731 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1732 echo $ECHO_N "(cached) $ECHO_C" >&6
1734 if test -n "$ac_ct_CC"; then
1735 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1737 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1741 test -z "$as_dir" && as_dir
=.
1742 for ac_exec_ext
in '' $ac_executable_extensions; do
1743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1744 ac_cv_prog_ac_ct_CC
="gcc"
1745 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1753 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1754 if test -n "$ac_ct_CC"; then
1755 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1756 echo "${ECHO_T}$ac_ct_CC" >&6
1758 echo "$as_me:$LINENO: result: no" >&5
1759 echo "${ECHO_T}no" >&6
1767 if test -z "$CC"; then
1768 if test -n "$ac_tool_prefix"; then
1769 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1770 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1771 echo "$as_me:$LINENO: checking for $ac_word" >&5
1772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1773 if test "${ac_cv_prog_CC+set}" = set; then
1774 echo $ECHO_N "(cached) $ECHO_C" >&6
1776 if test -n "$CC"; then
1777 ac_cv_prog_CC
="$CC" # Let the user override the test.
1779 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1783 test -z "$as_dir" && as_dir
=.
1784 for ac_exec_ext
in '' $ac_executable_extensions; do
1785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1786 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1796 if test -n "$CC"; then
1797 echo "$as_me:$LINENO: result: $CC" >&5
1798 echo "${ECHO_T}$CC" >&6
1800 echo "$as_me:$LINENO: result: no" >&5
1801 echo "${ECHO_T}no" >&6
1805 if test -z "$ac_cv_prog_CC"; then
1807 # Extract the first word of "cc", so it can be a program name with args.
1808 set dummy cc
; ac_word
=$2
1809 echo "$as_me:$LINENO: checking for $ac_word" >&5
1810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1811 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1812 echo $ECHO_N "(cached) $ECHO_C" >&6
1814 if test -n "$ac_ct_CC"; then
1815 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1817 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1821 test -z "$as_dir" && as_dir
=.
1822 for ac_exec_ext
in '' $ac_executable_extensions; do
1823 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1824 ac_cv_prog_ac_ct_CC
="cc"
1825 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1833 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1834 if test -n "$ac_ct_CC"; then
1835 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1836 echo "${ECHO_T}$ac_ct_CC" >&6
1838 echo "$as_me:$LINENO: result: no" >&5
1839 echo "${ECHO_T}no" >&6
1848 if test -z "$CC"; then
1849 # Extract the first word of "cc", so it can be a program name with args.
1850 set dummy cc
; ac_word
=$2
1851 echo "$as_me:$LINENO: checking for $ac_word" >&5
1852 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1853 if test "${ac_cv_prog_CC+set}" = set; then
1854 echo $ECHO_N "(cached) $ECHO_C" >&6
1856 if test -n "$CC"; then
1857 ac_cv_prog_CC
="$CC" # Let the user override the test.
1860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1864 test -z "$as_dir" && as_dir
=.
1865 for ac_exec_ext
in '' $ac_executable_extensions; do
1866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1867 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1868 ac_prog_rejected
=yes
1872 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1878 if test $ac_prog_rejected = yes; then
1879 # We found a bogon in the path, so make sure we never use it.
1880 set dummy
$ac_cv_prog_CC
1882 if test $# != 0; then
1883 # We chose a different compiler from the bogus one.
1884 # However, it has the same basename, so the bogon will be chosen
1885 # first if we set CC to just the basename; use the full file name.
1887 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1893 if test -n "$CC"; then
1894 echo "$as_me:$LINENO: result: $CC" >&5
1895 echo "${ECHO_T}$CC" >&6
1897 echo "$as_me:$LINENO: result: no" >&5
1898 echo "${ECHO_T}no" >&6
1902 if test -z "$CC"; then
1903 if test -n "$ac_tool_prefix"; then
1906 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1907 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1908 echo "$as_me:$LINENO: checking for $ac_word" >&5
1909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1910 if test "${ac_cv_prog_CC+set}" = set; then
1911 echo $ECHO_N "(cached) $ECHO_C" >&6
1913 if test -n "$CC"; then
1914 ac_cv_prog_CC
="$CC" # Let the user override the test.
1916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1920 test -z "$as_dir" && as_dir
=.
1921 for ac_exec_ext
in '' $ac_executable_extensions; do
1922 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1923 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1924 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1933 if test -n "$CC"; then
1934 echo "$as_me:$LINENO: result: $CC" >&5
1935 echo "${ECHO_T}$CC" >&6
1937 echo "$as_me:$LINENO: result: no" >&5
1938 echo "${ECHO_T}no" >&6
1941 test -n "$CC" && break
1944 if test -z "$CC"; then
1948 # Extract the first word of "$ac_prog", so it can be a program name with args.
1949 set dummy
$ac_prog; ac_word
=$2
1950 echo "$as_me:$LINENO: checking for $ac_word" >&5
1951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1952 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1953 echo $ECHO_N "(cached) $ECHO_C" >&6
1955 if test -n "$ac_ct_CC"; then
1956 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1962 test -z "$as_dir" && as_dir
=.
1963 for ac_exec_ext
in '' $ac_executable_extensions; do
1964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1965 ac_cv_prog_ac_ct_CC
="$ac_prog"
1966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1974 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1975 if test -n "$ac_ct_CC"; then
1976 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1977 echo "${ECHO_T}$ac_ct_CC" >&6
1979 echo "$as_me:$LINENO: result: no" >&5
1980 echo "${ECHO_T}no" >&6
1983 test -n "$ac_ct_CC" && break
1992 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1993 See \`config.log' for more details." >&5
1994 echo "$as_me: error: no acceptable C compiler found in \$PATH
1995 See \`config.log' for more details." >&2;}
1996 { (exit 1); exit 1; }; }
1998 # Provide some information about the compiler.
1999 echo "$as_me:$LINENO:" \
2000 "checking for C compiler version" >&5
2001 ac_compiler
=`set X $ac_compile; echo $2`
2002 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2003 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2006 (exit $ac_status); }
2007 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2008 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2011 (exit $ac_status); }
2012 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2013 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2016 (exit $ac_status); }
2018 cat >conftest.
$ac_ext <<_ACEOF
2021 cat confdefs.h
>>conftest.
$ac_ext
2022 cat >>conftest.
$ac_ext <<_ACEOF
2023 /* end confdefs.h. */
2033 ac_clean_files_save
=$ac_clean_files
2034 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2035 # Try to create an executable without -o first, disregard a.out.
2036 # It will help us diagnose broken compilers, and finding out an intuition
2038 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2039 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2040 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2041 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2042 (eval $ac_link_default) 2>&5
2044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2045 (exit $ac_status); }; then
2046 # Find the output, starting from the most likely. This scheme is
2047 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2050 # Be careful to initialize this variable, since it used to be cached.
2051 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2053 # b.out is created by i960 compilers.
2054 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2056 test -f "$ac_file" ||
continue
2058 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2061 # This is the source file.
2064 # We found the default executable, but exeext='' is most
2068 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2069 # FIXME: I believe we export ac_cv_exeext for Libtool,
2070 # but it would be cool to find out if it's true. Does anybody
2071 # maintain Libtool? --akim.
2079 echo "$as_me: failed program was:" >&5
2080 sed 's/^/| /' conftest.
$ac_ext >&5
2082 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2083 See \`config.log' for more details." >&5
2084 echo "$as_me: error: C compiler cannot create executables
2085 See \`config.log' for more details." >&2;}
2086 { (exit 77); exit 77; }; }
2089 ac_exeext
=$ac_cv_exeext
2090 echo "$as_me:$LINENO: result: $ac_file" >&5
2091 echo "${ECHO_T}$ac_file" >&6
2093 # Check the compiler produces executables we can run. If not, either
2094 # the compiler is broken, or we cross compile.
2095 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2096 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2097 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2098 # If not cross compiling, check that we can run a simple program.
2099 if test "$cross_compiling" != yes; then
2100 if { ac_try
='./$ac_file'
2101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2105 (exit $ac_status); }; }; then
2108 if test "$cross_compiling" = maybe
; then
2111 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2112 If you meant to cross compile, use \`--host'.
2113 See \`config.log' for more details." >&5
2114 echo "$as_me: error: cannot run C compiled programs.
2115 If you meant to cross compile, use \`--host'.
2116 See \`config.log' for more details." >&2;}
2117 { (exit 1); exit 1; }; }
2121 echo "$as_me:$LINENO: result: yes" >&5
2122 echo "${ECHO_T}yes" >&6
2124 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2125 ac_clean_files
=$ac_clean_files_save
2126 # Check the compiler produces executables we can run. If not, either
2127 # the compiler is broken, or we cross compile.
2128 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2129 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2130 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2131 echo "${ECHO_T}$cross_compiling" >&6
2133 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2134 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2136 (eval $ac_link) 2>&5
2138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2139 (exit $ac_status); }; then
2140 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2141 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2142 # work properly (i.e., refer to `conftest.exe'), while it won't with
2144 for ac_file
in conftest.exe conftest conftest.
*; do
2145 test -f "$ac_file" ||
continue
2147 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2148 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2155 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2156 See \`config.log' for more details." >&5
2157 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2158 See \`config.log' for more details." >&2;}
2159 { (exit 1); exit 1; }; }
2162 rm -f conftest
$ac_cv_exeext
2163 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2164 echo "${ECHO_T}$ac_cv_exeext" >&6
2166 rm -f conftest.
$ac_ext
2167 EXEEXT
=$ac_cv_exeext
2169 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2170 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2171 if test "${ac_cv_objext+set}" = set; then
2172 echo $ECHO_N "(cached) $ECHO_C" >&6
2174 cat >conftest.
$ac_ext <<_ACEOF
2177 cat confdefs.h
>>conftest.
$ac_ext
2178 cat >>conftest.
$ac_ext <<_ACEOF
2179 /* end confdefs.h. */
2189 rm -f conftest.o conftest.obj
2190 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2191 (eval $ac_compile) 2>&5
2193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2194 (exit $ac_status); }; then
2195 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2197 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2198 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2203 echo "$as_me: failed program was:" >&5
2204 sed 's/^/| /' conftest.
$ac_ext >&5
2206 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2207 See \`config.log' for more details." >&5
2208 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2209 See \`config.log' for more details." >&2;}
2210 { (exit 1); exit 1; }; }
2213 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2215 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2216 echo "${ECHO_T}$ac_cv_objext" >&6
2217 OBJEXT
=$ac_cv_objext
2219 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2220 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2221 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2222 echo $ECHO_N "(cached) $ECHO_C" >&6
2224 cat >conftest.
$ac_ext <<_ACEOF
2227 cat confdefs.h
>>conftest.
$ac_ext
2228 cat >>conftest.
$ac_ext <<_ACEOF
2229 /* end confdefs.h. */
2242 rm -f conftest.
$ac_objext
2243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2244 (eval $ac_compile) 2>conftest.er1
2246 grep -v '^ *+' conftest.er1
>conftest.err
2248 cat conftest.err
>&5
2249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250 (exit $ac_status); } &&
2251 { ac_try
='test -z "$ac_c_werror_flag"
2252 || test ! -s conftest.err'
2253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257 (exit $ac_status); }; } &&
2258 { ac_try
='test -s conftest.$ac_objext'
2259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; }; then
2266 echo "$as_me: failed program was:" >&5
2267 sed 's/^/| /' conftest.
$ac_ext >&5
2271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2272 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2275 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2276 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2277 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2278 ac_test_CFLAGS
=${CFLAGS+set}
2279 ac_save_CFLAGS
=$CFLAGS
2281 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2282 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2283 if test "${ac_cv_prog_cc_g+set}" = set; then
2284 echo $ECHO_N "(cached) $ECHO_C" >&6
2286 cat >conftest.
$ac_ext <<_ACEOF
2289 cat confdefs.h
>>conftest.
$ac_ext
2290 cat >>conftest.
$ac_ext <<_ACEOF
2291 /* end confdefs.h. */
2301 rm -f conftest.
$ac_objext
2302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2303 (eval $ac_compile) 2>conftest.er1
2305 grep -v '^ *+' conftest.er1
>conftest.err
2307 cat conftest.err
>&5
2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2309 (exit $ac_status); } &&
2310 { ac_try
='test -z "$ac_c_werror_flag"
2311 || test ! -s conftest.err'
2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); }; } &&
2317 { ac_try
='test -s conftest.$ac_objext'
2318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); }; }; then
2325 echo "$as_me: failed program was:" >&5
2326 sed 's/^/| /' conftest.
$ac_ext >&5
2330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2332 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2333 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2334 if test "$ac_test_CFLAGS" = set; then
2335 CFLAGS
=$ac_save_CFLAGS
2336 elif test $ac_cv_prog_cc_g = yes; then
2337 if test "$GCC" = yes; then
2343 if test "$GCC" = yes; then
2349 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2350 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2351 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2352 echo $ECHO_N "(cached) $ECHO_C" >&6
2354 ac_cv_prog_cc_stdc
=no
2356 cat >conftest.
$ac_ext <<_ACEOF
2359 cat confdefs.h
>>conftest.
$ac_ext
2360 cat >>conftest.
$ac_ext <<_ACEOF
2361 /* end confdefs.h. */
2364 #include <sys/types.h>
2365 #include <sys/stat.h>
2366 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2367 struct buf { int x; };
2368 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2369 static char *e (p, i)
2375 static char *f (char * (*g) (char **, int), char **p, ...)
2380 s = g (p, va_arg (v,int));
2385 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2386 function prototypes and stuff, but not '\xHH' hex character constants.
2387 These don't provoke an error unfortunately, instead are silently treated
2388 as 'x'. The following induces an error, until -std1 is added to get
2389 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2390 array size at least. It's necessary to write '\x00'==0 to get something
2391 that's true only with -std1. */
2392 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2394 int test (int i, double x);
2395 struct s1 {int (*f) (int a);};
2396 struct s2 {int (*f) (double a);};
2397 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2403 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2408 # Don't try gcc -ansi; that turns off useful extensions and
2409 # breaks some systems' header files.
2410 # AIX -qlanglvl=ansi
2411 # Ultrix and OSF/1 -std1
2412 # HP-UX 10.20 and later -Ae
2413 # HP-UX older versions -Aa -D_HPUX_SOURCE
2414 # SVR4 -Xc -D__EXTENSIONS__
2415 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2417 CC
="$ac_save_CC $ac_arg"
2418 rm -f conftest.
$ac_objext
2419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2420 (eval $ac_compile) 2>conftest.er1
2422 grep -v '^ *+' conftest.er1
>conftest.err
2424 cat conftest.err
>&5
2425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426 (exit $ac_status); } &&
2427 { ac_try
='test -z "$ac_c_werror_flag"
2428 || test ! -s conftest.err'
2429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2433 (exit $ac_status); }; } &&
2434 { ac_try
='test -s conftest.$ac_objext'
2435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2439 (exit $ac_status); }; }; then
2440 ac_cv_prog_cc_stdc
=$ac_arg
2443 echo "$as_me: failed program was:" >&5
2444 sed 's/^/| /' conftest.
$ac_ext >&5
2447 rm -f conftest.err conftest.
$ac_objext
2449 rm -f conftest.
$ac_ext conftest.
$ac_objext
2454 case "x$ac_cv_prog_cc_stdc" in
2456 echo "$as_me:$LINENO: result: none needed" >&5
2457 echo "${ECHO_T}none needed" >&6 ;;
2459 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2460 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2461 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2464 # Some people use a C++ compiler to compile C. Since we use `exit',
2465 # in C++ we need to declare it. In case someone uses the same compiler
2466 # for both compiling C and C++ we need to have the C++ compiler decide
2467 # the declaration of exit, since it's the most demanding environment.
2468 cat >conftest.
$ac_ext <<_ACEOF
2473 rm -f conftest.
$ac_objext
2474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2475 (eval $ac_compile) 2>conftest.er1
2477 grep -v '^ *+' conftest.er1
>conftest.err
2479 cat conftest.err
>&5
2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2481 (exit $ac_status); } &&
2482 { ac_try
='test -z "$ac_c_werror_flag"
2483 || test ! -s conftest.err'
2484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); }; } &&
2489 { ac_try
='test -s conftest.$ac_objext'
2490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494 (exit $ac_status); }; }; then
2495 for ac_declaration
in \
2497 'extern "C" void std::exit (int) throw (); using std::exit;' \
2498 'extern "C" void std::exit (int); using std::exit;' \
2499 'extern "C" void exit (int) throw ();' \
2500 'extern "C" void exit (int);' \
2503 cat >conftest.
$ac_ext <<_ACEOF
2506 cat confdefs.h
>>conftest.
$ac_ext
2507 cat >>conftest.
$ac_ext <<_ACEOF
2508 /* end confdefs.h. */
2519 rm -f conftest.
$ac_objext
2520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2521 (eval $ac_compile) 2>conftest.er1
2523 grep -v '^ *+' conftest.er1
>conftest.err
2525 cat conftest.err
>&5
2526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2527 (exit $ac_status); } &&
2528 { ac_try
='test -z "$ac_c_werror_flag"
2529 || test ! -s conftest.err'
2530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2534 (exit $ac_status); }; } &&
2535 { ac_try
='test -s conftest.$ac_objext'
2536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540 (exit $ac_status); }; }; then
2543 echo "$as_me: failed program was:" >&5
2544 sed 's/^/| /' conftest.
$ac_ext >&5
2548 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2549 cat >conftest.
$ac_ext <<_ACEOF
2552 cat confdefs.h
>>conftest.
$ac_ext
2553 cat >>conftest.
$ac_ext <<_ACEOF
2554 /* end confdefs.h. */
2564 rm -f conftest.
$ac_objext
2565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2566 (eval $ac_compile) 2>conftest.er1
2568 grep -v '^ *+' conftest.er1
>conftest.err
2570 cat conftest.err
>&5
2571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2572 (exit $ac_status); } &&
2573 { ac_try
='test -z "$ac_c_werror_flag"
2574 || test ! -s conftest.err'
2575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579 (exit $ac_status); }; } &&
2580 { ac_try
='test -s conftest.$ac_objext'
2581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585 (exit $ac_status); }; }; then
2588 echo "$as_me: failed program was:" >&5
2589 sed 's/^/| /' conftest.
$ac_ext >&5
2592 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2595 if test -n "$ac_declaration"; then
2596 echo '#ifdef __cplusplus' >>confdefs.h
2597 echo $ac_declaration >>confdefs.h
2598 echo '#endif' >>confdefs.h
2602 echo "$as_me: failed program was:" >&5
2603 sed 's/^/| /' conftest.
$ac_ext >&5
2606 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2608 ac_cpp
='$CPP $CPPFLAGS'
2609 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2610 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2611 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2613 # Find a good install program. We prefer a C program (faster),
2614 # so one script is as good as another. But avoid the broken or
2615 # incompatible versions:
2616 # SysV /etc/install, /usr/sbin/install
2617 # SunOS /usr/etc/install
2618 # IRIX /sbin/install
2620 # AmigaOS /C/install, which installs bootblocks on floppy discs
2621 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2622 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2623 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2624 # OS/2's system install, which has a completely different semantic
2625 # ./install, which can be erroneously created by make from ./install.sh.
2626 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2627 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2628 if test -z "$INSTALL"; then
2629 if test "${ac_cv_path_install+set}" = set; then
2630 echo $ECHO_N "(cached) $ECHO_C" >&6
2632 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2636 test -z "$as_dir" && as_dir
=.
2637 # Account for people who put trailing slashes in PATH elements.
2639 .
/ | .
// |
/cC
/* | \
2640 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2641 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2644 # OSF1 and SCO ODT 3.0 have their own names for install.
2645 # Don't use installbsd from OSF since it installs stuff as root
2647 for ac_prog
in ginstall scoinst
install; do
2648 for ac_exec_ext
in '' $ac_executable_extensions; do
2649 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2650 if test $ac_prog = install &&
2651 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2652 # AIX install. It has an incompatible calling convention.
2654 elif test $ac_prog = install &&
2655 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2656 # program-specific install script used by HP pwplus--don't use.
2659 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2671 if test "${ac_cv_path_install+set}" = set; then
2672 INSTALL
=$ac_cv_path_install
2674 # As a last resort, use the slow shell script. We don't cache a
2675 # path for INSTALL within a source directory, because that will
2676 # break other packages using the cache if that directory is
2677 # removed, or if the path is relative.
2678 INSTALL
=$ac_install_sh
2681 echo "$as_me:$LINENO: result: $INSTALL" >&5
2682 echo "${ECHO_T}$INSTALL" >&6
2684 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2685 # It thinks the first close brace ends the variable substitution.
2686 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2688 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2690 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2693 # Put a plausible default for CC_FOR_BUILD in Makefile.
2694 if test "x$cross_compiling" = "xno"; then
2695 CC_FOR_BUILD
='$(CC)'
2705 if test -n "$ac_tool_prefix"; then
2706 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2707 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2708 echo "$as_me:$LINENO: checking for $ac_word" >&5
2709 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2710 if test "${ac_cv_prog_RANLIB+set}" = set; then
2711 echo $ECHO_N "(cached) $ECHO_C" >&6
2713 if test -n "$RANLIB"; then
2714 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2720 test -z "$as_dir" && as_dir
=.
2721 for ac_exec_ext
in '' $ac_executable_extensions; do
2722 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2723 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2724 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2732 RANLIB
=$ac_cv_prog_RANLIB
2733 if test -n "$RANLIB"; then
2734 echo "$as_me:$LINENO: result: $RANLIB" >&5
2735 echo "${ECHO_T}$RANLIB" >&6
2737 echo "$as_me:$LINENO: result: no" >&5
2738 echo "${ECHO_T}no" >&6
2742 if test -z "$ac_cv_prog_RANLIB"; then
2743 ac_ct_RANLIB
=$RANLIB
2744 # Extract the first word of "ranlib", so it can be a program name with args.
2745 set dummy ranlib
; ac_word
=$2
2746 echo "$as_me:$LINENO: checking for $ac_word" >&5
2747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2748 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2749 echo $ECHO_N "(cached) $ECHO_C" >&6
2751 if test -n "$ac_ct_RANLIB"; then
2752 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
2754 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2758 test -z "$as_dir" && as_dir
=.
2759 for ac_exec_ext
in '' $ac_executable_extensions; do
2760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2761 ac_cv_prog_ac_ct_RANLIB
="ranlib"
2762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2768 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
2771 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
2772 if test -n "$ac_ct_RANLIB"; then
2773 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2774 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2776 echo "$as_me:$LINENO: result: no" >&5
2777 echo "${ECHO_T}no" >&6
2780 RANLIB
=$ac_ct_RANLIB
2782 RANLIB
="$ac_cv_prog_RANLIB"
2787 # If we haven't got the data from the intl directory,
2788 # assume NLS is disabled.
2797 if test -f ..
/..
/intl
/config.intl
; then
2798 . ..
/..
/intl
/config.intl
2800 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
2801 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
2802 if test x
"$USE_NLS" != xyes
; then
2803 echo "$as_me:$LINENO: result: no" >&5
2804 echo "${ECHO_T}no" >&6
2806 echo "$as_me:$LINENO: result: yes" >&5
2807 echo "${ECHO_T}yes" >&6
2809 cat >>confdefs.h
<<\_ACEOF
2810 #define ENABLE_NLS 1
2814 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
2815 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
2816 # Look for .po and .gmo files in the source directory.
2819 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
2820 # If there aren't any .gmo files the shell will give us the
2821 # literal string "../path/to/srcdir/po/*.gmo" which has to be
2823 case "$cat" in *\
**)
2826 # The quadruple backslash is collapsed to a double backslash
2827 # by the backticks, then collapsed again by the double quotes,
2828 # leaving us with one backslash in the sed expression (right
2829 # before the dot that mustn't act as a wildcard).
2830 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
2831 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
2832 # The user is allowed to set LINGUAS to a list of languages to
2833 # install catalogs for. If it's empty that means "all of them."
2834 if test "x$LINGUAS" = x
; then
2835 CATALOGS
="$CATALOGS $cat"
2836 XLINGUAS
="$XLINGUAS $lang"
2838 case "$LINGUAS" in *$lang*)
2839 CATALOGS
="$CATALOGS $cat"
2840 XLINGUAS
="$XLINGUAS $lang"
2846 echo "$as_me:$LINENO: result: $LINGUAS" >&5
2847 echo "${ECHO_T}$LINGUAS" >&6
2860 # Check for common headers.
2861 # FIXME: Seems to me this can cause problems for i386-windows hosts.
2862 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
2865 ac_cpp
='$CPP $CPPFLAGS'
2866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2869 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2870 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2871 # On Suns, sometimes $CPP names a directory.
2872 if test -n "$CPP" && test -d "$CPP"; then
2875 if test -z "$CPP"; then
2876 if test "${ac_cv_prog_CPP+set}" = set; then
2877 echo $ECHO_N "(cached) $ECHO_C" >&6
2879 # Double quotes because CPP needs to be expanded
2880 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2883 for ac_c_preproc_warn_flag
in '' yes
2885 # Use a header file that comes with gcc, so configuring glibc
2886 # with a fresh cross-compiler works.
2887 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2888 # <limits.h> exists even on freestanding compilers.
2889 # On the NeXT, cc -E runs the code through the compiler's parser,
2890 # not just through cpp. "Syntax error" is here to catch this case.
2891 cat >conftest.
$ac_ext <<_ACEOF
2894 cat confdefs.h
>>conftest.
$ac_ext
2895 cat >>conftest.
$ac_ext <<_ACEOF
2896 /* end confdefs.h. */
2898 # include <limits.h>
2900 # include <assert.h>
2904 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2905 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2907 grep -v '^ *+' conftest.er1
>conftest.err
2909 cat conftest.err
>&5
2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); } >/dev
/null
; then
2912 if test -s conftest.err
; then
2913 ac_cpp_err
=$ac_c_preproc_warn_flag
2914 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2921 if test -z "$ac_cpp_err"; then
2924 echo "$as_me: failed program was:" >&5
2925 sed 's/^/| /' conftest.
$ac_ext >&5
2927 # Broken: fails on valid input.
2930 rm -f conftest.err conftest.
$ac_ext
2932 # OK, works on sane cases. Now check whether non-existent headers
2933 # can be detected and how.
2934 cat >conftest.
$ac_ext <<_ACEOF
2937 cat confdefs.h
>>conftest.
$ac_ext
2938 cat >>conftest.
$ac_ext <<_ACEOF
2939 /* end confdefs.h. */
2940 #include <ac_nonexistent.h>
2942 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2943 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2945 grep -v '^ *+' conftest.er1
>conftest.err
2947 cat conftest.err
>&5
2948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2949 (exit $ac_status); } >/dev
/null
; then
2950 if test -s conftest.err
; then
2951 ac_cpp_err
=$ac_c_preproc_warn_flag
2952 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2959 if test -z "$ac_cpp_err"; then
2960 # Broken: success on invalid input.
2963 echo "$as_me: failed program was:" >&5
2964 sed 's/^/| /' conftest.
$ac_ext >&5
2966 # Passes both tests.
2970 rm -f conftest.err conftest.
$ac_ext
2973 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2974 rm -f conftest.err conftest.
$ac_ext
2975 if $ac_preproc_ok; then
2987 echo "$as_me:$LINENO: result: $CPP" >&5
2988 echo "${ECHO_T}$CPP" >&6
2990 for ac_c_preproc_warn_flag
in '' yes
2992 # Use a header file that comes with gcc, so configuring glibc
2993 # with a fresh cross-compiler works.
2994 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2995 # <limits.h> exists even on freestanding compilers.
2996 # On the NeXT, cc -E runs the code through the compiler's parser,
2997 # not just through cpp. "Syntax error" is here to catch this case.
2998 cat >conftest.
$ac_ext <<_ACEOF
3001 cat confdefs.h
>>conftest.
$ac_ext
3002 cat >>conftest.
$ac_ext <<_ACEOF
3003 /* end confdefs.h. */
3005 # include <limits.h>
3007 # include <assert.h>
3011 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3012 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3014 grep -v '^ *+' conftest.er1
>conftest.err
3016 cat conftest.err
>&5
3017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3018 (exit $ac_status); } >/dev
/null
; then
3019 if test -s conftest.err
; then
3020 ac_cpp_err
=$ac_c_preproc_warn_flag
3021 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3028 if test -z "$ac_cpp_err"; then
3031 echo "$as_me: failed program was:" >&5
3032 sed 's/^/| /' conftest.
$ac_ext >&5
3034 # Broken: fails on valid input.
3037 rm -f conftest.err conftest.
$ac_ext
3039 # OK, works on sane cases. Now check whether non-existent headers
3040 # can be detected and how.
3041 cat >conftest.
$ac_ext <<_ACEOF
3044 cat confdefs.h
>>conftest.
$ac_ext
3045 cat >>conftest.
$ac_ext <<_ACEOF
3046 /* end confdefs.h. */
3047 #include <ac_nonexistent.h>
3049 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3050 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3052 grep -v '^ *+' conftest.er1
>conftest.err
3054 cat conftest.err
>&5
3055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3056 (exit $ac_status); } >/dev
/null
; then
3057 if test -s conftest.err
; then
3058 ac_cpp_err
=$ac_c_preproc_warn_flag
3059 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3066 if test -z "$ac_cpp_err"; then
3067 # Broken: success on invalid input.
3070 echo "$as_me: failed program was:" >&5
3071 sed 's/^/| /' conftest.
$ac_ext >&5
3073 # Passes both tests.
3077 rm -f conftest.err conftest.
$ac_ext
3080 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3081 rm -f conftest.err conftest.
$ac_ext
3082 if $ac_preproc_ok; then
3085 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3086 See \`config.log' for more details." >&5
3087 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3088 See \`config.log' for more details." >&2;}
3089 { (exit 1); exit 1; }; }
3093 ac_cpp
='$CPP $CPPFLAGS'
3094 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3095 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3096 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3099 echo "$as_me:$LINENO: checking for egrep" >&5
3100 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3101 if test "${ac_cv_prog_egrep+set}" = set; then
3102 echo $ECHO_N "(cached) $ECHO_C" >&6
3104 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
3105 then ac_cv_prog_egrep
='grep -E'
3106 else ac_cv_prog_egrep
='egrep'
3109 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3110 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3111 EGREP
=$ac_cv_prog_egrep
3114 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3115 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3116 if test "${ac_cv_header_stdc+set}" = set; then
3117 echo $ECHO_N "(cached) $ECHO_C" >&6
3119 cat >conftest.
$ac_ext <<_ACEOF
3122 cat confdefs.h
>>conftest.
$ac_ext
3123 cat >>conftest.
$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3138 rm -f conftest.
$ac_objext
3139 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3140 (eval $ac_compile) 2>conftest.er1
3142 grep -v '^ *+' conftest.er1
>conftest.err
3144 cat conftest.err
>&5
3145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3146 (exit $ac_status); } &&
3147 { ac_try
='test -z "$ac_c_werror_flag"
3148 || test ! -s conftest.err'
3149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3153 (exit $ac_status); }; } &&
3154 { ac_try
='test -s conftest.$ac_objext'
3155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3159 (exit $ac_status); }; }; then
3160 ac_cv_header_stdc
=yes
3162 echo "$as_me: failed program was:" >&5
3163 sed 's/^/| /' conftest.
$ac_ext >&5
3165 ac_cv_header_stdc
=no
3167 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3169 if test $ac_cv_header_stdc = yes; then
3170 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3171 cat >conftest.
$ac_ext <<_ACEOF
3174 cat confdefs.h
>>conftest.
$ac_ext
3175 cat >>conftest.
$ac_ext <<_ACEOF
3176 /* end confdefs.h. */
3180 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3181 $EGREP "memchr" >/dev
/null
2>&1; then
3184 ac_cv_header_stdc
=no
3190 if test $ac_cv_header_stdc = yes; then
3191 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3192 cat >conftest.
$ac_ext <<_ACEOF
3195 cat confdefs.h
>>conftest.
$ac_ext
3196 cat >>conftest.
$ac_ext <<_ACEOF
3197 /* end confdefs.h. */
3201 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3202 $EGREP "free" >/dev
/null
2>&1; then
3205 ac_cv_header_stdc
=no
3211 if test $ac_cv_header_stdc = yes; then
3212 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3213 if test "$cross_compiling" = yes; then
3216 cat >conftest.
$ac_ext <<_ACEOF
3219 cat confdefs.h
>>conftest.
$ac_ext
3220 cat >>conftest.
$ac_ext <<_ACEOF
3221 /* end confdefs.h. */
3223 #if ((' ' & 0x0FF) == 0x020)
3224 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3225 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3227 # define ISLOWER(c) \
3228 (('a' <= (c) && (c) <= 'i') \
3229 || ('j' <= (c) && (c) <= 'r') \
3230 || ('s' <= (c) && (c) <= 'z'))
3231 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3234 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3239 for (i = 0; i < 256; i++)
3240 if (XOR (islower (i), ISLOWER (i))
3241 || toupper (i) != TOUPPER (i))
3246 rm -f conftest
$ac_exeext
3247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3248 (eval $ac_link) 2>&5
3250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3251 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); }; }; then
3259 echo "$as_me: program exited with status $ac_status" >&5
3260 echo "$as_me: failed program was:" >&5
3261 sed 's/^/| /' conftest.
$ac_ext >&5
3264 ac_cv_header_stdc
=no
3266 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3270 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3271 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3272 if test $ac_cv_header_stdc = yes; then
3274 cat >>confdefs.h
<<\_ACEOF
3275 #define STDC_HEADERS 1
3280 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3290 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3291 inttypes.h stdint.h unistd.h
3293 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3294 echo "$as_me:$LINENO: checking for $ac_header" >&5
3295 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3296 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3297 echo $ECHO_N "(cached) $ECHO_C" >&6
3299 cat >conftest.
$ac_ext <<_ACEOF
3302 cat confdefs.h
>>conftest.
$ac_ext
3303 cat >>conftest.
$ac_ext <<_ACEOF
3304 /* end confdefs.h. */
3305 $ac_includes_default
3307 #include <$ac_header>
3309 rm -f conftest.
$ac_objext
3310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3311 (eval $ac_compile) 2>conftest.er1
3313 grep -v '^ *+' conftest.er1
>conftest.err
3315 cat conftest.err
>&5
3316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3317 (exit $ac_status); } &&
3318 { ac_try
='test -z "$ac_c_werror_flag"
3319 || test ! -s conftest.err'
3320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); }; } &&
3325 { ac_try
='test -s conftest.$ac_objext'
3326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3330 (exit $ac_status); }; }; then
3331 eval "$as_ac_Header=yes"
3333 echo "$as_me: failed program was:" >&5
3334 sed 's/^/| /' conftest.
$ac_ext >&5
3336 eval "$as_ac_Header=no"
3338 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3340 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3341 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3342 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3343 cat >>confdefs.h
<<_ACEOF
3344 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3357 for ac_header
in stdlib.h string.h
strings.h unistd.h
time.h
3359 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3360 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3361 echo "$as_me:$LINENO: checking for $ac_header" >&5
3362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3363 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3364 echo $ECHO_N "(cached) $ECHO_C" >&6
3366 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3367 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3369 # Is the header compilable?
3370 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3371 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3372 cat >conftest.
$ac_ext <<_ACEOF
3375 cat confdefs.h
>>conftest.
$ac_ext
3376 cat >>conftest.
$ac_ext <<_ACEOF
3377 /* end confdefs.h. */
3378 $ac_includes_default
3379 #include <$ac_header>
3381 rm -f conftest.
$ac_objext
3382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3383 (eval $ac_compile) 2>conftest.er1
3385 grep -v '^ *+' conftest.er1
>conftest.err
3387 cat conftest.err
>&5
3388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3389 (exit $ac_status); } &&
3390 { ac_try
='test -z "$ac_c_werror_flag"
3391 || test ! -s conftest.err'
3392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3396 (exit $ac_status); }; } &&
3397 { ac_try
='test -s conftest.$ac_objext'
3398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402 (exit $ac_status); }; }; then
3403 ac_header_compiler
=yes
3405 echo "$as_me: failed program was:" >&5
3406 sed 's/^/| /' conftest.
$ac_ext >&5
3408 ac_header_compiler
=no
3410 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3411 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3412 echo "${ECHO_T}$ac_header_compiler" >&6
3414 # Is the header present?
3415 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3416 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3417 cat >conftest.
$ac_ext <<_ACEOF
3420 cat confdefs.h
>>conftest.
$ac_ext
3421 cat >>conftest.
$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3423 #include <$ac_header>
3425 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3426 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3428 grep -v '^ *+' conftest.er1
>conftest.err
3430 cat conftest.err
>&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3432 (exit $ac_status); } >/dev
/null
; then
3433 if test -s conftest.err
; then
3434 ac_cpp_err
=$ac_c_preproc_warn_flag
3435 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3442 if test -z "$ac_cpp_err"; then
3443 ac_header_preproc
=yes
3445 echo "$as_me: failed program was:" >&5
3446 sed 's/^/| /' conftest.
$ac_ext >&5
3448 ac_header_preproc
=no
3450 rm -f conftest.err conftest.
$ac_ext
3451 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3452 echo "${ECHO_T}$ac_header_preproc" >&6
3454 # So? What about this header?
3455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3457 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3458 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3459 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3460 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3461 ac_header_preproc
=yes
3464 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3465 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3466 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3467 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3468 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3469 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3470 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3471 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3472 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3473 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3474 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3475 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3478 ## ------------------------------------------ ##
3479 ## Report this to the AC_PACKAGE_NAME lists. ##
3480 ## ------------------------------------------ ##
3483 sed "s/^/$as_me: WARNING: /" >&2
3486 echo "$as_me:$LINENO: checking for $ac_header" >&5
3487 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3488 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3489 echo $ECHO_N "(cached) $ECHO_C" >&6
3491 eval "$as_ac_Header=\$ac_header_preproc"
3493 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3494 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3497 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3498 cat >>confdefs.h
<<_ACEOF
3499 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3508 for ac_header
in sys
/time.h sys
/resource.h
3510 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3511 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3512 echo "$as_me:$LINENO: checking for $ac_header" >&5
3513 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3514 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3515 echo $ECHO_N "(cached) $ECHO_C" >&6
3517 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3518 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3520 # Is the header compilable?
3521 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3522 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3523 cat >conftest.
$ac_ext <<_ACEOF
3526 cat confdefs.h
>>conftest.
$ac_ext
3527 cat >>conftest.
$ac_ext <<_ACEOF
3528 /* end confdefs.h. */
3529 $ac_includes_default
3530 #include <$ac_header>
3532 rm -f conftest.
$ac_objext
3533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3534 (eval $ac_compile) 2>conftest.er1
3536 grep -v '^ *+' conftest.er1
>conftest.err
3538 cat conftest.err
>&5
3539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3540 (exit $ac_status); } &&
3541 { ac_try
='test -z "$ac_c_werror_flag"
3542 || test ! -s conftest.err'
3543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3547 (exit $ac_status); }; } &&
3548 { ac_try
='test -s conftest.$ac_objext'
3549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3553 (exit $ac_status); }; }; then
3554 ac_header_compiler
=yes
3556 echo "$as_me: failed program was:" >&5
3557 sed 's/^/| /' conftest.
$ac_ext >&5
3559 ac_header_compiler
=no
3561 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3562 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3563 echo "${ECHO_T}$ac_header_compiler" >&6
3565 # Is the header present?
3566 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3567 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3568 cat >conftest.
$ac_ext <<_ACEOF
3571 cat confdefs.h
>>conftest.
$ac_ext
3572 cat >>conftest.
$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3574 #include <$ac_header>
3576 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3577 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3579 grep -v '^ *+' conftest.er1
>conftest.err
3581 cat conftest.err
>&5
3582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583 (exit $ac_status); } >/dev
/null
; then
3584 if test -s conftest.err
; then
3585 ac_cpp_err
=$ac_c_preproc_warn_flag
3586 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3593 if test -z "$ac_cpp_err"; then
3594 ac_header_preproc
=yes
3596 echo "$as_me: failed program was:" >&5
3597 sed 's/^/| /' conftest.
$ac_ext >&5
3599 ac_header_preproc
=no
3601 rm -f conftest.err conftest.
$ac_ext
3602 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3603 echo "${ECHO_T}$ac_header_preproc" >&6
3605 # So? What about this header?
3606 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3608 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3609 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3610 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3611 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3612 ac_header_preproc
=yes
3615 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3616 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3617 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3618 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3619 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3620 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3621 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3622 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3623 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3624 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3625 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3626 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3629 ## ------------------------------------------ ##
3630 ## Report this to the AC_PACKAGE_NAME lists. ##
3631 ## ------------------------------------------ ##
3634 sed "s/^/$as_me: WARNING: /" >&2
3637 echo "$as_me:$LINENO: checking for $ac_header" >&5
3638 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3639 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3640 echo $ECHO_N "(cached) $ECHO_C" >&6
3642 eval "$as_ac_Header=\$ac_header_preproc"
3644 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3645 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3648 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3649 cat >>confdefs.h
<<_ACEOF
3650 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3659 for ac_header
in fcntl.h fpu_control.h
3661 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3662 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3663 echo "$as_me:$LINENO: checking for $ac_header" >&5
3664 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3665 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3666 echo $ECHO_N "(cached) $ECHO_C" >&6
3668 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3669 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3671 # Is the header compilable?
3672 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3673 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3674 cat >conftest.
$ac_ext <<_ACEOF
3677 cat confdefs.h
>>conftest.
$ac_ext
3678 cat >>conftest.
$ac_ext <<_ACEOF
3679 /* end confdefs.h. */
3680 $ac_includes_default
3681 #include <$ac_header>
3683 rm -f conftest.
$ac_objext
3684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3685 (eval $ac_compile) 2>conftest.er1
3687 grep -v '^ *+' conftest.er1
>conftest.err
3689 cat conftest.err
>&5
3690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3691 (exit $ac_status); } &&
3692 { ac_try
='test -z "$ac_c_werror_flag"
3693 || test ! -s conftest.err'
3694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3698 (exit $ac_status); }; } &&
3699 { ac_try
='test -s conftest.$ac_objext'
3700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3704 (exit $ac_status); }; }; then
3705 ac_header_compiler
=yes
3707 echo "$as_me: failed program was:" >&5
3708 sed 's/^/| /' conftest.
$ac_ext >&5
3710 ac_header_compiler
=no
3712 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3713 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3714 echo "${ECHO_T}$ac_header_compiler" >&6
3716 # Is the header present?
3717 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3718 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3719 cat >conftest.
$ac_ext <<_ACEOF
3722 cat confdefs.h
>>conftest.
$ac_ext
3723 cat >>conftest.
$ac_ext <<_ACEOF
3724 /* end confdefs.h. */
3725 #include <$ac_header>
3727 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3728 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3730 grep -v '^ *+' conftest.er1
>conftest.err
3732 cat conftest.err
>&5
3733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3734 (exit $ac_status); } >/dev
/null
; then
3735 if test -s conftest.err
; then
3736 ac_cpp_err
=$ac_c_preproc_warn_flag
3737 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3744 if test -z "$ac_cpp_err"; then
3745 ac_header_preproc
=yes
3747 echo "$as_me: failed program was:" >&5
3748 sed 's/^/| /' conftest.
$ac_ext >&5
3750 ac_header_preproc
=no
3752 rm -f conftest.err conftest.
$ac_ext
3753 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3754 echo "${ECHO_T}$ac_header_preproc" >&6
3756 # So? What about this header?
3757 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3759 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3760 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3761 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3762 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3763 ac_header_preproc
=yes
3766 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3767 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3768 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3769 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3770 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3771 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3772 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3773 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3774 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3775 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3776 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3777 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3780 ## ------------------------------------------ ##
3781 ## Report this to the AC_PACKAGE_NAME lists. ##
3782 ## ------------------------------------------ ##
3785 sed "s/^/$as_me: WARNING: /" >&2
3788 echo "$as_me:$LINENO: checking for $ac_header" >&5
3789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3790 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
3793 eval "$as_ac_Header=\$ac_header_preproc"
3795 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3796 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3799 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3800 cat >>confdefs.h
<<_ACEOF
3801 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3811 for ac_header
in dlfcn.h errno.h sys
/stat.h
3813 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3814 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3815 echo "$as_me:$LINENO: checking for $ac_header" >&5
3816 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3817 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3818 echo $ECHO_N "(cached) $ECHO_C" >&6
3820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3823 # Is the header compilable?
3824 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3825 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3826 cat >conftest.
$ac_ext <<_ACEOF
3829 cat confdefs.h
>>conftest.
$ac_ext
3830 cat >>conftest.
$ac_ext <<_ACEOF
3831 /* end confdefs.h. */
3832 $ac_includes_default
3833 #include <$ac_header>
3835 rm -f conftest.
$ac_objext
3836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3837 (eval $ac_compile) 2>conftest.er1
3839 grep -v '^ *+' conftest.er1
>conftest.err
3841 cat conftest.err
>&5
3842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } &&
3844 { ac_try
='test -z "$ac_c_werror_flag"
3845 || test ! -s conftest.err'
3846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850 (exit $ac_status); }; } &&
3851 { ac_try
='test -s conftest.$ac_objext'
3852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; }; then
3857 ac_header_compiler
=yes
3859 echo "$as_me: failed program was:" >&5
3860 sed 's/^/| /' conftest.
$ac_ext >&5
3862 ac_header_compiler
=no
3864 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3865 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3866 echo "${ECHO_T}$ac_header_compiler" >&6
3868 # Is the header present?
3869 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3870 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3871 cat >conftest.
$ac_ext <<_ACEOF
3874 cat confdefs.h
>>conftest.
$ac_ext
3875 cat >>conftest.
$ac_ext <<_ACEOF
3876 /* end confdefs.h. */
3877 #include <$ac_header>
3879 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3880 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3882 grep -v '^ *+' conftest.er1
>conftest.err
3884 cat conftest.err
>&5
3885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3886 (exit $ac_status); } >/dev
/null
; then
3887 if test -s conftest.err
; then
3888 ac_cpp_err
=$ac_c_preproc_warn_flag
3889 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3896 if test -z "$ac_cpp_err"; then
3897 ac_header_preproc
=yes
3899 echo "$as_me: failed program was:" >&5
3900 sed 's/^/| /' conftest.
$ac_ext >&5
3902 ac_header_preproc
=no
3904 rm -f conftest.err conftest.
$ac_ext
3905 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3906 echo "${ECHO_T}$ac_header_preproc" >&6
3908 # So? What about this header?
3909 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3911 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3912 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3913 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3914 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3915 ac_header_preproc
=yes
3918 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3919 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3920 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3921 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3922 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3923 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3924 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3925 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3926 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3927 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3928 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3929 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3932 ## ------------------------------------------ ##
3933 ## Report this to the AC_PACKAGE_NAME lists. ##
3934 ## ------------------------------------------ ##
3937 sed "s/^/$as_me: WARNING: /" >&2
3940 echo "$as_me:$LINENO: checking for $ac_header" >&5
3941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3942 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3945 eval "$as_ac_Header=\$ac_header_preproc"
3947 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3948 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3951 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3952 cat >>confdefs.h
<<_ACEOF
3953 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3964 for ac_func
in getrusage
time sigaction __setfpucw
3966 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3967 echo "$as_me:$LINENO: checking for $ac_func" >&5
3968 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3969 if eval "test \"\${$as_ac_var+set}\" = set"; then
3970 echo $ECHO_N "(cached) $ECHO_C" >&6
3972 cat >conftest.
$ac_ext <<_ACEOF
3975 cat confdefs.h
>>conftest.
$ac_ext
3976 cat >>conftest.
$ac_ext <<_ACEOF
3977 /* end confdefs.h. */
3978 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3979 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3980 #define $ac_func innocuous_$ac_func
3982 /* System header to define __stub macros and hopefully few prototypes,
3983 which can conflict with char $ac_func (); below.
3984 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3985 <limits.h> exists even on freestanding compilers. */
3988 # include <limits.h>
3990 # include <assert.h>
3995 /* Override any gcc2 internal prototype to avoid an error. */
4000 /* We use char because int might match the return type of a gcc2
4001 builtin and then its argument prototype would still apply. */
4003 /* The GNU C library defines this for functions which it implements
4004 to always fail with ENOSYS. Some functions are actually named
4005 something starting with __ and the normal name is an alias. */
4006 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4009 char (*f) () = $ac_func;
4018 return f != $ac_func;
4023 rm -f conftest.
$ac_objext conftest
$ac_exeext
4024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4025 (eval $ac_link) 2>conftest.er1
4027 grep -v '^ *+' conftest.er1
>conftest.err
4029 cat conftest.err
>&5
4030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4031 (exit $ac_status); } &&
4032 { ac_try
='test -z "$ac_c_werror_flag"
4033 || test ! -s conftest.err'
4034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); }; } &&
4039 { ac_try
='test -s conftest$ac_exeext'
4040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); }; }; then
4045 eval "$as_ac_var=yes"
4047 echo "$as_me: failed program was:" >&5
4048 sed 's/^/| /' conftest.
$ac_ext >&5
4050 eval "$as_ac_var=no"
4052 rm -f conftest.err conftest.
$ac_objext \
4053 conftest
$ac_exeext conftest.
$ac_ext
4055 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4056 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4057 if test `eval echo '${'$as_ac_var'}'` = yes; then
4058 cat >>confdefs.h
<<_ACEOF
4059 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4066 # Check for socket libraries
4068 echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
4069 echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
4070 if test "${ac_cv_lib_socket_bind+set}" = set; then
4071 echo $ECHO_N "(cached) $ECHO_C" >&6
4073 ac_check_lib_save_LIBS
=$LIBS
4074 LIBS
="-lsocket $LIBS"
4075 cat >conftest.
$ac_ext <<_ACEOF
4078 cat confdefs.h
>>conftest.
$ac_ext
4079 cat >>conftest.
$ac_ext <<_ACEOF
4080 /* end confdefs.h. */
4082 /* Override any gcc2 internal prototype to avoid an error. */
4086 /* We use char because int might match the return type of a gcc2
4087 builtin and then its argument prototype would still apply. */
4097 rm -f conftest.
$ac_objext conftest
$ac_exeext
4098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4099 (eval $ac_link) 2>conftest.er1
4101 grep -v '^ *+' conftest.er1
>conftest.err
4103 cat conftest.err
>&5
4104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105 (exit $ac_status); } &&
4106 { ac_try
='test -z "$ac_c_werror_flag"
4107 || test ! -s conftest.err'
4108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4112 (exit $ac_status); }; } &&
4113 { ac_try
='test -s conftest$ac_exeext'
4114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4118 (exit $ac_status); }; }; then
4119 ac_cv_lib_socket_bind
=yes
4121 echo "$as_me: failed program was:" >&5
4122 sed 's/^/| /' conftest.
$ac_ext >&5
4124 ac_cv_lib_socket_bind
=no
4126 rm -f conftest.err conftest.
$ac_objext \
4127 conftest
$ac_exeext conftest.
$ac_ext
4128 LIBS
=$ac_check_lib_save_LIBS
4130 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
4131 echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
4132 if test $ac_cv_lib_socket_bind = yes; then
4133 cat >>confdefs.h
<<_ACEOF
4134 #define HAVE_LIBSOCKET 1
4137 LIBS
="-lsocket $LIBS"
4142 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4143 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4144 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4145 echo $ECHO_N "(cached) $ECHO_C" >&6
4147 ac_check_lib_save_LIBS
=$LIBS
4149 cat >conftest.
$ac_ext <<_ACEOF
4152 cat confdefs.h
>>conftest.
$ac_ext
4153 cat >>conftest.
$ac_ext <<_ACEOF
4154 /* end confdefs.h. */
4156 /* Override any gcc2 internal prototype to avoid an error. */
4160 /* We use char because int might match the return type of a gcc2
4161 builtin and then its argument prototype would still apply. */
4162 char gethostbyname ();
4171 rm -f conftest.
$ac_objext conftest
$ac_exeext
4172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4173 (eval $ac_link) 2>conftest.er1
4175 grep -v '^ *+' conftest.er1
>conftest.err
4177 cat conftest.err
>&5
4178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179 (exit $ac_status); } &&
4180 { ac_try
='test -z "$ac_c_werror_flag"
4181 || test ! -s conftest.err'
4182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4186 (exit $ac_status); }; } &&
4187 { ac_try
='test -s conftest$ac_exeext'
4188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4192 (exit $ac_status); }; }; then
4193 ac_cv_lib_nsl_gethostbyname
=yes
4195 echo "$as_me: failed program was:" >&5
4196 sed 's/^/| /' conftest.
$ac_ext >&5
4198 ac_cv_lib_nsl_gethostbyname
=no
4200 rm -f conftest.err conftest.
$ac_objext \
4201 conftest
$ac_exeext conftest.
$ac_ext
4202 LIBS
=$ac_check_lib_save_LIBS
4204 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4205 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4206 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4207 cat >>confdefs.h
<<_ACEOF
4208 #define HAVE_LIBNSL 1
4216 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
4217 # using the same condition.
4218 echo "$as_me:$LINENO: checking for library containing zlibVersion" >&5
4219 echo $ECHO_N "checking for library containing zlibVersion... $ECHO_C" >&6
4220 if test "${ac_cv_search_zlibVersion+set}" = set; then
4221 echo $ECHO_N "(cached) $ECHO_C" >&6
4223 ac_func_search_save_LIBS
=$LIBS
4224 ac_cv_search_zlibVersion
=no
4225 cat >conftest.
$ac_ext <<_ACEOF
4228 cat confdefs.h
>>conftest.
$ac_ext
4229 cat >>conftest.
$ac_ext <<_ACEOF
4230 /* end confdefs.h. */
4232 /* Override any gcc2 internal prototype to avoid an error. */
4236 /* We use char because int might match the return type of a gcc2
4237 builtin and then its argument prototype would still apply. */
4238 char zlibVersion ();
4247 rm -f conftest.
$ac_objext conftest
$ac_exeext
4248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4249 (eval $ac_link) 2>conftest.er1
4251 grep -v '^ *+' conftest.er1
>conftest.err
4253 cat conftest.err
>&5
4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4255 (exit $ac_status); } &&
4256 { ac_try
='test -z "$ac_c_werror_flag"
4257 || test ! -s conftest.err'
4258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); }; } &&
4263 { ac_try
='test -s conftest$ac_exeext'
4264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4268 (exit $ac_status); }; }; then
4269 ac_cv_search_zlibVersion
="none required"
4271 echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.
$ac_ext >&5
4275 rm -f conftest.err conftest.
$ac_objext \
4276 conftest
$ac_exeext conftest.
$ac_ext
4277 if test "$ac_cv_search_zlibVersion" = no
; then
4279 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
4280 cat >conftest.
$ac_ext <<_ACEOF
4283 cat confdefs.h
>>conftest.
$ac_ext
4284 cat >>conftest.
$ac_ext <<_ACEOF
4285 /* end confdefs.h. */
4287 /* Override any gcc2 internal prototype to avoid an error. */
4291 /* We use char because int might match the return type of a gcc2
4292 builtin and then its argument prototype would still apply. */
4293 char zlibVersion ();
4302 rm -f conftest.
$ac_objext conftest
$ac_exeext
4303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4304 (eval $ac_link) 2>conftest.er1
4306 grep -v '^ *+' conftest.er1
>conftest.err
4308 cat conftest.err
>&5
4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4310 (exit $ac_status); } &&
4311 { ac_try
='test -z "$ac_c_werror_flag"
4312 || test ! -s conftest.err'
4313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317 (exit $ac_status); }; } &&
4318 { ac_try
='test -s conftest$ac_exeext'
4319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4323 (exit $ac_status); }; }; then
4324 ac_cv_search_zlibVersion
="-l$ac_lib"
4327 echo "$as_me: failed program was:" >&5
4328 sed 's/^/| /' conftest.
$ac_ext >&5
4331 rm -f conftest.err conftest.
$ac_objext \
4332 conftest
$ac_exeext conftest.
$ac_ext
4335 LIBS
=$ac_func_search_save_LIBS
4337 echo "$as_me:$LINENO: result: $ac_cv_search_zlibVersion" >&5
4338 echo "${ECHO_T}$ac_cv_search_zlibVersion" >&6
4339 if test "$ac_cv_search_zlibVersion" != no
; then
4340 test "$ac_cv_search_zlibVersion" = "none required" || LIBS
="$ac_cv_search_zlibVersion $LIBS"
4342 for ac_header
in zlib.h
4344 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4345 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4346 echo "$as_me:$LINENO: checking for $ac_header" >&5
4347 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4348 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4349 echo $ECHO_N "(cached) $ECHO_C" >&6
4351 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4352 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4354 # Is the header compilable?
4355 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4356 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4357 cat >conftest.
$ac_ext <<_ACEOF
4360 cat confdefs.h
>>conftest.
$ac_ext
4361 cat >>conftest.
$ac_ext <<_ACEOF
4362 /* end confdefs.h. */
4363 $ac_includes_default
4364 #include <$ac_header>
4366 rm -f conftest.
$ac_objext
4367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4368 (eval $ac_compile) 2>conftest.er1
4370 grep -v '^ *+' conftest.er1
>conftest.err
4372 cat conftest.err
>&5
4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4374 (exit $ac_status); } &&
4375 { ac_try
='test -z "$ac_c_werror_flag"
4376 || test ! -s conftest.err'
4377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4381 (exit $ac_status); }; } &&
4382 { ac_try
='test -s conftest.$ac_objext'
4383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4387 (exit $ac_status); }; }; then
4388 ac_header_compiler
=yes
4390 echo "$as_me: failed program was:" >&5
4391 sed 's/^/| /' conftest.
$ac_ext >&5
4393 ac_header_compiler
=no
4395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4396 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4397 echo "${ECHO_T}$ac_header_compiler" >&6
4399 # Is the header present?
4400 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4401 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4402 cat >conftest.
$ac_ext <<_ACEOF
4405 cat confdefs.h
>>conftest.
$ac_ext
4406 cat >>conftest.
$ac_ext <<_ACEOF
4407 /* end confdefs.h. */
4408 #include <$ac_header>
4410 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4411 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4413 grep -v '^ *+' conftest.er1
>conftest.err
4415 cat conftest.err
>&5
4416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4417 (exit $ac_status); } >/dev
/null
; then
4418 if test -s conftest.err
; then
4419 ac_cpp_err
=$ac_c_preproc_warn_flag
4420 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4427 if test -z "$ac_cpp_err"; then
4428 ac_header_preproc
=yes
4430 echo "$as_me: failed program was:" >&5
4431 sed 's/^/| /' conftest.
$ac_ext >&5
4433 ac_header_preproc
=no
4435 rm -f conftest.err conftest.
$ac_ext
4436 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4437 echo "${ECHO_T}$ac_header_preproc" >&6
4439 # So? What about this header?
4440 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4442 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4443 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4444 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4445 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4446 ac_header_preproc
=yes
4449 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4450 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4451 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4452 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4453 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4454 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4455 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4456 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4458 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4459 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4460 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4463 ## ------------------------------------------ ##
4464 ## Report this to the AC_PACKAGE_NAME lists. ##
4465 ## ------------------------------------------ ##
4468 sed "s/^/$as_me: WARNING: /" >&2
4471 echo "$as_me:$LINENO: checking for $ac_header" >&5
4472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4473 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4474 echo $ECHO_N "(cached) $ECHO_C" >&6
4476 eval "$as_ac_Header=\$ac_header_preproc"
4478 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4479 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4482 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4483 cat >>confdefs.h
<<_ACEOF
4484 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4494 .
${srcdir}/..
/..
/bfd
/configure.
host
4498 USE_MAINTAINER_MODE
=no
4499 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4500 if test "${enable_maintainer_mode+set}" = set; then
4501 enableval
="$enable_maintainer_mode"
4502 case "${enableval}" in
4503 yes) MAINT
="" USE_MAINTAINER_MODE
=yes ;;
4505 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
4506 echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
4507 { (exit 1); exit 1; }; }; MAINT
="#" ;;
4509 if test x
"$silent" != x
"yes" && test x
"$MAINT" = x
""; then
4510 echo "Setting maintainer mode" 6>&1
4517 # Check whether --enable-sim-bswap or --disable-sim-bswap was given.
4518 if test "${enable_sim_bswap+set}" = set; then
4519 enableval
="$enable_sim_bswap"
4520 case "${enableval}" in
4521 yes) sim_bswap
="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4522 no
) sim_bswap
="-DWITH_BSWAP=0";;
4523 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
4524 echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
4525 { (exit 1); exit 1; }; }; sim_bswap
="";;
4527 if test x
"$silent" != x
"yes" && test x
"$sim_bswap" != x
""; then
4528 echo "Setting bswap flags = $sim_bswap" 6>&1
4535 # Check whether --enable-sim-cflags or --disable-sim-cflags was given.
4536 if test "${enable_sim_cflags+set}" = set; then
4537 enableval
="$enable_sim_cflags"
4538 case "${enableval}" in
4539 yes) sim_cflags
="-O2 -fomit-frame-pointer";;
4540 trace
) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
4541 echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
4542 { (exit 1); exit 1; }; }; sim_cflags
="";;
4544 *) sim_cflags
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4546 if test x
"$silent" != x
"yes" && test x
"$sim_cflags" != x
""; then
4547 echo "Setting sim cflags = $sim_cflags" 6>&1
4554 # Check whether --enable-sim-debug or --disable-sim-debug was given.
4555 if test "${enable_sim_debug+set}" = set; then
4556 enableval
="$enable_sim_debug"
4557 case "${enableval}" in
4558 yes) sim_debug
="-DDEBUG=7 -DWITH_DEBUG=7";;
4559 no
) sim_debug
="-DDEBUG=0 -DWITH_DEBUG=0";;
4560 *) sim_debug
="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4562 if test x
"$silent" != x
"yes" && test x
"$sim_debug" != x
""; then
4563 echo "Setting sim debug = $sim_debug" 6>&1
4570 # Check whether --enable-sim-stdio or --disable-sim-stdio was given.
4571 if test "${enable_sim_stdio+set}" = set; then
4572 enableval
="$enable_sim_stdio"
4573 case "${enableval}" in
4574 yes) sim_stdio
="-DWITH_STDIO=DO_USE_STDIO";;
4575 no
) sim_stdio
="-DWITH_STDIO=DONT_USE_STDIO";;
4576 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
4577 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
4578 { (exit 1); exit 1; }; }; sim_stdio
="";;
4580 if test x
"$silent" != x
"yes" && test x
"$sim_stdio" != x
""; then
4581 echo "Setting stdio flags = $sim_stdio" 6>&1
4588 # Check whether --enable-sim-trace or --disable-sim-trace was given.
4589 if test "${enable_sim_trace+set}" = set; then
4590 enableval
="$enable_sim_trace"
4591 case "${enableval}" in
4592 yes) sim_trace
="-DTRACE=1 -DWITH_TRACE=-1";;
4593 no
) sim_trace
="-DTRACE=0 -DWITH_TRACE=0";;
4595 sim_trace
="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4598 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
4599 if test x
"$sim_trace" = x
; then
4600 sim_trace
="-DWITH_TRACE='(TRACE_$x"
4602 sim_trace
="${sim_trace}|TRACE_$x"
4605 sim_trace
="$sim_trace)'" ;;
4607 if test x
"$silent" != x
"yes" && test x
"$sim_trace" != x
""; then
4608 echo "Setting sim trace = $sim_trace" 6>&1
4615 # Check whether --enable-sim-profile or --disable-sim-profile was given.
4616 if test "${enable_sim_profile+set}" = set; then
4617 enableval
="$enable_sim_profile"
4618 case "${enableval}" in
4619 yes) sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1";;
4620 no
) sim_profile
="-DPROFILE=0 -DWITH_PROFILE=0";;
4622 sim_profile
="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4625 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
4626 if test x
"$sim_profile" = x
; then
4627 sim_profile
="-DWITH_PROFILE='(PROFILE_$x"
4629 sim_profile
="${sim_profile}|PROFILE_$x"
4632 sim_profile
="$sim_profile)'" ;;
4634 if test x
"$silent" != x
"yes" && test x
"$sim_profile" != x
""; then
4635 echo "Setting sim profile = $sim_profile" 6>&1
4638 sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1"
4643 # Check whether --with-pkgversion or --without-pkgversion was given.
4644 if test "${with_pkgversion+set}" = set; then
4645 withval
="$with_pkgversion"
4647 yes) { { echo "$as_me:$LINENO: error: package version not specified" >&5
4648 echo "$as_me: error: package version not specified" >&2;}
4649 { (exit 1); exit 1; }; } ;;
4651 *) PKGVERSION
="($withval) " ;;
4661 # Check whether --with-bugurl or --without-bugurl was given.
4662 if test "${with_bugurl+set}" = set; then
4663 withval
="$with_bugurl"
4665 yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
4666 echo "$as_me: error: bug URL not specified" >&2;}
4667 { (exit 1); exit 1; }; } ;;
4670 *) BUGURL
="$withval"
4674 BUGURL
="http://www.gnu.org/software/gdb/bugs/"
4683 REPORT_BUGS_TO
="<$BUGURL>"
4684 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
4691 cat >>confdefs.h
<<_ACEOF
4692 #define PKGVERSION "$PKGVERSION"
4696 cat >>confdefs.h
<<_ACEOF
4697 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
4701 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
4702 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4703 if test "${ac_cv_type_signal+set}" = set; then
4704 echo $ECHO_N "(cached) $ECHO_C" >&6
4706 cat >conftest.
$ac_ext <<_ACEOF
4709 cat confdefs.h
>>conftest.
$ac_ext
4710 cat >>conftest.
$ac_ext <<_ACEOF
4711 /* end confdefs.h. */
4712 #include <sys/types.h>
4718 extern "C" void (*signal (int, void (*)(int)))(int);
4720 void (*signal ()) ();
4731 rm -f conftest.
$ac_objext
4732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4733 (eval $ac_compile) 2>conftest.er1
4735 grep -v '^ *+' conftest.er1
>conftest.err
4737 cat conftest.err
>&5
4738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4739 (exit $ac_status); } &&
4740 { ac_try
='test -z "$ac_c_werror_flag"
4741 || test ! -s conftest.err'
4742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4746 (exit $ac_status); }; } &&
4747 { ac_try
='test -s conftest.$ac_objext'
4748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then
4753 ac_cv_type_signal
=void
4755 echo "$as_me: failed program was:" >&5
4756 sed 's/^/| /' conftest.
$ac_ext >&5
4758 ac_cv_type_signal
=int
4760 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4762 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
4763 echo "${ECHO_T}$ac_cv_type_signal" >&6
4765 cat >>confdefs.h
<<_ACEOF
4766 #define RETSIGTYPE $ac_cv_type_signal
4776 sim_link_links
=tconfig.h
4777 if test -f ${srcdir}/tconfig.
in
4779 sim_link_files
=tconfig.
in
4781 sim_link_files
=..
/common
/tconfig.
in
4784 # targ-vals.def points to the libc macro description file.
4786 *-*-*) TARG_VALS_DEF
=..
/common
/nltvals.def
;;
4788 sim_link_files
="${sim_link_files} ${TARG_VALS_DEF}"
4789 sim_link_links
="${sim_link_links} targ-vals.def"
4793 for ac_header
in unistd.h
4795 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4796 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4797 echo "$as_me:$LINENO: checking for $ac_header" >&5
4798 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4799 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4800 echo $ECHO_N "(cached) $ECHO_C" >&6
4802 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4803 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4805 # Is the header compilable?
4806 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4807 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4808 cat >conftest.
$ac_ext <<_ACEOF
4811 cat confdefs.h
>>conftest.
$ac_ext
4812 cat >>conftest.
$ac_ext <<_ACEOF
4813 /* end confdefs.h. */
4814 $ac_includes_default
4815 #include <$ac_header>
4817 rm -f conftest.
$ac_objext
4818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4819 (eval $ac_compile) 2>conftest.er1
4821 grep -v '^ *+' conftest.er1
>conftest.err
4823 cat conftest.err
>&5
4824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4825 (exit $ac_status); } &&
4826 { ac_try
='test -z "$ac_c_werror_flag"
4827 || test ! -s conftest.err'
4828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4832 (exit $ac_status); }; } &&
4833 { ac_try
='test -s conftest.$ac_objext'
4834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); }; }; then
4839 ac_header_compiler
=yes
4841 echo "$as_me: failed program was:" >&5
4842 sed 's/^/| /' conftest.
$ac_ext >&5
4844 ac_header_compiler
=no
4846 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4847 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4848 echo "${ECHO_T}$ac_header_compiler" >&6
4850 # Is the header present?
4851 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4852 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4853 cat >conftest.
$ac_ext <<_ACEOF
4856 cat confdefs.h
>>conftest.
$ac_ext
4857 cat >>conftest.
$ac_ext <<_ACEOF
4858 /* end confdefs.h. */
4859 #include <$ac_header>
4861 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4862 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4864 grep -v '^ *+' conftest.er1
>conftest.err
4866 cat conftest.err
>&5
4867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4868 (exit $ac_status); } >/dev
/null
; then
4869 if test -s conftest.err
; then
4870 ac_cpp_err
=$ac_c_preproc_warn_flag
4871 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4878 if test -z "$ac_cpp_err"; then
4879 ac_header_preproc
=yes
4881 echo "$as_me: failed program was:" >&5
4882 sed 's/^/| /' conftest.
$ac_ext >&5
4884 ac_header_preproc
=no
4886 rm -f conftest.err conftest.
$ac_ext
4887 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4888 echo "${ECHO_T}$ac_header_preproc" >&6
4890 # So? What about this header?
4891 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4893 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4894 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4895 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4896 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4897 ac_header_preproc
=yes
4900 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4901 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4902 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4903 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4904 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4905 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4906 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4907 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4909 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4910 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4911 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4914 ## ------------------------------------------ ##
4915 ## Report this to the AC_PACKAGE_NAME lists. ##
4916 ## ------------------------------------------ ##
4919 sed "s/^/$as_me: WARNING: /" >&2
4922 echo "$as_me:$LINENO: checking for $ac_header" >&5
4923 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4924 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4925 echo $ECHO_N "(cached) $ECHO_C" >&6
4927 eval "$as_ac_Header=\$ac_header_preproc"
4929 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4930 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4933 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4934 cat >>confdefs.h
<<_ACEOF
4935 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4944 ac_sources
="$sim_link_files"
4945 ac_dests
="$sim_link_links"
4946 while test -n "$ac_sources"; do
4947 set $ac_dests; ac_dest
=$1; shift; ac_dests
=$
*
4948 set $ac_sources; ac_source
=$1; shift; ac_sources
=$
*
4949 ac_config_links_1
="$ac_config_links_1 $ac_dest:$ac_source"
4951 ac_config_links
="$ac_config_links $ac_config_links_1"
4954 if grep CGEN_MAINT
$srcdir/Makefile.
in >/dev
/null
; then
4955 cgen_breaks
="break cgen_rtx_error";
4958 ac_config_files
="$ac_config_files Makefile.sim:Makefile.in"
4960 ac_config_files
="$ac_config_files Make-common.sim:../common/Make-common.in"
4962 ac_config_files
="$ac_config_files .gdbinit:../common/gdbinit.in"
4964 ac_config_commands
="$ac_config_commands Makefile"
4966 ac_config_commands
="$ac_config_commands stamp-h"
4968 cat >confcache
<<\_ACEOF
4969 # This file is a shell script that caches the results of configure
4970 # tests run on this system so they can be shared between configure
4971 # scripts and configure runs, see configure's option --config-cache.
4972 # It is not useful on other systems. If it contains results you don't
4973 # want to keep, you may remove or edit it.
4975 # config.status only pays attention to the cache file if you give it
4976 # the --recheck option to rerun configure.
4978 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4979 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4984 # The following way of writing the cache mishandles newlines in values,
4985 # but we know of no workaround that is simple, portable, and efficient.
4986 # So, don't put newlines in cache variables' values.
4987 # Ultrix sh set writes to stderr and can't be redirected directly,
4988 # and sets the high bit in the cache file unless we assign to the vars.
4991 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4993 # `set' does not quote correctly, so add quotes (double-quote
4994 # substitution turns \\\\ into \\, and sed turns \\ into \).
4997 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5000 # `set' quotes correctly as required by POSIX, so do not add quotes.
5002 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5009 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5011 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5013 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5014 if test -w $cache_file; then
5015 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5016 cat confcache
>$cache_file
5018 echo "not updating unwritable cache $cache_file"
5023 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5024 # Let make expand exec_prefix.
5025 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5027 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5028 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5029 # trailing colons and then remove the whole line if VPATH becomes empty
5030 # (actually we leave an empty line to preserve line numbers).
5031 if test "x$srcdir" = x.
; then
5032 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
5033 s/:*\$(srcdir):*/:/;
5034 s/:*\${srcdir}:*/:/;
5036 s/^\([^=]*=[ ]*\):*/\1/;
5042 DEFS
=-DHAVE_CONFIG_H
5046 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
5047 # 1. Remove the extension, and $U if already installed.
5048 ac_i
=`echo "$ac_i" |
5049 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5051 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
5052 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
5056 LTLIBOBJS
=$ac_ltlibobjs
5060 : ${CONFIG_STATUS=./config.status}
5061 ac_clean_files_save
=$ac_clean_files
5062 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
5063 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5064 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5065 cat >$CONFIG_STATUS <<_ACEOF
5067 # Generated by $as_me.
5068 # Run this file to recreate the current configuration.
5069 # Compiler output produced by configure, useful for debugging
5070 # configure, is in config.log if it exists.
5075 SHELL=\${CONFIG_SHELL-$SHELL}
5078 cat >>$CONFIG_STATUS <<\_ACEOF
5079 ## --------------------- ##
5080 ## M4sh Initialization. ##
5081 ## --------------------- ##
5083 # Be Bourne compatible
5084 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
5087 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5088 # is contrary to our usage. Disable this feature.
5089 alias -g '${1+"$@"}'='"$@"'
5090 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
5093 DUALCASE
=1; export DUALCASE
# for MKS sh
5095 # Support unset when possible.
5096 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5103 # Work around bugs in pre-3.0 UWIN ksh.
5104 $as_unset ENV MAIL MAILPATH
5111 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5112 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5113 LC_TELEPHONE LC_TIME
5115 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5116 eval $as_var=C
; export $as_var
5122 # Required to use basename.
5123 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5129 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
5130 as_basename
=basename
5136 # Name of the executable.
5137 as_me
=`$as_basename "$0" ||
5138 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5139 X"$0" : 'X\(//\)$' \| \
5140 X"$0" : 'X\(/\)$' \| \
5141 . : '\(.\)' 2>/dev/null ||
5143 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5144 /^X\/\(\/\/\)$/{ s//\1/; q; }
5145 /^X\/\(\/\).*/{ s//\1/; q; }
5149 # PATH needs CR, and LINENO needs CR and PATH.
5150 # Avoid depending upon Character Ranges.
5151 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
5152 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5153 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
5154 as_cr_digits
='0123456789'
5155 as_cr_alnum
=$as_cr_Letters$as_cr_digits
5157 # The user is always right.
5158 if test "${PATH_SEPARATOR+set}" != set; then
5159 echo "#! /bin/sh" >conf$$.sh
5160 echo "exit 0" >>conf$$.sh
5162 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5173 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
5174 test "x$as_lineno_1" != "x$as_lineno_2" &&
5175 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
5176 # Find who we are. Look in the path if we contain no path at all
5179 *[\\/]* ) as_myself
=$0 ;;
5180 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5184 test -z "$as_dir" && as_dir
=.
5185 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
5190 # We did not find ourselves, most probably we were run as `sh COMMAND'
5191 # in which case we are not to be found in the path.
5192 if test "x$as_myself" = x
; then
5195 if test ! -f "$as_myself"; then
5196 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5197 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5198 { (exit 1); exit 1; }; }
5200 case $CONFIG_SHELL in
5202 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5203 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
5206 test -z "$as_dir" && as_dir
=.
5207 for as_base
in sh bash ksh sh5
; do
5210 if ("$as_dir/$as_base" -c '
5213 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5214 test "x$as_lineno_1" != "x$as_lineno_2" &&
5215 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
5216 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
5217 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
5218 CONFIG_SHELL
=$as_dir/$as_base
5220 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5228 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5229 # uniformly replaced by the line number. The first 'sed' inserts a
5230 # line-number line before each line; the second 'sed' does the real
5231 # work. The second script uses 'N' to pair each line-number line
5232 # with the numbered line, and appends trailing '-' during
5233 # substitution so that $LINENO is not a special case at line end.
5234 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5235 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5236 sed '=' <$as_myself |
5241 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5244 s,^['$as_cr_digits']*\n,,
5246 chmod +x
$as_me.lineno ||
5247 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5248 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5249 { (exit 1); exit 1; }; }
5251 # Don't try to exec as it changes $[0], causing all sort of problems
5252 # (the dirname of $[0] is not the place where we might find the
5253 # original and so on. Autoconf is especially sensible to this).
5255 # Exit status is that of the last command.
5260 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5261 *c
*,-n*) ECHO_N
= ECHO_C
='
5263 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
5264 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
5267 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5273 rm -f conf$$ conf$$.exe conf$$.
file
5275 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5276 # We could just check for DJGPP; but this test a) works b) is more generic
5277 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5278 if test -f conf$$.exe
; then
5279 # Don't use ln at all; we don't have any links
5284 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5289 rm -f conf$$ conf$$.exe conf$$.
file
5291 if mkdir
-p .
2>/dev
/null
; then
5294 test -d .
/-p && rmdir .
/-p
5298 as_executable_p
="test -f"
5300 # Sed expression to map a string onto a valid CPP name.
5301 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5303 # Sed expression to map a string onto a valid variable name.
5304 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5308 # We need space, tab and new line, in precisely that order.
5318 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5319 # report actual input values of CONFIG_FILES etc. instead of their
5320 # values after options handling. Logging --version etc. is OK.
5324 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5325 ## Running $as_me. ##
5330 This file was extended by $as_me, which was
5331 generated by GNU Autoconf 2.59. Invocation command line was
5333 CONFIG_FILES = $CONFIG_FILES
5334 CONFIG_HEADERS = $CONFIG_HEADERS
5335 CONFIG_LINKS = $CONFIG_LINKS
5336 CONFIG_COMMANDS = $CONFIG_COMMANDS
5340 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5344 # Files that config.status was made for.
5345 if test -n "$ac_config_files"; then
5346 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5349 if test -n "$ac_config_headers"; then
5350 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5353 if test -n "$ac_config_links"; then
5354 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5357 if test -n "$ac_config_commands"; then
5358 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5361 cat >>$CONFIG_STATUS <<\_ACEOF
5364 \`$as_me' instantiates files from templates according to the
5365 current configuration.
5367 Usage: $0 [OPTIONS] [FILE]...
5369 -h, --help print this help, then exit
5370 -V, --version print version number, then exit
5371 -q, --quiet do not print progress messages
5372 -d, --debug don't remove temporary files
5373 --recheck update $as_me by reconfiguring in the same conditions
5374 --file=FILE[:TEMPLATE]
5375 instantiate the configuration file FILE
5376 --header=FILE[:TEMPLATE]
5377 instantiate the configuration header FILE
5379 Configuration files:
5382 Configuration headers:
5385 Configuration links:
5388 Configuration commands:
5391 Report bugs to <bug-autoconf@gnu.org>."
5394 cat >>$CONFIG_STATUS <<_ACEOF
5397 configured by $0, generated by GNU Autoconf 2.59,
5398 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5400 Copyright (C) 2003 Free Software Foundation, Inc.
5401 This config.status script is free software; the Free Software Foundation
5402 gives unlimited permission to copy, distribute and modify it."
5407 cat >>$CONFIG_STATUS <<\_ACEOF
5408 # If no file are specified by the user, then we need to provide default
5409 # value. By we need to know if files were specified by the user.
5415 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
5416 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
5424 *) # This is not an option, so the user has probably given explicit
5427 ac_need_defaults
=false
;;
5431 # Handling of the options.
5433 cat >>$CONFIG_STATUS <<\_ACEOF
5434 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5436 --version |
--vers* |
-V )
5437 echo "$ac_cs_version"; exit 0 ;;
5439 # Conflict between --help and --header
5440 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5441 Try \`$0 --help' for more information." >&5
5442 echo "$as_me: error: ambiguous option: $1
5443 Try \`$0 --help' for more information." >&2;}
5444 { (exit 1); exit 1; }; };;
5445 --help |
--hel |
-h )
5446 echo "$ac_cs_usage"; exit 0 ;;
5447 --debug |
--d* |
-d )
5449 --file |
--fil |
--fi |
--f )
5451 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
5452 ac_need_defaults
=false
;;
5453 --header |
--heade |
--head |
--hea )
5455 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
5456 ac_need_defaults
=false
;;
5457 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5458 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5462 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5463 Try \`$0 --help' for more information." >&5
5464 echo "$as_me: error: unrecognized option: $1
5465 Try \`$0 --help' for more information." >&2;}
5466 { (exit 1); exit 1; }; } ;;
5468 *) ac_config_targets
="$ac_config_targets $1" ;;
5474 ac_configure_extra_args
=
5476 if $ac_cs_silent; then
5478 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5482 cat >>$CONFIG_STATUS <<_ACEOF
5483 if \$ac_cs_recheck; then
5484 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5485 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5494 cat >>$CONFIG_STATUS <<\_ACEOF
5495 for ac_config_target
in $ac_config_targets
5497 case "$ac_config_target" in
5498 # Handling of arguments.
5499 "Makefile.sim" ) CONFIG_FILES
="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
5500 "Make-common.sim" ) CONFIG_FILES
="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
5501 ".gdbinit" ) CONFIG_FILES
="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
5502 "$ac_config_links_1" ) CONFIG_LINKS
="$CONFIG_LINKS $ac_config_links_1" ;;
5503 "Makefile" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
5504 "stamp-h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS stamp-h" ;;
5505 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
5506 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5507 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5508 { (exit 1); exit 1; }; };;
5512 # If the user did not use the arguments to specify the items to instantiate,
5513 # then the envvar interface is used. Set only those that are not.
5514 # We use the long form for the default assignment because of an extremely
5515 # bizarre bug on SunOS 4.1.3.
5516 if $ac_need_defaults; then
5517 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5518 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
5519 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
5520 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
5523 # Have a temporary directory for convenience. Make it in the build tree
5524 # simply because there is no reason to put it here, and in addition,
5525 # creating and moving files from /tmp can sometimes cause problems.
5526 # Create a temporary directory, and hook for its removal unless debugging.
5529 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5530 trap '{ (exit 1); exit 1; }' 1 2 13 15
5533 # Create a (secure) tmp directory for tmp files.
5536 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5537 test -n "$tmp" && test -d "$tmp"
5540 tmp
=.
/confstat$$
-$RANDOM
5541 (umask 077 && mkdir
$tmp)
5544 echo "$me: cannot create a temporary directory in ." >&2
5545 { (exit 1); exit 1; }
5550 cat >>$CONFIG_STATUS <<_ACEOF
5553 # CONFIG_FILES section.
5556 # No need to generate the scripts if there are no CONFIG_FILES.
5557 # This happens for instance when ./config.status config.h
5558 if test -n "\$CONFIG_FILES"; then
5559 # Protect against being on the right side of a sed subst in config.status.
5560 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5561 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5562 s,@SHELL@,$SHELL,;t t
5563 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5564 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5565 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5566 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5567 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5568 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5569 s,@exec_prefix@,$exec_prefix,;t t
5570 s,@prefix@,$prefix,;t t
5571 s,@program_transform_name@,$program_transform_name,;t t
5572 s,@bindir@,$bindir,;t t
5573 s,@sbindir@,$sbindir,;t t
5574 s,@libexecdir@,$libexecdir,;t t
5575 s,@datadir@,$datadir,;t t
5576 s,@sysconfdir@,$sysconfdir,;t t
5577 s,@sharedstatedir@,$sharedstatedir,;t t
5578 s,@localstatedir@,$localstatedir,;t t
5579 s,@libdir@,$libdir,;t t
5580 s,@includedir@,$includedir,;t t
5581 s,@oldincludedir@,$oldincludedir,;t t
5582 s,@infodir@,$infodir,;t t
5583 s,@mandir@,$mandir,;t t
5584 s,@build_alias@,$build_alias,;t t
5585 s,@host_alias@,$host_alias,;t t
5586 s,@target_alias@,$target_alias,;t t
5588 s,@ECHO_C@,$ECHO_C,;t t
5589 s,@ECHO_N@,$ECHO_N,;t t
5590 s,@ECHO_T@,$ECHO_T,;t t
5592 s,@sim_environment@,$sim_environment,;t t
5593 s,@sim_alignment@,$sim_alignment,;t t
5594 s,@sim_assert@,$sim_assert,;t t
5595 s,@sim_bitsize@,$sim_bitsize,;t t
5596 s,@sim_endian@,$sim_endian,;t t
5597 s,@sim_hostendian@,$sim_hostendian,;t t
5598 s,@sim_float@,$sim_float,;t t
5599 s,@sim_scache@,$sim_scache,;t t
5600 s,@sim_default_model@,$sim_default_model,;t t
5601 s,@sim_hw_cflags@,$sim_hw_cflags,;t t
5602 s,@sim_hw_objs@,$sim_hw_objs,;t t
5603 s,@sim_hw@,$sim_hw,;t t
5604 s,@sim_inline@,$sim_inline,;t t
5605 s,@sim_packages@,$sim_packages,;t t
5606 s,@sim_regparm@,$sim_regparm,;t t
5607 s,@sim_reserved_bits@,$sim_reserved_bits,;t t
5608 s,@sim_smp@,$sim_smp,;t t
5609 s,@sim_stdcall@,$sim_stdcall,;t t
5610 s,@sim_xor_endian@,$sim_xor_endian,;t t
5611 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
5612 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
5613 s,@build@,$build,;t t
5614 s,@build_cpu@,$build_cpu,;t t
5615 s,@build_vendor@,$build_vendor,;t t
5616 s,@build_os@,$build_os,;t t
5618 s,@host_cpu@,$host_cpu,;t t
5619 s,@host_vendor@,$host_vendor,;t t
5620 s,@host_os@,$host_os,;t t
5621 s,@target@,$target,;t t
5622 s,@target_cpu@,$target_cpu,;t t
5623 s,@target_vendor@,$target_vendor,;t t
5624 s,@target_os@,$target_os,;t t
5626 s,@CFLAGS@,$CFLAGS,;t t
5627 s,@LDFLAGS@,$LDFLAGS,;t t
5628 s,@CPPFLAGS@,$CPPFLAGS,;t t
5629 s,@ac_ct_CC@,$ac_ct_CC,;t t
5630 s,@EXEEXT@,$EXEEXT,;t t
5631 s,@OBJEXT@,$OBJEXT,;t t
5632 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5633 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5634 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5635 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
5636 s,@HDEFINES@,$HDEFINES,;t t
5638 s,@RANLIB@,$RANLIB,;t t
5639 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
5640 s,@USE_NLS@,$USE_NLS,;t t
5641 s,@LIBINTL@,$LIBINTL,;t t
5642 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
5643 s,@INCINTL@,$INCINTL,;t t
5644 s,@XGETTEXT@,$XGETTEXT,;t t
5645 s,@GMSGFMT@,$GMSGFMT,;t t
5646 s,@POSUB@,$POSUB,;t t
5647 s,@CATALOGS@,$CATALOGS,;t t
5648 s,@DATADIRNAME@,$DATADIRNAME,;t t
5649 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
5650 s,@GENCAT@,$GENCAT,;t t
5651 s,@CATOBJEXT@,$CATOBJEXT,;t t
5653 s,@EGREP@,$EGREP,;t t
5654 s,@MAINT@,$MAINT,;t t
5655 s,@sim_bswap@,$sim_bswap,;t t
5656 s,@sim_cflags@,$sim_cflags,;t t
5657 s,@sim_debug@,$sim_debug,;t t
5658 s,@sim_stdio@,$sim_stdio,;t t
5659 s,@sim_trace@,$sim_trace,;t t
5660 s,@sim_profile@,$sim_profile,;t t
5661 s,@PKGVERSION@,$PKGVERSION,;t t
5662 s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
5663 s,@REPORT_BUGS_TEXI@,$REPORT_BUGS_TEXI,;t t
5664 s,@cgen_breaks@,$cgen_breaks,;t t
5665 s,@LIBOBJS@,$LIBOBJS,;t t
5666 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5671 cat >>$CONFIG_STATUS <<\_ACEOF
5672 # Split the substitutions into bite-sized pieces for seds with
5673 # small command number limits, like on Digital OSF/1 and HP-UX.
5675 ac_sed_frag
=1 # Number of current file.
5676 ac_beg
=1 # First line for current file.
5677 ac_end
=$ac_max_sed_lines # Line after last line for current file.
5680 while $ac_more_lines; do
5681 if test $ac_beg -gt 1; then
5682 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5684 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5686 if test ! -s $tmp/subs.frag
; then
5689 # The purpose of the label and of the branching condition is to
5690 # speed up the sed processing (if there are no `@' at all, there
5691 # is no need to browse any of the substitutions).
5692 # These are the two extra sed commands mentioned above.
5694 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
5695 if test -z "$ac_sed_cmds"; then
5696 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
5698 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5700 ac_sed_frag
=`expr $ac_sed_frag + 1`
5702 ac_end
=`expr $ac_end + $ac_max_sed_lines`
5705 if test -z "$ac_sed_cmds"; then
5708 fi # test -n "$CONFIG_FILES"
5711 cat >>$CONFIG_STATUS <<\_ACEOF
5712 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
5713 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5715 - |
*:- |
*:-:* ) # input from stdin
5717 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5718 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5719 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5720 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5721 * ) ac_file_in
=$ac_file.
in ;;
5724 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5725 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
5726 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5727 X"$ac_file" : 'X\(//\)[^/]' \| \
5728 X"$ac_file" : 'X\(//\)$' \| \
5729 X"$ac_file" : 'X\(/\)' \| \
5730 . : '\(.\)' 2>/dev/null ||
5732 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5733 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5734 /^X\(\/\/\)$/{ s//\1/; q; }
5735 /^X\(\/\).*/{ s//\1/; q; }
5737 { if $as_mkdir_p; then
5742 while test ! -d "$as_dir"; do
5743 as_dirs
="$as_dir $as_dirs"
5744 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
5745 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5746 X"$as_dir" : 'X\(//\)[^/]' \| \
5747 X"$as_dir" : 'X\(//\)$' \| \
5748 X"$as_dir" : 'X\(/\)' \| \
5749 . : '\(.\)' 2>/dev/null ||
5751 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5752 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5753 /^X\(\/\/\)$/{ s//\1/; q; }
5754 /^X\(\/\).*/{ s//\1/; q; }
5757 test ! -n "$as_dirs" || mkdir
$as_dirs
5758 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5759 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5760 { (exit 1); exit 1; }; }; }
5764 if test "$ac_dir" != .
; then
5765 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5766 # A "../" for each directory in $ac_dir_suffix.
5767 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5769 ac_dir_suffix
= ac_top_builddir
=
5773 .
) # No --srcdir option. We are building in place.
5775 if test -z "$ac_top_builddir"; then
5778 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
5780 [\\/]* | ?
:[\\/]* ) # Absolute path.
5781 ac_srcdir
=$srcdir$ac_dir_suffix;
5782 ac_top_srcdir
=$srcdir ;;
5784 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
5785 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
5788 # Do not use `cd foo && pwd` to compute absolute paths, because
5789 # the directories may not exist.
5791 .
) ac_abs_builddir
="$ac_dir";;
5794 .
) ac_abs_builddir
=`pwd`;;
5795 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
5796 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
5799 case $ac_abs_builddir in
5800 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
5802 case ${ac_top_builddir}.
in
5803 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
5804 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
5805 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
5808 case $ac_abs_builddir in
5809 .
) ac_abs_srcdir
=$ac_srcdir;;
5812 .
) ac_abs_srcdir
=$ac_abs_builddir;;
5813 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
5814 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
5817 case $ac_abs_builddir in
5818 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
5820 case $ac_top_srcdir in
5821 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
5822 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
5823 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
5829 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
5830 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
5833 if test x
"$ac_file" != x-
; then
5834 { echo "$as_me:$LINENO: creating $ac_file" >&5
5835 echo "$as_me: creating $ac_file" >&6;}
5838 # Let's still pretend it is `configure' which instantiates (i.e., don't
5839 # use $as_me), people would be surprised to read:
5840 # /* config.h. Generated by config.status. */
5841 if test x
"$ac_file" = x-
; then
5844 configure_input
="$ac_file. "
5846 configure_input
=$configure_input"Generated from `echo $ac_file_in |
5847 sed 's,.*/,,'` by configure."
5849 # First look for the input files in the build tree, otherwise in the
5851 ac_file_inputs
=`IFS=:
5852 for f in $ac_file_in; do
5854 -) echo $tmp/stdin ;;
5856 # Absolute (can't be DOS-style, as IFS=:)
5857 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5858 echo "$as_me: error: cannot find input file: $f" >&2;}
5859 { (exit 1); exit 1; }; }
5862 if test -f "$f"; then
5865 elif test -f "$srcdir/$f"; then
5870 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5871 echo "$as_me: error: cannot find input file: $f" >&2;}
5872 { (exit 1); exit 1; }; }
5875 done` ||
{ (exit 1); exit 1; }
5877 cat >>$CONFIG_STATUS <<_ACEOF
5881 cat >>$CONFIG_STATUS <<\_ACEOF
5883 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5884 s
,@configure_input@
,$configure_input,;t t
5885 s
,@srcdir@
,$ac_srcdir,;t t
5886 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
5887 s
,@top_srcdir@
,$ac_top_srcdir,;t t
5888 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
5889 s
,@builddir@
,$ac_builddir,;t t
5890 s
,@abs_builddir@
,$ac_abs_builddir,;t t
5891 s
,@top_builddir@
,$ac_top_builddir,;t t
5892 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
5893 s
,@INSTALL@
,$ac_INSTALL,;t t
5894 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
5896 if test x"$ac_file" != x-; then
5897 mv $tmp/out $ac_file
5905 cat >>$CONFIG_STATUS <<\_ACEOF
5908 # CONFIG_HEADER section.
5911 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
5912 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5914 # ac_d sets the value in "#define NAME VALUE" lines.
5915 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5916 ac_dB
='[ ].*$,\1#\2'
5919 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5920 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5921 ac_uB
='$,\1#\2define\3'
5925 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
5926 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5928 - |
*:- |
*:-:* ) # input from stdin
5930 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5931 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5932 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5933 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5934 * ) ac_file_in
=$ac_file.
in ;;
5937 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
5938 echo "$as_me: creating $ac_file" >&6;}
5940 # First look for the input files in the build tree, otherwise in the
5942 ac_file_inputs
=`IFS=:
5943 for f in $ac_file_in; do
5945 -) echo $tmp/stdin ;;
5947 # Absolute (can't be DOS-style, as IFS=:)
5948 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5949 echo "$as_me: error: cannot find input file: $f" >&2;}
5950 { (exit 1); exit 1; }; }
5951 # Do quote $f, to prevent DOS paths from being IFS'd.
5954 if test -f "$f"; then
5957 elif test -f "$srcdir/$f"; then
5962 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5963 echo "$as_me: error: cannot find input file: $f" >&2;}
5964 { (exit 1); exit 1; }; }
5967 done` ||
{ (exit 1); exit 1; }
5968 # Remove the trailing spaces.
5969 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
5973 # Transform confdefs.h into two sed scripts, `conftest.defines' and
5974 # `conftest.undefs', that substitutes the proper values into
5975 # config.h.in to produce config.h. The first handles `#define'
5976 # templates, and the second `#undef' templates.
5977 # And first: Protect against being on the right side of a sed subst in
5978 # config.status. Protect against being in an unquoted here document
5980 rm -f conftest.defines conftest.undefs
5981 # Using a here document instead of a string reduces the quoting nightmare.
5982 # Putting comments in sed scripts is not portable.
5984 # `end' is used to avoid that the second main sed command (meant for
5985 # 0-ary CPP macros) applies to n-ary macro definitions.
5986 # See the Autoconf documentation for `clear'.
5987 cat >confdef2sed.
sed <<\_ACEOF
5992 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
5994 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
5997 # If some macros were called several times there might be several times
5998 # the same #defines, which is useless. Nevertheless, we may not want to
5999 # sort them, since we want the *last* AC-DEFINE to be honored.
6000 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6001 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6002 rm -f confdef2sed.sed
6004 # This sed command replaces #undef with comments. This is necessary, for
6005 # example, in the case of _POSIX_SOURCE, which is predefined and required
6006 # on some systems where configure will not decide to define it.
6007 cat >>conftest.undefs <<\_ACEOF
6008 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6011 # Break up conftest.defines because some shells have a limit on the size
6012 # of here documents, and old seds have small limits too (100 cmds).
6013 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6014 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6015 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6016 echo ' :' >>$CONFIG_STATUS
6018 while grep . conftest.defines >/dev/null
6020 # Write a limited-size here document to $tmp/defines.sed.
6021 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6022 # Speed up: don't consider the non `#define' lines.
6023 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6024 # Work around the forget-to-reset-the-flag bug.
6025 echo 't clr' >>$CONFIG_STATUS
6026 echo ': clr' >>$CONFIG_STATUS
6027 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
6029 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6033 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
6034 rm -f conftest.defines
6035 mv conftest.
tail conftest.defines
6037 rm -f conftest.defines
6038 echo ' fi # grep' >>$CONFIG_STATUS
6039 echo >>$CONFIG_STATUS
6041 # Break up conftest.undefs because some shells have a limit on the size
6042 # of here documents, and old seds have small limits too (100 cmds).
6043 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
6045 while grep . conftest.undefs
>/dev
/null
6047 # Write a limited-size here document to $tmp/undefs.sed.
6048 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6049 # Speed up: don't consider the non
`#undef'
6050 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6051 # Work around the forget-to-reset-the-flag bug.
6052 echo 't clr' >>$CONFIG_STATUS
6053 echo ': clr' >>$CONFIG_STATUS
6054 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6056 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6060 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6061 rm -f conftest.undefs
6062 mv conftest.tail conftest.undefs
6064 rm -f conftest.undefs
6066 cat >>$CONFIG_STATUS <<\_ACEOF
6067 # Let's still pretend it is `configure
' which instantiates (i.e., don't
6068 # use $as_me), people would be surprised to read:
6069 # /* config.h. Generated by config.status. */
6070 if test x
"$ac_file" = x-
; then
6071 echo "/* Generated by configure. */" >$tmp/config.h
6073 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6075 cat $tmp/in >>$tmp/config.h
6077 if test x
"$ac_file" != x-
; then
6078 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
6079 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6080 echo "$as_me: $ac_file is unchanged" >&6;}
6082 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6083 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6084 X"$ac_file" : 'X\(//\)[^/]' \| \
6085 X"$ac_file" : 'X\(//\)$' \| \
6086 X"$ac_file" : 'X\(/\)' \| \
6087 . : '\(.\)' 2>/dev/null ||
6089 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6090 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6091 /^X\(\/\/\)$/{ s//\1/; q; }
6092 /^X\(\/\).*/{ s//\1/; q; }
6094 { if $as_mkdir_p; then
6099 while test ! -d "$as_dir"; do
6100 as_dirs
="$as_dir $as_dirs"
6101 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6102 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6103 X"$as_dir" : 'X\(//\)[^/]' \| \
6104 X"$as_dir" : 'X\(//\)$' \| \
6105 X"$as_dir" : 'X\(/\)' \| \
6106 . : '\(.\)' 2>/dev/null ||
6108 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6109 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6110 /^X\(\/\/\)$/{ s//\1/; q; }
6111 /^X\(\/\).*/{ s//\1/; q; }
6114 test ! -n "$as_dirs" || mkdir
$as_dirs
6115 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6116 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6117 { (exit 1); exit 1; }; }; }
6120 mv $tmp/config.h
$ac_file
6128 cat >>$CONFIG_STATUS <<\_ACEOF
6131 # CONFIG_LINKS section.
6134 for ac_file
in : $CONFIG_LINKS; do test "x$ac_file" = x
: && continue
6135 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6136 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6138 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
6139 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
6141 if test ! -r $srcdir/$ac_source; then
6142 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
6143 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
6144 { (exit 1); exit 1; }; }
6148 # Make relative symlinks.
6149 ac_dest_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6150 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6151 X"$ac_dest" : 'X\(//\)[^/]' \| \
6152 X"$ac_dest" : 'X\(//\)$' \| \
6153 X"$ac_dest" : 'X\(/\)' \| \
6154 . : '\(.\)' 2>/dev/null ||
6156 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6157 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6158 /^X\(\/\/\)$/{ s//\1/; q; }
6159 /^X\(\/\).*/{ s//\1/; q; }
6161 { if $as_mkdir_p; then
6162 mkdir
-p "$ac_dest_dir"
6164 as_dir
="$ac_dest_dir"
6166 while test ! -d "$as_dir"; do
6167 as_dirs
="$as_dir $as_dirs"
6168 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6169 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6170 X"$as_dir" : 'X\(//\)[^/]' \| \
6171 X"$as_dir" : 'X\(//\)$' \| \
6172 X"$as_dir" : 'X\(/\)' \| \
6173 . : '\(.\)' 2>/dev/null ||
6175 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6176 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6177 /^X\(\/\/\)$/{ s//\1/; q; }
6178 /^X\(\/\).*/{ s//\1/; q; }
6181 test ! -n "$as_dirs" || mkdir
$as_dirs
6182 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
6183 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
6184 { (exit 1); exit 1; }; }; }
6188 if test "$ac_dest_dir" != .
; then
6189 ac_dir_suffix
=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
6190 # A "../" for each directory in $ac_dir_suffix.
6191 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6193 ac_dir_suffix
= ac_top_builddir
=
6197 .
) # No --srcdir option. We are building in place.
6199 if test -z "$ac_top_builddir"; then
6202 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6204 [\\/]* | ?
:[\\/]* ) # Absolute path.
6205 ac_srcdir
=$srcdir$ac_dir_suffix;
6206 ac_top_srcdir
=$srcdir ;;
6208 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6209 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6212 # Do not use `cd foo && pwd` to compute absolute paths, because
6213 # the directories may not exist.
6215 .
) ac_abs_builddir
="$ac_dest_dir";;
6217 case "$ac_dest_dir" in
6218 .
) ac_abs_builddir
=`pwd`;;
6219 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dest_dir";;
6220 *) ac_abs_builddir
=`pwd`/"$ac_dest_dir";;
6223 case $ac_abs_builddir in
6224 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6226 case ${ac_top_builddir}.
in
6227 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6228 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6229 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6232 case $ac_abs_builddir in
6233 .
) ac_abs_srcdir
=$ac_srcdir;;
6236 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6237 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6238 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6241 case $ac_abs_builddir in
6242 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6244 case $ac_top_srcdir in
6245 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6246 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6247 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6253 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$srcdir/$ac_source ;;
6254 *) ac_rel_source
=$ac_top_builddir$srcdir/$ac_source ;;
6257 # Try a symlink, then a hard link, then a copy.
6258 ln -s $ac_rel_source $ac_dest 2>/dev
/null ||
6259 ln $srcdir/$ac_source $ac_dest 2>/dev
/null ||
6260 cp -p $srcdir/$ac_source $ac_dest ||
6261 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
6262 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
6263 { (exit 1); exit 1; }; }
6266 cat >>$CONFIG_STATUS <<\_ACEOF
6269 # CONFIG_COMMANDS section.
6271 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
6272 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6273 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6274 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6275 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6276 X"$ac_dest" : 'X\(//\)[^/]' \| \
6277 X"$ac_dest" : 'X\(//\)$' \| \
6278 X"$ac_dest" : 'X\(/\)' \| \
6279 . : '\(.\)' 2>/dev/null ||
6281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6282 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6283 /^X\(\/\/\)$/{ s//\1/; q; }
6284 /^X\(\/\).*/{ s//\1/; q; }
6286 { if $as_mkdir_p; then
6291 while test ! -d "$as_dir"; do
6292 as_dirs
="$as_dir $as_dirs"
6293 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6295 X"$as_dir" : 'X\(//\)[^/]' \| \
6296 X"$as_dir" : 'X\(//\)$' \| \
6297 X"$as_dir" : 'X\(/\)' \| \
6298 . : '\(.\)' 2>/dev/null ||
6300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6301 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6302 /^X\(\/\/\)$/{ s//\1/; q; }
6303 /^X\(\/\).*/{ s//\1/; q; }
6306 test ! -n "$as_dirs" || mkdir
$as_dirs
6307 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6308 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6309 { (exit 1); exit 1; }; }; }
6313 if test "$ac_dir" != .
; then
6314 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6315 # A "../" for each directory in $ac_dir_suffix.
6316 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6318 ac_dir_suffix
= ac_top_builddir
=
6322 .
) # No --srcdir option. We are building in place.
6324 if test -z "$ac_top_builddir"; then
6327 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6329 [\\/]* | ?
:[\\/]* ) # Absolute path.
6330 ac_srcdir
=$srcdir$ac_dir_suffix;
6331 ac_top_srcdir
=$srcdir ;;
6333 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6334 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6337 # Do not use `cd foo && pwd` to compute absolute paths, because
6338 # the directories may not exist.
6340 .
) ac_abs_builddir
="$ac_dir";;
6343 .
) ac_abs_builddir
=`pwd`;;
6344 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6345 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6348 case $ac_abs_builddir in
6349 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6351 case ${ac_top_builddir}.
in
6352 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6353 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6354 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6357 case $ac_abs_builddir in
6358 .
) ac_abs_srcdir
=$ac_srcdir;;
6361 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6362 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6363 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6366 case $ac_abs_builddir in
6367 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6369 case $ac_top_srcdir in
6370 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6371 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6372 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6377 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6378 echo "$as_me: executing $ac_dest commands" >&6;}
6380 Makefile
) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6381 rm -f Makesim1.tmp Makesim2.tmp Makefile
6382 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim
>Makesim1.tmp
6383 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim
>Makesim2.tmp
6384 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
6385 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6386 <Makefile.sim
>Makefile
6387 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
6389 stamp-h
) echo > stamp-h
;;
6394 cat >>$CONFIG_STATUS <<\_ACEOF
6396 { (exit 0); exit 0; }
6398 chmod +x
$CONFIG_STATUS
6399 ac_clean_files
=$ac_clean_files_save
6402 # configure is writing to config.log, and then calls config.status.
6403 # config.status does its own redirection, appending to config.log.
6404 # Unfortunately, on DOS this fails, as config.log is still kept open
6405 # by configure, so config.status won't be able to write to it; its
6406 # output is simply discarded. So we exec the FD to /dev/null,
6407 # effectively closing config.log, so it can be properly (re)opened and
6408 # appended to by config.status. When coming back to configure, we
6409 # need to make the FD available again.
6410 if test "$no_create" != yes; then
6412 ac_config_status_args
=
6413 test "$silent" = yes &&
6414 ac_config_status_args
="$ac_config_status_args --quiet"
6416 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
6418 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6419 # would make configure fail if this is the last instruction.
6420 $ac_cs_success ||
{ (exit 1); exit 1; }