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='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 SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC_FOR_BUILD HDEFINES AR RANLIB ac_ct_RANLIB SET_MAKE CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINT sim_bswap sim_cflags sim_debug sim_stdio sim_trace sim_profile CGEN_MAINT cgendir cgen sim_trapdump 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 --disable-nls do not use Native Language Support
854 --enable-maintainer-mode Enable developer functionality.
855 --enable-sim-bswap Use Host specific BSWAP instruction.
856 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
857 --enable-sim-debug=opts Enable debugging flags
858 --enable-sim-stdio Specify whether to use stdio for console input/output.
859 --enable-sim-trace=opts Enable tracing flags
860 --enable-sim-profile=opts Enable profiling flags
861 --enable-sim-endian=endian Specify target byte endian orientation.
862 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
863 --enable-sim-hostendian=end Specify host byte endian orientation.
864 --enable-sim-scache=size Specify simulator execution cache size.
865 --enable-sim-default-model=model Specify default model to simulate.
866 --enable-sim-environment=environment Specify mixed, user, virtual or operating environment.
867 --enable-cgen-maint=DIR build cgen generated files
868 --enable-sim-trapdump Make unknown traps dump the registers
871 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
872 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
873 --with-included-gettext use the GNU gettext library included here
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
1324 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1325 if test -f $ac_dir/install-sh; then
1327 ac_install_sh="$ac_aux_dir/install-sh -c"
1329 elif test -f $ac_dir/install.sh; then
1331 ac_install_sh="$ac_aux_dir/install.sh -c"
1333 elif test -f $ac_dir/shtool; then
1335 ac_install_sh="$ac_aux_dir/shtool install -c"
1339 if test -z "$ac_aux_dir"; then
1340 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1341 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1342 { (exit 1); exit 1; }; }
1344 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1345 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1346 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1348 # Make sure we can run config.sub.
1349 $ac_config_sub sun4 >/dev/null 2>&1 ||
1350 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1351 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1352 { (exit 1); exit 1; }; }
1354 echo "$as_me:$LINENO: checking build system type" >&5
1355 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1356 if test "${ac_cv_build+set}" = set; then
1357 echo $ECHO_N "(cached) $ECHO_C" >&6
1359 ac_cv_build_alias=$build_alias
1360 test -z "$ac_cv_build_alias" &&
1361 ac_cv_build_alias=`$ac_config_guess`
1362 test -z "$ac_cv_build_alias" &&
1363 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1364 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1365 { (exit 1); exit 1; }; }
1366 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1367 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1368 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1369 { (exit 1); exit 1; }; }
1372 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1373 echo "${ECHO_T}$ac_cv_build" >&6
1375 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1376 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1377 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1380 echo "$as_me:$LINENO: checking host system type" >&5
1381 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1382 if test "${ac_cv_host+set}" = set; then
1383 echo $ECHO_N "(cached) $ECHO_C" >&6
1385 ac_cv_host_alias=$host_alias
1386 test -z "$ac_cv_host_alias" &&
1387 ac_cv_host_alias=$ac_cv_build_alias
1388 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1389 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1390 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1391 { (exit 1); exit 1; }; }
1394 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1395 echo "${ECHO_T}$ac_cv_host" >&6
1397 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1398 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1399 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1402 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1403 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1404 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1405 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1406 echo $ECHO_N "(cached) $ECHO_C" >&6
1408 cat >conftest.make <<\_ACEOF
1410 @echo 'ac_maketemp="$(MAKE)"'
1412 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1413 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1414 if test -n "$ac_maketemp"; then
1415 eval ac_cv_prog_make_${ac_make}_set=yes
1417 eval ac_cv_prog_make_${ac_make}_set=no
1421 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1422 echo "$as_me:$LINENO: result: yes" >&5
1423 echo "${ECHO_T}yes" >&6
1426 echo "$as_me:$LINENO: result: no" >&5
1427 echo "${ECHO_T}no" >&6
1428 SET_MAKE="MAKE=${MAKE-make}"
1432 echo "$as_me:$LINENO: checking for library containing strerror" >&5
1433 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
1434 if test "${ac_cv_search_strerror+set}" = set; then
1435 echo $ECHO_N "(cached) $ECHO_C" >&6
1437 ac_func_search_save_LIBS=$LIBS
1438 ac_cv_search_strerror=no
1439 cat >conftest.$ac_ext <<_ACEOF
1442 cat confdefs.h >>conftest.$ac_ext
1443 cat >>conftest.$ac_ext <<_ACEOF
1444 /* end confdefs.h. */
1446 /* Override any gcc2 internal prototype to avoid an error. */
1450 /* We use char because int might match the return type of a gcc2
1451 builtin and then its argument prototype would still apply. */
1461 rm -f conftest.$ac_objext conftest$ac_exeext
1462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1463 (eval $ac_link) 2>conftest.er1
1465 grep -v '^ *+' conftest.er1 >conftest.err
1467 cat conftest.err >&5
1468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1469 (exit $ac_status); } &&
1470 { ac_try='test -z "$ac_c_werror_flag"
1471 || test ! -s conftest.err'
1472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1476 (exit $ac_status); }; } &&
1477 { ac_try='test -s conftest$ac_exeext'
1478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1482 (exit $ac_status); }; }; then
1483 ac_cv_search_strerror="none required"
1485 echo "$as_me: failed program was:" >&5
1486 sed 's/^/| /' conftest.$ac_ext >&5
1489 rm -f conftest.err conftest.$ac_objext \
1490 conftest$ac_exeext conftest.$ac_ext
1491 if test "$ac_cv_search_strerror" = no; then
1492 for ac_lib in cposix; do
1493 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1494 cat >conftest.$ac_ext <<_ACEOF
1497 cat confdefs.h >>conftest.$ac_ext
1498 cat >>conftest.$ac_ext <<_ACEOF
1499 /* end confdefs.h. */
1501 /* Override any gcc2 internal prototype to avoid an error. */
1505 /* We use char because int might match the return type of a gcc2
1506 builtin and then its argument prototype would still apply. */
1516 rm -f conftest.$ac_objext conftest$ac_exeext
1517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1518 (eval $ac_link) 2>conftest.er1
1520 grep -v '^ *+' conftest.er1 >conftest.err
1522 cat conftest.err >&5
1523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1524 (exit $ac_status); } &&
1525 { ac_try='test -z "$ac_c_werror_flag"
1526 || test ! -s conftest.err'
1527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1531 (exit $ac_status); }; } &&
1532 { ac_try='test -s conftest$ac_exeext'
1533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1537 (exit $ac_status); }; }; then
1538 ac_cv_search_strerror="-l$ac_lib"
1541 echo "$as_me: failed program was:" >&5
1542 sed 's/^/| /' conftest.$ac_ext >&5
1545 rm -f conftest.err conftest.$ac_objext \
1546 conftest$ac_exeext conftest.$ac_ext
1549 LIBS=$ac_func_search_save_LIBS
1551 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
1552 echo "${ECHO_T}$ac_cv_search_strerror" >&6
1553 if test "$ac_cv_search_strerror" != no; then
1554 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
1559 ac_cpp='$CPP $CPPFLAGS'
1560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1563 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
1564 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1565 # On Suns, sometimes $CPP names a directory.
1566 if test -n "$CPP" && test -d "$CPP"; then
1569 if test -z "$CPP"; then
1570 if test "${ac_cv_prog_CPP+set}" = set; then
1571 echo $ECHO_N "(cached) $ECHO_C" >&6
1573 # Double quotes because CPP needs to be expanded
1574 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
1577 for ac_c_preproc_warn_flag in '' yes
1579 # Use a header file that comes with gcc, so configuring glibc
1580 # with a fresh cross-compiler works.
1581 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1582 # <limits.h> exists even on freestanding compilers.
1583 # On the NeXT, cc -E runs the code through the compiler's parser,
1584 # not just through cpp. "Syntax error" is here to catch this case.
1585 cat >conftest.$ac_ext <<_ACEOF
1588 cat confdefs.h >>conftest.$ac_ext
1589 cat >>conftest.$ac_ext <<_ACEOF
1590 /* end confdefs.h. */
1592 # include <limits.h>
1594 # include <assert.h>
1598 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1599 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1601 grep -v '^ *+' conftest.er1 >conftest.err
1603 cat conftest.err >&5
1604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1605 (exit $ac_status); } >/dev/null; then
1606 if test -s conftest.err; then
1607 ac_cpp_err=$ac_c_preproc_warn_flag
1608 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1615 if test -z "$ac_cpp_err"; then
1618 echo "$as_me: failed program was:" >&5
1619 sed 's/^/| /' conftest.$ac_ext >&5
1621 # Broken: fails on valid input.
1624 rm -f conftest.err conftest.$ac_ext
1626 # OK, works on sane cases. Now check whether non-existent headers
1627 # can be detected and how.
1628 cat >conftest.$ac_ext <<_ACEOF
1631 cat confdefs.h >>conftest.$ac_ext
1632 cat >>conftest.$ac_ext <<_ACEOF
1633 /* end confdefs.h. */
1634 #include <ac_nonexistent.h>
1636 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1637 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1639 grep -v '^ *+' conftest.er1 >conftest.err
1641 cat conftest.err >&5
1642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1643 (exit $ac_status); } >/dev/null; then
1644 if test -s conftest.err; then
1645 ac_cpp_err=$ac_c_preproc_warn_flag
1646 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1653 if test -z "$ac_cpp_err"; then
1654 # Broken: success on invalid input.
1657 echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
1660 # Passes both tests.
1664 rm -f conftest.err conftest.$ac_ext
1667 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
1668 rm -f conftest.err conftest.$ac_ext
1669 if $ac_preproc_ok; then
1681 echo "$as_me:$LINENO: result: $CPP" >&5
1682 echo "${ECHO_T}$CPP" >&6
1684 for ac_c_preproc_warn_flag in '' yes
1686 # Use a header file that comes with gcc, so configuring glibc
1687 # with a fresh cross-compiler works.
1688 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1689 # <limits.h> exists even on freestanding compilers.
1690 # On the NeXT, cc -E runs the code through the compiler's parser,
1691 # not just through cpp. "Syntax error" is here to catch this case.
1692 cat >conftest.$ac_ext <<_ACEOF
1695 cat confdefs.h >>conftest.$ac_ext
1696 cat >>conftest.$ac_ext <<_ACEOF
1697 /* end confdefs.h. */
1699 # include <limits.h>
1701 # include <assert.h>
1705 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1706 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1708 grep -v '^ *+' conftest.er1 >conftest.err
1710 cat conftest.err >&5
1711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1712 (exit $ac_status); } >/dev/null; then
1713 if test -s conftest.err; then
1714 ac_cpp_err=$ac_c_preproc_warn_flag
1715 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1722 if test -z "$ac_cpp_err"; then
1725 echo "$as_me: failed program was:" >&5
1726 sed 's/^/| /' conftest.$ac_ext >&5
1728 # Broken: fails on valid input.
1731 rm -f conftest.err conftest.$ac_ext
1733 # OK, works on sane cases. Now check whether non-existent headers
1734 # can be detected and how.
1735 cat >conftest.$ac_ext <<_ACEOF
1738 cat confdefs.h >>conftest.$ac_ext
1739 cat >>conftest.$ac_ext <<_ACEOF
1740 /* end confdefs.h. */
1741 #include <ac_nonexistent.h>
1743 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
1744 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
1746 grep -v '^ *+' conftest.er1 >conftest.err
1748 cat conftest.err >&5
1749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1750 (exit $ac_status); } >/dev/null; then
1751 if test -s conftest.err; then
1752 ac_cpp_err=$ac_c_preproc_warn_flag
1753 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
1760 if test -z "$ac_cpp_err"; then
1761 # Broken: success on invalid input.
1764 echo "$as_me: failed program was:" >&5
1765 sed 's/^/| /' conftest.$ac_ext >&5
1767 # Passes both tests.
1771 rm -f conftest.err conftest.$ac_ext
1774 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
1775 rm -f conftest.err conftest.$ac_ext
1776 if $ac_preproc_ok; then
1779 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
1780 See \`config.log' for more details." >&5
1781 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
1782 See \`config.log' for more details." >&2;}
1783 { (exit 1); exit 1; }; }
1787 ac_cpp='$CPP $CPPFLAGS'
1788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1790 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1793 echo "$as_me:$LINENO: checking for egrep" >&5
1794 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
1795 if test "${ac_cv_prog_egrep+set}" = set; then
1796 echo $ECHO_N "(cached) $ECHO_C" >&6
1798 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1799 then ac_cv_prog_egrep='grep -E'
1800 else ac_cv_prog_egrep='egrep'
1803 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
1804 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
1805 EGREP=$ac_cv_prog_egrep
1808 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
1809 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
1810 if test "${ac_cv_header_stdc+set}" = set; then
1811 echo $ECHO_N "(cached) $ECHO_C" >&6
1813 cat >conftest.$ac_ext <<_ACEOF
1816 cat confdefs.h >>conftest.$ac_ext
1817 cat >>conftest.$ac_ext <<_ACEOF
1818 /* end confdefs.h. */
1832 rm -f conftest.$ac_objext
1833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1834 (eval $ac_compile) 2>conftest.er1
1836 grep -v '^ *+' conftest.er1 >conftest.err
1838 cat conftest.err >&5
1839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1840 (exit $ac_status); } &&
1841 { ac_try='test -z "$ac_c_werror_flag"
1842 || test ! -s conftest.err'
1843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1847 (exit $ac_status); }; } &&
1848 { ac_try='test -s conftest.$ac_objext'
1849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1853 (exit $ac_status); }; }; then
1854 ac_cv_header_stdc=yes
1856 echo "$as_me: failed program was:" >&5
1857 sed 's/^/| /' conftest.$ac_ext >&5
1859 ac_cv_header_stdc=no
1861 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1863 if test $ac_cv_header_stdc = yes; then
1864 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1865 cat >conftest.$ac_ext <<_ACEOF
1868 cat confdefs.h >>conftest.$ac_ext
1869 cat >>conftest.$ac_ext <<_ACEOF
1870 /* end confdefs.h. */
1874 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1875 $EGREP "memchr" >/dev/null 2>&1; then
1878 ac_cv_header_stdc=no
1884 if test $ac_cv_header_stdc = yes; then
1885 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1886 cat >conftest.$ac_ext <<_ACEOF
1889 cat confdefs.h >>conftest.$ac_ext
1890 cat >>conftest.$ac_ext <<_ACEOF
1891 /* end confdefs.h. */
1895 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1896 $EGREP "free" >/dev/null 2>&1; then
1899 ac_cv_header_stdc=no
1905 if test $ac_cv_header_stdc = yes; then
1906 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1907 if test "$cross_compiling" = yes; then
1910 cat >conftest.$ac_ext <<_ACEOF
1913 cat confdefs.h >>conftest.$ac_ext
1914 cat >>conftest.$ac_ext <<_ACEOF
1915 /* end confdefs.h. */
1917 #if ((' ' & 0x0FF) == 0x020)
1918 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1919 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1921 # define ISLOWER(c) \
1922 (('a' <= (c) && (c) <= 'i') \
1923 || ('j' <= (c) && (c) <= 'r') \
1924 || ('s' <= (c) && (c) <= 'z'))
1925 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
1928 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1933 for (i = 0; i < 256; i++)
1934 if (XOR (islower (i), ISLOWER (i))
1935 || toupper (i) != TOUPPER (i))
1940 rm -f conftest$ac_exeext
1941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1942 (eval $ac_link) 2>&5
1944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
1946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1950 (exit $ac_status); }; }; then
1953 echo "$as_me: program exited with status $ac_status" >&5
1954 echo "$as_me: failed program was:" >&5
1955 sed 's/^/| /' conftest.$ac_ext >&5
1958 ac_cv_header_stdc=no
1960 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1964 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
1965 echo "${ECHO_T}$ac_cv_header_stdc" >&6
1966 if test $ac_cv_header_stdc = yes; then
1968 cat >>confdefs.h <<\_ACEOF
1969 #define STDC_HEADERS 1
1974 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
1975 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
1976 if test "${ac_cv_c_const+set}" = set; then
1977 echo $ECHO_N "(cached) $ECHO_C" >&6
1979 cat >conftest.$ac_ext <<_ACEOF
1982 cat confdefs.h >>conftest.$ac_ext
1983 cat >>conftest.$ac_ext <<_ACEOF
1984 /* end confdefs.h. */
1989 /* FIXME: Include the comments suggested by Paul. */
1991 /* Ultrix mips cc rejects this. */
1992 typedef int charset[2];
1994 /* SunOS 4.1.1 cc rejects this. */
1995 char const *const *ccp;
1997 /* NEC SVR4.0.2 mips cc rejects this. */
1998 struct point {int x, y;};
1999 static struct point const zero = {0,0};
2000 /* AIX XL C 1.02.0.0 rejects this.
2001 It does not let you subtract one const X* pointer from another in
2002 an arm of an if-expression whose if-part is not a constant
2004 const char *g = "string";
2005 ccp = &g + (g ? g-g : 0);
2006 /* HPUX 7.0 cc rejects these. */
2009 ccp = (char const *const *) p;
2010 { /* SCO 3.2v4 cc rejects this. */
2012 char const *s = 0 ? (char *) 0 : (char const *) 0;
2016 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
2018 const int *foo = &x[0];
2021 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2022 typedef const int *iptr;
2026 { /* AIX XL C 1.02.0.0 rejects this saying
2027 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2028 struct s { int j; const int *ap[3]; };
2029 struct s *b; b->j = 5;
2031 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2040 rm -f conftest.$ac_objext
2041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2042 (eval $ac_compile) 2>conftest.er1
2044 grep -v '^ *+' conftest.er1 >conftest.err
2046 cat conftest.err >&5
2047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2048 (exit $ac_status); } &&
2049 { ac_try='test -z "$ac_c_werror_flag"
2050 || test ! -s conftest.err'
2051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055 (exit $ac_status); }; } &&
2056 { ac_try='test -s conftest.$ac_objext'
2057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2061 (exit $ac_status); }; }; then
2064 echo "$as_me: failed program was:" >&5
2065 sed 's/^/| /' conftest.$ac_ext >&5
2069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2071 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
2072 echo "${ECHO_T}$ac_cv_c_const" >&6
2073 if test $ac_cv_c_const = no; then
2075 cat >>confdefs.h <<\_ACEOF
2081 echo "$as_me:$LINENO: checking for inline" >&5
2082 echo $ECHO_N "checking for inline... $ECHO_C" >&6
2083 if test "${ac_cv_c_inline+set}" = set; then
2084 echo $ECHO_N "(cached) $ECHO_C" >&6
2087 for ac_kw in inline __inline__ __inline; do
2088 cat >conftest.$ac_ext <<_ACEOF
2091 cat confdefs.h >>conftest.$ac_ext
2092 cat >>conftest.$ac_ext <<_ACEOF
2093 /* end confdefs.h. */
2096 static $ac_kw foo_t static_foo () {return 0; }
2097 $ac_kw foo_t foo () {return 0; }
2101 rm -f conftest.$ac_objext
2102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2103 (eval $ac_compile) 2>conftest.er1
2105 grep -v '^ *+' conftest.er1 >conftest.err
2107 cat conftest.err >&5
2108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2109 (exit $ac_status); } &&
2110 { ac_try='test -z "$ac_c_werror_flag"
2111 || test ! -s conftest.err'
2112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2116 (exit $ac_status); }; } &&
2117 { ac_try='test -s conftest.$ac_objext'
2118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2122 (exit $ac_status); }; }; then
2123 ac_cv_c_inline=$ac_kw; break
2125 echo "$as_me: failed program was:" >&5
2126 sed 's/^/| /' conftest.$ac_ext >&5
2129 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2133 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
2134 echo "${ECHO_T}$ac_cv_c_inline" >&6
2137 case $ac_cv_c_inline in
2140 case $ac_cv_c_inline in
2142 *) ac_val=$ac_cv_c_inline;;
2144 cat >>confdefs.h <<_ACEOF
2146 #define inline $ac_val
2152 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
2162 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
2163 inttypes.h stdint.h unistd.h
2165 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2166 echo "$as_me:$LINENO: checking for $ac_header" >&5
2167 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2168 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2169 echo $ECHO_N "(cached) $ECHO_C" >&6
2171 cat >conftest.$ac_ext <<_ACEOF
2174 cat confdefs.h >>conftest.$ac_ext
2175 cat >>conftest.$ac_ext <<_ACEOF
2176 /* end confdefs.h. */
2177 $ac_includes_default
2179 #include <$ac_header>
2181 rm -f conftest.$ac_objext
2182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2183 (eval $ac_compile) 2>conftest.er1
2185 grep -v '^ *+' conftest.er1 >conftest.err
2187 cat conftest.err >&5
2188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2189 (exit $ac_status); } &&
2190 { ac_try='test -z "$ac_c_werror_flag"
2191 || test ! -s conftest.err'
2192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196 (exit $ac_status); }; } &&
2197 { ac_try='test -s conftest.$ac_objext'
2198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2202 (exit $ac_status); }; }; then
2203 eval "$as_ac_Header=yes"
2205 echo "$as_me: failed program was:" >&5
2206 sed 's/^/| /' conftest.$ac_ext >&5
2208 eval "$as_ac_Header=no"
2210 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2212 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2213 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2214 if test `eval echo '${'$as_ac_Header'}'` = yes; then
2215 cat >>confdefs.h <<_ACEOF
2216 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2224 echo "$as_me:$LINENO: checking for off_t" >&5
2225 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
2226 if test "${ac_cv_type_off_t+set}" = set; then
2227 echo $ECHO_N "(cached) $ECHO_C" >&6
2229 cat >conftest.$ac_ext <<_ACEOF
2232 cat confdefs.h >>conftest.$ac_ext
2233 cat >>conftest.$ac_ext <<_ACEOF
2234 /* end confdefs.h. */
2235 $ac_includes_default
2247 rm -f conftest.$ac_objext
2248 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2249 (eval $ac_compile) 2>conftest.er1
2251 grep -v '^ *+' conftest.er1 >conftest.err
2253 cat conftest.err >&5
2254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2255 (exit $ac_status); } &&
2256 { ac_try='test -z "$ac_c_werror_flag"
2257 || test ! -s conftest.err'
2258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2262 (exit $ac_status); }; } &&
2263 { ac_try='test -s conftest.$ac_objext'
2264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2268 (exit $ac_status); }; }; then
2269 ac_cv_type_off_t=yes
2271 echo "$as_me: failed program was:" >&5
2272 sed 's/^/| /' conftest.$ac_ext >&5
2276 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2278 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
2279 echo "${ECHO_T}$ac_cv_type_off_t" >&6
2280 if test $ac_cv_type_off_t = yes; then
2284 cat >>confdefs.h <<_ACEOF
2290 echo "$as_me:$LINENO: checking for size_t" >&5
2291 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
2292 if test "${ac_cv_type_size_t+set}" = set; then
2293 echo $ECHO_N "(cached) $ECHO_C" >&6
2295 cat >conftest.$ac_ext <<_ACEOF
2298 cat confdefs.h >>conftest.$ac_ext
2299 cat >>conftest.$ac_ext <<_ACEOF
2300 /* end confdefs.h. */
2301 $ac_includes_default
2307 if (sizeof (size_t))
2313 rm -f conftest.$ac_objext
2314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2315 (eval $ac_compile) 2>conftest.er1
2317 grep -v '^ *+' conftest.er1 >conftest.err
2319 cat conftest.err >&5
2320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2321 (exit $ac_status); } &&
2322 { ac_try='test -z "$ac_c_werror_flag"
2323 || test ! -s conftest.err'
2324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2328 (exit $ac_status); }; } &&
2329 { ac_try='test -s conftest.$ac_objext'
2330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2334 (exit $ac_status); }; }; then
2335 ac_cv_type_size_t=yes
2337 echo "$as_me: failed program was:" >&5
2338 sed 's/^/| /' conftest.$ac_ext >&5
2340 ac_cv_type_size_t=no
2342 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2344 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
2345 echo "${ECHO_T}$ac_cv_type_size_t" >&6
2346 if test $ac_cv_type_size_t = yes; then
2350 cat >>confdefs.h <<_ACEOF
2351 #define size_t unsigned
2356 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2357 # for constant arguments. Useless!
2358 echo "$as_me:$LINENO: checking for working alloca.h" >&5
2359 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
2360 if test "${ac_cv_working_alloca_h+set}" = set; then
2361 echo $ECHO_N "(cached) $ECHO_C" >&6
2363 cat >conftest.$ac_ext <<_ACEOF
2366 cat confdefs.h >>conftest.$ac_ext
2367 cat >>conftest.$ac_ext <<_ACEOF
2368 /* end confdefs.h. */
2373 char *p = (char *) alloca (2 * sizeof (int));
2378 rm -f conftest.$ac_objext conftest$ac_exeext
2379 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2380 (eval $ac_link) 2>conftest.er1
2382 grep -v '^ *+' conftest.er1 >conftest.err
2384 cat conftest.err >&5
2385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2386 (exit $ac_status); } &&
2387 { ac_try='test -z "$ac_c_werror_flag"
2388 || test ! -s conftest.err'
2389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2393 (exit $ac_status); }; } &&
2394 { ac_try='test -s conftest$ac_exeext'
2395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2399 (exit $ac_status); }; }; then
2400 ac_cv_working_alloca_h=yes
2402 echo "$as_me: failed program was:" >&5
2403 sed 's/^/| /' conftest.$ac_ext >&5
2405 ac_cv_working_alloca_h=no
2407 rm -f conftest.err conftest.$ac_objext \
2408 conftest$ac_exeext conftest.$ac_ext
2410 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
2411 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
2412 if test $ac_cv_working_alloca_h = yes; then
2414 cat >>confdefs.h <<\_ACEOF
2415 #define HAVE_ALLOCA_H 1
2420 echo "$as_me:$LINENO: checking for alloca" >&5
2421 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
2422 if test "${ac_cv_func_alloca_works+set}" = set; then
2423 echo $ECHO_N "(cached) $ECHO_C" >&6
2425 cat >conftest.$ac_ext <<_ACEOF
2428 cat confdefs.h >>conftest.$ac_ext
2429 cat >>conftest.$ac_ext <<_ACEOF
2430 /* end confdefs.h. */
2432 # define alloca __builtin_alloca
2435 # include <malloc.h>
2436 # define alloca _alloca
2439 # include <alloca.h>
2444 # ifndef alloca /* predefined by HP cc +Olibcalls */
2455 char *p = (char *) alloca (1);
2460 rm -f conftest.$ac_objext conftest$ac_exeext
2461 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2462 (eval $ac_link) 2>conftest.er1
2464 grep -v '^ *+' conftest.er1 >conftest.err
2466 cat conftest.err >&5
2467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468 (exit $ac_status); } &&
2469 { ac_try='test -z "$ac_c_werror_flag"
2470 || test ! -s conftest.err'
2471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475 (exit $ac_status); }; } &&
2476 { ac_try='test -s conftest$ac_exeext'
2477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2481 (exit $ac_status); }; }; then
2482 ac_cv_func_alloca_works=yes
2484 echo "$as_me: failed program was:" >&5
2485 sed 's/^/| /' conftest.$ac_ext >&5
2487 ac_cv_func_alloca_works=no
2489 rm -f conftest.err conftest.$ac_objext \
2490 conftest$ac_exeext conftest.$ac_ext
2492 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
2493 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
2495 if test $ac_cv_func_alloca_works = yes; then
2497 cat >>confdefs.h <<\_ACEOF
2498 #define HAVE_ALLOCA 1
2502 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
2503 # that cause trouble. Some versions do not even contain alloca or
2504 # contain a buggy version. If you still want to use their alloca,
2505 # use ar to extract alloca.o from them instead of compiling alloca.c.
2507 ALLOCA=alloca.$ac_objext
2509 cat >>confdefs.h <<\_ACEOF
2514 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
2515 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
2516 if test "${ac_cv_os_cray+set}" = set; then
2517 echo $ECHO_N "(cached) $ECHO_C" >&6
2519 cat >conftest.$ac_ext <<_ACEOF
2522 cat confdefs.h >>conftest.$ac_ext
2523 cat >>conftest.$ac_ext <<_ACEOF
2524 /* end confdefs.h. */
2525 #if defined(CRAY) && ! defined(CRAY2)
2532 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2533 $EGREP "webecray" >/dev/null 2>&1; then
2541 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
2542 echo "${ECHO_T}$ac_cv_os_cray" >&6
2543 if test $ac_cv_os_cray = yes; then
2544 for ac_func in _getb67 GETB67 getb67; do
2545 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
2546 echo "$as_me:$LINENO: checking for $ac_func" >&5
2547 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
2548 if eval "test \"\${$as_ac_var+set}\" = set"; then
2549 echo $ECHO_N "(cached) $ECHO_C" >&6
2551 cat >conftest.$ac_ext <<_ACEOF
2554 cat confdefs.h >>conftest.$ac_ext
2555 cat >>conftest.$ac_ext <<_ACEOF
2556 /* end confdefs.h. */
2557 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
2558 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2559 #define $ac_func innocuous_$ac_func
2561 /* System header to define __stub macros and hopefully few prototypes,
2562 which can conflict with char $ac_func (); below.
2563 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2564 <limits.h> exists even on freestanding compilers. */
2567 # include <limits.h>
2569 # include <assert.h>
2574 /* Override any gcc2 internal prototype to avoid an error. */
2579 /* We use char because int might match the return type of a gcc2
2580 builtin and then its argument prototype would still apply. */
2582 /* The GNU C library defines this for functions which it implements
2583 to always fail with ENOSYS. Some functions are actually named
2584 something starting with __ and the normal name is an alias. */
2585 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2588 char (*f) () = $ac_func;
2597 return f != $ac_func;
2602 rm -f conftest.$ac_objext conftest$ac_exeext
2603 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2604 (eval $ac_link) 2>conftest.er1
2606 grep -v '^ *+' conftest.er1 >conftest.err
2608 cat conftest.err >&5
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); } &&
2611 { ac_try='test -z "$ac_c_werror_flag"
2612 || test ! -s conftest.err'
2613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }; } &&
2618 { ac_try='test -s conftest$ac_exeext'
2619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }; }; then
2624 eval "$as_ac_var=yes"
2626 echo "$as_me: failed program was:" >&5
2627 sed 's/^/| /' conftest.$ac_ext >&5
2629 eval "$as_ac_var=no"
2631 rm -f conftest.err conftest.$ac_objext \
2632 conftest$ac_exeext conftest.$ac_ext
2634 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
2635 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
2636 if test `eval echo '${'$as_ac_var'}'` = yes; then
2638 cat >>confdefs.h <<_ACEOF
2639 #define CRAY_STACKSEG_END $ac_func
2648 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
2649 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
2650 if test "${ac_cv_c_stack_direction+set}" = set; then
2651 echo $ECHO_N "(cached) $ECHO_C" >&6
2653 if test "$cross_compiling" = yes; then
2654 ac_cv_c_stack_direction=0
2656 cat >conftest.$ac_ext <<_ACEOF
2659 cat confdefs.h >>conftest.$ac_ext
2660 cat >>conftest.$ac_ext <<_ACEOF
2661 /* end confdefs.h. */
2663 find_stack_direction ()
2665 static char *addr = 0;
2670 return find_stack_direction ();
2673 return (&dummy > addr) ? 1 : -1;
2679 exit (find_stack_direction () < 0);
2682 rm -f conftest$ac_exeext
2683 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2684 (eval $ac_link) 2>&5
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2692 (exit $ac_status); }; }; then
2693 ac_cv_c_stack_direction=1
2695 echo "$as_me: program exited with status $ac_status" >&5
2696 echo "$as_me: failed program was:" >&5
2697 sed 's/^/| /' conftest.$ac_ext >&5
2700 ac_cv_c_stack_direction=-1
2702 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2705 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
2706 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
2708 cat >>confdefs.h <<_ACEOF
2709 #define STACK_DIRECTION $ac_cv_c_stack_direction
2717 for ac_header in stdlib.h unistd.h
2719 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2720 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2721 echo "$as_me:$LINENO: checking for $ac_header" >&5
2722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2723 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2724 echo $ECHO_N "(cached) $ECHO_C" >&6
2726 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2727 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2729 # Is the header compilable?
2730 echo "$as_me:$LINENO: checking $ac_header usability" >&5
2731 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
2732 cat >conftest.$ac_ext <<_ACEOF
2735 cat confdefs.h >>conftest.$ac_ext
2736 cat >>conftest.$ac_ext <<_ACEOF
2737 /* end confdefs.h. */
2738 $ac_includes_default
2739 #include <$ac_header>
2741 rm -f conftest.$ac_objext
2742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2743 (eval $ac_compile) 2>conftest.er1
2745 grep -v '^ *+' conftest.er1 >conftest.err
2747 cat conftest.err >&5
2748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); } &&
2750 { ac_try='test -z "$ac_c_werror_flag"
2751 || test ! -s conftest.err'
2752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2756 (exit $ac_status); }; } &&
2757 { ac_try='test -s conftest.$ac_objext'
2758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2762 (exit $ac_status); }; }; then
2763 ac_header_compiler=yes
2765 echo "$as_me: failed program was:" >&5
2766 sed 's/^/| /' conftest.$ac_ext >&5
2768 ac_header_compiler=no
2770 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2771 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
2772 echo "${ECHO_T}$ac_header_compiler" >&6
2774 # Is the header present?
2775 echo "$as_me:$LINENO: checking $ac_header presence" >&5
2776 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
2777 cat >conftest.$ac_ext <<_ACEOF
2780 cat confdefs.h >>conftest.$ac_ext
2781 cat >>conftest.$ac_ext <<_ACEOF
2782 /* end confdefs.h. */
2783 #include <$ac_header>
2785 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2786 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2788 grep -v '^ *+' conftest.er1 >conftest.err
2790 cat conftest.err >&5
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); } >/dev/null; then
2793 if test -s conftest.err; then
2794 ac_cpp_err=$ac_c_preproc_warn_flag
2795 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2802 if test -z "$ac_cpp_err"; then
2803 ac_header_preproc=yes
2805 echo "$as_me: failed program was:" >&5
2806 sed 's/^/| /' conftest.$ac_ext >&5
2808 ac_header_preproc=no
2810 rm -f conftest.err conftest.$ac_ext
2811 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
2812 echo "${ECHO_T}$ac_header_preproc" >&6
2814 # So? What about this header?
2815 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
2817 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
2818 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
2819 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
2820 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
2821 ac_header_preproc=yes
2824 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
2825 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
2826 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
2827 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
2828 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
2829 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
2830 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
2831 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
2832 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
2833 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
2834 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
2835 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
2838 ## ------------------------------------------ ##
2839 ## Report this to the AC_PACKAGE_NAME lists. ##
2840 ## ------------------------------------------ ##
2843 sed "s/^/$as_me: WARNING: /" >&2
2846 echo "$as_me:$LINENO: checking for $ac_header" >&5
2847 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2848 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2849 echo $ECHO_N "(cached) $ECHO_C" >&6
2851 eval "$as_ac_Header=\$ac_header_preproc"
2853 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2854 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
2858 cat >>confdefs.h <<_ACEOF
2859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2867 for ac_func in getpagesize
2869 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
2870 echo "$as_me:$LINENO: checking for $ac_func" >&5
2871 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
2872 if eval "test \"\${$as_ac_var+set}\" = set"; then
2873 echo $ECHO_N "(cached) $ECHO_C" >&6
2875 cat >conftest.$ac_ext <<_ACEOF
2878 cat confdefs.h >>conftest.$ac_ext
2879 cat >>conftest.$ac_ext <<_ACEOF
2880 /* end confdefs.h. */
2881 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
2882 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2883 #define $ac_func innocuous_$ac_func
2885 /* System header to define __stub macros and hopefully few prototypes,
2886 which can conflict with char $ac_func (); below.
2887 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2888 <limits.h> exists even on freestanding compilers. */
2891 # include <limits.h>
2893 # include <assert.h>
2898 /* Override any gcc2 internal prototype to avoid an error. */
2903 /* We use char because int might match the return type of a gcc2
2904 builtin and then its argument prototype would still apply. */
2906 /* The GNU C library defines this for functions which it implements
2907 to always fail with ENOSYS. Some functions are actually named
2908 something starting with __ and the normal name is an alias. */
2909 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2912 char (*f) () = $ac_func;
2921 return f != $ac_func;
2926 rm -f conftest.$ac_objext conftest$ac_exeext
2927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2928 (eval $ac_link) 2>conftest.er1
2930 grep -v '^ *+' conftest.er1 >conftest.err
2932 cat conftest.err >&5
2933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934 (exit $ac_status); } &&
2935 { ac_try='test -z "$ac_c_werror_flag"
2936 || test ! -s conftest.err'
2937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2941 (exit $ac_status); }; } &&
2942 { ac_try='test -s conftest$ac_exeext'
2943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); }; }; then
2948 eval "$as_ac_var=yes"
2950 echo "$as_me: failed program was:" >&5
2951 sed 's/^/| /' conftest.$ac_ext >&5
2953 eval "$as_ac_var=no"
2955 rm -f conftest.err conftest.$ac_objext \
2956 conftest$ac_exeext conftest.$ac_ext
2958 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
2959 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
2960 if test `eval echo '${'$as_ac_var'}'` = yes; then
2961 cat >>confdefs.h <<_ACEOF
2962 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
2968 echo "$as_me:$LINENO: checking for working mmap" >&5
2969 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
2970 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2973 if test "$cross_compiling" = yes; then
2974 ac_cv_func_mmap_fixed_mapped=no
2976 cat >conftest.$ac_ext <<_ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2982 $ac_includes_default
2983 /* malloc might have been renamed as rpl_malloc. */
2986 /* Thanks to Mike Haertel and Jim Avera for this test.
2987 Here is a matrix of mmap possibilities:
2988 mmap private not fixed
2989 mmap private fixed at somewhere currently unmapped
2990 mmap private fixed at somewhere already mapped
2991 mmap shared not fixed
2992 mmap shared fixed at somewhere currently unmapped
2993 mmap shared fixed at somewhere already mapped
2994 For private mappings, we should verify that changes cannot be read()
2995 back from the file, nor mmap's back from the file at a different
2996 address. (There have been systems where private was not correctly
2997 implemented like the infamous i386 svr4.0, and systems where the
2998 VM page cache was not coherent with the file system buffer cache
2999 like early versions of FreeBSD and possibly contemporary NetBSD.)
3000 For shared mappings, we should conversely verify that changes get
3001 propagated back to all the places they're supposed to be.
3003 Grep wants private fixed already mapped.
3004 The main things grep needs to know about mmap are:
3005 * does it exist and is it safe to write into the mmap'd area
3006 * how to use it (BSD variants) */
3009 #include <sys/mman.h>
3011 #if !STDC_HEADERS && !HAVE_STDLIB_H
3015 /* This mess was copied from the GNU getpagesize.h. */
3016 #if !HAVE_GETPAGESIZE
3017 /* Assume that all systems that can run configure have sys/param.h. */
3018 # if !HAVE_SYS_PARAM_H
3019 # define HAVE_SYS_PARAM_H 1
3022 # ifdef _SC_PAGESIZE
3023 # define getpagesize() sysconf(_SC_PAGESIZE)
3024 # else /* no _SC_PAGESIZE */
3025 # if HAVE_SYS_PARAM_H
3026 # include <sys/param.h>
3027 # ifdef EXEC_PAGESIZE
3028 # define getpagesize() EXEC_PAGESIZE
3029 # else /* no EXEC_PAGESIZE */
3031 # define getpagesize() NBPG * CLSIZE
3034 # endif /* no CLSIZE */
3035 # else /* no NBPG */
3037 # define getpagesize() NBPC
3038 # else /* no NBPC */
3040 # define getpagesize() PAGESIZE
3041 # endif /* PAGESIZE */
3042 # endif /* no NBPC */
3043 # endif /* no NBPG */
3044 # endif /* no EXEC_PAGESIZE */
3045 # else /* no HAVE_SYS_PARAM_H */
3046 # define getpagesize() 8192 /* punt totally */
3047 # endif /* no HAVE_SYS_PARAM_H */
3048 # endif /* no _SC_PAGESIZE */
3050 #endif /* no HAVE_GETPAGESIZE */
3055 char *data, *data2, *data3;
3059 pagesize = getpagesize ();
3061 /* First, make a file with some known garbage in it. */
3062 data = (char *) malloc (pagesize);
3065 for (i = 0; i < pagesize; ++i)
3066 *(data + i) = rand ();
3068 fd = creat ("conftest.mmap", 0600);
3071 if (write (fd, data, pagesize) != pagesize)
3075 /* Next, try to mmap the file at a fixed address which already has
3076 something else allocated at it. If we can, also make sure that
3077 we see the same garbage. */
3078 fd = open ("conftest.mmap", O_RDWR);
3081 data2 = (char *) malloc (2 * pagesize);
3084 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
3085 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
3086 MAP_PRIVATE | MAP_FIXED, fd, 0L))
3088 for (i = 0; i < pagesize; ++i)
3089 if (*(data + i) != *(data2 + i))
3092 /* Finally, make sure that changes to the mapped area do not
3093 percolate back to the file as seen by read(). (This is a bug on
3094 some variants of i386 svr4.0.) */
3095 for (i = 0; i < pagesize; ++i)
3096 *(data2 + i) = *(data2 + i) + 1;
3097 data3 = (char *) malloc (pagesize);
3100 if (read (fd, data3, pagesize) != pagesize)
3102 for (i = 0; i < pagesize; ++i)
3103 if (*(data + i) != *(data3 + i))
3109 rm -f conftest$ac_exeext
3110 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3111 (eval $ac_link) 2>&5
3113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3114 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3119 (exit $ac_status); }; }; then
3120 ac_cv_func_mmap_fixed_mapped=yes
3122 echo "$as_me: program exited with status $ac_status" >&5
3123 echo "$as_me: failed program was:" >&5
3124 sed 's/^/| /' conftest.$ac_ext >&5
3127 ac_cv_func_mmap_fixed_mapped=no
3129 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3132 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
3133 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
3134 if test $ac_cv_func_mmap_fixed_mapped = yes; then
3136 cat >>confdefs.h <<\_ACEOF
3144 # autoconf.info says this should be called right after AC_INIT.
3145 ac_config_headers="$ac_config_headers config.h:config.in"
3147 echo "$as_me:$LINENO: checking target system type" >&5
3148 echo $ECHO_N "checking target system type... $ECHO_C" >&6
3149 if test "${ac_cv_target+set}" = set; then
3150 echo $ECHO_N "(cached) $ECHO_C" >&6
3152 ac_cv_target_alias=$target_alias
3153 test "x$ac_cv_target_alias" = "x" &&
3154 ac_cv_target_alias=$ac_cv_host_alias
3155 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
3156 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
3157 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
3158 { (exit 1); exit 1; }; }
3161 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
3162 echo "${ECHO_T}$ac_cv_target" >&6
3163 target=$ac_cv_target
3164 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3165 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3166 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3169 # The aliases save the names the user supplied, while $host etc.
3170 # will get canonicalized.
3171 test -n "$target_alias" &&
3172 test "$program_prefix$program_suffix$program_transform_name" = \
3174 program_prefix=${target_alias}-
3175 test "$program_prefix" != NONE &&
3176 program_transform_name="s,^,$program_prefix,;$program_transform_name"
3177 # Use a double $ so make ignores it.
3178 test "$program_suffix" != NONE &&
3179 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
3180 # Double any \ or $. echo might interpret backslashes.
3181 # By default was `s,x,x', remove it if useless.
3182 cat <<\_ACEOF >conftest.sed
3183 s/[\\$]/&&/g;s/;s,x,x,$//
3185 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
3189 ac_cpp='$CPP $CPPFLAGS'
3190 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3191 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3192 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3193 if test -n "$ac_tool_prefix"; then
3194 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3195 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3196 echo "$as_me:$LINENO: checking for $ac_word" >&5
3197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3198 if test "${ac_cv_prog_CC+set}" = set; then
3199 echo $ECHO_N "(cached) $ECHO_C" >&6
3201 if test -n "$CC"; then
3202 ac_cv_prog_CC="$CC" # Let the user override the test.
3204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3208 test -z "$as_dir" && as_dir=.
3209 for ac_exec_ext in '' $ac_executable_extensions; do
3210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3211 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3221 if test -n "$CC"; then
3222 echo "$as_me:$LINENO: result: $CC" >&5
3223 echo "${ECHO_T}$CC" >&6
3225 echo "$as_me:$LINENO: result: no" >&5
3226 echo "${ECHO_T}no" >&6
3230 if test -z "$ac_cv_prog_CC"; then
3232 # Extract the first word of "gcc", so it can be a program name with args.
3233 set dummy gcc; ac_word=$2
3234 echo "$as_me:$LINENO: checking for $ac_word" >&5
3235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3236 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3237 echo $ECHO_N "(cached) $ECHO_C" >&6
3239 if test -n "$ac_ct_CC"; then
3240 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3246 test -z "$as_dir" && as_dir=.
3247 for ac_exec_ext in '' $ac_executable_extensions; do
3248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3249 ac_cv_prog_ac_ct_CC="gcc"
3250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3258 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3259 if test -n "$ac_ct_CC"; then
3260 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3261 echo "${ECHO_T}$ac_ct_CC" >&6
3263 echo "$as_me:$LINENO: result: no" >&5
3264 echo "${ECHO_T}no" >&6
3272 if test -z "$CC"; then
3273 if test -n "$ac_tool_prefix"; then
3274 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3275 set dummy ${ac_tool_prefix}cc; ac_word=$2
3276 echo "$as_me:$LINENO: checking for $ac_word" >&5
3277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3278 if test "${ac_cv_prog_CC+set}" = set; then
3279 echo $ECHO_N "(cached) $ECHO_C" >&6
3281 if test -n "$CC"; then
3282 ac_cv_prog_CC="$CC" # Let the user override the test.
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3288 test -z "$as_dir" && as_dir=.
3289 for ac_exec_ext in '' $ac_executable_extensions; do
3290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3291 ac_cv_prog_CC="${ac_tool_prefix}cc"
3292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3301 if test -n "$CC"; then
3302 echo "$as_me:$LINENO: result: $CC" >&5
3303 echo "${ECHO_T}$CC" >&6
3305 echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6
3310 if test -z "$ac_cv_prog_CC"; then
3312 # Extract the first word of "cc", so it can be a program name with args.
3313 set dummy cc; ac_word=$2
3314 echo "$as_me:$LINENO: checking for $ac_word" >&5
3315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3316 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3317 echo $ECHO_N "(cached) $ECHO_C" >&6
3319 if test -n "$ac_ct_CC"; then
3320 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3326 test -z "$as_dir" && as_dir=.
3327 for ac_exec_ext in '' $ac_executable_extensions; do
3328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3329 ac_cv_prog_ac_ct_CC="cc"
3330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3338 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3339 if test -n "$ac_ct_CC"; then
3340 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3341 echo "${ECHO_T}$ac_ct_CC" >&6
3343 echo "$as_me:$LINENO: result: no" >&5
3344 echo "${ECHO_T}no" >&6
3353 if test -z "$CC"; then
3354 # Extract the first word of "cc", so it can be a program name with args.
3355 set dummy cc; ac_word=$2
3356 echo "$as_me:$LINENO: checking for $ac_word" >&5
3357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3358 if test "${ac_cv_prog_CC+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 if test -n "$CC"; then
3362 ac_cv_prog_CC="$CC" # Let the user override the test.
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3372 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3373 ac_prog_rejected=yes
3377 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3383 if test $ac_prog_rejected = yes; then
3384 # We found a bogon in the path, so make sure we never use it.
3385 set dummy $ac_cv_prog_CC
3387 if test $# != 0; then
3388 # We chose a different compiler from the bogus one.
3389 # However, it has the same basename, so the bogon will be chosen
3390 # first if we set CC to just the basename; use the full file name.
3392 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3398 if test -n "$CC"; then
3399 echo "$as_me:$LINENO: result: $CC" >&5
3400 echo "${ECHO_T}$CC" >&6
3402 echo "$as_me:$LINENO: result: no" >&5
3403 echo "${ECHO_T}no" >&6
3407 if test -z "$CC"; then
3408 if test -n "$ac_tool_prefix"; then
3411 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3412 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3413 echo "$as_me:$LINENO: checking for $ac_word" >&5
3414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3415 if test "${ac_cv_prog_CC+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3418 if test -n "$CC"; then
3419 ac_cv_prog_CC="$CC" # Let the user override the test.
3421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3425 test -z "$as_dir" && as_dir=.
3426 for ac_exec_ext in '' $ac_executable_extensions; do
3427 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3428 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3438 if test -n "$CC"; then
3439 echo "$as_me:$LINENO: result: $CC" >&5
3440 echo "${ECHO_T}$CC" >&6
3442 echo "$as_me:$LINENO: result: no" >&5
3443 echo "${ECHO_T}no" >&6
3446 test -n "$CC" && break
3449 if test -z "$CC"; then
3453 # Extract the first word of "$ac_prog", so it can be a program name with args.
3454 set dummy $ac_prog; ac_word=$2
3455 echo "$as_me:$LINENO: checking for $ac_word" >&5
3456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3458 echo $ECHO_N "(cached) $ECHO_C" >&6
3460 if test -n "$ac_ct_CC"; then
3461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3467 test -z "$as_dir" && as_dir=.
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3470 ac_cv_prog_ac_ct_CC="$ac_prog"
3471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3479 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3480 if test -n "$ac_ct_CC"; then
3481 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3482 echo "${ECHO_T}$ac_ct_CC" >&6
3484 echo "$as_me:$LINENO: result: no" >&5
3485 echo "${ECHO_T}no" >&6
3488 test -n "$ac_ct_CC" && break
3497 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3498 See \`config.log' for more details." >&5
3499 echo "$as_me: error: no acceptable C compiler found in \$PATH
3500 See \`config.log' for more details." >&2;}
3501 { (exit 1); exit 1; }; }
3503 # Provide some information about the compiler.
3504 echo "$as_me:$LINENO:" \
3505 "checking for C compiler version" >&5
3506 ac_compiler=`set X $ac_compile; echo $2`
3507 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3508 (eval $ac_compiler --version </dev/null >&5) 2>&5
3510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3511 (exit $ac_status); }
3512 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3513 (eval $ac_compiler -v </dev/null >&5) 2>&5
3515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3516 (exit $ac_status); }
3517 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3518 (eval $ac_compiler -V </dev/null >&5) 2>&5
3520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3521 (exit $ac_status); }
3523 cat >conftest.$ac_ext <<_ACEOF
3526 cat confdefs.h >>conftest.$ac_ext
3527 cat >>conftest.$ac_ext <<_ACEOF
3528 /* end confdefs.h. */
3538 ac_clean_files_save=$ac_clean_files
3539 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3540 # Try to create an executable without -o first, disregard a.out.
3541 # It will help us diagnose broken compilers, and finding out an intuition
3543 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3544 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3545 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3546 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3547 (eval $ac_link_default) 2>&5
3549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3550 (exit $ac_status); }; then
3551 # Find the output, starting from the most likely. This scheme is
3552 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3555 # Be careful to initialize this variable, since it used to be cached.
3556 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3558 # b.out is created by i960 compilers.
3559 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3561 test -f "$ac_file" || continue
3563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3566 # This is the source file.
3569 # We found the default executable, but exeext='' is most
3573 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3574 # FIXME: I believe we export ac_cv_exeext for Libtool,
3575 # but it would be cool to find out if it's true. Does anybody
3576 # maintain Libtool? --akim.
3584 echo "$as_me: failed program was:" >&5
3585 sed 's/^/| /' conftest.$ac_ext >&5
3587 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3588 See \`config.log' for more details." >&5
3589 echo "$as_me: error: C compiler cannot create executables
3590 See \`config.log' for more details." >&2;}
3591 { (exit 77); exit 77; }; }
3594 ac_exeext=$ac_cv_exeext
3595 echo "$as_me:$LINENO: result: $ac_file" >&5
3596 echo "${ECHO_T}$ac_file" >&6
3598 # Check the compiler produces executables we can run. If not, either
3599 # the compiler is broken, or we cross compile.
3600 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3601 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3602 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3603 # If not cross compiling, check that we can run a simple program.
3604 if test "$cross_compiling" != yes; then
3605 if { ac_try='./$ac_file'
3606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3610 (exit $ac_status); }; }; then
3613 if test "$cross_compiling" = maybe; then
3616 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3617 If you meant to cross compile, use \`--host'.
3618 See \`config.log' for more details." >&5
3619 echo "$as_me: error: cannot run C compiled programs.
3620 If you meant to cross compile, use \`--host'.
3621 See \`config.log' for more details." >&2;}
3622 { (exit 1); exit 1; }; }
3626 echo "$as_me:$LINENO: result: yes" >&5
3627 echo "${ECHO_T}yes" >&6
3629 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3630 ac_clean_files=$ac_clean_files_save
3631 # Check the compiler produces executables we can run. If not, either
3632 # the compiler is broken, or we cross compile.
3633 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3634 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3635 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3636 echo "${ECHO_T}$cross_compiling" >&6
3638 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3639 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3640 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3641 (eval $ac_link) 2>&5
3643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3644 (exit $ac_status); }; then
3645 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3646 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3647 # work properly (i.e., refer to `conftest.exe'), while it won't with
3649 for ac_file in conftest.exe conftest conftest.*; do
3650 test -f "$ac_file" || continue
3652 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3653 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3660 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3661 See \`config.log' for more details." >&5
3662 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3663 See \`config.log' for more details." >&2;}
3664 { (exit 1); exit 1; }; }
3667 rm -f conftest$ac_cv_exeext
3668 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3669 echo "${ECHO_T}$ac_cv_exeext" >&6
3671 rm -f conftest.$ac_ext
3672 EXEEXT=$ac_cv_exeext
3674 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3675 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3676 if test "${ac_cv_objext+set}" = set; then
3677 echo $ECHO_N "(cached) $ECHO_C" >&6
3679 cat >conftest.$ac_ext <<_ACEOF
3682 cat confdefs.h >>conftest.$ac_ext
3683 cat >>conftest.$ac_ext <<_ACEOF
3684 /* end confdefs.h. */
3694 rm -f conftest.o conftest.obj
3695 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3696 (eval $ac_compile) 2>&5
3698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 (exit $ac_status); }; then
3700 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3702 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
3703 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3708 echo "$as_me: failed program was:" >&5
3709 sed 's/^/| /' conftest.$ac_ext >&5
3711 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3712 See \`config.log' for more details." >&5
3713 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3714 See \`config.log' for more details." >&2;}
3715 { (exit 1); exit 1; }; }
3718 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3720 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3721 echo "${ECHO_T}$ac_cv_objext" >&6
3722 OBJEXT=$ac_cv_objext
3724 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3725 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3726 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3727 echo $ECHO_N "(cached) $ECHO_C" >&6
3729 cat >conftest.$ac_ext <<_ACEOF
3732 cat confdefs.h >>conftest.$ac_ext
3733 cat >>conftest.$ac_ext <<_ACEOF
3734 /* end confdefs.h. */
3747 rm -f conftest.$ac_objext
3748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3749 (eval $ac_compile) 2>conftest.er1
3751 grep -v '^ *+' conftest.er1 >conftest.err
3753 cat conftest.err >&5
3754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3755 (exit $ac_status); } &&
3756 { ac_try='test -z "$ac_c_werror_flag"
3757 || test ! -s conftest.err'
3758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3762 (exit $ac_status); }; } &&
3763 { ac_try='test -s conftest.$ac_objext'
3764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); }; }; then
3771 echo "$as_me: failed program was:" >&5
3772 sed 's/^/| /' conftest.$ac_ext >&5
3776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3777 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3780 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3781 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3782 GCC=`test $ac_compiler_gnu = yes && echo yes`
3783 ac_test_CFLAGS=${CFLAGS+set}
3784 ac_save_CFLAGS=$CFLAGS
3786 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3787 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3788 if test "${ac_cv_prog_cc_g+set}" = set; then
3789 echo $ECHO_N "(cached) $ECHO_C" >&6
3791 cat >conftest.$ac_ext <<_ACEOF
3794 cat confdefs.h >>conftest.$ac_ext
3795 cat >>conftest.$ac_ext <<_ACEOF
3796 /* end confdefs.h. */
3806 rm -f conftest.$ac_objext
3807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3808 (eval $ac_compile) 2>conftest.er1
3810 grep -v '^ *+' conftest.er1 >conftest.err
3812 cat conftest.err >&5
3813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3814 (exit $ac_status); } &&
3815 { ac_try='test -z "$ac_c_werror_flag"
3816 || test ! -s conftest.err'
3817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); }; } &&
3822 { ac_try='test -s conftest.$ac_objext'
3823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); }; }; then
3830 echo "$as_me: failed program was:" >&5
3831 sed 's/^/| /' conftest.$ac_ext >&5
3835 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3837 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3838 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3839 if test "$ac_test_CFLAGS" = set; then
3840 CFLAGS=$ac_save_CFLAGS
3841 elif test $ac_cv_prog_cc_g = yes; then
3842 if test "$GCC" = yes; then
3848 if test "$GCC" = yes; then
3854 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3855 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3856 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3857 echo $ECHO_N "(cached) $ECHO_C" >&6
3859 ac_cv_prog_cc_stdc=no
3861 cat >conftest.$ac_ext <<_ACEOF
3864 cat confdefs.h >>conftest.$ac_ext
3865 cat >>conftest.$ac_ext <<_ACEOF
3866 /* end confdefs.h. */
3869 #include <sys/types.h>
3870 #include <sys/stat.h>
3871 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3872 struct buf { int x; };
3873 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3874 static char *e (p, i)
3880 static char *f (char * (*g) (char **, int), char **p, ...)
3885 s = g (p, va_arg (v,int));
3890 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3891 function prototypes and stuff, but not '\xHH' hex character constants.
3892 These don't provoke an error unfortunately, instead are silently treated
3893 as 'x'. The following induces an error, until -std1 is added to get
3894 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3895 array size at least. It's necessary to write '\x00'==0 to get something
3896 that's true only with -std1. */
3897 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3899 int test (int i, double x);
3900 struct s1 {int (*f) (int a);};
3901 struct s2 {int (*f) (double a);};
3902 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3908 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3913 # Don't try gcc -ansi; that turns off useful extensions and
3914 # breaks some systems' header files.
3915 # AIX -qlanglvl=ansi
3916 # Ultrix and OSF/1 -std1
3917 # HP-UX 10.20 and later -Ae
3918 # HP-UX older versions -Aa -D_HPUX_SOURCE
3919 # SVR4 -Xc -D__EXTENSIONS__
3920 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3922 CC="$ac_save_CC $ac_arg"
3923 rm -f conftest.$ac_objext
3924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3925 (eval $ac_compile) 2>conftest.er1
3927 grep -v '^ *+' conftest.er1 >conftest.err
3929 cat conftest.err >&5
3930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 (exit $ac_status); } &&
3932 { ac_try='test -z "$ac_c_werror_flag"
3933 || test ! -s conftest.err'
3934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3938 (exit $ac_status); }; } &&
3939 { ac_try='test -s conftest.$ac_objext'
3940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3944 (exit $ac_status); }; }; then
3945 ac_cv_prog_cc_stdc=$ac_arg
3948 echo "$as_me: failed program was:" >&5
3949 sed 's/^/| /' conftest.$ac_ext >&5
3952 rm -f conftest.err conftest.$ac_objext
3954 rm -f conftest.$ac_ext conftest.$ac_objext
3959 case "x$ac_cv_prog_cc_stdc" in
3961 echo "$as_me:$LINENO: result: none needed" >&5
3962 echo "${ECHO_T}none needed" >&6 ;;
3964 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3965 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3966 CC="$CC $ac_cv_prog_cc_stdc" ;;
3969 # Some people use a C++ compiler to compile C. Since we use `exit',
3970 # in C++ we need to declare it. In case someone uses the same compiler
3971 # for both compiling C and C++ we need to have the C++ compiler decide
3972 # the declaration of exit, since it's the most demanding environment.
3973 cat >conftest.$ac_ext <<_ACEOF
3978 rm -f conftest.$ac_objext
3979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3980 (eval $ac_compile) 2>conftest.er1
3982 grep -v '^ *+' conftest.er1 >conftest.err
3984 cat conftest.err >&5
3985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3986 (exit $ac_status); } &&
3987 { ac_try='test -z "$ac_c_werror_flag"
3988 || test ! -s conftest.err'
3989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3993 (exit $ac_status); }; } &&
3994 { ac_try='test -s conftest.$ac_objext'
3995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3999 (exit $ac_status); }; }; then
4000 for ac_declaration in \
4002 'extern "C" void std::exit (int) throw (); using std::exit;' \
4003 'extern "C" void std::exit (int); using std::exit;' \
4004 'extern "C" void exit (int) throw ();' \
4005 'extern "C" void exit (int);' \
4008 cat >conftest.$ac_ext <<_ACEOF
4011 cat confdefs.h >>conftest.$ac_ext
4012 cat >>conftest.$ac_ext <<_ACEOF
4013 /* end confdefs.h. */
4024 rm -f conftest.$ac_objext
4025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4026 (eval $ac_compile) 2>conftest.er1
4028 grep -v '^ *+' conftest.er1 >conftest.err
4030 cat conftest.err >&5
4031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4032 (exit $ac_status); } &&
4033 { ac_try='test -z "$ac_c_werror_flag"
4034 || test ! -s conftest.err'
4035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039 (exit $ac_status); }; } &&
4040 { ac_try='test -s conftest.$ac_objext'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; }; then
4048 echo "$as_me: failed program was:" >&5
4049 sed 's/^/| /' conftest.$ac_ext >&5
4053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4054 cat >conftest.$ac_ext <<_ACEOF
4057 cat confdefs.h >>conftest.$ac_ext
4058 cat >>conftest.$ac_ext <<_ACEOF
4059 /* end confdefs.h. */
4069 rm -f conftest.$ac_objext
4070 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4071 (eval $ac_compile) 2>conftest.er1
4073 grep -v '^ *+' conftest.er1 >conftest.err
4075 cat conftest.err >&5
4076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4077 (exit $ac_status); } &&
4078 { ac_try='test -z "$ac_c_werror_flag"
4079 || test ! -s conftest.err'
4080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4084 (exit $ac_status); }; } &&
4085 { ac_try='test -s conftest.$ac_objext'
4086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4090 (exit $ac_status); }; }; then
4093 echo "$as_me: failed program was:" >&5
4094 sed 's/^/| /' conftest.$ac_ext >&5
4097 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4100 if test -n "$ac_declaration"; then
4101 echo '#ifdef __cplusplus' >>confdefs.h
4102 echo $ac_declaration >>confdefs.h
4103 echo '#endif' >>confdefs.h
4107 echo "$as_me: failed program was:" >&5
4108 sed 's/^/| /' conftest.$ac_ext >&5
4111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4113 ac_cpp='$CPP $CPPFLAGS'
4114 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4115 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4116 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4118 # Find a good install program. We prefer a C program (faster),
4119 # so one script is as good as another. But avoid the broken or
4120 # incompatible versions:
4121 # SysV /etc/install, /usr/sbin/install
4122 # SunOS /usr/etc/install
4123 # IRIX /sbin/install
4125 # AmigaOS /C/install, which installs bootblocks on floppy discs
4126 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4127 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4128 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4129 # OS/2's system install, which has a completely different semantic
4130 # ./install, which can be erroneously created by make from ./install.sh.
4131 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4132 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4133 if test -z "$INSTALL"; then
4134 if test "${ac_cv_path_install+set}" = set; then
4135 echo $ECHO_N "(cached) $ECHO_C" >&6
4137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4141 test -z "$as_dir" && as_dir=.
4142 # Account for people who put trailing slashes in PATH elements.
4144 ./ | .// | /cC/* | \
4145 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4146 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4149 # OSF1 and SCO ODT 3.0 have their own names for install.
4150 # Don't use installbsd from OSF since it installs stuff as root
4152 for ac_prog in ginstall scoinst install; do
4153 for ac_exec_ext in '' $ac_executable_extensions; do
4154 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4155 if test $ac_prog = install &&
4156 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4157 # AIX install. It has an incompatible calling convention.
4159 elif test $ac_prog = install &&
4160 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4161 # program-specific install script used by HP pwplus--don't use.
4164 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4176 if test "${ac_cv_path_install+set}" = set; then
4177 INSTALL=$ac_cv_path_install
4179 # As a last resort, use the slow shell script. We don't cache a
4180 # path for INSTALL within a source directory, because that will
4181 # break other packages using the cache if that directory is
4182 # removed, or if the path is relative.
4183 INSTALL=$ac_install_sh
4186 echo "$as_me:$LINENO: result: $INSTALL" >&5
4187 echo "${ECHO_T}$INSTALL" >&6
4189 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4190 # It thinks the first close brace ends the variable substitution.
4191 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4193 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4195 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4198 # Put a plausible default for CC_FOR_BUILD in Makefile.
4199 if test "x$cross_compiling" = "xno"; then
4200 CC_FOR_BUILD='$(CC)'
4210 if test -n "$ac_tool_prefix"; then
4211 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4212 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4213 echo "$as_me:$LINENO: checking for $ac_word" >&5
4214 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4215 if test "${ac_cv_prog_RANLIB+set}" = set; then
4216 echo $ECHO_N "(cached) $ECHO_C" >&6
4218 if test -n "$RANLIB"; then
4219 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4225 test -z "$as_dir" && as_dir=.
4226 for ac_exec_ext in '' $ac_executable_extensions; do
4227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4228 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4229 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4237 RANLIB=$ac_cv_prog_RANLIB
4238 if test -n "$RANLIB"; then
4239 echo "$as_me:$LINENO: result: $RANLIB" >&5
4240 echo "${ECHO_T}$RANLIB" >&6
4242 echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6
4247 if test -z "$ac_cv_prog_RANLIB"; then
4248 ac_ct_RANLIB=$RANLIB
4249 # Extract the first word of "ranlib", so it can be a program name with args.
4250 set dummy ranlib; ac_word=$2
4251 echo "$as_me:$LINENO: checking for $ac_word" >&5
4252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4253 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4254 echo $ECHO_N "(cached) $ECHO_C" >&6
4256 if test -n "$ac_ct_RANLIB"; then
4257 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263 test -z "$as_dir" && as_dir=.
4264 for ac_exec_ext in '' $ac_executable_extensions; do
4265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4266 ac_cv_prog_ac_ct_RANLIB="ranlib"
4267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4273 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4276 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4277 if test -n "$ac_ct_RANLIB"; then
4278 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4279 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4281 echo "$as_me:$LINENO: result: no" >&5
4282 echo "${ECHO_T}no" >&6
4285 RANLIB=$ac_ct_RANLIB
4287 RANLIB="$ac_cv_prog_RANLIB"
4302 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
4303 unistd.h values.h sys/param.h
4305 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4306 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4307 echo "$as_me:$LINENO: checking for $ac_header" >&5
4308 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4309 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4310 echo $ECHO_N "(cached) $ECHO_C" >&6
4312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4313 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4315 # Is the header compilable?
4316 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4317 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4318 cat >conftest.$ac_ext <<_ACEOF
4321 cat confdefs.h >>conftest.$ac_ext
4322 cat >>conftest.$ac_ext <<_ACEOF
4323 /* end confdefs.h. */
4324 $ac_includes_default
4325 #include <$ac_header>
4327 rm -f conftest.$ac_objext
4328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4329 (eval $ac_compile) 2>conftest.er1
4331 grep -v '^ *+' conftest.er1 >conftest.err
4333 cat conftest.err >&5
4334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4335 (exit $ac_status); } &&
4336 { ac_try='test -z "$ac_c_werror_flag"
4337 || test ! -s conftest.err'
4338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342 (exit $ac_status); }; } &&
4343 { ac_try='test -s conftest.$ac_objext'
4344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4348 (exit $ac_status); }; }; then
4349 ac_header_compiler=yes
4351 echo "$as_me: failed program was:" >&5
4352 sed 's/^/| /' conftest.$ac_ext >&5
4354 ac_header_compiler=no
4356 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4357 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4358 echo "${ECHO_T}$ac_header_compiler" >&6
4360 # Is the header present?
4361 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4362 echo $ECHO_N "checking $ac_header presence... $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 #include <$ac_header>
4371 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4372 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4374 grep -v '^ *+' conftest.er1 >conftest.err
4376 cat conftest.err >&5
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); } >/dev/null; then
4379 if test -s conftest.err; then
4380 ac_cpp_err=$ac_c_preproc_warn_flag
4381 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4388 if test -z "$ac_cpp_err"; then
4389 ac_header_preproc=yes
4391 echo "$as_me: failed program was:" >&5
4392 sed 's/^/| /' conftest.$ac_ext >&5
4394 ac_header_preproc=no
4396 rm -f conftest.err conftest.$ac_ext
4397 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4398 echo "${ECHO_T}$ac_header_preproc" >&6
4400 # So? What about this header?
4401 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4403 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4404 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4405 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4406 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4407 ac_header_preproc=yes
4410 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4411 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4412 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4413 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4414 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4415 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4416 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4417 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4418 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4419 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4420 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4421 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4424 ## ------------------------------------------ ##
4425 ## Report this to the AC_PACKAGE_NAME lists. ##
4426 ## ------------------------------------------ ##
4429 sed "s/^/$as_me: WARNING: /" >&2
4432 echo "$as_me:$LINENO: checking for $ac_header" >&5
4433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4435 echo $ECHO_N "(cached) $ECHO_C" >&6
4437 eval "$as_ac_Header=\$ac_header_preproc"
4439 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4440 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4443 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4444 cat >>confdefs.h <<_ACEOF
4445 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4462 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
4463 __argz_count __argz_stringify __argz_next
4465 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4466 echo "$as_me:$LINENO: checking for $ac_func" >&5
4467 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4468 if eval "test \"\${$as_ac_var+set}\" = set"; then
4469 echo $ECHO_N "(cached) $ECHO_C" >&6
4471 cat >conftest.$ac_ext <<_ACEOF
4474 cat confdefs.h >>conftest.$ac_ext
4475 cat >>conftest.$ac_ext <<_ACEOF
4476 /* end confdefs.h. */
4477 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4478 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4479 #define $ac_func innocuous_$ac_func
4481 /* System header to define __stub macros and hopefully few prototypes,
4482 which can conflict with char $ac_func (); below.
4483 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4484 <limits.h> exists even on freestanding compilers. */
4487 # include <limits.h>
4489 # include <assert.h>
4494 /* Override any gcc2 internal prototype to avoid an error. */
4499 /* We use char because int might match the return type of a gcc2
4500 builtin and then its argument prototype would still apply. */
4502 /* The GNU C library defines this for functions which it implements
4503 to always fail with ENOSYS. Some functions are actually named
4504 something starting with __ and the normal name is an alias. */
4505 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4508 char (*f) () = $ac_func;
4517 return f != $ac_func;
4522 rm -f conftest.$ac_objext conftest$ac_exeext
4523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4524 (eval $ac_link) 2>conftest.er1
4526 grep -v '^ *+' conftest.er1 >conftest.err
4528 cat conftest.err >&5
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); } &&
4531 { ac_try='test -z "$ac_c_werror_flag"
4532 || test ! -s conftest.err'
4533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4537 (exit $ac_status); }; } &&
4538 { ac_try='test -s conftest$ac_exeext'
4539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4543 (exit $ac_status); }; }; then
4544 eval "$as_ac_var=yes"
4546 echo "$as_me: failed program was:" >&5
4547 sed 's/^/| /' conftest.$ac_ext >&5
4549 eval "$as_ac_var=no"
4551 rm -f conftest.err conftest.$ac_objext \
4552 conftest$ac_exeext conftest.$ac_ext
4554 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4555 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4556 if test `eval echo '${'$as_ac_var'}'` = yes; then
4557 cat >>confdefs.h <<_ACEOF
4558 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4565 if test "${ac_cv_func_stpcpy+set}" != "set"; then
4567 for ac_func in stpcpy
4569 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4570 echo "$as_me:$LINENO: checking for $ac_func" >&5
4571 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4572 if eval "test \"\${$as_ac_var+set}\" = set"; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4575 cat >conftest.$ac_ext <<_ACEOF
4578 cat confdefs.h >>conftest.$ac_ext
4579 cat >>conftest.$ac_ext <<_ACEOF
4580 /* end confdefs.h. */
4581 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4582 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4583 #define $ac_func innocuous_$ac_func
4585 /* System header to define __stub macros and hopefully few prototypes,
4586 which can conflict with char $ac_func (); below.
4587 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4588 <limits.h> exists even on freestanding compilers. */
4591 # include <limits.h>
4593 # include <assert.h>
4598 /* Override any gcc2 internal prototype to avoid an error. */
4603 /* We use char because int might match the return type of a gcc2
4604 builtin and then its argument prototype would still apply. */
4606 /* The GNU C library defines this for functions which it implements
4607 to always fail with ENOSYS. Some functions are actually named
4608 something starting with __ and the normal name is an alias. */
4609 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4612 char (*f) () = $ac_func;
4621 return f != $ac_func;
4626 rm -f conftest.$ac_objext conftest$ac_exeext
4627 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4628 (eval $ac_link) 2>conftest.er1
4630 grep -v '^ *+' conftest.er1 >conftest.err
4632 cat conftest.err >&5
4633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4634 (exit $ac_status); } &&
4635 { ac_try='test -z "$ac_c_werror_flag"
4636 || test ! -s conftest.err'
4637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4641 (exit $ac_status); }; } &&
4642 { ac_try='test -s conftest$ac_exeext'
4643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); }; }; then
4648 eval "$as_ac_var=yes"
4650 echo "$as_me: failed program was:" >&5
4651 sed 's/^/| /' conftest.$ac_ext >&5
4653 eval "$as_ac_var=no"
4655 rm -f conftest.err conftest.$ac_objext \
4656 conftest$ac_exeext conftest.$ac_ext
4658 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4659 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4660 if test `eval echo '${'$as_ac_var'}'` = yes; then
4661 cat >>confdefs.h <<_ACEOF
4662 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4669 if test "${ac_cv_func_stpcpy}" = "yes"; then
4670 cat >>confdefs.h <<\_ACEOF
4671 #define HAVE_STPCPY 1
4676 if test $ac_cv_header_locale_h = yes; then
4677 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
4678 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
4679 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
4680 echo $ECHO_N "(cached) $ECHO_C" >&6
4682 cat >conftest.$ac_ext <<_ACEOF
4685 cat confdefs.h >>conftest.$ac_ext
4686 cat >>conftest.$ac_ext <<_ACEOF
4687 /* end confdefs.h. */
4697 rm -f conftest.$ac_objext conftest$ac_exeext
4698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4699 (eval $ac_link) 2>conftest.er1
4701 grep -v '^ *+' conftest.er1 >conftest.err
4703 cat conftest.err >&5
4704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4705 (exit $ac_status); } &&
4706 { ac_try='test -z "$ac_c_werror_flag"
4707 || test ! -s conftest.err'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; } &&
4713 { ac_try='test -s conftest$ac_exeext'
4714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); }; }; then
4719 am_cv_val_LC_MESSAGES=yes
4721 echo "$as_me: failed program was:" >&5
4722 sed 's/^/| /' conftest.$ac_ext >&5
4724 am_cv_val_LC_MESSAGES=no
4726 rm -f conftest.err conftest.$ac_objext \
4727 conftest$ac_exeext conftest.$ac_ext
4729 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
4730 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
4731 if test $am_cv_val_LC_MESSAGES = yes; then
4732 cat >>confdefs.h <<\_ACEOF
4733 #define HAVE_LC_MESSAGES 1
4738 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
4739 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
4740 # Check whether --enable-nls or --disable-nls was given.
4741 if test "${enable_nls+set}" = set; then
4742 enableval="$enable_nls"
4747 echo "$as_me:$LINENO: result: $USE_NLS" >&5
4748 echo "${ECHO_T}$USE_NLS" >&6
4751 USE_INCLUDED_LIBINTL=no
4753 if test "$USE_NLS" = "yes"; then
4754 cat >>confdefs.h <<\_ACEOF
4755 #define ENABLE_NLS 1
4758 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
4759 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
4761 # Check whether --with-included-gettext or --without-included-gettext was given.
4762 if test "${with_included_gettext+set}" = set; then
4763 withval="$with_included_gettext"
4764 nls_cv_force_use_gnu_gettext=$withval
4766 nls_cv_force_use_gnu_gettext=no
4768 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
4769 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
4771 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
4772 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
4774 nls_cv_header_libgt=
4777 if test "${ac_cv_header_libintl_h+set}" = set; then
4778 echo "$as_me:$LINENO: checking for libintl.h" >&5
4779 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
4780 if test "${ac_cv_header_libintl_h+set}" = set; then
4781 echo $ECHO_N "(cached) $ECHO_C" >&6
4783 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
4784 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
4786 # Is the header compilable?
4787 echo "$as_me:$LINENO: checking libintl.h usability" >&5
4788 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
4789 cat >conftest.$ac_ext <<_ACEOF
4792 cat confdefs.h >>conftest.$ac_ext
4793 cat >>conftest.$ac_ext <<_ACEOF
4794 /* end confdefs.h. */
4795 $ac_includes_default
4796 #include <libintl.h>
4798 rm -f conftest.$ac_objext
4799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4800 (eval $ac_compile) 2>conftest.er1
4802 grep -v '^ *+' conftest.er1 >conftest.err
4804 cat conftest.err >&5
4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4806 (exit $ac_status); } &&
4807 { ac_try='test -z "$ac_c_werror_flag"
4808 || test ! -s conftest.err'
4809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4813 (exit $ac_status); }; } &&
4814 { ac_try='test -s conftest.$ac_objext'
4815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4819 (exit $ac_status); }; }; then
4820 ac_header_compiler=yes
4822 echo "$as_me: failed program was:" >&5
4823 sed 's/^/| /' conftest.$ac_ext >&5
4825 ac_header_compiler=no
4827 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4828 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4829 echo "${ECHO_T}$ac_header_compiler" >&6
4831 # Is the header present?
4832 echo "$as_me:$LINENO: checking libintl.h presence" >&5
4833 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
4834 cat >conftest.$ac_ext <<_ACEOF
4837 cat confdefs.h >>conftest.$ac_ext
4838 cat >>conftest.$ac_ext <<_ACEOF
4839 /* end confdefs.h. */
4840 #include <libintl.h>
4842 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4843 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4845 grep -v '^ *+' conftest.er1 >conftest.err
4847 cat conftest.err >&5
4848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849 (exit $ac_status); } >/dev/null; then
4850 if test -s conftest.err; then
4851 ac_cpp_err=$ac_c_preproc_warn_flag
4852 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4859 if test -z "$ac_cpp_err"; then
4860 ac_header_preproc=yes
4862 echo "$as_me: failed program was:" >&5
4863 sed 's/^/| /' conftest.$ac_ext >&5
4865 ac_header_preproc=no
4867 rm -f conftest.err conftest.$ac_ext
4868 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4869 echo "${ECHO_T}$ac_header_preproc" >&6
4871 # So? What about this header?
4872 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4874 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
4875 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4876 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
4877 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
4878 ac_header_preproc=yes
4881 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
4882 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
4883 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
4884 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
4885 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
4886 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
4887 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
4888 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
4889 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
4890 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
4891 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
4892 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
4895 ## ------------------------------------------ ##
4896 ## Report this to the AC_PACKAGE_NAME lists. ##
4897 ## ------------------------------------------ ##
4900 sed "s/^/$as_me: WARNING: /" >&2
4903 echo "$as_me:$LINENO: checking for libintl.h" >&5
4904 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
4905 if test "${ac_cv_header_libintl_h+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4908 ac_cv_header_libintl_h=$ac_header_preproc
4910 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
4911 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
4914 if test $ac_cv_header_libintl_h = yes; then
4915 echo "$as_me:$LINENO: checking for gettext in libc" >&5
4916 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
4917 if test "${gt_cv_func_gettext_libc+set}" = set; then
4918 echo $ECHO_N "(cached) $ECHO_C" >&6
4920 cat >conftest.$ac_ext <<_ACEOF
4923 cat confdefs.h >>conftest.$ac_ext
4924 cat >>conftest.$ac_ext <<_ACEOF
4925 /* end confdefs.h. */
4926 #include <libintl.h>
4930 return (int) gettext ("")
4935 rm -f conftest.$ac_objext conftest$ac_exeext
4936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4937 (eval $ac_link) 2>conftest.er1
4939 grep -v '^ *+' conftest.er1 >conftest.err
4941 cat conftest.err >&5
4942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4943 (exit $ac_status); } &&
4944 { ac_try='test -z "$ac_c_werror_flag"
4945 || test ! -s conftest.err'
4946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950 (exit $ac_status); }; } &&
4951 { ac_try='test -s conftest$ac_exeext'
4952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956 (exit $ac_status); }; }; then
4957 gt_cv_func_gettext_libc=yes
4959 echo "$as_me: failed program was:" >&5
4960 sed 's/^/| /' conftest.$ac_ext >&5
4962 gt_cv_func_gettext_libc=no
4964 rm -f conftest.err conftest.$ac_objext \
4965 conftest$ac_exeext conftest.$ac_ext
4967 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
4968 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
4970 if test "$gt_cv_func_gettext_libc" != "yes"; then
4971 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
4972 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
4973 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
4974 echo $ECHO_N "(cached) $ECHO_C" >&6
4976 ac_check_lib_save_LIBS=$LIBS
4978 cat >conftest.$ac_ext <<_ACEOF
4981 cat confdefs.h >>conftest.$ac_ext
4982 cat >>conftest.$ac_ext <<_ACEOF
4983 /* end confdefs.h. */
4985 /* Override any gcc2 internal prototype to avoid an error. */
4989 /* We use char because int might match the return type of a gcc2
4990 builtin and then its argument prototype would still apply. */
4991 char bindtextdomain ();
5000 rm -f conftest.$ac_objext conftest$ac_exeext
5001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5002 (eval $ac_link) 2>conftest.er1
5004 grep -v '^ *+' conftest.er1 >conftest.err
5006 cat conftest.err >&5
5007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5008 (exit $ac_status); } &&
5009 { ac_try='test -z "$ac_c_werror_flag"
5010 || test ! -s conftest.err'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; } &&
5016 { ac_try='test -s conftest$ac_exeext'
5017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5021 (exit $ac_status); }; }; then
5022 ac_cv_lib_intl_bindtextdomain=yes
5024 echo "$as_me: failed program was:" >&5
5025 sed 's/^/| /' conftest.$ac_ext >&5
5027 ac_cv_lib_intl_bindtextdomain=no
5029 rm -f conftest.err conftest.$ac_objext \
5030 conftest$ac_exeext conftest.$ac_ext
5031 LIBS=$ac_check_lib_save_LIBS
5033 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
5034 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
5035 if test $ac_cv_lib_intl_bindtextdomain = yes; then
5036 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
5037 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
5038 if test "${gt_cv_func_gettext_libintl+set}" = set; then
5039 echo $ECHO_N "(cached) $ECHO_C" >&6
5041 cat >conftest.$ac_ext <<_ACEOF
5044 cat confdefs.h >>conftest.$ac_ext
5045 cat >>conftest.$ac_ext <<_ACEOF
5046 /* end confdefs.h. */
5051 return (int) gettext ("")
5056 rm -f conftest.$ac_objext conftest$ac_exeext
5057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5058 (eval $ac_link) 2>conftest.er1
5060 grep -v '^ *+' conftest.er1 >conftest.err
5062 cat conftest.err >&5
5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5064 (exit $ac_status); } &&
5065 { ac_try='test -z "$ac_c_werror_flag"
5066 || test ! -s conftest.err'
5067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5071 (exit $ac_status); }; } &&
5072 { ac_try='test -s conftest$ac_exeext'
5073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5077 (exit $ac_status); }; }; then
5078 gt_cv_func_gettext_libintl=yes
5080 echo "$as_me: failed program was:" >&5
5081 sed 's/^/| /' conftest.$ac_ext >&5
5083 gt_cv_func_gettext_libintl=no
5085 rm -f conftest.err conftest.$ac_objext \
5086 conftest$ac_exeext conftest.$ac_ext
5088 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
5089 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
5094 if test "$gt_cv_func_gettext_libc" = "yes" \
5095 || test "$gt_cv_func_gettext_libintl" = "yes"; then
5096 cat >>confdefs.h <<\_ACEOF
5097 #define HAVE_GETTEXT 1
5100 # Extract the first word of "msgfmt", so it can be a program name with args.
5101 set dummy msgfmt; ac_word=$2
5102 echo "$as_me:$LINENO: checking for $ac_word" >&5
5103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5104 if test "${ac_cv_path_MSGFMT+set}" = set; then
5105 echo $ECHO_N "(cached) $ECHO_C" >&6
5109 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5112 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5113 for ac_dir in $PATH; do
5114 test -z "$ac_dir" && ac_dir=.
5115 if test -f $ac_dir/$ac_word; then
5116 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5117 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5123 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
5127 MSGFMT="$ac_cv_path_MSGFMT"
5128 if test -n "$MSGFMT"; then
5129 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5130 echo "${ECHO_T}$MSGFMT" >&6
5132 echo "$as_me:$LINENO: result: no" >&5
5133 echo "${ECHO_T}no" >&6
5135 if test "$MSGFMT" != "no"; then
5137 for ac_func in dcgettext
5139 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5140 echo "$as_me:$LINENO: checking for $ac_func" >&5
5141 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5142 if eval "test \"\${$as_ac_var+set}\" = set"; then
5143 echo $ECHO_N "(cached) $ECHO_C" >&6
5145 cat >conftest.$ac_ext <<_ACEOF
5148 cat confdefs.h >>conftest.$ac_ext
5149 cat >>conftest.$ac_ext <<_ACEOF
5150 /* end confdefs.h. */
5151 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5152 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5153 #define $ac_func innocuous_$ac_func
5155 /* System header to define __stub macros and hopefully few prototypes,
5156 which can conflict with char $ac_func (); below.
5157 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5158 <limits.h> exists even on freestanding compilers. */
5161 # include <limits.h>
5163 # include <assert.h>
5168 /* Override any gcc2 internal prototype to avoid an error. */
5173 /* We use char because int might match the return type of a gcc2
5174 builtin and then its argument prototype would still apply. */
5176 /* The GNU C library defines this for functions which it implements
5177 to always fail with ENOSYS. Some functions are actually named
5178 something starting with __ and the normal name is an alias. */
5179 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5182 char (*f) () = $ac_func;
5191 return f != $ac_func;
5196 rm -f conftest.$ac_objext conftest$ac_exeext
5197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5198 (eval $ac_link) 2>conftest.er1
5200 grep -v '^ *+' conftest.er1 >conftest.err
5202 cat conftest.err >&5
5203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5204 (exit $ac_status); } &&
5205 { ac_try='test -z "$ac_c_werror_flag"
5206 || test ! -s conftest.err'
5207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211 (exit $ac_status); }; } &&
5212 { ac_try='test -s conftest$ac_exeext'
5213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); }; }; then
5218 eval "$as_ac_var=yes"
5220 echo "$as_me: failed program was:" >&5
5221 sed 's/^/| /' conftest.$ac_ext >&5
5223 eval "$as_ac_var=no"
5225 rm -f conftest.err conftest.$ac_objext \
5226 conftest$ac_exeext conftest.$ac_ext
5228 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5229 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5230 if test `eval echo '${'$as_ac_var'}'` = yes; then
5231 cat >>confdefs.h <<_ACEOF
5232 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5238 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5239 set dummy gmsgfmt; ac_word=$2
5240 echo "$as_me:$LINENO: checking for $ac_word" >&5
5241 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5242 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5243 echo $ECHO_N "(cached) $ECHO_C" >&6
5247 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5254 test -z "$as_dir" && as_dir=.
5255 for ac_exec_ext in '' $ac_executable_extensions; do
5256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5257 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5264 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5268 GMSGFMT=$ac_cv_path_GMSGFMT
5270 if test -n "$GMSGFMT"; then
5271 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5272 echo "${ECHO_T}$GMSGFMT" >&6
5274 echo "$as_me:$LINENO: result: no" >&5
5275 echo "${ECHO_T}no" >&6
5278 # Extract the first word of "xgettext", so it can be a program name with args.
5279 set dummy xgettext; ac_word=$2
5280 echo "$as_me:$LINENO: checking for $ac_word" >&5
5281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5282 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5283 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5290 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5291 for ac_dir in $PATH; do
5292 test -z "$ac_dir" && ac_dir=.
5293 if test -f $ac_dir/$ac_word; then
5294 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5295 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5301 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5305 XGETTEXT="$ac_cv_path_XGETTEXT"
5306 if test -n "$XGETTEXT"; then
5307 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5308 echo "${ECHO_T}$XGETTEXT" >&6
5310 echo "$as_me:$LINENO: result: no" >&5
5311 echo "${ECHO_T}no" >&6
5314 cat >conftest.$ac_ext <<_ACEOF
5317 cat confdefs.h >>conftest.$ac_ext
5318 cat >>conftest.$ac_ext <<_ACEOF
5319 /* end confdefs.h. */
5324 extern int _nl_msg_cat_cntr;
5325 return _nl_msg_cat_cntr
5330 rm -f conftest.$ac_objext conftest$ac_exeext
5331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5332 (eval $ac_link) 2>conftest.er1
5334 grep -v '^ *+' conftest.er1 >conftest.err
5336 cat conftest.err >&5
5337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 (exit $ac_status); } &&
5339 { ac_try='test -z "$ac_c_werror_flag"
5340 || test ! -s conftest.err'
5341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5345 (exit $ac_status); }; } &&
5346 { ac_try='test -s conftest$ac_exeext'
5347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5351 (exit $ac_status); }; }; then
5355 echo "$as_me: failed program was:" >&5
5356 sed 's/^/| /' conftest.$ac_ext >&5
5361 rm -f conftest.err conftest.$ac_objext \
5362 conftest$ac_exeext conftest.$ac_ext
5372 if test "$CATOBJEXT" = "NONE"; then
5373 nls_cv_use_gnu_gettext=yes
5377 if test "$nls_cv_use_gnu_gettext" = "yes"; then
5378 INTLOBJS="\$(GETTOBJS)"
5379 # Extract the first word of "msgfmt", so it can be a program name with args.
5380 set dummy msgfmt; ac_word=$2
5381 echo "$as_me:$LINENO: checking for $ac_word" >&5
5382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5383 if test "${ac_cv_path_MSGFMT+set}" = set; then
5384 echo $ECHO_N "(cached) $ECHO_C" >&6
5388 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5391 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5392 for ac_dir in $PATH; do
5393 test -z "$ac_dir" && ac_dir=.
5394 if test -f $ac_dir/$ac_word; then
5395 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5396 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5402 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
5406 MSGFMT="$ac_cv_path_MSGFMT"
5407 if test -n "$MSGFMT"; then
5408 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5409 echo "${ECHO_T}$MSGFMT" >&6
5411 echo "$as_me:$LINENO: result: no" >&5
5412 echo "${ECHO_T}no" >&6
5415 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5416 set dummy gmsgfmt; ac_word=$2
5417 echo "$as_me:$LINENO: checking for $ac_word" >&5
5418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5419 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5420 echo $ECHO_N "(cached) $ECHO_C" >&6
5424 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5434 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5441 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5445 GMSGFMT=$ac_cv_path_GMSGFMT
5447 if test -n "$GMSGFMT"; then
5448 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5449 echo "${ECHO_T}$GMSGFMT" >&6
5451 echo "$as_me:$LINENO: result: no" >&5
5452 echo "${ECHO_T}no" >&6
5455 # Extract the first word of "xgettext", so it can be a program name with args.
5456 set dummy xgettext; ac_word=$2
5457 echo "$as_me:$LINENO: checking for $ac_word" >&5
5458 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5459 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5460 echo $ECHO_N "(cached) $ECHO_C" >&6
5464 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5467 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5468 for ac_dir in $PATH; do
5469 test -z "$ac_dir" && ac_dir=.
5470 if test -f $ac_dir/$ac_word; then
5471 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5472 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5478 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5482 XGETTEXT="$ac_cv_path_XGETTEXT"
5483 if test -n "$XGETTEXT"; then
5484 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5485 echo "${ECHO_T}$XGETTEXT" >&6
5487 echo "$as_me:$LINENO: result: no" >&5
5488 echo "${ECHO_T}no" >&6
5492 USE_INCLUDED_LIBINTL=yes
5496 INTLDEPS='$(top_builddir)/../intl/libintl.a'
5498 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
5499 nls_cv_header_intl=libintl.h
5500 nls_cv_header_libgt=libgettext.h
5503 if test "$XGETTEXT" != ":"; then
5504 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
5507 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
5508 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
5513 # We need to process the po/ directory.
5517 nls_cv_header_intl=libintl.h
5518 nls_cv_header_libgt=libgettext.h
5521 # If this is used in GNU gettext we have to set USE_NLS to `yes'
5522 # because some of the sources are only built for this goal.
5523 if test "$PACKAGE" = gettext; then
5525 USE_INCLUDED_LIBINTL=yes
5528 for lang in $ALL_LINGUAS; do
5529 GMOFILES="$GMOFILES $lang.gmo"
5530 POFILES="$POFILES $lang.po"
5546 if test "x$CATOBJEXT" != "x"; then
5547 if test "x$ALL_LINGUAS" = "x"; then
5550 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5551 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5553 for lang in ${LINGUAS=$ALL_LINGUAS}; do
5554 case "$ALL_LINGUAS" in
5555 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
5558 LINGUAS=$NEW_LINGUAS
5559 echo "$as_me:$LINENO: result: $LINGUAS" >&5
5560 echo "${ECHO_T}$LINGUAS" >&6
5563 if test -n "$LINGUAS"; then
5564 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
5568 if test $ac_cv_header_locale_h = yes; then
5569 INCLUDE_LOCALE_H="#include <locale.h>"
5572 /* The system does not provide the header <locale.h>. Take care yourself. */"
5576 if test -f $srcdir/po2tbl.sed.in; then
5577 if test "$CATOBJEXT" = ".cat"; then
5578 if test "${ac_cv_header_linux_version_h+set}" = set; then
5579 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5580 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5581 if test "${ac_cv_header_linux_version_h+set}" = set; then
5582 echo $ECHO_N "(cached) $ECHO_C" >&6
5584 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5585 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5587 # Is the header compilable?
5588 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
5589 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
5590 cat >conftest.$ac_ext <<_ACEOF
5593 cat confdefs.h >>conftest.$ac_ext
5594 cat >>conftest.$ac_ext <<_ACEOF
5595 /* end confdefs.h. */
5596 $ac_includes_default
5597 #include <linux/version.h>
5599 rm -f conftest.$ac_objext
5600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5601 (eval $ac_compile) 2>conftest.er1
5603 grep -v '^ *+' conftest.er1 >conftest.err
5605 cat conftest.err >&5
5606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5607 (exit $ac_status); } &&
5608 { ac_try='test -z "$ac_c_werror_flag"
5609 || test ! -s conftest.err'
5610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); }; } &&
5615 { ac_try='test -s conftest.$ac_objext'
5616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620 (exit $ac_status); }; }; then
5621 ac_header_compiler=yes
5623 echo "$as_me: failed program was:" >&5
5624 sed 's/^/| /' conftest.$ac_ext >&5
5626 ac_header_compiler=no
5628 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5629 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5630 echo "${ECHO_T}$ac_header_compiler" >&6
5632 # Is the header present?
5633 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
5634 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
5635 cat >conftest.$ac_ext <<_ACEOF
5638 cat confdefs.h >>conftest.$ac_ext
5639 cat >>conftest.$ac_ext <<_ACEOF
5640 /* end confdefs.h. */
5641 #include <linux/version.h>
5643 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5644 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5646 grep -v '^ *+' conftest.er1 >conftest.err
5648 cat conftest.err >&5
5649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5650 (exit $ac_status); } >/dev/null; then
5651 if test -s conftest.err; then
5652 ac_cpp_err=$ac_c_preproc_warn_flag
5653 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5660 if test -z "$ac_cpp_err"; then
5661 ac_header_preproc=yes
5663 echo "$as_me: failed program was:" >&5
5664 sed 's/^/| /' conftest.$ac_ext >&5
5666 ac_header_preproc=no
5668 rm -f conftest.err conftest.$ac_ext
5669 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5670 echo "${ECHO_T}$ac_header_preproc" >&6
5672 # So? What about this header?
5673 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5675 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
5676 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5677 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
5678 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
5679 ac_header_preproc=yes
5682 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
5683 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
5684 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
5685 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
5686 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
5687 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
5688 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
5689 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
5690 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
5691 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
5692 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
5693 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
5696 ## ------------------------------------------ ##
5697 ## Report this to the AC_PACKAGE_NAME lists. ##
5698 ## ------------------------------------------ ##
5701 sed "s/^/$as_me: WARNING: /" >&2
5704 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5705 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5706 if test "${ac_cv_header_linux_version_h+set}" = set; then
5707 echo $ECHO_N "(cached) $ECHO_C" >&6
5709 ac_cv_header_linux_version_h=$ac_header_preproc
5711 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5712 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5715 if test $ac_cv_header_linux_version_h = yes; then
5723 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
5725 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
5726 $srcdir/po2tbl.sed.in > po2tbl.sed
5729 if test "$PACKAGE" = "gettext"; then
5739 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
5745 if test -d $srcdir/po; then
5746 test -d po || mkdir po
5747 if test "x$srcdir" != "x."; then
5748 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
5749 posrcprefix="$srcdir/"
5751 posrcprefix="../$srcdir/"
5757 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
5758 < $srcdir/po/POTFILES.in > po/POTFILES
5762 # Check for common headers.
5763 # FIXME: Seems to me this can cause problems for i386-windows hosts.
5764 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
5770 for ac_header in stdlib.h string.h strings.h unistd.h time.h
5772 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5773 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5774 echo "$as_me:$LINENO: checking for $ac_header" >&5
5775 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5776 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5777 echo $ECHO_N "(cached) $ECHO_C" >&6
5779 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5780 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5782 # Is the header compilable?
5783 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5784 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5785 cat >conftest.$ac_ext <<_ACEOF
5788 cat confdefs.h >>conftest.$ac_ext
5789 cat >>conftest.$ac_ext <<_ACEOF
5790 /* end confdefs.h. */
5791 $ac_includes_default
5792 #include <$ac_header>
5794 rm -f conftest.$ac_objext
5795 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5796 (eval $ac_compile) 2>conftest.er1
5798 grep -v '^ *+' conftest.er1 >conftest.err
5800 cat conftest.err >&5
5801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5802 (exit $ac_status); } &&
5803 { ac_try='test -z "$ac_c_werror_flag"
5804 || test ! -s conftest.err'
5805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5809 (exit $ac_status); }; } &&
5810 { ac_try='test -s conftest.$ac_objext'
5811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5815 (exit $ac_status); }; }; then
5816 ac_header_compiler=yes
5818 echo "$as_me: failed program was:" >&5
5819 sed 's/^/| /' conftest.$ac_ext >&5
5821 ac_header_compiler=no
5823 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5824 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5825 echo "${ECHO_T}$ac_header_compiler" >&6
5827 # Is the header present?
5828 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5829 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5830 cat >conftest.$ac_ext <<_ACEOF
5833 cat confdefs.h >>conftest.$ac_ext
5834 cat >>conftest.$ac_ext <<_ACEOF
5835 /* end confdefs.h. */
5836 #include <$ac_header>
5838 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5839 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5841 grep -v '^ *+' conftest.er1 >conftest.err
5843 cat conftest.err >&5
5844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5845 (exit $ac_status); } >/dev/null; then
5846 if test -s conftest.err; then
5847 ac_cpp_err=$ac_c_preproc_warn_flag
5848 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5855 if test -z "$ac_cpp_err"; then
5856 ac_header_preproc=yes
5858 echo "$as_me: failed program was:" >&5
5859 sed 's/^/| /' conftest.$ac_ext >&5
5861 ac_header_preproc=no
5863 rm -f conftest.err conftest.$ac_ext
5864 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5865 echo "${ECHO_T}$ac_header_preproc" >&6
5867 # So? What about this header?
5868 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5870 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5871 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5872 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5873 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5874 ac_header_preproc=yes
5877 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5878 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5879 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5880 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5881 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5882 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5883 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5884 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5885 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5886 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5887 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5888 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5891 ## ------------------------------------------ ##
5892 ## Report this to the AC_PACKAGE_NAME lists. ##
5893 ## ------------------------------------------ ##
5896 sed "s/^/$as_me: WARNING: /" >&2
5899 echo "$as_me:$LINENO: checking for $ac_header" >&5
5900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5901 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5902 echo $ECHO_N "(cached) $ECHO_C" >&6
5904 eval "$as_ac_Header=\$ac_header_preproc"
5906 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5907 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5911 cat >>confdefs.h <<_ACEOF
5912 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5921 for ac_header in sys/time.h sys/resource.h
5923 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5924 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5925 echo "$as_me:$LINENO: checking for $ac_header" >&5
5926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5927 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5928 echo $ECHO_N "(cached) $ECHO_C" >&6
5930 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5931 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5933 # Is the header compilable?
5934 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5935 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5936 cat >conftest.$ac_ext <<_ACEOF
5939 cat confdefs.h >>conftest.$ac_ext
5940 cat >>conftest.$ac_ext <<_ACEOF
5941 /* end confdefs.h. */
5942 $ac_includes_default
5943 #include <$ac_header>
5945 rm -f conftest.$ac_objext
5946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5947 (eval $ac_compile) 2>conftest.er1
5949 grep -v '^ *+' conftest.er1 >conftest.err
5951 cat conftest.err >&5
5952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953 (exit $ac_status); } &&
5954 { ac_try='test -z "$ac_c_werror_flag"
5955 || test ! -s conftest.err'
5956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5960 (exit $ac_status); }; } &&
5961 { ac_try='test -s conftest.$ac_objext'
5962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966 (exit $ac_status); }; }; then
5967 ac_header_compiler=yes
5969 echo "$as_me: failed program was:" >&5
5970 sed 's/^/| /' conftest.$ac_ext >&5
5972 ac_header_compiler=no
5974 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5975 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5976 echo "${ECHO_T}$ac_header_compiler" >&6
5978 # Is the header present?
5979 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5980 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5981 cat >conftest.$ac_ext <<_ACEOF
5984 cat confdefs.h >>conftest.$ac_ext
5985 cat >>conftest.$ac_ext <<_ACEOF
5986 /* end confdefs.h. */
5987 #include <$ac_header>
5989 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5990 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5992 grep -v '^ *+' conftest.er1 >conftest.err
5994 cat conftest.err >&5
5995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5996 (exit $ac_status); } >/dev/null; then
5997 if test -s conftest.err; then
5998 ac_cpp_err=$ac_c_preproc_warn_flag
5999 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6006 if test -z "$ac_cpp_err"; then
6007 ac_header_preproc=yes
6009 echo "$as_me: failed program was:" >&5
6010 sed 's/^/| /' conftest.$ac_ext >&5
6012 ac_header_preproc=no
6014 rm -f conftest.err conftest.$ac_ext
6015 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6016 echo "${ECHO_T}$ac_header_preproc" >&6
6018 # So? What about this header?
6019 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6021 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6022 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6023 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6024 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6025 ac_header_preproc=yes
6028 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6029 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6030 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6031 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6032 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6033 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6034 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6035 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6036 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6037 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6038 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6039 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6042 ## ------------------------------------------ ##
6043 ## Report this to the AC_PACKAGE_NAME lists. ##
6044 ## ------------------------------------------ ##
6047 sed "s/^/$as_me: WARNING: /" >&2
6050 echo "$as_me:$LINENO: checking for $ac_header" >&5
6051 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6052 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6053 echo $ECHO_N "(cached) $ECHO_C" >&6
6055 eval "$as_ac_Header=\$ac_header_preproc"
6057 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6058 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6061 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6062 cat >>confdefs.h <<_ACEOF
6063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6072 for ac_header in fcntl.h fpu_control.h
6074 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6075 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6076 echo "$as_me:$LINENO: checking for $ac_header" >&5
6077 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6078 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6079 echo $ECHO_N "(cached) $ECHO_C" >&6
6081 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6082 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6084 # Is the header compilable?
6085 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6086 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6087 cat >conftest.$ac_ext <<_ACEOF
6090 cat confdefs.h >>conftest.$ac_ext
6091 cat >>conftest.$ac_ext <<_ACEOF
6092 /* end confdefs.h. */
6093 $ac_includes_default
6094 #include <$ac_header>
6096 rm -f conftest.$ac_objext
6097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6098 (eval $ac_compile) 2>conftest.er1
6100 grep -v '^ *+' conftest.er1 >conftest.err
6102 cat conftest.err >&5
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); } &&
6105 { ac_try='test -z "$ac_c_werror_flag"
6106 || test ! -s conftest.err'
6107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6111 (exit $ac_status); }; } &&
6112 { ac_try='test -s conftest.$ac_objext'
6113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6117 (exit $ac_status); }; }; then
6118 ac_header_compiler=yes
6120 echo "$as_me: failed program was:" >&5
6121 sed 's/^/| /' conftest.$ac_ext >&5
6123 ac_header_compiler=no
6125 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6126 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6127 echo "${ECHO_T}$ac_header_compiler" >&6
6129 # Is the header present?
6130 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6131 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6132 cat >conftest.$ac_ext <<_ACEOF
6135 cat confdefs.h >>conftest.$ac_ext
6136 cat >>conftest.$ac_ext <<_ACEOF
6137 /* end confdefs.h. */
6138 #include <$ac_header>
6140 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6141 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6143 grep -v '^ *+' conftest.er1 >conftest.err
6145 cat conftest.err >&5
6146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6147 (exit $ac_status); } >/dev/null; then
6148 if test -s conftest.err; then
6149 ac_cpp_err=$ac_c_preproc_warn_flag
6150 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6157 if test -z "$ac_cpp_err"; then
6158 ac_header_preproc=yes
6160 echo "$as_me: failed program was:" >&5
6161 sed 's/^/| /' conftest.$ac_ext >&5
6163 ac_header_preproc=no
6165 rm -f conftest.err conftest.$ac_ext
6166 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6167 echo "${ECHO_T}$ac_header_preproc" >&6
6169 # So? What about this header?
6170 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6172 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6173 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6175 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6176 ac_header_preproc=yes
6179 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6180 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6181 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6182 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6183 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6184 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6185 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6186 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6187 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6188 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6189 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6190 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6193 ## ------------------------------------------ ##
6194 ## Report this to the AC_PACKAGE_NAME lists. ##
6195 ## ------------------------------------------ ##
6198 sed "s/^/$as_me: WARNING: /" >&2
6201 echo "$as_me:$LINENO: checking for $ac_header" >&5
6202 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6203 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6204 echo $ECHO_N "(cached) $ECHO_C" >&6
6206 eval "$as_ac_Header=\$ac_header_preproc"
6208 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6209 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6212 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6213 cat >>confdefs.h <<_ACEOF
6214 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6224 for ac_header in dlfcn.h errno.h sys/stat.h
6226 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6227 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6228 echo "$as_me:$LINENO: checking for $ac_header" >&5
6229 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6230 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6231 echo $ECHO_N "(cached) $ECHO_C" >&6
6233 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6234 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6236 # Is the header compilable?
6237 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6238 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6239 cat >conftest.$ac_ext <<_ACEOF
6242 cat confdefs.h >>conftest.$ac_ext
6243 cat >>conftest.$ac_ext <<_ACEOF
6244 /* end confdefs.h. */
6245 $ac_includes_default
6246 #include <$ac_header>
6248 rm -f conftest.$ac_objext
6249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6250 (eval $ac_compile) 2>conftest.er1
6252 grep -v '^ *+' conftest.er1 >conftest.err
6254 cat conftest.err >&5
6255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6256 (exit $ac_status); } &&
6257 { ac_try='test -z "$ac_c_werror_flag"
6258 || test ! -s conftest.err'
6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6263 (exit $ac_status); }; } &&
6264 { ac_try='test -s conftest.$ac_objext'
6265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); }; }; then
6270 ac_header_compiler=yes
6272 echo "$as_me: failed program was:" >&5
6273 sed 's/^/| /' conftest.$ac_ext >&5
6275 ac_header_compiler=no
6277 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6278 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6279 echo "${ECHO_T}$ac_header_compiler" >&6
6281 # Is the header present?
6282 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6283 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6284 cat >conftest.$ac_ext <<_ACEOF
6287 cat confdefs.h >>conftest.$ac_ext
6288 cat >>conftest.$ac_ext <<_ACEOF
6289 /* end confdefs.h. */
6290 #include <$ac_header>
6292 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6293 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6295 grep -v '^ *+' conftest.er1 >conftest.err
6297 cat conftest.err >&5
6298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6299 (exit $ac_status); } >/dev/null; then
6300 if test -s conftest.err; then
6301 ac_cpp_err=$ac_c_preproc_warn_flag
6302 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6309 if test -z "$ac_cpp_err"; then
6310 ac_header_preproc=yes
6312 echo "$as_me: failed program was:" >&5
6313 sed 's/^/| /' conftest.$ac_ext >&5
6315 ac_header_preproc=no
6317 rm -f conftest.err conftest.$ac_ext
6318 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6319 echo "${ECHO_T}$ac_header_preproc" >&6
6321 # So? What about this header?
6322 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6324 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6325 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6326 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6327 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6328 ac_header_preproc=yes
6331 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6332 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6333 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6334 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6335 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6336 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6337 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6338 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6339 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6340 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6341 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6342 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6345 ## ------------------------------------------ ##
6346 ## Report this to the AC_PACKAGE_NAME lists. ##
6347 ## ------------------------------------------ ##
6350 sed "s/^/$as_me: WARNING: /" >&2
6353 echo "$as_me:$LINENO: checking for $ac_header" >&5
6354 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6355 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6356 echo $ECHO_N "(cached) $ECHO_C" >&6
6358 eval "$as_ac_Header=\$ac_header_preproc"
6360 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6361 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6364 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6365 cat >>confdefs.h <<_ACEOF
6366 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6377 for ac_func in getrusage time sigaction __setfpucw
6379 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6380 echo "$as_me:$LINENO: checking for $ac_func" >&5
6381 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6382 if eval "test \"\${$as_ac_var+set}\" = set"; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6
6385 cat >conftest.$ac_ext <<_ACEOF
6388 cat confdefs.h >>conftest.$ac_ext
6389 cat >>conftest.$ac_ext <<_ACEOF
6390 /* end confdefs.h. */
6391 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6393 #define $ac_func innocuous_$ac_func
6395 /* System header to define __stub macros and hopefully few prototypes,
6396 which can conflict with char $ac_func (); below.
6397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6398 <limits.h> exists even on freestanding compilers. */
6401 # include <limits.h>
6403 # include <assert.h>
6408 /* Override any gcc2 internal prototype to avoid an error. */
6413 /* We use char because int might match the return type of a gcc2
6414 builtin and then its argument prototype would still apply. */
6416 /* The GNU C library defines this for functions which it implements
6417 to always fail with ENOSYS. Some functions are actually named
6418 something starting with __ and the normal name is an alias. */
6419 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6422 char (*f) () = $ac_func;
6431 return f != $ac_func;
6436 rm -f conftest.$ac_objext conftest$ac_exeext
6437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6438 (eval $ac_link) 2>conftest.er1
6440 grep -v '^ *+' conftest.er1 >conftest.err
6442 cat conftest.err >&5
6443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6444 (exit $ac_status); } &&
6445 { ac_try='test -z "$ac_c_werror_flag"
6446 || test ! -s conftest.err'
6447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); }; } &&
6452 { ac_try='test -s conftest$ac_exeext'
6453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6457 (exit $ac_status); }; }; then
6458 eval "$as_ac_var=yes"
6460 echo "$as_me: failed program was:" >&5
6461 sed 's/^/| /' conftest.$ac_ext >&5
6463 eval "$as_ac_var=no"
6465 rm -f conftest.err conftest.$ac_objext \
6466 conftest$ac_exeext conftest.$ac_ext
6468 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6469 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6470 if test `eval echo '${'$as_ac_var'}'` = yes; then
6471 cat >>confdefs.h <<_ACEOF
6472 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6479 # Check for socket libraries
6481 echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
6482 echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
6483 if test "${ac_cv_lib_socket_bind+set}" = set; then
6484 echo $ECHO_N "(cached) $ECHO_C" >&6
6486 ac_check_lib_save_LIBS=$LIBS
6487 LIBS="-lsocket $LIBS"
6488 cat >conftest.$ac_ext <<_ACEOF
6491 cat confdefs.h >>conftest.$ac_ext
6492 cat >>conftest.$ac_ext <<_ACEOF
6493 /* end confdefs.h. */
6495 /* Override any gcc2 internal prototype to avoid an error. */
6499 /* We use char because int might match the return type of a gcc2
6500 builtin and then its argument prototype would still apply. */
6510 rm -f conftest.$ac_objext conftest$ac_exeext
6511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6512 (eval $ac_link) 2>conftest.er1
6514 grep -v '^ *+' conftest.er1 >conftest.err
6516 cat conftest.err >&5
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518 (exit $ac_status); } &&
6519 { ac_try='test -z "$ac_c_werror_flag"
6520 || test ! -s conftest.err'
6521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6525 (exit $ac_status); }; } &&
6526 { ac_try='test -s conftest$ac_exeext'
6527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6531 (exit $ac_status); }; }; then
6532 ac_cv_lib_socket_bind=yes
6534 echo "$as_me: failed program was:" >&5
6535 sed 's/^/| /' conftest.$ac_ext >&5
6537 ac_cv_lib_socket_bind=no
6539 rm -f conftest.err conftest.$ac_objext \
6540 conftest$ac_exeext conftest.$ac_ext
6541 LIBS=$ac_check_lib_save_LIBS
6543 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
6544 echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
6545 if test $ac_cv_lib_socket_bind = yes; then
6546 cat >>confdefs.h <<_ACEOF
6547 #define HAVE_LIBSOCKET 1
6550 LIBS="-lsocket $LIBS"
6555 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6556 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6557 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6558 echo $ECHO_N "(cached) $ECHO_C" >&6
6560 ac_check_lib_save_LIBS=$LIBS
6562 cat >conftest.$ac_ext <<_ACEOF
6565 cat confdefs.h >>conftest.$ac_ext
6566 cat >>conftest.$ac_ext <<_ACEOF
6567 /* end confdefs.h. */
6569 /* Override any gcc2 internal prototype to avoid an error. */
6573 /* We use char because int might match the return type of a gcc2
6574 builtin and then its argument prototype would still apply. */
6575 char gethostbyname ();
6584 rm -f conftest.$ac_objext conftest$ac_exeext
6585 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6586 (eval $ac_link) 2>conftest.er1
6588 grep -v '^ *+' conftest.er1 >conftest.err
6590 cat conftest.err >&5
6591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6592 (exit $ac_status); } &&
6593 { ac_try='test -z "$ac_c_werror_flag"
6594 || test ! -s conftest.err'
6595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6599 (exit $ac_status); }; } &&
6600 { ac_try='test -s conftest$ac_exeext'
6601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6605 (exit $ac_status); }; }; then
6606 ac_cv_lib_nsl_gethostbyname=yes
6608 echo "$as_me: failed program was:" >&5
6609 sed 's/^/| /' conftest.$ac_ext >&5
6611 ac_cv_lib_nsl_gethostbyname=no
6613 rm -f conftest.err conftest.$ac_objext \
6614 conftest$ac_exeext conftest.$ac_ext
6615 LIBS=$ac_check_lib_save_LIBS
6617 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6618 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6619 if test $ac_cv_lib_nsl_gethostbyname = yes; then
6620 cat >>confdefs.h <<_ACEOF
6621 #define HAVE_LIBNSL 1
6629 . ${srcdir}/../../bfd/configure.host
6633 USE_MAINTAINER_MODE=no
6634 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
6635 if test "${enable_maintainer_mode+set}" = set; then
6636 enableval="$enable_maintainer_mode"
6637 case "${enableval}" in
6638 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
6640 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
6641 echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
6642 { (exit 1); exit 1; }; }; MAINT="#" ;;
6644 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
6645 echo "Setting maintainer mode" 6>&1
6652 # Check whether --enable-sim-bswap or --disable-sim-bswap was given.
6653 if test "${enable_sim_bswap+set}" = set; then
6654 enableval="$enable_sim_bswap"
6655 case "${enableval}" in
6656 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
6657 no) sim_bswap="-DWITH_BSWAP=0";;
6658 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
6659 echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
6660 { (exit 1); exit 1; }; }; sim_bswap="";;
6662 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
6663 echo "Setting bswap flags = $sim_bswap" 6>&1
6670 # Check whether --enable-sim-cflags or --disable-sim-cflags was given.
6671 if test "${enable_sim_cflags+set}" = set; then
6672 enableval="$enable_sim_cflags"
6673 case "${enableval}" in
6674 yes) sim_cflags="-O2 -fomit-frame-pointer";;
6675 trace) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
6676 echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
6677 { (exit 1); exit 1; }; }; sim_cflags="";;
6679 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
6681 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
6682 echo "Setting sim cflags = $sim_cflags" 6>&1
6689 # Check whether --enable-sim-debug or --disable-sim-debug was given.
6690 if test "${enable_sim_debug+set}" = set; then
6691 enableval="$enable_sim_debug"
6692 case "${enableval}" in
6693 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
6694 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
6695 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
6697 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
6698 echo "Setting sim debug = $sim_debug" 6>&1
6705 # Check whether --enable-sim-stdio or --disable-sim-stdio was given.
6706 if test "${enable_sim_stdio+set}" = set; then
6707 enableval="$enable_sim_stdio"
6708 case "${enableval}" in
6709 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
6710 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
6711 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
6712 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
6713 { (exit 1); exit 1; }; }; sim_stdio="";;
6715 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
6716 echo "Setting stdio flags = $sim_stdio" 6>&1
6723 # Check whether --enable-sim-trace or --disable-sim-trace was given.
6724 if test "${enable_sim_trace+set}" = set; then
6725 enableval="$enable_sim_trace"
6726 case "${enableval}" in
6727 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
6728 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
6730 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
6733 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
6734 if test x"$sim_trace" = x; then
6735 sim_trace="-DWITH_TRACE='(TRACE_$x"
6737 sim_trace="${sim_trace}|TRACE_$x"
6740 sim_trace="$sim_trace)'" ;;
6742 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
6743 echo "Setting sim trace = $sim_trace" 6>&1
6750 # Check whether --enable-sim-profile or --disable-sim-profile was given.
6751 if test "${enable_sim_profile+set}" = set; then
6752 enableval="$enable_sim_profile"
6753 case "${enableval}" in
6754 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
6755 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
6757 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
6760 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
6761 if test x"$sim_profile" = x; then
6762 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
6764 sim_profile="${sim_profile}|PROFILE_$x"
6767 sim_profile="$sim_profile)'" ;;
6769 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
6770 echo "Setting sim profile = $sim_profile" 6>&1
6773 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
6777 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
6778 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
6779 if test "${ac_cv_type_signal+set}" = set; then
6780 echo $ECHO_N "(cached) $ECHO_C" >&6
6782 cat >conftest.$ac_ext <<_ACEOF
6785 cat confdefs.h >>conftest.$ac_ext
6786 cat >>conftest.$ac_ext <<_ACEOF
6787 /* end confdefs.h. */
6788 #include <sys/types.h>
6794 extern "C" void (*signal (int, void (*)(int)))(int);
6796 void (*signal ()) ();
6807 rm -f conftest.$ac_objext
6808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6809 (eval $ac_compile) 2>conftest.er1
6811 grep -v '^ *+' conftest.er1 >conftest.err
6813 cat conftest.err >&5
6814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815 (exit $ac_status); } &&
6816 { ac_try='test -z "$ac_c_werror_flag"
6817 || test ! -s conftest.err'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; } &&
6823 { ac_try='test -s conftest.$ac_objext'
6824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); }; }; then
6829 ac_cv_type_signal=void
6831 echo "$as_me: failed program was:" >&5
6832 sed 's/^/| /' conftest.$ac_ext >&5
6834 ac_cv_type_signal=int
6836 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6838 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
6839 echo "${ECHO_T}$ac_cv_type_signal" >&6
6841 cat >>confdefs.h <<_ACEOF
6842 #define RETSIGTYPE $ac_cv_type_signal
6853 sim_link_links=tconfig.h
6854 if test -f ${srcdir}/tconfig.in
6856 sim_link_files=tconfig.in
6858 sim_link_files=../common/tconfig.in
6861 # targ-vals.def points to the libc macro description file.
6863 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
6865 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
6866 sim_link_links="${sim_link_links} targ-vals.def"
6871 wire_endian="BIG_ENDIAN"
6873 # Check whether --enable-sim-endian or --disable-sim-endian was given.
6874 if test "${enable_sim_endian+set}" = set; then
6875 enableval="$enable_sim_endian"
6876 case "${enableval}" in
6877 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
6878 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
6879 yes) if test x"$wire_endian" != x; then
6880 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
6882 if test x"$default_endian" != x; then
6883 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
6885 echo "No hard-wired endian for target $target" 1>&6
6886 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
6889 no) if test x"$default_endian" != x; then
6890 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
6892 if test x"$wire_endian" != x; then
6893 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
6895 echo "No default endian for target $target" 1>&6
6896 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
6899 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-endian\"" >&5
6900 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-endian\"" >&2;}
6901 { (exit 1); exit 1; }; }; sim_endian="";;
6903 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
6904 echo "Setting endian flags = $sim_endian" 6>&1
6907 if test x"$default_endian" != x; then
6908 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
6910 if test x"$wire_endian" != x; then
6911 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
6917 wire_alignment="STRICT_ALIGNMENT"
6918 default_alignment=""
6920 # Check whether --enable-sim-alignment or --disable-sim-alignment was given.
6921 if test "${enable_sim_alignment+set}" = set; then
6922 enableval="$enable_sim_alignment"
6923 case "${enableval}" in
6924 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
6925 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
6926 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
6927 yes) if test x"$wire_alignment" != x; then
6928 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
6930 if test x"$default_alignment" != x; then
6931 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
6933 echo "No hard-wired alignment for target $target" 1>&6
6934 sim_alignment="-DWITH_ALIGNMENT=0"
6937 no) if test x"$default_alignment" != x; then
6938 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
6940 if test x"$wire_alignment" != x; then
6941 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
6943 echo "No default alignment for target $target" 1>&6
6944 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
6947 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&5
6948 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&2;}
6949 { (exit 1); exit 1; }; }; sim_alignment="";;
6951 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
6952 echo "Setting alignment flags = $sim_alignment" 6>&1
6955 if test x"$default_alignment" != x; then
6956 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
6958 if test x"$wire_alignment" != x; then
6959 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
6966 # Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
6967 if test "${enable_sim_hostendian+set}" = set; then
6968 enableval="$enable_sim_hostendian"
6969 case "${enableval}" in
6970 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
6971 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
6972 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
6973 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&5
6974 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&2;}
6975 { (exit 1); exit 1; }; }; sim_hostendian="";;
6977 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
6978 echo "Setting hostendian flags = $sim_hostendian" 6>&1
6982 if test "x$cross_compiling" = "xno"; then
6983 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
6984 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
6985 if test "${ac_cv_c_bigendian+set}" = set; then
6986 echo $ECHO_N "(cached) $ECHO_C" >&6
6988 # See if sys/param.h defines the BYTE_ORDER macro.
6989 cat >conftest.$ac_ext <<_ACEOF
6992 cat confdefs.h >>conftest.$ac_ext
6993 cat >>conftest.$ac_ext <<_ACEOF
6994 /* end confdefs.h. */
6995 #include <sys/types.h>
6996 #include <sys/param.h>
7001 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
7009 rm -f conftest.$ac_objext
7010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7011 (eval $ac_compile) 2>conftest.er1
7013 grep -v '^ *+' conftest.er1 >conftest.err
7015 cat conftest.err >&5
7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7017 (exit $ac_status); } &&
7018 { ac_try='test -z "$ac_c_werror_flag"
7019 || test ! -s conftest.err'
7020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024 (exit $ac_status); }; } &&
7025 { ac_try='test -s conftest.$ac_objext'
7026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); }; }; then
7031 # It does; now see whether it defined to BIG_ENDIAN or not.
7032 cat >conftest.$ac_ext <<_ACEOF
7035 cat confdefs.h >>conftest.$ac_ext
7036 cat >>conftest.$ac_ext <<_ACEOF
7037 /* end confdefs.h. */
7038 #include <sys/types.h>
7039 #include <sys/param.h>
7044 #if BYTE_ORDER != BIG_ENDIAN
7052 rm -f conftest.$ac_objext
7053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7054 (eval $ac_compile) 2>conftest.er1
7056 grep -v '^ *+' conftest.er1 >conftest.err
7058 cat conftest.err >&5
7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060 (exit $ac_status); } &&
7061 { ac_try='test -z "$ac_c_werror_flag"
7062 || test ! -s conftest.err'
7063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7067 (exit $ac_status); }; } &&
7068 { ac_try='test -s conftest.$ac_objext'
7069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073 (exit $ac_status); }; }; then
7074 ac_cv_c_bigendian=yes
7076 echo "$as_me: failed program was:" >&5
7077 sed 's/^/| /' conftest.$ac_ext >&5
7079 ac_cv_c_bigendian=no
7081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7083 echo "$as_me: failed program was:" >&5
7084 sed 's/^/| /' conftest.$ac_ext >&5
7086 # It does not; compile a test program.
7087 if test "$cross_compiling" = yes; then
7088 # try to guess the endianness by grepping values into an object file
7089 ac_cv_c_bigendian=unknown
7090 cat >conftest.$ac_ext <<_ACEOF
7093 cat confdefs.h >>conftest.$ac_ext
7094 cat >>conftest.$ac_ext <<_ACEOF
7095 /* end confdefs.h. */
7096 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
7097 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
7098 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
7099 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
7100 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
7101 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
7105 _ascii (); _ebcdic ();
7110 rm -f conftest.$ac_objext
7111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7112 (eval $ac_compile) 2>conftest.er1
7114 grep -v '^ *+' conftest.er1 >conftest.err
7116 cat conftest.err >&5
7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7118 (exit $ac_status); } &&
7119 { ac_try='test -z "$ac_c_werror_flag"
7120 || test ! -s conftest.err'
7121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7125 (exit $ac_status); }; } &&
7126 { ac_try='test -s conftest.$ac_objext'
7127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7131 (exit $ac_status); }; }; then
7132 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
7133 ac_cv_c_bigendian=yes
7135 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
7136 if test "$ac_cv_c_bigendian" = unknown; then
7137 ac_cv_c_bigendian=no
7139 # finding both strings is unlikely to happen, but who knows?
7140 ac_cv_c_bigendian=unknown
7144 echo "$as_me: failed program was:" >&5
7145 sed 's/^/| /' conftest.$ac_ext >&5
7148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7150 cat >conftest.$ac_ext <<_ACEOF
7153 cat confdefs.h >>conftest.$ac_ext
7154 cat >>conftest.$ac_ext <<_ACEOF
7155 /* end confdefs.h. */
7159 /* Are we little or big endian? From Harbison&Steele. */
7163 char c[sizeof (long)];
7166 exit (u.c[sizeof (long) - 1] == 1);
7169 rm -f conftest$ac_exeext
7170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7171 (eval $ac_link) 2>&5
7173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7174 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7179 (exit $ac_status); }; }; then
7180 ac_cv_c_bigendian=no
7182 echo "$as_me: program exited with status $ac_status" >&5
7183 echo "$as_me: failed program was:" >&5
7184 sed 's/^/| /' conftest.$ac_ext >&5
7187 ac_cv_c_bigendian=yes
7189 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7192 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7194 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
7195 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
7196 case $ac_cv_c_bigendian in
7199 cat >>confdefs.h <<\_ACEOF
7200 #define WORDS_BIGENDIAN 1
7206 { { echo "$as_me:$LINENO: error: unknown endianness
7207 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
7208 echo "$as_me: error: unknown endianness
7209 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
7210 { (exit 1); exit 1; }; } ;;
7213 if test $ac_cv_c_bigendian = yes; then
7214 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
7216 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
7219 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
7223 default_sim_scache="16384"
7224 # Check whether --enable-sim-scache or --disable-sim-scache was given.
7225 if test "${enable_sim_scache+set}" = set; then
7226 enableval="$enable_sim_scache"
7227 case "${enableval}" in
7228 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
7229 no) sim_scache="-DWITH_SCACHE=0" ;;
7230 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
7231 *) { { echo "$as_me:$LINENO: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&5
7232 echo "$as_me: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&2;}
7233 { (exit 1); exit 1; }; };
7236 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
7237 echo "Setting scache size = $sim_scache" 6>&1
7240 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
7244 default_sim_default_model="fr500"
7245 # Check whether --enable-sim-default-model or --disable-sim-default-model was given.
7246 if test "${enable_sim_default_model+set}" = set; then
7247 enableval="$enable_sim_default_model"
7248 case "${enableval}" in
7249 yes|no) { { echo "$as_me:$LINENO: error: \"Missing argument to --enable-sim-default-model\"" >&5
7250 echo "$as_me: error: \"Missing argument to --enable-sim-default-model\"" >&2;}
7251 { (exit 1); exit 1; }; };;
7252 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
7254 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
7255 echo "Setting default model = $sim_default_model" 6>&1
7258 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
7262 # Check whether --enable-sim-environment or --disable-sim-environment was given.
7263 if test "${enable_sim_environment+set}" = set; then
7264 enableval="$enable_sim_environment"
7265 case "${enableval}" in
7266 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
7267 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
7268 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
7269 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
7270 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&5
7271 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&2;}
7272 { (exit 1); exit 1; }; };
7273 sim_environment="";;
7275 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
7276 echo "Setting sim environment = $sim_environment" 6>&1
7279 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
7284 cgendir='$(srcdir)/../../cgen'
7285 # Check whether --enable-cgen-maint or --disable-cgen-maint was given.
7286 if test "${enable_cgen_maint+set}" = set; then
7287 enableval="$enable_cgen_maint"
7288 case "${enableval}" in
7289 yes) cgen_maint=yes ;;
7290 no) cgen_maint=no ;;
7292 # argument is cgen install directory (not implemented yet).
7293 # Having a `share' directory might be more appropriate for the .scm,
7295 cgendir=${cgen_maint}/lib/cgen
7299 fi; if test x${cgen_maint} != xno ; then
7310 # Enable making unknown traps dump out registers
7312 # Check whether --enable-sim-trapdump or --disable-sim-trapdump was given.
7313 if test "${enable_sim_trapdump+set}" = set; then
7314 enableval="$enable_sim_trapdump"
7315 case "${enableval}" in
7316 yes) sim_trapdump="-DTRAPDUMP=1";;
7317 no) sim_trapdump="-DTRAPDUMP=0";;
7318 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-trapdump\"" >&5
7319 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-trapdump\"" >&2;}
7320 { (exit 1); exit 1; }; }; sim_trapdump="";;
7322 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
7323 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
7330 ac_sources="$sim_link_files"
7331 ac_dests="$sim_link_links"
7332 while test -n "$ac_sources"; do
7333 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
7334 set $ac_sources; ac_source=$1; shift; ac_sources=$*
7335 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
7337 ac_config_links="$ac_config_links $ac_config_links_1"
7340 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
7341 cgen_breaks="break cgen_rtx_error";
7344 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
7346 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
7348 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
7350 ac_config_commands="$ac_config_commands Makefile"
7352 ac_config_commands="$ac_config_commands stamp-h"
7354 cat >confcache <<\_ACEOF
7355 # This file is a shell script that caches the results of configure
7356 # tests run on this system so they can be shared between configure
7357 # scripts and configure runs, see configure's option --config-cache.
7358 # It is not useful on other systems. If it contains results you don't
7359 # want to keep, you may remove or edit it.
7361 # config.status only pays attention to the cache file if you give it
7362 # the --recheck option to rerun configure.
7364 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7365 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7370 # The following way of writing the cache mishandles newlines in values,
7371 # but we know of no workaround that is simple, portable, and efficient.
7372 # So, don't put newlines in cache variables' values.
7373 # Ultrix sh set writes to stderr and can't be redirected directly,
7374 # and sets the high bit in the cache file unless we assign to the vars.
7377 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7379 # `set' does not quote correctly, so add quotes (double-quote
7380 # substitution turns \\\\ into \\, and sed turns \\ into \).
7383 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7386 # `set' quotes correctly as required by POSIX, so do not add quotes.
7388 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7395 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7397 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7399 if diff $cache_file confcache >/dev/null 2>&1; then :; else
7400 if test -w $cache_file; then
7401 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7402 cat confcache >$cache_file
7404 echo "not updating unwritable cache $cache_file"
7409 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7410 # Let make expand exec_prefix.
7411 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7413 # VPATH may cause trouble with some makes, so we remove $(srcdir),
7414 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7415 # trailing colons and then remove the whole line if VPATH becomes empty
7416 # (actually we leave an empty line to preserve line numbers).
7417 if test "x$srcdir" = x.; then
7418 ac_vpsub='/^[ ]*VPATH[ ]*=/{
7419 s/:*\$(srcdir):*/:/;
7420 s/:*\${srcdir}:*/:/;
7422 s/^\([^=]*=[ ]*\):*/\1/;
7428 DEFS=-DHAVE_CONFIG_H
7432 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7433 # 1. Remove the extension, and $U if already installed.
7434 ac_i=`echo "$ac_i" |
7435 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7437 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7438 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7442 LTLIBOBJS=$ac_ltlibobjs
7446 : ${CONFIG_STATUS=./config.status}
7447 ac_clean_files_save=$ac_clean_files
7448 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7449 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7450 echo "$as_me: creating $CONFIG_STATUS" >&6;}
7451 cat >$CONFIG_STATUS <<_ACEOF
7453 # Generated by $as_me.
7454 # Run this file to recreate the current configuration.
7455 # Compiler output produced by configure, useful for debugging
7456 # configure, is in config.log if it exists.
7461 SHELL=\${CONFIG_SHELL-$SHELL}
7464 cat >>$CONFIG_STATUS <<\_ACEOF
7465 ## --------------------- ##
7466 ## M4sh Initialization. ##
7467 ## --------------------- ##
7469 # Be Bourne compatible
7470 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7473 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7474 # is contrary to our usage. Disable this feature.
7475 alias -g '${1+"$@"}'='"$@"'
7476 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7479 DUALCASE=1; export DUALCASE # for MKS sh
7481 # Support unset when possible.
7482 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7489 # Work around bugs in pre-3.0 UWIN ksh.
7490 $as_unset ENV MAIL MAILPATH
7497 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7498 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7499 LC_TELEPHONE LC_TIME
7501 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7502 eval $as_var=C; export $as_var
7508 # Required to use basename.
7509 if expr a : '\(a\)' >/dev/null 2>&1; then
7515 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7516 as_basename=basename
7522 # Name of the executable.
7523 as_me=`$as_basename "$0" ||
7524 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7525 X"$0" : 'X\(//\)$' \| \
7526 X"$0" : 'X\(/\)$' \| \
7527 . : '\(.\)' 2>/dev/null ||
7529 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7530 /^X\/\(\/\/\)$/{ s//\1/; q; }
7531 /^X\/\(\/\).*/{ s//\1/; q; }
7535 # PATH needs CR, and LINENO needs CR and PATH.
7536 # Avoid depending upon Character Ranges.
7537 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7538 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7539 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7540 as_cr_digits='0123456789'
7541 as_cr_alnum=$as_cr_Letters$as_cr_digits
7543 # The user is always right.
7544 if test "${PATH_SEPARATOR+set}" != set; then
7545 echo "#! /bin/sh" >conf$$.sh
7546 echo "exit 0" >>conf$$.sh
7548 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7559 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7560 test "x$as_lineno_1" != "x$as_lineno_2" &&
7561 test "x$as_lineno_3" = "x$as_lineno_2" || {
7562 # Find who we are. Look in the path if we contain no path at all
7565 *[\\/]* ) as_myself=$0 ;;
7566 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7570 test -z "$as_dir" && as_dir=.
7571 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7576 # We did not find ourselves, most probably we were run as `sh COMMAND'
7577 # in which case we are not to be found in the path.
7578 if test "x$as_myself" = x; then
7581 if test ! -f "$as_myself"; then
7582 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7583 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7584 { (exit 1); exit 1; }; }
7586 case $CONFIG_SHELL in
7588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7589 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7592 test -z "$as_dir" && as_dir=.
7593 for as_base in sh bash ksh sh5; do
7596 if ("$as_dir/$as_base" -c '
7599 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7600 test "x$as_lineno_1" != "x$as_lineno_2" &&
7601 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
7602 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7603 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7604 CONFIG_SHELL=$as_dir/$as_base
7606 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7614 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7615 # uniformly replaced by the line number. The first 'sed' inserts a
7616 # line-number line before each line; the second 'sed' does the real
7617 # work. The second script uses 'N' to pair each line-number line
7618 # with the numbered line, and appends trailing '-' during
7619 # substitution so that $LINENO is not a special case at line end.
7620 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7621 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
7622 sed '=' <$as_myself |
7627 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7630 s,^['$as_cr_digits']*\n,,
7632 chmod +x $as_me.lineno ||
7633 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7634 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7635 { (exit 1); exit 1; }; }
7637 # Don't try to exec as it changes $[0], causing all sort of problems
7638 # (the dirname of $[0] is not the place where we might find the
7639 # original and so on. Autoconf is especially sensible to this).
7641 # Exit status is that of the last command.
7646 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7647 *c*,-n*) ECHO_N= ECHO_C='
7649 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7650 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
7653 if expr a : '\(a\)' >/dev/null 2>&1; then
7659 rm -f conf$$ conf$$.exe conf$$.file
7661 if ln -s conf$$.file conf$$ 2>/dev/null; then
7662 # We could just check for DJGPP; but this test a) works b) is more generic
7663 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
7664 if test -f conf$$.exe; then
7665 # Don't use ln at all; we don't have any links
7670 elif ln conf$$.file conf$$ 2>/dev/null; then
7675 rm -f conf$$ conf$$.exe conf$$.file
7677 if mkdir -p . 2>/dev/null; then
7680 test -d ./-p && rmdir ./-p
7684 as_executable_p="test -f"
7686 # Sed expression to map a string onto a valid CPP name.
7687 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7689 # Sed expression to map a string onto a valid variable name.
7690 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7694 # We need space, tab and new line, in precisely that order.
7704 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7705 # report actual input values of CONFIG_FILES etc. instead of their
7706 # values after options handling. Logging --version etc. is OK.
7710 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7711 ## Running $as_me. ##
7716 This file was extended by $as_me, which was
7717 generated by GNU Autoconf 2.59. Invocation command line was
7719 CONFIG_FILES = $CONFIG_FILES
7720 CONFIG_HEADERS = $CONFIG_HEADERS
7721 CONFIG_LINKS = $CONFIG_LINKS
7722 CONFIG_COMMANDS = $CONFIG_COMMANDS
7726 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7730 # Files that config.status was made for.
7731 if test -n "$ac_config_files"; then
7732 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7735 if test -n "$ac_config_headers"; then
7736 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7739 if test -n "$ac_config_links"; then
7740 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7743 if test -n "$ac_config_commands"; then
7744 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7747 cat >>$CONFIG_STATUS <<\_ACEOF
7750 \`$as_me' instantiates files from templates according to the
7751 current configuration.
7753 Usage: $0 [OPTIONS] [FILE]...
7755 -h, --help print this help, then exit
7756 -V, --version print version number, then exit
7757 -q, --quiet do not print progress messages
7758 -d, --debug don't remove temporary files
7759 --recheck update $as_me by reconfiguring in the same conditions
7760 --file=FILE[:TEMPLATE]
7761 instantiate the configuration file FILE
7762 --header=FILE[:TEMPLATE]
7763 instantiate the configuration header FILE
7765 Configuration files:
7768 Configuration headers:
7771 Configuration links:
7774 Configuration commands:
7777 Report bugs to <bug-autoconf@gnu.org>."
7780 cat >>$CONFIG_STATUS <<_ACEOF
7783 configured by $0, generated by GNU Autoconf 2.59,
7784 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7786 Copyright (C) 2003 Free Software Foundation, Inc.
7787 This config.status script is free software; the Free Software Foundation
7788 gives unlimited permission to copy, distribute and modify it."
7793 cat >>$CONFIG_STATUS <<\_ACEOF
7794 # If no file are specified by the user, then we need to provide default
7795 # value. By we need to know if files were specified by the user.
7801 ac_option=`expr "x$1" : 'x\([^=]*\)='`
7802 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7810 *) # This is not an option, so the user has probably given explicit
7813 ac_need_defaults=false;;
7817 # Handling of the options.
7819 cat >>$CONFIG_STATUS <<\_ACEOF
7820 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7822 --version | --vers* | -V )
7823 echo "$ac_cs_version"; exit 0 ;;
7825 # Conflict between --help and --header
7826 { { echo "$as_me:$LINENO: error: ambiguous option: $1
7827 Try \`$0 --help' for more information." >&5
7828 echo "$as_me: error: ambiguous option: $1
7829 Try \`$0 --help' for more information." >&2;}
7830 { (exit 1); exit 1; }; };;
7831 --help | --hel | -h )
7832 echo "$ac_cs_usage"; exit 0 ;;
7833 --debug | --d* | -d )
7835 --file | --fil | --fi | --f )
7837 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7838 ac_need_defaults=false;;
7839 --header | --heade | --head | --hea )
7841 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7842 ac_need_defaults=false;;
7843 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7844 | -silent | --silent | --silen | --sile | --sil | --si | --s)
7848 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7849 Try \`$0 --help' for more information." >&5
7850 echo "$as_me: error: unrecognized option: $1
7851 Try \`$0 --help' for more information." >&2;}
7852 { (exit 1); exit 1; }; } ;;
7854 *) ac_config_targets="$ac_config_targets $1" ;;
7860 ac_configure_extra_args=
7862 if $ac_cs_silent; then
7864 ac_configure_extra_args="$ac_configure_extra_args --silent"
7868 cat >>$CONFIG_STATUS <<_ACEOF
7869 if \$ac_cs_recheck; then
7870 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7871 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7880 cat >>$CONFIG_STATUS <<\_ACEOF
7881 for ac_config_target in $ac_config_targets
7883 case "$ac_config_target" in
7884 # Handling of arguments.
7885 "Makefile.sim" ) CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
7886 "Make-common.sim" ) CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
7887 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
7888 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
7889 "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
7890 "stamp-h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
7891 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
7892 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7893 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7894 { (exit 1); exit 1; }; };;
7898 # If the user did not use the arguments to specify the items to instantiate,
7899 # then the envvar interface is used. Set only those that are not.
7900 # We use the long form for the default assignment because of an extremely
7901 # bizarre bug on SunOS 4.1.3.
7902 if $ac_need_defaults; then
7903 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7904 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7905 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
7906 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
7909 # Have a temporary directory for convenience. Make it in the build tree
7910 # simply because there is no reason to put it here, and in addition,
7911 # creating and moving files from /tmp can sometimes cause problems.
7912 # Create a temporary directory, and hook for its removal unless debugging.
7915 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7916 trap '{ (exit 1); exit 1; }' 1 2 13 15
7919 # Create a (secure) tmp directory for tmp files.
7922 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7923 test -n "$tmp" && test -d "$tmp"
7926 tmp=./confstat$$-$RANDOM
7927 (umask 077 && mkdir $tmp)
7930 echo "$me: cannot create a temporary directory in ." >&2
7931 { (exit 1); exit 1; }
7936 cat >>$CONFIG_STATUS <<_ACEOF
7939 # CONFIG_FILES section.
7942 # No need to generate the scripts if there are no CONFIG_FILES.
7943 # This happens for instance when ./config.status config.h
7944 if test -n "\$CONFIG_FILES"; then
7945 # Protect against being on the right side of a sed subst in config.status.
7946 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7947 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7948 s,@sim_environment@,$sim_environment,;t t
7949 s,@sim_alignment@,$sim_alignment,;t t
7950 s,@sim_assert@,$sim_assert,;t t
7951 s,@sim_bitsize@,$sim_bitsize,;t t
7952 s,@sim_endian@,$sim_endian,;t t
7953 s,@sim_hostendian@,$sim_hostendian,;t t
7954 s,@sim_float@,$sim_float,;t t
7955 s,@sim_scache@,$sim_scache,;t t
7956 s,@sim_default_model@,$sim_default_model,;t t
7957 s,@sim_hw_cflags@,$sim_hw_cflags,;t t
7958 s,@sim_hw_objs@,$sim_hw_objs,;t t
7959 s,@sim_hw@,$sim_hw,;t t
7960 s,@sim_inline@,$sim_inline,;t t
7961 s,@sim_packages@,$sim_packages,;t t
7962 s,@sim_regparm@,$sim_regparm,;t t
7963 s,@sim_reserved_bits@,$sim_reserved_bits,;t t
7964 s,@sim_smp@,$sim_smp,;t t
7965 s,@sim_stdcall@,$sim_stdcall,;t t
7966 s,@sim_xor_endian@,$sim_xor_endian,;t t
7967 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
7968 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
7969 s,@SHELL@,$SHELL,;t t
7970 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7971 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7972 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7973 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7974 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7975 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7976 s,@exec_prefix@,$exec_prefix,;t t
7977 s,@prefix@,$prefix,;t t
7978 s,@program_transform_name@,$program_transform_name,;t t
7979 s,@bindir@,$bindir,;t t
7980 s,@sbindir@,$sbindir,;t t
7981 s,@libexecdir@,$libexecdir,;t t
7982 s,@datadir@,$datadir,;t t
7983 s,@sysconfdir@,$sysconfdir,;t t
7984 s,@sharedstatedir@,$sharedstatedir,;t t
7985 s,@localstatedir@,$localstatedir,;t t
7986 s,@libdir@,$libdir,;t t
7987 s,@includedir@,$includedir,;t t
7988 s,@oldincludedir@,$oldincludedir,;t t
7989 s,@infodir@,$infodir,;t t
7990 s,@mandir@,$mandir,;t t
7991 s,@build_alias@,$build_alias,;t t
7992 s,@host_alias@,$host_alias,;t t
7993 s,@target_alias@,$target_alias,;t t
7995 s,@ECHO_C@,$ECHO_C,;t t
7996 s,@ECHO_N@,$ECHO_N,;t t
7997 s,@ECHO_T@,$ECHO_T,;t t
7999 s,@build@,$build,;t t
8000 s,@build_cpu@,$build_cpu,;t t
8001 s,@build_vendor@,$build_vendor,;t t
8002 s,@build_os@,$build_os,;t t
8004 s,@host_cpu@,$host_cpu,;t t
8005 s,@host_vendor@,$host_vendor,;t t
8006 s,@host_os@,$host_os,;t t
8007 s,@target@,$target,;t t
8008 s,@target_cpu@,$target_cpu,;t t
8009 s,@target_vendor@,$target_vendor,;t t
8010 s,@target_os@,$target_os,;t t
8012 s,@CFLAGS@,$CFLAGS,;t t
8013 s,@LDFLAGS@,$LDFLAGS,;t t
8014 s,@CPPFLAGS@,$CPPFLAGS,;t t
8015 s,@ac_ct_CC@,$ac_ct_CC,;t t
8016 s,@EXEEXT@,$EXEEXT,;t t
8017 s,@OBJEXT@,$OBJEXT,;t t
8018 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8019 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8020 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8021 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
8022 s,@HDEFINES@,$HDEFINES,;t t
8024 s,@RANLIB@,$RANLIB,;t t
8025 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
8026 s,@SET_MAKE@,$SET_MAKE,;t t
8028 s,@EGREP@,$EGREP,;t t
8029 s,@ALLOCA@,$ALLOCA,;t t
8030 s,@USE_NLS@,$USE_NLS,;t t
8031 s,@MSGFMT@,$MSGFMT,;t t
8032 s,@GMSGFMT@,$GMSGFMT,;t t
8033 s,@XGETTEXT@,$XGETTEXT,;t t
8034 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
8035 s,@CATALOGS@,$CATALOGS,;t t
8036 s,@CATOBJEXT@,$CATOBJEXT,;t t
8037 s,@DATADIRNAME@,$DATADIRNAME,;t t
8038 s,@GMOFILES@,$GMOFILES,;t t
8039 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
8040 s,@INTLDEPS@,$INTLDEPS,;t t
8041 s,@INTLLIBS@,$INTLLIBS,;t t
8042 s,@INTLOBJS@,$INTLOBJS,;t t
8043 s,@POFILES@,$POFILES,;t t
8044 s,@POSUB@,$POSUB,;t t
8045 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
8046 s,@GT_NO@,$GT_NO,;t t
8047 s,@GT_YES@,$GT_YES,;t t
8048 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
8050 s,@MAINT@,$MAINT,;t t
8051 s,@sim_bswap@,$sim_bswap,;t t
8052 s,@sim_cflags@,$sim_cflags,;t t
8053 s,@sim_debug@,$sim_debug,;t t
8054 s,@sim_stdio@,$sim_stdio,;t t
8055 s,@sim_trace@,$sim_trace,;t t
8056 s,@sim_profile@,$sim_profile,;t t
8057 s,@CGEN_MAINT@,$CGEN_MAINT,;t t
8058 s,@cgendir@,$cgendir,;t t
8060 s,@sim_trapdump@,$sim_trapdump,;t t
8061 s,@cgen_breaks@,$cgen_breaks,;t t
8062 s,@LIBOBJS@,$LIBOBJS,;t t
8063 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8068 cat >>$CONFIG_STATUS <<\_ACEOF
8069 # Split the substitutions into bite-sized pieces for seds with
8070 # small command number limits, like on Digital OSF/1 and HP-UX.
8072 ac_sed_frag=1 # Number of current file.
8073 ac_beg=1 # First line for current file.
8074 ac_end=$ac_max_sed_lines # Line after last line for current file.
8077 while $ac_more_lines; do
8078 if test $ac_beg -gt 1; then
8079 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8081 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8083 if test ! -s $tmp/subs.frag; then
8086 # The purpose of the label and of the branching condition is to
8087 # speed up the sed processing (if there are no `@' at all, there
8088 # is no need to browse any of the substitutions).
8089 # These are the two extra sed commands mentioned above.
8091 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8092 if test -z "$ac_sed_cmds"; then
8093 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8095 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8097 ac_sed_frag=`expr $ac_sed_frag + 1`
8099 ac_end=`expr $ac_end + $ac_max_sed_lines`
8102 if test -z "$ac_sed_cmds"; then
8105 fi # test -n "$CONFIG_FILES"
8108 cat >>$CONFIG_STATUS <<\_ACEOF
8109 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8110 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8112 - | *:- | *:-:* ) # input from stdin
8114 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8115 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8116 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8117 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8118 * ) ac_file_in=$ac_file.in ;;
8121 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8122 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8123 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8124 X"$ac_file" : 'X\(//\)[^/]' \| \
8125 X"$ac_file" : 'X\(//\)$' \| \
8126 X"$ac_file" : 'X\(/\)' \| \
8127 . : '\(.\)' 2>/dev/null ||
8129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8131 /^X\(\/\/\)$/{ s//\1/; q; }
8132 /^X\(\/\).*/{ s//\1/; q; }
8134 { if $as_mkdir_p; then
8139 while test ! -d "$as_dir"; do
8140 as_dirs="$as_dir $as_dirs"
8141 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8142 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8143 X"$as_dir" : 'X\(//\)[^/]' \| \
8144 X"$as_dir" : 'X\(//\)$' \| \
8145 X"$as_dir" : 'X\(/\)' \| \
8146 . : '\(.\)' 2>/dev/null ||
8148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8150 /^X\(\/\/\)$/{ s//\1/; q; }
8151 /^X\(\/\).*/{ s//\1/; q; }
8154 test ! -n "$as_dirs" || mkdir $as_dirs
8155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8156 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8157 { (exit 1); exit 1; }; }; }
8161 if test "$ac_dir" != .; then
8162 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8163 # A "../" for each directory in $ac_dir_suffix.
8164 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8166 ac_dir_suffix= ac_top_builddir=
8170 .) # No --srcdir option. We are building in place.
8172 if test -z "$ac_top_builddir"; then
8175 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8177 [\\/]* | ?:[\\/]* ) # Absolute path.
8178 ac_srcdir=$srcdir$ac_dir_suffix;
8179 ac_top_srcdir=$srcdir ;;
8181 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8182 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8185 # Do not use `cd foo && pwd` to compute absolute paths, because
8186 # the directories may not exist.
8188 .) ac_abs_builddir="$ac_dir";;
8191 .) ac_abs_builddir=`pwd`;;
8192 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8193 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8196 case $ac_abs_builddir in
8197 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8199 case ${ac_top_builddir}. in
8200 .) ac_abs_top_builddir=$ac_abs_builddir;;
8201 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8202 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8205 case $ac_abs_builddir in
8206 .) ac_abs_srcdir=$ac_srcdir;;
8209 .) ac_abs_srcdir=$ac_abs_builddir;;
8210 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8211 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8214 case $ac_abs_builddir in
8215 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8217 case $ac_top_srcdir in
8218 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8219 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8220 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8226 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8227 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
8230 if test x"$ac_file" != x-; then
8231 { echo "$as_me:$LINENO: creating $ac_file" >&5
8232 echo "$as_me: creating $ac_file" >&6;}
8235 # Let's still pretend it is `configure' which instantiates (i.e., don't
8236 # use $as_me), people would be surprised to read:
8237 # /* config.h. Generated by config.status. */
8238 if test x"$ac_file" = x-; then
8241 configure_input="$ac_file. "
8243 configure_input=$configure_input"Generated from `echo $ac_file_in |
8244 sed 's,.*/,,'` by configure."
8246 # First look for the input files in the build tree, otherwise in the
8248 ac_file_inputs=`IFS=:
8249 for f in $ac_file_in; do
8251 -) echo $tmp/stdin ;;
8253 # Absolute (can't be DOS-style, as IFS=:)
8254 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8255 echo "$as_me: error: cannot find input file: $f" >&2;}
8256 { (exit 1); exit 1; }; }
8259 if test -f "$f"; then
8262 elif test -f "$srcdir/$f"; then
8267 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8268 echo "$as_me: error: cannot find input file: $f" >&2;}
8269 { (exit 1); exit 1; }; }
8272 done` || { (exit 1); exit 1; }
8274 cat >>$CONFIG_STATUS <<_ACEOF
8278 cat >>$CONFIG_STATUS <<\_ACEOF
8280 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8281 s,@configure_input@,$configure_input,;t t
8282 s,@srcdir@,$ac_srcdir,;t t
8283 s,@abs_srcdir@,$ac_abs_srcdir,;t t
8284 s,@top_srcdir@,$ac_top_srcdir,;t t
8285 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8286 s,@builddir@,$ac_builddir,;t t
8287 s,@abs_builddir@,$ac_abs_builddir,;t t
8288 s,@top_builddir@,$ac_top_builddir,;t t
8289 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8290 s,@INSTALL@,$ac_INSTALL,;t t
8291 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8293 if test x"$ac_file" != x-; then
8294 mv $tmp/out $ac_file
8302 cat >>$CONFIG_STATUS <<\_ACEOF
8305 # CONFIG_HEADER section.
8308 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8309 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8311 # ac_d sets the value in "#define NAME VALUE" lines.
8312 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8313 ac_dB='[ ].*$,\1#\2'
8316 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8317 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8318 ac_uB='$,\1#\2define\3'
8322 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8323 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8325 - | *:- | *:-:* ) # input from stdin
8327 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8328 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8329 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8330 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8331 * ) ac_file_in=$ac_file.in ;;
8334 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8335 echo "$as_me: creating $ac_file" >&6;}
8337 # First look for the input files in the build tree, otherwise in the
8339 ac_file_inputs=`IFS=:
8340 for f in $ac_file_in; do
8342 -) echo $tmp/stdin ;;
8344 # Absolute (can't be DOS-style, as IFS=:)
8345 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8346 echo "$as_me: error: cannot find input file: $f" >&2;}
8347 { (exit 1); exit 1; }; }
8348 # Do quote $f, to prevent DOS paths from being IFS'd.
8351 if test -f "$f"; then
8354 elif test -f "$srcdir/$f"; then
8359 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8360 echo "$as_me: error: cannot find input file: $f" >&2;}
8361 { (exit 1); exit 1; }; }
8364 done` || { (exit 1); exit 1; }
8365 # Remove the trailing spaces.
8366 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8370 # Transform confdefs.h into two sed scripts, `conftest.defines' and
8371 # `conftest.undefs', that substitutes the proper values into
8372 # config.h.in to produce config.h. The first handles `#define'
8373 # templates, and the second `#undef' templates.
8374 # And first: Protect against being on the right side of a sed subst in
8375 # config.status. Protect against being in an unquoted here document
8377 rm -f conftest.defines conftest.undefs
8378 # Using a here document instead of a string reduces the quoting nightmare.
8379 # Putting comments in sed scripts is not portable.
8381 # `end' is used to avoid that the second main sed command (meant for
8382 # 0-ary CPP macros) applies to n-ary macro definitions.
8383 # See the Autoconf documentation for `clear'.
8384 cat >confdef2sed.sed <<\_ACEOF
8389 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8391 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8394 # If some macros were called several times there might be several times
8395 # the same #defines, which is useless. Nevertheless, we may not want to
8396 # sort them, since we want the *last* AC-DEFINE to be honored.
8397 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8398 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8399 rm -f confdef2sed.sed
8401 # This sed command replaces #undef with comments. This is necessary, for
8402 # example, in the case of _POSIX_SOURCE, which is predefined and required
8403 # on some systems where configure will not decide to define it.
8404 cat >>conftest.undefs <<\_ACEOF
8405 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8408 # Break up conftest.defines because some shells have a limit on the size
8409 # of here documents, and old seds have small limits too (100 cmds).
8410 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8411 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8412 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8413 echo ' :' >>$CONFIG_STATUS
8415 while grep . conftest.defines >/dev/null
8417 # Write a limited-size here document to $tmp/defines.sed.
8418 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8419 # Speed up: don't consider the non `#define' lines.
8420 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8421 # Work around the forget-to-reset-the-flag bug.
8422 echo 't clr' >>$CONFIG_STATUS
8423 echo ': clr' >>$CONFIG_STATUS
8424 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8426 sed -f $tmp/defines.sed $tmp/in >$tmp/out
8430 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8431 rm -f conftest.defines
8432 mv conftest.tail conftest.defines
8434 rm -f conftest.defines
8435 echo ' fi # grep' >>$CONFIG_STATUS
8436 echo >>$CONFIG_STATUS
8438 # Break up conftest.undefs because some shells have a limit on the size
8439 # of here documents, and old seds have small limits too (100 cmds).
8440 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8442 while grep . conftest.undefs >/dev/null
8444 # Write a limited-size here document to $tmp/undefs.sed.
8445 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8446 # Speed up: don't consider the non `#undef'
8447 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8448 # Work around the forget-to-reset-the-flag bug.
8449 echo 't clr' >>$CONFIG_STATUS
8450 echo ': clr' >>$CONFIG_STATUS
8451 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8453 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8457 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8458 rm -f conftest.undefs
8459 mv conftest.tail conftest.undefs
8461 rm -f conftest.undefs
8463 cat >>$CONFIG_STATUS <<\_ACEOF
8464 # Let's still pretend it is `configure' which instantiates (i.e., don't
8465 # use $as_me), people would be surprised to read:
8466 # /* config.h. Generated by config.status. */
8467 if test x"$ac_file" = x-; then
8468 echo "/* Generated by configure. */" >$tmp/config.h
8470 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8472 cat $tmp/in >>$tmp/config.h
8474 if test x"$ac_file" != x-; then
8475 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8476 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8477 echo "$as_me: $ac_file is unchanged" >&6;}
8479 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8480 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8481 X"$ac_file" : 'X\(//\)[^/]' \| \
8482 X"$ac_file" : 'X\(//\)$' \| \
8483 X"$ac_file" : 'X\(/\)' \| \
8484 . : '\(.\)' 2>/dev/null ||
8486 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8487 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8488 /^X\(\/\/\)$/{ s//\1/; q; }
8489 /^X\(\/\).*/{ s//\1/; q; }
8491 { if $as_mkdir_p; then
8496 while test ! -d "$as_dir"; do
8497 as_dirs="$as_dir $as_dirs"
8498 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8499 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8500 X"$as_dir" : 'X\(//\)[^/]' \| \
8501 X"$as_dir" : 'X\(//\)$' \| \
8502 X"$as_dir" : 'X\(/\)' \| \
8503 . : '\(.\)' 2>/dev/null ||
8505 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8506 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8507 /^X\(\/\/\)$/{ s//\1/; q; }
8508 /^X\(\/\).*/{ s//\1/; q; }
8511 test ! -n "$as_dirs" || mkdir $as_dirs
8512 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8513 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8514 { (exit 1); exit 1; }; }; }
8517 mv $tmp/config.h $ac_file
8525 cat >>$CONFIG_STATUS <<\_ACEOF
8528 # CONFIG_LINKS section.
8531 for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
8532 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8533 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8535 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
8536 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
8538 if test ! -r $srcdir/$ac_source; then
8539 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
8540 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
8541 { (exit 1); exit 1; }; }
8545 # Make relative symlinks.
8546 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
8547 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8548 X"$ac_dest" : 'X\(//\)[^/]' \| \
8549 X"$ac_dest" : 'X\(//\)$' \| \
8550 X"$ac_dest" : 'X\(/\)' \| \
8551 . : '\(.\)' 2>/dev/null ||
8553 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8554 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8555 /^X\(\/\/\)$/{ s//\1/; q; }
8556 /^X\(\/\).*/{ s//\1/; q; }
8558 { if $as_mkdir_p; then
8559 mkdir -p "$ac_dest_dir"
8561 as_dir="$ac_dest_dir"
8563 while test ! -d "$as_dir"; do
8564 as_dirs="$as_dir $as_dirs"
8565 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8566 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8567 X"$as_dir" : 'X\(//\)[^/]' \| \
8568 X"$as_dir" : 'X\(//\)$' \| \
8569 X"$as_dir" : 'X\(/\)' \| \
8570 . : '\(.\)' 2>/dev/null ||
8572 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8573 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8574 /^X\(\/\/\)$/{ s//\1/; q; }
8575 /^X\(\/\).*/{ s//\1/; q; }
8578 test ! -n "$as_dirs" || mkdir $as_dirs
8579 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
8580 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
8581 { (exit 1); exit 1; }; }; }
8585 if test "$ac_dest_dir" != .; then
8586 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
8587 # A "../" for each directory in $ac_dir_suffix.
8588 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8590 ac_dir_suffix= ac_top_builddir=
8594 .) # No --srcdir option. We are building in place.
8596 if test -z "$ac_top_builddir"; then
8599 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8601 [\\/]* | ?:[\\/]* ) # Absolute path.
8602 ac_srcdir=$srcdir$ac_dir_suffix;
8603 ac_top_srcdir=$srcdir ;;
8605 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8606 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8609 # Do not use `cd foo && pwd` to compute absolute paths, because
8610 # the directories may not exist.
8612 .) ac_abs_builddir="$ac_dest_dir";;
8614 case "$ac_dest_dir" in
8615 .) ac_abs_builddir=`pwd`;;
8616 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
8617 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
8620 case $ac_abs_builddir in
8621 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8623 case ${ac_top_builddir}. in
8624 .) ac_abs_top_builddir=$ac_abs_builddir;;
8625 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8626 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8629 case $ac_abs_builddir in
8630 .) ac_abs_srcdir=$ac_srcdir;;
8633 .) ac_abs_srcdir=$ac_abs_builddir;;
8634 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8635 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8638 case $ac_abs_builddir in
8639 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8641 case $ac_top_srcdir in
8642 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8643 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8644 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8650 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
8651 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
8654 # Try a symlink, then a hard link, then a copy.
8655 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
8656 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
8657 cp -p $srcdir/$ac_source $ac_dest ||
8658 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
8659 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
8660 { (exit 1); exit 1; }; }
8663 cat >>$CONFIG_STATUS <<\_ACEOF
8666 # CONFIG_COMMANDS section.
8668 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
8669 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
8670 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
8671 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
8672 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8673 X"$ac_dest" : 'X\(//\)[^/]' \| \
8674 X"$ac_dest" : 'X\(//\)$' \| \
8675 X"$ac_dest" : 'X\(/\)' \| \
8676 . : '\(.\)' 2>/dev/null ||
8678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8679 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8680 /^X\(\/\/\)$/{ s//\1/; q; }
8681 /^X\(\/\).*/{ s//\1/; q; }
8683 { if $as_mkdir_p; then
8688 while test ! -d "$as_dir"; do
8689 as_dirs="$as_dir $as_dirs"
8690 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8691 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8692 X"$as_dir" : 'X\(//\)[^/]' \| \
8693 X"$as_dir" : 'X\(//\)$' \| \
8694 X"$as_dir" : 'X\(/\)' \| \
8695 . : '\(.\)' 2>/dev/null ||
8697 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8698 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8699 /^X\(\/\/\)$/{ s//\1/; q; }
8700 /^X\(\/\).*/{ s//\1/; q; }
8703 test ! -n "$as_dirs" || mkdir $as_dirs
8704 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8705 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8706 { (exit 1); exit 1; }; }; }
8710 if test "$ac_dir" != .; then
8711 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8712 # A "../" for each directory in $ac_dir_suffix.
8713 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8715 ac_dir_suffix= ac_top_builddir=
8719 .) # No --srcdir option. We are building in place.
8721 if test -z "$ac_top_builddir"; then
8724 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8726 [\\/]* | ?:[\\/]* ) # Absolute path.
8727 ac_srcdir=$srcdir$ac_dir_suffix;
8728 ac_top_srcdir=$srcdir ;;
8730 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8731 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8734 # Do not use `cd foo && pwd` to compute absolute paths, because
8735 # the directories may not exist.
8737 .) ac_abs_builddir="$ac_dir";;
8740 .) ac_abs_builddir=`pwd`;;
8741 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8742 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8745 case $ac_abs_builddir in
8746 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8748 case ${ac_top_builddir}. in
8749 .) ac_abs_top_builddir=$ac_abs_builddir;;
8750 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8751 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8754 case $ac_abs_builddir in
8755 .) ac_abs_srcdir=$ac_srcdir;;
8758 .) ac_abs_srcdir=$ac_abs_builddir;;
8759 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8760 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8763 case $ac_abs_builddir in
8764 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8766 case $ac_top_srcdir in
8767 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8768 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8769 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8774 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
8775 echo "$as_me: executing $ac_dest commands" >&6;}
8777 Makefile ) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
8778 rm -f Makesim1.tmp Makesim2.tmp Makefile
8779 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
8780 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
8781 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
8782 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
8783 <Makefile.sim >Makefile
8784 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
8786 stamp-h ) echo > stamp-h ;;
8791 cat >>$CONFIG_STATUS <<\_ACEOF
8793 { (exit 0); exit 0; }
8795 chmod +x $CONFIG_STATUS
8796 ac_clean_files=$ac_clean_files_save
8799 # configure is writing to config.log, and then calls config.status.
8800 # config.status does its own redirection, appending to config.log.
8801 # Unfortunately, on DOS this fails, as config.log is still kept open
8802 # by configure, so config.status won't be able to write to it; its
8803 # output is simply discarded. So we exec the FD to /dev/null,
8804 # effectively closing config.log, so it can be properly (re)opened and
8805 # appended to by config.status. When coming back to configure, we
8806 # need to make the FD available again.
8807 if test "$no_create" != yes; then
8809 ac_config_status_args=
8810 test "$silent" = yes &&
8811 ac_config_status_args="$ac_config_status_args --quiet"
8813 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8816 # would make configure fail if this is the last instruction.
8817 $ac_cs_success || { (exit 1); exit 1; }