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_MAINT cgendir cgen 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
860 --enable-sim-endian=endian Specify target byte endian orientation.
861 --enable-sim-alignment=align Specify strict
, nonstrict or forced alignment of memory accesses.
862 --enable-sim-hostendian=end Specify
host byte endian orientation.
863 --enable-sim-scache=size Specify simulator execution cache size.
864 --enable-sim-default-model=model Specify default model to simulate.
865 --enable-sim-environment=environment Specify mixed
, user
, virtual or operating environment.
866 --enable-sim-inline=inlines Specify
which functions should be inlined.
867 --enable-cgen-maint=DIR build cgen generated files
870 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
871 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
872 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GDB"
873 --with-bugurl=URL Direct users to URL to report a bug
875 Some influential environment variables
:
876 CC C compiler
command
877 CFLAGS C compiler flags
878 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
879 nonstandard directory
<lib dir
>
880 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
881 headers
in a nonstandard directory
<include dir
>
884 Use these variables to override the choices made by
`configure' or to help
885 it to find libraries and programs with nonstandard names/locations.
890 if test "$ac_init_help" = "recursive"; then
891 # If there are subdirs, report their specific --help.
893 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
894 test -d $ac_dir || continue
897 if test "$ac_dir" != .; then
898 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
899 # A "../" for each directory in $ac_dir_suffix.
900 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
902 ac_dir_suffix= ac_top_builddir=
906 .) # No --srcdir option. We are building in place.
908 if test -z "$ac_top_builddir"; then
911 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
913 [\\/]* | ?:[\\/]* ) # Absolute path.
914 ac_srcdir=$srcdir$ac_dir_suffix;
915 ac_top_srcdir=$srcdir ;;
917 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
918 ac_top_srcdir=$ac_top_builddir$srcdir ;;
921 # Do not use `cd foo
&& pwd` to compute absolute paths, because
922 # the directories may not exist.
924 .) ac_abs_builddir="$ac_dir";;
927 .) ac_abs_builddir=`pwd`;;
928 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
929 *) ac_abs_builddir=`pwd`/"$ac_dir";;
932 case $ac_abs_builddir in
933 .) ac_abs_top_builddir=${ac_top_builddir}.;;
935 case ${ac_top_builddir}. in
936 .) ac_abs_top_builddir=$ac_abs_builddir;;
937 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
938 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
941 case $ac_abs_builddir in
942 .) ac_abs_srcdir=$ac_srcdir;;
945 .) ac_abs_srcdir=$ac_abs_builddir;;
946 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
947 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
950 case $ac_abs_builddir in
951 .) ac_abs_top_srcdir=$ac_top_srcdir;;
953 case $ac_top_srcdir in
954 .) ac_abs_top_srcdir=$ac_abs_builddir;;
955 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
956 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
961 # Check for guested configure; otherwise get Cygnus style configure.
962 if test -f $ac_srcdir/configure.gnu; then
964 $SHELL $ac_srcdir/configure.gnu --help=recursive
965 elif test -f $ac_srcdir/configure; then
967 $SHELL $ac_srcdir/configure --help=recursive
968 elif test -f $ac_srcdir/configure.ac ||
969 test -f $ac_srcdir/configure.in; then
973 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
979 test -n "$ac_init_help" && exit 0
980 if $ac_init_version; then
983 Copyright (C) 2003 Free Software Foundation, Inc.
984 This configure script is free software; the Free Software Foundation
985 gives unlimited permission to copy, distribute and modify it.
991 This file contains any messages produced by compilers while
992 running configure, to aid debugging if configure makes a mistake.
994 It was created by $as_me, which was
995 generated by GNU Autoconf 2.59. Invocation command line was
1006 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1007 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1008 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1009 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1010 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1012 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1013 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1015 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1016 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1017 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1018 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1019 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1020 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1021 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1029 test -z "$as_dir" && as_dir=.
1030 echo "PATH: $as_dir"
1045 # Keep a trace of the command line.
1046 # Strip out --no-create and --no-recursion so they do not pile up.
1047 # Strip out --silent because we don't want to record it for future runs.
1048 # Also quote any args containing shell meta-characters.
1049 # Make two passes to allow for proper duplicate-argument suppression.
1054 ac_must_keep_next=false
1060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1062 | -silent | --silent | --silen | --sile | --sil)
1064 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1065 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1068 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1070 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1071 if test $ac_must_keep_next = true; then
1072 ac_must_keep_next=false # Got value, back to normal.
1075 *=* | --config-cache | -C | -disable-* | --disable-* \
1076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1078 | -with-* | --with-* | -without-* | --without-* | --x)
1079 case "$ac_configure_args0 " in
1080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1083 -* ) ac_must_keep_next=true ;;
1086 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1087 # Get rid of the leading space.
1093 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1094 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1096 # When interrupted or exit'd, cleanup temporary files, and complete
1097 # config.log. We remove comments because anyway the quotes in there
1098 # would cause problems or look ugly.
1099 # WARNING: Be sure not to use single quotes in there, as some shells,
1100 # such as our DU 5.0 friend, will then `close
' the trap.
1101 trap 'exit_status
=$?
1102 # Save into config.log some information that might help in debugging.
1107 ## ---------------- ##
1108 ## Cache variables. ##
1109 ## ---------------- ##
1112 # The following way of writing the cache mishandles newlines in values,
1115 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1118 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1119 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1123 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1130 ## ----------------- ##
1131 ## Output variables. ##
1132 ## ----------------- ##
1135 for ac_var
in $ac_subst_vars
1137 eval ac_val
=$
`echo $ac_var`
1138 echo "$ac_var='"'"'$ac_val'"'"'"
1142 if test -n "$ac_subst_files"; then
1149 for ac_var
in $ac_subst_files
1151 eval ac_val
=$
`echo $ac_var`
1152 echo "$ac_var='"'"'$ac_val'"'"'"
1157 if test -s confdefs.h
; then
1164 sed "/^$/d" confdefs.h |
sort
1167 test "$ac_signal" != 0 &&
1168 echo "$as_me: caught signal $ac_signal"
1169 echo "$as_me: exit $exit_status"
1171 rm -f core
*.core
&&
1172 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1175 for ac_signal in 1 2 13 15; do
1176 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1180 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1181 rm -rf conftest* confdefs.h
1182 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1185 # Predefined preprocessor variables.
1187 cat >>confdefs.h <<_ACEOF
1188 #define PACKAGE_NAME "$PACKAGE_NAME"
1192 cat >>confdefs.h <<_ACEOF
1193 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1197 cat >>confdefs.h <<_ACEOF
1198 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1202 cat >>confdefs.h <<_ACEOF
1203 #define PACKAGE_STRING "$PACKAGE_STRING"
1207 cat >>confdefs.h <<_ACEOF
1208 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1212 # Let the site file select an alternate cache file if it wants to.
1213 # Prefer explicitly selected file to automatically selected ones.
1214 if test -z "$CONFIG_SITE"; then
1215 if test "x$prefix" != xNONE; then
1216 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1218 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1221 for ac_site_file in $CONFIG_SITE; do
1222 if test -r "$ac_site_file"; then
1223 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1224 echo "$as_me: loading site script $ac_site_file" >&6;}
1225 sed 's
/^
/|
/' "$ac_site_file" >&5
1230 if test -r "$cache_file"; then
1231 # Some versions of bash will fail to source /dev/null (special
1232 # files actually), so we avoid doing that.
1233 if test -f "$cache_file"; then
1234 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1235 echo "$as_me: loading cache $cache_file" >&6;}
1237 [\\/]* | ?:[\\/]* ) . $cache_file;;
1238 *) . ./$cache_file;;
1242 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1243 echo "$as_me: creating cache $cache_file" >&6;}
1247 # Check that the precious variables saved in the cache have kept the same
1249 ac_cache_corrupted=false
1250 for ac_var in `(set) 2>&1 |
1251 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1252 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1253 eval ac_new_set=\$ac_env_${ac_var}_set
1254 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1255 eval ac_new_val="\$ac_env_${ac_var}_value"
1256 case $ac_old_set,$ac_new_set in
1258 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1259 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1260 ac_cache_corrupted=: ;;
1262 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1263 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1264 ac_cache_corrupted=: ;;
1267 if test "x$ac_old_val" != "x$ac_new_val"; then
1268 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1269 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1270 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1271 echo "$as_me: former value: $ac_old_val" >&2;}
1272 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1273 echo "$as_me: current value: $ac_new_val" >&2;}
1274 ac_cache_corrupted=:
1277 # Pass precious variables to config.status.
1278 if test "$ac_new_set" = set; then
1280 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1281 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1282 *) ac_arg=$ac_var=$ac_new_val ;;
1284 case " $ac_configure_args " in
1285 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1286 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1290 if $ac_cache_corrupted; then
1291 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1292 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1293 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1294 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1295 { (exit 1); exit 1; }; }
1299 ac_cpp='$CPP $CPPFLAGS'
1300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1301 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1322 ac_config_headers="$ac_config_headers config.h:config.in"
1325 # This file contains common code used by all simulators.
1327 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
1328 # directory. It is intended to be invoked before any target specific stuff.
1329 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
1330 # It is intended to be invoked last.
1332 # The simulator's configure.
in should
look like
:
1334 # dnl Process this file with autoconf to produce a configure script.
1335 # sinclude(../common/aclocal.m4)
1337 # AC_INIT(Makefile.in)
1341 # ... target specific stuff ...
1392 sim_inline
="-DDEFAULT_INLINE=0"
1429 # intl sister-directory configuration rules.
1432 # The idea behind this macro is that there's no need to repeat all the
1433 # autoconf probes done by the intl directory - it's already done them
1434 # for us. In fact, there's no need even to look at the cache for the
1435 # answers. All we need to do is nab a few pieces of information.
1436 # The intl directory is set up to make this easy, by generating a
1437 # small file which can be sourced as a shell script; then we produce
1438 # the necessary substitutions and definitions for this directory.
1442 # Autoconf M4 include file defining utility macros for complex Canadian
1454 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
1456 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
1459 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1460 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
1464 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1465 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
1469 # Backported from Autoconf 2.5x; can go away when and if
1470 # we switch. Put the OS path separator in $PATH_SEPARATOR.
1475 # ACX_HAVE_GCC_FOR_TARGET
1476 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
1479 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
1480 # Searching for installed target binutils. We need to take extra care,
1481 # else we may find the wrong assembler, linker, etc., and lose.
1483 # First try --with-build-time-tools, if specified.
1485 # For build != host, we ask the installed GCC for the name of the tool it
1486 # uses, and accept it if it is an absolute path. This is because the
1487 # only good choice for a compiler is the same GCC version that is being
1488 # installed (or we couldn't make target libraries), and we assume that
1489 # on the host system we'll have not only the same GCC version, but also
1490 # the same binutils version.
1492 # For build == host, search the same directories that the installed
1493 # compiler will search. We used to do this for the assembler, linker,
1494 # and nm only; for simplicity of configuration, however, we extend this
1495 # criterion to tools (such as ar and ranlib) that are never invoked by
1496 # the compiler, to avoid mismatches.
1498 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
1499 # if build == target. This makes the most sense only when bootstrapping,
1500 # but we also do so when build != host. In this case, we hope that the
1501 # build and host systems will have similar contents of MD_EXEC_PREFIX.
1503 # If we do not find a suitable binary, then try the user's path.
1507 # AC_PROG_CPP_WERROR
1508 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
1509 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
1510 # For now, using this also overrides header checks to use only the
1511 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
1512 # bit harder from here).
1513 # Eventually autoconf will default to checking headers with the compiler
1514 # instead, and we'll have to do this differently.
1516 # AC_PROG_CPP_WERROR
1519 # We require the gnatbind program, and a compiler driver that
1520 # understands Ada. We use the user's CC setting, already found,
1521 # and possibly add $1 to the command-line parameters.
1523 # Sets the shell variable have_gnat to yes or no as appropriate, and
1524 # substitutes GNATBIND and GNATMAKE.
1550 # This file contains common code used by all simulators.
1552 # common.m4 invokes AC macros used by all simulators and by the common
1553 # directory. It is intended to be included before any target specific
1554 # stuff. SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1555 # the Makefile. It is intended to be invoked last.
1557 # The simulator's configure.in should look like:
1559 # dnl Process this file with autoconf to produce a configure script.
1561 # AC_INIT(Makefile.in)
1562 # AC_CONFIG_HEADER(config.h:config.in)
1564 # sinclude(../common/aclocal.m4)
1565 # sinclude(../common/common.m4)
1567 # ... target specific stuff ...
1570 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1571 if test -f $ac_dir/install-sh
; then
1573 ac_install_sh
="$ac_aux_dir/install-sh -c"
1575 elif test -f $ac_dir/install.sh
; then
1577 ac_install_sh
="$ac_aux_dir/install.sh -c"
1579 elif test -f $ac_dir/shtool
; then
1581 ac_install_sh
="$ac_aux_dir/shtool install -c"
1585 if test -z "$ac_aux_dir"; then
1586 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1587 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1588 { (exit 1); exit 1; }; }
1590 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1591 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1592 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1594 # Make sure we can run config.sub.
1595 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1596 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1597 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1598 { (exit 1); exit 1; }; }
1600 echo "$as_me:$LINENO: checking build system type" >&5
1601 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1602 if test "${ac_cv_build+set}" = set; then
1603 echo $ECHO_N "(cached) $ECHO_C" >&6
1605 ac_cv_build_alias
=$build_alias
1606 test -z "$ac_cv_build_alias" &&
1607 ac_cv_build_alias
=`$ac_config_guess`
1608 test -z "$ac_cv_build_alias" &&
1609 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1610 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1611 { (exit 1); exit 1; }; }
1612 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1613 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1614 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1615 { (exit 1); exit 1; }; }
1618 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1619 echo "${ECHO_T}$ac_cv_build" >&6
1621 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1622 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1623 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1626 echo "$as_me:$LINENO: checking host system type" >&5
1627 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1628 if test "${ac_cv_host+set}" = set; then
1629 echo $ECHO_N "(cached) $ECHO_C" >&6
1631 ac_cv_host_alias
=$host_alias
1632 test -z "$ac_cv_host_alias" &&
1633 ac_cv_host_alias
=$ac_cv_build_alias
1634 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1635 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1636 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1637 { (exit 1); exit 1; }; }
1640 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1641 echo "${ECHO_T}$ac_cv_host" >&6
1643 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1644 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1645 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1648 echo "$as_me:$LINENO: checking target system type" >&5
1649 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1650 if test "${ac_cv_target+set}" = set; then
1651 echo $ECHO_N "(cached) $ECHO_C" >&6
1653 ac_cv_target_alias
=$target_alias
1654 test "x$ac_cv_target_alias" = "x" &&
1655 ac_cv_target_alias
=$ac_cv_host_alias
1656 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1657 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1658 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1659 { (exit 1); exit 1; }; }
1662 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1663 echo "${ECHO_T}$ac_cv_target" >&6
1664 target
=$ac_cv_target
1665 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1666 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1667 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1670 # The aliases save the names the user supplied, while $host etc.
1671 # will get canonicalized.
1672 test -n "$target_alias" &&
1673 test "$program_prefix$program_suffix$program_transform_name" = \
1675 program_prefix
=${target_alias}-
1676 test "$program_prefix" != NONE
&&
1677 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1678 # Use a double $ so make ignores it.
1679 test "$program_suffix" != NONE
&&
1680 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1681 # Double any \ or $. echo might interpret backslashes.
1682 # By default was `s,x,x', remove it if useless.
1683 cat <<\_ACEOF
>conftest.
sed
1684 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1686 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1690 ac_cpp
='$CPP $CPPFLAGS'
1691 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1692 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1693 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1694 if test -n "$ac_tool_prefix"; then
1695 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1696 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1697 echo "$as_me:$LINENO: checking for $ac_word" >&5
1698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1699 if test "${ac_cv_prog_CC+set}" = set; then
1700 echo $ECHO_N "(cached) $ECHO_C" >&6
1702 if test -n "$CC"; then
1703 ac_cv_prog_CC
="$CC" # Let the user override the test.
1705 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1709 test -z "$as_dir" && as_dir
=.
1710 for ac_exec_ext
in '' $ac_executable_extensions; do
1711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1712 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1722 if test -n "$CC"; then
1723 echo "$as_me:$LINENO: result: $CC" >&5
1724 echo "${ECHO_T}$CC" >&6
1726 echo "$as_me:$LINENO: result: no" >&5
1727 echo "${ECHO_T}no" >&6
1731 if test -z "$ac_cv_prog_CC"; then
1733 # Extract the first word of "gcc", so it can be a program name with args.
1734 set dummy gcc
; ac_word
=$2
1735 echo "$as_me:$LINENO: checking for $ac_word" >&5
1736 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1737 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1738 echo $ECHO_N "(cached) $ECHO_C" >&6
1740 if test -n "$ac_ct_CC"; then
1741 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1743 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1747 test -z "$as_dir" && as_dir
=.
1748 for ac_exec_ext
in '' $ac_executable_extensions; do
1749 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1750 ac_cv_prog_ac_ct_CC
="gcc"
1751 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1759 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1760 if test -n "$ac_ct_CC"; then
1761 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1762 echo "${ECHO_T}$ac_ct_CC" >&6
1764 echo "$as_me:$LINENO: result: no" >&5
1765 echo "${ECHO_T}no" >&6
1773 if test -z "$CC"; then
1774 if test -n "$ac_tool_prefix"; then
1775 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1776 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1777 echo "$as_me:$LINENO: checking for $ac_word" >&5
1778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1779 if test "${ac_cv_prog_CC+set}" = set; then
1780 echo $ECHO_N "(cached) $ECHO_C" >&6
1782 if test -n "$CC"; then
1783 ac_cv_prog_CC
="$CC" # Let the user override the test.
1785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1789 test -z "$as_dir" && as_dir
=.
1790 for ac_exec_ext
in '' $ac_executable_extensions; do
1791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1792 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1802 if test -n "$CC"; then
1803 echo "$as_me:$LINENO: result: $CC" >&5
1804 echo "${ECHO_T}$CC" >&6
1806 echo "$as_me:$LINENO: result: no" >&5
1807 echo "${ECHO_T}no" >&6
1811 if test -z "$ac_cv_prog_CC"; then
1813 # Extract the first word of "cc", so it can be a program name with args.
1814 set dummy cc
; ac_word
=$2
1815 echo "$as_me:$LINENO: checking for $ac_word" >&5
1816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1817 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1818 echo $ECHO_N "(cached) $ECHO_C" >&6
1820 if test -n "$ac_ct_CC"; then
1821 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1827 test -z "$as_dir" && as_dir
=.
1828 for ac_exec_ext
in '' $ac_executable_extensions; do
1829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1830 ac_cv_prog_ac_ct_CC
="cc"
1831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1839 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1840 if test -n "$ac_ct_CC"; then
1841 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1842 echo "${ECHO_T}$ac_ct_CC" >&6
1844 echo "$as_me:$LINENO: result: no" >&5
1845 echo "${ECHO_T}no" >&6
1854 if test -z "$CC"; then
1855 # Extract the first word of "cc", so it can be a program name with args.
1856 set dummy cc
; ac_word
=$2
1857 echo "$as_me:$LINENO: checking for $ac_word" >&5
1858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1859 if test "${ac_cv_prog_CC+set}" = set; then
1860 echo $ECHO_N "(cached) $ECHO_C" >&6
1862 if test -n "$CC"; then
1863 ac_cv_prog_CC
="$CC" # Let the user override the test.
1866 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1870 test -z "$as_dir" && as_dir
=.
1871 for ac_exec_ext
in '' $ac_executable_extensions; do
1872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1873 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1874 ac_prog_rejected
=yes
1878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1884 if test $ac_prog_rejected = yes; then
1885 # We found a bogon in the path, so make sure we never use it.
1886 set dummy
$ac_cv_prog_CC
1888 if test $# != 0; then
1889 # We chose a different compiler from the bogus one.
1890 # However, it has the same basename, so the bogon will be chosen
1891 # first if we set CC to just the basename; use the full file name.
1893 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1899 if test -n "$CC"; then
1900 echo "$as_me:$LINENO: result: $CC" >&5
1901 echo "${ECHO_T}$CC" >&6
1903 echo "$as_me:$LINENO: result: no" >&5
1904 echo "${ECHO_T}no" >&6
1908 if test -z "$CC"; then
1909 if test -n "$ac_tool_prefix"; then
1912 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1913 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1914 echo "$as_me:$LINENO: checking for $ac_word" >&5
1915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1916 if test "${ac_cv_prog_CC+set}" = set; then
1917 echo $ECHO_N "(cached) $ECHO_C" >&6
1919 if test -n "$CC"; then
1920 ac_cv_prog_CC
="$CC" # Let the user override the test.
1922 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1926 test -z "$as_dir" && as_dir
=.
1927 for ac_exec_ext
in '' $ac_executable_extensions; do
1928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1929 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1939 if test -n "$CC"; then
1940 echo "$as_me:$LINENO: result: $CC" >&5
1941 echo "${ECHO_T}$CC" >&6
1943 echo "$as_me:$LINENO: result: no" >&5
1944 echo "${ECHO_T}no" >&6
1947 test -n "$CC" && break
1950 if test -z "$CC"; then
1954 # Extract the first word of "$ac_prog", so it can be a program name with args.
1955 set dummy
$ac_prog; ac_word
=$2
1956 echo "$as_me:$LINENO: checking for $ac_word" >&5
1957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1958 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1959 echo $ECHO_N "(cached) $ECHO_C" >&6
1961 if test -n "$ac_ct_CC"; then
1962 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1964 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1968 test -z "$as_dir" && as_dir
=.
1969 for ac_exec_ext
in '' $ac_executable_extensions; do
1970 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1971 ac_cv_prog_ac_ct_CC
="$ac_prog"
1972 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1980 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1981 if test -n "$ac_ct_CC"; then
1982 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1983 echo "${ECHO_T}$ac_ct_CC" >&6
1985 echo "$as_me:$LINENO: result: no" >&5
1986 echo "${ECHO_T}no" >&6
1989 test -n "$ac_ct_CC" && break
1998 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1999 See \`config.log' for more details." >&5
2000 echo "$as_me: error: no acceptable C compiler found in \$PATH
2001 See \`config.log' for more details." >&2;}
2002 { (exit 1); exit 1; }; }
2004 # Provide some information about the compiler.
2005 echo "$as_me:$LINENO:" \
2006 "checking for C compiler version" >&5
2007 ac_compiler
=`set X $ac_compile; echo $2`
2008 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2009 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2012 (exit $ac_status); }
2013 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2014 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2017 (exit $ac_status); }
2018 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2019 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2022 (exit $ac_status); }
2024 cat >conftest.
$ac_ext <<_ACEOF
2027 cat confdefs.h
>>conftest.
$ac_ext
2028 cat >>conftest.
$ac_ext <<_ACEOF
2029 /* end confdefs.h. */
2039 ac_clean_files_save
=$ac_clean_files
2040 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2041 # Try to create an executable without -o first, disregard a.out.
2042 # It will help us diagnose broken compilers, and finding out an intuition
2044 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2045 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2046 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2047 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2048 (eval $ac_link_default) 2>&5
2050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2051 (exit $ac_status); }; then
2052 # Find the output, starting from the most likely. This scheme is
2053 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2056 # Be careful to initialize this variable, since it used to be cached.
2057 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2059 # b.out is created by i960 compilers.
2060 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2062 test -f "$ac_file" ||
continue
2064 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2067 # This is the source file.
2070 # We found the default executable, but exeext='' is most
2074 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2075 # FIXME: I believe we export ac_cv_exeext for Libtool,
2076 # but it would be cool to find out if it's true. Does anybody
2077 # maintain Libtool? --akim.
2085 echo "$as_me: failed program was:" >&5
2086 sed 's/^/| /' conftest.
$ac_ext >&5
2088 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2089 See \`config.log' for more details." >&5
2090 echo "$as_me: error: C compiler cannot create executables
2091 See \`config.log' for more details." >&2;}
2092 { (exit 77); exit 77; }; }
2095 ac_exeext
=$ac_cv_exeext
2096 echo "$as_me:$LINENO: result: $ac_file" >&5
2097 echo "${ECHO_T}$ac_file" >&6
2099 # Check the compiler produces executables we can run. If not, either
2100 # the compiler is broken, or we cross compile.
2101 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2102 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2103 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2104 # If not cross compiling, check that we can run a simple program.
2105 if test "$cross_compiling" != yes; then
2106 if { ac_try
='./$ac_file'
2107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2111 (exit $ac_status); }; }; then
2114 if test "$cross_compiling" = maybe
; then
2117 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2118 If you meant to cross compile, use \`--host'.
2119 See \`config.log' for more details." >&5
2120 echo "$as_me: error: cannot run C compiled programs.
2121 If you meant to cross compile, use \`--host'.
2122 See \`config.log' for more details." >&2;}
2123 { (exit 1); exit 1; }; }
2127 echo "$as_me:$LINENO: result: yes" >&5
2128 echo "${ECHO_T}yes" >&6
2130 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2131 ac_clean_files
=$ac_clean_files_save
2132 # Check the compiler produces executables we can run. If not, either
2133 # the compiler is broken, or we cross compile.
2134 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2135 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2136 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2137 echo "${ECHO_T}$cross_compiling" >&6
2139 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2140 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2142 (eval $ac_link) 2>&5
2144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2145 (exit $ac_status); }; then
2146 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2147 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2148 # work properly (i.e., refer to `conftest.exe'), while it won't with
2150 for ac_file
in conftest.exe conftest conftest.
*; do
2151 test -f "$ac_file" ||
continue
2153 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2154 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2161 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2162 See \`config.log' for more details." >&5
2163 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2164 See \`config.log' for more details." >&2;}
2165 { (exit 1); exit 1; }; }
2168 rm -f conftest
$ac_cv_exeext
2169 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2170 echo "${ECHO_T}$ac_cv_exeext" >&6
2172 rm -f conftest.
$ac_ext
2173 EXEEXT
=$ac_cv_exeext
2175 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2176 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2177 if test "${ac_cv_objext+set}" = set; then
2178 echo $ECHO_N "(cached) $ECHO_C" >&6
2180 cat >conftest.
$ac_ext <<_ACEOF
2183 cat confdefs.h
>>conftest.
$ac_ext
2184 cat >>conftest.
$ac_ext <<_ACEOF
2185 /* end confdefs.h. */
2195 rm -f conftest.o conftest.obj
2196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2197 (eval $ac_compile) 2>&5
2199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2200 (exit $ac_status); }; then
2201 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2203 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2204 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2209 echo "$as_me: failed program was:" >&5
2210 sed 's/^/| /' conftest.
$ac_ext >&5
2212 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2213 See \`config.log' for more details." >&5
2214 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2215 See \`config.log' for more details." >&2;}
2216 { (exit 1); exit 1; }; }
2219 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2221 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2222 echo "${ECHO_T}$ac_cv_objext" >&6
2223 OBJEXT
=$ac_cv_objext
2225 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2226 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2227 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2228 echo $ECHO_N "(cached) $ECHO_C" >&6
2230 cat >conftest.
$ac_ext <<_ACEOF
2233 cat confdefs.h
>>conftest.
$ac_ext
2234 cat >>conftest.
$ac_ext <<_ACEOF
2235 /* end confdefs.h. */
2248 rm -f conftest.
$ac_objext
2249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2250 (eval $ac_compile) 2>conftest.er1
2252 grep -v '^ *+' conftest.er1
>conftest.err
2254 cat conftest.err
>&5
2255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2256 (exit $ac_status); } &&
2257 { ac_try
='test -z "$ac_c_werror_flag"
2258 || test ! -s conftest.err'
2259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; } &&
2264 { ac_try
='test -s conftest.$ac_objext'
2265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2269 (exit $ac_status); }; }; then
2272 echo "$as_me: failed program was:" >&5
2273 sed 's/^/| /' conftest.
$ac_ext >&5
2277 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2278 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2281 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2282 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2283 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2284 ac_test_CFLAGS
=${CFLAGS+set}
2285 ac_save_CFLAGS
=$CFLAGS
2287 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2288 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2289 if test "${ac_cv_prog_cc_g+set}" = set; then
2290 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 cat >conftest.
$ac_ext <<_ACEOF
2295 cat confdefs.h
>>conftest.
$ac_ext
2296 cat >>conftest.
$ac_ext <<_ACEOF
2297 /* end confdefs.h. */
2307 rm -f conftest.
$ac_objext
2308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2309 (eval $ac_compile) 2>conftest.er1
2311 grep -v '^ *+' conftest.er1
>conftest.err
2313 cat conftest.err
>&5
2314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2315 (exit $ac_status); } &&
2316 { ac_try
='test -z "$ac_c_werror_flag"
2317 || test ! -s conftest.err'
2318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); }; } &&
2323 { ac_try
='test -s conftest.$ac_objext'
2324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328 (exit $ac_status); }; }; then
2331 echo "$as_me: failed program was:" >&5
2332 sed 's/^/| /' conftest.
$ac_ext >&5
2336 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2338 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2339 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2340 if test "$ac_test_CFLAGS" = set; then
2341 CFLAGS
=$ac_save_CFLAGS
2342 elif test $ac_cv_prog_cc_g = yes; then
2343 if test "$GCC" = yes; then
2349 if test "$GCC" = yes; then
2355 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2356 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2357 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2358 echo $ECHO_N "(cached) $ECHO_C" >&6
2360 ac_cv_prog_cc_stdc
=no
2362 cat >conftest.
$ac_ext <<_ACEOF
2365 cat confdefs.h
>>conftest.
$ac_ext
2366 cat >>conftest.
$ac_ext <<_ACEOF
2367 /* end confdefs.h. */
2370 #include <sys/types.h>
2371 #include <sys/stat.h>
2372 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2373 struct buf { int x; };
2374 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2375 static char *e (p, i)
2381 static char *f (char * (*g) (char **, int), char **p, ...)
2386 s = g (p, va_arg (v,int));
2391 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2392 function prototypes and stuff, but not '\xHH' hex character constants.
2393 These don't provoke an error unfortunately, instead are silently treated
2394 as 'x'. The following induces an error, until -std1 is added to get
2395 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2396 array size at least. It's necessary to write '\x00'==0 to get something
2397 that's true only with -std1. */
2398 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2400 int test (int i, double x);
2401 struct s1 {int (*f) (int a);};
2402 struct s2 {int (*f) (double a);};
2403 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2409 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2414 # Don't try gcc -ansi; that turns off useful extensions and
2415 # breaks some systems' header files.
2416 # AIX -qlanglvl=ansi
2417 # Ultrix and OSF/1 -std1
2418 # HP-UX 10.20 and later -Ae
2419 # HP-UX older versions -Aa -D_HPUX_SOURCE
2420 # SVR4 -Xc -D__EXTENSIONS__
2421 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2423 CC
="$ac_save_CC $ac_arg"
2424 rm -f conftest.
$ac_objext
2425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2426 (eval $ac_compile) 2>conftest.er1
2428 grep -v '^ *+' conftest.er1
>conftest.err
2430 cat conftest.err
>&5
2431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2432 (exit $ac_status); } &&
2433 { ac_try
='test -z "$ac_c_werror_flag"
2434 || test ! -s conftest.err'
2435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2439 (exit $ac_status); }; } &&
2440 { ac_try
='test -s conftest.$ac_objext'
2441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2445 (exit $ac_status); }; }; then
2446 ac_cv_prog_cc_stdc
=$ac_arg
2449 echo "$as_me: failed program was:" >&5
2450 sed 's/^/| /' conftest.
$ac_ext >&5
2453 rm -f conftest.err conftest.
$ac_objext
2455 rm -f conftest.
$ac_ext conftest.
$ac_objext
2460 case "x$ac_cv_prog_cc_stdc" in
2462 echo "$as_me:$LINENO: result: none needed" >&5
2463 echo "${ECHO_T}none needed" >&6 ;;
2465 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2466 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2467 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2470 # Some people use a C++ compiler to compile C. Since we use `exit',
2471 # in C++ we need to declare it. In case someone uses the same compiler
2472 # for both compiling C and C++ we need to have the C++ compiler decide
2473 # the declaration of exit, since it's the most demanding environment.
2474 cat >conftest.
$ac_ext <<_ACEOF
2479 rm -f conftest.
$ac_objext
2480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2481 (eval $ac_compile) 2>conftest.er1
2483 grep -v '^ *+' conftest.er1
>conftest.err
2485 cat conftest.err
>&5
2486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2487 (exit $ac_status); } &&
2488 { ac_try
='test -z "$ac_c_werror_flag"
2489 || test ! -s conftest.err'
2490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494 (exit $ac_status); }; } &&
2495 { ac_try
='test -s conftest.$ac_objext'
2496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2500 (exit $ac_status); }; }; then
2501 for ac_declaration
in \
2503 'extern "C" void std::exit (int) throw (); using std::exit;' \
2504 'extern "C" void std::exit (int); using std::exit;' \
2505 'extern "C" void exit (int) throw ();' \
2506 'extern "C" void exit (int);' \
2509 cat >conftest.
$ac_ext <<_ACEOF
2512 cat confdefs.h
>>conftest.
$ac_ext
2513 cat >>conftest.
$ac_ext <<_ACEOF
2514 /* end confdefs.h. */
2525 rm -f conftest.
$ac_objext
2526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2527 (eval $ac_compile) 2>conftest.er1
2529 grep -v '^ *+' conftest.er1
>conftest.err
2531 cat conftest.err
>&5
2532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533 (exit $ac_status); } &&
2534 { ac_try
='test -z "$ac_c_werror_flag"
2535 || test ! -s conftest.err'
2536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540 (exit $ac_status); }; } &&
2541 { ac_try
='test -s conftest.$ac_objext'
2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2546 (exit $ac_status); }; }; then
2549 echo "$as_me: failed program was:" >&5
2550 sed 's/^/| /' conftest.
$ac_ext >&5
2554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2555 cat >conftest.
$ac_ext <<_ACEOF
2558 cat confdefs.h
>>conftest.
$ac_ext
2559 cat >>conftest.
$ac_ext <<_ACEOF
2560 /* end confdefs.h. */
2570 rm -f conftest.
$ac_objext
2571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2572 (eval $ac_compile) 2>conftest.er1
2574 grep -v '^ *+' conftest.er1
>conftest.err
2576 cat conftest.err
>&5
2577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578 (exit $ac_status); } &&
2579 { ac_try
='test -z "$ac_c_werror_flag"
2580 || test ! -s conftest.err'
2581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585 (exit $ac_status); }; } &&
2586 { ac_try
='test -s conftest.$ac_objext'
2587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591 (exit $ac_status); }; }; then
2594 echo "$as_me: failed program was:" >&5
2595 sed 's/^/| /' conftest.
$ac_ext >&5
2598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2601 if test -n "$ac_declaration"; then
2602 echo '#ifdef __cplusplus' >>confdefs.h
2603 echo $ac_declaration >>confdefs.h
2604 echo '#endif' >>confdefs.h
2608 echo "$as_me: failed program was:" >&5
2609 sed 's/^/| /' conftest.
$ac_ext >&5
2612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2614 ac_cpp
='$CPP $CPPFLAGS'
2615 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2616 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2617 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2619 # Find a good install program. We prefer a C program (faster),
2620 # so one script is as good as another. But avoid the broken or
2621 # incompatible versions:
2622 # SysV /etc/install, /usr/sbin/install
2623 # SunOS /usr/etc/install
2624 # IRIX /sbin/install
2626 # AmigaOS /C/install, which installs bootblocks on floppy discs
2627 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2628 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2629 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2630 # OS/2's system install, which has a completely different semantic
2631 # ./install, which can be erroneously created by make from ./install.sh.
2632 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2633 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2634 if test -z "$INSTALL"; then
2635 if test "${ac_cv_path_install+set}" = set; then
2636 echo $ECHO_N "(cached) $ECHO_C" >&6
2638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2642 test -z "$as_dir" && as_dir
=.
2643 # Account for people who put trailing slashes in PATH elements.
2645 .
/ | .
// |
/cC
/* | \
2646 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2647 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2650 # OSF1 and SCO ODT 3.0 have their own names for install.
2651 # Don't use installbsd from OSF since it installs stuff as root
2653 for ac_prog
in ginstall scoinst
install; do
2654 for ac_exec_ext
in '' $ac_executable_extensions; do
2655 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2656 if test $ac_prog = install &&
2657 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2658 # AIX install. It has an incompatible calling convention.
2660 elif test $ac_prog = install &&
2661 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2662 # program-specific install script used by HP pwplus--don't use.
2665 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2677 if test "${ac_cv_path_install+set}" = set; then
2678 INSTALL
=$ac_cv_path_install
2680 # As a last resort, use the slow shell script. We don't cache a
2681 # path for INSTALL within a source directory, because that will
2682 # break other packages using the cache if that directory is
2683 # removed, or if the path is relative.
2684 INSTALL
=$ac_install_sh
2687 echo "$as_me:$LINENO: result: $INSTALL" >&5
2688 echo "${ECHO_T}$INSTALL" >&6
2690 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2691 # It thinks the first close brace ends the variable substitution.
2692 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2694 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2696 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2699 # Put a plausible default for CC_FOR_BUILD in Makefile.
2700 if test "x$cross_compiling" = "xno"; then
2701 CC_FOR_BUILD
='$(CC)'
2711 if test -n "$ac_tool_prefix"; then
2712 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2713 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2714 echo "$as_me:$LINENO: checking for $ac_word" >&5
2715 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2716 if test "${ac_cv_prog_RANLIB+set}" = set; then
2717 echo $ECHO_N "(cached) $ECHO_C" >&6
2719 if test -n "$RANLIB"; then
2720 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2722 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2726 test -z "$as_dir" && as_dir
=.
2727 for ac_exec_ext
in '' $ac_executable_extensions; do
2728 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2729 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2730 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2738 RANLIB
=$ac_cv_prog_RANLIB
2739 if test -n "$RANLIB"; then
2740 echo "$as_me:$LINENO: result: $RANLIB" >&5
2741 echo "${ECHO_T}$RANLIB" >&6
2743 echo "$as_me:$LINENO: result: no" >&5
2744 echo "${ECHO_T}no" >&6
2748 if test -z "$ac_cv_prog_RANLIB"; then
2749 ac_ct_RANLIB
=$RANLIB
2750 # Extract the first word of "ranlib", so it can be a program name with args.
2751 set dummy ranlib
; ac_word
=$2
2752 echo "$as_me:$LINENO: checking for $ac_word" >&5
2753 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2754 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2755 echo $ECHO_N "(cached) $ECHO_C" >&6
2757 if test -n "$ac_ct_RANLIB"; then
2758 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
2760 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2764 test -z "$as_dir" && as_dir
=.
2765 for ac_exec_ext
in '' $ac_executable_extensions; do
2766 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2767 ac_cv_prog_ac_ct_RANLIB
="ranlib"
2768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2774 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
2777 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
2778 if test -n "$ac_ct_RANLIB"; then
2779 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2780 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2782 echo "$as_me:$LINENO: result: no" >&5
2783 echo "${ECHO_T}no" >&6
2786 RANLIB
=$ac_ct_RANLIB
2788 RANLIB
="$ac_cv_prog_RANLIB"
2793 # If we haven't got the data from the intl directory,
2794 # assume NLS is disabled.
2803 if test -f ..
/..
/intl
/config.intl
; then
2804 . ..
/..
/intl
/config.intl
2806 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
2807 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
2808 if test x
"$USE_NLS" != xyes
; then
2809 echo "$as_me:$LINENO: result: no" >&5
2810 echo "${ECHO_T}no" >&6
2812 echo "$as_me:$LINENO: result: yes" >&5
2813 echo "${ECHO_T}yes" >&6
2815 cat >>confdefs.h
<<\_ACEOF
2816 #define ENABLE_NLS 1
2820 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
2821 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
2822 # Look for .po and .gmo files in the source directory.
2825 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
2826 # If there aren't any .gmo files the shell will give us the
2827 # literal string "../path/to/srcdir/po/*.gmo" which has to be
2829 case "$cat" in *\
**)
2832 # The quadruple backslash is collapsed to a double backslash
2833 # by the backticks, then collapsed again by the double quotes,
2834 # leaving us with one backslash in the sed expression (right
2835 # before the dot that mustn't act as a wildcard).
2836 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
2837 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
2838 # The user is allowed to set LINGUAS to a list of languages to
2839 # install catalogs for. If it's empty that means "all of them."
2840 if test "x$LINGUAS" = x
; then
2841 CATALOGS
="$CATALOGS $cat"
2842 XLINGUAS
="$XLINGUAS $lang"
2844 case "$LINGUAS" in *$lang*)
2845 CATALOGS
="$CATALOGS $cat"
2846 XLINGUAS
="$XLINGUAS $lang"
2852 echo "$as_me:$LINENO: result: $LINGUAS" >&5
2853 echo "${ECHO_T}$LINGUAS" >&6
2866 # Check for common headers.
2867 # FIXME: Seems to me this can cause problems for i386-windows hosts.
2868 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
2871 ac_cpp
='$CPP $CPPFLAGS'
2872 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2873 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2874 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2875 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2876 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2877 # On Suns, sometimes $CPP names a directory.
2878 if test -n "$CPP" && test -d "$CPP"; then
2881 if test -z "$CPP"; then
2882 if test "${ac_cv_prog_CPP+set}" = set; then
2883 echo $ECHO_N "(cached) $ECHO_C" >&6
2885 # Double quotes because CPP needs to be expanded
2886 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2889 for ac_c_preproc_warn_flag
in '' yes
2891 # Use a header file that comes with gcc, so configuring glibc
2892 # with a fresh cross-compiler works.
2893 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2894 # <limits.h> exists even on freestanding compilers.
2895 # On the NeXT, cc -E runs the code through the compiler's parser,
2896 # not just through cpp. "Syntax error" is here to catch this case.
2897 cat >conftest.
$ac_ext <<_ACEOF
2900 cat confdefs.h
>>conftest.
$ac_ext
2901 cat >>conftest.
$ac_ext <<_ACEOF
2902 /* end confdefs.h. */
2904 # include <limits.h>
2906 # include <assert.h>
2910 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2911 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2913 grep -v '^ *+' conftest.er1
>conftest.err
2915 cat conftest.err
>&5
2916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2917 (exit $ac_status); } >/dev
/null
; then
2918 if test -s conftest.err
; then
2919 ac_cpp_err
=$ac_c_preproc_warn_flag
2920 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2927 if test -z "$ac_cpp_err"; then
2930 echo "$as_me: failed program was:" >&5
2931 sed 's/^/| /' conftest.
$ac_ext >&5
2933 # Broken: fails on valid input.
2936 rm -f conftest.err conftest.
$ac_ext
2938 # OK, works on sane cases. Now check whether non-existent headers
2939 # can be detected and how.
2940 cat >conftest.
$ac_ext <<_ACEOF
2943 cat confdefs.h
>>conftest.
$ac_ext
2944 cat >>conftest.
$ac_ext <<_ACEOF
2945 /* end confdefs.h. */
2946 #include <ac_nonexistent.h>
2948 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2949 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2951 grep -v '^ *+' conftest.er1
>conftest.err
2953 cat conftest.err
>&5
2954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2955 (exit $ac_status); } >/dev
/null
; then
2956 if test -s conftest.err
; then
2957 ac_cpp_err
=$ac_c_preproc_warn_flag
2958 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2965 if test -z "$ac_cpp_err"; then
2966 # Broken: success on invalid input.
2969 echo "$as_me: failed program was:" >&5
2970 sed 's/^/| /' conftest.
$ac_ext >&5
2972 # Passes both tests.
2976 rm -f conftest.err conftest.
$ac_ext
2979 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2980 rm -f conftest.err conftest.
$ac_ext
2981 if $ac_preproc_ok; then
2993 echo "$as_me:$LINENO: result: $CPP" >&5
2994 echo "${ECHO_T}$CPP" >&6
2996 for ac_c_preproc_warn_flag
in '' yes
2998 # Use a header file that comes with gcc, so configuring glibc
2999 # with a fresh cross-compiler works.
3000 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3001 # <limits.h> exists even on freestanding compilers.
3002 # On the NeXT, cc -E runs the code through the compiler's parser,
3003 # not just through cpp. "Syntax error" is here to catch this case.
3004 cat >conftest.
$ac_ext <<_ACEOF
3007 cat confdefs.h
>>conftest.
$ac_ext
3008 cat >>conftest.
$ac_ext <<_ACEOF
3009 /* end confdefs.h. */
3011 # include <limits.h>
3013 # include <assert.h>
3017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3018 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3020 grep -v '^ *+' conftest.er1
>conftest.err
3022 cat conftest.err
>&5
3023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3024 (exit $ac_status); } >/dev
/null
; then
3025 if test -s conftest.err
; then
3026 ac_cpp_err
=$ac_c_preproc_warn_flag
3027 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3034 if test -z "$ac_cpp_err"; then
3037 echo "$as_me: failed program was:" >&5
3038 sed 's/^/| /' conftest.
$ac_ext >&5
3040 # Broken: fails on valid input.
3043 rm -f conftest.err conftest.
$ac_ext
3045 # OK, works on sane cases. Now check whether non-existent headers
3046 # can be detected and how.
3047 cat >conftest.
$ac_ext <<_ACEOF
3050 cat confdefs.h
>>conftest.
$ac_ext
3051 cat >>conftest.
$ac_ext <<_ACEOF
3052 /* end confdefs.h. */
3053 #include <ac_nonexistent.h>
3055 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3056 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3058 grep -v '^ *+' conftest.er1
>conftest.err
3060 cat conftest.err
>&5
3061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3062 (exit $ac_status); } >/dev
/null
; then
3063 if test -s conftest.err
; then
3064 ac_cpp_err
=$ac_c_preproc_warn_flag
3065 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3072 if test -z "$ac_cpp_err"; then
3073 # Broken: success on invalid input.
3076 echo "$as_me: failed program was:" >&5
3077 sed 's/^/| /' conftest.
$ac_ext >&5
3079 # Passes both tests.
3083 rm -f conftest.err conftest.
$ac_ext
3086 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3087 rm -f conftest.err conftest.
$ac_ext
3088 if $ac_preproc_ok; then
3091 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3092 See \`config.log' for more details." >&5
3093 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3094 See \`config.log' for more details." >&2;}
3095 { (exit 1); exit 1; }; }
3099 ac_cpp
='$CPP $CPPFLAGS'
3100 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3101 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3102 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3105 echo "$as_me:$LINENO: checking for egrep" >&5
3106 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3107 if test "${ac_cv_prog_egrep+set}" = set; then
3108 echo $ECHO_N "(cached) $ECHO_C" >&6
3110 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
3111 then ac_cv_prog_egrep
='grep -E'
3112 else ac_cv_prog_egrep
='egrep'
3115 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3116 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3117 EGREP
=$ac_cv_prog_egrep
3120 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3121 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3122 if test "${ac_cv_header_stdc+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3125 cat >conftest.
$ac_ext <<_ACEOF
3128 cat confdefs.h
>>conftest.
$ac_ext
3129 cat >>conftest.
$ac_ext <<_ACEOF
3130 /* end confdefs.h. */
3144 rm -f conftest.
$ac_objext
3145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3146 (eval $ac_compile) 2>conftest.er1
3148 grep -v '^ *+' conftest.er1
>conftest.err
3150 cat conftest.err
>&5
3151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152 (exit $ac_status); } &&
3153 { ac_try
='test -z "$ac_c_werror_flag"
3154 || test ! -s conftest.err'
3155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3159 (exit $ac_status); }; } &&
3160 { ac_try
='test -s conftest.$ac_objext'
3161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165 (exit $ac_status); }; }; then
3166 ac_cv_header_stdc
=yes
3168 echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.
$ac_ext >&5
3171 ac_cv_header_stdc
=no
3173 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3175 if test $ac_cv_header_stdc = yes; then
3176 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3177 cat >conftest.
$ac_ext <<_ACEOF
3180 cat confdefs.h
>>conftest.
$ac_ext
3181 cat >>conftest.
$ac_ext <<_ACEOF
3182 /* end confdefs.h. */
3186 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3187 $EGREP "memchr" >/dev
/null
2>&1; then
3190 ac_cv_header_stdc
=no
3196 if test $ac_cv_header_stdc = yes; then
3197 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3198 cat >conftest.
$ac_ext <<_ACEOF
3201 cat confdefs.h
>>conftest.
$ac_ext
3202 cat >>conftest.
$ac_ext <<_ACEOF
3203 /* end confdefs.h. */
3207 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3208 $EGREP "free" >/dev
/null
2>&1; then
3211 ac_cv_header_stdc
=no
3217 if test $ac_cv_header_stdc = yes; then
3218 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3219 if test "$cross_compiling" = yes; then
3222 cat >conftest.
$ac_ext <<_ACEOF
3225 cat confdefs.h
>>conftest.
$ac_ext
3226 cat >>conftest.
$ac_ext <<_ACEOF
3227 /* end confdefs.h. */
3229 #if ((' ' & 0x0FF) == 0x020)
3230 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3231 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3233 # define ISLOWER(c) \
3234 (('a' <= (c) && (c) <= 'i') \
3235 || ('j' <= (c) && (c) <= 'r') \
3236 || ('s' <= (c) && (c) <= 'z'))
3237 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3240 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3245 for (i = 0; i < 256; i++)
3246 if (XOR (islower (i), ISLOWER (i))
3247 || toupper (i) != TOUPPER (i))
3252 rm -f conftest
$ac_exeext
3253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3254 (eval $ac_link) 2>&5
3256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; }; then
3265 echo "$as_me: program exited with status $ac_status" >&5
3266 echo "$as_me: failed program was:" >&5
3267 sed 's/^/| /' conftest.
$ac_ext >&5
3270 ac_cv_header_stdc
=no
3272 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3276 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3277 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3278 if test $ac_cv_header_stdc = yes; then
3280 cat >>confdefs.h
<<\_ACEOF
3281 #define STDC_HEADERS 1
3286 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3296 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3297 inttypes.h stdint.h unistd.h
3299 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3300 echo "$as_me:$LINENO: checking for $ac_header" >&5
3301 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3302 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3305 cat >conftest.
$ac_ext <<_ACEOF
3308 cat confdefs.h
>>conftest.
$ac_ext
3309 cat >>conftest.
$ac_ext <<_ACEOF
3310 /* end confdefs.h. */
3311 $ac_includes_default
3313 #include <$ac_header>
3315 rm -f conftest.
$ac_objext
3316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3317 (eval $ac_compile) 2>conftest.er1
3319 grep -v '^ *+' conftest.er1
>conftest.err
3321 cat conftest.err
>&5
3322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3323 (exit $ac_status); } &&
3324 { ac_try
='test -z "$ac_c_werror_flag"
3325 || test ! -s conftest.err'
3326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3330 (exit $ac_status); }; } &&
3331 { ac_try
='test -s conftest.$ac_objext'
3332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); }; }; then
3337 eval "$as_ac_Header=yes"
3339 echo "$as_me: failed program was:" >&5
3340 sed 's/^/| /' conftest.
$ac_ext >&5
3342 eval "$as_ac_Header=no"
3344 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3346 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3347 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3348 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3349 cat >>confdefs.h
<<_ACEOF
3350 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3363 for ac_header
in stdlib.h string.h
strings.h unistd.h
time.h
3365 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3366 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3367 echo "$as_me:$LINENO: checking for $ac_header" >&5
3368 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3369 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3370 echo $ECHO_N "(cached) $ECHO_C" >&6
3372 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3373 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3375 # Is the header compilable?
3376 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3377 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3378 cat >conftest.
$ac_ext <<_ACEOF
3381 cat confdefs.h
>>conftest.
$ac_ext
3382 cat >>conftest.
$ac_ext <<_ACEOF
3383 /* end confdefs.h. */
3384 $ac_includes_default
3385 #include <$ac_header>
3387 rm -f conftest.
$ac_objext
3388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3389 (eval $ac_compile) 2>conftest.er1
3391 grep -v '^ *+' conftest.er1
>conftest.err
3393 cat conftest.err
>&5
3394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3395 (exit $ac_status); } &&
3396 { ac_try
='test -z "$ac_c_werror_flag"
3397 || test ! -s conftest.err'
3398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402 (exit $ac_status); }; } &&
3403 { ac_try
='test -s conftest.$ac_objext'
3404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3408 (exit $ac_status); }; }; then
3409 ac_header_compiler
=yes
3411 echo "$as_me: failed program was:" >&5
3412 sed 's/^/| /' conftest.
$ac_ext >&5
3414 ac_header_compiler
=no
3416 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3417 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3418 echo "${ECHO_T}$ac_header_compiler" >&6
3420 # Is the header present?
3421 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3422 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3423 cat >conftest.
$ac_ext <<_ACEOF
3426 cat confdefs.h
>>conftest.
$ac_ext
3427 cat >>conftest.
$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3429 #include <$ac_header>
3431 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3432 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3434 grep -v '^ *+' conftest.er1
>conftest.err
3436 cat conftest.err
>&5
3437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3438 (exit $ac_status); } >/dev
/null
; then
3439 if test -s conftest.err
; then
3440 ac_cpp_err
=$ac_c_preproc_warn_flag
3441 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3448 if test -z "$ac_cpp_err"; then
3449 ac_header_preproc
=yes
3451 echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.
$ac_ext >&5
3454 ac_header_preproc
=no
3456 rm -f conftest.err conftest.
$ac_ext
3457 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3458 echo "${ECHO_T}$ac_header_preproc" >&6
3460 # So? What about this header?
3461 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3463 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3464 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3465 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3466 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3467 ac_header_preproc
=yes
3470 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3471 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3472 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3473 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3474 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3475 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3476 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3477 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3479 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3480 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3481 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3484 ## ------------------------------------------ ##
3485 ## Report this to the AC_PACKAGE_NAME lists. ##
3486 ## ------------------------------------------ ##
3489 sed "s/^/$as_me: WARNING: /" >&2
3492 echo "$as_me:$LINENO: checking for $ac_header" >&5
3493 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3494 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3495 echo $ECHO_N "(cached) $ECHO_C" >&6
3497 eval "$as_ac_Header=\$ac_header_preproc"
3499 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3500 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3503 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3504 cat >>confdefs.h
<<_ACEOF
3505 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3514 for ac_header
in sys
/time.h sys
/resource.h
3516 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3517 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3518 echo "$as_me:$LINENO: checking for $ac_header" >&5
3519 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3520 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3521 echo $ECHO_N "(cached) $ECHO_C" >&6
3523 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3524 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3526 # Is the header compilable?
3527 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3528 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3529 cat >conftest.
$ac_ext <<_ACEOF
3532 cat confdefs.h
>>conftest.
$ac_ext
3533 cat >>conftest.
$ac_ext <<_ACEOF
3534 /* end confdefs.h. */
3535 $ac_includes_default
3536 #include <$ac_header>
3538 rm -f conftest.
$ac_objext
3539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3540 (eval $ac_compile) 2>conftest.er1
3542 grep -v '^ *+' conftest.er1
>conftest.err
3544 cat conftest.err
>&5
3545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3546 (exit $ac_status); } &&
3547 { ac_try
='test -z "$ac_c_werror_flag"
3548 || test ! -s conftest.err'
3549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3553 (exit $ac_status); }; } &&
3554 { ac_try
='test -s conftest.$ac_objext'
3555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); }; }; then
3560 ac_header_compiler
=yes
3562 echo "$as_me: failed program was:" >&5
3563 sed 's/^/| /' conftest.
$ac_ext >&5
3565 ac_header_compiler
=no
3567 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3568 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3569 echo "${ECHO_T}$ac_header_compiler" >&6
3571 # Is the header present?
3572 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3573 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3574 cat >conftest.
$ac_ext <<_ACEOF
3577 cat confdefs.h
>>conftest.
$ac_ext
3578 cat >>conftest.
$ac_ext <<_ACEOF
3579 /* end confdefs.h. */
3580 #include <$ac_header>
3582 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3583 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3585 grep -v '^ *+' conftest.er1
>conftest.err
3587 cat conftest.err
>&5
3588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); } >/dev
/null
; then
3590 if test -s conftest.err
; then
3591 ac_cpp_err
=$ac_c_preproc_warn_flag
3592 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3599 if test -z "$ac_cpp_err"; then
3600 ac_header_preproc
=yes
3602 echo "$as_me: failed program was:" >&5
3603 sed 's/^/| /' conftest.
$ac_ext >&5
3605 ac_header_preproc
=no
3607 rm -f conftest.err conftest.
$ac_ext
3608 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3609 echo "${ECHO_T}$ac_header_preproc" >&6
3611 # So? What about this header?
3612 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3614 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3615 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3616 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3617 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3618 ac_header_preproc
=yes
3621 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3622 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3623 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3624 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3625 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3626 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3627 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3628 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3629 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3630 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3631 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3632 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3635 ## ------------------------------------------ ##
3636 ## Report this to the AC_PACKAGE_NAME lists. ##
3637 ## ------------------------------------------ ##
3640 sed "s/^/$as_me: WARNING: /" >&2
3643 echo "$as_me:$LINENO: checking for $ac_header" >&5
3644 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3645 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3646 echo $ECHO_N "(cached) $ECHO_C" >&6
3648 eval "$as_ac_Header=\$ac_header_preproc"
3650 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3651 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3654 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3655 cat >>confdefs.h
<<_ACEOF
3656 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3665 for ac_header
in fcntl.h fpu_control.h
3667 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3668 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3669 echo "$as_me:$LINENO: checking for $ac_header" >&5
3670 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3671 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3672 echo $ECHO_N "(cached) $ECHO_C" >&6
3674 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3675 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3677 # Is the header compilable?
3678 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3679 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3680 cat >conftest.
$ac_ext <<_ACEOF
3683 cat confdefs.h
>>conftest.
$ac_ext
3684 cat >>conftest.
$ac_ext <<_ACEOF
3685 /* end confdefs.h. */
3686 $ac_includes_default
3687 #include <$ac_header>
3689 rm -f conftest.
$ac_objext
3690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3691 (eval $ac_compile) 2>conftest.er1
3693 grep -v '^ *+' conftest.er1
>conftest.err
3695 cat conftest.err
>&5
3696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3697 (exit $ac_status); } &&
3698 { ac_try
='test -z "$ac_c_werror_flag"
3699 || test ! -s conftest.err'
3700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3704 (exit $ac_status); }; } &&
3705 { ac_try
='test -s conftest.$ac_objext'
3706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3710 (exit $ac_status); }; }; then
3711 ac_header_compiler
=yes
3713 echo "$as_me: failed program was:" >&5
3714 sed 's/^/| /' conftest.
$ac_ext >&5
3716 ac_header_compiler
=no
3718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3719 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3720 echo "${ECHO_T}$ac_header_compiler" >&6
3722 # Is the header present?
3723 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3724 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3725 cat >conftest.
$ac_ext <<_ACEOF
3728 cat confdefs.h
>>conftest.
$ac_ext
3729 cat >>conftest.
$ac_ext <<_ACEOF
3730 /* end confdefs.h. */
3731 #include <$ac_header>
3733 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3734 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3736 grep -v '^ *+' conftest.er1
>conftest.err
3738 cat conftest.err
>&5
3739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740 (exit $ac_status); } >/dev
/null
; then
3741 if test -s conftest.err
; then
3742 ac_cpp_err
=$ac_c_preproc_warn_flag
3743 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3750 if test -z "$ac_cpp_err"; then
3751 ac_header_preproc
=yes
3753 echo "$as_me: failed program was:" >&5
3754 sed 's/^/| /' conftest.
$ac_ext >&5
3756 ac_header_preproc
=no
3758 rm -f conftest.err conftest.
$ac_ext
3759 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3760 echo "${ECHO_T}$ac_header_preproc" >&6
3762 # So? What about this header?
3763 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3765 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3766 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3767 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3768 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3769 ac_header_preproc
=yes
3772 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3773 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3774 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3775 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3776 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3777 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3778 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3779 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3781 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3782 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3783 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3786 ## ------------------------------------------ ##
3787 ## Report this to the AC_PACKAGE_NAME lists. ##
3788 ## ------------------------------------------ ##
3791 sed "s/^/$as_me: WARNING: /" >&2
3794 echo "$as_me:$LINENO: checking for $ac_header" >&5
3795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3796 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3797 echo $ECHO_N "(cached) $ECHO_C" >&6
3799 eval "$as_ac_Header=\$ac_header_preproc"
3801 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3802 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3805 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3806 cat >>confdefs.h
<<_ACEOF
3807 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3817 for ac_header
in dlfcn.h errno.h sys
/stat.h
3819 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3820 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3821 echo "$as_me:$LINENO: checking for $ac_header" >&5
3822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3824 echo $ECHO_N "(cached) $ECHO_C" >&6
3826 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3827 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3829 # Is the header compilable?
3830 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3831 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3832 cat >conftest.
$ac_ext <<_ACEOF
3835 cat confdefs.h
>>conftest.
$ac_ext
3836 cat >>conftest.
$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3838 $ac_includes_default
3839 #include <$ac_header>
3841 rm -f conftest.
$ac_objext
3842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3843 (eval $ac_compile) 2>conftest.er1
3845 grep -v '^ *+' conftest.er1
>conftest.err
3847 cat conftest.err
>&5
3848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3849 (exit $ac_status); } &&
3850 { ac_try
='test -z "$ac_c_werror_flag"
3851 || test ! -s conftest.err'
3852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; } &&
3857 { ac_try
='test -s conftest.$ac_objext'
3858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3862 (exit $ac_status); }; }; then
3863 ac_header_compiler
=yes
3865 echo "$as_me: failed program was:" >&5
3866 sed 's/^/| /' conftest.
$ac_ext >&5
3868 ac_header_compiler
=no
3870 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3871 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3872 echo "${ECHO_T}$ac_header_compiler" >&6
3874 # Is the header present?
3875 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3876 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3877 cat >conftest.
$ac_ext <<_ACEOF
3880 cat confdefs.h
>>conftest.
$ac_ext
3881 cat >>conftest.
$ac_ext <<_ACEOF
3882 /* end confdefs.h. */
3883 #include <$ac_header>
3885 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3886 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3888 grep -v '^ *+' conftest.er1
>conftest.err
3890 cat conftest.err
>&5
3891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3892 (exit $ac_status); } >/dev
/null
; then
3893 if test -s conftest.err
; then
3894 ac_cpp_err
=$ac_c_preproc_warn_flag
3895 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3902 if test -z "$ac_cpp_err"; then
3903 ac_header_preproc
=yes
3905 echo "$as_me: failed program was:" >&5
3906 sed 's/^/| /' conftest.
$ac_ext >&5
3908 ac_header_preproc
=no
3910 rm -f conftest.err conftest.
$ac_ext
3911 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3912 echo "${ECHO_T}$ac_header_preproc" >&6
3914 # So? What about this header?
3915 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3917 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3918 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3920 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3921 ac_header_preproc
=yes
3924 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3925 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3926 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3927 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3928 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3929 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3930 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3931 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3933 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3934 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3935 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3938 ## ------------------------------------------ ##
3939 ## Report this to the AC_PACKAGE_NAME lists. ##
3940 ## ------------------------------------------ ##
3943 sed "s/^/$as_me: WARNING: /" >&2
3946 echo "$as_me:$LINENO: checking for $ac_header" >&5
3947 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3948 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3949 echo $ECHO_N "(cached) $ECHO_C" >&6
3951 eval "$as_ac_Header=\$ac_header_preproc"
3953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3954 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3957 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3958 cat >>confdefs.h
<<_ACEOF
3959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3970 for ac_func
in getrusage
time sigaction __setfpucw
3972 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3973 echo "$as_me:$LINENO: checking for $ac_func" >&5
3974 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3975 if eval "test \"\${$as_ac_var+set}\" = set"; then
3976 echo $ECHO_N "(cached) $ECHO_C" >&6
3978 cat >conftest.
$ac_ext <<_ACEOF
3981 cat confdefs.h
>>conftest.
$ac_ext
3982 cat >>conftest.
$ac_ext <<_ACEOF
3983 /* end confdefs.h. */
3984 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3985 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3986 #define $ac_func innocuous_$ac_func
3988 /* System header to define __stub macros and hopefully few prototypes,
3989 which can conflict with char $ac_func (); below.
3990 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3991 <limits.h> exists even on freestanding compilers. */
3994 # include <limits.h>
3996 # include <assert.h>
4001 /* Override any gcc2 internal prototype to avoid an error. */
4006 /* We use char because int might match the return type of a gcc2
4007 builtin and then its argument prototype would still apply. */
4009 /* The GNU C library defines this for functions which it implements
4010 to always fail with ENOSYS. Some functions are actually named
4011 something starting with __ and the normal name is an alias. */
4012 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4015 char (*f) () = $ac_func;
4024 return f != $ac_func;
4029 rm -f conftest.
$ac_objext conftest
$ac_exeext
4030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4031 (eval $ac_link) 2>conftest.er1
4033 grep -v '^ *+' conftest.er1
>conftest.err
4035 cat conftest.err
>&5
4036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 (exit $ac_status); } &&
4038 { ac_try
='test -z "$ac_c_werror_flag"
4039 || test ! -s conftest.err'
4040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); }; } &&
4045 { ac_try
='test -s conftest$ac_exeext'
4046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4050 (exit $ac_status); }; }; then
4051 eval "$as_ac_var=yes"
4053 echo "$as_me: failed program was:" >&5
4054 sed 's/^/| /' conftest.
$ac_ext >&5
4056 eval "$as_ac_var=no"
4058 rm -f conftest.err conftest.
$ac_objext \
4059 conftest
$ac_exeext conftest.
$ac_ext
4061 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4062 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4063 if test `eval echo '${'$as_ac_var'}'` = yes; then
4064 cat >>confdefs.h
<<_ACEOF
4065 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4072 # Check for socket libraries
4074 echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
4075 echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
4076 if test "${ac_cv_lib_socket_bind+set}" = set; then
4077 echo $ECHO_N "(cached) $ECHO_C" >&6
4079 ac_check_lib_save_LIBS
=$LIBS
4080 LIBS
="-lsocket $LIBS"
4081 cat >conftest.
$ac_ext <<_ACEOF
4084 cat confdefs.h
>>conftest.
$ac_ext
4085 cat >>conftest.
$ac_ext <<_ACEOF
4086 /* end confdefs.h. */
4088 /* Override any gcc2 internal prototype to avoid an error. */
4092 /* We use char because int might match the return type of a gcc2
4093 builtin and then its argument prototype would still apply. */
4103 rm -f conftest.
$ac_objext conftest
$ac_exeext
4104 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4105 (eval $ac_link) 2>conftest.er1
4107 grep -v '^ *+' conftest.er1
>conftest.err
4109 cat conftest.err
>&5
4110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111 (exit $ac_status); } &&
4112 { ac_try
='test -z "$ac_c_werror_flag"
4113 || test ! -s conftest.err'
4114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4118 (exit $ac_status); }; } &&
4119 { ac_try
='test -s conftest$ac_exeext'
4120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); }; }; then
4125 ac_cv_lib_socket_bind
=yes
4127 echo "$as_me: failed program was:" >&5
4128 sed 's/^/| /' conftest.
$ac_ext >&5
4130 ac_cv_lib_socket_bind
=no
4132 rm -f conftest.err conftest.
$ac_objext \
4133 conftest
$ac_exeext conftest.
$ac_ext
4134 LIBS
=$ac_check_lib_save_LIBS
4136 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
4137 echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
4138 if test $ac_cv_lib_socket_bind = yes; then
4139 cat >>confdefs.h
<<_ACEOF
4140 #define HAVE_LIBSOCKET 1
4143 LIBS
="-lsocket $LIBS"
4148 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4149 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4150 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4151 echo $ECHO_N "(cached) $ECHO_C" >&6
4153 ac_check_lib_save_LIBS
=$LIBS
4155 cat >conftest.
$ac_ext <<_ACEOF
4158 cat confdefs.h
>>conftest.
$ac_ext
4159 cat >>conftest.
$ac_ext <<_ACEOF
4160 /* end confdefs.h. */
4162 /* Override any gcc2 internal prototype to avoid an error. */
4166 /* We use char because int might match the return type of a gcc2
4167 builtin and then its argument prototype would still apply. */
4168 char gethostbyname ();
4177 rm -f conftest.
$ac_objext conftest
$ac_exeext
4178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4179 (eval $ac_link) 2>conftest.er1
4181 grep -v '^ *+' conftest.er1
>conftest.err
4183 cat conftest.err
>&5
4184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4185 (exit $ac_status); } &&
4186 { ac_try
='test -z "$ac_c_werror_flag"
4187 || test ! -s conftest.err'
4188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4192 (exit $ac_status); }; } &&
4193 { ac_try
='test -s conftest$ac_exeext'
4194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); }; }; then
4199 ac_cv_lib_nsl_gethostbyname
=yes
4201 echo "$as_me: failed program was:" >&5
4202 sed 's/^/| /' conftest.
$ac_ext >&5
4204 ac_cv_lib_nsl_gethostbyname
=no
4206 rm -f conftest.err conftest.
$ac_objext \
4207 conftest
$ac_exeext conftest.
$ac_ext
4208 LIBS
=$ac_check_lib_save_LIBS
4210 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4211 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4212 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4213 cat >>confdefs.h
<<_ACEOF
4214 #define HAVE_LIBNSL 1
4222 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
4223 # using the same condition.
4224 echo "$as_me:$LINENO: checking for library containing zlibVersion" >&5
4225 echo $ECHO_N "checking for library containing zlibVersion... $ECHO_C" >&6
4226 if test "${ac_cv_search_zlibVersion+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6
4229 ac_func_search_save_LIBS
=$LIBS
4230 ac_cv_search_zlibVersion
=no
4231 cat >conftest.
$ac_ext <<_ACEOF
4234 cat confdefs.h
>>conftest.
$ac_ext
4235 cat >>conftest.
$ac_ext <<_ACEOF
4236 /* end confdefs.h. */
4238 /* Override any gcc2 internal prototype to avoid an error. */
4242 /* We use char because int might match the return type of a gcc2
4243 builtin and then its argument prototype would still apply. */
4244 char zlibVersion ();
4253 rm -f conftest.
$ac_objext conftest
$ac_exeext
4254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4255 (eval $ac_link) 2>conftest.er1
4257 grep -v '^ *+' conftest.er1
>conftest.err
4259 cat conftest.err
>&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } &&
4262 { ac_try
='test -z "$ac_c_werror_flag"
4263 || test ! -s conftest.err'
4264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4268 (exit $ac_status); }; } &&
4269 { ac_try
='test -s conftest$ac_exeext'
4270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4274 (exit $ac_status); }; }; then
4275 ac_cv_search_zlibVersion
="none required"
4277 echo "$as_me: failed program was:" >&5
4278 sed 's/^/| /' conftest.
$ac_ext >&5
4281 rm -f conftest.err conftest.
$ac_objext \
4282 conftest
$ac_exeext conftest.
$ac_ext
4283 if test "$ac_cv_search_zlibVersion" = no
; then
4285 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
4286 cat >conftest.
$ac_ext <<_ACEOF
4289 cat confdefs.h
>>conftest.
$ac_ext
4290 cat >>conftest.
$ac_ext <<_ACEOF
4291 /* end confdefs.h. */
4293 /* Override any gcc2 internal prototype to avoid an error. */
4297 /* We use char because int might match the return type of a gcc2
4298 builtin and then its argument prototype would still apply. */
4299 char zlibVersion ();
4308 rm -f conftest.
$ac_objext conftest
$ac_exeext
4309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4310 (eval $ac_link) 2>conftest.er1
4312 grep -v '^ *+' conftest.er1
>conftest.err
4314 cat conftest.err
>&5
4315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4316 (exit $ac_status); } &&
4317 { ac_try
='test -z "$ac_c_werror_flag"
4318 || test ! -s conftest.err'
4319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4323 (exit $ac_status); }; } &&
4324 { ac_try
='test -s conftest$ac_exeext'
4325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4329 (exit $ac_status); }; }; then
4330 ac_cv_search_zlibVersion
="-l$ac_lib"
4333 echo "$as_me: failed program was:" >&5
4334 sed 's/^/| /' conftest.
$ac_ext >&5
4337 rm -f conftest.err conftest.
$ac_objext \
4338 conftest
$ac_exeext conftest.
$ac_ext
4341 LIBS
=$ac_func_search_save_LIBS
4343 echo "$as_me:$LINENO: result: $ac_cv_search_zlibVersion" >&5
4344 echo "${ECHO_T}$ac_cv_search_zlibVersion" >&6
4345 if test "$ac_cv_search_zlibVersion" != no
; then
4346 test "$ac_cv_search_zlibVersion" = "none required" || LIBS
="$ac_cv_search_zlibVersion $LIBS"
4348 for ac_header
in zlib.h
4350 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4352 echo "$as_me:$LINENO: checking for $ac_header" >&5
4353 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4354 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4355 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4358 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4360 # Is the header compilable?
4361 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4362 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4363 cat >conftest.
$ac_ext <<_ACEOF
4366 cat confdefs.h
>>conftest.
$ac_ext
4367 cat >>conftest.
$ac_ext <<_ACEOF
4368 /* end confdefs.h. */
4369 $ac_includes_default
4370 #include <$ac_header>
4372 rm -f conftest.
$ac_objext
4373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4374 (eval $ac_compile) 2>conftest.er1
4376 grep -v '^ *+' conftest.er1
>conftest.err
4378 cat conftest.err
>&5
4379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4380 (exit $ac_status); } &&
4381 { ac_try
='test -z "$ac_c_werror_flag"
4382 || test ! -s conftest.err'
4383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4387 (exit $ac_status); }; } &&
4388 { ac_try
='test -s conftest.$ac_objext'
4389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393 (exit $ac_status); }; }; then
4394 ac_header_compiler
=yes
4396 echo "$as_me: failed program was:" >&5
4397 sed 's/^/| /' conftest.
$ac_ext >&5
4399 ac_header_compiler
=no
4401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4402 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4403 echo "${ECHO_T}$ac_header_compiler" >&6
4405 # Is the header present?
4406 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4407 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4408 cat >conftest.
$ac_ext <<_ACEOF
4411 cat confdefs.h
>>conftest.
$ac_ext
4412 cat >>conftest.
$ac_ext <<_ACEOF
4413 /* end confdefs.h. */
4414 #include <$ac_header>
4416 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4417 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4419 grep -v '^ *+' conftest.er1
>conftest.err
4421 cat conftest.err
>&5
4422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4423 (exit $ac_status); } >/dev
/null
; then
4424 if test -s conftest.err
; then
4425 ac_cpp_err
=$ac_c_preproc_warn_flag
4426 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4433 if test -z "$ac_cpp_err"; then
4434 ac_header_preproc
=yes
4436 echo "$as_me: failed program was:" >&5
4437 sed 's/^/| /' conftest.
$ac_ext >&5
4439 ac_header_preproc
=no
4441 rm -f conftest.err conftest.
$ac_ext
4442 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4443 echo "${ECHO_T}$ac_header_preproc" >&6
4445 # So? What about this header?
4446 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4448 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4449 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4451 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4452 ac_header_preproc
=yes
4455 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4456 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4457 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4458 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4459 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4460 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4461 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4462 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4463 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4464 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4465 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4466 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4469 ## ------------------------------------------ ##
4470 ## Report this to the AC_PACKAGE_NAME lists. ##
4471 ## ------------------------------------------ ##
4474 sed "s/^/$as_me: WARNING: /" >&2
4477 echo "$as_me:$LINENO: checking for $ac_header" >&5
4478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4479 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4480 echo $ECHO_N "(cached) $ECHO_C" >&6
4482 eval "$as_ac_Header=\$ac_header_preproc"
4484 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4485 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4488 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4489 cat >>confdefs.h
<<_ACEOF
4490 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4500 .
${srcdir}/..
/..
/bfd
/configure.
host
4504 USE_MAINTAINER_MODE
=no
4505 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4506 if test "${enable_maintainer_mode+set}" = set; then
4507 enableval
="$enable_maintainer_mode"
4508 case "${enableval}" in
4509 yes) MAINT
="" USE_MAINTAINER_MODE
=yes ;;
4511 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
4512 echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
4513 { (exit 1); exit 1; }; }; MAINT
="#" ;;
4515 if test x
"$silent" != x
"yes" && test x
"$MAINT" = x
""; then
4516 echo "Setting maintainer mode" 6>&1
4523 # Check whether --enable-sim-bswap or --disable-sim-bswap was given.
4524 if test "${enable_sim_bswap+set}" = set; then
4525 enableval
="$enable_sim_bswap"
4526 case "${enableval}" in
4527 yes) sim_bswap
="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4528 no
) sim_bswap
="-DWITH_BSWAP=0";;
4529 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
4530 echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
4531 { (exit 1); exit 1; }; }; sim_bswap
="";;
4533 if test x
"$silent" != x
"yes" && test x
"$sim_bswap" != x
""; then
4534 echo "Setting bswap flags = $sim_bswap" 6>&1
4541 # Check whether --enable-sim-cflags or --disable-sim-cflags was given.
4542 if test "${enable_sim_cflags+set}" = set; then
4543 enableval
="$enable_sim_cflags"
4544 case "${enableval}" in
4545 yes) sim_cflags
="-O2 -fomit-frame-pointer";;
4546 trace
) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
4547 echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
4548 { (exit 1); exit 1; }; }; sim_cflags
="";;
4550 *) sim_cflags
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4552 if test x
"$silent" != x
"yes" && test x
"$sim_cflags" != x
""; then
4553 echo "Setting sim cflags = $sim_cflags" 6>&1
4560 # Check whether --enable-sim-debug or --disable-sim-debug was given.
4561 if test "${enable_sim_debug+set}" = set; then
4562 enableval
="$enable_sim_debug"
4563 case "${enableval}" in
4564 yes) sim_debug
="-DDEBUG=7 -DWITH_DEBUG=7";;
4565 no
) sim_debug
="-DDEBUG=0 -DWITH_DEBUG=0";;
4566 *) sim_debug
="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4568 if test x
"$silent" != x
"yes" && test x
"$sim_debug" != x
""; then
4569 echo "Setting sim debug = $sim_debug" 6>&1
4576 # Check whether --enable-sim-stdio or --disable-sim-stdio was given.
4577 if test "${enable_sim_stdio+set}" = set; then
4578 enableval
="$enable_sim_stdio"
4579 case "${enableval}" in
4580 yes) sim_stdio
="-DWITH_STDIO=DO_USE_STDIO";;
4581 no
) sim_stdio
="-DWITH_STDIO=DONT_USE_STDIO";;
4582 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
4583 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
4584 { (exit 1); exit 1; }; }; sim_stdio
="";;
4586 if test x
"$silent" != x
"yes" && test x
"$sim_stdio" != x
""; then
4587 echo "Setting stdio flags = $sim_stdio" 6>&1
4594 # Check whether --enable-sim-trace or --disable-sim-trace was given.
4595 if test "${enable_sim_trace+set}" = set; then
4596 enableval
="$enable_sim_trace"
4597 case "${enableval}" in
4598 yes) sim_trace
="-DTRACE=1 -DWITH_TRACE=-1";;
4599 no
) sim_trace
="-DTRACE=0 -DWITH_TRACE=0";;
4601 sim_trace
="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4604 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
4605 if test x
"$sim_trace" = x
; then
4606 sim_trace
="-DWITH_TRACE='(TRACE_$x"
4608 sim_trace
="${sim_trace}|TRACE_$x"
4611 sim_trace
="$sim_trace)'" ;;
4613 if test x
"$silent" != x
"yes" && test x
"$sim_trace" != x
""; then
4614 echo "Setting sim trace = $sim_trace" 6>&1
4621 # Check whether --enable-sim-profile or --disable-sim-profile was given.
4622 if test "${enable_sim_profile+set}" = set; then
4623 enableval
="$enable_sim_profile"
4624 case "${enableval}" in
4625 yes) sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1";;
4626 no
) sim_profile
="-DPROFILE=0 -DWITH_PROFILE=0";;
4628 sim_profile
="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4631 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
4632 if test x
"$sim_profile" = x
; then
4633 sim_profile
="-DWITH_PROFILE='(PROFILE_$x"
4635 sim_profile
="${sim_profile}|PROFILE_$x"
4638 sim_profile
="$sim_profile)'" ;;
4640 if test x
"$silent" != x
"yes" && test x
"$sim_profile" != x
""; then
4641 echo "Setting sim profile = $sim_profile" 6>&1
4644 sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1"
4649 # Check whether --with-pkgversion or --without-pkgversion was given.
4650 if test "${with_pkgversion+set}" = set; then
4651 withval
="$with_pkgversion"
4653 yes) { { echo "$as_me:$LINENO: error: package version not specified" >&5
4654 echo "$as_me: error: package version not specified" >&2;}
4655 { (exit 1); exit 1; }; } ;;
4657 *) PKGVERSION
="($withval) " ;;
4667 # Check whether --with-bugurl or --without-bugurl was given.
4668 if test "${with_bugurl+set}" = set; then
4669 withval
="$with_bugurl"
4671 yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
4672 echo "$as_me: error: bug URL not specified" >&2;}
4673 { (exit 1); exit 1; }; } ;;
4676 *) BUGURL
="$withval"
4680 BUGURL
="http://www.gnu.org/software/gdb/bugs/"
4689 REPORT_BUGS_TO
="<$BUGURL>"
4690 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
4697 cat >>confdefs.h
<<_ACEOF
4698 #define PKGVERSION "$PKGVERSION"
4702 cat >>confdefs.h
<<_ACEOF
4703 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
4707 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
4708 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4709 if test "${ac_cv_type_signal+set}" = set; then
4710 echo $ECHO_N "(cached) $ECHO_C" >&6
4712 cat >conftest.
$ac_ext <<_ACEOF
4715 cat confdefs.h
>>conftest.
$ac_ext
4716 cat >>conftest.
$ac_ext <<_ACEOF
4717 /* end confdefs.h. */
4718 #include <sys/types.h>
4724 extern "C" void (*signal (int, void (*)(int)))(int);
4726 void (*signal ()) ();
4737 rm -f conftest.
$ac_objext
4738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4739 (eval $ac_compile) 2>conftest.er1
4741 grep -v '^ *+' conftest.er1
>conftest.err
4743 cat conftest.err
>&5
4744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4745 (exit $ac_status); } &&
4746 { ac_try
='test -z "$ac_c_werror_flag"
4747 || test ! -s conftest.err'
4748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; } &&
4753 { ac_try
='test -s conftest.$ac_objext'
4754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4758 (exit $ac_status); }; }; then
4759 ac_cv_type_signal
=void
4761 echo "$as_me: failed program was:" >&5
4762 sed 's/^/| /' conftest.
$ac_ext >&5
4764 ac_cv_type_signal
=int
4766 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4768 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
4769 echo "${ECHO_T}$ac_cv_type_signal" >&6
4771 cat >>confdefs.h
<<_ACEOF
4772 #define RETSIGTYPE $ac_cv_type_signal
4782 sim_link_links
=tconfig.h
4783 if test -f ${srcdir}/tconfig.
in
4785 sim_link_files
=tconfig.
in
4787 sim_link_files
=..
/common
/tconfig.
in
4790 # targ-vals.def points to the libc macro description file.
4792 *-*-*) TARG_VALS_DEF
=..
/common
/nltvals.def
;;
4794 sim_link_files
="${sim_link_files} ${TARG_VALS_DEF}"
4795 sim_link_links
="${sim_link_links} targ-vals.def"
4800 default_endian
="BIG_ENDIAN"
4801 # Check whether --enable-sim-endian or --disable-sim-endian was given.
4802 if test "${enable_sim_endian+set}" = set; then
4803 enableval
="$enable_sim_endian"
4804 case "${enableval}" in
4805 b
*|B
*) sim_endian
="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
4806 l
*|L
*) sim_endian
="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
4807 yes) if test x
"$wire_endian" != x
; then
4808 sim_endian
="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4810 if test x
"$default_endian" != x
; then
4811 sim_endian
="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
4813 echo "No hard-wired endian for target $target" 1>&6
4814 sim_endian
="-DWITH_TARGET_BYTE_ORDER=0"
4817 no
) if test x
"$default_endian" != x
; then
4818 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4820 if test x
"$wire_endian" != x
; then
4821 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
4823 echo "No default endian for target $target" 1>&6
4824 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
4827 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-endian\"" >&5
4828 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-endian\"" >&2;}
4829 { (exit 1); exit 1; }; }; sim_endian
="";;
4831 if test x
"$silent" != x
"yes" && test x
"$sim_endian" != x
""; then
4832 echo "Setting endian flags = $sim_endian" 6>&1
4835 if test x
"$default_endian" != x
; then
4836 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4838 if test x
"$wire_endian" != x
; then
4839 sim_endian
="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4845 wire_alignment
="STRICT_ALIGNMENT"
4846 default_alignment
=""
4848 # Check whether --enable-sim-alignment or --disable-sim-alignment was given.
4849 if test "${enable_sim_alignment+set}" = set; then
4850 enableval
="$enable_sim_alignment"
4851 case "${enableval}" in
4852 strict | STRICT
) sim_alignment
="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
4853 nonstrict | NONSTRICT
) sim_alignment
="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
4854 forced | FORCED
) sim_alignment
="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
4855 yes) if test x
"$wire_alignment" != x
; then
4856 sim_alignment
="-DWITH_ALIGNMENT=${wire_alignment}"
4858 if test x
"$default_alignment" != x
; then
4859 sim_alignment
="-DWITH_ALIGNMENT=${default_alignment}"
4861 echo "No hard-wired alignment for target $target" 1>&6
4862 sim_alignment
="-DWITH_ALIGNMENT=0"
4865 no
) if test x
"$default_alignment" != x
; then
4866 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4868 if test x
"$wire_alignment" != x
; then
4869 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
4871 echo "No default alignment for target $target" 1>&6
4872 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=0"
4875 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&5
4876 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&2;}
4877 { (exit 1); exit 1; }; }; sim_alignment
="";;
4879 if test x
"$silent" != x
"yes" && test x
"$sim_alignment" != x
""; then
4880 echo "Setting alignment flags = $sim_alignment" 6>&1
4883 if test x
"$default_alignment" != x
; then
4884 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4886 if test x
"$wire_alignment" != x
; then
4887 sim_alignment
="-DWITH_ALIGNMENT=${wire_alignment}"
4894 # Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
4895 if test "${enable_sim_hostendian+set}" = set; then
4896 enableval
="$enable_sim_hostendian"
4897 case "${enableval}" in
4898 no
) sim_hostendian
="-DWITH_HOST_BYTE_ORDER=0";;
4899 b
*|B
*) sim_hostendian
="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
4900 l
*|L
*) sim_hostendian
="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
4901 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&5
4902 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&2;}
4903 { (exit 1); exit 1; }; }; sim_hostendian
="";;
4905 if test x
"$silent" != x
"yes" && test x
"$sim_hostendian" != x
""; then
4906 echo "Setting hostendian flags = $sim_hostendian" 6>&1
4910 if test "x$cross_compiling" = "xno"; then
4911 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4912 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4913 if test "${ac_cv_c_bigendian+set}" = set; then
4914 echo $ECHO_N "(cached) $ECHO_C" >&6
4916 # See if sys/param.h defines the BYTE_ORDER macro.
4917 cat >conftest.
$ac_ext <<_ACEOF
4920 cat confdefs.h
>>conftest.
$ac_ext
4921 cat >>conftest.
$ac_ext <<_ACEOF
4922 /* end confdefs.h. */
4923 #include <sys/types.h>
4924 #include <sys/param.h>
4929 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4937 rm -f conftest.
$ac_objext
4938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4939 (eval $ac_compile) 2>conftest.er1
4941 grep -v '^ *+' conftest.er1
>conftest.err
4943 cat conftest.err
>&5
4944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945 (exit $ac_status); } &&
4946 { ac_try
='test -z "$ac_c_werror_flag"
4947 || test ! -s conftest.err'
4948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4952 (exit $ac_status); }; } &&
4953 { ac_try
='test -s conftest.$ac_objext'
4954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4958 (exit $ac_status); }; }; then
4959 # It does; now see whether it defined to BIG_ENDIAN or not.
4960 cat >conftest.
$ac_ext <<_ACEOF
4963 cat confdefs.h
>>conftest.
$ac_ext
4964 cat >>conftest.
$ac_ext <<_ACEOF
4965 /* end confdefs.h. */
4966 #include <sys/types.h>
4967 #include <sys/param.h>
4972 #if BYTE_ORDER != BIG_ENDIAN
4980 rm -f conftest.
$ac_objext
4981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4982 (eval $ac_compile) 2>conftest.er1
4984 grep -v '^ *+' conftest.er1
>conftest.err
4986 cat conftest.err
>&5
4987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4988 (exit $ac_status); } &&
4989 { ac_try
='test -z "$ac_c_werror_flag"
4990 || test ! -s conftest.err'
4991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4995 (exit $ac_status); }; } &&
4996 { ac_try
='test -s conftest.$ac_objext'
4997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5001 (exit $ac_status); }; }; then
5002 ac_cv_c_bigendian
=yes
5004 echo "$as_me: failed program was:" >&5
5005 sed 's/^/| /' conftest.
$ac_ext >&5
5007 ac_cv_c_bigendian
=no
5009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5011 echo "$as_me: failed program was:" >&5
5012 sed 's/^/| /' conftest.
$ac_ext >&5
5014 # It does not; compile a test program.
5015 if test "$cross_compiling" = yes; then
5016 # try to guess the endianness by grepping values into an object file
5017 ac_cv_c_bigendian
=unknown
5018 cat >conftest.
$ac_ext <<_ACEOF
5021 cat confdefs.h
>>conftest.
$ac_ext
5022 cat >>conftest.
$ac_ext <<_ACEOF
5023 /* end confdefs.h. */
5024 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5025 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5026 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
5027 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5028 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5029 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
5033 _ascii (); _ebcdic ();
5038 rm -f conftest.
$ac_objext
5039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5040 (eval $ac_compile) 2>conftest.er1
5042 grep -v '^ *+' conftest.er1
>conftest.err
5044 cat conftest.err
>&5
5045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5046 (exit $ac_status); } &&
5047 { ac_try
='test -z "$ac_c_werror_flag"
5048 || test ! -s conftest.err'
5049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053 (exit $ac_status); }; } &&
5054 { ac_try
='test -s conftest.$ac_objext'
5055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5059 (exit $ac_status); }; }; then
5060 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
5061 ac_cv_c_bigendian
=yes
5063 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
5064 if test "$ac_cv_c_bigendian" = unknown
; then
5065 ac_cv_c_bigendian
=no
5067 # finding both strings is unlikely to happen, but who knows?
5068 ac_cv_c_bigendian
=unknown
5072 echo "$as_me: failed program was:" >&5
5073 sed 's/^/| /' conftest.
$ac_ext >&5
5076 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5078 cat >conftest.
$ac_ext <<_ACEOF
5081 cat confdefs.h
>>conftest.
$ac_ext
5082 cat >>conftest.
$ac_ext <<_ACEOF
5083 /* end confdefs.h. */
5087 /* Are we little or big endian? From Harbison&Steele. */
5091 char c[sizeof (long)];
5094 exit (u.c[sizeof (long) - 1] == 1);
5097 rm -f conftest
$ac_exeext
5098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5099 (eval $ac_link) 2>&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5107 (exit $ac_status); }; }; then
5108 ac_cv_c_bigendian
=no
5110 echo "$as_me: program exited with status $ac_status" >&5
5111 echo "$as_me: failed program was:" >&5
5112 sed 's/^/| /' conftest.
$ac_ext >&5
5115 ac_cv_c_bigendian
=yes
5117 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5120 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5122 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
5123 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
5124 case $ac_cv_c_bigendian in
5127 cat >>confdefs.h
<<\_ACEOF
5128 #define WORDS_BIGENDIAN 1
5134 { { echo "$as_me:$LINENO: error: unknown endianness
5135 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
5136 echo "$as_me: error: unknown endianness
5137 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
5138 { (exit 1); exit 1; }; } ;;
5141 if test $ac_cv_c_bigendian = yes; then
5142 sim_hostendian
="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
5144 sim_hostendian
="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
5147 sim_hostendian
="-DWITH_HOST_BYTE_ORDER=0"
5151 default_sim_scache
="16384"
5152 # Check whether --enable-sim-scache or --disable-sim-scache was given.
5153 if test "${enable_sim_scache+set}" = set; then
5154 enableval
="$enable_sim_scache"
5155 case "${enableval}" in
5156 yes) sim_scache
="-DWITH_SCACHE=${default_sim_scache}";;
5157 no
) sim_scache
="-DWITH_SCACHE=0" ;;
5158 [0-9]*) sim_scache
="-DWITH_SCACHE=${enableval}";;
5159 *) { { echo "$as_me:$LINENO: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&5
5160 echo "$as_me: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&2;}
5161 { (exit 1); exit 1; }; };
5164 if test x
"$silent" != x
"yes" && test x
"$sim_scache" != x
""; then
5165 echo "Setting scache size = $sim_scache" 6>&1
5168 sim_scache
="-DWITH_SCACHE=${default_sim_scache}"
5172 default_sim_default_model
="sh5"
5173 # Check whether --enable-sim-default-model or --disable-sim-default-model was given.
5174 if test "${enable_sim_default_model+set}" = set; then
5175 enableval
="$enable_sim_default_model"
5176 case "${enableval}" in
5177 yes|no
) { { echo "$as_me:$LINENO: error: \"Missing argument to --enable-sim-default-model\"" >&5
5178 echo "$as_me: error: \"Missing argument to --enable-sim-default-model\"" >&2;}
5179 { (exit 1); exit 1; }; };;
5180 *) sim_default_model
="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
5182 if test x
"$silent" != x
"yes" && test x
"$sim_default_model" != x
""; then
5183 echo "Setting default model = $sim_default_model" 6>&1
5186 sim_default_model
="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
5190 # Check whether --enable-sim-environment or --disable-sim-environment was given.
5191 if test "${enable_sim_environment+set}" = set; then
5192 enableval
="$enable_sim_environment"
5193 case "${enableval}" in
5194 all | ALL
) sim_environment
="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
5195 user | USER
) sim_environment
="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
5196 virtual | VIRTUAL
) sim_environment
="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
5197 operating | OPERATING
) sim_environment
="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
5198 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&5
5199 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&2;}
5200 { (exit 1); exit 1; }; };
5201 sim_environment
="";;
5203 if test x
"$silent" != x
"yes" && test x
"$sim_environment" != x
""; then
5204 echo "Setting sim environment = $sim_environment" 6>&1
5207 sim_environment
="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
5210 default_sim_inline
=""
5211 # Check whether --enable-sim-inline or --disable-sim-inline was given.
5212 if test "${enable_sim_inline+set}" = set; then
5213 enableval
="$enable_sim_inline"
5215 case "$enableval" in
5216 no
) sim_inline
="-DDEFAULT_INLINE=0";;
5217 0) sim_inline
="-DDEFAULT_INLINE=0";;
5218 yes |
2) sim_inline
="-DDEFAULT_INLINE=ALL_C_INLINE";;
5219 1) sim_inline
="-DDEFAULT_INLINE=INLINE_LOCALS";;
5220 *) for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
5223 *_INLINE
=*) new_flag
="-D$x";;
5224 *=*) new_flag
=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
5225 *_INLINE
) new_flag
="-D$x=ALL_C_INLINE";;
5226 *) new_flag
="-D$x""_INLINE=ALL_C_INLINE";;
5228 if test x
"$sim_inline" = x
""; then
5229 sim_inline
="$new_flag"
5231 sim_inline
="$sim_inline $new_flag"
5235 if test x
"$silent" != x
"yes" && test x
"$sim_inline" != x
""; then
5236 echo "Setting inline flags = $sim_inline" 6>&1
5240 if test "x$cross_compiling" = "xno"; then
5241 if test x
"$GCC" != "x" -a x
"${default_sim_inline}" != "x" ; then
5242 sim_inline
="${default_sim_inline}"
5243 if test x
"$silent" != x
"yes"; then
5244 echo "Setting inline flags = $sim_inline" 6>&1
5250 sim_inline
="-DDEFAULT_INLINE=0"
5256 cgendir
='$(srcdir)/../../cgen'
5257 # Check whether --enable-cgen-maint or --disable-cgen-maint was given.
5258 if test "${enable_cgen_maint+set}" = set; then
5259 enableval
="$enable_cgen_maint"
5260 case "${enableval}" in
5261 yes) cgen_maint
=yes ;;
5262 no
) cgen_maint
=no
;;
5264 # argument is cgen install directory (not implemented yet).
5265 # Having a `share' directory might be more appropriate for the .scm,
5267 cgendir
=${cgen_maint}/lib
/cgen
5271 fi; if test x
${cgen_maint} != xno
; then
5282 ac_sources
="$sim_link_files"
5283 ac_dests
="$sim_link_links"
5284 while test -n "$ac_sources"; do
5285 set $ac_dests; ac_dest
=$1; shift; ac_dests
=$
*
5286 set $ac_sources; ac_source
=$1; shift; ac_sources
=$
*
5287 ac_config_links_1
="$ac_config_links_1 $ac_dest:$ac_source"
5289 ac_config_links
="$ac_config_links $ac_config_links_1"
5292 if grep CGEN_MAINT
$srcdir/Makefile.
in >/dev
/null
; then
5293 cgen_breaks
="break cgen_rtx_error";
5296 ac_config_files
="$ac_config_files Makefile.sim:Makefile.in"
5298 ac_config_files
="$ac_config_files Make-common.sim:../common/Make-common.in"
5300 ac_config_files
="$ac_config_files .gdbinit:../common/gdbinit.in"
5302 ac_config_commands
="$ac_config_commands Makefile"
5304 ac_config_commands
="$ac_config_commands stamp-h"
5306 cat >confcache
<<\_ACEOF
5307 # This file is a shell script that caches the results of configure
5308 # tests run on this system so they can be shared between configure
5309 # scripts and configure runs, see configure's option --config-cache.
5310 # It is not useful on other systems. If it contains results you don't
5311 # want to keep, you may remove or edit it.
5313 # config.status only pays attention to the cache file if you give it
5314 # the --recheck option to rerun configure.
5316 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5317 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5322 # The following way of writing the cache mishandles newlines in values,
5323 # but we know of no workaround that is simple, portable, and efficient.
5324 # So, don't put newlines in cache variables' values.
5325 # Ultrix sh set writes to stderr and can't be redirected directly,
5326 # and sets the high bit in the cache file unless we assign to the vars.
5329 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5331 # `set' does not quote correctly, so add quotes (double-quote
5332 # substitution turns \\\\ into \\, and sed turns \\ into \).
5335 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5338 # `set' quotes correctly as required by POSIX, so do not add quotes.
5340 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5347 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5349 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5351 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5352 if test -w $cache_file; then
5353 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5354 cat confcache
>$cache_file
5356 echo "not updating unwritable cache $cache_file"
5361 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5362 # Let make expand exec_prefix.
5363 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5365 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5366 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5367 # trailing colons and then remove the whole line if VPATH becomes empty
5368 # (actually we leave an empty line to preserve line numbers).
5369 if test "x$srcdir" = x.
; then
5370 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
5371 s/:*\$(srcdir):*/:/;
5372 s/:*\${srcdir}:*/:/;
5374 s/^\([^=]*=[ ]*\):*/\1/;
5380 DEFS
=-DHAVE_CONFIG_H
5384 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
5385 # 1. Remove the extension, and $U if already installed.
5386 ac_i
=`echo "$ac_i" |
5387 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5389 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
5390 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
5394 LTLIBOBJS
=$ac_ltlibobjs
5398 : ${CONFIG_STATUS=./config.status}
5399 ac_clean_files_save
=$ac_clean_files
5400 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
5401 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5402 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5403 cat >$CONFIG_STATUS <<_ACEOF
5405 # Generated by $as_me.
5406 # Run this file to recreate the current configuration.
5407 # Compiler output produced by configure, useful for debugging
5408 # configure, is in config.log if it exists.
5413 SHELL=\${CONFIG_SHELL-$SHELL}
5416 cat >>$CONFIG_STATUS <<\_ACEOF
5417 ## --------------------- ##
5418 ## M4sh Initialization. ##
5419 ## --------------------- ##
5421 # Be Bourne compatible
5422 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
5425 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5426 # is contrary to our usage. Disable this feature.
5427 alias -g '${1+"$@"}'='"$@"'
5428 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
5431 DUALCASE
=1; export DUALCASE
# for MKS sh
5433 # Support unset when possible.
5434 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5441 # Work around bugs in pre-3.0 UWIN ksh.
5442 $as_unset ENV MAIL MAILPATH
5449 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5450 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5451 LC_TELEPHONE LC_TIME
5453 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5454 eval $as_var=C
; export $as_var
5460 # Required to use basename.
5461 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5467 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
5468 as_basename
=basename
5474 # Name of the executable.
5475 as_me
=`$as_basename "$0" ||
5476 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5477 X"$0" : 'X\(//\)$' \| \
5478 X"$0" : 'X\(/\)$' \| \
5479 . : '\(.\)' 2>/dev/null ||
5481 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5482 /^X\/\(\/\/\)$/{ s//\1/; q; }
5483 /^X\/\(\/\).*/{ s//\1/; q; }
5487 # PATH needs CR, and LINENO needs CR and PATH.
5488 # Avoid depending upon Character Ranges.
5489 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
5490 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5491 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
5492 as_cr_digits
='0123456789'
5493 as_cr_alnum
=$as_cr_Letters$as_cr_digits
5495 # The user is always right.
5496 if test "${PATH_SEPARATOR+set}" != set; then
5497 echo "#! /bin/sh" >conf$$.sh
5498 echo "exit 0" >>conf$$.sh
5500 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5511 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
5512 test "x$as_lineno_1" != "x$as_lineno_2" &&
5513 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
5514 # Find who we are. Look in the path if we contain no path at all
5517 *[\\/]* ) as_myself
=$0 ;;
5518 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5522 test -z "$as_dir" && as_dir
=.
5523 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
5528 # We did not find ourselves, most probably we were run as `sh COMMAND'
5529 # in which case we are not to be found in the path.
5530 if test "x$as_myself" = x
; then
5533 if test ! -f "$as_myself"; then
5534 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5535 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5536 { (exit 1); exit 1; }; }
5538 case $CONFIG_SHELL in
5540 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5541 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
5544 test -z "$as_dir" && as_dir
=.
5545 for as_base
in sh bash ksh sh5
; do
5548 if ("$as_dir/$as_base" -c '
5551 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5552 test "x$as_lineno_1" != "x$as_lineno_2" &&
5553 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
5554 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
5555 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
5556 CONFIG_SHELL
=$as_dir/$as_base
5558 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5566 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5567 # uniformly replaced by the line number. The first 'sed' inserts a
5568 # line-number line before each line; the second 'sed' does the real
5569 # work. The second script uses 'N' to pair each line-number line
5570 # with the numbered line, and appends trailing '-' during
5571 # substitution so that $LINENO is not a special case at line end.
5572 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5573 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5574 sed '=' <$as_myself |
5579 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5582 s,^['$as_cr_digits']*\n,,
5584 chmod +x
$as_me.lineno ||
5585 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5586 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5587 { (exit 1); exit 1; }; }
5589 # Don't try to exec as it changes $[0], causing all sort of problems
5590 # (the dirname of $[0] is not the place where we might find the
5591 # original and so on. Autoconf is especially sensible to this).
5593 # Exit status is that of the last command.
5598 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5599 *c
*,-n*) ECHO_N
= ECHO_C
='
5601 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
5602 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
5605 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5611 rm -f conf$$ conf$$.exe conf$$.
file
5613 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5614 # We could just check for DJGPP; but this test a) works b) is more generic
5615 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5616 if test -f conf$$.exe
; then
5617 # Don't use ln at all; we don't have any links
5622 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5627 rm -f conf$$ conf$$.exe conf$$.
file
5629 if mkdir
-p .
2>/dev
/null
; then
5632 test -d .
/-p && rmdir .
/-p
5636 as_executable_p
="test -f"
5638 # Sed expression to map a string onto a valid CPP name.
5639 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5641 # Sed expression to map a string onto a valid variable name.
5642 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5646 # We need space, tab and new line, in precisely that order.
5656 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5657 # report actual input values of CONFIG_FILES etc. instead of their
5658 # values after options handling. Logging --version etc. is OK.
5662 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5663 ## Running $as_me. ##
5668 This file was extended by $as_me, which was
5669 generated by GNU Autoconf 2.59. Invocation command line was
5671 CONFIG_FILES = $CONFIG_FILES
5672 CONFIG_HEADERS = $CONFIG_HEADERS
5673 CONFIG_LINKS = $CONFIG_LINKS
5674 CONFIG_COMMANDS = $CONFIG_COMMANDS
5678 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5682 # Files that config.status was made for.
5683 if test -n "$ac_config_files"; then
5684 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5687 if test -n "$ac_config_headers"; then
5688 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5691 if test -n "$ac_config_links"; then
5692 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5695 if test -n "$ac_config_commands"; then
5696 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5699 cat >>$CONFIG_STATUS <<\_ACEOF
5702 \`$as_me' instantiates files from templates according to the
5703 current configuration.
5705 Usage: $0 [OPTIONS] [FILE]...
5707 -h, --help print this help, then exit
5708 -V, --version print version number, then exit
5709 -q, --quiet do not print progress messages
5710 -d, --debug don't remove temporary files
5711 --recheck update $as_me by reconfiguring in the same conditions
5712 --file=FILE[:TEMPLATE]
5713 instantiate the configuration file FILE
5714 --header=FILE[:TEMPLATE]
5715 instantiate the configuration header FILE
5717 Configuration files:
5720 Configuration headers:
5723 Configuration links:
5726 Configuration commands:
5729 Report bugs to <bug-autoconf@gnu.org>."
5732 cat >>$CONFIG_STATUS <<_ACEOF
5735 configured by $0, generated by GNU Autoconf 2.59,
5736 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5738 Copyright (C) 2003 Free Software Foundation, Inc.
5739 This config.status script is free software; the Free Software Foundation
5740 gives unlimited permission to copy, distribute and modify it."
5745 cat >>$CONFIG_STATUS <<\_ACEOF
5746 # If no file are specified by the user, then we need to provide default
5747 # value. By we need to know if files were specified by the user.
5753 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
5754 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
5762 *) # This is not an option, so the user has probably given explicit
5765 ac_need_defaults
=false
;;
5769 # Handling of the options.
5771 cat >>$CONFIG_STATUS <<\_ACEOF
5772 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5774 --version |
--vers* |
-V )
5775 echo "$ac_cs_version"; exit 0 ;;
5777 # Conflict between --help and --header
5778 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5779 Try \`$0 --help' for more information." >&5
5780 echo "$as_me: error: ambiguous option: $1
5781 Try \`$0 --help' for more information." >&2;}
5782 { (exit 1); exit 1; }; };;
5783 --help |
--hel |
-h )
5784 echo "$ac_cs_usage"; exit 0 ;;
5785 --debug |
--d* |
-d )
5787 --file |
--fil |
--fi |
--f )
5789 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
5790 ac_need_defaults
=false
;;
5791 --header |
--heade |
--head |
--hea )
5793 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
5794 ac_need_defaults
=false
;;
5795 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5796 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5800 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5801 Try \`$0 --help' for more information." >&5
5802 echo "$as_me: error: unrecognized option: $1
5803 Try \`$0 --help' for more information." >&2;}
5804 { (exit 1); exit 1; }; } ;;
5806 *) ac_config_targets
="$ac_config_targets $1" ;;
5812 ac_configure_extra_args
=
5814 if $ac_cs_silent; then
5816 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5820 cat >>$CONFIG_STATUS <<_ACEOF
5821 if \$ac_cs_recheck; then
5822 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5823 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5832 cat >>$CONFIG_STATUS <<\_ACEOF
5833 for ac_config_target
in $ac_config_targets
5835 case "$ac_config_target" in
5836 # Handling of arguments.
5837 "Makefile.sim" ) CONFIG_FILES
="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
5838 "Make-common.sim" ) CONFIG_FILES
="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
5839 ".gdbinit" ) CONFIG_FILES
="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
5840 "$ac_config_links_1" ) CONFIG_LINKS
="$CONFIG_LINKS $ac_config_links_1" ;;
5841 "Makefile" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
5842 "stamp-h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS stamp-h" ;;
5843 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
5844 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5845 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5846 { (exit 1); exit 1; }; };;
5850 # If the user did not use the arguments to specify the items to instantiate,
5851 # then the envvar interface is used. Set only those that are not.
5852 # We use the long form for the default assignment because of an extremely
5853 # bizarre bug on SunOS 4.1.3.
5854 if $ac_need_defaults; then
5855 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5856 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
5857 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
5858 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
5861 # Have a temporary directory for convenience. Make it in the build tree
5862 # simply because there is no reason to put it here, and in addition,
5863 # creating and moving files from /tmp can sometimes cause problems.
5864 # Create a temporary directory, and hook for its removal unless debugging.
5867 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5868 trap '{ (exit 1); exit 1; }' 1 2 13 15
5871 # Create a (secure) tmp directory for tmp files.
5874 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5875 test -n "$tmp" && test -d "$tmp"
5878 tmp
=.
/confstat$$
-$RANDOM
5879 (umask 077 && mkdir
$tmp)
5882 echo "$me: cannot create a temporary directory in ." >&2
5883 { (exit 1); exit 1; }
5888 cat >>$CONFIG_STATUS <<_ACEOF
5891 # CONFIG_FILES section.
5894 # No need to generate the scripts if there are no CONFIG_FILES.
5895 # This happens for instance when ./config.status config.h
5896 if test -n "\$CONFIG_FILES"; then
5897 # Protect against being on the right side of a sed subst in config.status.
5898 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5899 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5900 s,@SHELL@,$SHELL,;t t
5901 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5902 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5903 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5904 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5905 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5906 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5907 s,@exec_prefix@,$exec_prefix,;t t
5908 s,@prefix@,$prefix,;t t
5909 s,@program_transform_name@,$program_transform_name,;t t
5910 s,@bindir@,$bindir,;t t
5911 s,@sbindir@,$sbindir,;t t
5912 s,@libexecdir@,$libexecdir,;t t
5913 s,@datadir@,$datadir,;t t
5914 s,@sysconfdir@,$sysconfdir,;t t
5915 s,@sharedstatedir@,$sharedstatedir,;t t
5916 s,@localstatedir@,$localstatedir,;t t
5917 s,@libdir@,$libdir,;t t
5918 s,@includedir@,$includedir,;t t
5919 s,@oldincludedir@,$oldincludedir,;t t
5920 s,@infodir@,$infodir,;t t
5921 s,@mandir@,$mandir,;t t
5922 s,@build_alias@,$build_alias,;t t
5923 s,@host_alias@,$host_alias,;t t
5924 s,@target_alias@,$target_alias,;t t
5926 s,@ECHO_C@,$ECHO_C,;t t
5927 s,@ECHO_N@,$ECHO_N,;t t
5928 s,@ECHO_T@,$ECHO_T,;t t
5930 s,@sim_environment@,$sim_environment,;t t
5931 s,@sim_alignment@,$sim_alignment,;t t
5932 s,@sim_assert@,$sim_assert,;t t
5933 s,@sim_bitsize@,$sim_bitsize,;t t
5934 s,@sim_endian@,$sim_endian,;t t
5935 s,@sim_hostendian@,$sim_hostendian,;t t
5936 s,@sim_float@,$sim_float,;t t
5937 s,@sim_scache@,$sim_scache,;t t
5938 s,@sim_default_model@,$sim_default_model,;t t
5939 s,@sim_hw_cflags@,$sim_hw_cflags,;t t
5940 s,@sim_hw_objs@,$sim_hw_objs,;t t
5941 s,@sim_hw@,$sim_hw,;t t
5942 s,@sim_inline@,$sim_inline,;t t
5943 s,@sim_packages@,$sim_packages,;t t
5944 s,@sim_regparm@,$sim_regparm,;t t
5945 s,@sim_reserved_bits@,$sim_reserved_bits,;t t
5946 s,@sim_smp@,$sim_smp,;t t
5947 s,@sim_stdcall@,$sim_stdcall,;t t
5948 s,@sim_xor_endian@,$sim_xor_endian,;t t
5949 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
5950 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
5951 s,@build@,$build,;t t
5952 s,@build_cpu@,$build_cpu,;t t
5953 s,@build_vendor@,$build_vendor,;t t
5954 s,@build_os@,$build_os,;t t
5956 s,@host_cpu@,$host_cpu,;t t
5957 s,@host_vendor@,$host_vendor,;t t
5958 s,@host_os@,$host_os,;t t
5959 s,@target@,$target,;t t
5960 s,@target_cpu@,$target_cpu,;t t
5961 s,@target_vendor@,$target_vendor,;t t
5962 s,@target_os@,$target_os,;t t
5964 s,@CFLAGS@,$CFLAGS,;t t
5965 s,@LDFLAGS@,$LDFLAGS,;t t
5966 s,@CPPFLAGS@,$CPPFLAGS,;t t
5967 s,@ac_ct_CC@,$ac_ct_CC,;t t
5968 s,@EXEEXT@,$EXEEXT,;t t
5969 s,@OBJEXT@,$OBJEXT,;t t
5970 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5971 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5972 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5973 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
5974 s,@HDEFINES@,$HDEFINES,;t t
5976 s,@RANLIB@,$RANLIB,;t t
5977 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
5978 s,@USE_NLS@,$USE_NLS,;t t
5979 s,@LIBINTL@,$LIBINTL,;t t
5980 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
5981 s,@INCINTL@,$INCINTL,;t t
5982 s,@XGETTEXT@,$XGETTEXT,;t t
5983 s,@GMSGFMT@,$GMSGFMT,;t t
5984 s,@POSUB@,$POSUB,;t t
5985 s,@CATALOGS@,$CATALOGS,;t t
5986 s,@DATADIRNAME@,$DATADIRNAME,;t t
5987 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
5988 s,@GENCAT@,$GENCAT,;t t
5989 s,@CATOBJEXT@,$CATOBJEXT,;t t
5991 s,@EGREP@,$EGREP,;t t
5992 s,@MAINT@,$MAINT,;t t
5993 s,@sim_bswap@,$sim_bswap,;t t
5994 s,@sim_cflags@,$sim_cflags,;t t
5995 s,@sim_debug@,$sim_debug,;t t
5996 s,@sim_stdio@,$sim_stdio,;t t
5997 s,@sim_trace@,$sim_trace,;t t
5998 s,@sim_profile@,$sim_profile,;t t
5999 s,@PKGVERSION@,$PKGVERSION,;t t
6000 s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
6001 s,@REPORT_BUGS_TEXI@,$REPORT_BUGS_TEXI,;t t
6002 s,@CGEN_MAINT@,$CGEN_MAINT,;t t
6003 s,@cgendir@,$cgendir,;t t
6005 s,@cgen_breaks@,$cgen_breaks,;t t
6006 s,@LIBOBJS@,$LIBOBJS,;t t
6007 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6012 cat >>$CONFIG_STATUS <<\_ACEOF
6013 # Split the substitutions into bite-sized pieces for seds with
6014 # small command number limits, like on Digital OSF/1 and HP-UX.
6016 ac_sed_frag
=1 # Number of current file.
6017 ac_beg
=1 # First line for current file.
6018 ac_end
=$ac_max_sed_lines # Line after last line for current file.
6021 while $ac_more_lines; do
6022 if test $ac_beg -gt 1; then
6023 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
6025 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
6027 if test ! -s $tmp/subs.frag
; then
6030 # The purpose of the label and of the branching condition is to
6031 # speed up the sed processing (if there are no `@' at all, there
6032 # is no need to browse any of the substitutions).
6033 # These are the two extra sed commands mentioned above.
6035 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
6036 if test -z "$ac_sed_cmds"; then
6037 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
6039 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6041 ac_sed_frag
=`expr $ac_sed_frag + 1`
6043 ac_end
=`expr $ac_end + $ac_max_sed_lines`
6046 if test -z "$ac_sed_cmds"; then
6049 fi # test -n "$CONFIG_FILES"
6052 cat >>$CONFIG_STATUS <<\_ACEOF
6053 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
6054 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6056 - |
*:- |
*:-:* ) # input from stdin
6058 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6059 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6060 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6061 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6062 * ) ac_file_in
=$ac_file.
in ;;
6065 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6066 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6067 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6068 X"$ac_file" : 'X\(//\)[^/]' \| \
6069 X"$ac_file" : 'X\(//\)$' \| \
6070 X"$ac_file" : 'X\(/\)' \| \
6071 . : '\(.\)' 2>/dev/null ||
6073 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6074 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6075 /^X\(\/\/\)$/{ s//\1/; q; }
6076 /^X\(\/\).*/{ s//\1/; q; }
6078 { if $as_mkdir_p; then
6083 while test ! -d "$as_dir"; do
6084 as_dirs
="$as_dir $as_dirs"
6085 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6086 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6087 X"$as_dir" : 'X\(//\)[^/]' \| \
6088 X"$as_dir" : 'X\(//\)$' \| \
6089 X"$as_dir" : 'X\(/\)' \| \
6090 . : '\(.\)' 2>/dev/null ||
6092 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6093 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6094 /^X\(\/\/\)$/{ s//\1/; q; }
6095 /^X\(\/\).*/{ s//\1/; q; }
6098 test ! -n "$as_dirs" || mkdir
$as_dirs
6099 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6100 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6101 { (exit 1); exit 1; }; }; }
6105 if test "$ac_dir" != .
; then
6106 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6107 # A "../" for each directory in $ac_dir_suffix.
6108 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6110 ac_dir_suffix
= ac_top_builddir
=
6114 .
) # No --srcdir option. We are building in place.
6116 if test -z "$ac_top_builddir"; then
6119 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6121 [\\/]* | ?
:[\\/]* ) # Absolute path.
6122 ac_srcdir
=$srcdir$ac_dir_suffix;
6123 ac_top_srcdir
=$srcdir ;;
6125 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6126 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6129 # Do not use `cd foo && pwd` to compute absolute paths, because
6130 # the directories may not exist.
6132 .
) ac_abs_builddir
="$ac_dir";;
6135 .
) ac_abs_builddir
=`pwd`;;
6136 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6137 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6140 case $ac_abs_builddir in
6141 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6143 case ${ac_top_builddir}.
in
6144 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6145 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6146 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6149 case $ac_abs_builddir in
6150 .
) ac_abs_srcdir
=$ac_srcdir;;
6153 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6154 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6155 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6158 case $ac_abs_builddir in
6159 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6161 case $ac_top_srcdir in
6162 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6163 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6164 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6170 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
6171 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
6174 if test x
"$ac_file" != x-
; then
6175 { echo "$as_me:$LINENO: creating $ac_file" >&5
6176 echo "$as_me: creating $ac_file" >&6;}
6179 # Let's still pretend it is `configure' which instantiates (i.e., don't
6180 # use $as_me), people would be surprised to read:
6181 # /* config.h. Generated by config.status. */
6182 if test x
"$ac_file" = x-
; then
6185 configure_input
="$ac_file. "
6187 configure_input
=$configure_input"Generated from `echo $ac_file_in |
6188 sed 's,.*/,,'` by configure."
6190 # First look for the input files in the build tree, otherwise in the
6192 ac_file_inputs
=`IFS=:
6193 for f in $ac_file_in; do
6195 -) echo $tmp/stdin ;;
6197 # Absolute (can't be DOS-style, as IFS=:)
6198 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6199 echo "$as_me: error: cannot find input file: $f" >&2;}
6200 { (exit 1); exit 1; }; }
6203 if test -f "$f"; then
6206 elif test -f "$srcdir/$f"; then
6211 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6212 echo "$as_me: error: cannot find input file: $f" >&2;}
6213 { (exit 1); exit 1; }; }
6216 done` ||
{ (exit 1); exit 1; }
6218 cat >>$CONFIG_STATUS <<_ACEOF
6222 cat >>$CONFIG_STATUS <<\_ACEOF
6224 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
6225 s
,@configure_input@
,$configure_input,;t t
6226 s
,@srcdir@
,$ac_srcdir,;t t
6227 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
6228 s
,@top_srcdir@
,$ac_top_srcdir,;t t
6229 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
6230 s
,@builddir@
,$ac_builddir,;t t
6231 s
,@abs_builddir@
,$ac_abs_builddir,;t t
6232 s
,@top_builddir@
,$ac_top_builddir,;t t
6233 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
6234 s
,@INSTALL@
,$ac_INSTALL,;t t
6235 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6237 if test x"$ac_file" != x-; then
6238 mv $tmp/out $ac_file
6246 cat >>$CONFIG_STATUS <<\_ACEOF
6249 # CONFIG_HEADER section.
6252 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
6253 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6255 # ac_d sets the value in "#define NAME VALUE" lines.
6256 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6257 ac_dB
='[ ].*$,\1#\2'
6260 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6261 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6262 ac_uB
='$,\1#\2define\3'
6266 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
6267 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6269 - |
*:- |
*:-:* ) # input from stdin
6271 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6272 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6273 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6274 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6275 * ) ac_file_in
=$ac_file.
in ;;
6278 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
6279 echo "$as_me: creating $ac_file" >&6;}
6281 # First look for the input files in the build tree, otherwise in the
6283 ac_file_inputs
=`IFS=:
6284 for f in $ac_file_in; do
6286 -) echo $tmp/stdin ;;
6288 # Absolute (can't be DOS-style, as IFS=:)
6289 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6290 echo "$as_me: error: cannot find input file: $f" >&2;}
6291 { (exit 1); exit 1; }; }
6292 # Do quote $f, to prevent DOS paths from being IFS'd.
6295 if test -f "$f"; then
6298 elif test -f "$srcdir/$f"; then
6303 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6304 echo "$as_me: error: cannot find input file: $f" >&2;}
6305 { (exit 1); exit 1; }; }
6308 done` ||
{ (exit 1); exit 1; }
6309 # Remove the trailing spaces.
6310 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
6314 # Transform confdefs.h into two sed scripts, `conftest.defines' and
6315 # `conftest.undefs', that substitutes the proper values into
6316 # config.h.in to produce config.h. The first handles `#define'
6317 # templates, and the second `#undef' templates.
6318 # And first: Protect against being on the right side of a sed subst in
6319 # config.status. Protect against being in an unquoted here document
6321 rm -f conftest.defines conftest.undefs
6322 # Using a here document instead of a string reduces the quoting nightmare.
6323 # Putting comments in sed scripts is not portable.
6325 # `end' is used to avoid that the second main sed command (meant for
6326 # 0-ary CPP macros) applies to n-ary macro definitions.
6327 # See the Autoconf documentation for `clear'.
6328 cat >confdef2sed.
sed <<\_ACEOF
6333 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6335 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6338 # If some macros were called several times there might be several times
6339 # the same #defines, which is useless. Nevertheless, we may not want to
6340 # sort them, since we want the *last* AC-DEFINE to be honored.
6341 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6342 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6343 rm -f confdef2sed.sed
6345 # This sed command replaces #undef with comments. This is necessary, for
6346 # example, in the case of _POSIX_SOURCE, which is predefined and required
6347 # on some systems where configure will not decide to define it.
6348 cat >>conftest.undefs <<\_ACEOF
6349 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6352 # Break up conftest.defines because some shells have a limit on the size
6353 # of here documents, and old seds have small limits too (100 cmds).
6354 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6355 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6356 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6357 echo ' :' >>$CONFIG_STATUS
6359 while grep . conftest.defines >/dev/null
6361 # Write a limited-size here document to $tmp/defines.sed.
6362 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6363 # Speed up: don't consider the non `#define' lines.
6364 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6365 # Work around the forget-to-reset-the-flag bug.
6366 echo 't clr' >>$CONFIG_STATUS
6367 echo ': clr' >>$CONFIG_STATUS
6368 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
6370 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6374 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
6375 rm -f conftest.defines
6376 mv conftest.
tail conftest.defines
6378 rm -f conftest.defines
6379 echo ' fi # grep' >>$CONFIG_STATUS
6380 echo >>$CONFIG_STATUS
6382 # Break up conftest.undefs because some shells have a limit on the size
6383 # of here documents, and old seds have small limits too (100 cmds).
6384 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
6386 while grep . conftest.undefs
>/dev
/null
6388 # Write a limited-size here document to $tmp/undefs.sed.
6389 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6390 # Speed up: don't consider the non
`#undef'
6391 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6392 # Work around the forget-to-reset-the-flag bug.
6393 echo 't clr' >>$CONFIG_STATUS
6394 echo ': clr' >>$CONFIG_STATUS
6395 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6397 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6401 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6402 rm -f conftest.undefs
6403 mv conftest.tail conftest.undefs
6405 rm -f conftest.undefs
6407 cat >>$CONFIG_STATUS <<\_ACEOF
6408 # Let's still pretend it is `configure
' which instantiates (i.e., don't
6409 # use $as_me), people would be surprised to read:
6410 # /* config.h. Generated by config.status. */
6411 if test x
"$ac_file" = x-
; then
6412 echo "/* Generated by configure. */" >$tmp/config.h
6414 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6416 cat $tmp/in >>$tmp/config.h
6418 if test x
"$ac_file" != x-
; then
6419 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
6420 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6421 echo "$as_me: $ac_file is unchanged" >&6;}
6423 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6424 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6425 X"$ac_file" : 'X\(//\)[^/]' \| \
6426 X"$ac_file" : 'X\(//\)$' \| \
6427 X"$ac_file" : 'X\(/\)' \| \
6428 . : '\(.\)' 2>/dev/null ||
6430 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6431 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6432 /^X\(\/\/\)$/{ s//\1/; q; }
6433 /^X\(\/\).*/{ s//\1/; q; }
6435 { if $as_mkdir_p; then
6440 while test ! -d "$as_dir"; do
6441 as_dirs
="$as_dir $as_dirs"
6442 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6443 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6444 X"$as_dir" : 'X\(//\)[^/]' \| \
6445 X"$as_dir" : 'X\(//\)$' \| \
6446 X"$as_dir" : 'X\(/\)' \| \
6447 . : '\(.\)' 2>/dev/null ||
6449 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6450 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6451 /^X\(\/\/\)$/{ s//\1/; q; }
6452 /^X\(\/\).*/{ s//\1/; q; }
6455 test ! -n "$as_dirs" || mkdir
$as_dirs
6456 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6457 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6458 { (exit 1); exit 1; }; }; }
6461 mv $tmp/config.h
$ac_file
6469 cat >>$CONFIG_STATUS <<\_ACEOF
6472 # CONFIG_LINKS section.
6475 for ac_file
in : $CONFIG_LINKS; do test "x$ac_file" = x
: && continue
6476 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6477 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6479 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
6480 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
6482 if test ! -r $srcdir/$ac_source; then
6483 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
6484 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
6485 { (exit 1); exit 1; }; }
6489 # Make relative symlinks.
6490 ac_dest_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6491 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6492 X"$ac_dest" : 'X\(//\)[^/]' \| \
6493 X"$ac_dest" : 'X\(//\)$' \| \
6494 X"$ac_dest" : 'X\(/\)' \| \
6495 . : '\(.\)' 2>/dev/null ||
6497 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6498 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6499 /^X\(\/\/\)$/{ s//\1/; q; }
6500 /^X\(\/\).*/{ s//\1/; q; }
6502 { if $as_mkdir_p; then
6503 mkdir
-p "$ac_dest_dir"
6505 as_dir
="$ac_dest_dir"
6507 while test ! -d "$as_dir"; do
6508 as_dirs
="$as_dir $as_dirs"
6509 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6510 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6511 X"$as_dir" : 'X\(//\)[^/]' \| \
6512 X"$as_dir" : 'X\(//\)$' \| \
6513 X"$as_dir" : 'X\(/\)' \| \
6514 . : '\(.\)' 2>/dev/null ||
6516 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6517 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6518 /^X\(\/\/\)$/{ s//\1/; q; }
6519 /^X\(\/\).*/{ s//\1/; q; }
6522 test ! -n "$as_dirs" || mkdir
$as_dirs
6523 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
6524 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
6525 { (exit 1); exit 1; }; }; }
6529 if test "$ac_dest_dir" != .
; then
6530 ac_dir_suffix
=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
6531 # A "../" for each directory in $ac_dir_suffix.
6532 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6534 ac_dir_suffix
= ac_top_builddir
=
6538 .
) # No --srcdir option. We are building in place.
6540 if test -z "$ac_top_builddir"; then
6543 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6545 [\\/]* | ?
:[\\/]* ) # Absolute path.
6546 ac_srcdir
=$srcdir$ac_dir_suffix;
6547 ac_top_srcdir
=$srcdir ;;
6549 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6550 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6553 # Do not use `cd foo && pwd` to compute absolute paths, because
6554 # the directories may not exist.
6556 .
) ac_abs_builddir
="$ac_dest_dir";;
6558 case "$ac_dest_dir" in
6559 .
) ac_abs_builddir
=`pwd`;;
6560 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dest_dir";;
6561 *) ac_abs_builddir
=`pwd`/"$ac_dest_dir";;
6564 case $ac_abs_builddir in
6565 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6567 case ${ac_top_builddir}.
in
6568 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6569 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6570 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6573 case $ac_abs_builddir in
6574 .
) ac_abs_srcdir
=$ac_srcdir;;
6577 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6578 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6579 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6582 case $ac_abs_builddir in
6583 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6585 case $ac_top_srcdir in
6586 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6587 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6588 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6594 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$srcdir/$ac_source ;;
6595 *) ac_rel_source
=$ac_top_builddir$srcdir/$ac_source ;;
6598 # Try a symlink, then a hard link, then a copy.
6599 ln -s $ac_rel_source $ac_dest 2>/dev
/null ||
6600 ln $srcdir/$ac_source $ac_dest 2>/dev
/null ||
6601 cp -p $srcdir/$ac_source $ac_dest ||
6602 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
6603 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
6604 { (exit 1); exit 1; }; }
6607 cat >>$CONFIG_STATUS <<\_ACEOF
6610 # CONFIG_COMMANDS section.
6612 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
6613 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6614 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6615 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6616 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6617 X"$ac_dest" : 'X\(//\)[^/]' \| \
6618 X"$ac_dest" : 'X\(//\)$' \| \
6619 X"$ac_dest" : 'X\(/\)' \| \
6620 . : '\(.\)' 2>/dev/null ||
6622 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6623 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6624 /^X\(\/\/\)$/{ s//\1/; q; }
6625 /^X\(\/\).*/{ s//\1/; q; }
6627 { if $as_mkdir_p; then
6632 while test ! -d "$as_dir"; do
6633 as_dirs
="$as_dir $as_dirs"
6634 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6635 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6636 X"$as_dir" : 'X\(//\)[^/]' \| \
6637 X"$as_dir" : 'X\(//\)$' \| \
6638 X"$as_dir" : 'X\(/\)' \| \
6639 . : '\(.\)' 2>/dev/null ||
6641 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6642 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6643 /^X\(\/\/\)$/{ s//\1/; q; }
6644 /^X\(\/\).*/{ s//\1/; q; }
6647 test ! -n "$as_dirs" || mkdir
$as_dirs
6648 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6649 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6650 { (exit 1); exit 1; }; }; }
6654 if test "$ac_dir" != .
; then
6655 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6656 # A "../" for each directory in $ac_dir_suffix.
6657 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6659 ac_dir_suffix
= ac_top_builddir
=
6663 .
) # No --srcdir option. We are building in place.
6665 if test -z "$ac_top_builddir"; then
6668 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6670 [\\/]* | ?
:[\\/]* ) # Absolute path.
6671 ac_srcdir
=$srcdir$ac_dir_suffix;
6672 ac_top_srcdir
=$srcdir ;;
6674 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6675 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6678 # Do not use `cd foo && pwd` to compute absolute paths, because
6679 # the directories may not exist.
6681 .
) ac_abs_builddir
="$ac_dir";;
6684 .
) ac_abs_builddir
=`pwd`;;
6685 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6686 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6689 case $ac_abs_builddir in
6690 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6692 case ${ac_top_builddir}.
in
6693 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6694 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6695 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6698 case $ac_abs_builddir in
6699 .
) ac_abs_srcdir
=$ac_srcdir;;
6702 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6703 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6704 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6707 case $ac_abs_builddir in
6708 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6710 case $ac_top_srcdir in
6711 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6712 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6713 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6718 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6719 echo "$as_me: executing $ac_dest commands" >&6;}
6721 Makefile
) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6722 rm -f Makesim1.tmp Makesim2.tmp Makefile
6723 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim
>Makesim1.tmp
6724 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim
>Makesim2.tmp
6725 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
6726 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6727 <Makefile.sim
>Makefile
6728 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
6730 stamp-h
) echo > stamp-h
;;
6735 cat >>$CONFIG_STATUS <<\_ACEOF
6737 { (exit 0); exit 0; }
6739 chmod +x
$CONFIG_STATUS
6740 ac_clean_files
=$ac_clean_files_save
6743 # configure is writing to config.log, and then calls config.status.
6744 # config.status does its own redirection, appending to config.log.
6745 # Unfortunately, on DOS this fails, as config.log is still kept open
6746 # by configure, so config.status won't be able to write to it; its
6747 # output is simply discarded. So we exec the FD to /dev/null,
6748 # effectively closing config.log, so it can be properly (re)opened and
6749 # appended to by config.status. When coming back to configure, we
6750 # need to make the FD available again.
6751 if test "$no_create" != yes; then
6753 ac_config_status_args
=
6754 test "$silent" = yes &&
6755 ac_config_status_args
="$ac_config_status_args --quiet"
6757 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
6759 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6760 # would make configure fail if this is the last instruction.
6761 $ac_cs_success ||
{ (exit 1); exit 1; }