2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="Makefile.in"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS sim_environment sim_alignment sim_assert sim_bitsize sim_endian sim_hostendian sim_float sim_scache sim_default_model sim_hw_cflags sim_hw_objs sim_hw sim_inline sim_packages sim_regparm sim_reserved_bits sim_smp sim_stdcall sim_xor_endian WARN_CFLAGS WERROR_CFLAGS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC_FOR_BUILD HDEFINES AR RANLIB ac_ct_RANLIB 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_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-build-warnings Enable build-time compiler warnings if gcc is used
865 --enable-gdb-build-warnings Enable SIM specific build-time compiler warnings if gcc is used
866 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction.
867 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
870 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
871 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
872 --with-included-gettext use the GNU gettext library included here
874 Some influential environment variables:
875 CC C compiler command
876 CFLAGS C compiler flags
877 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
878 nonstandard directory <lib dir>
879 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
880 headers in a nonstandard directory <include dir>
883 Use these variables to override the choices made by `configure' or to help
884 it to find libraries and programs with nonstandard names/locations.
889 if test "$ac_init_help" = "recursive"; then
890 # If there are subdirs, report their specific --help.
892 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
893 test -d $ac_dir || continue
896 if test "$ac_dir" != .; then
897 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
898 # A "../" for each directory in $ac_dir_suffix.
899 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
901 ac_dir_suffix= ac_top_builddir=
905 .) # No --srcdir option. We are building in place.
907 if test -z "$ac_top_builddir"; then
910 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
912 [\\/]* | ?:[\\/]* ) # Absolute path.
913 ac_srcdir=$srcdir$ac_dir_suffix;
914 ac_top_srcdir=$srcdir ;;
916 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
917 ac_top_srcdir=$ac_top_builddir$srcdir ;;
920 # Do not use `cd foo && pwd` to compute absolute paths, because
921 # the directories may not exist.
923 .) ac_abs_builddir="$ac_dir";;
926 .) ac_abs_builddir=`pwd`;;
927 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
928 *) ac_abs_builddir=`pwd`/"$ac_dir";;
931 case $ac_abs_builddir in
932 .) ac_abs_top_builddir=${ac_top_builddir}.;;
934 case ${ac_top_builddir}. in
935 .) ac_abs_top_builddir=$ac_abs_builddir;;
936 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
937 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
940 case $ac_abs_builddir in
941 .) ac_abs_srcdir=$ac_srcdir;;
944 .) ac_abs_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
946 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
949 case $ac_abs_builddir in
950 .) ac_abs_top_srcdir=$ac_top_srcdir;;
952 case $ac_top_srcdir in
953 .) ac_abs_top_srcdir=$ac_abs_builddir;;
954 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
955 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
960 # Check for guested configure; otherwise get Cygnus style configure.
961 if test -f $ac_srcdir/configure.gnu; then
963 $SHELL $ac_srcdir/configure.gnu --help=recursive
964 elif test -f $ac_srcdir/configure; then
966 $SHELL $ac_srcdir/configure --help=recursive
967 elif test -f $ac_srcdir/configure.ac ||
968 test -f $ac_srcdir/configure.in; then
972 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
978 test -n "$ac_init_help" && exit 0
979 if $ac_init_version; then
982 Copyright (C) 2003 Free Software Foundation, Inc.
983 This configure script is free software; the Free Software Foundation
984 gives unlimited permission to copy, distribute and modify it.
990 This file contains any messages produced by compilers while
991 running configure, to aid debugging if configure makes a mistake.
993 It was created by $as_me, which was
994 generated by GNU Autoconf 2.59. Invocation command line was
1005 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1006 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1007 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1008 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1009 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1011 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1012 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1014 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1015 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1016 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1017 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1018 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1019 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1020 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1044 # Keep a trace of the command line.
1045 # Strip out --no-create and --no-recursion so they do not pile up.
1046 # Strip out --silent because we don't want to record it for future runs.
1047 # Also quote any args containing shell meta-characters.
1048 # Make two passes to allow for proper duplicate-argument suppression.
1053 ac_must_keep_next=false
1059 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1070 if test $ac_must_keep_next = true; then
1071 ac_must_keep_next=false # Got value, back to normal.
1074 *=* | --config-cache | -C | -disable-* | --disable-* \
1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1077 | -with-* | --with-* | -without-* | --without-* | --x)
1078 case "$ac_configure_args0 " in
1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1082 -* ) ac_must_keep_next=true ;;
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1092 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1093 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1095 # When interrupted or exit'd, cleanup temporary files, and complete
1096 # config.log. We remove comments because anyway the quotes in there
1097 # would cause problems or look ugly.
1098 # WARNING: Be sure not to use single quotes in there, as some shells,
1099 # such as our DU 5.0 friend, will then `close' the trap.
1100 trap 'exit_status=$?
1101 # Save into config.log some information that might help in debugging.
1106 ## ---------------- ##
1107 ## Cache variables. ##
1108 ## ---------------- ##
1111 # The following way of writing the cache mishandles newlines in values,
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1129 ## ----------------- ##
1130 ## Output variables. ##
1131 ## ----------------- ##
1134 for ac_var in $ac_subst_vars
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1141 if test -n "$ac_subst_files"; then
1148 for ac_var in $ac_subst_files
1150 eval ac_val=$`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1156 if test -s confdefs.h; then
1163 sed "/^$/d" confdefs.h | sort
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1170 rm -f core *.core &&
1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1174 for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1179 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1180 rm -rf conftest* confdefs.h
1181 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1184 # Predefined preprocessor variables.
1186 cat >>confdefs.h <<_ACEOF
1187 #define PACKAGE_NAME "$PACKAGE_NAME"
1191 cat >>confdefs.h <<_ACEOF
1192 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1196 cat >>confdefs.h <<_ACEOF
1197 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1201 cat >>confdefs.h <<_ACEOF
1202 #define PACKAGE_STRING "$PACKAGE_STRING"
1206 cat >>confdefs.h <<_ACEOF
1207 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1211 # Let the site file select an alternate cache file if it wants to.
1212 # Prefer explicitly selected file to automatically selected ones.
1213 if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1220 for ac_site_file in $CONFIG_SITE; do
1221 if test -r "$ac_site_file"; then
1222 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1223 echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's/^/| /' "$ac_site_file" >&5
1229 if test -r "$cache_file"; then
1230 # Some versions of bash will fail to source /dev/null (special
1231 # files actually), so we avoid doing that.
1232 if test -f "$cache_file"; then
1233 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1234 echo "$as_me: loading cache $cache_file" >&6;}
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242 echo "$as_me: creating cache $cache_file" >&6;}
1246 # Check that the precious variables saved in the cache have kept the same
1248 ac_cache_corrupted=false
1249 for ac_var in `(set) 2>&1 |
1250 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1252 eval ac_new_set=\$ac_env_${ac_var}_set
1253 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1254 eval ac_new_val="\$ac_env_${ac_var}_value"
1255 case $ac_old_set,$ac_new_set in
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1258 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1262 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1266 if test "x$ac_old_val" != "x$ac_new_val"; then
1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1268 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1270 echo "$as_me: former value: $ac_old_val" >&2;}
1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1272 echo "$as_me: current value: $ac_new_val" >&2;}
1273 ac_cache_corrupted=:
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1283 case " $ac_configure_args " in
1284 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1285 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1289 if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1292 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1293 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1298 ac_cpp='$CPP $CPPFLAGS'
1299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1321 ac_config_headers="$ac_config_headers config.h:config.in"
1324 # This file contains common code used by all simulators.
1326 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
1327 # directory. It is intended to be invoked before any target specific stuff.
1328 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
1329 # It is intended to be invoked last.
1331 # The simulator's configure.in should look like:
1333 # dnl Process this file with autoconf to produce a configure script.
1334 # sinclude(../common/aclocal.m4)
1336 # AC_INIT(Makefile.in)
1340 # ... target specific stuff ...
1391 sim_inline="-DDEFAULT_INLINE=0"
1428 # This file is derived from `gettext.m4'. The difference is that the
1429 # included macros assume Cygnus-style source and build trees.
1431 # Macro to add for using GNU gettext.
1432 # Ulrich Drepper <drepper@cygnus.com>, 1995.
1434 # This file file be copied and used freely without restrictions. It can
1435 # be used in projects which are not available under the GNU Public License
1436 # but which still want to provide support for the GNU gettext functionality.
1437 # Please note that the actual code is *not* freely available.
1445 # Search path for a program which passes the given test.
1446 # Ulrich Drepper <drepper@cygnus.com>, 1996.
1448 # This file file be copied and used freely without restrictions. It can
1449 # be used in projects which are not available under the GNU Public License
1450 # but which still want to provide support for the GNU gettext functionality.
1451 # Please note that the actual code is *not* freely available.
1457 # Check whether LC_MESSAGES is available in <locale.h>.
1458 # Ulrich Drepper <drepper@cygnus.com>, 1995.
1460 # This file file be copied and used freely without restrictions. It can
1461 # be used in projects which are not available under the GNU Public License
1462 # but which still want to provide support for the GNU gettext functionality.
1463 # Please note that the actual code is *not* freely available.
1473 # Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
1474 # it by inlining the macro's contents.
1475 # This file contains common code used by all simulators.
1477 # common.m4 invokes AC macros used by all simulators and by the common
1478 # directory. It is intended to be included before any target specific
1479 # stuff. SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1480 # the Makefile. It is intended to be invoked last.
1482 # The simulator's configure.in should look like:
1484 # dnl Process this file with autoconf to produce a configure script.
1486 # AC_INIT(Makefile.in)
1487 # AC_CONFIG_HEADER(config.h:config.in)
1489 # sinclude(../common/aclocal.m4)
1490 # sinclude(../common/common.m4)
1492 # ... target specific stuff ...
1495 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1496 if test -f $ac_dir/install-sh; then
1498 ac_install_sh="$ac_aux_dir/install-sh -c"
1500 elif test -f $ac_dir/install.sh; then
1502 ac_install_sh="$ac_aux_dir/install.sh -c"
1504 elif test -f $ac_dir/shtool; then
1506 ac_install_sh="$ac_aux_dir/shtool install -c"
1510 if test -z "$ac_aux_dir"; then
1511 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1512 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1513 { (exit 1); exit 1; }; }
1515 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1516 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1517 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1519 # Make sure we can run config.sub.
1520 $ac_config_sub sun4 >/dev/null 2>&1 ||
1521 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1522 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1523 { (exit 1); exit 1; }; }
1525 echo "$as_me:$LINENO: checking build system type" >&5
1526 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1527 if test "${ac_cv_build+set}" = set; then
1528 echo $ECHO_N "(cached) $ECHO_C" >&6
1530 ac_cv_build_alias=$build_alias
1531 test -z "$ac_cv_build_alias" &&
1532 ac_cv_build_alias=`$ac_config_guess`
1533 test -z "$ac_cv_build_alias" &&
1534 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1535 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1536 { (exit 1); exit 1; }; }
1537 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1538 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1539 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1540 { (exit 1); exit 1; }; }
1543 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1544 echo "${ECHO_T}$ac_cv_build" >&6
1546 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1547 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1548 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1551 echo "$as_me:$LINENO: checking host system type" >&5
1552 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1553 if test "${ac_cv_host+set}" = set; then
1554 echo $ECHO_N "(cached) $ECHO_C" >&6
1556 ac_cv_host_alias=$host_alias
1557 test -z "$ac_cv_host_alias" &&
1558 ac_cv_host_alias=$ac_cv_build_alias
1559 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1560 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1561 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1562 { (exit 1); exit 1; }; }
1565 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1566 echo "${ECHO_T}$ac_cv_host" >&6
1568 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1569 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1570 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1573 echo "$as_me:$LINENO: checking target system type" >&5
1574 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1575 if test "${ac_cv_target+set}" = set; then
1576 echo $ECHO_N "(cached) $ECHO_C" >&6
1578 ac_cv_target_alias=$target_alias
1579 test "x$ac_cv_target_alias" = "x" &&
1580 ac_cv_target_alias=$ac_cv_host_alias
1581 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1582 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1583 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1584 { (exit 1); exit 1; }; }
1587 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1588 echo "${ECHO_T}$ac_cv_target" >&6
1589 target=$ac_cv_target
1590 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1591 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1592 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1595 # The aliases save the names the user supplied, while $host etc.
1596 # will get canonicalized.
1597 test -n "$target_alias" &&
1598 test "$program_prefix$program_suffix$program_transform_name" = \
1600 program_prefix=${target_alias}-
1601 test "$program_prefix" != NONE &&
1602 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1603 # Use a double $ so make ignores it.
1604 test "$program_suffix" != NONE &&
1605 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1606 # Double any \ or $. echo might interpret backslashes.
1607 # By default was `s,x,x', remove it if useless.
1608 cat <<\_ACEOF >conftest.sed
1609 s/[\\$]/&&/g;s/;s,x,x,$//
1611 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1615 ac_cpp='$CPP $CPPFLAGS'
1616 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1617 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1618 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1619 if test -n "$ac_tool_prefix"; then
1620 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1621 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1622 echo "$as_me:$LINENO: checking for $ac_word" >&5
1623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1624 if test "${ac_cv_prog_CC+set}" = set; then
1625 echo $ECHO_N "(cached) $ECHO_C" >&6
1627 if test -n "$CC"; then
1628 ac_cv_prog_CC="$CC" # Let the user override the test.
1630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1634 test -z "$as_dir" && as_dir=.
1635 for ac_exec_ext in '' $ac_executable_extensions; do
1636 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1637 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1647 if test -n "$CC"; then
1648 echo "$as_me:$LINENO: result: $CC" >&5
1649 echo "${ECHO_T}$CC" >&6
1651 echo "$as_me:$LINENO: result: no" >&5
1652 echo "${ECHO_T}no" >&6
1656 if test -z "$ac_cv_prog_CC"; then
1658 # Extract the first word of "gcc", so it can be a program name with args.
1659 set dummy gcc; ac_word=$2
1660 echo "$as_me:$LINENO: checking for $ac_word" >&5
1661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1662 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1663 echo $ECHO_N "(cached) $ECHO_C" >&6
1665 if test -n "$ac_ct_CC"; then
1666 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 test -z "$as_dir" && as_dir=.
1673 for ac_exec_ext in '' $ac_executable_extensions; do
1674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1675 ac_cv_prog_ac_ct_CC="gcc"
1676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1685 if test -n "$ac_ct_CC"; then
1686 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1687 echo "${ECHO_T}$ac_ct_CC" >&6
1689 echo "$as_me:$LINENO: result: no" >&5
1690 echo "${ECHO_T}no" >&6
1698 if test -z "$CC"; then
1699 if test -n "$ac_tool_prefix"; then
1700 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1701 set dummy ${ac_tool_prefix}cc; ac_word=$2
1702 echo "$as_me:$LINENO: checking for $ac_word" >&5
1703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1704 if test "${ac_cv_prog_CC+set}" = set; then
1705 echo $ECHO_N "(cached) $ECHO_C" >&6
1707 if test -n "$CC"; then
1708 ac_cv_prog_CC="$CC" # Let the user override the test.
1710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1714 test -z "$as_dir" && as_dir=.
1715 for ac_exec_ext in '' $ac_executable_extensions; do
1716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1717 ac_cv_prog_CC="${ac_tool_prefix}cc"
1718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1727 if test -n "$CC"; then
1728 echo "$as_me:$LINENO: result: $CC" >&5
1729 echo "${ECHO_T}$CC" >&6
1731 echo "$as_me:$LINENO: result: no" >&5
1732 echo "${ECHO_T}no" >&6
1736 if test -z "$ac_cv_prog_CC"; then
1738 # Extract the first word of "cc", so it can be a program name with args.
1739 set dummy cc; ac_word=$2
1740 echo "$as_me:$LINENO: checking for $ac_word" >&5
1741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1742 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1743 echo $ECHO_N "(cached) $ECHO_C" >&6
1745 if test -n "$ac_ct_CC"; then
1746 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1752 test -z "$as_dir" && as_dir=.
1753 for ac_exec_ext in '' $ac_executable_extensions; do
1754 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1755 ac_cv_prog_ac_ct_CC="cc"
1756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1764 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1765 if test -n "$ac_ct_CC"; then
1766 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1767 echo "${ECHO_T}$ac_ct_CC" >&6
1769 echo "$as_me:$LINENO: result: no" >&5
1770 echo "${ECHO_T}no" >&6
1779 if test -z "$CC"; then
1780 # Extract the first word of "cc", so it can be a program name with args.
1781 set dummy cc; ac_word=$2
1782 echo "$as_me:$LINENO: checking for $ac_word" >&5
1783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1784 if test "${ac_cv_prog_CC+set}" = set; then
1785 echo $ECHO_N "(cached) $ECHO_C" >&6
1787 if test -n "$CC"; then
1788 ac_cv_prog_CC="$CC" # Let the user override the test.
1791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1795 test -z "$as_dir" && as_dir=.
1796 for ac_exec_ext in '' $ac_executable_extensions; do
1797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1798 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1799 ac_prog_rejected=yes
1803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1809 if test $ac_prog_rejected = yes; then
1810 # We found a bogon in the path, so make sure we never use it.
1811 set dummy $ac_cv_prog_CC
1813 if test $# != 0; then
1814 # We chose a different compiler from the bogus one.
1815 # However, it has the same basename, so the bogon will be chosen
1816 # first if we set CC to just the basename; use the full file name.
1818 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1824 if test -n "$CC"; then
1825 echo "$as_me:$LINENO: result: $CC" >&5
1826 echo "${ECHO_T}$CC" >&6
1828 echo "$as_me:$LINENO: result: no" >&5
1829 echo "${ECHO_T}no" >&6
1833 if test -z "$CC"; then
1834 if test -n "$ac_tool_prefix"; then
1837 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1838 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1839 echo "$as_me:$LINENO: checking for $ac_word" >&5
1840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1841 if test "${ac_cv_prog_CC+set}" = set; then
1842 echo $ECHO_N "(cached) $ECHO_C" >&6
1844 if test -n "$CC"; then
1845 ac_cv_prog_CC="$CC" # Let the user override the test.
1847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1851 test -z "$as_dir" && as_dir=.
1852 for ac_exec_ext in '' $ac_executable_extensions; do
1853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1854 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1864 if test -n "$CC"; then
1865 echo "$as_me:$LINENO: result: $CC" >&5
1866 echo "${ECHO_T}$CC" >&6
1868 echo "$as_me:$LINENO: result: no" >&5
1869 echo "${ECHO_T}no" >&6
1872 test -n "$CC" && break
1875 if test -z "$CC"; then
1879 # Extract the first word of "$ac_prog", so it can be a program name with args.
1880 set dummy $ac_prog; ac_word=$2
1881 echo "$as_me:$LINENO: checking for $ac_word" >&5
1882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1883 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1884 echo $ECHO_N "(cached) $ECHO_C" >&6
1886 if test -n "$ac_ct_CC"; then
1887 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893 test -z "$as_dir" && as_dir=.
1894 for ac_exec_ext in '' $ac_executable_extensions; do
1895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1896 ac_cv_prog_ac_ct_CC="$ac_prog"
1897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1905 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1906 if test -n "$ac_ct_CC"; then
1907 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1908 echo "${ECHO_T}$ac_ct_CC" >&6
1910 echo "$as_me:$LINENO: result: no" >&5
1911 echo "${ECHO_T}no" >&6
1914 test -n "$ac_ct_CC" && break
1923 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1924 See \`config.log' for more details." >&5
1925 echo "$as_me: error: no acceptable C compiler found in \$PATH
1926 See \`config.log' for more details." >&2;}
1927 { (exit 1); exit 1; }; }
1929 # Provide some information about the compiler.
1930 echo "$as_me:$LINENO:" \
1931 "checking for C compiler version" >&5
1932 ac_compiler=`set X $ac_compile; echo $2`
1933 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1934 (eval $ac_compiler --version </dev/null >&5) 2>&5
1936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1937 (exit $ac_status); }
1938 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1939 (eval $ac_compiler -v </dev/null >&5) 2>&5
1941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1942 (exit $ac_status); }
1943 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1944 (eval $ac_compiler -V </dev/null >&5) 2>&5
1946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1947 (exit $ac_status); }
1949 cat >conftest.$ac_ext <<_ACEOF
1952 cat confdefs.h >>conftest.$ac_ext
1953 cat >>conftest.$ac_ext <<_ACEOF
1954 /* end confdefs.h. */
1964 ac_clean_files_save=$ac_clean_files
1965 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1966 # Try to create an executable without -o first, disregard a.out.
1967 # It will help us diagnose broken compilers, and finding out an intuition
1969 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1970 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1971 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1972 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1973 (eval $ac_link_default) 2>&5
1975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1976 (exit $ac_status); }; then
1977 # Find the output, starting from the most likely. This scheme is
1978 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1981 # Be careful to initialize this variable, since it used to be cached.
1982 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1984 # b.out is created by i960 compilers.
1985 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1987 test -f "$ac_file" || continue
1989 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1992 # This is the source file.
1995 # We found the default executable, but exeext='' is most
1999 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2000 # FIXME: I believe we export ac_cv_exeext for Libtool,
2001 # but it would be cool to find out if it's true. Does anybody
2002 # maintain Libtool? --akim.
2010 echo "$as_me: failed program was:" >&5
2011 sed 's/^/| /' conftest.$ac_ext >&5
2013 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2014 See \`config.log' for more details." >&5
2015 echo "$as_me: error: C compiler cannot create executables
2016 See \`config.log' for more details." >&2;}
2017 { (exit 77); exit 77; }; }
2020 ac_exeext=$ac_cv_exeext
2021 echo "$as_me:$LINENO: result: $ac_file" >&5
2022 echo "${ECHO_T}$ac_file" >&6
2024 # Check the compiler produces executables we can run. If not, either
2025 # the compiler is broken, or we cross compile.
2026 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2027 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2028 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2029 # If not cross compiling, check that we can run a simple program.
2030 if test "$cross_compiling" != yes; then
2031 if { ac_try='./$ac_file'
2032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2036 (exit $ac_status); }; }; then
2039 if test "$cross_compiling" = maybe; then
2042 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2043 If you meant to cross compile, use \`--host'.
2044 See \`config.log' for more details." >&5
2045 echo "$as_me: error: cannot run C compiled programs.
2046 If you meant to cross compile, use \`--host'.
2047 See \`config.log' for more details." >&2;}
2048 { (exit 1); exit 1; }; }
2052 echo "$as_me:$LINENO: result: yes" >&5
2053 echo "${ECHO_T}yes" >&6
2055 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2056 ac_clean_files=$ac_clean_files_save
2057 # Check the compiler produces executables we can run. If not, either
2058 # the compiler is broken, or we cross compile.
2059 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2060 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2061 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2062 echo "${ECHO_T}$cross_compiling" >&6
2064 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2065 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2067 (eval $ac_link) 2>&5
2069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2070 (exit $ac_status); }; then
2071 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2072 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2073 # work properly (i.e., refer to `conftest.exe'), while it won't with
2075 for ac_file in conftest.exe conftest conftest.*; do
2076 test -f "$ac_file" || continue
2078 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2079 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2086 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2087 See \`config.log' for more details." >&5
2088 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2089 See \`config.log' for more details." >&2;}
2090 { (exit 1); exit 1; }; }
2093 rm -f conftest$ac_cv_exeext
2094 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2095 echo "${ECHO_T}$ac_cv_exeext" >&6
2097 rm -f conftest.$ac_ext
2098 EXEEXT=$ac_cv_exeext
2100 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2101 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2102 if test "${ac_cv_objext+set}" = set; then
2103 echo $ECHO_N "(cached) $ECHO_C" >&6
2105 cat >conftest.$ac_ext <<_ACEOF
2108 cat confdefs.h >>conftest.$ac_ext
2109 cat >>conftest.$ac_ext <<_ACEOF
2110 /* end confdefs.h. */
2120 rm -f conftest.o conftest.obj
2121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2122 (eval $ac_compile) 2>&5
2124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2125 (exit $ac_status); }; then
2126 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2129 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2134 echo "$as_me: failed program was:" >&5
2135 sed 's/^/| /' conftest.$ac_ext >&5
2137 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2138 See \`config.log' for more details." >&5
2139 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2140 See \`config.log' for more details." >&2;}
2141 { (exit 1); exit 1; }; }
2144 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2146 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2147 echo "${ECHO_T}$ac_cv_objext" >&6
2148 OBJEXT=$ac_cv_objext
2150 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2151 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2152 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2153 echo $ECHO_N "(cached) $ECHO_C" >&6
2155 cat >conftest.$ac_ext <<_ACEOF
2158 cat confdefs.h >>conftest.$ac_ext
2159 cat >>conftest.$ac_ext <<_ACEOF
2160 /* end confdefs.h. */
2173 rm -f conftest.$ac_objext
2174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2175 (eval $ac_compile) 2>conftest.er1
2177 grep -v '^ *+' conftest.er1 >conftest.err
2179 cat conftest.err >&5
2180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2181 (exit $ac_status); } &&
2182 { ac_try='test -z "$ac_c_werror_flag"
2183 || test ! -s conftest.err'
2184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188 (exit $ac_status); }; } &&
2189 { ac_try='test -s conftest.$ac_objext'
2190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2194 (exit $ac_status); }; }; then
2197 echo "$as_me: failed program was:" >&5
2198 sed 's/^/| /' conftest.$ac_ext >&5
2202 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2203 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2206 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2207 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2208 GCC=`test $ac_compiler_gnu = yes && echo yes`
2209 ac_test_CFLAGS=${CFLAGS+set}
2210 ac_save_CFLAGS=$CFLAGS
2212 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2213 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2214 if test "${ac_cv_prog_cc_g+set}" = set; then
2215 echo $ECHO_N "(cached) $ECHO_C" >&6
2217 cat >conftest.$ac_ext <<_ACEOF
2220 cat confdefs.h >>conftest.$ac_ext
2221 cat >>conftest.$ac_ext <<_ACEOF
2222 /* end confdefs.h. */
2232 rm -f conftest.$ac_objext
2233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2234 (eval $ac_compile) 2>conftest.er1
2236 grep -v '^ *+' conftest.er1 >conftest.err
2238 cat conftest.err >&5
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); } &&
2241 { ac_try='test -z "$ac_c_werror_flag"
2242 || test ! -s conftest.err'
2243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2247 (exit $ac_status); }; } &&
2248 { ac_try='test -s conftest.$ac_objext'
2249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2253 (exit $ac_status); }; }; then
2256 echo "$as_me: failed program was:" >&5
2257 sed 's/^/| /' conftest.$ac_ext >&5
2261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2263 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2264 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2265 if test "$ac_test_CFLAGS" = set; then
2266 CFLAGS=$ac_save_CFLAGS
2267 elif test $ac_cv_prog_cc_g = yes; then
2268 if test "$GCC" = yes; then
2274 if test "$GCC" = yes; then
2280 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2281 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2282 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2283 echo $ECHO_N "(cached) $ECHO_C" >&6
2285 ac_cv_prog_cc_stdc=no
2287 cat >conftest.$ac_ext <<_ACEOF
2290 cat confdefs.h >>conftest.$ac_ext
2291 cat >>conftest.$ac_ext <<_ACEOF
2292 /* end confdefs.h. */
2295 #include <sys/types.h>
2296 #include <sys/stat.h>
2297 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2298 struct buf { int x; };
2299 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2300 static char *e (p, i)
2306 static char *f (char * (*g) (char **, int), char **p, ...)
2311 s = g (p, va_arg (v,int));
2316 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2317 function prototypes and stuff, but not '\xHH' hex character constants.
2318 These don't provoke an error unfortunately, instead are silently treated
2319 as 'x'. The following induces an error, until -std1 is added to get
2320 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2321 array size at least. It's necessary to write '\x00'==0 to get something
2322 that's true only with -std1. */
2323 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2325 int test (int i, double x);
2326 struct s1 {int (*f) (int a);};
2327 struct s2 {int (*f) (double a);};
2328 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2334 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2339 # Don't try gcc -ansi; that turns off useful extensions and
2340 # breaks some systems' header files.
2341 # AIX -qlanglvl=ansi
2342 # Ultrix and OSF/1 -std1
2343 # HP-UX 10.20 and later -Ae
2344 # HP-UX older versions -Aa -D_HPUX_SOURCE
2345 # SVR4 -Xc -D__EXTENSIONS__
2346 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2348 CC="$ac_save_CC $ac_arg"
2349 rm -f conftest.$ac_objext
2350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2351 (eval $ac_compile) 2>conftest.er1
2353 grep -v '^ *+' conftest.er1 >conftest.err
2355 cat conftest.err >&5
2356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357 (exit $ac_status); } &&
2358 { ac_try='test -z "$ac_c_werror_flag"
2359 || test ! -s conftest.err'
2360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364 (exit $ac_status); }; } &&
2365 { ac_try='test -s conftest.$ac_objext'
2366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2370 (exit $ac_status); }; }; then
2371 ac_cv_prog_cc_stdc=$ac_arg
2374 echo "$as_me: failed program was:" >&5
2375 sed 's/^/| /' conftest.$ac_ext >&5
2378 rm -f conftest.err conftest.$ac_objext
2380 rm -f conftest.$ac_ext conftest.$ac_objext
2385 case "x$ac_cv_prog_cc_stdc" in
2387 echo "$as_me:$LINENO: result: none needed" >&5
2388 echo "${ECHO_T}none needed" >&6 ;;
2390 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2391 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2392 CC="$CC $ac_cv_prog_cc_stdc" ;;
2395 # Some people use a C++ compiler to compile C. Since we use `exit',
2396 # in C++ we need to declare it. In case someone uses the same compiler
2397 # for both compiling C and C++ we need to have the C++ compiler decide
2398 # the declaration of exit, since it's the most demanding environment.
2399 cat >conftest.$ac_ext <<_ACEOF
2404 rm -f conftest.$ac_objext
2405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2406 (eval $ac_compile) 2>conftest.er1
2408 grep -v '^ *+' conftest.er1 >conftest.err
2410 cat conftest.err >&5
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2412 (exit $ac_status); } &&
2413 { ac_try='test -z "$ac_c_werror_flag"
2414 || test ! -s conftest.err'
2415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); }; } &&
2420 { ac_try='test -s conftest.$ac_objext'
2421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2425 (exit $ac_status); }; }; then
2426 for ac_declaration in \
2428 'extern "C" void std::exit (int) throw (); using std::exit;' \
2429 'extern "C" void std::exit (int); using std::exit;' \
2430 'extern "C" void exit (int) throw ();' \
2431 'extern "C" void exit (int);' \
2434 cat >conftest.$ac_ext <<_ACEOF
2437 cat confdefs.h >>conftest.$ac_ext
2438 cat >>conftest.$ac_ext <<_ACEOF
2439 /* end confdefs.h. */
2450 rm -f conftest.$ac_objext
2451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2452 (eval $ac_compile) 2>conftest.er1
2454 grep -v '^ *+' conftest.er1 >conftest.err
2456 cat conftest.err >&5
2457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2458 (exit $ac_status); } &&
2459 { ac_try='test -z "$ac_c_werror_flag"
2460 || test ! -s conftest.err'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; } &&
2466 { ac_try='test -s conftest.$ac_objext'
2467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2471 (exit $ac_status); }; }; then
2474 echo "$as_me: failed program was:" >&5
2475 sed 's/^/| /' conftest.$ac_ext >&5
2479 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2480 cat >conftest.$ac_ext <<_ACEOF
2483 cat confdefs.h >>conftest.$ac_ext
2484 cat >>conftest.$ac_ext <<_ACEOF
2485 /* end confdefs.h. */
2495 rm -f conftest.$ac_objext
2496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2497 (eval $ac_compile) 2>conftest.er1
2499 grep -v '^ *+' conftest.er1 >conftest.err
2501 cat conftest.err >&5
2502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503 (exit $ac_status); } &&
2504 { ac_try='test -z "$ac_c_werror_flag"
2505 || test ! -s conftest.err'
2506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510 (exit $ac_status); }; } &&
2511 { ac_try='test -s conftest.$ac_objext'
2512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2516 (exit $ac_status); }; }; then
2519 echo "$as_me: failed program was:" >&5
2520 sed 's/^/| /' conftest.$ac_ext >&5
2523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2526 if test -n "$ac_declaration"; then
2527 echo '#ifdef __cplusplus' >>confdefs.h
2528 echo $ac_declaration >>confdefs.h
2529 echo '#endif' >>confdefs.h
2533 echo "$as_me: failed program was:" >&5
2534 sed 's/^/| /' conftest.$ac_ext >&5
2537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2539 ac_cpp='$CPP $CPPFLAGS'
2540 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2541 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2542 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2544 # Find a good install program. We prefer a C program (faster),
2545 # so one script is as good as another. But avoid the broken or
2546 # incompatible versions:
2547 # SysV /etc/install, /usr/sbin/install
2548 # SunOS /usr/etc/install
2549 # IRIX /sbin/install
2551 # AmigaOS /C/install, which installs bootblocks on floppy discs
2552 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2553 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2554 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2555 # OS/2's system install, which has a completely different semantic
2556 # ./install, which can be erroneously created by make from ./install.sh.
2557 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2558 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2559 if test -z "$INSTALL"; then
2560 if test "${ac_cv_path_install+set}" = set; then
2561 echo $ECHO_N "(cached) $ECHO_C" >&6
2563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567 test -z "$as_dir" && as_dir=.
2568 # Account for people who put trailing slashes in PATH elements.
2570 ./ | .// | /cC/* | \
2571 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2572 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2575 # OSF1 and SCO ODT 3.0 have their own names for install.
2576 # Don't use installbsd from OSF since it installs stuff as root
2578 for ac_prog in ginstall scoinst install; do
2579 for ac_exec_ext in '' $ac_executable_extensions; do
2580 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2581 if test $ac_prog = install &&
2582 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2583 # AIX install. It has an incompatible calling convention.
2585 elif test $ac_prog = install &&
2586 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2587 # program-specific install script used by HP pwplus--don't use.
2590 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2602 if test "${ac_cv_path_install+set}" = set; then
2603 INSTALL=$ac_cv_path_install
2605 # As a last resort, use the slow shell script. We don't cache a
2606 # path for INSTALL within a source directory, because that will
2607 # break other packages using the cache if that directory is
2608 # removed, or if the path is relative.
2609 INSTALL=$ac_install_sh
2612 echo "$as_me:$LINENO: result: $INSTALL" >&5
2613 echo "${ECHO_T}$INSTALL" >&6
2615 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2616 # It thinks the first close brace ends the variable substitution.
2617 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2619 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2621 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2624 # Put a plausible default for CC_FOR_BUILD in Makefile.
2625 if test "x$cross_compiling" = "xno"; then
2626 CC_FOR_BUILD='$(CC)'
2636 if test -n "$ac_tool_prefix"; then
2637 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2638 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2639 echo "$as_me:$LINENO: checking for $ac_word" >&5
2640 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2641 if test "${ac_cv_prog_RANLIB+set}" = set; then
2642 echo $ECHO_N "(cached) $ECHO_C" >&6
2644 if test -n "$RANLIB"; then
2645 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
2653 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2654 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2663 RANLIB=$ac_cv_prog_RANLIB
2664 if test -n "$RANLIB"; then
2665 echo "$as_me:$LINENO: result: $RANLIB" >&5
2666 echo "${ECHO_T}$RANLIB" >&6
2668 echo "$as_me:$LINENO: result: no" >&5
2669 echo "${ECHO_T}no" >&6
2673 if test -z "$ac_cv_prog_RANLIB"; then
2674 ac_ct_RANLIB=$RANLIB
2675 # Extract the first word of "ranlib", so it can be a program name with args.
2676 set dummy ranlib; ac_word=$2
2677 echo "$as_me:$LINENO: checking for $ac_word" >&5
2678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2679 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2680 echo $ECHO_N "(cached) $ECHO_C" >&6
2682 if test -n "$ac_ct_RANLIB"; then
2683 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689 test -z "$as_dir" && as_dir=.
2690 for ac_exec_ext in '' $ac_executable_extensions; do
2691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2692 ac_cv_prog_ac_ct_RANLIB="ranlib"
2693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2702 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2703 if test -n "$ac_ct_RANLIB"; then
2704 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2705 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2707 echo "$as_me:$LINENO: result: no" >&5
2708 echo "${ECHO_T}no" >&6
2711 RANLIB=$ac_ct_RANLIB
2713 RANLIB="$ac_cv_prog_RANLIB"
2718 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2719 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2720 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2721 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2722 echo $ECHO_N "(cached) $ECHO_C" >&6
2724 cat >conftest.make <<\_ACEOF
2726 @echo 'ac_maketemp="$(MAKE)"'
2728 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2729 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2730 if test -n "$ac_maketemp"; then
2731 eval ac_cv_prog_make_${ac_make}_set=yes
2733 eval ac_cv_prog_make_${ac_make}_set=no
2737 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2738 echo "$as_me:$LINENO: result: yes" >&5
2739 echo "${ECHO_T}yes" >&6
2742 echo "$as_me:$LINENO: result: no" >&5
2743 echo "${ECHO_T}no" >&6
2744 SET_MAKE="MAKE=${MAKE-make}"
2748 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2749 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2750 if test "${ac_cv_search_strerror+set}" = set; then
2751 echo $ECHO_N "(cached) $ECHO_C" >&6
2753 ac_func_search_save_LIBS=$LIBS
2754 ac_cv_search_strerror=no
2755 cat >conftest.$ac_ext <<_ACEOF
2758 cat confdefs.h >>conftest.$ac_ext
2759 cat >>conftest.$ac_ext <<_ACEOF
2760 /* end confdefs.h. */
2762 /* Override any gcc2 internal prototype to avoid an error. */
2766 /* We use char because int might match the return type of a gcc2
2767 builtin and then its argument prototype would still apply. */
2777 rm -f conftest.$ac_objext conftest$ac_exeext
2778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2779 (eval $ac_link) 2>conftest.er1
2781 grep -v '^ *+' conftest.er1 >conftest.err
2783 cat conftest.err >&5
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); } &&
2786 { ac_try='test -z "$ac_c_werror_flag"
2787 || test ! -s conftest.err'
2788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; } &&
2793 { ac_try='test -s conftest$ac_exeext'
2794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; }; then
2799 ac_cv_search_strerror="none required"
2801 echo "$as_me: failed program was:" >&5
2802 sed 's/^/| /' conftest.$ac_ext >&5
2805 rm -f conftest.err conftest.$ac_objext \
2806 conftest$ac_exeext conftest.$ac_ext
2807 if test "$ac_cv_search_strerror" = no; then
2808 for ac_lib in cposix; do
2809 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2810 cat >conftest.$ac_ext <<_ACEOF
2813 cat confdefs.h >>conftest.$ac_ext
2814 cat >>conftest.$ac_ext <<_ACEOF
2815 /* end confdefs.h. */
2817 /* Override any gcc2 internal prototype to avoid an error. */
2821 /* We use char because int might match the return type of a gcc2
2822 builtin and then its argument prototype would still apply. */
2832 rm -f conftest.$ac_objext conftest$ac_exeext
2833 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2834 (eval $ac_link) 2>conftest.er1
2836 grep -v '^ *+' conftest.er1 >conftest.err
2838 cat conftest.err >&5
2839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2840 (exit $ac_status); } &&
2841 { ac_try='test -z "$ac_c_werror_flag"
2842 || test ! -s conftest.err'
2843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2847 (exit $ac_status); }; } &&
2848 { ac_try='test -s conftest$ac_exeext'
2849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; }; then
2854 ac_cv_search_strerror="-l$ac_lib"
2857 echo "$as_me: failed program was:" >&5
2858 sed 's/^/| /' conftest.$ac_ext >&5
2861 rm -f conftest.err conftest.$ac_objext \
2862 conftest$ac_exeext conftest.$ac_ext
2865 LIBS=$ac_func_search_save_LIBS
2867 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2868 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2869 if test "$ac_cv_search_strerror" != no; then
2870 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2875 ac_cpp='$CPP $CPPFLAGS'
2876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2879 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2880 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2881 # On Suns, sometimes $CPP names a directory.
2882 if test -n "$CPP" && test -d "$CPP"; then
2885 if test -z "$CPP"; then
2886 if test "${ac_cv_prog_CPP+set}" = set; then
2887 echo $ECHO_N "(cached) $ECHO_C" >&6
2889 # Double quotes because CPP needs to be expanded
2890 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2893 for ac_c_preproc_warn_flag in '' yes
2895 # Use a header file that comes with gcc, so configuring glibc
2896 # with a fresh cross-compiler works.
2897 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2898 # <limits.h> exists even on freestanding compilers.
2899 # On the NeXT, cc -E runs the code through the compiler's parser,
2900 # not just through cpp. "Syntax error" is here to catch this case.
2901 cat >conftest.$ac_ext <<_ACEOF
2904 cat confdefs.h >>conftest.$ac_ext
2905 cat >>conftest.$ac_ext <<_ACEOF
2906 /* end confdefs.h. */
2908 # include <limits.h>
2910 # include <assert.h>
2914 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2917 grep -v '^ *+' conftest.er1 >conftest.err
2919 cat conftest.err >&5
2920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2921 (exit $ac_status); } >/dev/null; then
2922 if test -s conftest.err; then
2923 ac_cpp_err=$ac_c_preproc_warn_flag
2924 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2931 if test -z "$ac_cpp_err"; then
2934 echo "$as_me: failed program was:" >&5
2935 sed 's/^/| /' conftest.$ac_ext >&5
2937 # Broken: fails on valid input.
2940 rm -f conftest.err conftest.$ac_ext
2942 # OK, works on sane cases. Now check whether non-existent headers
2943 # can be detected and how.
2944 cat >conftest.$ac_ext <<_ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2950 #include <ac_nonexistent.h>
2952 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2953 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2955 grep -v '^ *+' conftest.er1 >conftest.err
2957 cat conftest.err >&5
2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959 (exit $ac_status); } >/dev/null; then
2960 if test -s conftest.err; then
2961 ac_cpp_err=$ac_c_preproc_warn_flag
2962 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2969 if test -z "$ac_cpp_err"; then
2970 # Broken: success on invalid input.
2973 echo "$as_me: failed program was:" >&5
2974 sed 's/^/| /' conftest.$ac_ext >&5
2976 # Passes both tests.
2980 rm -f conftest.err conftest.$ac_ext
2983 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2984 rm -f conftest.err conftest.$ac_ext
2985 if $ac_preproc_ok; then
2997 echo "$as_me:$LINENO: result: $CPP" >&5
2998 echo "${ECHO_T}$CPP" >&6
3000 for ac_c_preproc_warn_flag in '' yes
3002 # Use a header file that comes with gcc, so configuring glibc
3003 # with a fresh cross-compiler works.
3004 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3005 # <limits.h> exists even on freestanding compilers.
3006 # On the NeXT, cc -E runs the code through the compiler's parser,
3007 # not just through cpp. "Syntax error" is here to catch this case.
3008 cat >conftest.$ac_ext <<_ACEOF
3011 cat confdefs.h >>conftest.$ac_ext
3012 cat >>conftest.$ac_ext <<_ACEOF
3013 /* end confdefs.h. */
3015 # include <limits.h>
3017 # include <assert.h>
3021 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3022 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3024 grep -v '^ *+' conftest.er1 >conftest.err
3026 cat conftest.err >&5
3027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3028 (exit $ac_status); } >/dev/null; then
3029 if test -s conftest.err; then
3030 ac_cpp_err=$ac_c_preproc_warn_flag
3031 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3038 if test -z "$ac_cpp_err"; then
3041 echo "$as_me: failed program was:" >&5
3042 sed 's/^/| /' conftest.$ac_ext >&5
3044 # Broken: fails on valid input.
3047 rm -f conftest.err conftest.$ac_ext
3049 # OK, works on sane cases. Now check whether non-existent headers
3050 # can be detected and how.
3051 cat >conftest.$ac_ext <<_ACEOF
3054 cat confdefs.h >>conftest.$ac_ext
3055 cat >>conftest.$ac_ext <<_ACEOF
3056 /* end confdefs.h. */
3057 #include <ac_nonexistent.h>
3059 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3062 grep -v '^ *+' conftest.er1 >conftest.err
3064 cat conftest.err >&5
3065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066 (exit $ac_status); } >/dev/null; then
3067 if test -s conftest.err; then
3068 ac_cpp_err=$ac_c_preproc_warn_flag
3069 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3076 if test -z "$ac_cpp_err"; then
3077 # Broken: success on invalid input.
3080 echo "$as_me: failed program was:" >&5
3081 sed 's/^/| /' conftest.$ac_ext >&5
3083 # Passes both tests.
3087 rm -f conftest.err conftest.$ac_ext
3090 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3091 rm -f conftest.err conftest.$ac_ext
3092 if $ac_preproc_ok; then
3095 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3096 See \`config.log' for more details." >&5
3097 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3098 See \`config.log' for more details." >&2;}
3099 { (exit 1); exit 1; }; }
3103 ac_cpp='$CPP $CPPFLAGS'
3104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3105 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3109 echo "$as_me:$LINENO: checking for egrep" >&5
3110 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3111 if test "${ac_cv_prog_egrep+set}" = set; then
3112 echo $ECHO_N "(cached) $ECHO_C" >&6
3114 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3115 then ac_cv_prog_egrep='grep -E'
3116 else ac_cv_prog_egrep='egrep'
3119 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3120 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3121 EGREP=$ac_cv_prog_egrep
3124 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3125 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3126 if test "${ac_cv_header_stdc+set}" = set; then
3127 echo $ECHO_N "(cached) $ECHO_C" >&6
3129 cat >conftest.$ac_ext <<_ACEOF
3132 cat confdefs.h >>conftest.$ac_ext
3133 cat >>conftest.$ac_ext <<_ACEOF
3134 /* end confdefs.h. */
3148 rm -f conftest.$ac_objext
3149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3150 (eval $ac_compile) 2>conftest.er1
3152 grep -v '^ *+' conftest.er1 >conftest.err
3154 cat conftest.err >&5
3155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3156 (exit $ac_status); } &&
3157 { ac_try='test -z "$ac_c_werror_flag"
3158 || test ! -s conftest.err'
3159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3163 (exit $ac_status); }; } &&
3164 { ac_try='test -s conftest.$ac_objext'
3165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169 (exit $ac_status); }; }; then
3170 ac_cv_header_stdc=yes
3172 echo "$as_me: failed program was:" >&5
3173 sed 's/^/| /' conftest.$ac_ext >&5
3175 ac_cv_header_stdc=no
3177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3179 if test $ac_cv_header_stdc = yes; then
3180 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3181 cat >conftest.$ac_ext <<_ACEOF
3184 cat confdefs.h >>conftest.$ac_ext
3185 cat >>conftest.$ac_ext <<_ACEOF
3186 /* end confdefs.h. */
3190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3191 $EGREP "memchr" >/dev/null 2>&1; then
3194 ac_cv_header_stdc=no
3200 if test $ac_cv_header_stdc = yes; then
3201 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3202 cat >conftest.$ac_ext <<_ACEOF
3205 cat confdefs.h >>conftest.$ac_ext
3206 cat >>conftest.$ac_ext <<_ACEOF
3207 /* end confdefs.h. */
3211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3212 $EGREP "free" >/dev/null 2>&1; then
3215 ac_cv_header_stdc=no
3221 if test $ac_cv_header_stdc = yes; then
3222 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3223 if test "$cross_compiling" = yes; then
3226 cat >conftest.$ac_ext <<_ACEOF
3229 cat confdefs.h >>conftest.$ac_ext
3230 cat >>conftest.$ac_ext <<_ACEOF
3231 /* end confdefs.h. */
3233 #if ((' ' & 0x0FF) == 0x020)
3234 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3235 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3237 # define ISLOWER(c) \
3238 (('a' <= (c) && (c) <= 'i') \
3239 || ('j' <= (c) && (c) <= 'r') \
3240 || ('s' <= (c) && (c) <= 'z'))
3241 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3244 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3249 for (i = 0; i < 256; i++)
3250 if (XOR (islower (i), ISLOWER (i))
3251 || toupper (i) != TOUPPER (i))
3256 rm -f conftest$ac_exeext
3257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3258 (eval $ac_link) 2>&5
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3266 (exit $ac_status); }; }; then
3269 echo "$as_me: program exited with status $ac_status" >&5
3270 echo "$as_me: failed program was:" >&5
3271 sed 's/^/| /' conftest.$ac_ext >&5
3274 ac_cv_header_stdc=no
3276 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3280 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3281 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3282 if test $ac_cv_header_stdc = yes; then
3284 cat >>confdefs.h <<\_ACEOF
3285 #define STDC_HEADERS 1
3290 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3291 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3292 if test "${ac_cv_c_const+set}" = set; then
3293 echo $ECHO_N "(cached) $ECHO_C" >&6
3295 cat >conftest.$ac_ext <<_ACEOF
3298 cat confdefs.h >>conftest.$ac_ext
3299 cat >>conftest.$ac_ext <<_ACEOF
3300 /* end confdefs.h. */
3305 /* FIXME: Include the comments suggested by Paul. */
3307 /* Ultrix mips cc rejects this. */
3308 typedef int charset[2];
3310 /* SunOS 4.1.1 cc rejects this. */
3311 char const *const *ccp;
3313 /* NEC SVR4.0.2 mips cc rejects this. */
3314 struct point {int x, y;};
3315 static struct point const zero = {0,0};
3316 /* AIX XL C 1.02.0.0 rejects this.
3317 It does not let you subtract one const X* pointer from another in
3318 an arm of an if-expression whose if-part is not a constant
3320 const char *g = "string";
3321 ccp = &g + (g ? g-g : 0);
3322 /* HPUX 7.0 cc rejects these. */
3325 ccp = (char const *const *) p;
3326 { /* SCO 3.2v4 cc rejects this. */
3328 char const *s = 0 ? (char *) 0 : (char const *) 0;
3332 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3334 const int *foo = &x[0];
3337 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3338 typedef const int *iptr;
3342 { /* AIX XL C 1.02.0.0 rejects this saying
3343 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3344 struct s { int j; const int *ap[3]; };
3345 struct s *b; b->j = 5;
3347 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3356 rm -f conftest.$ac_objext
3357 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3358 (eval $ac_compile) 2>conftest.er1
3360 grep -v '^ *+' conftest.er1 >conftest.err
3362 cat conftest.err >&5
3363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364 (exit $ac_status); } &&
3365 { ac_try='test -z "$ac_c_werror_flag"
3366 || test ! -s conftest.err'
3367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3371 (exit $ac_status); }; } &&
3372 { ac_try='test -s conftest.$ac_objext'
3373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3377 (exit $ac_status); }; }; then
3380 echo "$as_me: failed program was:" >&5
3381 sed 's/^/| /' conftest.$ac_ext >&5
3385 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3387 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3388 echo "${ECHO_T}$ac_cv_c_const" >&6
3389 if test $ac_cv_c_const = no; then
3391 cat >>confdefs.h <<\_ACEOF
3397 echo "$as_me:$LINENO: checking for inline" >&5
3398 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3399 if test "${ac_cv_c_inline+set}" = set; then
3400 echo $ECHO_N "(cached) $ECHO_C" >&6
3403 for ac_kw in inline __inline__ __inline; do
3404 cat >conftest.$ac_ext <<_ACEOF
3407 cat confdefs.h >>conftest.$ac_ext
3408 cat >>conftest.$ac_ext <<_ACEOF
3409 /* end confdefs.h. */
3412 static $ac_kw foo_t static_foo () {return 0; }
3413 $ac_kw foo_t foo () {return 0; }
3417 rm -f conftest.$ac_objext
3418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3419 (eval $ac_compile) 2>conftest.er1
3421 grep -v '^ *+' conftest.er1 >conftest.err
3423 cat conftest.err >&5
3424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3425 (exit $ac_status); } &&
3426 { ac_try='test -z "$ac_c_werror_flag"
3427 || test ! -s conftest.err'
3428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3432 (exit $ac_status); }; } &&
3433 { ac_try='test -s conftest.$ac_objext'
3434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3438 (exit $ac_status); }; }; then
3439 ac_cv_c_inline=$ac_kw; break
3441 echo "$as_me: failed program was:" >&5
3442 sed 's/^/| /' conftest.$ac_ext >&5
3445 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3449 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3450 echo "${ECHO_T}$ac_cv_c_inline" >&6
3453 case $ac_cv_c_inline in
3456 case $ac_cv_c_inline in
3458 *) ac_val=$ac_cv_c_inline;;
3460 cat >>confdefs.h <<_ACEOF
3462 #define inline $ac_val
3468 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3478 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3479 inttypes.h stdint.h unistd.h
3481 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3482 echo "$as_me:$LINENO: checking for $ac_header" >&5
3483 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3484 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3485 echo $ECHO_N "(cached) $ECHO_C" >&6
3487 cat >conftest.$ac_ext <<_ACEOF
3490 cat confdefs.h >>conftest.$ac_ext
3491 cat >>conftest.$ac_ext <<_ACEOF
3492 /* end confdefs.h. */
3493 $ac_includes_default
3495 #include <$ac_header>
3497 rm -f conftest.$ac_objext
3498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3499 (eval $ac_compile) 2>conftest.er1
3501 grep -v '^ *+' conftest.er1 >conftest.err
3503 cat conftest.err >&5
3504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3505 (exit $ac_status); } &&
3506 { ac_try='test -z "$ac_c_werror_flag"
3507 || test ! -s conftest.err'
3508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512 (exit $ac_status); }; } &&
3513 { ac_try='test -s conftest.$ac_objext'
3514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518 (exit $ac_status); }; }; then
3519 eval "$as_ac_Header=yes"
3521 echo "$as_me: failed program was:" >&5
3522 sed 's/^/| /' conftest.$ac_ext >&5
3524 eval "$as_ac_Header=no"
3526 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3528 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3529 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3530 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3531 cat >>confdefs.h <<_ACEOF
3532 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3540 echo "$as_me:$LINENO: checking for off_t" >&5
3541 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
3542 if test "${ac_cv_type_off_t+set}" = set; then
3543 echo $ECHO_N "(cached) $ECHO_C" >&6
3545 cat >conftest.$ac_ext <<_ACEOF
3548 cat confdefs.h >>conftest.$ac_ext
3549 cat >>conftest.$ac_ext <<_ACEOF
3550 /* end confdefs.h. */
3551 $ac_includes_default
3563 rm -f conftest.$ac_objext
3564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3565 (eval $ac_compile) 2>conftest.er1
3567 grep -v '^ *+' conftest.er1 >conftest.err
3569 cat conftest.err >&5
3570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3571 (exit $ac_status); } &&
3572 { ac_try='test -z "$ac_c_werror_flag"
3573 || test ! -s conftest.err'
3574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3578 (exit $ac_status); }; } &&
3579 { ac_try='test -s conftest.$ac_objext'
3580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); }; }; then
3585 ac_cv_type_off_t=yes
3587 echo "$as_me: failed program was:" >&5
3588 sed 's/^/| /' conftest.$ac_ext >&5
3592 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3594 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
3595 echo "${ECHO_T}$ac_cv_type_off_t" >&6
3596 if test $ac_cv_type_off_t = yes; then
3600 cat >>confdefs.h <<_ACEOF
3606 echo "$as_me:$LINENO: checking for size_t" >&5
3607 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
3608 if test "${ac_cv_type_size_t+set}" = set; then
3609 echo $ECHO_N "(cached) $ECHO_C" >&6
3611 cat >conftest.$ac_ext <<_ACEOF
3614 cat confdefs.h >>conftest.$ac_ext
3615 cat >>conftest.$ac_ext <<_ACEOF
3616 /* end confdefs.h. */
3617 $ac_includes_default
3623 if (sizeof (size_t))
3629 rm -f conftest.$ac_objext
3630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3631 (eval $ac_compile) 2>conftest.er1
3633 grep -v '^ *+' conftest.er1 >conftest.err
3635 cat conftest.err >&5
3636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); } &&
3638 { ac_try='test -z "$ac_c_werror_flag"
3639 || test ! -s conftest.err'
3640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3644 (exit $ac_status); }; } &&
3645 { ac_try='test -s conftest.$ac_objext'
3646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3650 (exit $ac_status); }; }; then
3651 ac_cv_type_size_t=yes
3653 echo "$as_me: failed program was:" >&5
3654 sed 's/^/| /' conftest.$ac_ext >&5
3656 ac_cv_type_size_t=no
3658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3660 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
3661 echo "${ECHO_T}$ac_cv_type_size_t" >&6
3662 if test $ac_cv_type_size_t = yes; then
3666 cat >>confdefs.h <<_ACEOF
3667 #define size_t unsigned
3672 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3673 # for constant arguments. Useless!
3674 echo "$as_me:$LINENO: checking for working alloca.h" >&5
3675 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
3676 if test "${ac_cv_working_alloca_h+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. */
3689 char *p = (char *) alloca (2 * sizeof (int));
3694 rm -f conftest.$ac_objext conftest$ac_exeext
3695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3696 (eval $ac_link) 2>conftest.er1
3698 grep -v '^ *+' conftest.er1 >conftest.err
3700 cat conftest.err >&5
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 (exit $ac_status); } &&
3703 { ac_try='test -z "$ac_c_werror_flag"
3704 || test ! -s conftest.err'
3705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3709 (exit $ac_status); }; } &&
3710 { ac_try='test -s conftest$ac_exeext'
3711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3715 (exit $ac_status); }; }; then
3716 ac_cv_working_alloca_h=yes
3718 echo "$as_me: failed program was:" >&5
3719 sed 's/^/| /' conftest.$ac_ext >&5
3721 ac_cv_working_alloca_h=no
3723 rm -f conftest.err conftest.$ac_objext \
3724 conftest$ac_exeext conftest.$ac_ext
3726 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
3727 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
3728 if test $ac_cv_working_alloca_h = yes; then
3730 cat >>confdefs.h <<\_ACEOF
3731 #define HAVE_ALLOCA_H 1
3736 echo "$as_me:$LINENO: checking for alloca" >&5
3737 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
3738 if test "${ac_cv_func_alloca_works+set}" = set; then
3739 echo $ECHO_N "(cached) $ECHO_C" >&6
3741 cat >conftest.$ac_ext <<_ACEOF
3744 cat confdefs.h >>conftest.$ac_ext
3745 cat >>conftest.$ac_ext <<_ACEOF
3746 /* end confdefs.h. */
3748 # define alloca __builtin_alloca
3751 # include <malloc.h>
3752 # define alloca _alloca
3755 # include <alloca.h>
3760 # ifndef alloca /* predefined by HP cc +Olibcalls */
3771 char *p = (char *) alloca (1);
3776 rm -f conftest.$ac_objext conftest$ac_exeext
3777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3778 (eval $ac_link) 2>conftest.er1
3780 grep -v '^ *+' conftest.er1 >conftest.err
3782 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); } &&
3785 { ac_try='test -z "$ac_c_werror_flag"
3786 || test ! -s conftest.err'
3787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); }; } &&
3792 { ac_try='test -s conftest$ac_exeext'
3793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3797 (exit $ac_status); }; }; then
3798 ac_cv_func_alloca_works=yes
3800 echo "$as_me: failed program was:" >&5
3801 sed 's/^/| /' conftest.$ac_ext >&5
3803 ac_cv_func_alloca_works=no
3805 rm -f conftest.err conftest.$ac_objext \
3806 conftest$ac_exeext conftest.$ac_ext
3808 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
3809 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
3811 if test $ac_cv_func_alloca_works = yes; then
3813 cat >>confdefs.h <<\_ACEOF
3814 #define HAVE_ALLOCA 1
3818 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
3819 # that cause trouble. Some versions do not even contain alloca or
3820 # contain a buggy version. If you still want to use their alloca,
3821 # use ar to extract alloca.o from them instead of compiling alloca.c.
3823 ALLOCA=alloca.$ac_objext
3825 cat >>confdefs.h <<\_ACEOF
3830 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
3831 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
3832 if test "${ac_cv_os_cray+set}" = set; then
3833 echo $ECHO_N "(cached) $ECHO_C" >&6
3835 cat >conftest.$ac_ext <<_ACEOF
3838 cat confdefs.h >>conftest.$ac_ext
3839 cat >>conftest.$ac_ext <<_ACEOF
3840 /* end confdefs.h. */
3841 #if defined(CRAY) && ! defined(CRAY2)
3848 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3849 $EGREP "webecray" >/dev/null 2>&1; then
3857 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
3858 echo "${ECHO_T}$ac_cv_os_cray" >&6
3859 if test $ac_cv_os_cray = yes; then
3860 for ac_func in _getb67 GETB67 getb67; do
3861 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3862 echo "$as_me:$LINENO: checking for $ac_func" >&5
3863 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3864 if eval "test \"\${$as_ac_var+set}\" = set"; then
3865 echo $ECHO_N "(cached) $ECHO_C" >&6
3867 cat >conftest.$ac_ext <<_ACEOF
3870 cat confdefs.h >>conftest.$ac_ext
3871 cat >>conftest.$ac_ext <<_ACEOF
3872 /* end confdefs.h. */
3873 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3874 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3875 #define $ac_func innocuous_$ac_func
3877 /* System header to define __stub macros and hopefully few prototypes,
3878 which can conflict with char $ac_func (); below.
3879 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3880 <limits.h> exists even on freestanding compilers. */
3883 # include <limits.h>
3885 # include <assert.h>
3890 /* Override any gcc2 internal prototype to avoid an error. */
3895 /* We use char because int might match the return type of a gcc2
3896 builtin and then its argument prototype would still apply. */
3898 /* The GNU C library defines this for functions which it implements
3899 to always fail with ENOSYS. Some functions are actually named
3900 something starting with __ and the normal name is an alias. */
3901 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3904 char (*f) () = $ac_func;
3913 return f != $ac_func;
3918 rm -f conftest.$ac_objext conftest$ac_exeext
3919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3920 (eval $ac_link) 2>conftest.er1
3922 grep -v '^ *+' conftest.er1 >conftest.err
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } &&
3927 { ac_try='test -z "$ac_c_werror_flag"
3928 || test ! -s conftest.err'
3929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); }; } &&
3934 { ac_try='test -s conftest$ac_exeext'
3935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939 (exit $ac_status); }; }; then
3940 eval "$as_ac_var=yes"
3942 echo "$as_me: failed program was:" >&5
3943 sed 's/^/| /' conftest.$ac_ext >&5
3945 eval "$as_ac_var=no"
3947 rm -f conftest.err conftest.$ac_objext \
3948 conftest$ac_exeext conftest.$ac_ext
3950 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3951 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3952 if test `eval echo '${'$as_ac_var'}'` = yes; then
3954 cat >>confdefs.h <<_ACEOF
3955 #define CRAY_STACKSEG_END $ac_func
3964 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
3965 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
3966 if test "${ac_cv_c_stack_direction+set}" = set; then
3967 echo $ECHO_N "(cached) $ECHO_C" >&6
3969 if test "$cross_compiling" = yes; then
3970 ac_cv_c_stack_direction=0
3972 cat >conftest.$ac_ext <<_ACEOF
3975 cat confdefs.h >>conftest.$ac_ext
3976 cat >>conftest.$ac_ext <<_ACEOF
3977 /* end confdefs.h. */
3979 find_stack_direction ()
3981 static char *addr = 0;
3986 return find_stack_direction ();
3989 return (&dummy > addr) ? 1 : -1;
3995 exit (find_stack_direction () < 0);
3998 rm -f conftest$ac_exeext
3999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4000 (eval $ac_link) 2>&5
4002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4003 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4008 (exit $ac_status); }; }; then
4009 ac_cv_c_stack_direction=1
4011 echo "$as_me: program exited with status $ac_status" >&5
4012 echo "$as_me: failed program was:" >&5
4013 sed 's/^/| /' conftest.$ac_ext >&5
4016 ac_cv_c_stack_direction=-1
4018 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4021 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
4022 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
4024 cat >>confdefs.h <<_ACEOF
4025 #define STACK_DIRECTION $ac_cv_c_stack_direction
4033 for ac_header in stdlib.h unistd.h
4035 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4036 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4037 echo "$as_me:$LINENO: checking for $ac_header" >&5
4038 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4039 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4040 echo $ECHO_N "(cached) $ECHO_C" >&6
4042 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4043 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4045 # Is the header compilable?
4046 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4047 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4048 cat >conftest.$ac_ext <<_ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h. */
4054 $ac_includes_default
4055 #include <$ac_header>
4057 rm -f conftest.$ac_objext
4058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4059 (eval $ac_compile) 2>conftest.er1
4061 grep -v '^ *+' conftest.er1 >conftest.err
4063 cat conftest.err >&5
4064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4065 (exit $ac_status); } &&
4066 { ac_try='test -z "$ac_c_werror_flag"
4067 || test ! -s conftest.err'
4068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072 (exit $ac_status); }; } &&
4073 { ac_try='test -s conftest.$ac_objext'
4074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4078 (exit $ac_status); }; }; then
4079 ac_header_compiler=yes
4081 echo "$as_me: failed program was:" >&5
4082 sed 's/^/| /' conftest.$ac_ext >&5
4084 ac_header_compiler=no
4086 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4087 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4088 echo "${ECHO_T}$ac_header_compiler" >&6
4090 # Is the header present?
4091 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4092 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4093 cat >conftest.$ac_ext <<_ACEOF
4096 cat confdefs.h >>conftest.$ac_ext
4097 cat >>conftest.$ac_ext <<_ACEOF
4098 /* end confdefs.h. */
4099 #include <$ac_header>
4101 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4102 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4104 grep -v '^ *+' conftest.er1 >conftest.err
4106 cat conftest.err >&5
4107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 (exit $ac_status); } >/dev/null; then
4109 if test -s conftest.err; then
4110 ac_cpp_err=$ac_c_preproc_warn_flag
4111 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4118 if test -z "$ac_cpp_err"; then
4119 ac_header_preproc=yes
4121 echo "$as_me: failed program was:" >&5
4122 sed 's/^/| /' conftest.$ac_ext >&5
4124 ac_header_preproc=no
4126 rm -f conftest.err conftest.$ac_ext
4127 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4128 echo "${ECHO_T}$ac_header_preproc" >&6
4130 # So? What about this header?
4131 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4133 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4134 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4136 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4137 ac_header_preproc=yes
4140 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4141 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4142 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4143 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4144 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4145 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4146 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4147 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4149 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4150 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4151 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4154 ## ------------------------------------------ ##
4155 ## Report this to the AC_PACKAGE_NAME lists. ##
4156 ## ------------------------------------------ ##
4159 sed "s/^/$as_me: WARNING: /" >&2
4162 echo "$as_me:$LINENO: checking for $ac_header" >&5
4163 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4164 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4165 echo $ECHO_N "(cached) $ECHO_C" >&6
4167 eval "$as_ac_Header=\$ac_header_preproc"
4169 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4170 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4174 cat >>confdefs.h <<_ACEOF
4175 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4183 for ac_func in getpagesize
4185 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4186 echo "$as_me:$LINENO: checking for $ac_func" >&5
4187 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4188 if eval "test \"\${$as_ac_var+set}\" = set"; then
4189 echo $ECHO_N "(cached) $ECHO_C" >&6
4191 cat >conftest.$ac_ext <<_ACEOF
4194 cat confdefs.h >>conftest.$ac_ext
4195 cat >>conftest.$ac_ext <<_ACEOF
4196 /* end confdefs.h. */
4197 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4198 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4199 #define $ac_func innocuous_$ac_func
4201 /* System header to define __stub macros and hopefully few prototypes,
4202 which can conflict with char $ac_func (); below.
4203 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4204 <limits.h> exists even on freestanding compilers. */
4207 # include <limits.h>
4209 # include <assert.h>
4214 /* Override any gcc2 internal prototype to avoid an error. */
4219 /* We use char because int might match the return type of a gcc2
4220 builtin and then its argument prototype would still apply. */
4222 /* The GNU C library defines this for functions which it implements
4223 to always fail with ENOSYS. Some functions are actually named
4224 something starting with __ and the normal name is an alias. */
4225 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4228 char (*f) () = $ac_func;
4237 return f != $ac_func;
4242 rm -f conftest.$ac_objext conftest$ac_exeext
4243 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4244 (eval $ac_link) 2>conftest.er1
4246 grep -v '^ *+' conftest.er1 >conftest.err
4248 cat conftest.err >&5
4249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4250 (exit $ac_status); } &&
4251 { ac_try='test -z "$ac_c_werror_flag"
4252 || test ! -s conftest.err'
4253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4257 (exit $ac_status); }; } &&
4258 { ac_try='test -s conftest$ac_exeext'
4259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4263 (exit $ac_status); }; }; then
4264 eval "$as_ac_var=yes"
4266 echo "$as_me: failed program was:" >&5
4267 sed 's/^/| /' conftest.$ac_ext >&5
4269 eval "$as_ac_var=no"
4271 rm -f conftest.err conftest.$ac_objext \
4272 conftest$ac_exeext conftest.$ac_ext
4274 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4275 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4276 if test `eval echo '${'$as_ac_var'}'` = yes; then
4277 cat >>confdefs.h <<_ACEOF
4278 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4284 echo "$as_me:$LINENO: checking for working mmap" >&5
4285 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
4286 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
4287 echo $ECHO_N "(cached) $ECHO_C" >&6
4289 if test "$cross_compiling" = yes; then
4290 ac_cv_func_mmap_fixed_mapped=no
4292 cat >conftest.$ac_ext <<_ACEOF
4295 cat confdefs.h >>conftest.$ac_ext
4296 cat >>conftest.$ac_ext <<_ACEOF
4297 /* end confdefs.h. */
4298 $ac_includes_default
4299 /* malloc might have been renamed as rpl_malloc. */
4302 /* Thanks to Mike Haertel and Jim Avera for this test.
4303 Here is a matrix of mmap possibilities:
4304 mmap private not fixed
4305 mmap private fixed at somewhere currently unmapped
4306 mmap private fixed at somewhere already mapped
4307 mmap shared not fixed
4308 mmap shared fixed at somewhere currently unmapped
4309 mmap shared fixed at somewhere already mapped
4310 For private mappings, we should verify that changes cannot be read()
4311 back from the file, nor mmap's back from the file at a different
4312 address. (There have been systems where private was not correctly
4313 implemented like the infamous i386 svr4.0, and systems where the
4314 VM page cache was not coherent with the file system buffer cache
4315 like early versions of FreeBSD and possibly contemporary NetBSD.)
4316 For shared mappings, we should conversely verify that changes get
4317 propagated back to all the places they're supposed to be.
4319 Grep wants private fixed already mapped.
4320 The main things grep needs to know about mmap are:
4321 * does it exist and is it safe to write into the mmap'd area
4322 * how to use it (BSD variants) */
4325 #include <sys/mman.h>
4327 #if !STDC_HEADERS && !HAVE_STDLIB_H
4331 /* This mess was copied from the GNU getpagesize.h. */
4332 #if !HAVE_GETPAGESIZE
4333 /* Assume that all systems that can run configure have sys/param.h. */
4334 # if !HAVE_SYS_PARAM_H
4335 # define HAVE_SYS_PARAM_H 1
4338 # ifdef _SC_PAGESIZE
4339 # define getpagesize() sysconf(_SC_PAGESIZE)
4340 # else /* no _SC_PAGESIZE */
4341 # if HAVE_SYS_PARAM_H
4342 # include <sys/param.h>
4343 # ifdef EXEC_PAGESIZE
4344 # define getpagesize() EXEC_PAGESIZE
4345 # else /* no EXEC_PAGESIZE */
4347 # define getpagesize() NBPG * CLSIZE
4350 # endif /* no CLSIZE */
4351 # else /* no NBPG */
4353 # define getpagesize() NBPC
4354 # else /* no NBPC */
4356 # define getpagesize() PAGESIZE
4357 # endif /* PAGESIZE */
4358 # endif /* no NBPC */
4359 # endif /* no NBPG */
4360 # endif /* no EXEC_PAGESIZE */
4361 # else /* no HAVE_SYS_PARAM_H */
4362 # define getpagesize() 8192 /* punt totally */
4363 # endif /* no HAVE_SYS_PARAM_H */
4364 # endif /* no _SC_PAGESIZE */
4366 #endif /* no HAVE_GETPAGESIZE */
4371 char *data, *data2, *data3;
4375 pagesize = getpagesize ();
4377 /* First, make a file with some known garbage in it. */
4378 data = (char *) malloc (pagesize);
4381 for (i = 0; i < pagesize; ++i)
4382 *(data + i) = rand ();
4384 fd = creat ("conftest.mmap", 0600);
4387 if (write (fd, data, pagesize) != pagesize)
4391 /* Next, try to mmap the file at a fixed address which already has
4392 something else allocated at it. If we can, also make sure that
4393 we see the same garbage. */
4394 fd = open ("conftest.mmap", O_RDWR);
4397 data2 = (char *) malloc (2 * pagesize);
4400 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
4401 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
4402 MAP_PRIVATE | MAP_FIXED, fd, 0L))
4404 for (i = 0; i < pagesize; ++i)
4405 if (*(data + i) != *(data2 + i))
4408 /* Finally, make sure that changes to the mapped area do not
4409 percolate back to the file as seen by read(). (This is a bug on
4410 some variants of i386 svr4.0.) */
4411 for (i = 0; i < pagesize; ++i)
4412 *(data2 + i) = *(data2 + i) + 1;
4413 data3 = (char *) malloc (pagesize);
4416 if (read (fd, data3, pagesize) != pagesize)
4418 for (i = 0; i < pagesize; ++i)
4419 if (*(data + i) != *(data3 + i))
4425 rm -f conftest$ac_exeext
4426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4427 (eval $ac_link) 2>&5
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4435 (exit $ac_status); }; }; then
4436 ac_cv_func_mmap_fixed_mapped=yes
4438 echo "$as_me: program exited with status $ac_status" >&5
4439 echo "$as_me: failed program was:" >&5
4440 sed 's/^/| /' conftest.$ac_ext >&5
4443 ac_cv_func_mmap_fixed_mapped=no
4445 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4448 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
4449 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
4450 if test $ac_cv_func_mmap_fixed_mapped = yes; then
4452 cat >>confdefs.h <<\_ACEOF
4469 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
4470 unistd.h values.h sys/param.h
4472 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4473 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4474 echo "$as_me:$LINENO: checking for $ac_header" >&5
4475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4476 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4477 echo $ECHO_N "(cached) $ECHO_C" >&6
4479 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4480 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4482 # Is the header compilable?
4483 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4484 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4485 cat >conftest.$ac_ext <<_ACEOF
4488 cat confdefs.h >>conftest.$ac_ext
4489 cat >>conftest.$ac_ext <<_ACEOF
4490 /* end confdefs.h. */
4491 $ac_includes_default
4492 #include <$ac_header>
4494 rm -f conftest.$ac_objext
4495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4496 (eval $ac_compile) 2>conftest.er1
4498 grep -v '^ *+' conftest.er1 >conftest.err
4500 cat conftest.err >&5
4501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4502 (exit $ac_status); } &&
4503 { ac_try='test -z "$ac_c_werror_flag"
4504 || test ! -s conftest.err'
4505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4509 (exit $ac_status); }; } &&
4510 { ac_try='test -s conftest.$ac_objext'
4511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4515 (exit $ac_status); }; }; then
4516 ac_header_compiler=yes
4518 echo "$as_me: failed program was:" >&5
4519 sed 's/^/| /' conftest.$ac_ext >&5
4521 ac_header_compiler=no
4523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4524 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4525 echo "${ECHO_T}$ac_header_compiler" >&6
4527 # Is the header present?
4528 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4529 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4530 cat >conftest.$ac_ext <<_ACEOF
4533 cat confdefs.h >>conftest.$ac_ext
4534 cat >>conftest.$ac_ext <<_ACEOF
4535 /* end confdefs.h. */
4536 #include <$ac_header>
4538 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4541 grep -v '^ *+' conftest.er1 >conftest.err
4543 cat conftest.err >&5
4544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4545 (exit $ac_status); } >/dev/null; then
4546 if test -s conftest.err; then
4547 ac_cpp_err=$ac_c_preproc_warn_flag
4548 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4555 if test -z "$ac_cpp_err"; then
4556 ac_header_preproc=yes
4558 echo "$as_me: failed program was:" >&5
4559 sed 's/^/| /' conftest.$ac_ext >&5
4561 ac_header_preproc=no
4563 rm -f conftest.err conftest.$ac_ext
4564 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4565 echo "${ECHO_T}$ac_header_preproc" >&6
4567 # So? What about this header?
4568 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4570 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4571 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4572 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4573 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4574 ac_header_preproc=yes
4577 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4578 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4579 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4580 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4581 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4582 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4583 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4584 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4586 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4587 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4588 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4591 ## ------------------------------------------ ##
4592 ## Report this to the AC_PACKAGE_NAME lists. ##
4593 ## ------------------------------------------ ##
4596 sed "s/^/$as_me: WARNING: /" >&2
4599 echo "$as_me:$LINENO: checking for $ac_header" >&5
4600 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4601 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4602 echo $ECHO_N "(cached) $ECHO_C" >&6
4604 eval "$as_ac_Header=\$ac_header_preproc"
4606 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4607 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4610 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4611 cat >>confdefs.h <<_ACEOF
4612 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4629 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
4630 __argz_count __argz_stringify __argz_next
4632 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4633 echo "$as_me:$LINENO: checking for $ac_func" >&5
4634 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4635 if eval "test \"\${$as_ac_var+set}\" = set"; then
4636 echo $ECHO_N "(cached) $ECHO_C" >&6
4638 cat >conftest.$ac_ext <<_ACEOF
4641 cat confdefs.h >>conftest.$ac_ext
4642 cat >>conftest.$ac_ext <<_ACEOF
4643 /* end confdefs.h. */
4644 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4646 #define $ac_func innocuous_$ac_func
4648 /* System header to define __stub macros and hopefully few prototypes,
4649 which can conflict with char $ac_func (); below.
4650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4651 <limits.h> exists even on freestanding compilers. */
4654 # include <limits.h>
4656 # include <assert.h>
4661 /* Override any gcc2 internal prototype to avoid an error. */
4666 /* We use char because int might match the return type of a gcc2
4667 builtin and then its argument prototype would still apply. */
4669 /* The GNU C library defines this for functions which it implements
4670 to always fail with ENOSYS. Some functions are actually named
4671 something starting with __ and the normal name is an alias. */
4672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4675 char (*f) () = $ac_func;
4684 return f != $ac_func;
4689 rm -f conftest.$ac_objext conftest$ac_exeext
4690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4691 (eval $ac_link) 2>conftest.er1
4693 grep -v '^ *+' conftest.er1 >conftest.err
4695 cat conftest.err >&5
4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 (exit $ac_status); } &&
4698 { ac_try='test -z "$ac_c_werror_flag"
4699 || test ! -s conftest.err'
4700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 (exit $ac_status); }; } &&
4705 { ac_try='test -s conftest$ac_exeext'
4706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4710 (exit $ac_status); }; }; then
4711 eval "$as_ac_var=yes"
4713 echo "$as_me: failed program was:" >&5
4714 sed 's/^/| /' conftest.$ac_ext >&5
4716 eval "$as_ac_var=no"
4718 rm -f conftest.err conftest.$ac_objext \
4719 conftest$ac_exeext conftest.$ac_ext
4721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4722 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4723 if test `eval echo '${'$as_ac_var'}'` = yes; then
4724 cat >>confdefs.h <<_ACEOF
4725 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4732 if test "${ac_cv_func_stpcpy+set}" != "set"; then
4734 for ac_func in stpcpy
4736 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4737 echo "$as_me:$LINENO: checking for $ac_func" >&5
4738 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4739 if eval "test \"\${$as_ac_var+set}\" = set"; then
4740 echo $ECHO_N "(cached) $ECHO_C" >&6
4742 cat >conftest.$ac_ext <<_ACEOF
4745 cat confdefs.h >>conftest.$ac_ext
4746 cat >>conftest.$ac_ext <<_ACEOF
4747 /* end confdefs.h. */
4748 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4749 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4750 #define $ac_func innocuous_$ac_func
4752 /* System header to define __stub macros and hopefully few prototypes,
4753 which can conflict with char $ac_func (); below.
4754 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4755 <limits.h> exists even on freestanding compilers. */
4758 # include <limits.h>
4760 # include <assert.h>
4765 /* Override any gcc2 internal prototype to avoid an error. */
4770 /* We use char because int might match the return type of a gcc2
4771 builtin and then its argument prototype would still apply. */
4773 /* The GNU C library defines this for functions which it implements
4774 to always fail with ENOSYS. Some functions are actually named
4775 something starting with __ and the normal name is an alias. */
4776 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4779 char (*f) () = $ac_func;
4788 return f != $ac_func;
4793 rm -f conftest.$ac_objext conftest$ac_exeext
4794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4795 (eval $ac_link) 2>conftest.er1
4797 grep -v '^ *+' conftest.er1 >conftest.err
4799 cat conftest.err >&5
4800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4801 (exit $ac_status); } &&
4802 { ac_try='test -z "$ac_c_werror_flag"
4803 || test ! -s conftest.err'
4804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); }; } &&
4809 { ac_try='test -s conftest$ac_exeext'
4810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); }; }; then
4815 eval "$as_ac_var=yes"
4817 echo "$as_me: failed program was:" >&5
4818 sed 's/^/| /' conftest.$ac_ext >&5
4820 eval "$as_ac_var=no"
4822 rm -f conftest.err conftest.$ac_objext \
4823 conftest$ac_exeext conftest.$ac_ext
4825 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4826 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4827 if test `eval echo '${'$as_ac_var'}'` = yes; then
4828 cat >>confdefs.h <<_ACEOF
4829 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4836 if test "${ac_cv_func_stpcpy}" = "yes"; then
4838 cat >>confdefs.h <<\_ACEOF
4839 #define HAVE_STPCPY 1
4844 if test $ac_cv_header_locale_h = yes; then
4845 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
4846 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
4847 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
4848 echo $ECHO_N "(cached) $ECHO_C" >&6
4850 cat >conftest.$ac_ext <<_ACEOF
4853 cat confdefs.h >>conftest.$ac_ext
4854 cat >>conftest.$ac_ext <<_ACEOF
4855 /* end confdefs.h. */
4865 rm -f conftest.$ac_objext conftest$ac_exeext
4866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4867 (eval $ac_link) 2>conftest.er1
4869 grep -v '^ *+' conftest.er1 >conftest.err
4871 cat conftest.err >&5
4872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4873 (exit $ac_status); } &&
4874 { ac_try='test -z "$ac_c_werror_flag"
4875 || test ! -s conftest.err'
4876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4880 (exit $ac_status); }; } &&
4881 { ac_try='test -s conftest$ac_exeext'
4882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4886 (exit $ac_status); }; }; then
4887 am_cv_val_LC_MESSAGES=yes
4889 echo "$as_me: failed program was:" >&5
4890 sed 's/^/| /' conftest.$ac_ext >&5
4892 am_cv_val_LC_MESSAGES=no
4894 rm -f conftest.err conftest.$ac_objext \
4895 conftest$ac_exeext conftest.$ac_ext
4897 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
4898 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
4899 if test $am_cv_val_LC_MESSAGES = yes; then
4901 cat >>confdefs.h <<\_ACEOF
4902 #define HAVE_LC_MESSAGES 1
4907 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
4908 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
4909 # Check whether --enable-nls or --disable-nls was given.
4910 if test "${enable_nls+set}" = set; then
4911 enableval="$enable_nls"
4916 echo "$as_me:$LINENO: result: $USE_NLS" >&5
4917 echo "${ECHO_T}$USE_NLS" >&6
4920 USE_INCLUDED_LIBINTL=no
4922 if test "$USE_NLS" = "yes"; then
4923 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
4924 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
4926 # Check whether --with-included-gettext or --without-included-gettext was given.
4927 if test "${with_included_gettext+set}" = set; then
4928 withval="$with_included_gettext"
4929 nls_cv_force_use_gnu_gettext=$withval
4931 nls_cv_force_use_gnu_gettext=no
4933 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
4934 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
4936 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
4937 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
4939 nls_cv_header_libgt=
4942 if test "${ac_cv_header_libintl_h+set}" = set; then
4943 echo "$as_me:$LINENO: checking for libintl.h" >&5
4944 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
4945 if test "${ac_cv_header_libintl_h+set}" = set; then
4946 echo $ECHO_N "(cached) $ECHO_C" >&6
4948 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
4949 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
4951 # Is the header compilable?
4952 echo "$as_me:$LINENO: checking libintl.h usability" >&5
4953 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
4954 cat >conftest.$ac_ext <<_ACEOF
4957 cat confdefs.h >>conftest.$ac_ext
4958 cat >>conftest.$ac_ext <<_ACEOF
4959 /* end confdefs.h. */
4960 $ac_includes_default
4961 #include <libintl.h>
4963 rm -f conftest.$ac_objext
4964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4965 (eval $ac_compile) 2>conftest.er1
4967 grep -v '^ *+' conftest.er1 >conftest.err
4969 cat conftest.err >&5
4970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4971 (exit $ac_status); } &&
4972 { ac_try='test -z "$ac_c_werror_flag"
4973 || test ! -s conftest.err'
4974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4978 (exit $ac_status); }; } &&
4979 { ac_try='test -s conftest.$ac_objext'
4980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4984 (exit $ac_status); }; }; then
4985 ac_header_compiler=yes
4987 echo "$as_me: failed program was:" >&5
4988 sed 's/^/| /' conftest.$ac_ext >&5
4990 ac_header_compiler=no
4992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4993 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4994 echo "${ECHO_T}$ac_header_compiler" >&6
4996 # Is the header present?
4997 echo "$as_me:$LINENO: checking libintl.h presence" >&5
4998 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
4999 cat >conftest.$ac_ext <<_ACEOF
5002 cat confdefs.h >>conftest.$ac_ext
5003 cat >>conftest.$ac_ext <<_ACEOF
5004 /* end confdefs.h. */
5005 #include <libintl.h>
5007 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5008 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5010 grep -v '^ *+' conftest.er1 >conftest.err
5012 cat conftest.err >&5
5013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5014 (exit $ac_status); } >/dev/null; then
5015 if test -s conftest.err; then
5016 ac_cpp_err=$ac_c_preproc_warn_flag
5017 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5024 if test -z "$ac_cpp_err"; then
5025 ac_header_preproc=yes
5027 echo "$as_me: failed program was:" >&5
5028 sed 's/^/| /' conftest.$ac_ext >&5
5030 ac_header_preproc=no
5032 rm -f conftest.err conftest.$ac_ext
5033 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5034 echo "${ECHO_T}$ac_header_preproc" >&6
5036 # So? What about this header?
5037 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5039 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
5040 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5041 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
5042 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
5043 ac_header_preproc=yes
5046 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
5047 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
5048 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
5049 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
5050 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
5051 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
5052 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
5053 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
5054 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
5055 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
5056 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
5057 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
5060 ## ------------------------------------------ ##
5061 ## Report this to the AC_PACKAGE_NAME lists. ##
5062 ## ------------------------------------------ ##
5065 sed "s/^/$as_me: WARNING: /" >&2
5068 echo "$as_me:$LINENO: checking for libintl.h" >&5
5069 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
5070 if test "${ac_cv_header_libintl_h+set}" = set; then
5071 echo $ECHO_N "(cached) $ECHO_C" >&6
5073 ac_cv_header_libintl_h=$ac_header_preproc
5075 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
5076 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
5079 if test $ac_cv_header_libintl_h = yes; then
5080 echo "$as_me:$LINENO: checking for gettext in libc" >&5
5081 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
5082 if test "${gt_cv_func_gettext_libc+set}" = set; then
5083 echo $ECHO_N "(cached) $ECHO_C" >&6
5085 cat >conftest.$ac_ext <<_ACEOF
5088 cat confdefs.h >>conftest.$ac_ext
5089 cat >>conftest.$ac_ext <<_ACEOF
5090 /* end confdefs.h. */
5091 #include <libintl.h>
5095 return (int) gettext ("")
5100 rm -f conftest.$ac_objext conftest$ac_exeext
5101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5102 (eval $ac_link) 2>conftest.er1
5104 grep -v '^ *+' conftest.er1 >conftest.err
5106 cat conftest.err >&5
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); } &&
5109 { ac_try='test -z "$ac_c_werror_flag"
5110 || test ! -s conftest.err'
5111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); }; } &&
5116 { ac_try='test -s conftest$ac_exeext'
5117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5121 (exit $ac_status); }; }; then
5122 gt_cv_func_gettext_libc=yes
5124 echo "$as_me: failed program was:" >&5
5125 sed 's/^/| /' conftest.$ac_ext >&5
5127 gt_cv_func_gettext_libc=no
5129 rm -f conftest.err conftest.$ac_objext \
5130 conftest$ac_exeext conftest.$ac_ext
5132 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
5133 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
5135 if test "$gt_cv_func_gettext_libc" != "yes"; then
5136 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
5137 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
5138 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
5139 echo $ECHO_N "(cached) $ECHO_C" >&6
5141 ac_check_lib_save_LIBS=$LIBS
5143 cat >conftest.$ac_ext <<_ACEOF
5146 cat confdefs.h >>conftest.$ac_ext
5147 cat >>conftest.$ac_ext <<_ACEOF
5148 /* end confdefs.h. */
5150 /* Override any gcc2 internal prototype to avoid an error. */
5154 /* We use char because int might match the return type of a gcc2
5155 builtin and then its argument prototype would still apply. */
5156 char bindtextdomain ();
5165 rm -f conftest.$ac_objext conftest$ac_exeext
5166 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5167 (eval $ac_link) 2>conftest.er1
5169 grep -v '^ *+' conftest.er1 >conftest.err
5171 cat conftest.err >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } &&
5174 { ac_try='test -z "$ac_c_werror_flag"
5175 || test ! -s conftest.err'
5176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5180 (exit $ac_status); }; } &&
5181 { ac_try='test -s conftest$ac_exeext'
5182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5186 (exit $ac_status); }; }; then
5187 ac_cv_lib_intl_bindtextdomain=yes
5189 echo "$as_me: failed program was:" >&5
5190 sed 's/^/| /' conftest.$ac_ext >&5
5192 ac_cv_lib_intl_bindtextdomain=no
5194 rm -f conftest.err conftest.$ac_objext \
5195 conftest$ac_exeext conftest.$ac_ext
5196 LIBS=$ac_check_lib_save_LIBS
5198 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
5199 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
5200 if test $ac_cv_lib_intl_bindtextdomain = yes; then
5201 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
5202 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
5203 if test "${gt_cv_func_gettext_libintl+set}" = set; then
5204 echo $ECHO_N "(cached) $ECHO_C" >&6
5206 cat >conftest.$ac_ext <<_ACEOF
5209 cat confdefs.h >>conftest.$ac_ext
5210 cat >>conftest.$ac_ext <<_ACEOF
5211 /* end confdefs.h. */
5216 return (int) gettext ("")
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5223 (eval $ac_link) 2>conftest.er1
5225 grep -v '^ *+' conftest.er1 >conftest.err
5227 cat conftest.err >&5
5228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5229 (exit $ac_status); } &&
5230 { ac_try='test -z "$ac_c_werror_flag"
5231 || test ! -s conftest.err'
5232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5236 (exit $ac_status); }; } &&
5237 { ac_try='test -s conftest$ac_exeext'
5238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5242 (exit $ac_status); }; }; then
5243 gt_cv_func_gettext_libintl=yes
5245 echo "$as_me: failed program was:" >&5
5246 sed 's/^/| /' conftest.$ac_ext >&5
5248 gt_cv_func_gettext_libintl=no
5250 rm -f conftest.err conftest.$ac_objext \
5251 conftest$ac_exeext conftest.$ac_ext
5253 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
5254 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
5259 if test "$gt_cv_func_gettext_libc" = "yes" \
5260 || test "$gt_cv_func_gettext_libintl" = "yes"; then
5262 cat >>confdefs.h <<\_ACEOF
5263 #define HAVE_GETTEXT 1
5266 # Extract the first word of "msgfmt", so it can be a program name with args.
5267 set dummy msgfmt; ac_word=$2
5268 echo "$as_me:$LINENO: checking for $ac_word" >&5
5269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5270 if test "${ac_cv_path_MSGFMT+set}" = set; then
5271 echo $ECHO_N "(cached) $ECHO_C" >&6
5275 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5278 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5279 for ac_dir in $PATH; do
5280 test -z "$ac_dir" && ac_dir=.
5281 if test -f $ac_dir/$ac_word; then
5282 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5283 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5289 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
5293 MSGFMT="$ac_cv_path_MSGFMT"
5294 if test -n "$MSGFMT"; then
5295 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5296 echo "${ECHO_T}$MSGFMT" >&6
5298 echo "$as_me:$LINENO: result: no" >&5
5299 echo "${ECHO_T}no" >&6
5301 if test "$MSGFMT" != "no"; then
5303 for ac_func in dcgettext
5305 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5306 echo "$as_me:$LINENO: checking for $ac_func" >&5
5307 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5308 if eval "test \"\${$as_ac_var+set}\" = set"; then
5309 echo $ECHO_N "(cached) $ECHO_C" >&6
5311 cat >conftest.$ac_ext <<_ACEOF
5314 cat confdefs.h >>conftest.$ac_ext
5315 cat >>conftest.$ac_ext <<_ACEOF
5316 /* end confdefs.h. */
5317 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5318 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5319 #define $ac_func innocuous_$ac_func
5321 /* System header to define __stub macros and hopefully few prototypes,
5322 which can conflict with char $ac_func (); below.
5323 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5324 <limits.h> exists even on freestanding compilers. */
5327 # include <limits.h>
5329 # include <assert.h>
5334 /* Override any gcc2 internal prototype to avoid an error. */
5339 /* We use char because int might match the return type of a gcc2
5340 builtin and then its argument prototype would still apply. */
5342 /* The GNU C library defines this for functions which it implements
5343 to always fail with ENOSYS. Some functions are actually named
5344 something starting with __ and the normal name is an alias. */
5345 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5348 char (*f) () = $ac_func;
5357 return f != $ac_func;
5362 rm -f conftest.$ac_objext conftest$ac_exeext
5363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5364 (eval $ac_link) 2>conftest.er1
5366 grep -v '^ *+' conftest.er1 >conftest.err
5368 cat conftest.err >&5
5369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5370 (exit $ac_status); } &&
5371 { ac_try='test -z "$ac_c_werror_flag"
5372 || test ! -s conftest.err'
5373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5377 (exit $ac_status); }; } &&
5378 { ac_try='test -s conftest$ac_exeext'
5379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); }; }; then
5384 eval "$as_ac_var=yes"
5386 echo "$as_me: failed program was:" >&5
5387 sed 's/^/| /' conftest.$ac_ext >&5
5389 eval "$as_ac_var=no"
5391 rm -f conftest.err conftest.$ac_objext \
5392 conftest$ac_exeext conftest.$ac_ext
5394 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5395 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5396 if test `eval echo '${'$as_ac_var'}'` = yes; then
5397 cat >>confdefs.h <<_ACEOF
5398 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5404 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5405 set dummy gmsgfmt; ac_word=$2
5406 echo "$as_me:$LINENO: checking for $ac_word" >&5
5407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5408 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5409 echo $ECHO_N "(cached) $ECHO_C" >&6
5413 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5420 test -z "$as_dir" && as_dir=.
5421 for ac_exec_ext in '' $ac_executable_extensions; do
5422 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5423 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5424 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5430 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5434 GMSGFMT=$ac_cv_path_GMSGFMT
5436 if test -n "$GMSGFMT"; then
5437 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5438 echo "${ECHO_T}$GMSGFMT" >&6
5440 echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6
5444 # Extract the first word of "xgettext", so it can be a program name with args.
5445 set dummy xgettext; ac_word=$2
5446 echo "$as_me:$LINENO: checking for $ac_word" >&5
5447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5448 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5449 echo $ECHO_N "(cached) $ECHO_C" >&6
5453 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5456 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5457 for ac_dir in $PATH; do
5458 test -z "$ac_dir" && ac_dir=.
5459 if test -f $ac_dir/$ac_word; then
5460 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5461 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5467 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5471 XGETTEXT="$ac_cv_path_XGETTEXT"
5472 if test -n "$XGETTEXT"; then
5473 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5474 echo "${ECHO_T}$XGETTEXT" >&6
5476 echo "$as_me:$LINENO: result: no" >&5
5477 echo "${ECHO_T}no" >&6
5480 cat >conftest.$ac_ext <<_ACEOF
5483 cat confdefs.h >>conftest.$ac_ext
5484 cat >>conftest.$ac_ext <<_ACEOF
5485 /* end confdefs.h. */
5490 extern int _nl_msg_cat_cntr;
5491 return _nl_msg_cat_cntr
5496 rm -f conftest.$ac_objext conftest$ac_exeext
5497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5498 (eval $ac_link) 2>conftest.er1
5500 grep -v '^ *+' conftest.er1 >conftest.err
5502 cat conftest.err >&5
5503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5504 (exit $ac_status); } &&
5505 { ac_try='test -z "$ac_c_werror_flag"
5506 || test ! -s conftest.err'
5507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5511 (exit $ac_status); }; } &&
5512 { ac_try='test -s conftest$ac_exeext'
5513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5517 (exit $ac_status); }; }; then
5521 echo "$as_me: failed program was:" >&5
5522 sed 's/^/| /' conftest.$ac_ext >&5
5527 rm -f conftest.err conftest.$ac_objext \
5528 conftest$ac_exeext conftest.$ac_ext
5538 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
5539 # Neither gettext nor catgets in included in the C library.
5540 # Fall back on GNU gettext library (assuming it is present).
5541 nls_cv_use_gnu_gettext=yes
5545 if test "$nls_cv_use_gnu_gettext" = "yes"; then
5546 INTLOBJS="\$(GETTOBJS)"
5547 # Extract the first word of "msgfmt", so it can be a program name with args.
5548 set dummy msgfmt; ac_word=$2
5549 echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5551 if test "${ac_cv_path_MSGFMT+set}" = set; then
5552 echo $ECHO_N "(cached) $ECHO_C" >&6
5556 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5559 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5560 for ac_dir in $PATH; do
5561 test -z "$ac_dir" && ac_dir=.
5562 if test -f $ac_dir/$ac_word; then
5563 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5564 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5570 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
5574 MSGFMT="$ac_cv_path_MSGFMT"
5575 if test -n "$MSGFMT"; then
5576 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5577 echo "${ECHO_T}$MSGFMT" >&6
5579 echo "$as_me:$LINENO: result: no" >&5
5580 echo "${ECHO_T}no" >&6
5583 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5584 set dummy gmsgfmt; ac_word=$2
5585 echo "$as_me:$LINENO: checking for $ac_word" >&5
5586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5587 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5588 echo $ECHO_N "(cached) $ECHO_C" >&6
5592 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5599 test -z "$as_dir" && as_dir=.
5600 for ac_exec_ext in '' $ac_executable_extensions; do
5601 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5602 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5609 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5613 GMSGFMT=$ac_cv_path_GMSGFMT
5615 if test -n "$GMSGFMT"; then
5616 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5617 echo "${ECHO_T}$GMSGFMT" >&6
5619 echo "$as_me:$LINENO: result: no" >&5
5620 echo "${ECHO_T}no" >&6
5623 # Extract the first word of "xgettext", so it can be a program name with args.
5624 set dummy xgettext; ac_word=$2
5625 echo "$as_me:$LINENO: checking for $ac_word" >&5
5626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5627 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5628 echo $ECHO_N "(cached) $ECHO_C" >&6
5632 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5635 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5636 for ac_dir in $PATH; do
5637 test -z "$ac_dir" && ac_dir=.
5638 if test -f $ac_dir/$ac_word; then
5639 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5640 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5646 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5650 XGETTEXT="$ac_cv_path_XGETTEXT"
5651 if test -n "$XGETTEXT"; then
5652 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5653 echo "${ECHO_T}$XGETTEXT" >&6
5655 echo "$as_me:$LINENO: result: no" >&5
5656 echo "${ECHO_T}no" >&6
5660 USE_INCLUDED_LIBINTL=yes
5664 INTLDEPS='$(top_builddir)/../intl/libintl.a'
5666 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
5667 nls_cv_header_intl=libintl.h
5668 nls_cv_header_libgt=libgettext.h
5671 if test "$XGETTEXT" != ":"; then
5672 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
5675 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
5676 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
5681 # We need to process the po/ directory.
5685 nls_cv_header_intl=libintl.h
5686 nls_cv_header_libgt=libgettext.h
5689 # If this is used in GNU gettext we have to set USE_NLS to `yes'
5690 # because some of the sources are only built for this goal.
5691 if test "$PACKAGE" = gettext; then
5693 USE_INCLUDED_LIBINTL=yes
5696 for lang in $ALL_LINGUAS; do
5697 GMOFILES="$GMOFILES $lang.gmo"
5698 POFILES="$POFILES $lang.po"
5712 if test "x$CATOBJEXT" != "x"; then
5714 cat >>confdefs.h <<\_ACEOF
5715 #define ENABLE_NLS 1
5721 if test "x$CATOBJEXT" != "x"; then
5722 if test "x$ALL_LINGUAS" = "x"; then
5725 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5726 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5728 for lang in ${LINGUAS=$ALL_LINGUAS}; do
5729 case "$ALL_LINGUAS" in
5730 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
5733 LINGUAS=$NEW_LINGUAS
5734 echo "$as_me:$LINENO: result: $LINGUAS" >&5
5735 echo "${ECHO_T}$LINGUAS" >&6
5738 if test -n "$LINGUAS"; then
5739 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
5743 if test $ac_cv_header_locale_h = yes; then
5744 INCLUDE_LOCALE_H="#include <locale.h>"
5747 /* The system does not provide the header <locale.h>. Take care yourself. */"
5751 if test -f $srcdir/po2tbl.sed.in; then
5752 if test "$CATOBJEXT" = ".cat"; then
5753 if test "${ac_cv_header_linux_version_h+set}" = set; then
5754 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5755 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5756 if test "${ac_cv_header_linux_version_h+set}" = set; then
5757 echo $ECHO_N "(cached) $ECHO_C" >&6
5759 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5760 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5762 # Is the header compilable?
5763 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
5764 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
5765 cat >conftest.$ac_ext <<_ACEOF
5768 cat confdefs.h >>conftest.$ac_ext
5769 cat >>conftest.$ac_ext <<_ACEOF
5770 /* end confdefs.h. */
5771 $ac_includes_default
5772 #include <linux/version.h>
5774 rm -f conftest.$ac_objext
5775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5776 (eval $ac_compile) 2>conftest.er1
5778 grep -v '^ *+' conftest.er1 >conftest.err
5780 cat conftest.err >&5
5781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5782 (exit $ac_status); } &&
5783 { ac_try='test -z "$ac_c_werror_flag"
5784 || test ! -s conftest.err'
5785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5789 (exit $ac_status); }; } &&
5790 { ac_try='test -s conftest.$ac_objext'
5791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5795 (exit $ac_status); }; }; then
5796 ac_header_compiler=yes
5798 echo "$as_me: failed program was:" >&5
5799 sed 's/^/| /' conftest.$ac_ext >&5
5801 ac_header_compiler=no
5803 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5804 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5805 echo "${ECHO_T}$ac_header_compiler" >&6
5807 # Is the header present?
5808 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
5809 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
5810 cat >conftest.$ac_ext <<_ACEOF
5813 cat confdefs.h >>conftest.$ac_ext
5814 cat >>conftest.$ac_ext <<_ACEOF
5815 /* end confdefs.h. */
5816 #include <linux/version.h>
5818 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5819 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5821 grep -v '^ *+' conftest.er1 >conftest.err
5823 cat conftest.err >&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); } >/dev/null; then
5826 if test -s conftest.err; then
5827 ac_cpp_err=$ac_c_preproc_warn_flag
5828 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5835 if test -z "$ac_cpp_err"; then
5836 ac_header_preproc=yes
5838 echo "$as_me: failed program was:" >&5
5839 sed 's/^/| /' conftest.$ac_ext >&5
5841 ac_header_preproc=no
5843 rm -f conftest.err conftest.$ac_ext
5844 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5845 echo "${ECHO_T}$ac_header_preproc" >&6
5847 # So? What about this header?
5848 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5850 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
5851 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5852 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
5853 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
5854 ac_header_preproc=yes
5857 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
5858 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
5859 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
5860 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
5861 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
5862 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
5863 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
5864 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
5865 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
5866 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
5867 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
5868 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
5871 ## ------------------------------------------ ##
5872 ## Report this to the AC_PACKAGE_NAME lists. ##
5873 ## ------------------------------------------ ##
5876 sed "s/^/$as_me: WARNING: /" >&2
5879 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5880 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5881 if test "${ac_cv_header_linux_version_h+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5884 ac_cv_header_linux_version_h=$ac_header_preproc
5886 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5887 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5890 if test $ac_cv_header_linux_version_h = yes; then
5898 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
5900 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
5901 $srcdir/po2tbl.sed.in > po2tbl.sed
5904 if test "$PACKAGE" = "gettext"; then
5914 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
5920 if test -f $srcdir/po/POTFILES.in; then
5921 test -d po || mkdir po
5922 if test "x$srcdir" != "x."; then
5923 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
5924 posrcprefix="$srcdir/"
5926 posrcprefix="../$srcdir/"
5932 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
5933 < $srcdir/po/POTFILES.in > po/POTFILES
5937 # Check for common headers.
5938 # FIXME: Seems to me this can cause problems for i386-windows hosts.
5939 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
5945 for ac_header in stdlib.h string.h strings.h unistd.h time.h
5947 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5948 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5949 echo "$as_me:$LINENO: checking for $ac_header" >&5
5950 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5951 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5952 echo $ECHO_N "(cached) $ECHO_C" >&6
5954 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5955 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5957 # Is the header compilable?
5958 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5959 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5960 cat >conftest.$ac_ext <<_ACEOF
5963 cat confdefs.h >>conftest.$ac_ext
5964 cat >>conftest.$ac_ext <<_ACEOF
5965 /* end confdefs.h. */
5966 $ac_includes_default
5967 #include <$ac_header>
5969 rm -f conftest.$ac_objext
5970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5971 (eval $ac_compile) 2>conftest.er1
5973 grep -v '^ *+' conftest.er1 >conftest.err
5975 cat conftest.err >&5
5976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5977 (exit $ac_status); } &&
5978 { ac_try='test -z "$ac_c_werror_flag"
5979 || test ! -s conftest.err'
5980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5984 (exit $ac_status); }; } &&
5985 { ac_try='test -s conftest.$ac_objext'
5986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5990 (exit $ac_status); }; }; then
5991 ac_header_compiler=yes
5993 echo "$as_me: failed program was:" >&5
5994 sed 's/^/| /' conftest.$ac_ext >&5
5996 ac_header_compiler=no
5998 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5999 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6000 echo "${ECHO_T}$ac_header_compiler" >&6
6002 # Is the header present?
6003 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6004 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6005 cat >conftest.$ac_ext <<_ACEOF
6008 cat confdefs.h >>conftest.$ac_ext
6009 cat >>conftest.$ac_ext <<_ACEOF
6010 /* end confdefs.h. */
6011 #include <$ac_header>
6013 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6014 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6016 grep -v '^ *+' conftest.er1 >conftest.err
6018 cat conftest.err >&5
6019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6020 (exit $ac_status); } >/dev/null; then
6021 if test -s conftest.err; then
6022 ac_cpp_err=$ac_c_preproc_warn_flag
6023 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6030 if test -z "$ac_cpp_err"; then
6031 ac_header_preproc=yes
6033 echo "$as_me: failed program was:" >&5
6034 sed 's/^/| /' conftest.$ac_ext >&5
6036 ac_header_preproc=no
6038 rm -f conftest.err conftest.$ac_ext
6039 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6040 echo "${ECHO_T}$ac_header_preproc" >&6
6042 # So? What about this header?
6043 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6045 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6046 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6047 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6048 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6049 ac_header_preproc=yes
6052 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6053 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6054 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6055 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6056 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6057 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6058 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6059 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6060 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6061 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6062 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6063 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6066 ## ------------------------------------------ ##
6067 ## Report this to the AC_PACKAGE_NAME lists. ##
6068 ## ------------------------------------------ ##
6071 sed "s/^/$as_me: WARNING: /" >&2
6074 echo "$as_me:$LINENO: checking for $ac_header" >&5
6075 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6076 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6077 echo $ECHO_N "(cached) $ECHO_C" >&6
6079 eval "$as_ac_Header=\$ac_header_preproc"
6081 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6082 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6085 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6086 cat >>confdefs.h <<_ACEOF
6087 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6096 for ac_header in sys/time.h sys/resource.h
6098 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6099 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6100 echo "$as_me:$LINENO: checking for $ac_header" >&5
6101 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6102 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6106 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6108 # Is the header compilable?
6109 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6110 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6111 cat >conftest.$ac_ext <<_ACEOF
6114 cat confdefs.h >>conftest.$ac_ext
6115 cat >>conftest.$ac_ext <<_ACEOF
6116 /* end confdefs.h. */
6117 $ac_includes_default
6118 #include <$ac_header>
6120 rm -f conftest.$ac_objext
6121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6122 (eval $ac_compile) 2>conftest.er1
6124 grep -v '^ *+' conftest.er1 >conftest.err
6126 cat conftest.err >&5
6127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128 (exit $ac_status); } &&
6129 { ac_try='test -z "$ac_c_werror_flag"
6130 || test ! -s conftest.err'
6131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6135 (exit $ac_status); }; } &&
6136 { ac_try='test -s conftest.$ac_objext'
6137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6141 (exit $ac_status); }; }; then
6142 ac_header_compiler=yes
6144 echo "$as_me: failed program was:" >&5
6145 sed 's/^/| /' conftest.$ac_ext >&5
6147 ac_header_compiler=no
6149 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6150 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6151 echo "${ECHO_T}$ac_header_compiler" >&6
6153 # Is the header present?
6154 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6155 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6156 cat >conftest.$ac_ext <<_ACEOF
6159 cat confdefs.h >>conftest.$ac_ext
6160 cat >>conftest.$ac_ext <<_ACEOF
6161 /* end confdefs.h. */
6162 #include <$ac_header>
6164 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6165 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6167 grep -v '^ *+' conftest.er1 >conftest.err
6169 cat conftest.err >&5
6170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6171 (exit $ac_status); } >/dev/null; then
6172 if test -s conftest.err; then
6173 ac_cpp_err=$ac_c_preproc_warn_flag
6174 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6181 if test -z "$ac_cpp_err"; then
6182 ac_header_preproc=yes
6184 echo "$as_me: failed program was:" >&5
6185 sed 's/^/| /' conftest.$ac_ext >&5
6187 ac_header_preproc=no
6189 rm -f conftest.err conftest.$ac_ext
6190 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6191 echo "${ECHO_T}$ac_header_preproc" >&6
6193 # So? What about this header?
6194 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6196 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6197 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6198 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6199 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6200 ac_header_preproc=yes
6203 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6204 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6205 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6206 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6207 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6208 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6209 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6210 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6212 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6213 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6214 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6217 ## ------------------------------------------ ##
6218 ## Report this to the AC_PACKAGE_NAME lists. ##
6219 ## ------------------------------------------ ##
6222 sed "s/^/$as_me: WARNING: /" >&2
6225 echo "$as_me:$LINENO: checking for $ac_header" >&5
6226 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6227 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6228 echo $ECHO_N "(cached) $ECHO_C" >&6
6230 eval "$as_ac_Header=\$ac_header_preproc"
6232 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6233 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6236 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6237 cat >>confdefs.h <<_ACEOF
6238 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6247 for ac_header in fcntl.h fpu_control.h
6249 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6251 echo "$as_me:$LINENO: checking for $ac_header" >&5
6252 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6253 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6254 echo $ECHO_N "(cached) $ECHO_C" >&6
6256 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6257 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6259 # Is the header compilable?
6260 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6261 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6262 cat >conftest.$ac_ext <<_ACEOF
6265 cat confdefs.h >>conftest.$ac_ext
6266 cat >>conftest.$ac_ext <<_ACEOF
6267 /* end confdefs.h. */
6268 $ac_includes_default
6269 #include <$ac_header>
6271 rm -f conftest.$ac_objext
6272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6273 (eval $ac_compile) 2>conftest.er1
6275 grep -v '^ *+' conftest.er1 >conftest.err
6277 cat conftest.err >&5
6278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6279 (exit $ac_status); } &&
6280 { ac_try='test -z "$ac_c_werror_flag"
6281 || test ! -s conftest.err'
6282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6286 (exit $ac_status); }; } &&
6287 { ac_try='test -s conftest.$ac_objext'
6288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6292 (exit $ac_status); }; }; then
6293 ac_header_compiler=yes
6295 echo "$as_me: failed program was:" >&5
6296 sed 's/^/| /' conftest.$ac_ext >&5
6298 ac_header_compiler=no
6300 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6301 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6302 echo "${ECHO_T}$ac_header_compiler" >&6
6304 # Is the header present?
6305 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6306 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6307 cat >conftest.$ac_ext <<_ACEOF
6310 cat confdefs.h >>conftest.$ac_ext
6311 cat >>conftest.$ac_ext <<_ACEOF
6312 /* end confdefs.h. */
6313 #include <$ac_header>
6315 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6316 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6318 grep -v '^ *+' conftest.er1 >conftest.err
6320 cat conftest.err >&5
6321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6322 (exit $ac_status); } >/dev/null; then
6323 if test -s conftest.err; then
6324 ac_cpp_err=$ac_c_preproc_warn_flag
6325 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6332 if test -z "$ac_cpp_err"; then
6333 ac_header_preproc=yes
6335 echo "$as_me: failed program was:" >&5
6336 sed 's/^/| /' conftest.$ac_ext >&5
6338 ac_header_preproc=no
6340 rm -f conftest.err conftest.$ac_ext
6341 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6342 echo "${ECHO_T}$ac_header_preproc" >&6
6344 # So? What about this header?
6345 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6347 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6348 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6349 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6350 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6351 ac_header_preproc=yes
6354 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6355 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6356 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6357 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6358 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6359 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6360 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6361 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6362 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6363 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6364 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6365 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6368 ## ------------------------------------------ ##
6369 ## Report this to the AC_PACKAGE_NAME lists. ##
6370 ## ------------------------------------------ ##
6373 sed "s/^/$as_me: WARNING: /" >&2
6376 echo "$as_me:$LINENO: checking for $ac_header" >&5
6377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6378 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6379 echo $ECHO_N "(cached) $ECHO_C" >&6
6381 eval "$as_ac_Header=\$ac_header_preproc"
6383 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6384 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6387 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6388 cat >>confdefs.h <<_ACEOF
6389 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6399 for ac_header in dlfcn.h errno.h sys/stat.h
6401 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6402 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6403 echo "$as_me:$LINENO: checking for $ac_header" >&5
6404 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6405 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6408 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6409 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6411 # Is the header compilable?
6412 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6413 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6414 cat >conftest.$ac_ext <<_ACEOF
6417 cat confdefs.h >>conftest.$ac_ext
6418 cat >>conftest.$ac_ext <<_ACEOF
6419 /* end confdefs.h. */
6420 $ac_includes_default
6421 #include <$ac_header>
6423 rm -f conftest.$ac_objext
6424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6425 (eval $ac_compile) 2>conftest.er1
6427 grep -v '^ *+' conftest.er1 >conftest.err
6429 cat conftest.err >&5
6430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6431 (exit $ac_status); } &&
6432 { ac_try='test -z "$ac_c_werror_flag"
6433 || test ! -s conftest.err'
6434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6438 (exit $ac_status); }; } &&
6439 { ac_try='test -s conftest.$ac_objext'
6440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6444 (exit $ac_status); }; }; then
6445 ac_header_compiler=yes
6447 echo "$as_me: failed program was:" >&5
6448 sed 's/^/| /' conftest.$ac_ext >&5
6450 ac_header_compiler=no
6452 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6453 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6454 echo "${ECHO_T}$ac_header_compiler" >&6
6456 # Is the header present?
6457 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6458 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6459 cat >conftest.$ac_ext <<_ACEOF
6462 cat confdefs.h >>conftest.$ac_ext
6463 cat >>conftest.$ac_ext <<_ACEOF
6464 /* end confdefs.h. */
6465 #include <$ac_header>
6467 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6470 grep -v '^ *+' conftest.er1 >conftest.err
6472 cat conftest.err >&5
6473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6474 (exit $ac_status); } >/dev/null; then
6475 if test -s conftest.err; then
6476 ac_cpp_err=$ac_c_preproc_warn_flag
6477 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6484 if test -z "$ac_cpp_err"; then
6485 ac_header_preproc=yes
6487 echo "$as_me: failed program was:" >&5
6488 sed 's/^/| /' conftest.$ac_ext >&5
6490 ac_header_preproc=no
6492 rm -f conftest.err conftest.$ac_ext
6493 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6494 echo "${ECHO_T}$ac_header_preproc" >&6
6496 # So? What about this header?
6497 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6499 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6500 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6502 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6503 ac_header_preproc=yes
6506 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6507 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6508 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6509 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6510 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6511 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6512 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6513 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6514 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6515 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6516 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6517 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6520 ## ------------------------------------------ ##
6521 ## Report this to the AC_PACKAGE_NAME lists. ##
6522 ## ------------------------------------------ ##
6525 sed "s/^/$as_me: WARNING: /" >&2
6528 echo "$as_me:$LINENO: checking for $ac_header" >&5
6529 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6530 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6531 echo $ECHO_N "(cached) $ECHO_C" >&6
6533 eval "$as_ac_Header=\$ac_header_preproc"
6535 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6536 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6540 cat >>confdefs.h <<_ACEOF
6541 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6552 for ac_func in getrusage time sigaction __setfpucw
6554 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6555 echo "$as_me:$LINENO: checking for $ac_func" >&5
6556 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6557 if eval "test \"\${$as_ac_var+set}\" = set"; then
6558 echo $ECHO_N "(cached) $ECHO_C" >&6
6560 cat >conftest.$ac_ext <<_ACEOF
6563 cat confdefs.h >>conftest.$ac_ext
6564 cat >>conftest.$ac_ext <<_ACEOF
6565 /* end confdefs.h. */
6566 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6568 #define $ac_func innocuous_$ac_func
6570 /* System header to define __stub macros and hopefully few prototypes,
6571 which can conflict with char $ac_func (); below.
6572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6573 <limits.h> exists even on freestanding compilers. */
6576 # include <limits.h>
6578 # include <assert.h>
6583 /* Override any gcc2 internal prototype to avoid an error. */
6588 /* We use char because int might match the return type of a gcc2
6589 builtin and then its argument prototype would still apply. */
6591 /* The GNU C library defines this for functions which it implements
6592 to always fail with ENOSYS. Some functions are actually named
6593 something starting with __ and the normal name is an alias. */
6594 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6597 char (*f) () = $ac_func;
6606 return f != $ac_func;
6611 rm -f conftest.$ac_objext conftest$ac_exeext
6612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6613 (eval $ac_link) 2>conftest.er1
6615 grep -v '^ *+' conftest.er1 >conftest.err
6617 cat conftest.err >&5
6618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619 (exit $ac_status); } &&
6620 { ac_try='test -z "$ac_c_werror_flag"
6621 || test ! -s conftest.err'
6622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6626 (exit $ac_status); }; } &&
6627 { ac_try='test -s conftest$ac_exeext'
6628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6632 (exit $ac_status); }; }; then
6633 eval "$as_ac_var=yes"
6635 echo "$as_me: failed program was:" >&5
6636 sed 's/^/| /' conftest.$ac_ext >&5
6638 eval "$as_ac_var=no"
6640 rm -f conftest.err conftest.$ac_objext \
6641 conftest$ac_exeext conftest.$ac_ext
6643 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6644 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6645 if test `eval echo '${'$as_ac_var'}'` = yes; then
6646 cat >>confdefs.h <<_ACEOF
6647 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6654 # Check for socket libraries
6656 echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
6657 echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
6658 if test "${ac_cv_lib_socket_bind+set}" = set; then
6659 echo $ECHO_N "(cached) $ECHO_C" >&6
6661 ac_check_lib_save_LIBS=$LIBS
6662 LIBS="-lsocket $LIBS"
6663 cat >conftest.$ac_ext <<_ACEOF
6666 cat confdefs.h >>conftest.$ac_ext
6667 cat >>conftest.$ac_ext <<_ACEOF
6668 /* end confdefs.h. */
6670 /* Override any gcc2 internal prototype to avoid an error. */
6674 /* We use char because int might match the return type of a gcc2
6675 builtin and then its argument prototype would still apply. */
6685 rm -f conftest.$ac_objext conftest$ac_exeext
6686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6687 (eval $ac_link) 2>conftest.er1
6689 grep -v '^ *+' conftest.er1 >conftest.err
6691 cat conftest.err >&5
6692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693 (exit $ac_status); } &&
6694 { ac_try='test -z "$ac_c_werror_flag"
6695 || test ! -s conftest.err'
6696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6700 (exit $ac_status); }; } &&
6701 { ac_try='test -s conftest$ac_exeext'
6702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6706 (exit $ac_status); }; }; then
6707 ac_cv_lib_socket_bind=yes
6709 echo "$as_me: failed program was:" >&5
6710 sed 's/^/| /' conftest.$ac_ext >&5
6712 ac_cv_lib_socket_bind=no
6714 rm -f conftest.err conftest.$ac_objext \
6715 conftest$ac_exeext conftest.$ac_ext
6716 LIBS=$ac_check_lib_save_LIBS
6718 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
6719 echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
6720 if test $ac_cv_lib_socket_bind = yes; then
6721 cat >>confdefs.h <<_ACEOF
6722 #define HAVE_LIBSOCKET 1
6725 LIBS="-lsocket $LIBS"
6730 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6731 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
6732 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6733 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 ac_check_lib_save_LIBS=$LIBS
6737 cat >conftest.$ac_ext <<_ACEOF
6740 cat confdefs.h >>conftest.$ac_ext
6741 cat >>conftest.$ac_ext <<_ACEOF
6742 /* end confdefs.h. */
6744 /* Override any gcc2 internal prototype to avoid an error. */
6748 /* We use char because int might match the return type of a gcc2
6749 builtin and then its argument prototype would still apply. */
6750 char gethostbyname ();
6759 rm -f conftest.$ac_objext conftest$ac_exeext
6760 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6761 (eval $ac_link) 2>conftest.er1
6763 grep -v '^ *+' conftest.er1 >conftest.err
6765 cat conftest.err >&5
6766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6767 (exit $ac_status); } &&
6768 { ac_try='test -z "$ac_c_werror_flag"
6769 || test ! -s conftest.err'
6770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6774 (exit $ac_status); }; } &&
6775 { ac_try='test -s conftest$ac_exeext'
6776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6780 (exit $ac_status); }; }; then
6781 ac_cv_lib_nsl_gethostbyname=yes
6783 echo "$as_me: failed program was:" >&5
6784 sed 's/^/| /' conftest.$ac_ext >&5
6786 ac_cv_lib_nsl_gethostbyname=no
6788 rm -f conftest.err conftest.$ac_objext \
6789 conftest$ac_exeext conftest.$ac_ext
6790 LIBS=$ac_check_lib_save_LIBS
6792 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6793 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
6794 if test $ac_cv_lib_nsl_gethostbyname = yes; then
6795 cat >>confdefs.h <<_ACEOF
6796 #define HAVE_LIBNSL 1
6804 . ${srcdir}/../../bfd/configure.host
6808 USE_MAINTAINER_MODE=no
6809 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
6810 if test "${enable_maintainer_mode+set}" = set; then
6811 enableval="$enable_maintainer_mode"
6812 case "${enableval}" in
6813 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
6815 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
6816 echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
6817 { (exit 1); exit 1; }; }; MAINT="#" ;;
6819 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
6820 echo "Setting maintainer mode" 6>&1
6827 # Check whether --enable-sim-bswap or --disable-sim-bswap was given.
6828 if test "${enable_sim_bswap+set}" = set; then
6829 enableval="$enable_sim_bswap"
6830 case "${enableval}" in
6831 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
6832 no) sim_bswap="-DWITH_BSWAP=0";;
6833 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
6834 echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
6835 { (exit 1); exit 1; }; }; sim_bswap="";;
6837 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
6838 echo "Setting bswap flags = $sim_bswap" 6>&1
6845 # Check whether --enable-sim-cflags or --disable-sim-cflags was given.
6846 if test "${enable_sim_cflags+set}" = set; then
6847 enableval="$enable_sim_cflags"
6848 case "${enableval}" in
6849 yes) sim_cflags="-O2 -fomit-frame-pointer";;
6850 trace) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
6851 echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
6852 { (exit 1); exit 1; }; }; sim_cflags="";;
6854 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
6856 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
6857 echo "Setting sim cflags = $sim_cflags" 6>&1
6864 # Check whether --enable-sim-debug or --disable-sim-debug was given.
6865 if test "${enable_sim_debug+set}" = set; then
6866 enableval="$enable_sim_debug"
6867 case "${enableval}" in
6868 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
6869 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
6870 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
6872 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
6873 echo "Setting sim debug = $sim_debug" 6>&1
6880 # Check whether --enable-sim-stdio or --disable-sim-stdio was given.
6881 if test "${enable_sim_stdio+set}" = set; then
6882 enableval="$enable_sim_stdio"
6883 case "${enableval}" in
6884 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
6885 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
6886 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
6887 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
6888 { (exit 1); exit 1; }; }; sim_stdio="";;
6890 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
6891 echo "Setting stdio flags = $sim_stdio" 6>&1
6898 # Check whether --enable-sim-trace or --disable-sim-trace was given.
6899 if test "${enable_sim_trace+set}" = set; then
6900 enableval="$enable_sim_trace"
6901 case "${enableval}" in
6902 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
6903 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
6905 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
6908 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
6909 if test x"$sim_trace" = x; then
6910 sim_trace="-DWITH_TRACE='(TRACE_$x"
6912 sim_trace="${sim_trace}|TRACE_$x"
6915 sim_trace="$sim_trace)'" ;;
6917 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
6918 echo "Setting sim trace = $sim_trace" 6>&1
6925 # Check whether --enable-sim-profile or --disable-sim-profile was given.
6926 if test "${enable_sim_profile+set}" = set; then
6927 enableval="$enable_sim_profile"
6928 case "${enableval}" in
6929 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
6930 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
6932 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
6935 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
6936 if test x"$sim_profile" = x; then
6937 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
6939 sim_profile="${sim_profile}|PROFILE_$x"
6942 sim_profile="$sim_profile)'" ;;
6944 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
6945 echo "Setting sim profile = $sim_profile" 6>&1
6948 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
6952 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
6953 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
6954 if test "${ac_cv_type_signal+set}" = set; then
6955 echo $ECHO_N "(cached) $ECHO_C" >&6
6957 cat >conftest.$ac_ext <<_ACEOF
6960 cat confdefs.h >>conftest.$ac_ext
6961 cat >>conftest.$ac_ext <<_ACEOF
6962 /* end confdefs.h. */
6963 #include <sys/types.h>
6969 extern "C" void (*signal (int, void (*)(int)))(int);
6971 void (*signal ()) ();
6982 rm -f conftest.$ac_objext
6983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6984 (eval $ac_compile) 2>conftest.er1
6986 grep -v '^ *+' conftest.er1 >conftest.err
6988 cat conftest.err >&5
6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6990 (exit $ac_status); } &&
6991 { ac_try='test -z "$ac_c_werror_flag"
6992 || test ! -s conftest.err'
6993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); }; } &&
6998 { ac_try='test -s conftest.$ac_objext'
6999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003 (exit $ac_status); }; }; then
7004 ac_cv_type_signal=void
7006 echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7009 ac_cv_type_signal=int
7011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7013 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7014 echo "${ECHO_T}$ac_cv_type_signal" >&6
7016 cat >>confdefs.h <<_ACEOF
7017 #define RETSIGTYPE $ac_cv_type_signal
7027 sim_link_links=tconfig.h
7028 if test -f ${srcdir}/tconfig.in
7030 sim_link_files=tconfig.in
7032 sim_link_files=../common/tconfig.in
7035 # targ-vals.def points to the libc macro description file.
7037 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
7039 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
7040 sim_link_links="${sim_link_links} targ-vals.def"
7044 wire_endian="LITTLE_ENDIAN"
7046 # Check whether --enable-sim-endian or --disable-sim-endian was given.
7047 if test "${enable_sim_endian+set}" = set; then
7048 enableval="$enable_sim_endian"
7049 case "${enableval}" in
7050 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
7051 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
7052 yes) if test x"$wire_endian" != x; then
7053 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
7055 if test x"$default_endian" != x; then
7056 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
7058 echo "No hard-wired endian for target $target" 1>&6
7059 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
7062 no) if test x"$default_endian" != x; then
7063 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
7065 if test x"$wire_endian" != x; then
7066 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
7068 echo "No default endian for target $target" 1>&6
7069 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
7072 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-endian\"" >&5
7073 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-endian\"" >&2;}
7074 { (exit 1); exit 1; }; }; sim_endian="";;
7076 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
7077 echo "Setting endian flags = $sim_endian" 6>&1
7080 if test x"$default_endian" != x; then
7081 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
7083 if test x"$wire_endian" != x; then
7084 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
7091 default_alignment="NONSTRICT_ALIGNMENT"
7093 # Check whether --enable-sim-alignment or --disable-sim-alignment was given.
7094 if test "${enable_sim_alignment+set}" = set; then
7095 enableval="$enable_sim_alignment"
7096 case "${enableval}" in
7097 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
7098 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
7099 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
7100 yes) if test x"$wire_alignment" != x; then
7101 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
7103 if test x"$default_alignment" != x; then
7104 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
7106 echo "No hard-wired alignment for target $target" 1>&6
7107 sim_alignment="-DWITH_ALIGNMENT=0"
7110 no) if test x"$default_alignment" != x; then
7111 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
7113 if test x"$wire_alignment" != x; then
7114 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
7116 echo "No default alignment for target $target" 1>&6
7117 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
7120 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&5
7121 echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&2;}
7122 { (exit 1); exit 1; }; }; sim_alignment="";;
7124 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
7125 echo "Setting alignment flags = $sim_alignment" 6>&1
7128 if test x"$default_alignment" != x; then
7129 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
7131 if test x"$wire_alignment" != x; then
7132 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
7139 # Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
7140 if test "${enable_sim_hostendian+set}" = set; then
7141 enableval="$enable_sim_hostendian"
7142 case "${enableval}" in
7143 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
7144 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
7145 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
7146 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&5
7147 echo "$as_me: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&2;}
7148 { (exit 1); exit 1; }; }; sim_hostendian="";;
7150 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
7151 echo "Setting hostendian flags = $sim_hostendian" 6>&1
7155 if test "x$cross_compiling" = "xno"; then
7156 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
7157 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
7158 if test "${ac_cv_c_bigendian+set}" = set; then
7159 echo $ECHO_N "(cached) $ECHO_C" >&6
7161 # See if sys/param.h defines the BYTE_ORDER macro.
7162 cat >conftest.$ac_ext <<_ACEOF
7165 cat confdefs.h >>conftest.$ac_ext
7166 cat >>conftest.$ac_ext <<_ACEOF
7167 /* end confdefs.h. */
7168 #include <sys/types.h>
7169 #include <sys/param.h>
7174 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
7182 rm -f conftest.$ac_objext
7183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7184 (eval $ac_compile) 2>conftest.er1
7186 grep -v '^ *+' conftest.er1 >conftest.err
7188 cat conftest.err >&5
7189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7190 (exit $ac_status); } &&
7191 { ac_try='test -z "$ac_c_werror_flag"
7192 || test ! -s conftest.err'
7193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7197 (exit $ac_status); }; } &&
7198 { ac_try='test -s conftest.$ac_objext'
7199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7203 (exit $ac_status); }; }; then
7204 # It does; now see whether it defined to BIG_ENDIAN or not.
7205 cat >conftest.$ac_ext <<_ACEOF
7208 cat confdefs.h >>conftest.$ac_ext
7209 cat >>conftest.$ac_ext <<_ACEOF
7210 /* end confdefs.h. */
7211 #include <sys/types.h>
7212 #include <sys/param.h>
7217 #if BYTE_ORDER != BIG_ENDIAN
7225 rm -f conftest.$ac_objext
7226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7227 (eval $ac_compile) 2>conftest.er1
7229 grep -v '^ *+' conftest.er1 >conftest.err
7231 cat conftest.err >&5
7232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7233 (exit $ac_status); } &&
7234 { ac_try='test -z "$ac_c_werror_flag"
7235 || test ! -s conftest.err'
7236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7240 (exit $ac_status); }; } &&
7241 { ac_try='test -s conftest.$ac_objext'
7242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7246 (exit $ac_status); }; }; then
7247 ac_cv_c_bigendian=yes
7249 echo "$as_me: failed program was:" >&5
7250 sed 's/^/| /' conftest.$ac_ext >&5
7252 ac_cv_c_bigendian=no
7254 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7256 echo "$as_me: failed program was:" >&5
7257 sed 's/^/| /' conftest.$ac_ext >&5
7259 # It does not; compile a test program.
7260 if test "$cross_compiling" = yes; then
7261 # try to guess the endianness by grepping values into an object file
7262 ac_cv_c_bigendian=unknown
7263 cat >conftest.$ac_ext <<_ACEOF
7266 cat confdefs.h >>conftest.$ac_ext
7267 cat >>conftest.$ac_ext <<_ACEOF
7268 /* end confdefs.h. */
7269 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
7270 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
7271 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
7272 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
7273 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
7274 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
7278 _ascii (); _ebcdic ();
7283 rm -f conftest.$ac_objext
7284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7285 (eval $ac_compile) 2>conftest.er1
7287 grep -v '^ *+' conftest.er1 >conftest.err
7289 cat conftest.err >&5
7290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7291 (exit $ac_status); } &&
7292 { ac_try='test -z "$ac_c_werror_flag"
7293 || test ! -s conftest.err'
7294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7298 (exit $ac_status); }; } &&
7299 { ac_try='test -s conftest.$ac_objext'
7300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 (exit $ac_status); }; }; then
7305 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
7306 ac_cv_c_bigendian=yes
7308 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
7309 if test "$ac_cv_c_bigendian" = unknown; then
7310 ac_cv_c_bigendian=no
7312 # finding both strings is unlikely to happen, but who knows?
7313 ac_cv_c_bigendian=unknown
7317 echo "$as_me: failed program was:" >&5
7318 sed 's/^/| /' conftest.$ac_ext >&5
7321 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7323 cat >conftest.$ac_ext <<_ACEOF
7326 cat confdefs.h >>conftest.$ac_ext
7327 cat >>conftest.$ac_ext <<_ACEOF
7328 /* end confdefs.h. */
7332 /* Are we little or big endian? From Harbison&Steele. */
7336 char c[sizeof (long)];
7339 exit (u.c[sizeof (long) - 1] == 1);
7342 rm -f conftest$ac_exeext
7343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7344 (eval $ac_link) 2>&5
7346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7347 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7352 (exit $ac_status); }; }; then
7353 ac_cv_c_bigendian=no
7355 echo "$as_me: program exited with status $ac_status" >&5
7356 echo "$as_me: failed program was:" >&5
7357 sed 's/^/| /' conftest.$ac_ext >&5
7360 ac_cv_c_bigendian=yes
7362 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7365 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7367 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
7368 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
7369 case $ac_cv_c_bigendian in
7372 cat >>confdefs.h <<\_ACEOF
7373 #define WORDS_BIGENDIAN 1
7379 { { echo "$as_me:$LINENO: error: unknown endianness
7380 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
7381 echo "$as_me: error: unknown endianness
7382 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
7383 { (exit 1); exit 1; }; } ;;
7386 if test $ac_cv_c_bigendian = yes; then
7387 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
7389 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
7392 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
7396 # NOTE: Don't add -Wall or -Wunused, they both include
7397 # -Wunused-parameter which reports bogus warnings.
7398 # NOTE: If you add to this list, remember to update
7399 # gdb/doc/gdbint.texinfo.
7400 build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
7401 -Wformat -Wparentheses -Wpointer-arith"
7402 # GCC supports -Wuninitialized only with -O or -On, n != 0.
7403 if test x${CFLAGS+set} = xset; then
7407 build_warnings="${build_warnings} -Wuninitialized"
7411 build_warnings="${build_warnings} -Wuninitialized"
7413 # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
7414 # -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
7415 # -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
7416 # -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
7417 # -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
7418 # -Woverloaded-virtual -Winline -Werror"
7419 # Check whether --enable-build-warnings or --disable-build-warnings was given.
7420 if test "${enable_build_warnings+set}" = set; then
7421 enableval="$enable_build_warnings"
7422 case "${enableval}" in
7424 no) build_warnings="-w";;
7425 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
7426 build_warnings="${build_warnings} ${t}";;
7427 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
7428 build_warnings="${t} ${build_warnings}";;
7429 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
7431 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
7432 echo "Setting compiler warning flags = $build_warnings" 6>&1
7434 fi; # Check whether --enable-sim-build-warnings or --disable-sim-build-warnings was given.
7435 if test "${enable_sim_build_warnings+set}" = set; then
7436 enableval="$enable_sim_build_warnings"
7437 case "${enableval}" in
7439 no) build_warnings="-w";;
7440 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
7441 build_warnings="${build_warnings} ${t}";;
7442 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
7443 build_warnings="${t} ${build_warnings}";;
7444 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
7446 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
7447 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
7451 if test "x${build_warnings}" != x -a "x$GCC" = xyes
7453 echo "$as_me:$LINENO: checking compiler warning flags" >&5
7454 echo $ECHO_N "checking compiler warning flags... $ECHO_C" >&6
7455 # Separate out the -Werror flag as some files just cannot be
7456 # compiled with it enabled.
7457 for w in ${build_warnings}; do
7459 -Werr*) WERROR_CFLAGS=-Werror ;;
7460 *) # Check that GCC accepts it
7461 saved_CFLAGS="$CFLAGS"
7463 cat >conftest.$ac_ext <<_ACEOF
7466 cat confdefs.h >>conftest.$ac_ext
7467 cat >>conftest.$ac_ext <<_ACEOF
7468 /* end confdefs.h. */
7478 rm -f conftest.$ac_objext
7479 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7480 (eval $ac_compile) 2>conftest.er1
7482 grep -v '^ *+' conftest.er1 >conftest.err
7484 cat conftest.err >&5
7485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7486 (exit $ac_status); } &&
7487 { ac_try='test -z "$ac_c_werror_flag"
7488 || test ! -s conftest.err'
7489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7493 (exit $ac_status); }; } &&
7494 { ac_try='test -s conftest.$ac_objext'
7495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7499 (exit $ac_status); }; }; then
7500 WARN_CFLAGS="${WARN_CFLAGS} $w"
7502 echo "$as_me: failed program was:" >&5
7503 sed 's/^/| /' conftest.$ac_ext >&5
7506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7507 CFLAGS="$saved_CFLAGS"
7510 echo "$as_me:$LINENO: result: ${WARN_CFLAGS}${WERROR_CFLAGS}" >&5
7511 echo "${ECHO_T}${WARN_CFLAGS}${WERROR_CFLAGS}" >&6
7515 default_sim_reserved_bits="1"
7516 # Check whether --enable-sim-reserved-bits or --disable-sim-reserved-bits was given.
7517 if test "${enable_sim_reserved_bits+set}" = set; then
7518 enableval="$enable_sim_reserved_bits"
7519 case "${enableval}" in
7520 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
7521 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
7522 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-reserved-bits does not take a value\"" >&5
7523 echo "$as_me: error: \"--enable-sim-reserved-bits does not take a value\"" >&2;}
7524 { (exit 1); exit 1; }; }; sim_reserved_bits="";;
7526 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
7527 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
7530 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
7532 wire_word_bitsize="32"
7534 wire_address_bitsize=""
7535 wire_cell_bitsize=""
7536 # Check whether --enable-sim-bitsize or --disable-sim-bitsize was given.
7537 if test "${enable_sim_bitsize+set}" = set; then
7538 enableval="$enable_sim_bitsize"
7540 case "${enableval}" in
7541 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
7542 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
7543 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
7544 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
7545 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
7546 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
7548 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
7550 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
7551 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
7553 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
7555 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" >&5
7556 echo "$as_me: error: \"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" >&2;}
7557 { (exit 1); exit 1; }; } ;;
7560 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
7563 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
7564 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
7565 * ) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" >&5
7566 echo "$as_me: error: \"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" >&2;}
7567 { (exit 1); exit 1; }; } ;;
7570 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
7573 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
7574 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
7575 * ) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" >&5
7576 echo "$as_me: error: \"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" >&2;}
7577 { (exit 1); exit 1; }; } ;;
7579 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
7580 echo "Setting bitsize flags = $sim_bitsize" 6>&1
7584 if test x"$wire_word_bitsize" != x; then
7585 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
7587 if test x"$wire_word_msb" != x; then
7588 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
7590 if test x"$wire_address_bitsize" != x; then
7591 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
7593 if test x"$wire_cell_bitsize" != x; then
7594 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
7605 for ac_func in time chmod utime fork execve execv chown
7607 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7608 echo "$as_me:$LINENO: checking for $ac_func" >&5
7609 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7610 if eval "test \"\${$as_ac_var+set}\" = set"; then
7611 echo $ECHO_N "(cached) $ECHO_C" >&6
7613 cat >conftest.$ac_ext <<_ACEOF
7616 cat confdefs.h >>conftest.$ac_ext
7617 cat >>conftest.$ac_ext <<_ACEOF
7618 /* end confdefs.h. */
7619 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7620 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7621 #define $ac_func innocuous_$ac_func
7623 /* System header to define __stub macros and hopefully few prototypes,
7624 which can conflict with char $ac_func (); below.
7625 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7626 <limits.h> exists even on freestanding compilers. */
7629 # include <limits.h>
7631 # include <assert.h>
7636 /* Override any gcc2 internal prototype to avoid an error. */
7641 /* We use char because int might match the return type of a gcc2
7642 builtin and then its argument prototype would still apply. */
7644 /* The GNU C library defines this for functions which it implements
7645 to always fail with ENOSYS. Some functions are actually named
7646 something starting with __ and the normal name is an alias. */
7647 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7650 char (*f) () = $ac_func;
7659 return f != $ac_func;
7664 rm -f conftest.$ac_objext conftest$ac_exeext
7665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7666 (eval $ac_link) 2>conftest.er1
7668 grep -v '^ *+' conftest.er1 >conftest.err
7670 cat conftest.err >&5
7671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7672 (exit $ac_status); } &&
7673 { ac_try='test -z "$ac_c_werror_flag"
7674 || test ! -s conftest.err'
7675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679 (exit $ac_status); }; } &&
7680 { ac_try='test -s conftest$ac_exeext'
7681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 (exit $ac_status); }; }; then
7686 eval "$as_ac_var=yes"
7688 echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.$ac_ext >&5
7691 eval "$as_ac_var=no"
7693 rm -f conftest.err conftest.$ac_objext \
7694 conftest$ac_exeext conftest.$ac_ext
7696 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7697 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7698 if test `eval echo '${'$as_ac_var'}'` = yes; then
7699 cat >>confdefs.h <<_ACEOF
7700 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7712 for ac_header in unistd.h stdlib.h string.h strings.h utime.h time.h
7714 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7716 echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7718 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7722 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7724 # Is the header compilable?
7725 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7726 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7727 cat >conftest.$ac_ext <<_ACEOF
7730 cat confdefs.h >>conftest.$ac_ext
7731 cat >>conftest.$ac_ext <<_ACEOF
7732 /* end confdefs.h. */
7733 $ac_includes_default
7734 #include <$ac_header>
7736 rm -f conftest.$ac_objext
7737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7738 (eval $ac_compile) 2>conftest.er1
7740 grep -v '^ *+' conftest.er1 >conftest.err
7742 cat conftest.err >&5
7743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7744 (exit $ac_status); } &&
7745 { ac_try='test -z "$ac_c_werror_flag"
7746 || test ! -s conftest.err'
7747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751 (exit $ac_status); }; } &&
7752 { ac_try='test -s conftest.$ac_objext'
7753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); }; }; then
7758 ac_header_compiler=yes
7760 echo "$as_me: failed program was:" >&5
7761 sed 's/^/| /' conftest.$ac_ext >&5
7763 ac_header_compiler=no
7765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7766 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7767 echo "${ECHO_T}$ac_header_compiler" >&6
7769 # Is the header present?
7770 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7771 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7772 cat >conftest.$ac_ext <<_ACEOF
7775 cat confdefs.h >>conftest.$ac_ext
7776 cat >>conftest.$ac_ext <<_ACEOF
7777 /* end confdefs.h. */
7778 #include <$ac_header>
7780 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7781 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7783 grep -v '^ *+' conftest.er1 >conftest.err
7785 cat conftest.err >&5
7786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 (exit $ac_status); } >/dev/null; then
7788 if test -s conftest.err; then
7789 ac_cpp_err=$ac_c_preproc_warn_flag
7790 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7797 if test -z "$ac_cpp_err"; then
7798 ac_header_preproc=yes
7800 echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7803 ac_header_preproc=no
7805 rm -f conftest.err conftest.$ac_ext
7806 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7807 echo "${ECHO_T}$ac_header_preproc" >&6
7809 # So? What about this header?
7810 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7812 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7813 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7814 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7815 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7816 ac_header_preproc=yes
7819 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7820 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7821 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7822 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7823 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7824 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7825 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7826 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7827 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7828 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7829 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7830 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7833 ## ------------------------------------------ ##
7834 ## Report this to the AC_PACKAGE_NAME lists. ##
7835 ## ------------------------------------------ ##
7838 sed "s/^/$as_me: WARNING: /" >&2
7841 echo "$as_me:$LINENO: checking for $ac_header" >&5
7842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7843 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7844 echo $ECHO_N "(cached) $ECHO_C" >&6
7846 eval "$as_ac_Header=\$ac_header_preproc"
7848 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7849 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853 cat >>confdefs.h <<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7863 ac_sources="$sim_link_files"
7864 ac_dests="$sim_link_links"
7865 while test -n "$ac_sources"; do
7866 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
7867 set $ac_sources; ac_source=$1; shift; ac_sources=$*
7868 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
7870 ac_config_links="$ac_config_links $ac_config_links_1"
7873 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
7874 cgen_breaks="break cgen_rtx_error";
7877 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
7879 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
7881 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
7883 ac_config_commands="$ac_config_commands Makefile"
7885 ac_config_commands="$ac_config_commands stamp-h"
7887 cat >confcache <<\_ACEOF
7888 # This file is a shell script that caches the results of configure
7889 # tests run on this system so they can be shared between configure
7890 # scripts and configure runs, see configure's option --config-cache.
7891 # It is not useful on other systems. If it contains results you don't
7892 # want to keep, you may remove or edit it.
7894 # config.status only pays attention to the cache file if you give it
7895 # the --recheck option to rerun configure.
7897 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7898 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7903 # The following way of writing the cache mishandles newlines in values,
7904 # but we know of no workaround that is simple, portable, and efficient.
7905 # So, don't put newlines in cache variables' values.
7906 # Ultrix sh set writes to stderr and can't be redirected directly,
7907 # and sets the high bit in the cache file unless we assign to the vars.
7910 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7912 # `set' does not quote correctly, so add quotes (double-quote
7913 # substitution turns \\\\ into \\, and sed turns \\ into \).
7916 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7919 # `set' quotes correctly as required by POSIX, so do not add quotes.
7921 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7928 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7930 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7932 if diff $cache_file confcache >/dev/null 2>&1; then :; else
7933 if test -w $cache_file; then
7934 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7935 cat confcache >$cache_file
7937 echo "not updating unwritable cache $cache_file"
7942 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7943 # Let make expand exec_prefix.
7944 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7946 # VPATH may cause trouble with some makes, so we remove $(srcdir),
7947 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7948 # trailing colons and then remove the whole line if VPATH becomes empty
7949 # (actually we leave an empty line to preserve line numbers).
7950 if test "x$srcdir" = x.; then
7951 ac_vpsub='/^[ ]*VPATH[ ]*=/{
7952 s/:*\$(srcdir):*/:/;
7953 s/:*\${srcdir}:*/:/;
7955 s/^\([^=]*=[ ]*\):*/\1/;
7961 DEFS=-DHAVE_CONFIG_H
7965 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7966 # 1. Remove the extension, and $U if already installed.
7967 ac_i=`echo "$ac_i" |
7968 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7970 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7971 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7975 LTLIBOBJS=$ac_ltlibobjs
7979 : ${CONFIG_STATUS=./config.status}
7980 ac_clean_files_save=$ac_clean_files
7981 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7982 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7983 echo "$as_me: creating $CONFIG_STATUS" >&6;}
7984 cat >$CONFIG_STATUS <<_ACEOF
7986 # Generated by $as_me.
7987 # Run this file to recreate the current configuration.
7988 # Compiler output produced by configure, useful for debugging
7989 # configure, is in config.log if it exists.
7994 SHELL=\${CONFIG_SHELL-$SHELL}
7997 cat >>$CONFIG_STATUS <<\_ACEOF
7998 ## --------------------- ##
7999 ## M4sh Initialization. ##
8000 ## --------------------- ##
8002 # Be Bourne compatible
8003 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8006 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8007 # is contrary to our usage. Disable this feature.
8008 alias -g '${1+"$@"}'='"$@"'
8009 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
8012 DUALCASE=1; export DUALCASE # for MKS sh
8014 # Support unset when possible.
8015 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8022 # Work around bugs in pre-3.0 UWIN ksh.
8023 $as_unset ENV MAIL MAILPATH
8030 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8031 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8032 LC_TELEPHONE LC_TIME
8034 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8035 eval $as_var=C; export $as_var
8041 # Required to use basename.
8042 if expr a : '\(a\)' >/dev/null 2>&1; then
8048 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
8049 as_basename=basename
8055 # Name of the executable.
8056 as_me=`$as_basename "$0" ||
8057 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8058 X"$0" : 'X\(//\)$' \| \
8059 X"$0" : 'X\(/\)$' \| \
8060 . : '\(.\)' 2>/dev/null ||
8062 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8063 /^X\/\(\/\/\)$/{ s//\1/; q; }
8064 /^X\/\(\/\).*/{ s//\1/; q; }
8068 # PATH needs CR, and LINENO needs CR and PATH.
8069 # Avoid depending upon Character Ranges.
8070 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8071 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8072 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8073 as_cr_digits='0123456789'
8074 as_cr_alnum=$as_cr_Letters$as_cr_digits
8076 # The user is always right.
8077 if test "${PATH_SEPARATOR+set}" != set; then
8078 echo "#! /bin/sh" >conf$$.sh
8079 echo "exit 0" >>conf$$.sh
8081 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8092 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8093 test "x$as_lineno_1" != "x$as_lineno_2" &&
8094 test "x$as_lineno_3" = "x$as_lineno_2" || {
8095 # Find who we are. Look in the path if we contain no path at all
8098 *[\\/]* ) as_myself=$0 ;;
8099 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8103 test -z "$as_dir" && as_dir=.
8104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8109 # We did not find ourselves, most probably we were run as `sh COMMAND'
8110 # in which case we are not to be found in the path.
8111 if test "x$as_myself" = x; then
8114 if test ! -f "$as_myself"; then
8115 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8116 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8117 { (exit 1); exit 1; }; }
8119 case $CONFIG_SHELL in
8121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8122 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
8125 test -z "$as_dir" && as_dir=.
8126 for as_base in sh bash ksh sh5; do
8129 if ("$as_dir/$as_base" -c '
8132 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8133 test "x$as_lineno_1" != "x$as_lineno_2" &&
8134 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
8135 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
8136 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
8137 CONFIG_SHELL=$as_dir/$as_base
8139 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8147 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8148 # uniformly replaced by the line number. The first 'sed' inserts a
8149 # line-number line before each line; the second 'sed' does the real
8150 # work. The second script uses 'N' to pair each line-number line
8151 # with the numbered line, and appends trailing '-' during
8152 # substitution so that $LINENO is not a special case at line end.
8153 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8154 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
8155 sed '=' <$as_myself |
8160 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8163 s,^['$as_cr_digits']*\n,,
8165 chmod +x $as_me.lineno ||
8166 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8167 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8168 { (exit 1); exit 1; }; }
8170 # Don't try to exec as it changes $[0], causing all sort of problems
8171 # (the dirname of $[0] is not the place where we might find the
8172 # original and so on. Autoconf is especially sensible to this).
8174 # Exit status is that of the last command.
8179 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8180 *c*,-n*) ECHO_N= ECHO_C='
8182 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
8183 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
8186 if expr a : '\(a\)' >/dev/null 2>&1; then
8192 rm -f conf$$ conf$$.exe conf$$.file
8194 if ln -s conf$$.file conf$$ 2>/dev/null; then
8195 # We could just check for DJGPP; but this test a) works b) is more generic
8196 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8197 if test -f conf$$.exe; then
8198 # Don't use ln at all; we don't have any links
8203 elif ln conf$$.file conf$$ 2>/dev/null; then
8208 rm -f conf$$ conf$$.exe conf$$.file
8210 if mkdir -p . 2>/dev/null; then
8213 test -d ./-p && rmdir ./-p
8217 as_executable_p="test -f"
8219 # Sed expression to map a string onto a valid CPP name.
8220 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8222 # Sed expression to map a string onto a valid variable name.
8223 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8227 # We need space, tab and new line, in precisely that order.
8237 # Open the log real soon, to keep \$[0] and so on meaningful, and to
8238 # report actual input values of CONFIG_FILES etc. instead of their
8239 # values after options handling. Logging --version etc. is OK.
8243 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8244 ## Running $as_me. ##
8249 This file was extended by $as_me, which was
8250 generated by GNU Autoconf 2.59. Invocation command line was
8252 CONFIG_FILES = $CONFIG_FILES
8253 CONFIG_HEADERS = $CONFIG_HEADERS
8254 CONFIG_LINKS = $CONFIG_LINKS
8255 CONFIG_COMMANDS = $CONFIG_COMMANDS
8259 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8263 # Files that config.status was made for.
8264 if test -n "$ac_config_files"; then
8265 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8268 if test -n "$ac_config_headers"; then
8269 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8272 if test -n "$ac_config_links"; then
8273 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8276 if test -n "$ac_config_commands"; then
8277 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8280 cat >>$CONFIG_STATUS <<\_ACEOF
8283 \`$as_me' instantiates files from templates according to the
8284 current configuration.
8286 Usage: $0 [OPTIONS] [FILE]...
8288 -h, --help print this help, then exit
8289 -V, --version print version number, then exit
8290 -q, --quiet do not print progress messages
8291 -d, --debug don't remove temporary files
8292 --recheck update $as_me by reconfiguring in the same conditions
8293 --file=FILE[:TEMPLATE]
8294 instantiate the configuration file FILE
8295 --header=FILE[:TEMPLATE]
8296 instantiate the configuration header FILE
8298 Configuration files:
8301 Configuration headers:
8304 Configuration links:
8307 Configuration commands:
8310 Report bugs to <bug-autoconf@gnu.org>."
8313 cat >>$CONFIG_STATUS <<_ACEOF
8316 configured by $0, generated by GNU Autoconf 2.59,
8317 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8319 Copyright (C) 2003 Free Software Foundation, Inc.
8320 This config.status script is free software; the Free Software Foundation
8321 gives unlimited permission to copy, distribute and modify it."
8326 cat >>$CONFIG_STATUS <<\_ACEOF
8327 # If no file are specified by the user, then we need to provide default
8328 # value. By we need to know if files were specified by the user.
8334 ac_option=`expr "x$1" : 'x\([^=]*\)='`
8335 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
8343 *) # This is not an option, so the user has probably given explicit
8346 ac_need_defaults=false;;
8350 # Handling of the options.
8352 cat >>$CONFIG_STATUS <<\_ACEOF
8353 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8355 --version | --vers* | -V )
8356 echo "$ac_cs_version"; exit 0 ;;
8358 # Conflict between --help and --header
8359 { { echo "$as_me:$LINENO: error: ambiguous option: $1
8360 Try \`$0 --help' for more information." >&5
8361 echo "$as_me: error: ambiguous option: $1
8362 Try \`$0 --help' for more information." >&2;}
8363 { (exit 1); exit 1; }; };;
8364 --help | --hel | -h )
8365 echo "$ac_cs_usage"; exit 0 ;;
8366 --debug | --d* | -d )
8368 --file | --fil | --fi | --f )
8370 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
8371 ac_need_defaults=false;;
8372 --header | --heade | --head | --hea )
8374 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
8375 ac_need_defaults=false;;
8376 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8377 | -silent | --silent | --silen | --sile | --sil | --si | --s)
8381 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8382 Try \`$0 --help' for more information." >&5
8383 echo "$as_me: error: unrecognized option: $1
8384 Try \`$0 --help' for more information." >&2;}
8385 { (exit 1); exit 1; }; } ;;
8387 *) ac_config_targets="$ac_config_targets $1" ;;
8393 ac_configure_extra_args=
8395 if $ac_cs_silent; then
8397 ac_configure_extra_args="$ac_configure_extra_args --silent"
8401 cat >>$CONFIG_STATUS <<_ACEOF
8402 if \$ac_cs_recheck; then
8403 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8404 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8413 cat >>$CONFIG_STATUS <<\_ACEOF
8414 for ac_config_target in $ac_config_targets
8416 case "$ac_config_target" in
8417 # Handling of arguments.
8418 "Makefile.sim" ) CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
8419 "Make-common.sim" ) CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
8420 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
8421 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
8422 "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
8423 "stamp-h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
8424 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
8425 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8426 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8427 { (exit 1); exit 1; }; };;
8431 # If the user did not use the arguments to specify the items to instantiate,
8432 # then the envvar interface is used. Set only those that are not.
8433 # We use the long form for the default assignment because of an extremely
8434 # bizarre bug on SunOS 4.1.3.
8435 if $ac_need_defaults; then
8436 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8437 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8438 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
8439 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8442 # Have a temporary directory for convenience. Make it in the build tree
8443 # simply because there is no reason to put it here, and in addition,
8444 # creating and moving files from /tmp can sometimes cause problems.
8445 # Create a temporary directory, and hook for its removal unless debugging.
8448 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
8449 trap '{ (exit 1); exit 1; }' 1 2 13 15
8452 # Create a (secure) tmp directory for tmp files.
8455 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
8456 test -n "$tmp" && test -d "$tmp"
8459 tmp=./confstat$$-$RANDOM
8460 (umask 077 && mkdir $tmp)
8463 echo "$me: cannot create a temporary directory in ." >&2
8464 { (exit 1); exit 1; }
8469 cat >>$CONFIG_STATUS <<_ACEOF
8472 # CONFIG_FILES section.
8475 # No need to generate the scripts if there are no CONFIG_FILES.
8476 # This happens for instance when ./config.status config.h
8477 if test -n "\$CONFIG_FILES"; then
8478 # Protect against being on the right side of a sed subst in config.status.
8479 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
8480 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
8481 s,@SHELL@,$SHELL,;t t
8482 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
8483 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
8484 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
8485 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
8486 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
8487 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
8488 s,@exec_prefix@,$exec_prefix,;t t
8489 s,@prefix@,$prefix,;t t
8490 s,@program_transform_name@,$program_transform_name,;t t
8491 s,@bindir@,$bindir,;t t
8492 s,@sbindir@,$sbindir,;t t
8493 s,@libexecdir@,$libexecdir,;t t
8494 s,@datadir@,$datadir,;t t
8495 s,@sysconfdir@,$sysconfdir,;t t
8496 s,@sharedstatedir@,$sharedstatedir,;t t
8497 s,@localstatedir@,$localstatedir,;t t
8498 s,@libdir@,$libdir,;t t
8499 s,@includedir@,$includedir,;t t
8500 s,@oldincludedir@,$oldincludedir,;t t
8501 s,@infodir@,$infodir,;t t
8502 s,@mandir@,$mandir,;t t
8503 s,@build_alias@,$build_alias,;t t
8504 s,@host_alias@,$host_alias,;t t
8505 s,@target_alias@,$target_alias,;t t
8507 s,@ECHO_C@,$ECHO_C,;t t
8508 s,@ECHO_N@,$ECHO_N,;t t
8509 s,@ECHO_T@,$ECHO_T,;t t
8511 s,@sim_environment@,$sim_environment,;t t
8512 s,@sim_alignment@,$sim_alignment,;t t
8513 s,@sim_assert@,$sim_assert,;t t
8514 s,@sim_bitsize@,$sim_bitsize,;t t
8515 s,@sim_endian@,$sim_endian,;t t
8516 s,@sim_hostendian@,$sim_hostendian,;t t
8517 s,@sim_float@,$sim_float,;t t
8518 s,@sim_scache@,$sim_scache,;t t
8519 s,@sim_default_model@,$sim_default_model,;t t
8520 s,@sim_hw_cflags@,$sim_hw_cflags,;t t
8521 s,@sim_hw_objs@,$sim_hw_objs,;t t
8522 s,@sim_hw@,$sim_hw,;t t
8523 s,@sim_inline@,$sim_inline,;t t
8524 s,@sim_packages@,$sim_packages,;t t
8525 s,@sim_regparm@,$sim_regparm,;t t
8526 s,@sim_reserved_bits@,$sim_reserved_bits,;t t
8527 s,@sim_smp@,$sim_smp,;t t
8528 s,@sim_stdcall@,$sim_stdcall,;t t
8529 s,@sim_xor_endian@,$sim_xor_endian,;t t
8530 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
8531 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
8532 s,@build@,$build,;t t
8533 s,@build_cpu@,$build_cpu,;t t
8534 s,@build_vendor@,$build_vendor,;t t
8535 s,@build_os@,$build_os,;t t
8537 s,@host_cpu@,$host_cpu,;t t
8538 s,@host_vendor@,$host_vendor,;t t
8539 s,@host_os@,$host_os,;t t
8540 s,@target@,$target,;t t
8541 s,@target_cpu@,$target_cpu,;t t
8542 s,@target_vendor@,$target_vendor,;t t
8543 s,@target_os@,$target_os,;t t
8545 s,@CFLAGS@,$CFLAGS,;t t
8546 s,@LDFLAGS@,$LDFLAGS,;t t
8547 s,@CPPFLAGS@,$CPPFLAGS,;t t
8548 s,@ac_ct_CC@,$ac_ct_CC,;t t
8549 s,@EXEEXT@,$EXEEXT,;t t
8550 s,@OBJEXT@,$OBJEXT,;t t
8551 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8552 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8553 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8554 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
8555 s,@HDEFINES@,$HDEFINES,;t t
8557 s,@RANLIB@,$RANLIB,;t t
8558 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
8559 s,@SET_MAKE@,$SET_MAKE,;t t
8561 s,@EGREP@,$EGREP,;t t
8562 s,@ALLOCA@,$ALLOCA,;t t
8563 s,@USE_NLS@,$USE_NLS,;t t
8564 s,@MSGFMT@,$MSGFMT,;t t
8565 s,@GMSGFMT@,$GMSGFMT,;t t
8566 s,@XGETTEXT@,$XGETTEXT,;t t
8567 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
8568 s,@CATALOGS@,$CATALOGS,;t t
8569 s,@CATOBJEXT@,$CATOBJEXT,;t t
8570 s,@DATADIRNAME@,$DATADIRNAME,;t t
8571 s,@GMOFILES@,$GMOFILES,;t t
8572 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
8573 s,@INTLDEPS@,$INTLDEPS,;t t
8574 s,@INTLLIBS@,$INTLLIBS,;t t
8575 s,@INTLOBJS@,$INTLOBJS,;t t
8576 s,@POFILES@,$POFILES,;t t
8577 s,@POSUB@,$POSUB,;t t
8578 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
8579 s,@GT_NO@,$GT_NO,;t t
8580 s,@GT_YES@,$GT_YES,;t t
8581 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
8583 s,@MAINT@,$MAINT,;t t
8584 s,@sim_bswap@,$sim_bswap,;t t
8585 s,@sim_cflags@,$sim_cflags,;t t
8586 s,@sim_debug@,$sim_debug,;t t
8587 s,@sim_stdio@,$sim_stdio,;t t
8588 s,@sim_trace@,$sim_trace,;t t
8589 s,@sim_profile@,$sim_profile,;t t
8590 s,@cgen_breaks@,$cgen_breaks,;t t
8591 s,@LIBOBJS@,$LIBOBJS,;t t
8592 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8597 cat >>$CONFIG_STATUS <<\_ACEOF
8598 # Split the substitutions into bite-sized pieces for seds with
8599 # small command number limits, like on Digital OSF/1 and HP-UX.
8601 ac_sed_frag=1 # Number of current file.
8602 ac_beg=1 # First line for current file.
8603 ac_end=$ac_max_sed_lines # Line after last line for current file.
8606 while $ac_more_lines; do
8607 if test $ac_beg -gt 1; then
8608 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8610 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
8612 if test ! -s $tmp/subs.frag; then
8615 # The purpose of the label and of the branching condition is to
8616 # speed up the sed processing (if there are no `@' at all, there
8617 # is no need to browse any of the substitutions).
8618 # These are the two extra sed commands mentioned above.
8620 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8621 if test -z "$ac_sed_cmds"; then
8622 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8624 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8626 ac_sed_frag=`expr $ac_sed_frag + 1`
8628 ac_end=`expr $ac_end + $ac_max_sed_lines`
8631 if test -z "$ac_sed_cmds"; then
8634 fi # test -n "$CONFIG_FILES"
8637 cat >>$CONFIG_STATUS <<\_ACEOF
8638 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
8639 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8641 - | *:- | *:-:* ) # input from stdin
8643 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8644 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8645 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8646 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8647 * ) ac_file_in=$ac_file.in ;;
8650 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8651 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8652 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8653 X"$ac_file" : 'X\(//\)[^/]' \| \
8654 X"$ac_file" : 'X\(//\)$' \| \
8655 X"$ac_file" : 'X\(/\)' \| \
8656 . : '\(.\)' 2>/dev/null ||
8658 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8659 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8660 /^X\(\/\/\)$/{ s//\1/; q; }
8661 /^X\(\/\).*/{ s//\1/; q; }
8663 { if $as_mkdir_p; then
8668 while test ! -d "$as_dir"; do
8669 as_dirs="$as_dir $as_dirs"
8670 as_dir=`(dirname "$as_dir") 2>/dev/null ||
8671 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8672 X"$as_dir" : 'X\(//\)[^/]' \| \
8673 X"$as_dir" : 'X\(//\)$' \| \
8674 X"$as_dir" : 'X\(/\)' \| \
8675 . : '\(.\)' 2>/dev/null ||
8677 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8678 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8679 /^X\(\/\/\)$/{ s//\1/; q; }
8680 /^X\(\/\).*/{ s//\1/; q; }
8683 test ! -n "$as_dirs" || mkdir $as_dirs
8684 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8685 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8686 { (exit 1); exit 1; }; }; }
8690 if test "$ac_dir" != .; then
8691 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8692 # A "../" for each directory in $ac_dir_suffix.
8693 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8695 ac_dir_suffix= ac_top_builddir=
8699 .) # No --srcdir option. We are building in place.
8701 if test -z "$ac_top_builddir"; then
8704 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
8706 [\\/]* | ?:[\\/]* ) # Absolute path.
8707 ac_srcdir=$srcdir$ac_dir_suffix;
8708 ac_top_srcdir=$srcdir ;;
8710 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8711 ac_top_srcdir=$ac_top_builddir$srcdir ;;
8714 # Do not use `cd foo && pwd` to compute absolute paths, because
8715 # the directories may not exist.
8717 .) ac_abs_builddir="$ac_dir";;
8720 .) ac_abs_builddir=`pwd`;;
8721 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8722 *) ac_abs_builddir=`pwd`/"$ac_dir";;
8725 case $ac_abs_builddir in
8726 .) ac_abs_top_builddir=${ac_top_builddir}.;;
8728 case ${ac_top_builddir}. in
8729 .) ac_abs_top_builddir=$ac_abs_builddir;;
8730 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8731 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8734 case $ac_abs_builddir in
8735 .) ac_abs_srcdir=$ac_srcdir;;
8738 .) ac_abs_srcdir=$ac_abs_builddir;;
8739 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8740 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8743 case $ac_abs_builddir in
8744 .) ac_abs_top_srcdir=$ac_top_srcdir;;
8746 case $ac_top_srcdir in
8747 .) ac_abs_top_srcdir=$ac_abs_builddir;;
8748 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8749 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8755 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8756 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
8759 if test x"$ac_file" != x-; then
8760 { echo "$as_me:$LINENO: creating $ac_file" >&5
8761 echo "$as_me: creating $ac_file" >&6;}
8764 # Let's still pretend it is `configure' which instantiates (i.e., don't
8765 # use $as_me), people would be surprised to read:
8766 # /* config.h. Generated by config.status. */
8767 if test x"$ac_file" = x-; then
8770 configure_input="$ac_file. "
8772 configure_input=$configure_input"Generated from `echo $ac_file_in |
8773 sed 's,.*/,,'` by configure."
8775 # First look for the input files in the build tree, otherwise in the
8777 ac_file_inputs=`IFS=:
8778 for f in $ac_file_in; do
8780 -) echo $tmp/stdin ;;
8782 # Absolute (can't be DOS-style, as IFS=:)
8783 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8784 echo "$as_me: error: cannot find input file: $f" >&2;}
8785 { (exit 1); exit 1; }; }
8788 if test -f "$f"; then
8791 elif test -f "$srcdir/$f"; then
8796 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8797 echo "$as_me: error: cannot find input file: $f" >&2;}
8798 { (exit 1); exit 1; }; }
8801 done` || { (exit 1); exit 1; }
8803 cat >>$CONFIG_STATUS <<_ACEOF
8807 cat >>$CONFIG_STATUS <<\_ACEOF
8809 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8810 s,@configure_input@,$configure_input,;t t
8811 s,@srcdir@,$ac_srcdir,;t t
8812 s,@abs_srcdir@,$ac_abs_srcdir,;t t
8813 s,@top_srcdir@,$ac_top_srcdir,;t t
8814 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
8815 s,@builddir@,$ac_builddir,;t t
8816 s,@abs_builddir@,$ac_abs_builddir,;t t
8817 s,@top_builddir@,$ac_top_builddir,;t t
8818 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
8819 s,@INSTALL@,$ac_INSTALL,;t t
8820 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8822 if test x"$ac_file" != x-; then
8823 mv $tmp/out $ac_file
8831 cat >>$CONFIG_STATUS <<\_ACEOF
8834 # CONFIG_HEADER section.
8837 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8838 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8840 # ac_d sets the value in "#define NAME VALUE" lines.
8841 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8842 ac_dB='[ ].*$,\1#\2'
8845 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8846 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8847 ac_uB='$,\1#\2define\3'
8851 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
8852 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8854 - | *:- | *:-:* ) # input from stdin
8856 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8857 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8858 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8859 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8860 * ) ac_file_in=$ac_file.in ;;
8863 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8864 echo "$as_me: creating $ac_file" >&6;}
8866 # First look for the input files in the build tree, otherwise in the
8868 ac_file_inputs=`IFS=:
8869 for f in $ac_file_in; do
8871 -) echo $tmp/stdin ;;
8873 # Absolute (can't be DOS-style, as IFS=:)
8874 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8875 echo "$as_me: error: cannot find input file: $f" >&2;}
8876 { (exit 1); exit 1; }; }
8877 # Do quote $f, to prevent DOS paths from being IFS'd.
8880 if test -f "$f"; then
8883 elif test -f "$srcdir/$f"; then
8888 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8889 echo "$as_me: error: cannot find input file: $f" >&2;}
8890 { (exit 1); exit 1; }; }
8893 done` || { (exit 1); exit 1; }
8894 # Remove the trailing spaces.
8895 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8899 # Transform confdefs.h into two sed scripts, `conftest.defines' and
8900 # `conftest.undefs', that substitutes the proper values into
8901 # config.h.in to produce config.h. The first handles `#define'
8902 # templates, and the second `#undef' templates.
8903 # And first: Protect against being on the right side of a sed subst in
8904 # config.status. Protect against being in an unquoted here document
8906 rm -f conftest.defines conftest.undefs
8907 # Using a here document instead of a string reduces the quoting nightmare.
8908 # Putting comments in sed scripts is not portable.
8910 # `end' is used to avoid that the second main sed command (meant for
8911 # 0-ary CPP macros) applies to n-ary macro definitions.
8912 # See the Autoconf documentation for `clear'.
8913 cat >confdef2sed.sed <<\_ACEOF
8918 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8920 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8923 # If some macros were called several times there might be several times
8924 # the same #defines, which is useless. Nevertheless, we may not want to
8925 # sort them, since we want the *last* AC-DEFINE to be honored.
8926 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8927 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8928 rm -f confdef2sed.sed
8930 # This sed command replaces #undef with comments. This is necessary, for
8931 # example, in the case of _POSIX_SOURCE, which is predefined and required
8932 # on some systems where configure will not decide to define it.
8933 cat >>conftest.undefs <<\_ACEOF
8934 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8937 # Break up conftest.defines because some shells have a limit on the size
8938 # of here documents, and old seds have small limits too (100 cmds).
8939 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8940 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8941 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8942 echo ' :' >>$CONFIG_STATUS
8944 while grep . conftest.defines >/dev/null
8946 # Write a limited-size here document to $tmp/defines.sed.
8947 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8948 # Speed up: don't consider the non `#define' lines.
8949 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8950 # Work around the forget-to-reset-the-flag bug.
8951 echo 't clr' >>$CONFIG_STATUS
8952 echo ': clr' >>$CONFIG_STATUS
8953 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
8955 sed -f $tmp/defines.sed $tmp/in >$tmp/out
8959 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
8960 rm -f conftest.defines
8961 mv conftest.tail conftest.defines
8963 rm -f conftest.defines
8964 echo ' fi # grep' >>$CONFIG_STATUS
8965 echo >>$CONFIG_STATUS
8967 # Break up conftest.undefs because some shells have a limit on the size
8968 # of here documents, and old seds have small limits too (100 cmds).
8969 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8971 while grep . conftest.undefs >/dev/null
8973 # Write a limited-size here document to $tmp/undefs.sed.
8974 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8975 # Speed up: don't consider the non `#undef'
8976 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8977 # Work around the forget-to-reset-the-flag bug.
8978 echo 't clr' >>$CONFIG_STATUS
8979 echo ': clr' >>$CONFIG_STATUS
8980 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8982 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8986 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8987 rm -f conftest.undefs
8988 mv conftest.tail conftest.undefs
8990 rm -f conftest.undefs
8992 cat >>$CONFIG_STATUS <<\_ACEOF
8993 # Let's still pretend it is `configure' which instantiates (i.e., don't
8994 # use $as_me), people would be surprised to read:
8995 # /* config.h. Generated by config.status. */
8996 if test x"$ac_file" = x-; then
8997 echo "/* Generated by configure. */" >$tmp/config.h
8999 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
9001 cat $tmp/in >>$tmp/config.h
9003 if test x"$ac_file" != x-; then
9004 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
9005 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9006 echo "$as_me: $ac_file is unchanged" >&6;}
9008 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
9009 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9010 X"$ac_file" : 'X\(//\)[^/]' \| \
9011 X"$ac_file" : 'X\(//\)$' \| \
9012 X"$ac_file" : 'X\(/\)' \| \
9013 . : '\(.\)' 2>/dev/null ||
9015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9016 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9017 /^X\(\/\/\)$/{ s//\1/; q; }
9018 /^X\(\/\).*/{ s//\1/; q; }
9020 { if $as_mkdir_p; then
9025 while test ! -d "$as_dir"; do
9026 as_dirs="$as_dir $as_dirs"
9027 as_dir=`(dirname "$as_dir") 2>/dev/null ||
9028 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9029 X"$as_dir" : 'X\(//\)[^/]' \| \
9030 X"$as_dir" : 'X\(//\)$' \| \
9031 X"$as_dir" : 'X\(/\)' \| \
9032 . : '\(.\)' 2>/dev/null ||
9034 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9035 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9036 /^X\(\/\/\)$/{ s//\1/; q; }
9037 /^X\(\/\).*/{ s//\1/; q; }
9040 test ! -n "$as_dirs" || mkdir $as_dirs
9041 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9042 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9043 { (exit 1); exit 1; }; }; }
9046 mv $tmp/config.h $ac_file
9054 cat >>$CONFIG_STATUS <<\_ACEOF
9057 # CONFIG_LINKS section.
9060 for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
9061 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
9062 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
9064 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
9065 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
9067 if test ! -r $srcdir/$ac_source; then
9068 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
9069 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
9070 { (exit 1); exit 1; }; }
9074 # Make relative symlinks.
9075 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
9076 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9077 X"$ac_dest" : 'X\(//\)[^/]' \| \
9078 X"$ac_dest" : 'X\(//\)$' \| \
9079 X"$ac_dest" : 'X\(/\)' \| \
9080 . : '\(.\)' 2>/dev/null ||
9082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9083 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9084 /^X\(\/\/\)$/{ s//\1/; q; }
9085 /^X\(\/\).*/{ s//\1/; q; }
9087 { if $as_mkdir_p; then
9088 mkdir -p "$ac_dest_dir"
9090 as_dir="$ac_dest_dir"
9092 while test ! -d "$as_dir"; do
9093 as_dirs="$as_dir $as_dirs"
9094 as_dir=`(dirname "$as_dir") 2>/dev/null ||
9095 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9096 X"$as_dir" : 'X\(//\)[^/]' \| \
9097 X"$as_dir" : 'X\(//\)$' \| \
9098 X"$as_dir" : 'X\(/\)' \| \
9099 . : '\(.\)' 2>/dev/null ||
9101 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9102 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9103 /^X\(\/\/\)$/{ s//\1/; q; }
9104 /^X\(\/\).*/{ s//\1/; q; }
9107 test ! -n "$as_dirs" || mkdir $as_dirs
9108 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
9109 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
9110 { (exit 1); exit 1; }; }; }
9114 if test "$ac_dest_dir" != .; then
9115 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
9116 # A "../" for each directory in $ac_dir_suffix.
9117 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9119 ac_dir_suffix= ac_top_builddir=
9123 .) # No --srcdir option. We are building in place.
9125 if test -z "$ac_top_builddir"; then
9128 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9130 [\\/]* | ?:[\\/]* ) # Absolute path.
9131 ac_srcdir=$srcdir$ac_dir_suffix;
9132 ac_top_srcdir=$srcdir ;;
9134 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9135 ac_top_srcdir=$ac_top_builddir$srcdir ;;
9138 # Do not use `cd foo && pwd` to compute absolute paths, because
9139 # the directories may not exist.
9141 .) ac_abs_builddir="$ac_dest_dir";;
9143 case "$ac_dest_dir" in
9144 .) ac_abs_builddir=`pwd`;;
9145 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
9146 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
9149 case $ac_abs_builddir in
9150 .) ac_abs_top_builddir=${ac_top_builddir}.;;
9152 case ${ac_top_builddir}. in
9153 .) ac_abs_top_builddir=$ac_abs_builddir;;
9154 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9155 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9158 case $ac_abs_builddir in
9159 .) ac_abs_srcdir=$ac_srcdir;;
9162 .) ac_abs_srcdir=$ac_abs_builddir;;
9163 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9164 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9167 case $ac_abs_builddir in
9168 .) ac_abs_top_srcdir=$ac_top_srcdir;;
9170 case $ac_top_srcdir in
9171 .) ac_abs_top_srcdir=$ac_abs_builddir;;
9172 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9173 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9179 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
9180 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
9183 # Try a symlink, then a hard link, then a copy.
9184 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
9185 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
9186 cp -p $srcdir/$ac_source $ac_dest ||
9187 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
9188 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
9189 { (exit 1); exit 1; }; }
9192 cat >>$CONFIG_STATUS <<\_ACEOF
9195 # CONFIG_COMMANDS section.
9197 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
9198 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
9199 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
9200 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
9201 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9202 X"$ac_dest" : 'X\(//\)[^/]' \| \
9203 X"$ac_dest" : 'X\(//\)$' \| \
9204 X"$ac_dest" : 'X\(/\)' \| \
9205 . : '\(.\)' 2>/dev/null ||
9207 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9208 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9209 /^X\(\/\/\)$/{ s//\1/; q; }
9210 /^X\(\/\).*/{ s//\1/; q; }
9212 { if $as_mkdir_p; then
9217 while test ! -d "$as_dir"; do
9218 as_dirs="$as_dir $as_dirs"
9219 as_dir=`(dirname "$as_dir") 2>/dev/null ||
9220 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9221 X"$as_dir" : 'X\(//\)[^/]' \| \
9222 X"$as_dir" : 'X\(//\)$' \| \
9223 X"$as_dir" : 'X\(/\)' \| \
9224 . : '\(.\)' 2>/dev/null ||
9226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9227 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9228 /^X\(\/\/\)$/{ s//\1/; q; }
9229 /^X\(\/\).*/{ s//\1/; q; }
9232 test ! -n "$as_dirs" || mkdir $as_dirs
9233 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9234 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9235 { (exit 1); exit 1; }; }; }
9239 if test "$ac_dir" != .; then
9240 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9241 # A "../" for each directory in $ac_dir_suffix.
9242 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9244 ac_dir_suffix= ac_top_builddir=
9248 .) # No --srcdir option. We are building in place.
9250 if test -z "$ac_top_builddir"; then
9253 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
9255 [\\/]* | ?:[\\/]* ) # Absolute path.
9256 ac_srcdir=$srcdir$ac_dir_suffix;
9257 ac_top_srcdir=$srcdir ;;
9259 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
9260 ac_top_srcdir=$ac_top_builddir$srcdir ;;
9263 # Do not use `cd foo && pwd` to compute absolute paths, because
9264 # the directories may not exist.
9266 .) ac_abs_builddir="$ac_dir";;
9269 .) ac_abs_builddir=`pwd`;;
9270 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
9271 *) ac_abs_builddir=`pwd`/"$ac_dir";;
9274 case $ac_abs_builddir in
9275 .) ac_abs_top_builddir=${ac_top_builddir}.;;
9277 case ${ac_top_builddir}. in
9278 .) ac_abs_top_builddir=$ac_abs_builddir;;
9279 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
9280 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
9283 case $ac_abs_builddir in
9284 .) ac_abs_srcdir=$ac_srcdir;;
9287 .) ac_abs_srcdir=$ac_abs_builddir;;
9288 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
9289 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
9292 case $ac_abs_builddir in
9293 .) ac_abs_top_srcdir=$ac_top_srcdir;;
9295 case $ac_top_srcdir in
9296 .) ac_abs_top_srcdir=$ac_abs_builddir;;
9297 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
9298 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
9303 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9304 echo "$as_me: executing $ac_dest commands" >&6;}
9306 Makefile ) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
9307 rm -f Makesim1.tmp Makesim2.tmp Makefile
9308 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
9309 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
9310 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
9311 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
9312 <Makefile.sim >Makefile
9313 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
9315 stamp-h ) echo > stamp-h ;;
9320 cat >>$CONFIG_STATUS <<\_ACEOF
9322 { (exit 0); exit 0; }
9324 chmod +x $CONFIG_STATUS
9325 ac_clean_files=$ac_clean_files_save
9328 # configure is writing to config.log, and then calls config.status.
9329 # config.status does its own redirection, appending to config.log.
9330 # Unfortunately, on DOS this fails, as config.log is still kept open
9331 # by configure, so config.status won't be able to write to it; its
9332 # output is simply discarded. So we exec the FD to /dev/null,
9333 # effectively closing config.log, so it can be properly (re)opened and
9334 # appended to by config.status. When coming back to configure, we
9335 # need to make the FD available again.
9336 if test "$no_create" != yes; then
9338 ac_config_status_args=
9339 test "$silent" = yes &&
9340 ac_config_status_args="$ac_config_status_args --quiet"
9342 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
9344 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9345 # would make configure fail if this is the last instruction.
9346 $ac_cs_success || { (exit 1); exit 1; }