]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/v850/configure
sim:
[thirdparty/binutils-gdb.git] / sim / v850 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657
AC
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59.
4#
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## --------------------- ##
c906108c 11
b7026657
AC
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
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+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
c906108c 23
b7026657
AC
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
c906108c
SS
30
31
b7026657
AC
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
c906108c 37
b7026657
AC
38# NLS nuisances.
39for as_var in \
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 \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
c906108c 50
b7026657
AC
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
c906108c 57
b7026657
AC
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
c906108c
SS
63
64
b7026657
AC
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
c906108c
SS
76
77
b7026657
AC
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 85
b7026657
AC
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
c906108c
SS
98
99
b7026657
AC
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
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
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
c906108c 116
b7026657
AC
117 ;;
118 esac
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
122 as_myself=$0
123 fi
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; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
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
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
c906108c 155
b7026657
AC
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 |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
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; }; }
177
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).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
c906108c
SS
185
186
b7026657
AC
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
c906108c 193
b7026657
AC
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
c906108c 199
b7026657
AC
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if 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
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
c906108c 217
b7026657
AC
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
c906108c 224
b7026657 225as_executable_p="test -f"
c906108c 226
b7026657
AC
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 229
b7026657
AC
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c
SS
232
233
b7026657
AC
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
c906108c 239
b7026657
AC
240# CDPATH.
241$as_unset CDPATH
c906108c
SS
242
243
b7026657
AC
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 248
b7026657 249exec 6>&1
c906108c 250
c906108c 251#
b7026657 252# Initializations.
c906108c 253#
b7026657
AC
254ac_default_prefix=/usr/local
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
c906108c 261
b7026657
AC
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}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="Makefile.in"
275# Factoring default headers for most tests.
276ac_includes_default="\
277#include <stdio.h>
278#if HAVE_SYS_TYPES_H
279# include <sys/types.h>
280#endif
281#if HAVE_SYS_STAT_H
282# include <sys/stat.h>
283#endif
284#if STDC_HEADERS
285# include <stdlib.h>
286# include <stddef.h>
287#else
288# if HAVE_STDLIB_H
289# include <stdlib.h>
290# endif
291#endif
292#if HAVE_STRING_H
293# if !STDC_HEADERS && HAVE_MEMORY_H
294# include <memory.h>
295# endif
296# include <string.h>
297#endif
298#if HAVE_STRINGS_H
299# include <strings.h>
300#endif
301#if HAVE_INTTYPES_H
302# include <inttypes.h>
303#else
304# if HAVE_STDINT_H
305# include <stdint.h>
306# endif
307#endif
308#if HAVE_UNISTD_H
309# include <unistd.h>
310#endif"
c906108c 311
6efef468 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS sim_environment sim_alignment sim_assert sim_bitsize sim_endian sim_hostendian sim_float sim_scache sim_default_model sim_hw_cflags sim_hw_objs sim_hw sim_inline sim_packages sim_regparm sim_reserved_bits sim_smp sim_stdcall sim_xor_endian WARN_CFLAGS WERROR_CFLAGS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC_FOR_BUILD HDEFINES AR RANLIB ac_ct_RANLIB USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT CPP EGREP MAINT sim_bswap sim_cflags sim_debug sim_stdio sim_trace sim_profile PKGVERSION REPORT_BUGS_TO REPORT_BUGS_TEXI cgen_breaks LIBOBJS LTLIBOBJS'
b7026657 313ac_subst_files=''
c906108c
SS
314
315# Initialize some variables set by options.
b7026657
AC
316ac_init_help=
317ac_init_version=false
c906108c
SS
318# The variables have the same names as the options, with
319# dashes changed to underlines.
b7026657 320cache_file=/dev/null
c906108c 321exec_prefix=NONE
c906108c 322no_create=
c906108c
SS
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
c906108c
SS
331verbose=
332x_includes=NONE
333x_libraries=NONE
b7026657
AC
334
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.
c906108c
SS
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
c906108c
SS
353ac_prev=
354for ac_option
355do
c906108c
SS
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
b7026657 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
c906108c
SS
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
b7026657 367 case $ac_option in
c906108c
SS
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 372 bindir=$ac_optarg ;;
c906108c
SS
373
374 -build | --build | --buil | --bui | --bu)
b7026657 375 ac_prev=build_alias ;;
c906108c 376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 377 build_alias=$ac_optarg ;;
c906108c
SS
378
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=*)
b7026657
AC
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
c906108c
SS
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
b7026657 393 datadir=$ac_optarg ;;
c906108c
SS
394
395 -disable-* | --disable-*)
b7026657 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 397 # Reject names that are not valid shell variable names.
b7026657
AC
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" ;;
c906108c
SS
403
404 -enable-* | --enable-*)
b7026657 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 406 # Reject names that are not valid shell variable names.
b7026657
AC
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'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
c906108c
SS
413 *) ac_optarg=yes ;;
414 esac
b7026657 415 eval "enable_$ac_feature='$ac_optarg'" ;;
c906108c
SS
416
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=*)
b7026657 424 exec_prefix=$ac_optarg ;;
c906108c
SS
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
b7026657
AC
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
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 ;;
c906108c
SS
436
437 -host | --host | --hos | --ho)
b7026657 438 ac_prev=host_alias ;;
c906108c 439 -host=* | --host=* | --hos=* | --ho=*)
b7026657 440 host_alias=$ac_optarg ;;
c906108c
SS
441
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=*)
b7026657 447 includedir=$ac_optarg ;;
c906108c
SS
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 452 infodir=$ac_optarg ;;
c906108c
SS
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 457 libdir=$ac_optarg ;;
c906108c
SS
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
b7026657 464 libexecdir=$ac_optarg ;;
c906108c
SS
465
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=*)
b7026657 473 localstatedir=$ac_optarg ;;
c906108c
SS
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 478 mandir=$ac_optarg ;;
c906108c
SS
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 485 | --no-cr | --no-c | -n)
c906108c
SS
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
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=*)
b7026657 499 oldincludedir=$ac_optarg ;;
c906108c
SS
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 504 prefix=$ac_optarg ;;
c906108c
SS
505
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=*)
b7026657 511 program_prefix=$ac_optarg ;;
c906108c
SS
512
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=*)
b7026657 518 program_suffix=$ac_optarg ;;
c906108c
SS
519
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=*)
b7026657 535 program_transform_name=$ac_optarg ;;
c906108c
SS
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
b7026657 545 sbindir=$ac_optarg ;;
c906108c
SS
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
b7026657 556 sharedstatedir=$ac_optarg ;;
c906108c
SS
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
b7026657 561 site=$ac_optarg ;;
eb2d80b4 562
c906108c
SS
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 566 srcdir=$ac_optarg ;;
c906108c
SS
567
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=*)
b7026657 573 sysconfdir=$ac_optarg ;;
c906108c
SS
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 576 ac_prev=target_alias ;;
c906108c 577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 578 target_alias=$ac_optarg ;;
c906108c
SS
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
b7026657
AC
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
c906108c
SS
585
586 -with-* | --with-*)
b7026657 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 588 # Reject names that are not valid shell variable names.
b7026657
AC
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; }; }
c906108c 592 ac_package=`echo $ac_package| sed 's/-/_/g'`
b7026657
AC
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
c906108c
SS
595 *) ac_optarg=yes ;;
596 esac
b7026657 597 eval "with_$ac_package='$ac_optarg'" ;;
c906108c
SS
598
599 -without-* | --without-*)
b7026657 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 601 # Reject names that are not valid shell variable names.
b7026657
AC
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" ;;
c906108c
SS
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
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=*)
b7026657 617 x_includes=$ac_optarg ;;
c906108c
SS
618
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=*)
b7026657 624 x_libraries=$ac_optarg ;;
c906108c 625
b7026657
AC
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
c906108c
SS
629 ;;
630
b7026657
AC
631 *=*)
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'"
639 export $ac_envvar ;;
640
c906108c 641 *)
b7026657
AC
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}
c906108c
SS
647 ;;
648
649 esac
650done
651
652if test -n "$ac_prev"; then
b7026657
AC
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; }; }
c906108c 656fi
c906108c 657
b7026657
AC
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667done
c906108c 668
b7026657
AC
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
c906108c 672do
b7026657
AC
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
c906108c
SS
678 esac
679done
680
b7026657
AC
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.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if 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
695 cross_compiling=yes
696 fi
697fi
c906108c 698
b7026657
AC
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
c906108c 703
c906108c
SS
704
705# Find the source files, if location was not specified.
706if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
b7026657
AC
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 ||
715echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
c906108c
SS
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725else
726 ac_srcdir_defaulted=no
727fi
728if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
b7026657
AC
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
c906108c 732 else
b7026657
AC
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
c906108c
SS
735 fi
736fi
b7026657
AC
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; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CPP_set=${CPP+set}
770ac_env_CPP_value=$CPP
771ac_cv_env_CPP_set=${CPP+set}
772ac_cv_env_CPP_value=$CPP
c906108c 773
b7026657
AC
774#
775# Report the --help message.
776#
777if 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.
780 cat <<_ACEOF
781\`configure' configures this package to adapt to many kinds of systems.
c906108c 782
b7026657 783Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 784
b7026657
AC
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 787
b7026657 788Defaults for the options are specified in brackets.
c906108c 789
b7026657
AC
790Configuration:
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 \`..']
800
801_ACEOF
802
803 cat <<_ACEOF
804Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
806 [$ac_default_prefix]
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
808 [PREFIX]
c906108c 809
b7026657
AC
810By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813for instance \`--prefix=\$HOME'.
c906108c 814
b7026657
AC
815For better control, use the options below.
816
817Fine 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]
830_ACEOF
831
832 cat <<\_ACEOF
833
834Program names:
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
838
839System types:
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]
843_ACEOF
c906108c 844fi
b7026657
AC
845
846if test -n "$ac_init_help"; then
847
848 cat <<\_ACEOF
849
850Optional Features:
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
b7026657
AC
853 --enable-maintainer-mode Enable developer functionality.
854 --enable-sim-bswap Use Host specific BSWAP instruction.
855 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
856 --enable-sim-debug=opts Enable debugging flags
857 --enable-sim-stdio Specify whether to use stdio for console input/output.
858 --enable-sim-trace=opts Enable tracing flags
859 --enable-sim-profile=opts Enable profiling flags
860 --enable-sim-endian=endian Specify target byte endian orientation.
861 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
862 --enable-sim-hostendian=end Specify host byte endian orientation.
863 --enable-build-warnings Enable build-time compiler warnings if gcc is used
864 --enable-gdb-build-warnings Enable SIM specific build-time compiler warnings if gcc is used
865 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction.
866 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
867
6efef468
JM
868Optional Packages:
869 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
870 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
871 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
872 --with-bugurl=URL Direct users to URL to report a bug
873
b7026657
AC
874Some 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>
881 CPP C preprocessor
882
883Use these variables to override the choices made by `configure' or to help
884it to find libraries and programs with nonstandard names/locations.
885
886_ACEOF
c906108c
SS
887fi
888
b7026657
AC
889if test "$ac_init_help" = "recursive"; then
890 # If there are subdirs, report their specific --help.
891 ac_popdir=`pwd`
892 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
893 test -d $ac_dir || continue
894 ac_builddir=.
c906108c 895
b7026657
AC
896if 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'`
c906108c 900else
b7026657 901 ac_dir_suffix= ac_top_builddir=
c906108c
SS
902fi
903
b7026657
AC
904case $srcdir in
905 .) # No --srcdir option. We are building in place.
906 ac_srcdir=.
907 if test -z "$ac_top_builddir"; then
908 ac_top_srcdir=.
909 else
910 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
911 fi ;;
912 [\\/]* | ?:[\\/]* ) # Absolute path.
913 ac_srcdir=$srcdir$ac_dir_suffix;
914 ac_top_srcdir=$srcdir ;;
915 *) # Relative path.
916 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
917 ac_top_srcdir=$ac_top_builddir$srcdir ;;
918esac
919
920# Do not use `cd foo && pwd` to compute absolute paths, because
921# the directories may not exist.
922case `pwd` in
923.) ac_abs_builddir="$ac_dir";;
924*)
925 case "$ac_dir" in
926 .) ac_abs_builddir=`pwd`;;
927 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
928 *) ac_abs_builddir=`pwd`/"$ac_dir";;
929 esac;;
930esac
931case $ac_abs_builddir in
932.) ac_abs_top_builddir=${ac_top_builddir}.;;
933*)
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}.;;
938 esac;;
939esac
940case $ac_abs_builddir in
941.) ac_abs_srcdir=$ac_srcdir;;
942*)
943 case $ac_srcdir in
944 .) ac_abs_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
946 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
947 esac;;
948esac
949case $ac_abs_builddir in
950.) ac_abs_top_srcdir=$ac_top_srcdir;;
951*)
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;;
956 esac;;
957esac
958
959 cd $ac_dir
960 # Check for guested configure; otherwise get Cygnus style configure.
961 if test -f $ac_srcdir/configure.gnu; then
962 echo
963 $SHELL $ac_srcdir/configure.gnu --help=recursive
964 elif test -f $ac_srcdir/configure; then
965 echo
966 $SHELL $ac_srcdir/configure --help=recursive
967 elif test -f $ac_srcdir/configure.ac ||
968 test -f $ac_srcdir/configure.in; then
969 echo
970 $ac_configure --help
971 else
972 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
973 fi
974 cd $ac_popdir
975 done
c906108c 976fi
b7026657
AC
977
978test -n "$ac_init_help" && exit 0
979if $ac_init_version; then
980 cat <<\_ACEOF
981
982Copyright (C) 2003 Free Software Foundation, Inc.
983This configure script is free software; the Free Software Foundation
984gives unlimited permission to copy, distribute and modify it.
985_ACEOF
986 exit 0
987fi
988exec 5>config.log
989cat >&5 <<_ACEOF
990This file contains any messages produced by compilers while
991running configure, to aid debugging if configure makes a mistake.
992
993It was created by $as_me, which was
994generated by GNU Autoconf 2.59. Invocation command line was
995
996 $ $0 $@
997
998_ACEOF
999{
1000cat <<_ASUNAME
1001## --------- ##
1002## Platform. ##
1003## --------- ##
1004
1005hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1006uname -m = `(uname -m) 2>/dev/null || echo unknown`
1007uname -r = `(uname -r) 2>/dev/null || echo unknown`
1008uname -s = `(uname -s) 2>/dev/null || echo unknown`
1009uname -v = `(uname -v) 2>/dev/null || echo unknown`
1010
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`
1013
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`
1017hostinfo = `(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`
1021
1022_ASUNAME
1023
1024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1025for as_dir in $PATH
1026do
1027 IFS=$as_save_IFS
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1030done
1031
1032} >&5
1033
1034cat >&5 <<_ACEOF
1035
1036
1037## ----------- ##
1038## Core tests. ##
1039## ----------- ##
1040
1041_ACEOF
1042
1043
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.
1049ac_configure_args=
1050ac_configure_args0=
1051ac_configure_args1=
1052ac_sep=
1053ac_must_keep_next=false
1054for ac_pass in 1 2
1055do
1056 for ac_arg
1057 do
1058 case $ac_arg in
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)
1062 continue ;;
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1065 esac
1066 case $ac_pass in
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1068 2)
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.
1072 else
1073 case $ac_arg in
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 ;;
1080 esac
1081 ;;
1082 -* ) ac_must_keep_next=true ;;
1083 esac
1084 fi
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1087 ac_sep=" "
1088 ;;
1089 esac
1090 done
1091done
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; }
1094
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.
1100trap 'exit_status=$?
1101 # Save into config.log some information that might help in debugging.
1102 {
1103 echo
1104
1105 cat <<\_ASBOX
1106## ---------------- ##
1107## Cache variables. ##
1108## ---------------- ##
1109_ASBOX
1110 echo
1111 # The following way of writing the cache mishandles newlines in values,
1112{
1113 (set) 2>&1 |
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1115 *ac_space=\ *)
1116 sed -n \
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1119 ;;
1120 *)
1121 sed -n \
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1123 ;;
1124 esac;
1125}
1126 echo
1127
1128 cat <<\_ASBOX
1129## ----------------- ##
1130## Output variables. ##
1131## ----------------- ##
1132_ASBOX
1133 echo
1134 for ac_var in $ac_subst_vars
1135 do
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1138 done | sort
1139 echo
1140
1141 if test -n "$ac_subst_files"; then
1142 cat <<\_ASBOX
1143## ------------- ##
1144## Output files. ##
1145## ------------- ##
1146_ASBOX
1147 echo
1148 for ac_var in $ac_subst_files
1149 do
1150 eval ac_val=$`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1152 done | sort
1153 echo
1154 fi
1155
1156 if test -s confdefs.h; then
1157 cat <<\_ASBOX
1158## ----------- ##
1159## confdefs.h. ##
1160## ----------- ##
1161_ASBOX
1162 echo
1163 sed "/^$/d" confdefs.h | sort
1164 echo
1165 fi
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1169 } >&5
1170 rm -f core *.core &&
1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1172 exit $exit_status
1173 ' 0
1174for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1176done
1177ac_signal=0
1178
1179# confdefs.h avoids OS command line length limits that DEFS can exceed.
1180rm -rf conftest* confdefs.h
1181# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1182echo >confdefs.h
1183
1184# Predefined preprocessor variables.
1185
1186cat >>confdefs.h <<_ACEOF
1187#define PACKAGE_NAME "$PACKAGE_NAME"
1188_ACEOF
1189
1190
1191cat >>confdefs.h <<_ACEOF
1192#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1193_ACEOF
1194
1195
1196cat >>confdefs.h <<_ACEOF
1197#define PACKAGE_VERSION "$PACKAGE_VERSION"
1198_ACEOF
1199
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_STRING "$PACKAGE_STRING"
1203_ACEOF
1204
1205
1206cat >>confdefs.h <<_ACEOF
1207#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1208_ACEOF
1209
1210
1211# Let the site file select an alternate cache file if it wants to.
1212# Prefer explicitly selected file to automatically selected ones.
1213if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1216 else
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1218 fi
1219fi
1220for 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
1223echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's/^/| /' "$ac_site_file" >&5
1225 . "$ac_site_file"
1226 fi
1227done
1228
1229if 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
1234echo "$as_me: loading cache $cache_file" >&6;}
1235 case $cache_file in
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1238 esac
1239 fi
1240else
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242echo "$as_me: creating cache $cache_file" >&6;}
1243 >$cache_file
1244fi
1245
1246# Check that the precious variables saved in the cache have kept the same
1247# value.
1248ac_cache_corrupted=false
1249for 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
1256 set,)
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1258echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1260 ,set)
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1262echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1264 ,);;
1265 *)
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
1268echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1270echo "$as_me: former value: $ac_old_val" >&2;}
1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1272echo "$as_me: current value: $ac_new_val" >&2;}
1273 ac_cache_corrupted=:
1274 fi;;
1275 esac
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1278 case $ac_new_val in
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1282 esac
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'" ;;
1286 esac
1287 fi
1288done
1289if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291echo "$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
1293echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1295fi
1296
1297ac_ext=c
1298ac_cpp='$CPP $CPPFLAGS'
1299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1301ac_compiler_gnu=$ac_cv_c_compiler_gnu
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
35695fd6
AC
1321 ac_config_headers="$ac_config_headers config.h:config.in"
1322
1323
1324# This file contains common code used by all simulators.
1325#
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.
1330#
1331# The simulator's configure.in should look like:
1332#
1333# dnl Process this file with autoconf to produce a configure script.
1334# sinclude(../common/aclocal.m4)
1335# AC_PREREQ(2.5)dnl
1336# AC_INIT(Makefile.in)
1337#
1338# SIM_AC_COMMON
1339#
1340# ... target specific stuff ...
1341#
1342# SIM_AC_OUTPUT
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391sim_inline="-DDEFAULT_INLINE=0"
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
20e95c23 1428# intl sister-directory configuration rules.
35695fd6 1429#
35695fd6 1430
20e95c23
DJ
1431# The idea behind this macro is that there's no need to repeat all the
1432# autoconf probes done by the intl directory - it's already done them
1433# for us. In fact, there's no need even to look at the cache for the
1434# answers. All we need to do is nab a few pieces of information.
1435# The intl directory is set up to make this easy, by generating a
1436# small file which can be sourced as a shell script; then we produce
1437# the necessary substitutions and definitions for this directory.
35695fd6
AC
1438
1439
6efef468
JM
1440
1441# Autoconf M4 include file defining utility macros for complex Canadian
1442# cross builds.
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452####
1453# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
1454# or AC_INIT.
1455# These demand that AC_CANONICAL_SYSTEM be called beforehand.
1456
1457####
1458# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1459# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
1460
1461
1462####
1463# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
1464# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
1465
1466
1467
1468# Backported from Autoconf 2.5x; can go away when and if
1469# we switch. Put the OS path separator in $PATH_SEPARATOR.
1470
1471
1472
1473
1474# ACX_HAVE_GCC_FOR_TARGET
1475# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
1476
1477
1478# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
1479# Searching for installed target binutils. We need to take extra care,
1480# else we may find the wrong assembler, linker, etc., and lose.
1481#
1482# First try --with-build-time-tools, if specified.
1483#
1484# For build != host, we ask the installed GCC for the name of the tool it
1485# uses, and accept it if it is an absolute path. This is because the
1486# only good choice for a compiler is the same GCC version that is being
1487# installed (or we couldn't make target libraries), and we assume that
1488# on the host system we'll have not only the same GCC version, but also
1489# the same binutils version.
1490#
1491# For build == host, search the same directories that the installed
1492# compiler will search. We used to do this for the assembler, linker,
1493# and nm only; for simplicity of configuration, however, we extend this
1494# criterion to tools (such as ar and ranlib) that are never invoked by
1495# the compiler, to avoid mismatches.
1496#
1497# Also note we have to check MD_EXEC_PREFIX before checking the user's path
1498# if build == target. This makes the most sense only when bootstrapping,
1499# but we also do so when build != host. In this case, we hope that the
1500# build and host systems will have similar contents of MD_EXEC_PREFIX.
1501#
1502# If we do not find a suitable binary, then try the user's path.
1503
1504
1505###
1506# AC_PROG_CPP_WERROR
1507# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
1508# triggers warnings from the preprocessor. Will be in autoconf 2.58.
1509# For now, using this also overrides header checks to use only the
1510# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
1511# bit harder from here).
1512# Eventually autoconf will default to checking headers with the compiler
1513# instead, and we'll have to do this differently.
1514
1515# AC_PROG_CPP_WERROR
1516
1517# Test for GNAT.
1518# We require the gnatbind program, and a compiler driver that
1519# understands Ada. We use the user's CC setting, already found,
1520# and possibly add $1 to the command-line parameters.
1521#
1522# Sets the shell variable have_gnat to yes or no as appropriate, and
1523# substitutes GNATBIND and GNATMAKE.
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
35695fd6
AC
1544
1545
1546
1547
b7026657 1548
35695fd6
AC
1549# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
1550# it by inlining the macro's contents.
f0569246
AC
1551# This file contains common code used by all simulators.
1552#
1553# common.m4 invokes AC macros used by all simulators and by the common
1554# directory. It is intended to be included before any target specific
1555# stuff. SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1556# the Makefile. It is intended to be invoked last.
1557#
1558# The simulator's configure.in should look like:
1559#
1560# dnl Process this file with autoconf to produce a configure script.
1561# AC_PREREQ(2.5)dnl
1562# AC_INIT(Makefile.in)
35695fd6 1563# AC_CONFIG_HEADER(config.h:config.in)
f0569246 1564#
35695fd6 1565# sinclude(../common/aclocal.m4)
f0569246
AC
1566# sinclude(../common/common.m4)
1567#
1568# ... target specific stuff ...
1569
38f48d72
AC
1570ac_aux_dir=
1571for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1572 if test -f $ac_dir/install-sh; then
1573 ac_aux_dir=$ac_dir
1574 ac_install_sh="$ac_aux_dir/install-sh -c"
1575 break
1576 elif test -f $ac_dir/install.sh; then
1577 ac_aux_dir=$ac_dir
1578 ac_install_sh="$ac_aux_dir/install.sh -c"
1579 break
1580 elif test -f $ac_dir/shtool; then
1581 ac_aux_dir=$ac_dir
1582 ac_install_sh="$ac_aux_dir/shtool install -c"
1583 break
1584 fi
1585done
1586if test -z "$ac_aux_dir"; then
1587 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1588echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1589 { (exit 1); exit 1; }; }
1590fi
1591ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1592ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1593ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1594
b7026657
AC
1595# Make sure we can run config.sub.
1596$ac_config_sub sun4 >/dev/null 2>&1 ||
1597 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1598echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1599 { (exit 1); exit 1; }; }
1600
1601echo "$as_me:$LINENO: checking build system type" >&5
1602echo $ECHO_N "checking build system type... $ECHO_C" >&6
1603if test "${ac_cv_build+set}" = set; then
1604 echo $ECHO_N "(cached) $ECHO_C" >&6
1605else
1606 ac_cv_build_alias=$build_alias
1607test -z "$ac_cv_build_alias" &&
1608 ac_cv_build_alias=`$ac_config_guess`
1609test -z "$ac_cv_build_alias" &&
1610 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1611echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1612 { (exit 1); exit 1; }; }
1613ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1614 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1615echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1616 { (exit 1); exit 1; }; }
1617
1618fi
1619echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1620echo "${ECHO_T}$ac_cv_build" >&6
1621build=$ac_cv_build
1622build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1623build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1624build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1625
1626
1627echo "$as_me:$LINENO: checking host system type" >&5
1628echo $ECHO_N "checking host system type... $ECHO_C" >&6
1629if test "${ac_cv_host+set}" = set; then
1630 echo $ECHO_N "(cached) $ECHO_C" >&6
1631else
1632 ac_cv_host_alias=$host_alias
1633test -z "$ac_cv_host_alias" &&
1634 ac_cv_host_alias=$ac_cv_build_alias
1635ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1636 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1637echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1638 { (exit 1); exit 1; }; }
1639
1640fi
1641echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1642echo "${ECHO_T}$ac_cv_host" >&6
1643host=$ac_cv_host
1644host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1645host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1646host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1647
1648
f0569246
AC
1649echo "$as_me:$LINENO: checking target system type" >&5
1650echo $ECHO_N "checking target system type... $ECHO_C" >&6
1651if test "${ac_cv_target+set}" = set; then
b7026657
AC
1652 echo $ECHO_N "(cached) $ECHO_C" >&6
1653else
f0569246
AC
1654 ac_cv_target_alias=$target_alias
1655test "x$ac_cv_target_alias" = "x" &&
1656 ac_cv_target_alias=$ac_cv_host_alias
1657ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1658 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1659echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1660 { (exit 1); exit 1; }; }
1661
1662fi
1663echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1664echo "${ECHO_T}$ac_cv_target" >&6
1665target=$ac_cv_target
1666target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1667target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1668target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1669
1670
1671# The aliases save the names the user supplied, while $host etc.
1672# will get canonicalized.
1673test -n "$target_alias" &&
1674 test "$program_prefix$program_suffix$program_transform_name" = \
1675 NONENONEs,x,x, &&
1676 program_prefix=${target_alias}-
1677test "$program_prefix" != NONE &&
1678 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1679# Use a double $ so make ignores it.
1680test "$program_suffix" != NONE &&
1681 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1682# Double any \ or $. echo might interpret backslashes.
1683# By default was `s,x,x', remove it if useless.
1684cat <<\_ACEOF >conftest.sed
1685s/[\\$]/&&/g;s/;s,x,x,$//
b7026657 1686_ACEOF
f0569246
AC
1687program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1688rm conftest.sed
1689
1690ac_ext=c
1691ac_cpp='$CPP $CPPFLAGS'
1692ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1693ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1694ac_compiler_gnu=$ac_cv_c_compiler_gnu
1695if test -n "$ac_tool_prefix"; then
1696 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1697set dummy ${ac_tool_prefix}gcc; ac_word=$2
1698echo "$as_me:$LINENO: checking for $ac_word" >&5
1699echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1700if test "${ac_cv_prog_CC+set}" = set; then
1701 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1702else
f0569246
AC
1703 if test -n "$CC"; then
1704 ac_cv_prog_CC="$CC" # Let the user override the test.
1705else
1706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1707for as_dir in $PATH
1708do
1709 IFS=$as_save_IFS
1710 test -z "$as_dir" && as_dir=.
1711 for ac_exec_ext in '' $ac_executable_extensions; do
1712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1713 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1715 break 2
1716 fi
1717done
1718done
1719
b7026657 1720fi
b7026657 1721fi
f0569246
AC
1722CC=$ac_cv_prog_CC
1723if test -n "$CC"; then
1724 echo "$as_me:$LINENO: result: $CC" >&5
1725echo "${ECHO_T}$CC" >&6
b7026657
AC
1726else
1727 echo "$as_me:$LINENO: result: no" >&5
1728echo "${ECHO_T}no" >&6
b7026657
AC
1729fi
1730
f0569246
AC
1731fi
1732if test -z "$ac_cv_prog_CC"; then
1733 ac_ct_CC=$CC
1734 # Extract the first word of "gcc", so it can be a program name with args.
1735set dummy gcc; ac_word=$2
1736echo "$as_me:$LINENO: checking for $ac_word" >&5
1737echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1738if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
b7026657
AC
1739 echo $ECHO_N "(cached) $ECHO_C" >&6
1740else
f0569246
AC
1741 if test -n "$ac_ct_CC"; then
1742 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1743else
1744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1745for as_dir in $PATH
1746do
1747 IFS=$as_save_IFS
1748 test -z "$as_dir" && as_dir=.
1749 for ac_exec_ext in '' $ac_executable_extensions; do
1750 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1751 ac_cv_prog_ac_ct_CC="gcc"
1752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1753 break 2
1754 fi
1755done
1756done
b7026657 1757
f0569246
AC
1758fi
1759fi
1760ac_ct_CC=$ac_cv_prog_ac_ct_CC
1761if test -n "$ac_ct_CC"; then
1762 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1763echo "${ECHO_T}$ac_ct_CC" >&6
b7026657 1764else
f0569246
AC
1765 echo "$as_me:$LINENO: result: no" >&5
1766echo "${ECHO_T}no" >&6
1767fi
b7026657 1768
f0569246
AC
1769 CC=$ac_ct_CC
1770else
1771 CC="$ac_cv_prog_CC"
b7026657 1772fi
b7026657 1773
f0569246
AC
1774if test -z "$CC"; then
1775 if test -n "$ac_tool_prefix"; then
1776 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1777set dummy ${ac_tool_prefix}cc; ac_word=$2
1778echo "$as_me:$LINENO: checking for $ac_word" >&5
1779echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1780if test "${ac_cv_prog_CC+set}" = set; then
1781 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1782else
f0569246
AC
1783 if test -n "$CC"; then
1784 ac_cv_prog_CC="$CC" # Let the user override the test.
1785else
1786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1787for as_dir in $PATH
1788do
1789 IFS=$as_save_IFS
1790 test -z "$as_dir" && as_dir=.
1791 for ac_exec_ext in '' $ac_executable_extensions; do
1792 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1793 ac_cv_prog_CC="${ac_tool_prefix}cc"
1794 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1795 break 2
1796 fi
1797done
1798done
b7026657
AC
1799
1800fi
b7026657 1801fi
f0569246
AC
1802CC=$ac_cv_prog_CC
1803if test -n "$CC"; then
1804 echo "$as_me:$LINENO: result: $CC" >&5
1805echo "${ECHO_T}$CC" >&6
1806else
1807 echo "$as_me:$LINENO: result: no" >&5
1808echo "${ECHO_T}no" >&6
b7026657
AC
1809fi
1810
b7026657 1811fi
f0569246
AC
1812if test -z "$ac_cv_prog_CC"; then
1813 ac_ct_CC=$CC
1814 # Extract the first word of "cc", so it can be a program name with args.
1815set dummy cc; ac_word=$2
1816echo "$as_me:$LINENO: checking for $ac_word" >&5
1817echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1818if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1819 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1820else
f0569246
AC
1821 if test -n "$ac_ct_CC"; then
1822 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1823else
1824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1825for as_dir in $PATH
b7026657 1826do
f0569246
AC
1827 IFS=$as_save_IFS
1828 test -z "$as_dir" && as_dir=.
1829 for ac_exec_ext in '' $ac_executable_extensions; do
1830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1831 ac_cv_prog_ac_ct_CC="cc"
1832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1833 break 2
b7026657 1834 fi
f0569246
AC
1835done
1836done
1837
b7026657 1838fi
f0569246
AC
1839fi
1840ac_ct_CC=$ac_cv_prog_ac_ct_CC
1841if test -n "$ac_ct_CC"; then
1842 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1843echo "${ECHO_T}$ac_ct_CC" >&6
b7026657 1844else
f0569246
AC
1845 echo "$as_me:$LINENO: result: no" >&5
1846echo "${ECHO_T}no" >&6
b7026657 1847fi
b7026657 1848
f0569246 1849 CC=$ac_ct_CC
b7026657 1850else
f0569246 1851 CC="$ac_cv_prog_CC"
b7026657 1852fi
b7026657 1853
b7026657 1854fi
f0569246
AC
1855if test -z "$CC"; then
1856 # Extract the first word of "cc", so it can be a program name with args.
1857set dummy cc; ac_word=$2
1858echo "$as_me:$LINENO: checking for $ac_word" >&5
1859echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1860if test "${ac_cv_prog_CC+set}" = set; then
1861 echo $ECHO_N "(cached) $ECHO_C" >&6
1862else
1863 if test -n "$CC"; then
1864 ac_cv_prog_CC="$CC" # Let the user override the test.
1865else
1866 ac_prog_rejected=no
1867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1868for as_dir in $PATH
1869do
1870 IFS=$as_save_IFS
1871 test -z "$as_dir" && as_dir=.
1872 for ac_exec_ext in '' $ac_executable_extensions; do
1873 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1874 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1875 ac_prog_rejected=yes
1876 continue
1877 fi
1878 ac_cv_prog_CC="cc"
1879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1880 break 2
1881 fi
1882done
b7026657 1883done
b7026657 1884
f0569246
AC
1885if test $ac_prog_rejected = yes; then
1886 # We found a bogon in the path, so make sure we never use it.
1887 set dummy $ac_cv_prog_CC
1888 shift
1889 if test $# != 0; then
1890 # We chose a different compiler from the bogus one.
1891 # However, it has the same basename, so the bogon will be chosen
1892 # first if we set CC to just the basename; use the full file name.
1893 shift
1894 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1895 fi
b7026657 1896fi
f0569246
AC
1897fi
1898fi
1899CC=$ac_cv_prog_CC
1900if test -n "$CC"; then
1901 echo "$as_me:$LINENO: result: $CC" >&5
1902echo "${ECHO_T}$CC" >&6
b7026657 1903else
f0569246
AC
1904 echo "$as_me:$LINENO: result: no" >&5
1905echo "${ECHO_T}no" >&6
b7026657 1906fi
f0569246
AC
1907
1908fi
1909if test -z "$CC"; then
1910 if test -n "$ac_tool_prefix"; then
1911 for ac_prog in cl
1912 do
1913 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1914set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1915echo "$as_me:$LINENO: checking for $ac_word" >&5
1916echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1917if test "${ac_cv_prog_CC+set}" = set; then
1918 echo $ECHO_N "(cached) $ECHO_C" >&6
1919else
1920 if test -n "$CC"; then
1921 ac_cv_prog_CC="$CC" # Let the user override the test.
1922else
1923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1924for as_dir in $PATH
b7026657 1925do
f0569246
AC
1926 IFS=$as_save_IFS
1927 test -z "$as_dir" && as_dir=.
1928 for ac_exec_ext in '' $ac_executable_extensions; do
1929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1930 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1932 break 2
b7026657 1933 fi
f0569246
AC
1934done
1935done
1936
b7026657 1937fi
f0569246
AC
1938fi
1939CC=$ac_cv_prog_CC
1940if test -n "$CC"; then
1941 echo "$as_me:$LINENO: result: $CC" >&5
1942echo "${ECHO_T}$CC" >&6
b7026657 1943else
f0569246
AC
1944 echo "$as_me:$LINENO: result: no" >&5
1945echo "${ECHO_T}no" >&6
b7026657 1946fi
b7026657 1947
f0569246
AC
1948 test -n "$CC" && break
1949 done
c906108c 1950fi
f0569246
AC
1951if test -z "$CC"; then
1952 ac_ct_CC=$CC
1953 for ac_prog in cl
b7026657 1954do
f0569246
AC
1955 # Extract the first word of "$ac_prog", so it can be a program name with args.
1956set dummy $ac_prog; ac_word=$2
1957echo "$as_me:$LINENO: checking for $ac_word" >&5
1958echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1959if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1960 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1961else
f0569246
AC
1962 if test -n "$ac_ct_CC"; then
1963 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1964else
1965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966for as_dir in $PATH
1967do
1968 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=.
1970 for ac_exec_ext in '' $ac_executable_extensions; do
1971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972 ac_cv_prog_ac_ct_CC="$ac_prog"
1973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1974 break 2
1975 fi
1976done
1977done
b7026657
AC
1978
1979fi
f0569246
AC
1980fi
1981ac_ct_CC=$ac_cv_prog_ac_ct_CC
1982if test -n "$ac_ct_CC"; then
1983 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1984echo "${ECHO_T}$ac_ct_CC" >&6
1985else
1986 echo "$as_me:$LINENO: result: no" >&5
1987echo "${ECHO_T}no" >&6
1988fi
1989
1990 test -n "$ac_ct_CC" && break
b7026657 1991done
b7026657 1992
f0569246 1993 CC=$ac_ct_CC
b7026657
AC
1994fi
1995
f0569246 1996fi
b7026657 1997
f0569246
AC
1998
1999test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2000See \`config.log' for more details." >&5
2001echo "$as_me: error: no acceptable C compiler found in \$PATH
2002See \`config.log' for more details." >&2;}
2003 { (exit 1); exit 1; }; }
2004
2005# Provide some information about the compiler.
2006echo "$as_me:$LINENO:" \
2007 "checking for C compiler version" >&5
2008ac_compiler=`set X $ac_compile; echo $2`
2009{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2010 (eval $ac_compiler --version </dev/null >&5) 2>&5
b7026657 2011 ac_status=$?
b7026657 2012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2013 (exit $ac_status); }
2014{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2015 (eval $ac_compiler -v </dev/null >&5) 2>&5
b7026657
AC
2016 ac_status=$?
2017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2018 (exit $ac_status); }
2019{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2020 (eval $ac_compiler -V </dev/null >&5) 2>&5
b7026657
AC
2021 ac_status=$?
2022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2023 (exit $ac_status); }
2024
2025cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
2026/* confdefs.h. */
2027_ACEOF
2028cat confdefs.h >>conftest.$ac_ext
2029cat >>conftest.$ac_ext <<_ACEOF
2030/* end confdefs.h. */
f0569246 2031
b7026657
AC
2032int
2033main ()
2034{
f0569246 2035
b7026657
AC
2036 ;
2037 return 0;
2038}
2039_ACEOF
f0569246
AC
2040ac_clean_files_save=$ac_clean_files
2041ac_clean_files="$ac_clean_files a.out a.exe b.out"
2042# Try to create an executable without -o first, disregard a.out.
2043# It will help us diagnose broken compilers, and finding out an intuition
2044# of exeext.
2045echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2046echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2047ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2048if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2049 (eval $ac_link_default) 2>&5
b7026657 2050 ac_status=$?
b7026657 2051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2052 (exit $ac_status); }; then
2053 # Find the output, starting from the most likely. This scheme is
2054# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2055# resort.
2056
2057# Be careful to initialize this variable, since it used to be cached.
2058# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2059ac_cv_exeext=
2060# b.out is created by i960 compilers.
2061for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2062do
2063 test -f "$ac_file" || continue
2064 case $ac_file in
2065 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2066 ;;
2067 conftest.$ac_ext )
2068 # This is the source file.
2069 ;;
2070 [ab].out )
2071 # We found the default executable, but exeext='' is most
2072 # certainly right.
2073 break;;
2074 *.* )
2075 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2076 # FIXME: I believe we export ac_cv_exeext for Libtool,
2077 # but it would be cool to find out if it's true. Does anybody
2078 # maintain Libtool? --akim.
2079 export ac_cv_exeext
2080 break;;
2081 * )
2082 break;;
2083 esac
2084done
2085else
2086 echo "$as_me: failed program was:" >&5
2087sed 's/^/| /' conftest.$ac_ext >&5
2088
2089{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
2090See \`config.log' for more details." >&5
2091echo "$as_me: error: C compiler cannot create executables
2092See \`config.log' for more details." >&2;}
2093 { (exit 77); exit 77; }; }
2094fi
2095
2096ac_exeext=$ac_cv_exeext
2097echo "$as_me:$LINENO: result: $ac_file" >&5
2098echo "${ECHO_T}$ac_file" >&6
2099
2100# Check the compiler produces executables we can run. If not, either
2101# the compiler is broken, or we cross compile.
2102echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2103echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2104# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2105# If not cross compiling, check that we can run a simple program.
2106if test "$cross_compiling" != yes; then
2107 if { ac_try='./$ac_file'
b7026657
AC
2108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2109 (eval $ac_try) 2>&5
2110 ac_status=$?
2111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2112 (exit $ac_status); }; }; then
2113 cross_compiling=no
2114 else
2115 if test "$cross_compiling" = maybe; then
2116 cross_compiling=yes
2117 else
2118 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2119If you meant to cross compile, use \`--host'.
2120See \`config.log' for more details." >&5
2121echo "$as_me: error: cannot run C compiled programs.
2122If you meant to cross compile, use \`--host'.
2123See \`config.log' for more details." >&2;}
2124 { (exit 1); exit 1; }; }
2125 fi
2126 fi
2127fi
2128echo "$as_me:$LINENO: result: yes" >&5
2129echo "${ECHO_T}yes" >&6
2130
2131rm -f a.out a.exe conftest$ac_cv_exeext b.out
2132ac_clean_files=$ac_clean_files_save
2133# Check the compiler produces executables we can run. If not, either
2134# the compiler is broken, or we cross compile.
2135echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2136echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2137echo "$as_me:$LINENO: result: $cross_compiling" >&5
2138echo "${ECHO_T}$cross_compiling" >&6
2139
2140echo "$as_me:$LINENO: checking for suffix of executables" >&5
2141echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2142if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2143 (eval $ac_link) 2>&5
2144 ac_status=$?
2145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2146 (exit $ac_status); }; then
2147 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2148# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2149# work properly (i.e., refer to `conftest.exe'), while it won't with
2150# `rm'.
2151for ac_file in conftest.exe conftest conftest.*; do
2152 test -f "$ac_file" || continue
2153 case $ac_file in
2154 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2155 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2156 export ac_cv_exeext
2157 break;;
2158 * ) break;;
2159 esac
2160done
2161else
2162 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2163See \`config.log' for more details." >&5
2164echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2165See \`config.log' for more details." >&2;}
2166 { (exit 1); exit 1; }; }
2167fi
2168
2169rm -f conftest$ac_cv_exeext
2170echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2171echo "${ECHO_T}$ac_cv_exeext" >&6
2172
2173rm -f conftest.$ac_ext
2174EXEEXT=$ac_cv_exeext
2175ac_exeext=$EXEEXT
2176echo "$as_me:$LINENO: checking for suffix of object files" >&5
2177echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2178if test "${ac_cv_objext+set}" = set; then
2179 echo $ECHO_N "(cached) $ECHO_C" >&6
2180else
2181 cat >conftest.$ac_ext <<_ACEOF
2182/* confdefs.h. */
2183_ACEOF
2184cat confdefs.h >>conftest.$ac_ext
2185cat >>conftest.$ac_ext <<_ACEOF
2186/* end confdefs.h. */
2187
2188int
2189main ()
2190{
2191
2192 ;
2193 return 0;
2194}
2195_ACEOF
2196rm -f conftest.o conftest.obj
2197if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2198 (eval $ac_compile) 2>&5
b7026657
AC
2199 ac_status=$?
2200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2201 (exit $ac_status); }; then
2202 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2203 case $ac_file in
2204 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2205 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2206 break;;
2207 esac
2208done
b7026657
AC
2209else
2210 echo "$as_me: failed program was:" >&5
2211sed 's/^/| /' conftest.$ac_ext >&5
2212
f0569246
AC
2213{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2214See \`config.log' for more details." >&5
2215echo "$as_me: error: cannot compute suffix of object files: cannot compile
2216See \`config.log' for more details." >&2;}
2217 { (exit 1); exit 1; }; }
b7026657 2218fi
f0569246
AC
2219
2220rm -f conftest.$ac_cv_objext conftest.$ac_ext
2221fi
2222echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2223echo "${ECHO_T}$ac_cv_objext" >&6
2224OBJEXT=$ac_cv_objext
2225ac_objext=$OBJEXT
2226echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2227echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2228if test "${ac_cv_c_compiler_gnu+set}" = set; then
2229 echo $ECHO_N "(cached) $ECHO_C" >&6
2230else
b7026657
AC
2231 cat >conftest.$ac_ext <<_ACEOF
2232/* confdefs.h. */
2233_ACEOF
2234cat confdefs.h >>conftest.$ac_ext
2235cat >>conftest.$ac_ext <<_ACEOF
2236/* end confdefs.h. */
f0569246 2237
b7026657
AC
2238int
2239main ()
2240{
f0569246
AC
2241#ifndef __GNUC__
2242 choke me
2243#endif
2244
b7026657
AC
2245 ;
2246 return 0;
2247}
2248_ACEOF
2249rm -f conftest.$ac_objext
2250if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2251 (eval $ac_compile) 2>conftest.er1
2252 ac_status=$?
2253 grep -v '^ *+' conftest.er1 >conftest.err
2254 rm -f conftest.er1
2255 cat conftest.err >&5
2256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257 (exit $ac_status); } &&
2258 { ac_try='test -z "$ac_c_werror_flag"
2259 || test ! -s conftest.err'
2260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2261 (eval $ac_try) 2>&5
2262 ac_status=$?
2263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2264 (exit $ac_status); }; } &&
2265 { ac_try='test -s conftest.$ac_objext'
2266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2267 (eval $ac_try) 2>&5
2268 ac_status=$?
2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2270 (exit $ac_status); }; }; then
f0569246
AC
2271 ac_compiler_gnu=yes
2272else
2273 echo "$as_me: failed program was:" >&5
2274sed 's/^/| /' conftest.$ac_ext >&5
b7026657 2275
f0569246
AC
2276ac_compiler_gnu=no
2277fi
2278rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2279ac_cv_c_compiler_gnu=$ac_compiler_gnu
b7026657 2280
b7026657 2281fi
f0569246
AC
2282echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2283echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2284GCC=`test $ac_compiler_gnu = yes && echo yes`
2285ac_test_CFLAGS=${CFLAGS+set}
2286ac_save_CFLAGS=$CFLAGS
2287CFLAGS="-g"
2288echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2289echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2290if test "${ac_cv_prog_cc_g+set}" = set; then
2291 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 2292else
f0569246 2293 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
2294/* confdefs.h. */
2295_ACEOF
2296cat confdefs.h >>conftest.$ac_ext
2297cat >>conftest.$ac_ext <<_ACEOF
2298/* end confdefs.h. */
f0569246
AC
2299
2300int
2301main ()
2302{
2303
2304 ;
2305 return 0;
2306}
b7026657
AC
2307_ACEOF
2308rm -f conftest.$ac_objext
2309if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2310 (eval $ac_compile) 2>conftest.er1
2311 ac_status=$?
2312 grep -v '^ *+' conftest.er1 >conftest.err
2313 rm -f conftest.er1
2314 cat conftest.err >&5
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); } &&
2317 { ac_try='test -z "$ac_c_werror_flag"
2318 || test ! -s conftest.err'
2319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2320 (eval $ac_try) 2>&5
2321 ac_status=$?
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); }; } &&
2324 { ac_try='test -s conftest.$ac_objext'
2325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2326 (eval $ac_try) 2>&5
2327 ac_status=$?
2328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329 (exit $ac_status); }; }; then
f0569246 2330 ac_cv_prog_cc_g=yes
b7026657
AC
2331else
2332 echo "$as_me: failed program was:" >&5
2333sed 's/^/| /' conftest.$ac_ext >&5
2334
f0569246 2335ac_cv_prog_cc_g=no
b7026657
AC
2336fi
2337rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f0569246
AC
2338fi
2339echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2340echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2341if test "$ac_test_CFLAGS" = set; then
2342 CFLAGS=$ac_save_CFLAGS
2343elif test $ac_cv_prog_cc_g = yes; then
2344 if test "$GCC" = yes; then
2345 CFLAGS="-g -O2"
2346 else
2347 CFLAGS="-g"
2348 fi
2349else
2350 if test "$GCC" = yes; then
2351 CFLAGS="-O2"
2352 else
2353 CFLAGS=
2354 fi
2355fi
2356echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2357echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2358if test "${ac_cv_prog_cc_stdc+set}" = set; then
2359 echo $ECHO_N "(cached) $ECHO_C" >&6
2360else
2361 ac_cv_prog_cc_stdc=no
2362ac_save_CC=$CC
b7026657
AC
2363cat >conftest.$ac_ext <<_ACEOF
2364/* confdefs.h. */
2365_ACEOF
2366cat confdefs.h >>conftest.$ac_ext
2367cat >>conftest.$ac_ext <<_ACEOF
2368/* end confdefs.h. */
f0569246
AC
2369#include <stdarg.h>
2370#include <stdio.h>
2371#include <sys/types.h>
2372#include <sys/stat.h>
2373/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2374struct buf { int x; };
2375FILE * (*rcsopen) (struct buf *, struct stat *, int);
2376static char *e (p, i)
2377 char **p;
2378 int i;
2379{
2380 return p[i];
2381}
2382static char *f (char * (*g) (char **, int), char **p, ...)
2383{
2384 char *s;
2385 va_list v;
2386 va_start (v,p);
2387 s = g (p, va_arg (v,int));
2388 va_end (v);
2389 return s;
2390}
2391
2392/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2393 function prototypes and stuff, but not '\xHH' hex character constants.
2394 These don't provoke an error unfortunately, instead are silently treated
2395 as 'x'. The following induces an error, until -std1 is added to get
2396 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2397 array size at least. It's necessary to write '\x00'==0 to get something
2398 that's true only with -std1. */
2399int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2400
2401int test (int i, double x);
2402struct s1 {int (*f) (int a);};
2403struct s2 {int (*f) (double a);};
2404int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2405int argc;
2406char **argv;
2407int
2408main ()
2409{
2410return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2411 ;
2412 return 0;
2413}
b7026657 2414_ACEOF
f0569246
AC
2415# Don't try gcc -ansi; that turns off useful extensions and
2416# breaks some systems' header files.
2417# AIX -qlanglvl=ansi
2418# Ultrix and OSF/1 -std1
2419# HP-UX 10.20 and later -Ae
2420# HP-UX older versions -Aa -D_HPUX_SOURCE
2421# SVR4 -Xc -D__EXTENSIONS__
2422for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2423do
2424 CC="$ac_save_CC $ac_arg"
2425 rm -f conftest.$ac_objext
2426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2427 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2428 ac_status=$?
2429 grep -v '^ *+' conftest.er1 >conftest.err
2430 rm -f conftest.er1
2431 cat conftest.err >&5
2432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2433 (exit $ac_status); } &&
2434 { ac_try='test -z "$ac_c_werror_flag"
2435 || test ! -s conftest.err'
2436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2437 (eval $ac_try) 2>&5
2438 ac_status=$?
2439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2440 (exit $ac_status); }; } &&
2441 { ac_try='test -s conftest.$ac_objext'
2442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2443 (eval $ac_try) 2>&5
2444 ac_status=$?
2445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2446 (exit $ac_status); }; }; then
2447 ac_cv_prog_cc_stdc=$ac_arg
2448break
b7026657
AC
2449else
2450 echo "$as_me: failed program was:" >&5
2451sed 's/^/| /' conftest.$ac_ext >&5
2452
b7026657 2453fi
f0569246 2454rm -f conftest.err conftest.$ac_objext
c906108c 2455done
f0569246
AC
2456rm -f conftest.$ac_ext conftest.$ac_objext
2457CC=$ac_save_CC
c906108c 2458
f0569246 2459fi
b7026657 2460
f0569246
AC
2461case "x$ac_cv_prog_cc_stdc" in
2462 x|xno)
2463 echo "$as_me:$LINENO: result: none needed" >&5
2464echo "${ECHO_T}none needed" >&6 ;;
2465 *)
2466 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2467echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2468 CC="$CC $ac_cv_prog_cc_stdc" ;;
2469esac
b7026657 2470
f0569246
AC
2471# Some people use a C++ compiler to compile C. Since we use `exit',
2472# in C++ we need to declare it. In case someone uses the same compiler
2473# for both compiling C and C++ we need to have the C++ compiler decide
2474# the declaration of exit, since it's the most demanding environment.
2475cat >conftest.$ac_ext <<_ACEOF
2476#ifndef __cplusplus
2477 choke me
2478#endif
2479_ACEOF
2480rm -f conftest.$ac_objext
2481if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2482 (eval $ac_compile) 2>conftest.er1
2483 ac_status=$?
2484 grep -v '^ *+' conftest.er1 >conftest.err
2485 rm -f conftest.er1
2486 cat conftest.err >&5
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); } &&
2489 { ac_try='test -z "$ac_c_werror_flag"
2490 || test ! -s conftest.err'
2491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2492 (eval $ac_try) 2>&5
2493 ac_status=$?
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); }; } &&
2496 { ac_try='test -s conftest.$ac_objext'
2497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2498 (eval $ac_try) 2>&5
2499 ac_status=$?
2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2501 (exit $ac_status); }; }; then
2502 for ac_declaration in \
2503 '' \
2504 'extern "C" void std::exit (int) throw (); using std::exit;' \
2505 'extern "C" void std::exit (int); using std::exit;' \
2506 'extern "C" void exit (int) throw ();' \
2507 'extern "C" void exit (int);' \
2508 'void exit (int);'
c906108c 2509do
b7026657
AC
2510 cat >conftest.$ac_ext <<_ACEOF
2511/* confdefs.h. */
2512_ACEOF
2513cat confdefs.h >>conftest.$ac_ext
2514cat >>conftest.$ac_ext <<_ACEOF
2515/* end confdefs.h. */
f0569246
AC
2516$ac_declaration
2517#include <stdlib.h>
b7026657
AC
2518int
2519main ()
2520{
f0569246 2521exit (42);
b7026657
AC
2522 ;
2523 return 0;
2524}
2525_ACEOF
f0569246
AC
2526rm -f conftest.$ac_objext
2527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2528 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2529 ac_status=$?
2530 grep -v '^ *+' conftest.er1 >conftest.err
2531 rm -f conftest.er1
2532 cat conftest.err >&5
2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2534 (exit $ac_status); } &&
2535 { ac_try='test -z "$ac_c_werror_flag"
2536 || test ! -s conftest.err'
2537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2538 (eval $ac_try) 2>&5
2539 ac_status=$?
2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541 (exit $ac_status); }; } &&
f0569246 2542 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
2543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2544 (eval $ac_try) 2>&5
2545 ac_status=$?
2546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547 (exit $ac_status); }; }; then
f0569246 2548 :
b7026657
AC
2549else
2550 echo "$as_me: failed program was:" >&5
2551sed 's/^/| /' conftest.$ac_ext >&5
2552
f0569246 2553continue
c906108c 2554fi
f0569246 2555rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657
AC
2556 cat >conftest.$ac_ext <<_ACEOF
2557/* confdefs.h. */
2558_ACEOF
2559cat confdefs.h >>conftest.$ac_ext
2560cat >>conftest.$ac_ext <<_ACEOF
2561/* end confdefs.h. */
f0569246 2562$ac_declaration
b7026657
AC
2563int
2564main ()
2565{
f0569246 2566exit (42);
b7026657
AC
2567 ;
2568 return 0;
2569}
2570_ACEOF
f0569246
AC
2571rm -f conftest.$ac_objext
2572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2573 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2574 ac_status=$?
2575 grep -v '^ *+' conftest.er1 >conftest.err
2576 rm -f conftest.er1
2577 cat conftest.err >&5
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579 (exit $ac_status); } &&
2580 { ac_try='test -z "$ac_c_werror_flag"
2581 || test ! -s conftest.err'
2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2583 (eval $ac_try) 2>&5
2584 ac_status=$?
2585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2586 (exit $ac_status); }; } &&
f0569246 2587 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
2588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2589 (eval $ac_try) 2>&5
2590 ac_status=$?
2591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2592 (exit $ac_status); }; }; then
f0569246
AC
2593 break
2594else
2595 echo "$as_me: failed program was:" >&5
2596sed 's/^/| /' conftest.$ac_ext >&5
2597
2598fi
2599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2600done
2601rm -f conftest*
2602if test -n "$ac_declaration"; then
2603 echo '#ifdef __cplusplus' >>confdefs.h
2604 echo $ac_declaration >>confdefs.h
2605 echo '#endif' >>confdefs.h
2606fi
2607
b7026657
AC
2608else
2609 echo "$as_me: failed program was:" >&5
2610sed 's/^/| /' conftest.$ac_ext >&5
2611
f0569246
AC
2612fi
2613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2614ac_ext=c
2615ac_cpp='$CPP $CPPFLAGS'
2616ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2617ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2618ac_compiler_gnu=$ac_cv_c_compiler_gnu
2619
2620# Find a good install program. We prefer a C program (faster),
2621# so one script is as good as another. But avoid the broken or
2622# incompatible versions:
2623# SysV /etc/install, /usr/sbin/install
2624# SunOS /usr/etc/install
2625# IRIX /sbin/install
2626# AIX /bin/install
2627# AmigaOS /C/install, which installs bootblocks on floppy discs
2628# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2629# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2630# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2631# OS/2's system install, which has a completely different semantic
2632# ./install, which can be erroneously created by make from ./install.sh.
2633echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2634echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2635if test -z "$INSTALL"; then
2636if test "${ac_cv_path_install+set}" = set; then
2637 echo $ECHO_N "(cached) $ECHO_C" >&6
2638else
2639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2640for as_dir in $PATH
2641do
2642 IFS=$as_save_IFS
2643 test -z "$as_dir" && as_dir=.
2644 # Account for people who put trailing slashes in PATH elements.
2645case $as_dir/ in
2646 ./ | .// | /cC/* | \
2647 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2648 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2649 /usr/ucb/* ) ;;
2650 *)
2651 # OSF1 and SCO ODT 3.0 have their own names for install.
2652 # Don't use installbsd from OSF since it installs stuff as root
2653 # by default.
2654 for ac_prog in ginstall scoinst install; do
2655 for ac_exec_ext in '' $ac_executable_extensions; do
2656 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2657 if test $ac_prog = install &&
2658 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2659 # AIX install. It has an incompatible calling convention.
2660 :
2661 elif test $ac_prog = install &&
2662 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2663 # program-specific install script used by HP pwplus--don't use.
2664 :
2665 else
2666 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2667 break 3
2668 fi
2669 fi
2670 done
2671 done
2672 ;;
2673esac
2674done
2675
2676
2677fi
2678 if test "${ac_cv_path_install+set}" = set; then
2679 INSTALL=$ac_cv_path_install
2680 else
2681 # As a last resort, use the slow shell script. We don't cache a
2682 # path for INSTALL within a source directory, because that will
2683 # break other packages using the cache if that directory is
2684 # removed, or if the path is relative.
2685 INSTALL=$ac_install_sh
2686 fi
2687fi
2688echo "$as_me:$LINENO: result: $INSTALL" >&5
2689echo "${ECHO_T}$INSTALL" >&6
2690
2691# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2692# It thinks the first close brace ends the variable substitution.
2693test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2694
2695test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2696
2697test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2698
c906108c 2699
f0569246
AC
2700# Put a plausible default for CC_FOR_BUILD in Makefile.
2701if test "x$cross_compiling" = "xno"; then
2702 CC_FOR_BUILD='$(CC)'
2703else
2704 CC_FOR_BUILD=gcc
c906108c 2705fi
c906108c 2706
c906108c 2707
c906108c 2708
f0569246
AC
2709
2710AR=${AR-ar}
2711
2712if test -n "$ac_tool_prefix"; then
2713 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2714set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2715echo "$as_me:$LINENO: checking for $ac_word" >&5
2716echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2717if test "${ac_cv_prog_RANLIB+set}" = set; then
b7026657
AC
2718 echo $ECHO_N "(cached) $ECHO_C" >&6
2719else
f0569246
AC
2720 if test -n "$RANLIB"; then
2721 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
c906108c 2722else
f0569246
AC
2723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2724for as_dir in $PATH
2725do
2726 IFS=$as_save_IFS
2727 test -z "$as_dir" && as_dir=.
2728 for ac_exec_ext in '' $ac_executable_extensions; do
2729 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2730 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2732 break 2
2733 fi
2734done
2735done
b7026657 2736
c906108c 2737fi
c906108c 2738fi
f0569246
AC
2739RANLIB=$ac_cv_prog_RANLIB
2740if test -n "$RANLIB"; then
2741 echo "$as_me:$LINENO: result: $RANLIB" >&5
2742echo "${ECHO_T}$RANLIB" >&6
2743else
2744 echo "$as_me:$LINENO: result: no" >&5
2745echo "${ECHO_T}no" >&6
2746fi
c906108c 2747
f0569246
AC
2748fi
2749if test -z "$ac_cv_prog_RANLIB"; then
2750 ac_ct_RANLIB=$RANLIB
2751 # Extract the first word of "ranlib", so it can be a program name with args.
2752set dummy ranlib; ac_word=$2
2753echo "$as_me:$LINENO: checking for $ac_word" >&5
2754echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2755if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2756 echo $ECHO_N "(cached) $ECHO_C" >&6
2757else
2758 if test -n "$ac_ct_RANLIB"; then
2759 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2760else
2761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2762for as_dir in $PATH
2763do
2764 IFS=$as_save_IFS
2765 test -z "$as_dir" && as_dir=.
2766 for ac_exec_ext in '' $ac_executable_extensions; do
2767 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2768 ac_cv_prog_ac_ct_RANLIB="ranlib"
2769 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2770 break 2
c906108c 2771 fi
f0569246
AC
2772done
2773done
2774
2775 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2776fi
2777fi
2778ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2779if test -n "$ac_ct_RANLIB"; then
2780 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2781echo "${ECHO_T}$ac_ct_RANLIB" >&6
2782else
2783 echo "$as_me:$LINENO: result: no" >&5
2784echo "${ECHO_T}no" >&6
2785fi
c906108c 2786
f0569246
AC
2787 RANLIB=$ac_ct_RANLIB
2788else
2789 RANLIB="$ac_cv_prog_RANLIB"
2790fi
c906108c 2791
c906108c 2792
f0569246 2793ALL_LINGUAS=
2f0122dc
DJ
2794# If we haven't got the data from the intl directory,
2795# assume NLS is disabled.
2796USE_NLS=no
2797LIBINTL=
2798LIBINTL_DEP=
2799INCINTL=
2800XGETTEXT=
2801GMSGFMT=
2802POSUB=
e85e3205
RE
2803
2804if test -f ../../intl/config.intl; then
2805 . ../../intl/config.intl
2f0122dc
DJ
2806fi
2807echo "$as_me:$LINENO: checking whether NLS is requested" >&5
2808echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
2809if test x"$USE_NLS" != xyes; then
2810 echo "$as_me:$LINENO: result: no" >&5
2811echo "${ECHO_T}no" >&6
2812else
2813 echo "$as_me:$LINENO: result: yes" >&5
2814echo "${ECHO_T}yes" >&6
2815
2816cat >>confdefs.h <<\_ACEOF
2817#define ENABLE_NLS 1
2818_ACEOF
2819
2820
2821 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
2822echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
2823 # Look for .po and .gmo files in the source directory.
2824 CATALOGS=
2825 XLINGUAS=
2826 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
2827 # If there aren't any .gmo files the shell will give us the
2828 # literal string "../path/to/srcdir/po/*.gmo" which has to be
2829 # weeded out.
2830 case "$cat" in *\**)
2831 continue;;
2832 esac
2833 # The quadruple backslash is collapsed to a double backslash
2834 # by the backticks, then collapsed again by the double quotes,
2835 # leaving us with one backslash in the sed expression (right
2836 # before the dot that mustn't act as a wildcard).
2837 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
2838 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
2839 # The user is allowed to set LINGUAS to a list of languages to
2840 # install catalogs for. If it's empty that means "all of them."
2841 if test "x$LINGUAS" = x; then
2842 CATALOGS="$CATALOGS $cat"
2843 XLINGUAS="$XLINGUAS $lang"
2844 else
2845 case "$LINGUAS" in *$lang*)
2846 CATALOGS="$CATALOGS $cat"
2847 XLINGUAS="$XLINGUAS $lang"
2848 ;;
2849 esac
2850 fi
2851 done
2852 LINGUAS="$XLINGUAS"
2853 echo "$as_me:$LINENO: result: $LINGUAS" >&5
2854echo "${ECHO_T}$LINGUAS" >&6
2855
2856
2857 DATADIRNAME=share
2858
2859 INSTOBJEXT=.mo
2860
2861 GENCAT=gencat
2862
2863 CATOBJEXT=.gmo
2864
2865fi
35695fd6 2866
20e95c23
DJ
2867# Check for common headers.
2868# FIXME: Seems to me this can cause problems for i386-windows hosts.
2869# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
35695fd6
AC
2870
2871ac_ext=c
2872ac_cpp='$CPP $CPPFLAGS'
2873ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2874ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2875ac_compiler_gnu=$ac_cv_c_compiler_gnu
2876echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2877echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2878# On Suns, sometimes $CPP names a directory.
2879if test -n "$CPP" && test -d "$CPP"; then
2880 CPP=
2881fi
2882if test -z "$CPP"; then
2883 if test "${ac_cv_prog_CPP+set}" = set; then
2884 echo $ECHO_N "(cached) $ECHO_C" >&6
2885else
2886 # Double quotes because CPP needs to be expanded
2887 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2888 do
2889 ac_preproc_ok=false
2890for ac_c_preproc_warn_flag in '' yes
2891do
2892 # Use a header file that comes with gcc, so configuring glibc
2893 # with a fresh cross-compiler works.
2894 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2895 # <limits.h> exists even on freestanding compilers.
2896 # On the NeXT, cc -E runs the code through the compiler's parser,
2897 # not just through cpp. "Syntax error" is here to catch this case.
2898 cat >conftest.$ac_ext <<_ACEOF
2899/* confdefs.h. */
2900_ACEOF
2901cat confdefs.h >>conftest.$ac_ext
2902cat >>conftest.$ac_ext <<_ACEOF
2903/* end confdefs.h. */
2904#ifdef __STDC__
2905# include <limits.h>
2906#else
2907# include <assert.h>
2908#endif
2909 Syntax error
2910_ACEOF
2911if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2912 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2913 ac_status=$?
2914 grep -v '^ *+' conftest.er1 >conftest.err
2915 rm -f conftest.er1
2916 cat conftest.err >&5
2917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918 (exit $ac_status); } >/dev/null; then
2919 if test -s conftest.err; then
2920 ac_cpp_err=$ac_c_preproc_warn_flag
2921 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2922 else
2923 ac_cpp_err=
2924 fi
2925else
2926 ac_cpp_err=yes
2927fi
2928if test -z "$ac_cpp_err"; then
2929 :
2930else
2931 echo "$as_me: failed program was:" >&5
2932sed 's/^/| /' conftest.$ac_ext >&5
2933
2934 # Broken: fails on valid input.
2935continue
2936fi
2937rm -f conftest.err conftest.$ac_ext
2938
2939 # OK, works on sane cases. Now check whether non-existent headers
2940 # can be detected and how.
2941 cat >conftest.$ac_ext <<_ACEOF
2942/* confdefs.h. */
2943_ACEOF
2944cat confdefs.h >>conftest.$ac_ext
2945cat >>conftest.$ac_ext <<_ACEOF
2946/* end confdefs.h. */
2947#include <ac_nonexistent.h>
2948_ACEOF
2949if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
f0569246 2950 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
2951 ac_status=$?
2952 grep -v '^ *+' conftest.er1 >conftest.err
2953 rm -f conftest.er1
2954 cat conftest.err >&5
2955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2956 (exit $ac_status); } >/dev/null; then
2957 if test -s conftest.err; then
2958 ac_cpp_err=$ac_c_preproc_warn_flag
2959 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2960 else
2961 ac_cpp_err=
2962 fi
2963else
2964 ac_cpp_err=yes
2965fi
2966if test -z "$ac_cpp_err"; then
2967 # Broken: success on invalid input.
2968continue
c906108c 2969else
b7026657
AC
2970 echo "$as_me: failed program was:" >&5
2971sed 's/^/| /' conftest.$ac_ext >&5
2972
f0569246
AC
2973 # Passes both tests.
2974ac_preproc_ok=:
2975break
c906108c 2976fi
f0569246
AC
2977rm -f conftest.err conftest.$ac_ext
2978
2979done
2980# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2981rm -f conftest.err conftest.$ac_ext
2982if $ac_preproc_ok; then
2983 break
c906108c 2984fi
c906108c 2985
f0569246
AC
2986 done
2987 ac_cv_prog_CPP=$CPP
2988
2989fi
2990 CPP=$ac_cv_prog_CPP
c906108c 2991else
f0569246
AC
2992 ac_cv_prog_CPP=$CPP
2993fi
2994echo "$as_me:$LINENO: result: $CPP" >&5
2995echo "${ECHO_T}$CPP" >&6
2996ac_preproc_ok=false
2997for ac_c_preproc_warn_flag in '' yes
2998do
2999 # Use a header file that comes with gcc, so configuring glibc
3000 # with a fresh cross-compiler works.
3001 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3002 # <limits.h> exists even on freestanding compilers.
3003 # On the NeXT, cc -E runs the code through the compiler's parser,
3004 # not just through cpp. "Syntax error" is here to catch this case.
3005 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
3006/* confdefs.h. */
3007_ACEOF
3008cat confdefs.h >>conftest.$ac_ext
3009cat >>conftest.$ac_ext <<_ACEOF
3010/* end confdefs.h. */
f0569246
AC
3011#ifdef __STDC__
3012# include <limits.h>
3013#else
3014# include <assert.h>
b7026657 3015#endif
f0569246 3016 Syntax error
b7026657 3017_ACEOF
f0569246
AC
3018if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3019 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
3020 ac_status=$?
3021 grep -v '^ *+' conftest.er1 >conftest.err
3022 rm -f conftest.er1
3023 cat conftest.err >&5
3024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
3025 (exit $ac_status); } >/dev/null; then
3026 if test -s conftest.err; then
3027 ac_cpp_err=$ac_c_preproc_warn_flag
3028 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3029 else
3030 ac_cpp_err=
3031 fi
3032else
3033 ac_cpp_err=yes
3034fi
3035if test -z "$ac_cpp_err"; then
3036 :
b7026657
AC
3037else
3038 echo "$as_me: failed program was:" >&5
3039sed 's/^/| /' conftest.$ac_ext >&5
3040
f0569246
AC
3041 # Broken: fails on valid input.
3042continue
b7026657 3043fi
f0569246
AC
3044rm -f conftest.err conftest.$ac_ext
3045
3046 # OK, works on sane cases. Now check whether non-existent headers
3047 # can be detected and how.
b7026657
AC
3048 cat >conftest.$ac_ext <<_ACEOF
3049/* confdefs.h. */
3050_ACEOF
3051cat confdefs.h >>conftest.$ac_ext
3052cat >>conftest.$ac_ext <<_ACEOF
3053/* end confdefs.h. */
f0569246 3054#include <ac_nonexistent.h>
b7026657 3055_ACEOF
f0569246
AC
3056if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
3058 ac_status=$?
3059 grep -v '^ *+' conftest.er1 >conftest.err
3060 rm -f conftest.er1
3061 cat conftest.err >&5
3062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
3063 (exit $ac_status); } >/dev/null; then
3064 if test -s conftest.err; then
3065 ac_cpp_err=$ac_c_preproc_warn_flag
3066 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3067 else
3068 ac_cpp_err=
3069 fi
3070else
3071 ac_cpp_err=yes
3072fi
3073if test -z "$ac_cpp_err"; then
3074 # Broken: success on invalid input.
3075continue
c906108c 3076else
b7026657
AC
3077 echo "$as_me: failed program was:" >&5
3078sed 's/^/| /' conftest.$ac_ext >&5
3079
f0569246
AC
3080 # Passes both tests.
3081ac_preproc_ok=:
3082break
c906108c 3083fi
f0569246 3084rm -f conftest.err conftest.$ac_ext
c906108c 3085
f0569246
AC
3086done
3087# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3088rm -f conftest.err conftest.$ac_ext
3089if $ac_preproc_ok; then
3090 :
c906108c 3091else
f0569246
AC
3092 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3093See \`config.log' for more details." >&5
3094echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3095See \`config.log' for more details." >&2;}
3096 { (exit 1); exit 1; }; }
c906108c 3097fi
b7026657 3098
f0569246
AC
3099ac_ext=c
3100ac_cpp='$CPP $CPPFLAGS'
3101ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3102ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3103ac_compiler_gnu=$ac_cv_c_compiler_gnu
3104
3105
3106echo "$as_me:$LINENO: checking for egrep" >&5
3107echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3108if test "${ac_cv_prog_egrep+set}" = set; then
3109 echo $ECHO_N "(cached) $ECHO_C" >&6
3110else
3111 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3112 then ac_cv_prog_egrep='grep -E'
3113 else ac_cv_prog_egrep='egrep'
3114 fi
3115fi
3116echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3117echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3118 EGREP=$ac_cv_prog_egrep
3119
3120
3121echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3122echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3123if test "${ac_cv_header_stdc+set}" = set; then
3124 echo $ECHO_N "(cached) $ECHO_C" >&6
3125else
3126 cat >conftest.$ac_ext <<_ACEOF
3127/* confdefs.h. */
3128_ACEOF
3129cat confdefs.h >>conftest.$ac_ext
3130cat >>conftest.$ac_ext <<_ACEOF
3131/* end confdefs.h. */
3132#include <stdlib.h>
3133#include <stdarg.h>
3134#include <string.h>
3135#include <float.h>
c906108c 3136
b7026657
AC
3137int
3138main ()
3139{
f0569246 3140
b7026657
AC
3141 ;
3142 return 0;
3143}
3144_ACEOF
f0569246
AC
3145rm -f conftest.$ac_objext
3146if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3147 (eval $ac_compile) 2>conftest.er1
b7026657
AC
3148 ac_status=$?
3149 grep -v '^ *+' conftest.er1 >conftest.err
3150 rm -f conftest.er1
3151 cat conftest.err >&5
3152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3153 (exit $ac_status); } &&
3154 { ac_try='test -z "$ac_c_werror_flag"
3155 || test ! -s conftest.err'
3156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3157 (eval $ac_try) 2>&5
3158 ac_status=$?
3159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160 (exit $ac_status); }; } &&
f0569246 3161 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
3162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3163 (eval $ac_try) 2>&5
3164 ac_status=$?
3165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3166 (exit $ac_status); }; }; then
f0569246 3167 ac_cv_header_stdc=yes
b7026657
AC
3168else
3169 echo "$as_me: failed program was:" >&5
3170sed 's/^/| /' conftest.$ac_ext >&5
3171
f0569246 3172ac_cv_header_stdc=no
b7026657 3173fi
f0569246 3174rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 3175
f0569246
AC
3176if test $ac_cv_header_stdc = yes; then
3177 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3178 cat >conftest.$ac_ext <<_ACEOF
3179/* confdefs.h. */
3180_ACEOF
3181cat confdefs.h >>conftest.$ac_ext
3182cat >>conftest.$ac_ext <<_ACEOF
3183/* end confdefs.h. */
3184#include <string.h>
c906108c 3185
f0569246
AC
3186_ACEOF
3187if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3188 $EGREP "memchr" >/dev/null 2>&1; then
3189 :
c906108c 3190else
f0569246 3191 ac_cv_header_stdc=no
c906108c 3192fi
f0569246 3193rm -f conftest*
b7026657 3194
c906108c
SS
3195fi
3196
f0569246
AC
3197if test $ac_cv_header_stdc = yes; then
3198 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3199 cat >conftest.$ac_ext <<_ACEOF
3200/* confdefs.h. */
3201_ACEOF
3202cat confdefs.h >>conftest.$ac_ext
3203cat >>conftest.$ac_ext <<_ACEOF
3204/* end confdefs.h. */
3205#include <stdlib.h>
3206
3207_ACEOF
3208if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3209 $EGREP "free" >/dev/null 2>&1; then
3210 :
c906108c 3211else
f0569246 3212 ac_cv_header_stdc=no
c906108c 3213fi
f0569246
AC
3214rm -f conftest*
3215
c906108c
SS
3216fi
3217
f0569246
AC
3218if test $ac_cv_header_stdc = yes; then
3219 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3220 if test "$cross_compiling" = yes; then
3221 :
3222else
3223 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
3224/* confdefs.h. */
3225_ACEOF
3226cat confdefs.h >>conftest.$ac_ext
3227cat >>conftest.$ac_ext <<_ACEOF
3228/* end confdefs.h. */
f0569246
AC
3229#include <ctype.h>
3230#if ((' ' & 0x0FF) == 0x020)
3231# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3232# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3233#else
3234# define ISLOWER(c) \
3235 (('a' <= (c) && (c) <= 'i') \
3236 || ('j' <= (c) && (c) <= 'r') \
3237 || ('s' <= (c) && (c) <= 'z'))
3238# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3239#endif
c906108c 3240
f0569246 3241#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
b7026657
AC
3242int
3243main ()
3244{
f0569246
AC
3245 int i;
3246 for (i = 0; i < 256; i++)
3247 if (XOR (islower (i), ISLOWER (i))
3248 || toupper (i) != TOUPPER (i))
3249 exit(2);
3250 exit (0);
b7026657
AC
3251}
3252_ACEOF
f0569246 3253rm -f conftest$ac_exeext
b7026657 3254if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
f0569246 3255 (eval $ac_link) 2>&5
b7026657
AC
3256 ac_status=$?
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246 3258 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
b7026657
AC
3259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3260 (eval $ac_try) 2>&5
3261 ac_status=$?
3262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3263 (exit $ac_status); }; }; then
f0569246 3264 :
c906108c 3265else
f0569246
AC
3266 echo "$as_me: program exited with status $ac_status" >&5
3267echo "$as_me: failed program was:" >&5
b7026657
AC
3268sed 's/^/| /' conftest.$ac_ext >&5
3269
f0569246
AC
3270( exit $ac_status )
3271ac_cv_header_stdc=no
c906108c 3272fi
f0569246 3273rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c906108c 3274fi
c906108c 3275fi
c906108c 3276fi
f0569246
AC
3277echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3278echo "${ECHO_T}$ac_cv_header_stdc" >&6
3279if test $ac_cv_header_stdc = yes; then
b7026657 3280
f0569246
AC
3281cat >>confdefs.h <<\_ACEOF
3282#define STDC_HEADERS 1
3283_ACEOF
c906108c 3284
c906108c
SS
3285fi
3286
f0569246 3287# On IRIX 5.3, sys/types and inttypes.h are conflicting.
b7026657
AC
3288
3289
3290
3291
3292
3293
3294
c906108c 3295
c906108c 3296
35695fd6
AC
3297for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3298 inttypes.h stdint.h unistd.h
3299do
3300as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3301echo "$as_me:$LINENO: checking for $ac_header" >&5
3302echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3303if eval "test \"\${$as_ac_Header+set}\" = set"; then
3304 echo $ECHO_N "(cached) $ECHO_C" >&6
3305else
3306 cat >conftest.$ac_ext <<_ACEOF
3307/* confdefs.h. */
3308_ACEOF
3309cat confdefs.h >>conftest.$ac_ext
3310cat >>conftest.$ac_ext <<_ACEOF
3311/* end confdefs.h. */
3312$ac_includes_default
3313
3314#include <$ac_header>
3315_ACEOF
3316rm -f conftest.$ac_objext
3317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3318 (eval $ac_compile) 2>conftest.er1
3319 ac_status=$?
3320 grep -v '^ *+' conftest.er1 >conftest.err
3321 rm -f conftest.er1
3322 cat conftest.err >&5
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); } &&
3325 { ac_try='test -z "$ac_c_werror_flag"
3326 || test ! -s conftest.err'
3327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3328 (eval $ac_try) 2>&5
3329 ac_status=$?
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); }; } &&
3332 { ac_try='test -s conftest.$ac_objext'
3333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3334 (eval $ac_try) 2>&5
3335 ac_status=$?
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); }; }; then
3338 eval "$as_ac_Header=yes"
3339else
3340 echo "$as_me: failed program was:" >&5
3341sed 's/^/| /' conftest.$ac_ext >&5
3342
3343eval "$as_ac_Header=no"
3344fi
3345rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3346fi
3347echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3348echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3349if test `eval echo '${'$as_ac_Header'}'` = yes; then
3350 cat >>confdefs.h <<_ACEOF
3351#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3352_ACEOF
3353
3354fi
3355
3356done
3357
3358
b7026657
AC
3359
3360
3361
3362
3363
3364for ac_header in stdlib.h string.h strings.h unistd.h time.h
c906108c 3365do
b7026657
AC
3366as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3367if eval "test \"\${$as_ac_Header+set}\" = set"; then
3368 echo "$as_me:$LINENO: checking for $ac_header" >&5
3369echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3370if eval "test \"\${$as_ac_Header+set}\" = set"; then
3371 echo $ECHO_N "(cached) $ECHO_C" >&6
3372fi
3373echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3374echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3375else
3376 # Is the header compilable?
3377echo "$as_me:$LINENO: checking $ac_header usability" >&5
3378echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3379cat >conftest.$ac_ext <<_ACEOF
3380/* confdefs.h. */
3381_ACEOF
3382cat confdefs.h >>conftest.$ac_ext
3383cat >>conftest.$ac_ext <<_ACEOF
3384/* end confdefs.h. */
3385$ac_includes_default
3386#include <$ac_header>
3387_ACEOF
3388rm -f conftest.$ac_objext
3389if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3390 (eval $ac_compile) 2>conftest.er1
3391 ac_status=$?
3392 grep -v '^ *+' conftest.er1 >conftest.err
3393 rm -f conftest.er1
3394 cat conftest.err >&5
3395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3396 (exit $ac_status); } &&
3397 { ac_try='test -z "$ac_c_werror_flag"
3398 || test ! -s conftest.err'
3399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3400 (eval $ac_try) 2>&5
3401 ac_status=$?
3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403 (exit $ac_status); }; } &&
3404 { ac_try='test -s conftest.$ac_objext'
3405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3406 (eval $ac_try) 2>&5
3407 ac_status=$?
3408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3409 (exit $ac_status); }; }; then
3410 ac_header_compiler=yes
3411else
3412 echo "$as_me: failed program was:" >&5
3413sed 's/^/| /' conftest.$ac_ext >&5
3414
3415ac_header_compiler=no
3416fi
3417rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3418echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3419echo "${ECHO_T}$ac_header_compiler" >&6
3420
3421# Is the header present?
3422echo "$as_me:$LINENO: checking $ac_header presence" >&5
3423echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3424cat >conftest.$ac_ext <<_ACEOF
3425/* confdefs.h. */
3426_ACEOF
3427cat confdefs.h >>conftest.$ac_ext
3428cat >>conftest.$ac_ext <<_ACEOF
3429/* end confdefs.h. */
3430#include <$ac_header>
3431_ACEOF
3432if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3434 ac_status=$?
3435 grep -v '^ *+' conftest.er1 >conftest.err
3436 rm -f conftest.er1
3437 cat conftest.err >&5
3438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3439 (exit $ac_status); } >/dev/null; then
3440 if test -s conftest.err; then
3441 ac_cpp_err=$ac_c_preproc_warn_flag
3442 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3443 else
3444 ac_cpp_err=
3445 fi
3446else
3447 ac_cpp_err=yes
c906108c 3448fi
b7026657
AC
3449if test -z "$ac_cpp_err"; then
3450 ac_header_preproc=yes
3451else
3452 echo "$as_me: failed program was:" >&5
3453sed 's/^/| /' conftest.$ac_ext >&5
3454
3455 ac_header_preproc=no
c906108c 3456fi
b7026657
AC
3457rm -f conftest.err conftest.$ac_ext
3458echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3459echo "${ECHO_T}$ac_header_preproc" >&6
3460
3461# So? What about this header?
3462case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3463 yes:no: )
3464 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3465echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3467echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3468 ac_header_preproc=yes
3469 ;;
3470 no:yes:* )
3471 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3472echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3473 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3474echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3475 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3476echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3477 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3478echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3479 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3480echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3481 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3482echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3483 (
3484 cat <<\_ASBOX
3485## ------------------------------------------ ##
3486## Report this to the AC_PACKAGE_NAME lists. ##
3487## ------------------------------------------ ##
3488_ASBOX
3489 ) |
3490 sed "s/^/$as_me: WARNING: /" >&2
3491 ;;
3492esac
3493echo "$as_me:$LINENO: checking for $ac_header" >&5
3494echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3495if eval "test \"\${$as_ac_Header+set}\" = set"; then
3496 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3497else
b7026657 3498 eval "$as_ac_Header=\$ac_header_preproc"
c906108c 3499fi
b7026657
AC
3500echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3501echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3502
3503fi
3504if test `eval echo '${'$as_ac_Header'}'` = yes; then
3505 cat >>confdefs.h <<_ACEOF
3506#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3507_ACEOF
3508
3509fi
3510
c906108c
SS
3511done
3512
b7026657
AC
3513
3514
3515for ac_header in sys/time.h sys/resource.h
c906108c 3516do
b7026657
AC
3517as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3518if eval "test \"\${$as_ac_Header+set}\" = set"; then
3519 echo "$as_me:$LINENO: checking for $ac_header" >&5
3520echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3521if eval "test \"\${$as_ac_Header+set}\" = set"; then
3522 echo $ECHO_N "(cached) $ECHO_C" >&6
3523fi
3524echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3525echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3526else
3527 # Is the header compilable?
3528echo "$as_me:$LINENO: checking $ac_header usability" >&5
3529echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3530cat >conftest.$ac_ext <<_ACEOF
3531/* confdefs.h. */
3532_ACEOF
3533cat confdefs.h >>conftest.$ac_ext
3534cat >>conftest.$ac_ext <<_ACEOF
3535/* end confdefs.h. */
3536$ac_includes_default
3537#include <$ac_header>
3538_ACEOF
3539rm -f conftest.$ac_objext
3540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3541 (eval $ac_compile) 2>conftest.er1
3542 ac_status=$?
3543 grep -v '^ *+' conftest.er1 >conftest.err
3544 rm -f conftest.er1
3545 cat conftest.err >&5
3546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3547 (exit $ac_status); } &&
3548 { ac_try='test -z "$ac_c_werror_flag"
3549 || test ! -s conftest.err'
3550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3551 (eval $ac_try) 2>&5
3552 ac_status=$?
3553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3554 (exit $ac_status); }; } &&
3555 { ac_try='test -s conftest.$ac_objext'
3556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3557 (eval $ac_try) 2>&5
3558 ac_status=$?
3559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3560 (exit $ac_status); }; }; then
3561 ac_header_compiler=yes
3562else
3563 echo "$as_me: failed program was:" >&5
3564sed 's/^/| /' conftest.$ac_ext >&5
3565
3566ac_header_compiler=no
3567fi
3568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3569echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3570echo "${ECHO_T}$ac_header_compiler" >&6
3571
3572# Is the header present?
3573echo "$as_me:$LINENO: checking $ac_header presence" >&5
3574echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3575cat >conftest.$ac_ext <<_ACEOF
3576/* confdefs.h. */
3577_ACEOF
3578cat confdefs.h >>conftest.$ac_ext
3579cat >>conftest.$ac_ext <<_ACEOF
3580/* end confdefs.h. */
3581#include <$ac_header>
3582_ACEOF
3583if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3584 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3585 ac_status=$?
3586 grep -v '^ *+' conftest.er1 >conftest.err
3587 rm -f conftest.er1
3588 cat conftest.err >&5
3589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590 (exit $ac_status); } >/dev/null; then
3591 if test -s conftest.err; then
3592 ac_cpp_err=$ac_c_preproc_warn_flag
3593 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3594 else
3595 ac_cpp_err=
3596 fi
3597else
3598 ac_cpp_err=yes
c906108c 3599fi
b7026657
AC
3600if test -z "$ac_cpp_err"; then
3601 ac_header_preproc=yes
3602else
3603 echo "$as_me: failed program was:" >&5
3604sed 's/^/| /' conftest.$ac_ext >&5
3605
3606 ac_header_preproc=no
c906108c 3607fi
b7026657
AC
3608rm -f conftest.err conftest.$ac_ext
3609echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3610echo "${ECHO_T}$ac_header_preproc" >&6
3611
3612# So? What about this header?
3613case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3614 yes:no: )
3615 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3616echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3617 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3618echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3619 ac_header_preproc=yes
3620 ;;
3621 no:yes:* )
3622 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3623echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3624 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3625echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3626 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3627echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3628 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3629echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3631echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3632 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3633echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3634 (
3635 cat <<\_ASBOX
3636## ------------------------------------------ ##
3637## Report this to the AC_PACKAGE_NAME lists. ##
3638## ------------------------------------------ ##
3639_ASBOX
3640 ) |
3641 sed "s/^/$as_me: WARNING: /" >&2
3642 ;;
3643esac
3644echo "$as_me:$LINENO: checking for $ac_header" >&5
3645echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3646if eval "test \"\${$as_ac_Header+set}\" = set"; then
3647 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3648else
b7026657
AC
3649 eval "$as_ac_Header=\$ac_header_preproc"
3650fi
3651echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3652echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3653
3654fi
3655if test `eval echo '${'$as_ac_Header'}'` = yes; then
3656 cat >>confdefs.h <<_ACEOF
3657#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3658_ACEOF
3659
c906108c 3660fi
b7026657 3661
c906108c
SS
3662done
3663
b7026657
AC
3664
3665
3666for ac_header in fcntl.h fpu_control.h
c906108c 3667do
b7026657
AC
3668as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3669if eval "test \"\${$as_ac_Header+set}\" = set"; then
3670 echo "$as_me:$LINENO: checking for $ac_header" >&5
3671echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3672if eval "test \"\${$as_ac_Header+set}\" = set"; then
3673 echo $ECHO_N "(cached) $ECHO_C" >&6
3674fi
3675echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3676echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3677else
3678 # Is the header compilable?
3679echo "$as_me:$LINENO: checking $ac_header usability" >&5
3680echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3681cat >conftest.$ac_ext <<_ACEOF
3682/* confdefs.h. */
3683_ACEOF
3684cat confdefs.h >>conftest.$ac_ext
3685cat >>conftest.$ac_ext <<_ACEOF
3686/* end confdefs.h. */
3687$ac_includes_default
3688#include <$ac_header>
3689_ACEOF
3690rm -f conftest.$ac_objext
3691if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3692 (eval $ac_compile) 2>conftest.er1
3693 ac_status=$?
3694 grep -v '^ *+' conftest.er1 >conftest.err
3695 rm -f conftest.er1
3696 cat conftest.err >&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3698 (exit $ac_status); } &&
3699 { ac_try='test -z "$ac_c_werror_flag"
3700 || test ! -s conftest.err'
3701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3702 (eval $ac_try) 2>&5
3703 ac_status=$?
3704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 (exit $ac_status); }; } &&
3706 { ac_try='test -s conftest.$ac_objext'
3707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3708 (eval $ac_try) 2>&5
3709 ac_status=$?
3710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711 (exit $ac_status); }; }; then
3712 ac_header_compiler=yes
3713else
3714 echo "$as_me: failed program was:" >&5
3715sed 's/^/| /' conftest.$ac_ext >&5
3716
3717ac_header_compiler=no
3718fi
3719rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3720echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3721echo "${ECHO_T}$ac_header_compiler" >&6
3722
3723# Is the header present?
3724echo "$as_me:$LINENO: checking $ac_header presence" >&5
3725echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3726cat >conftest.$ac_ext <<_ACEOF
3727/* confdefs.h. */
3728_ACEOF
3729cat confdefs.h >>conftest.$ac_ext
3730cat >>conftest.$ac_ext <<_ACEOF
3731/* end confdefs.h. */
3732#include <$ac_header>
3733_ACEOF
3734if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3735 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3736 ac_status=$?
3737 grep -v '^ *+' conftest.er1 >conftest.err
3738 rm -f conftest.er1
3739 cat conftest.err >&5
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); } >/dev/null; then
3742 if test -s conftest.err; then
3743 ac_cpp_err=$ac_c_preproc_warn_flag
3744 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3745 else
3746 ac_cpp_err=
3747 fi
3748else
3749 ac_cpp_err=yes
cd0fc7c3 3750fi
b7026657
AC
3751if test -z "$ac_cpp_err"; then
3752 ac_header_preproc=yes
3753else
3754 echo "$as_me: failed program was:" >&5
3755sed 's/^/| /' conftest.$ac_ext >&5
3756
3757 ac_header_preproc=no
cd0fc7c3 3758fi
b7026657
AC
3759rm -f conftest.err conftest.$ac_ext
3760echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3761echo "${ECHO_T}$ac_header_preproc" >&6
3762
3763# So? What about this header?
3764case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3765 yes:no: )
3766 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3767echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3769echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3770 ac_header_preproc=yes
3771 ;;
3772 no:yes:* )
3773 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3774echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3775 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3776echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3777 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3778echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3779 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3780echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3781 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3782echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3783 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3784echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3785 (
3786 cat <<\_ASBOX
3787## ------------------------------------------ ##
3788## Report this to the AC_PACKAGE_NAME lists. ##
3789## ------------------------------------------ ##
3790_ASBOX
3791 ) |
3792 sed "s/^/$as_me: WARNING: /" >&2
3793 ;;
3794esac
3795echo "$as_me:$LINENO: checking for $ac_header" >&5
3796echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3797if eval "test \"\${$as_ac_Header+set}\" = set"; then
3798 echo $ECHO_N "(cached) $ECHO_C" >&6
cd0fc7c3 3799else
b7026657
AC
3800 eval "$as_ac_Header=\$ac_header_preproc"
3801fi
3802echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3803echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3804
cd0fc7c3 3805fi
b7026657
AC
3806if test `eval echo '${'$as_ac_Header'}'` = yes; then
3807 cat >>confdefs.h <<_ACEOF
3808#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3809_ACEOF
3810
3811fi
3812
cd0fc7c3
SS
3813done
3814
b7026657
AC
3815
3816
3817
3818for ac_header in dlfcn.h errno.h sys/stat.h
cd0fc7c3 3819do
b7026657
AC
3820as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3821if eval "test \"\${$as_ac_Header+set}\" = set"; then
3822 echo "$as_me:$LINENO: checking for $ac_header" >&5
3823echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3824if eval "test \"\${$as_ac_Header+set}\" = set"; then
3825 echo $ECHO_N "(cached) $ECHO_C" >&6
3826fi
3827echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3828echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3829else
3830 # Is the header compilable?
3831echo "$as_me:$LINENO: checking $ac_header usability" >&5
3832echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3833cat >conftest.$ac_ext <<_ACEOF
3834/* confdefs.h. */
3835_ACEOF
3836cat confdefs.h >>conftest.$ac_ext
3837cat >>conftest.$ac_ext <<_ACEOF
3838/* end confdefs.h. */
3839$ac_includes_default
3840#include <$ac_header>
3841_ACEOF
3842rm -f conftest.$ac_objext
3843if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3844 (eval $ac_compile) 2>conftest.er1
3845 ac_status=$?
3846 grep -v '^ *+' conftest.er1 >conftest.err
3847 rm -f conftest.er1
3848 cat conftest.err >&5
3849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850 (exit $ac_status); } &&
3851 { ac_try='test -z "$ac_c_werror_flag"
3852 || test ! -s conftest.err'
3853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3854 (eval $ac_try) 2>&5
3855 ac_status=$?
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); }; } &&
3858 { ac_try='test -s conftest.$ac_objext'
3859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3860 (eval $ac_try) 2>&5
3861 ac_status=$?
3862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863 (exit $ac_status); }; }; then
3864 ac_header_compiler=yes
3865else
3866 echo "$as_me: failed program was:" >&5
3867sed 's/^/| /' conftest.$ac_ext >&5
3868
3869ac_header_compiler=no
3870fi
3871rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3872echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3873echo "${ECHO_T}$ac_header_compiler" >&6
3874
3875# Is the header present?
3876echo "$as_me:$LINENO: checking $ac_header presence" >&5
3877echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3878cat >conftest.$ac_ext <<_ACEOF
3879/* confdefs.h. */
3880_ACEOF
3881cat confdefs.h >>conftest.$ac_ext
3882cat >>conftest.$ac_ext <<_ACEOF
3883/* end confdefs.h. */
3884#include <$ac_header>
3885_ACEOF
3886if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3887 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3888 ac_status=$?
3889 grep -v '^ *+' conftest.er1 >conftest.err
3890 rm -f conftest.er1
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); } >/dev/null; then
3894 if test -s conftest.err; then
3895 ac_cpp_err=$ac_c_preproc_warn_flag
3896 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3897 else
3898 ac_cpp_err=
3899 fi
3900else
3901 ac_cpp_err=yes
c906108c 3902fi
b7026657
AC
3903if test -z "$ac_cpp_err"; then
3904 ac_header_preproc=yes
3905else
3906 echo "$as_me: failed program was:" >&5
3907sed 's/^/| /' conftest.$ac_ext >&5
3908
3909 ac_header_preproc=no
c906108c 3910fi
b7026657
AC
3911rm -f conftest.err conftest.$ac_ext
3912echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3913echo "${ECHO_T}$ac_header_preproc" >&6
3914
3915# So? What about this header?
3916case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3917 yes:no: )
3918 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3919echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3920 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3921echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3922 ac_header_preproc=yes
3923 ;;
3924 no:yes:* )
3925 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3926echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3927 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3928echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3929 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3930echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3931 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3932echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3933 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3934echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3935 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3936echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3937 (
3938 cat <<\_ASBOX
3939## ------------------------------------------ ##
3940## Report this to the AC_PACKAGE_NAME lists. ##
3941## ------------------------------------------ ##
3942_ASBOX
3943 ) |
3944 sed "s/^/$as_me: WARNING: /" >&2
3945 ;;
3946esac
3947echo "$as_me:$LINENO: checking for $ac_header" >&5
3948echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3949if eval "test \"\${$as_ac_Header+set}\" = set"; then
3950 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3951else
b7026657
AC
3952 eval "$as_ac_Header=\$ac_header_preproc"
3953fi
3954echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3955echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3956
3957fi
3958if test `eval echo '${'$as_ac_Header'}'` = yes; then
3959 cat >>confdefs.h <<_ACEOF
3960#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3961_ACEOF
3962
c906108c 3963fi
b7026657 3964
c906108c
SS
3965done
3966
b7026657
AC
3967
3968
3969
3970
c906108c
SS
3971for ac_func in getrusage time sigaction __setfpucw
3972do
b7026657
AC
3973as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3974echo "$as_me:$LINENO: checking for $ac_func" >&5
3975echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3976if eval "test \"\${$as_ac_var+set}\" = set"; then
3977 echo $ECHO_N "(cached) $ECHO_C" >&6
3978else
3979 cat >conftest.$ac_ext <<_ACEOF
3980/* confdefs.h. */
3981_ACEOF
3982cat confdefs.h >>conftest.$ac_ext
3983cat >>conftest.$ac_ext <<_ACEOF
3984/* end confdefs.h. */
3985/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3986 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3987#define $ac_func innocuous_$ac_func
3988
c906108c 3989/* System header to define __stub macros and hopefully few prototypes,
b7026657
AC
3990 which can conflict with char $ac_func (); below.
3991 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3992 <limits.h> exists even on freestanding compilers. */
c906108c 3993
b7026657
AC
3994#ifdef __STDC__
3995# include <limits.h>
3996#else
3997# include <assert.h>
3998#endif
c906108c 3999
b7026657
AC
4000#undef $ac_func
4001
4002/* Override any gcc2 internal prototype to avoid an error. */
4003#ifdef __cplusplus
4004extern "C"
4005{
4006#endif
4007/* We use char because int might match the return type of a gcc2
4008 builtin and then its argument prototype would still apply. */
4009char $ac_func ();
c906108c
SS
4010/* The GNU C library defines this for functions which it implements
4011 to always fail with ENOSYS. Some functions are actually named
4012 something starting with __ and the normal name is an alias. */
4013#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4014choke me
4015#else
b7026657
AC
4016char (*f) () = $ac_func;
4017#endif
4018#ifdef __cplusplus
4019}
c906108c
SS
4020#endif
4021
b7026657
AC
4022int
4023main ()
4024{
4025return f != $ac_func;
4026 ;
4027 return 0;
4028}
4029_ACEOF
4030rm -f conftest.$ac_objext conftest$ac_exeext
4031if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4032 (eval $ac_link) 2>conftest.er1
4033 ac_status=$?
4034 grep -v '^ *+' conftest.er1 >conftest.err
4035 rm -f conftest.er1
4036 cat conftest.err >&5
4037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); } &&
4039 { ac_try='test -z "$ac_c_werror_flag"
4040 || test ! -s conftest.err'
4041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4042 (eval $ac_try) 2>&5
4043 ac_status=$?
4044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4045 (exit $ac_status); }; } &&
4046 { ac_try='test -s conftest$ac_exeext'
4047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4048 (eval $ac_try) 2>&5
4049 ac_status=$?
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; }; then
4052 eval "$as_ac_var=yes"
4053else
4054 echo "$as_me: failed program was:" >&5
4055sed 's/^/| /' conftest.$ac_ext >&5
4056
4057eval "$as_ac_var=no"
4058fi
4059rm -f conftest.err conftest.$ac_objext \
4060 conftest$ac_exeext conftest.$ac_ext
4061fi
4062echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4063echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4064if test `eval echo '${'$as_ac_var'}'` = yes; then
4065 cat >>confdefs.h <<_ACEOF
4066#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4067_ACEOF
c906108c 4068
c906108c
SS
4069fi
4070done
4071
4072
4073# Check for socket libraries
b7026657
AC
4074
4075echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
4076echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
4077if test "${ac_cv_lib_socket_bind+set}" = set; then
4078 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 4079else
b7026657 4080 ac_check_lib_save_LIBS=$LIBS
c906108c 4081LIBS="-lsocket $LIBS"
b7026657
AC
4082cat >conftest.$ac_ext <<_ACEOF
4083/* confdefs.h. */
4084_ACEOF
4085cat confdefs.h >>conftest.$ac_ext
4086cat >>conftest.$ac_ext <<_ACEOF
4087/* end confdefs.h. */
4088
c906108c 4089/* Override any gcc2 internal prototype to avoid an error. */
b7026657
AC
4090#ifdef __cplusplus
4091extern "C"
4092#endif
c906108c 4093/* We use char because int might match the return type of a gcc2
b7026657
AC
4094 builtin and then its argument prototype would still apply. */
4095char bind ();
4096int
4097main ()
4098{
4099bind ();
4100 ;
4101 return 0;
4102}
4103_ACEOF
4104rm -f conftest.$ac_objext conftest$ac_exeext
4105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4106 (eval $ac_link) 2>conftest.er1
4107 ac_status=$?
4108 grep -v '^ *+' conftest.er1 >conftest.err
4109 rm -f conftest.er1
4110 cat conftest.err >&5
4111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4112 (exit $ac_status); } &&
4113 { ac_try='test -z "$ac_c_werror_flag"
4114 || test ! -s conftest.err'
4115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4116 (eval $ac_try) 2>&5
4117 ac_status=$?
4118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4119 (exit $ac_status); }; } &&
4120 { ac_try='test -s conftest$ac_exeext'
4121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4122 (eval $ac_try) 2>&5
4123 ac_status=$?
4124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4125 (exit $ac_status); }; }; then
4126 ac_cv_lib_socket_bind=yes
4127else
4128 echo "$as_me: failed program was:" >&5
4129sed 's/^/| /' conftest.$ac_ext >&5
4130
4131ac_cv_lib_socket_bind=no
4132fi
4133rm -f conftest.err conftest.$ac_objext \
4134 conftest$ac_exeext conftest.$ac_ext
4135LIBS=$ac_check_lib_save_LIBS
4136fi
4137echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
4138echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
4139if test $ac_cv_lib_socket_bind = yes; then
4140 cat >>confdefs.h <<_ACEOF
4141#define HAVE_LIBSOCKET 1
4142_ACEOF
c906108c
SS
4143
4144 LIBS="-lsocket $LIBS"
4145
c906108c
SS
4146fi
4147
b7026657
AC
4148
4149echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4150echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
4151if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4152 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 4153else
b7026657 4154 ac_check_lib_save_LIBS=$LIBS
c906108c 4155LIBS="-lnsl $LIBS"
b7026657
AC
4156cat >conftest.$ac_ext <<_ACEOF
4157/* confdefs.h. */
4158_ACEOF
4159cat confdefs.h >>conftest.$ac_ext
4160cat >>conftest.$ac_ext <<_ACEOF
4161/* end confdefs.h. */
4162
c906108c 4163/* Override any gcc2 internal prototype to avoid an error. */
b7026657
AC
4164#ifdef __cplusplus
4165extern "C"
4166#endif
c906108c 4167/* We use char because int might match the return type of a gcc2
b7026657
AC
4168 builtin and then its argument prototype would still apply. */
4169char gethostbyname ();
4170int
4171main ()
4172{
4173gethostbyname ();
4174 ;
4175 return 0;
4176}
4177_ACEOF
4178rm -f conftest.$ac_objext conftest$ac_exeext
4179if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4180 (eval $ac_link) 2>conftest.er1
4181 ac_status=$?
4182 grep -v '^ *+' conftest.er1 >conftest.err
4183 rm -f conftest.er1
4184 cat conftest.err >&5
4185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4186 (exit $ac_status); } &&
4187 { ac_try='test -z "$ac_c_werror_flag"
4188 || test ! -s conftest.err'
4189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4190 (eval $ac_try) 2>&5
4191 ac_status=$?
4192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4193 (exit $ac_status); }; } &&
4194 { ac_try='test -s conftest$ac_exeext'
4195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4196 (eval $ac_try) 2>&5
4197 ac_status=$?
4198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4199 (exit $ac_status); }; }; then
4200 ac_cv_lib_nsl_gethostbyname=yes
4201else
4202 echo "$as_me: failed program was:" >&5
4203sed 's/^/| /' conftest.$ac_ext >&5
4204
4205ac_cv_lib_nsl_gethostbyname=no
4206fi
4207rm -f conftest.err conftest.$ac_objext \
4208 conftest$ac_exeext conftest.$ac_ext
4209LIBS=$ac_check_lib_save_LIBS
4210fi
4211echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4212echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4213if test $ac_cv_lib_nsl_gethostbyname = yes; then
4214 cat >>confdefs.h <<_ACEOF
4215#define HAVE_LIBNSL 1
4216_ACEOF
c906108c
SS
4217
4218 LIBS="-lnsl $LIBS"
4219
c906108c
SS
4220fi
4221
4222
4223. ${srcdir}/../../bfd/configure.host
4224
4225
4226
4227USE_MAINTAINER_MODE=no
4228# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4229if test "${enable_maintainer_mode+set}" = set; then
4230 enableval="$enable_maintainer_mode"
4231 case "${enableval}" in
4232 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
4233 no) MAINT="#" ;;
b7026657
AC
4234 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
4235echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
4236 { (exit 1); exit 1; }; }; MAINT="#" ;;
c906108c
SS
4237esac
4238if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
4239 echo "Setting maintainer mode" 6>&1
4240fi
4241else
4242 MAINT="#"
b7026657 4243fi;
c906108c
SS
4244
4245
4246# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
4247if test "${enable_sim_bswap+set}" = set; then
4248 enableval="$enable_sim_bswap"
4249 case "${enableval}" in
4250 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4251 no) sim_bswap="-DWITH_BSWAP=0";;
b7026657
AC
4252 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
4253echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
4254 { (exit 1); exit 1; }; }; sim_bswap="";;
c906108c
SS
4255esac
4256if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
4257 echo "Setting bswap flags = $sim_bswap" 6>&1
4258fi
4259else
4260 sim_bswap=""
b7026657 4261fi;
c906108c
SS
4262
4263
4264# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
4265if test "${enable_sim_cflags+set}" = set; then
4266 enableval="$enable_sim_cflags"
4267 case "${enableval}" in
4268 yes) sim_cflags="-O2 -fomit-frame-pointer";;
b7026657
AC
4269 trace) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
4270echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
4271 { (exit 1); exit 1; }; }; sim_cflags="";;
c906108c
SS
4272 no) sim_cflags="";;
4273 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4274esac
4275if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
4276 echo "Setting sim cflags = $sim_cflags" 6>&1
4277fi
4278else
4279 sim_cflags=""
b7026657 4280fi;
c906108c
SS
4281
4282
4283# Check whether --enable-sim-debug or --disable-sim-debug was given.
4284if test "${enable_sim_debug+set}" = set; then
4285 enableval="$enable_sim_debug"
4286 case "${enableval}" in
4287 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
4288 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
4289 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4290esac
4291if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
4292 echo "Setting sim debug = $sim_debug" 6>&1
4293fi
4294else
4295 sim_debug=""
b7026657 4296fi;
c906108c
SS
4297
4298
4299# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
4300if test "${enable_sim_stdio+set}" = set; then
4301 enableval="$enable_sim_stdio"
4302 case "${enableval}" in
4303 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
4304 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
b7026657
AC
4305 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
4306echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
4307 { (exit 1); exit 1; }; }; sim_stdio="";;
c906108c
SS
4308esac
4309if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
4310 echo "Setting stdio flags = $sim_stdio" 6>&1
4311fi
4312else
4313 sim_stdio=""
b7026657 4314fi;
c906108c
SS
4315
4316
4317# Check whether --enable-sim-trace or --disable-sim-trace was given.
4318if test "${enable_sim_trace+set}" = set; then
4319 enableval="$enable_sim_trace"
4320 case "${enableval}" in
4321 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4322 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4323 [-0-9]*)
4324 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4325 [a-z]*)
4326 sim_trace=""
4327 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4328 if test x"$sim_trace" = x; then
4329 sim_trace="-DWITH_TRACE='(TRACE_$x"
4330 else
4331 sim_trace="${sim_trace}|TRACE_$x"
4332 fi
4333 done
4334 sim_trace="$sim_trace)'" ;;
4335esac
4336if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
4337 echo "Setting sim trace = $sim_trace" 6>&1
4338fi
4339else
4340 sim_trace=""
b7026657 4341fi;
c906108c
SS
4342
4343
4344# Check whether --enable-sim-profile or --disable-sim-profile was given.
4345if test "${enable_sim_profile+set}" = set; then
4346 enableval="$enable_sim_profile"
4347 case "${enableval}" in
4348 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
4349 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
4350 [-0-9]*)
4351 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4352 [a-z]*)
4353 sim_profile=""
4354 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4355 if test x"$sim_profile" = x; then
4356 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
4357 else
4358 sim_profile="${sim_profile}|PROFILE_$x"
4359 fi
4360 done
4361 sim_profile="$sim_profile)'" ;;
4362esac
4363if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
4364 echo "Setting sim profile = $sim_profile" 6>&1
4365fi
4366else
eb2d80b4 4367 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
b7026657 4368fi;
c906108c
SS
4369
4370
6efef468
JM
4371
4372# Check whether --with-pkgversion or --without-pkgversion was given.
4373if test "${with_pkgversion+set}" = set; then
4374 withval="$with_pkgversion"
4375 case "$withval" in
4376 yes) { { echo "$as_me:$LINENO: error: package version not specified" >&5
4377echo "$as_me: error: package version not specified" >&2;}
4378 { (exit 1); exit 1; }; } ;;
4379 no) PKGVERSION= ;;
4380 *) PKGVERSION="($withval) " ;;
4381 esac
4382else
4383 PKGVERSION="(GDB) "
4384
4385fi;
4386
4387
4388
4389
4390# Check whether --with-bugurl or --without-bugurl was given.
4391if test "${with_bugurl+set}" = set; then
4392 withval="$with_bugurl"
4393 case "$withval" in
4394 yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
4395echo "$as_me: error: bug URL not specified" >&2;}
4396 { (exit 1); exit 1; }; } ;;
4397 no) BUGURL=
4398 ;;
4399 *) BUGURL="$withval"
4400 ;;
4401 esac
4402else
4403 BUGURL="http://www.gnu.org/software/gdb/bugs/"
4404
4405fi;
4406 case ${BUGURL} in
4407 "")
4408 REPORT_BUGS_TO=
4409 REPORT_BUGS_TEXI=
4410 ;;
4411 *)
4412 REPORT_BUGS_TO="<$BUGURL>"
4413 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
4414 ;;
4415 esac;
4416
4417
4418
4419
4420cat >>confdefs.h <<_ACEOF
4421#define PKGVERSION "$PKGVERSION"
4422_ACEOF
4423
4424
4425cat >>confdefs.h <<_ACEOF
4426#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
4427_ACEOF
4428
4429
b7026657
AC
4430echo "$as_me:$LINENO: checking return type of signal handlers" >&5
4431echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4432if test "${ac_cv_type_signal+set}" = set; then
4433 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 4434else
b7026657
AC
4435 cat >conftest.$ac_ext <<_ACEOF
4436/* confdefs.h. */
4437_ACEOF
4438cat confdefs.h >>conftest.$ac_ext
4439cat >>conftest.$ac_ext <<_ACEOF
4440/* end confdefs.h. */
c906108c
SS
4441#include <sys/types.h>
4442#include <signal.h>
4443#ifdef signal
b7026657 4444# undef signal
c906108c
SS
4445#endif
4446#ifdef __cplusplus
4447extern "C" void (*signal (int, void (*)(int)))(int);
4448#else
4449void (*signal ()) ();
4450#endif
4451
b7026657
AC
4452int
4453main ()
4454{
c906108c 4455int i;
b7026657
AC
4456 ;
4457 return 0;
4458}
4459_ACEOF
4460rm -f conftest.$ac_objext
4461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4462 (eval $ac_compile) 2>conftest.er1
4463 ac_status=$?
4464 grep -v '^ *+' conftest.er1 >conftest.err
4465 rm -f conftest.er1
4466 cat conftest.err >&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); } &&
4469 { ac_try='test -z "$ac_c_werror_flag"
4470 || test ! -s conftest.err'
4471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4472 (eval $ac_try) 2>&5
4473 ac_status=$?
4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4475 (exit $ac_status); }; } &&
4476 { ac_try='test -s conftest.$ac_objext'
4477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4478 (eval $ac_try) 2>&5
4479 ac_status=$?
4480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481 (exit $ac_status); }; }; then
c906108c
SS
4482 ac_cv_type_signal=void
4483else
b7026657
AC
4484 echo "$as_me: failed program was:" >&5
4485sed 's/^/| /' conftest.$ac_ext >&5
4486
4487ac_cv_type_signal=int
c906108c 4488fi
b7026657 4489rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4490fi
b7026657
AC
4491echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
4492echo "${ECHO_T}$ac_cv_type_signal" >&6
c906108c 4493
b7026657 4494cat >>confdefs.h <<_ACEOF
c906108c 4495#define RETSIGTYPE $ac_cv_type_signal
b7026657 4496_ACEOF
c906108c 4497
cd0fc7c3
SS
4498
4499
c906108c
SS
4500
4501
4502sim_link_files=
4503sim_link_links=
4504
4505sim_link_links=tconfig.h
4506if test -f ${srcdir}/tconfig.in
4507then
4508 sim_link_files=tconfig.in
4509else
4510 sim_link_files=../common/tconfig.in
4511fi
4512
4513# targ-vals.def points to the libc macro description file.
4514case "${target}" in
4515*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
4516esac
4517sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
4518sim_link_links="${sim_link_links} targ-vals.def"
4519
c906108c
SS
4520
4521
4522wire_endian="LITTLE_ENDIAN"
4523default_endian=""
4524# Check whether --enable-sim-endian or --disable-sim-endian was given.
4525if test "${enable_sim_endian+set}" = set; then
4526 enableval="$enable_sim_endian"
4527 case "${enableval}" in
4528 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
4529 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
4530 yes) if test x"$wire_endian" != x; then
4531 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4532 else
4533 if test x"$default_endian" != x; then
4534 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
4535 else
4536 echo "No hard-wired endian for target $target" 1>&6
4537 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
4538 fi
4539 fi;;
4540 no) if test x"$default_endian" != x; then
4541 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4542 else
4543 if test x"$wire_endian" != x; then
4544 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
4545 else
4546 echo "No default endian for target $target" 1>&6
4547 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
4548 fi
4549 fi;;
b7026657
AC
4550 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-endian\"" >&5
4551echo "$as_me: error: \"Unknown value $enableval for --enable-sim-endian\"" >&2;}
4552 { (exit 1); exit 1; }; }; sim_endian="";;
c906108c
SS
4553esac
4554if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
4555 echo "Setting endian flags = $sim_endian" 6>&1
4556fi
4557else
4558 if test x"$default_endian" != x; then
4559 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4560else
4561 if test x"$wire_endian" != x; then
4562 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4563 else
4564 sim_endian=
4565 fi
4566fi
b7026657 4567fi;
c906108c
SS
4568wire_alignment=""
4569default_alignment="NONSTRICT_ALIGNMENT"
4570
4571# Check whether --enable-sim-alignment or --disable-sim-alignment was given.
4572if test "${enable_sim_alignment+set}" = set; then
4573 enableval="$enable_sim_alignment"
4574 case "${enableval}" in
4575 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
4576 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
4577 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
4578 yes) if test x"$wire_alignment" != x; then
4579 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4580 else
4581 if test x"$default_alignment" != x; then
4582 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
4583 else
4584 echo "No hard-wired alignment for target $target" 1>&6
4585 sim_alignment="-DWITH_ALIGNMENT=0"
4586 fi
4587 fi;;
4588 no) if test x"$default_alignment" != x; then
4589 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4590 else
4591 if test x"$wire_alignment" != x; then
4592 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
4593 else
4594 echo "No default alignment for target $target" 1>&6
4595 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
4596 fi
4597 fi;;
b7026657
AC
4598 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&5
4599echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&2;}
4600 { (exit 1); exit 1; }; }; sim_alignment="";;
c906108c
SS
4601esac
4602if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
4603 echo "Setting alignment flags = $sim_alignment" 6>&1
4604fi
4605else
4606 if test x"$default_alignment" != x; then
4607 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4608else
4609 if test x"$wire_alignment" != x; then
4610 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4611 else
4612 sim_alignment=
4613 fi
4614fi
b7026657 4615fi;
c906108c
SS
4616
4617# Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
4618if test "${enable_sim_hostendian+set}" = set; then
4619 enableval="$enable_sim_hostendian"
4620 case "${enableval}" in
4621 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
4622 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
4623 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
b7026657
AC
4624 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&5
4625echo "$as_me: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&2;}
4626 { (exit 1); exit 1; }; }; sim_hostendian="";;
c906108c
SS
4627esac
4628if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
4629 echo "Setting hostendian flags = $sim_hostendian" 6>&1
4630fi
4631else
b7026657 4632
c906108c 4633if test "x$cross_compiling" = "xno"; then
b7026657
AC
4634 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4635echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4636if test "${ac_cv_c_bigendian+set}" = set; then
4637 echo $ECHO_N "(cached) $ECHO_C" >&6
4638else
4639 # See if sys/param.h defines the BYTE_ORDER macro.
4640cat >conftest.$ac_ext <<_ACEOF
4641/* confdefs.h. */
4642_ACEOF
4643cat confdefs.h >>conftest.$ac_ext
4644cat >>conftest.$ac_ext <<_ACEOF
4645/* end confdefs.h. */
c906108c
SS
4646#include <sys/types.h>
4647#include <sys/param.h>
c906108c 4648
b7026657
AC
4649int
4650main ()
4651{
c906108c
SS
4652#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4653 bogus endian macros
4654#endif
b7026657
AC
4655
4656 ;
4657 return 0;
4658}
4659_ACEOF
4660rm -f conftest.$ac_objext
4661if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4662 (eval $ac_compile) 2>conftest.er1
4663 ac_status=$?
4664 grep -v '^ *+' conftest.er1 >conftest.err
4665 rm -f conftest.er1
4666 cat conftest.err >&5
4667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4668 (exit $ac_status); } &&
4669 { ac_try='test -z "$ac_c_werror_flag"
4670 || test ! -s conftest.err'
4671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4672 (eval $ac_try) 2>&5
4673 ac_status=$?
4674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4675 (exit $ac_status); }; } &&
4676 { ac_try='test -s conftest.$ac_objext'
4677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4678 (eval $ac_try) 2>&5
4679 ac_status=$?
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); }; }; then
c906108c 4682 # It does; now see whether it defined to BIG_ENDIAN or not.
b7026657
AC
4683cat >conftest.$ac_ext <<_ACEOF
4684/* confdefs.h. */
4685_ACEOF
4686cat confdefs.h >>conftest.$ac_ext
4687cat >>conftest.$ac_ext <<_ACEOF
4688/* end confdefs.h. */
c906108c
SS
4689#include <sys/types.h>
4690#include <sys/param.h>
c906108c 4691
b7026657
AC
4692int
4693main ()
4694{
c906108c
SS
4695#if BYTE_ORDER != BIG_ENDIAN
4696 not big endian
4697#endif
b7026657
AC
4698
4699 ;
4700 return 0;
4701}
4702_ACEOF
4703rm -f conftest.$ac_objext
4704if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4705 (eval $ac_compile) 2>conftest.er1
4706 ac_status=$?
4707 grep -v '^ *+' conftest.er1 >conftest.err
4708 rm -f conftest.er1
4709 cat conftest.err >&5
4710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711 (exit $ac_status); } &&
4712 { ac_try='test -z "$ac_c_werror_flag"
4713 || test ! -s conftest.err'
4714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4715 (eval $ac_try) 2>&5
4716 ac_status=$?
4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); }; } &&
4719 { ac_try='test -s conftest.$ac_objext'
4720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4721 (eval $ac_try) 2>&5
4722 ac_status=$?
4723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724 (exit $ac_status); }; }; then
c906108c
SS
4725 ac_cv_c_bigendian=yes
4726else
b7026657
AC
4727 echo "$as_me: failed program was:" >&5
4728sed 's/^/| /' conftest.$ac_ext >&5
4729
4730ac_cv_c_bigendian=no
c906108c 4731fi
b7026657 4732rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4733else
b7026657
AC
4734 echo "$as_me: failed program was:" >&5
4735sed 's/^/| /' conftest.$ac_ext >&5
4736
4737# It does not; compile a test program.
c906108c 4738if test "$cross_compiling" = yes; then
b7026657
AC
4739 # try to guess the endianness by grepping values into an object file
4740 ac_cv_c_bigendian=unknown
4741 cat >conftest.$ac_ext <<_ACEOF
4742/* confdefs.h. */
4743_ACEOF
4744cat confdefs.h >>conftest.$ac_ext
4745cat >>conftest.$ac_ext <<_ACEOF
4746/* end confdefs.h. */
4747short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4748short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4749void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4750short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4751short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4752void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4753int
4754main ()
4755{
4756 _ascii (); _ebcdic ();
4757 ;
4758 return 0;
4759}
4760_ACEOF
4761rm -f conftest.$ac_objext
4762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4763 (eval $ac_compile) 2>conftest.er1
4764 ac_status=$?
4765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
4768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769 (exit $ac_status); } &&
4770 { ac_try='test -z "$ac_c_werror_flag"
4771 || test ! -s conftest.err'
4772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4773 (eval $ac_try) 2>&5
4774 ac_status=$?
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); }; } &&
4777 { ac_try='test -s conftest.$ac_objext'
4778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4779 (eval $ac_try) 2>&5
4780 ac_status=$?
4781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4782 (exit $ac_status); }; }; then
4783 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4784 ac_cv_c_bigendian=yes
4785fi
4786if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4787 if test "$ac_cv_c_bigendian" = unknown; then
4788 ac_cv_c_bigendian=no
4789 else
4790 # finding both strings is unlikely to happen, but who knows?
4791 ac_cv_c_bigendian=unknown
4792 fi
4793fi
4794else
4795 echo "$as_me: failed program was:" >&5
4796sed 's/^/| /' conftest.$ac_ext >&5
4797
4798fi
4799rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4800else
b7026657
AC
4801 cat >conftest.$ac_ext <<_ACEOF
4802/* confdefs.h. */
4803_ACEOF
4804cat confdefs.h >>conftest.$ac_ext
4805cat >>conftest.$ac_ext <<_ACEOF
4806/* end confdefs.h. */
4807int
4808main ()
4809{
c906108c
SS
4810 /* Are we little or big endian? From Harbison&Steele. */
4811 union
4812 {
4813 long l;
4814 char c[sizeof (long)];
4815 } u;
4816 u.l = 1;
4817 exit (u.c[sizeof (long) - 1] == 1);
4818}
b7026657
AC
4819_ACEOF
4820rm -f conftest$ac_exeext
4821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4822 (eval $ac_link) 2>&5
4823 ac_status=$?
4824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4825 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4827 (eval $ac_try) 2>&5
4828 ac_status=$?
4829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4830 (exit $ac_status); }; }; then
c906108c
SS
4831 ac_cv_c_bigendian=no
4832else
b7026657
AC
4833 echo "$as_me: program exited with status $ac_status" >&5
4834echo "$as_me: failed program was:" >&5
4835sed 's/^/| /' conftest.$ac_ext >&5
4836
4837( exit $ac_status )
4838ac_cv_c_bigendian=yes
c906108c 4839fi
b7026657 4840rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c906108c 4841fi
c906108c 4842fi
b7026657 4843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4844fi
b7026657
AC
4845echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4846echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4847case $ac_cv_c_bigendian in
4848 yes)
c906108c 4849
b7026657 4850cat >>confdefs.h <<\_ACEOF
c906108c 4851#define WORDS_BIGENDIAN 1
b7026657
AC
4852_ACEOF
4853 ;;
4854 no)
4855 ;;
4856 *)
4857 { { echo "$as_me:$LINENO: error: unknown endianness
4858presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4859echo "$as_me: error: unknown endianness
4860presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4861 { (exit 1); exit 1; }; } ;;
4862esac
c906108c
SS
4863
4864 if test $ac_cv_c_bigendian = yes; then
4865 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
4866 else
4867 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
4868 fi
4869else
4870 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
4871fi
b7026657 4872fi;
c906108c 4873
c8cca39f
AC
4874# NOTE: Don't add -Wall or -Wunused, they both include
4875# -Wunused-parameter which reports bogus warnings.
4876# NOTE: If you add to this list, remember to update
4877# gdb/doc/gdbint.texinfo.
4878build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
51216631
JB
4879-Wformat -Wparentheses -Wpointer-arith"
4880# GCC supports -Wuninitialized only with -O or -On, n != 0.
4881if test x${CFLAGS+set} = xset; then
4882 case "${CFLAGS}" in
4883 *"-O0"* ) ;;
4884 *"-O"* )
4885 build_warnings="${build_warnings} -Wuninitialized"
4886 ;;
4887 esac
4888else
4889 build_warnings="${build_warnings} -Wuninitialized"
4890fi
c8cca39f
AC
4891# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
4892# -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
4893# -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
4894# -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
4895# -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
4896# -Woverloaded-virtual -Winline -Werror"
c906108c
SS
4897# Check whether --enable-build-warnings or --disable-build-warnings was given.
4898if test "${enable_build_warnings+set}" = set; then
4899 enableval="$enable_build_warnings"
c8cca39f
AC
4900 case "${enableval}" in
4901 yes) ;;
4902 no) build_warnings="-w";;
4903 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4904 build_warnings="${build_warnings} ${t}";;
4905 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4906 build_warnings="${t} ${build_warnings}";;
4907 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4908esac
4909if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4910 echo "Setting compiler warning flags = $build_warnings" 6>&1
4911fi
b7026657 4912fi; # Check whether --enable-sim-build-warnings or --disable-sim-build-warnings was given.
c8cca39f
AC
4913if test "${enable_sim_build_warnings+set}" = set; then
4914 enableval="$enable_sim_build_warnings"
4915 case "${enableval}" in
c906108c
SS
4916 yes) ;;
4917 no) build_warnings="-w";;
4918 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 4919 build_warnings="${build_warnings} ${t}";;
c906108c 4920 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
4921 build_warnings="${t} ${build_warnings}";;
4922 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
4923esac
4924if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
4925 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
4926fi
b7026657 4927fi; WARN_CFLAGS=""
d4f3574e
SS
4928WERROR_CFLAGS=""
4929if test "x${build_warnings}" != x -a "x$GCC" = xyes
4930then
b7026657
AC
4931 echo "$as_me:$LINENO: checking compiler warning flags" >&5
4932echo $ECHO_N "checking compiler warning flags... $ECHO_C" >&6
c8cca39f
AC
4933 # Separate out the -Werror flag as some files just cannot be
4934 # compiled with it enabled.
4935 for w in ${build_warnings}; do
4936 case $w in
4937 -Werr*) WERROR_CFLAGS=-Werror ;;
4938 *) # Check that GCC accepts it
4939 saved_CFLAGS="$CFLAGS"
4940 CFLAGS="$CFLAGS $w"
b7026657
AC
4941 cat >conftest.$ac_ext <<_ACEOF
4942/* confdefs.h. */
4943_ACEOF
4944cat confdefs.h >>conftest.$ac_ext
4945cat >>conftest.$ac_ext <<_ACEOF
4946/* end confdefs.h. */
c8cca39f 4947
b7026657
AC
4948int
4949main ()
4950{
c8cca39f 4951
b7026657
AC
4952 ;
4953 return 0;
4954}
4955_ACEOF
4956rm -f conftest.$ac_objext
4957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4958 (eval $ac_compile) 2>conftest.er1
4959 ac_status=$?
4960 grep -v '^ *+' conftest.er1 >conftest.err
4961 rm -f conftest.er1
4962 cat conftest.err >&5
4963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4964 (exit $ac_status); } &&
4965 { ac_try='test -z "$ac_c_werror_flag"
4966 || test ! -s conftest.err'
4967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4968 (eval $ac_try) 2>&5
4969 ac_status=$?
4970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4971 (exit $ac_status); }; } &&
4972 { ac_try='test -s conftest.$ac_objext'
4973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4974 (eval $ac_try) 2>&5
4975 ac_status=$?
4976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4977 (exit $ac_status); }; }; then
c8cca39f 4978 WARN_CFLAGS="${WARN_CFLAGS} $w"
c906108c 4979else
b7026657
AC
4980 echo "$as_me: failed program was:" >&5
4981sed 's/^/| /' conftest.$ac_ext >&5
4982
c8cca39f 4983fi
b7026657 4984rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
4985 CFLAGS="$saved_CFLAGS"
4986 esac
4987 done
b7026657
AC
4988 echo "$as_me:$LINENO: result: ${WARN_CFLAGS}${WERROR_CFLAGS}" >&5
4989echo "${ECHO_T}${WARN_CFLAGS}${WERROR_CFLAGS}" >&6
c906108c
SS
4990fi
4991
4992
4993default_sim_reserved_bits="1"
4994# Check whether --enable-sim-reserved-bits or --disable-sim-reserved-bits was given.
4995if test "${enable_sim_reserved_bits+set}" = set; then
4996 enableval="$enable_sim_reserved_bits"
4997 case "${enableval}" in
4998 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
4999 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
b7026657
AC
5000 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-reserved-bits does not take a value\"" >&5
5001echo "$as_me: error: \"--enable-sim-reserved-bits does not take a value\"" >&2;}
5002 { (exit 1); exit 1; }; }; sim_reserved_bits="";;
c906108c
SS
5003esac
5004if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
5005 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
5006fi
5007else
5008 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
b7026657 5009fi;
c906108c
SS
5010wire_word_bitsize="32"
5011wire_word_msb="31"
5012wire_address_bitsize=""
5013wire_cell_bitsize=""
5014# Check whether --enable-sim-bitsize or --disable-sim-bitsize was given.
5015if test "${enable_sim_bitsize+set}" = set; then
5016 enableval="$enable_sim_bitsize"
5017 sim_bitsize=
5018case "${enableval}" in
5019 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
5020 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
5021 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
5022 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
5023 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
5024 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
5025 else
5026 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
5027 fi ;;
5028 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
5029 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
5030 else
5031 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
5032 fi ;;
b7026657
AC
5033 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" >&5
5034echo "$as_me: error: \"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" >&2;}
5035 { (exit 1); exit 1; }; } ;;
c906108c
SS
5036esac
5037# address bitsize
5038tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
5039case x"${tmp}" in
5040 x ) ;;
5041 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
5042 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
b7026657
AC
5043 * ) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" >&5
5044echo "$as_me: error: \"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" >&2;}
5045 { (exit 1); exit 1; }; } ;;
c906108c
SS
5046esac
5047# cell bitsize
5048tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
5049case x"${tmp}" in
5050 x ) ;;
5051 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
5052 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
b7026657
AC
5053 * ) { { echo "$as_me:$LINENO: error: \"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" >&5
5054echo "$as_me: error: \"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" >&2;}
5055 { (exit 1); exit 1; }; } ;;
c906108c
SS
5056esac
5057if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
5058 echo "Setting bitsize flags = $sim_bitsize" 6>&1
5059fi
5060else
5061 sim_bitsize=""
5062if test x"$wire_word_bitsize" != x; then
5063 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
5064fi
b7026657
AC
5065if test x"$wire_word_msb" != x; then
5066 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
5067fi
5068if test x"$wire_address_bitsize" != x; then
5069 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
5070fi
5071if test x"$wire_cell_bitsize" != x; then
5072 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
5073fi
5074fi;
5075
5076
5077
5078
5079
5080
5081
5082
5083for ac_func in time chmod utime fork execve execv chown
5084do
5085as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5086echo "$as_me:$LINENO: checking for $ac_func" >&5
5087echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5088if eval "test \"\${$as_ac_var+set}\" = set"; then
5089 echo $ECHO_N "(cached) $ECHO_C" >&6
5090else
5091 cat >conftest.$ac_ext <<_ACEOF
5092/* confdefs.h. */
5093_ACEOF
5094cat confdefs.h >>conftest.$ac_ext
5095cat >>conftest.$ac_ext <<_ACEOF
5096/* end confdefs.h. */
5097/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5098 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5099#define $ac_func innocuous_$ac_func
5100
5101/* System header to define __stub macros and hopefully few prototypes,
5102 which can conflict with char $ac_func (); below.
5103 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5104 <limits.h> exists even on freestanding compilers. */
5105
5106#ifdef __STDC__
5107# include <limits.h>
5108#else
5109# include <assert.h>
5110#endif
5111
5112#undef $ac_func
5113
5114/* Override any gcc2 internal prototype to avoid an error. */
5115#ifdef __cplusplus
5116extern "C"
5117{
5118#endif
5119/* We use char because int might match the return type of a gcc2
5120 builtin and then its argument prototype would still apply. */
5121char $ac_func ();
5122/* The GNU C library defines this for functions which it implements
5123 to always fail with ENOSYS. Some functions are actually named
5124 something starting with __ and the normal name is an alias. */
5125#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5126choke me
5127#else
5128char (*f) () = $ac_func;
5129#endif
5130#ifdef __cplusplus
5131}
5132#endif
5133
5134int
5135main ()
5136{
5137return f != $ac_func;
5138 ;
5139 return 0;
5140}
5141_ACEOF
5142rm -f conftest.$ac_objext conftest$ac_exeext
5143if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5144 (eval $ac_link) 2>conftest.er1
5145 ac_status=$?
5146 grep -v '^ *+' conftest.er1 >conftest.err
5147 rm -f conftest.er1
5148 cat conftest.err >&5
5149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150 (exit $ac_status); } &&
5151 { ac_try='test -z "$ac_c_werror_flag"
5152 || test ! -s conftest.err'
5153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5154 (eval $ac_try) 2>&5
5155 ac_status=$?
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); }; } &&
5158 { ac_try='test -s conftest$ac_exeext'
5159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5160 (eval $ac_try) 2>&5
5161 ac_status=$?
5162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5163 (exit $ac_status); }; }; then
5164 eval "$as_ac_var=yes"
5165else
5166 echo "$as_me: failed program was:" >&5
5167sed 's/^/| /' conftest.$ac_ext >&5
5168
5169eval "$as_ac_var=no"
5170fi
5171rm -f conftest.err conftest.$ac_objext \
5172 conftest$ac_exeext conftest.$ac_ext
5173fi
5174echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5175echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5176if test `eval echo '${'$as_ac_var'}'` = yes; then
5177 cat >>confdefs.h <<_ACEOF
5178#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5179_ACEOF
5180
5181fi
5182done
5183
5184
5185
5186
5187
5188
5189
5190for ac_header in unistd.h stdlib.h string.h strings.h utime.h time.h
5191do
5192as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5193if eval "test \"\${$as_ac_Header+set}\" = set"; then
5194 echo "$as_me:$LINENO: checking for $ac_header" >&5
5195echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5196if eval "test \"\${$as_ac_Header+set}\" = set"; then
5197 echo $ECHO_N "(cached) $ECHO_C" >&6
5198fi
5199echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5200echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5201else
5202 # Is the header compilable?
5203echo "$as_me:$LINENO: checking $ac_header usability" >&5
5204echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5205cat >conftest.$ac_ext <<_ACEOF
5206/* confdefs.h. */
5207_ACEOF
5208cat confdefs.h >>conftest.$ac_ext
5209cat >>conftest.$ac_ext <<_ACEOF
5210/* end confdefs.h. */
5211$ac_includes_default
5212#include <$ac_header>
5213_ACEOF
5214rm -f conftest.$ac_objext
5215if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5216 (eval $ac_compile) 2>conftest.er1
5217 ac_status=$?
5218 grep -v '^ *+' conftest.er1 >conftest.err
5219 rm -f conftest.er1
5220 cat conftest.err >&5
5221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5222 (exit $ac_status); } &&
5223 { ac_try='test -z "$ac_c_werror_flag"
5224 || test ! -s conftest.err'
5225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5226 (eval $ac_try) 2>&5
5227 ac_status=$?
5228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5229 (exit $ac_status); }; } &&
5230 { ac_try='test -s conftest.$ac_objext'
5231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5232 (eval $ac_try) 2>&5
5233 ac_status=$?
5234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5235 (exit $ac_status); }; }; then
5236 ac_header_compiler=yes
5237else
5238 echo "$as_me: failed program was:" >&5
5239sed 's/^/| /' conftest.$ac_ext >&5
5240
5241ac_header_compiler=no
5242fi
5243rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5244echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5245echo "${ECHO_T}$ac_header_compiler" >&6
5246
5247# Is the header present?
5248echo "$as_me:$LINENO: checking $ac_header presence" >&5
5249echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5250cat >conftest.$ac_ext <<_ACEOF
5251/* confdefs.h. */
5252_ACEOF
5253cat confdefs.h >>conftest.$ac_ext
5254cat >>conftest.$ac_ext <<_ACEOF
5255/* end confdefs.h. */
5256#include <$ac_header>
5257_ACEOF
5258if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5259 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5260 ac_status=$?
5261 grep -v '^ *+' conftest.er1 >conftest.err
5262 rm -f conftest.er1
5263 cat conftest.err >&5
5264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5265 (exit $ac_status); } >/dev/null; then
5266 if test -s conftest.err; then
5267 ac_cpp_err=$ac_c_preproc_warn_flag
5268 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5269 else
5270 ac_cpp_err=
5271 fi
5272else
5273 ac_cpp_err=yes
5274fi
5275if test -z "$ac_cpp_err"; then
5276 ac_header_preproc=yes
5277else
5278 echo "$as_me: failed program was:" >&5
5279sed 's/^/| /' conftest.$ac_ext >&5
5280
5281 ac_header_preproc=no
5282fi
5283rm -f conftest.err conftest.$ac_ext
5284echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5285echo "${ECHO_T}$ac_header_preproc" >&6
5286
5287# So? What about this header?
5288case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5289 yes:no: )
5290 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5291echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5292 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5293echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5294 ac_header_preproc=yes
5295 ;;
5296 no:yes:* )
5297 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5298echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5299 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5300echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5301 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5302echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5303 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5304echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5305 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5306echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5307 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5308echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5309 (
5310 cat <<\_ASBOX
5311## ------------------------------------------ ##
5312## Report this to the AC_PACKAGE_NAME lists. ##
5313## ------------------------------------------ ##
5314_ASBOX
5315 ) |
5316 sed "s/^/$as_me: WARNING: /" >&2
5317 ;;
5318esac
5319echo "$as_me:$LINENO: checking for $ac_header" >&5
5320echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5321if eval "test \"\${$as_ac_Header+set}\" = set"; then
5322 echo $ECHO_N "(cached) $ECHO_C" >&6
5323else
5324 eval "$as_ac_Header=\$ac_header_preproc"
5325fi
5326echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5327echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5328
5329fi
5330if test `eval echo '${'$as_ac_Header'}'` = yes; then
5331 cat >>confdefs.h <<_ACEOF
5332#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5333_ACEOF
5334
5335fi
5336
5337done
5338
5339
5340
5341ac_sources="$sim_link_files"
5342ac_dests="$sim_link_links"
5343while test -n "$ac_sources"; do
5344 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
5345 set $ac_sources; ac_source=$1; shift; ac_sources=$*
5346 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
5347done
5348 ac_config_links="$ac_config_links $ac_config_links_1"
5349
5350cgen_breaks=""
5351if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
5352cgen_breaks="break cgen_rtx_error";
5353fi
5354
38f48d72
AC
5355 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
5356
5357 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
5358
5359 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
5360
5361 ac_config_commands="$ac_config_commands Makefile"
5362
5363 ac_config_commands="$ac_config_commands stamp-h"
5364
b7026657
AC
5365cat >confcache <<\_ACEOF
5366# This file is a shell script that caches the results of configure
5367# tests run on this system so they can be shared between configure
5368# scripts and configure runs, see configure's option --config-cache.
5369# It is not useful on other systems. If it contains results you don't
5370# want to keep, you may remove or edit it.
5371#
5372# config.status only pays attention to the cache file if you give it
5373# the --recheck option to rerun configure.
5374#
5375# `ac_cv_env_foo' variables (set or unset) will be overridden when
5376# loading this file, other *unset* `ac_cv_foo' will be assigned the
5377# following values.
5378
5379_ACEOF
5380
5381# The following way of writing the cache mishandles newlines in values,
5382# but we know of no workaround that is simple, portable, and efficient.
5383# So, don't put newlines in cache variables' values.
5384# Ultrix sh set writes to stderr and can't be redirected directly,
5385# and sets the high bit in the cache file unless we assign to the vars.
5386{
5387 (set) 2>&1 |
5388 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5389 *ac_space=\ *)
5390 # `set' does not quote correctly, so add quotes (double-quote
5391 # substitution turns \\\\ into \\, and sed turns \\ into \).
5392 sed -n \
5393 "s/'/'\\\\''/g;
5394 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5395 ;;
5396 *)
5397 # `set' quotes correctly as required by POSIX, so do not add quotes.
5398 sed -n \
5399 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5400 ;;
5401 esac;
5402} |
5403 sed '
5404 t clear
5405 : clear
5406 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5407 t end
5408 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5409 : end' >>confcache
5410if diff $cache_file confcache >/dev/null 2>&1; then :; else
5411 if test -w $cache_file; then
5412 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5413 cat confcache >$cache_file
5414 else
5415 echo "not updating unwritable cache $cache_file"
5416 fi
5417fi
5418rm -f confcache
5419
5420test "x$prefix" = xNONE && prefix=$ac_default_prefix
5421# Let make expand exec_prefix.
5422test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5423
5424# VPATH may cause trouble with some makes, so we remove $(srcdir),
5425# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5426# trailing colons and then remove the whole line if VPATH becomes empty
5427# (actually we leave an empty line to preserve line numbers).
5428if test "x$srcdir" = x.; then
5429 ac_vpsub='/^[ ]*VPATH[ ]*=/{
5430s/:*\$(srcdir):*/:/;
5431s/:*\${srcdir}:*/:/;
5432s/:*@srcdir@:*/:/;
5433s/^\([^=]*=[ ]*\):*/\1/;
5434s/:*$//;
5435s/^[^=]*=[ ]*$//;
5436}'
5437fi
5438
5439DEFS=-DHAVE_CONFIG_H
5440
5441ac_libobjs=
5442ac_ltlibobjs=
5443for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5444 # 1. Remove the extension, and $U if already installed.
5445 ac_i=`echo "$ac_i" |
5446 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5447 # 2. Add them.
5448 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5449 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5450done
5451LIBOBJS=$ac_libobjs
5452
5453LTLIBOBJS=$ac_ltlibobjs
5454
5455
5456
5457: ${CONFIG_STATUS=./config.status}
5458ac_clean_files_save=$ac_clean_files
5459ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5460{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5461echo "$as_me: creating $CONFIG_STATUS" >&6;}
5462cat >$CONFIG_STATUS <<_ACEOF
5463#! $SHELL
5464# Generated by $as_me.
5465# Run this file to recreate the current configuration.
5466# Compiler output produced by configure, useful for debugging
5467# configure, is in config.log if it exists.
5468
5469debug=false
5470ac_cs_recheck=false
5471ac_cs_silent=false
5472SHELL=\${CONFIG_SHELL-$SHELL}
5473_ACEOF
5474
5475cat >>$CONFIG_STATUS <<\_ACEOF
5476## --------------------- ##
5477## M4sh Initialization. ##
5478## --------------------- ##
5479
5480# Be Bourne compatible
5481if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5482 emulate sh
5483 NULLCMD=:
5484 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5485 # is contrary to our usage. Disable this feature.
5486 alias -g '${1+"$@"}'='"$@"'
5487elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5488 set -o posix
5489fi
5490DUALCASE=1; export DUALCASE # for MKS sh
5491
5492# Support unset when possible.
5493if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5494 as_unset=unset
5495else
5496 as_unset=false
c906108c 5497fi
b7026657
AC
5498
5499
5500# Work around bugs in pre-3.0 UWIN ksh.
5501$as_unset ENV MAIL MAILPATH
5502PS1='$ '
5503PS2='> '
5504PS4='+ '
5505
5506# NLS nuisances.
5507for as_var in \
5508 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5509 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5510 LC_TELEPHONE LC_TIME
5511do
5512 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5513 eval $as_var=C; export $as_var
5514 else
5515 $as_unset $as_var
5516 fi
5517done
5518
5519# Required to use basename.
5520if expr a : '\(a\)' >/dev/null 2>&1; then
5521 as_expr=expr
5522else
5523 as_expr=false
c906108c 5524fi
b7026657
AC
5525
5526if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5527 as_basename=basename
5528else
5529 as_basename=false
c906108c 5530fi
b7026657
AC
5531
5532
5533# Name of the executable.
5534as_me=`$as_basename "$0" ||
5535$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5536 X"$0" : 'X\(//\)$' \| \
5537 X"$0" : 'X\(/\)$' \| \
5538 . : '\(.\)' 2>/dev/null ||
5539echo X/"$0" |
5540 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5541 /^X\/\(\/\/\)$/{ s//\1/; q; }
5542 /^X\/\(\/\).*/{ s//\1/; q; }
5543 s/.*/./; q'`
5544
5545
5546# PATH needs CR, and LINENO needs CR and PATH.
5547# Avoid depending upon Character Ranges.
5548as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5549as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5550as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5551as_cr_digits='0123456789'
5552as_cr_alnum=$as_cr_Letters$as_cr_digits
5553
5554# The user is always right.
5555if test "${PATH_SEPARATOR+set}" != set; then
5556 echo "#! /bin/sh" >conf$$.sh
5557 echo "exit 0" >>conf$$.sh
5558 chmod +x conf$$.sh
5559 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5560 PATH_SEPARATOR=';'
5561 else
5562 PATH_SEPARATOR=:
5563 fi
5564 rm -f conf$$.sh
c906108c
SS
5565fi
5566
5567
b7026657
AC
5568 as_lineno_1=$LINENO
5569 as_lineno_2=$LINENO
5570 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5571 test "x$as_lineno_1" != "x$as_lineno_2" &&
5572 test "x$as_lineno_3" = "x$as_lineno_2" || {
5573 # Find who we are. Look in the path if we contain no path at all
5574 # relative or not.
5575 case $0 in
5576 *[\\/]* ) as_myself=$0 ;;
5577 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5578for as_dir in $PATH
c906108c 5579do
b7026657
AC
5580 IFS=$as_save_IFS
5581 test -z "$as_dir" && as_dir=.
5582 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5583done
c906108c 5584
b7026657
AC
5585 ;;
5586 esac
5587 # We did not find ourselves, most probably we were run as `sh COMMAND'
5588 # in which case we are not to be found in the path.
5589 if test "x$as_myself" = x; then
5590 as_myself=$0
5591 fi
5592 if test ! -f "$as_myself"; then
5593 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5594echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5595 { (exit 1); exit 1; }; }
5596 fi
5597 case $CONFIG_SHELL in
5598 '')
5599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5600for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5601do
5602 IFS=$as_save_IFS
5603 test -z "$as_dir" && as_dir=.
5604 for as_base in sh bash ksh sh5; do
5605 case $as_dir in
5606 /*)
5607 if ("$as_dir/$as_base" -c '
5608 as_lineno_1=$LINENO
5609 as_lineno_2=$LINENO
5610 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5611 test "x$as_lineno_1" != "x$as_lineno_2" &&
5612 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
5613 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5614 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5615 CONFIG_SHELL=$as_dir/$as_base
5616 export CONFIG_SHELL
5617 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5618 fi;;
5619 esac
5620 done
5621done
5622;;
5623 esac
5624
5625 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5626 # uniformly replaced by the line number. The first 'sed' inserts a
5627 # line-number line before each line; the second 'sed' does the real
5628 # work. The second script uses 'N' to pair each line-number line
5629 # with the numbered line, and appends trailing '-' during
5630 # substitution so that $LINENO is not a special case at line end.
5631 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5632 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5633 sed '=' <$as_myself |
5634 sed '
5635 N
5636 s,$,-,
5637 : loop
5638 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5639 t loop
5640 s,-$,,
5641 s,^['$as_cr_digits']*\n,,
5642 ' >$as_me.lineno &&
5643 chmod +x $as_me.lineno ||
5644 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5645echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5646 { (exit 1); exit 1; }; }
5647
5648 # Don't try to exec as it changes $[0], causing all sort of problems
5649 # (the dirname of $[0] is not the place where we might find the
5650 # original and so on. Autoconf is especially sensible to this).
5651 . ./$as_me.lineno
5652 # Exit status is that of the last command.
5653 exit
5654}
c906108c 5655
c906108c 5656
b7026657
AC
5657case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5658 *c*,-n*) ECHO_N= ECHO_C='
5659' ECHO_T=' ' ;;
5660 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5661 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
5662esac
5663
5664if expr a : '\(a\)' >/dev/null 2>&1; then
5665 as_expr=expr
c906108c 5666else
b7026657 5667 as_expr=false
c906108c 5668fi
b7026657
AC
5669
5670rm -f conf$$ conf$$.exe conf$$.file
5671echo >conf$$.file
5672if ln -s conf$$.file conf$$ 2>/dev/null; then
5673 # We could just check for DJGPP; but this test a) works b) is more generic
5674 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5675 if test -f conf$$.exe; then
5676 # Don't use ln at all; we don't have any links
5677 as_ln_s='cp -p'
5678 else
5679 as_ln_s='ln -s'
5680 fi
5681elif ln conf$$.file conf$$ 2>/dev/null; then
5682 as_ln_s=ln
5683else
5684 as_ln_s='cp -p'
c906108c 5685fi
b7026657 5686rm -f conf$$ conf$$.exe conf$$.file
c906108c 5687
b7026657
AC
5688if mkdir -p . 2>/dev/null; then
5689 as_mkdir_p=:
c906108c 5690else
b7026657
AC
5691 test -d ./-p && rmdir ./-p
5692 as_mkdir_p=false
c906108c 5693fi
c906108c 5694
b7026657
AC
5695as_executable_p="test -f"
5696
5697# Sed expression to map a string onto a valid CPP name.
5698as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5699
5700# Sed expression to map a string onto a valid variable name.
5701as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5702
5703
5704# IFS
5705# We need space, tab and new line, in precisely that order.
5706as_nl='
5707'
5708IFS=" $as_nl"
5709
5710# CDPATH.
5711$as_unset CDPATH
5712
5713exec 6>&1
5714
5715# Open the log real soon, to keep \$[0] and so on meaningful, and to
5716# report actual input values of CONFIG_FILES etc. instead of their
5717# values after options handling. Logging --version etc. is OK.
5718exec 5>>config.log
5719{
5720 echo
5721 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5722## Running $as_me. ##
5723_ASBOX
5724} >&5
5725cat >&5 <<_CSEOF
5726
5727This file was extended by $as_me, which was
5728generated by GNU Autoconf 2.59. Invocation command line was
5729
5730 CONFIG_FILES = $CONFIG_FILES
5731 CONFIG_HEADERS = $CONFIG_HEADERS
5732 CONFIG_LINKS = $CONFIG_LINKS
5733 CONFIG_COMMANDS = $CONFIG_COMMANDS
5734 $ $0 $@
5735
5736_CSEOF
5737echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5738echo >&5
5739_ACEOF
5740
5741# Files that config.status was made for.
5742if test -n "$ac_config_files"; then
5743 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
c906108c 5744fi
b7026657
AC
5745
5746if test -n "$ac_config_headers"; then
5747 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
c906108c 5748fi
b7026657
AC
5749
5750if test -n "$ac_config_links"; then
5751 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
c906108c 5752fi
c906108c 5753
b7026657
AC
5754if test -n "$ac_config_commands"; then
5755 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5756fi
c906108c 5757
b7026657 5758cat >>$CONFIG_STATUS <<\_ACEOF
c906108c 5759
b7026657
AC
5760ac_cs_usage="\
5761\`$as_me' instantiates files from templates according to the
5762current configuration.
c906108c 5763
b7026657 5764Usage: $0 [OPTIONS] [FILE]...
379832de 5765
b7026657
AC
5766 -h, --help print this help, then exit
5767 -V, --version print version number, then exit
5768 -q, --quiet do not print progress messages
5769 -d, --debug don't remove temporary files
5770 --recheck update $as_me by reconfiguring in the same conditions
5771 --file=FILE[:TEMPLATE]
5772 instantiate the configuration file FILE
5773 --header=FILE[:TEMPLATE]
5774 instantiate the configuration header FILE
5775
5776Configuration files:
5777$config_files
5778
5779Configuration headers:
5780$config_headers
5781
5782Configuration links:
5783$config_links
5784
5785Configuration commands:
5786$config_commands
5787
5788Report bugs to <bug-autoconf@gnu.org>."
5789_ACEOF
5790
5791cat >>$CONFIG_STATUS <<_ACEOF
5792ac_cs_version="\\
5793config.status
5794configured by $0, generated by GNU Autoconf 2.59,
5795 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5796
5797Copyright (C) 2003 Free Software Foundation, Inc.
5798This config.status script is free software; the Free Software Foundation
5799gives unlimited permission to copy, distribute and modify it."
5800srcdir=$srcdir
5801INSTALL="$INSTALL"
5802_ACEOF
5803
5804cat >>$CONFIG_STATUS <<\_ACEOF
5805# If no file are specified by the user, then we need to provide default
5806# value. By we need to know if files were specified by the user.
5807ac_need_defaults=:
5808while test $# != 0
5809do
5810 case $1 in
5811 --*=*)
5812 ac_option=`expr "x$1" : 'x\([^=]*\)='`
5813 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
5814 ac_shift=:
c906108c 5815 ;;
b7026657
AC
5816 -*)
5817 ac_option=$1
5818 ac_optarg=$2
5819 ac_shift=shift
c906108c 5820 ;;
b7026657
AC
5821 *) # This is not an option, so the user has probably given explicit
5822 # arguments.
5823 ac_option=$1
5824 ac_need_defaults=false;;
5825 esac
c906108c 5826
b7026657
AC
5827 case $ac_option in
5828 # Handling of the options.
5829_ACEOF
5830cat >>$CONFIG_STATUS <<\_ACEOF
5831 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5832 ac_cs_recheck=: ;;
5833 --version | --vers* | -V )
5834 echo "$ac_cs_version"; exit 0 ;;
5835 --he | --h)
5836 # Conflict between --help and --header
5837 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5838Try \`$0 --help' for more information." >&5
5839echo "$as_me: error: ambiguous option: $1
5840Try \`$0 --help' for more information." >&2;}
5841 { (exit 1); exit 1; }; };;
5842 --help | --hel | -h )
5843 echo "$ac_cs_usage"; exit 0 ;;
5844 --debug | --d* | -d )
5845 debug=: ;;
5846 --file | --fil | --fi | --f )
5847 $ac_shift
5848 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
5849 ac_need_defaults=false;;
5850 --header | --heade | --head | --hea )
5851 $ac_shift
5852 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
5853 ac_need_defaults=false;;
5854 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5855 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5856 ac_cs_silent=: ;;
c906108c 5857
b7026657
AC
5858 # This is an error.
5859 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5860Try \`$0 --help' for more information." >&5
5861echo "$as_me: error: unrecognized option: $1
5862Try \`$0 --help' for more information." >&2;}
5863 { (exit 1); exit 1; }; } ;;
c906108c 5864
b7026657
AC
5865 *) ac_config_targets="$ac_config_targets $1" ;;
5866
5867 esac
5868 shift
5869done
5870
5871ac_configure_extra_args=
5872
5873if $ac_cs_silent; then
5874 exec 6>/dev/null
5875 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
5876fi
5877
b7026657
AC
5878_ACEOF
5879cat >>$CONFIG_STATUS <<_ACEOF
5880if \$ac_cs_recheck; then
5881 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5882 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5883fi
c906108c 5884
b7026657 5885_ACEOF
c906108c 5886
c906108c 5887
c906108c 5888
b7026657
AC
5889
5890
5891cat >>$CONFIG_STATUS <<\_ACEOF
5892for ac_config_target in $ac_config_targets
c906108c 5893do
b7026657
AC
5894 case "$ac_config_target" in
5895 # Handling of arguments.
5896 "Makefile.sim" ) CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
5897 "Make-common.sim" ) CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
5898 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
5899 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
38f48d72
AC
5900 "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
5901 "stamp-h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
b7026657
AC
5902 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
5903 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5904echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5905 { (exit 1); exit 1; }; };;
c906108c
SS
5906 esac
5907done
5908
b7026657
AC
5909# If the user did not use the arguments to specify the items to instantiate,
5910# then the envvar interface is used. Set only those that are not.
5911# We use the long form for the default assignment because of an extremely
5912# bizarre bug on SunOS 4.1.3.
5913if $ac_need_defaults; then
5914 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5915 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5916 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
5917 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5918fi
5919
5920# Have a temporary directory for convenience. Make it in the build tree
5921# simply because there is no reason to put it here, and in addition,
5922# creating and moving files from /tmp can sometimes cause problems.
5923# Create a temporary directory, and hook for its removal unless debugging.
5924$debug ||
5925{
5926 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5927 trap '{ (exit 1); exit 1; }' 1 2 13 15
5928}
c906108c 5929
b7026657 5930# Create a (secure) tmp directory for tmp files.
c906108c 5931
b7026657
AC
5932{
5933 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5934 test -n "$tmp" && test -d "$tmp"
5935} ||
5936{
5937 tmp=./confstat$$-$RANDOM
5938 (umask 077 && mkdir $tmp)
5939} ||
5940{
5941 echo "$me: cannot create a temporary directory in ." >&2
5942 { (exit 1); exit 1; }
5943}
5944
5945_ACEOF
5946
5947cat >>$CONFIG_STATUS <<_ACEOF
5948
5949#
5950# CONFIG_FILES section.
5951#
c906108c 5952
b7026657
AC
5953# No need to generate the scripts if there are no CONFIG_FILES.
5954# This happens for instance when ./config.status config.h
5955if test -n "\$CONFIG_FILES"; then
5956 # Protect against being on the right side of a sed subst in config.status.
5957 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5958 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
b7026657
AC
5959s,@SHELL@,$SHELL,;t t
5960s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5961s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5962s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5963s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5964s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5965s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5966s,@exec_prefix@,$exec_prefix,;t t
5967s,@prefix@,$prefix,;t t
5968s,@program_transform_name@,$program_transform_name,;t t
5969s,@bindir@,$bindir,;t t
5970s,@sbindir@,$sbindir,;t t
5971s,@libexecdir@,$libexecdir,;t t
5972s,@datadir@,$datadir,;t t
5973s,@sysconfdir@,$sysconfdir,;t t
5974s,@sharedstatedir@,$sharedstatedir,;t t
5975s,@localstatedir@,$localstatedir,;t t
5976s,@libdir@,$libdir,;t t
5977s,@includedir@,$includedir,;t t
5978s,@oldincludedir@,$oldincludedir,;t t
5979s,@infodir@,$infodir,;t t
5980s,@mandir@,$mandir,;t t
5981s,@build_alias@,$build_alias,;t t
5982s,@host_alias@,$host_alias,;t t
5983s,@target_alias@,$target_alias,;t t
5984s,@DEFS@,$DEFS,;t t
5985s,@ECHO_C@,$ECHO_C,;t t
5986s,@ECHO_N@,$ECHO_N,;t t
5987s,@ECHO_T@,$ECHO_T,;t t
5988s,@LIBS@,$LIBS,;t t
35695fd6
AC
5989s,@sim_environment@,$sim_environment,;t t
5990s,@sim_alignment@,$sim_alignment,;t t
5991s,@sim_assert@,$sim_assert,;t t
5992s,@sim_bitsize@,$sim_bitsize,;t t
5993s,@sim_endian@,$sim_endian,;t t
5994s,@sim_hostendian@,$sim_hostendian,;t t
5995s,@sim_float@,$sim_float,;t t
5996s,@sim_scache@,$sim_scache,;t t
5997s,@sim_default_model@,$sim_default_model,;t t
5998s,@sim_hw_cflags@,$sim_hw_cflags,;t t
5999s,@sim_hw_objs@,$sim_hw_objs,;t t
6000s,@sim_hw@,$sim_hw,;t t
6001s,@sim_inline@,$sim_inline,;t t
6002s,@sim_packages@,$sim_packages,;t t
6003s,@sim_regparm@,$sim_regparm,;t t
6004s,@sim_reserved_bits@,$sim_reserved_bits,;t t
6005s,@sim_smp@,$sim_smp,;t t
6006s,@sim_stdcall@,$sim_stdcall,;t t
6007s,@sim_xor_endian@,$sim_xor_endian,;t t
6008s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
6009s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
b7026657
AC
6010s,@build@,$build,;t t
6011s,@build_cpu@,$build_cpu,;t t
6012s,@build_vendor@,$build_vendor,;t t
6013s,@build_os@,$build_os,;t t
6014s,@host@,$host,;t t
6015s,@host_cpu@,$host_cpu,;t t
6016s,@host_vendor@,$host_vendor,;t t
6017s,@host_os@,$host_os,;t t
6018s,@target@,$target,;t t
6019s,@target_cpu@,$target_cpu,;t t
6020s,@target_vendor@,$target_vendor,;t t
6021s,@target_os@,$target_os,;t t
6022s,@CC@,$CC,;t t
6023s,@CFLAGS@,$CFLAGS,;t t
6024s,@LDFLAGS@,$LDFLAGS,;t t
6025s,@CPPFLAGS@,$CPPFLAGS,;t t
6026s,@ac_ct_CC@,$ac_ct_CC,;t t
6027s,@EXEEXT@,$EXEEXT,;t t
6028s,@OBJEXT@,$OBJEXT,;t t
6029s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6030s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6031s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6032s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
6033s,@HDEFINES@,$HDEFINES,;t t
6034s,@AR@,$AR,;t t
6035s,@RANLIB@,$RANLIB,;t t
6036s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
2f0122dc
DJ
6037s,@USE_NLS@,$USE_NLS,;t t
6038s,@LIBINTL@,$LIBINTL,;t t
6039s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
6040s,@INCINTL@,$INCINTL,;t t
6041s,@XGETTEXT@,$XGETTEXT,;t t
6042s,@GMSGFMT@,$GMSGFMT,;t t
6043s,@POSUB@,$POSUB,;t t
6044s,@CATALOGS@,$CATALOGS,;t t
6045s,@DATADIRNAME@,$DATADIRNAME,;t t
6046s,@INSTOBJEXT@,$INSTOBJEXT,;t t
6047s,@GENCAT@,$GENCAT,;t t
6048s,@CATOBJEXT@,$CATOBJEXT,;t t
b7026657
AC
6049s,@CPP@,$CPP,;t t
6050s,@EGREP@,$EGREP,;t t
b7026657
AC
6051s,@MAINT@,$MAINT,;t t
6052s,@sim_bswap@,$sim_bswap,;t t
6053s,@sim_cflags@,$sim_cflags,;t t
6054s,@sim_debug@,$sim_debug,;t t
6055s,@sim_stdio@,$sim_stdio,;t t
6056s,@sim_trace@,$sim_trace,;t t
6057s,@sim_profile@,$sim_profile,;t t
6efef468
JM
6058s,@PKGVERSION@,$PKGVERSION,;t t
6059s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
6060s,@REPORT_BUGS_TEXI@,$REPORT_BUGS_TEXI,;t t
b7026657
AC
6061s,@cgen_breaks@,$cgen_breaks,;t t
6062s,@LIBOBJS@,$LIBOBJS,;t t
6063s,@LTLIBOBJS@,$LTLIBOBJS,;t t
c906108c 6064CEOF
b7026657
AC
6065
6066_ACEOF
6067
6068 cat >>$CONFIG_STATUS <<\_ACEOF
6069 # Split the substitutions into bite-sized pieces for seds with
6070 # small command number limits, like on Digital OSF/1 and HP-UX.
6071 ac_max_sed_lines=48
6072 ac_sed_frag=1 # Number of current file.
6073 ac_beg=1 # First line for current file.
6074 ac_end=$ac_max_sed_lines # Line after last line for current file.
6075 ac_more_lines=:
6076 ac_sed_cmds=
6077 while $ac_more_lines; do
6078 if test $ac_beg -gt 1; then
6079 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
c906108c 6080 else
b7026657
AC
6081 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6082 fi
6083 if test ! -s $tmp/subs.frag; then
6084 ac_more_lines=false
6085 else
6086 # The purpose of the label and of the branching condition is to
6087 # speed up the sed processing (if there are no `@' at all, there
6088 # is no need to browse any of the substitutions).
6089 # These are the two extra sed commands mentioned above.
6090 (echo ':t
6091 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6092 if test -z "$ac_sed_cmds"; then
6093 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6094 else
6095 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6096 fi
6097 ac_sed_frag=`expr $ac_sed_frag + 1`
6098 ac_beg=$ac_end
6099 ac_end=`expr $ac_end + $ac_max_sed_lines`
c906108c 6100 fi
b7026657
AC
6101 done
6102 if test -z "$ac_sed_cmds"; then
6103 ac_sed_cmds=cat
c906108c 6104 fi
b7026657 6105fi # test -n "$CONFIG_FILES"
c906108c 6106
b7026657
AC
6107_ACEOF
6108cat >>$CONFIG_STATUS <<\_ACEOF
6109for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c906108c 6110 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b7026657
AC
6111 case $ac_file in
6112 - | *:- | *:-:* ) # input from stdin
6113 cat >$tmp/stdin
6114 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6115 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6116 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6117 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6118 * ) ac_file_in=$ac_file.in ;;
c906108c
SS
6119 esac
6120
b7026657
AC
6121 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6122 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6123$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6124 X"$ac_file" : 'X\(//\)[^/]' \| \
6125 X"$ac_file" : 'X\(//\)$' \| \
6126 X"$ac_file" : 'X\(/\)' \| \
6127 . : '\(.\)' 2>/dev/null ||
6128echo X"$ac_file" |
6129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6131 /^X\(\/\/\)$/{ s//\1/; q; }
6132 /^X\(\/\).*/{ s//\1/; q; }
6133 s/.*/./; q'`
6134 { if $as_mkdir_p; then
6135 mkdir -p "$ac_dir"
c906108c 6136 else
b7026657
AC
6137 as_dir="$ac_dir"
6138 as_dirs=
6139 while test ! -d "$as_dir"; do
6140 as_dirs="$as_dir $as_dirs"
6141 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6142$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6143 X"$as_dir" : 'X\(//\)[^/]' \| \
6144 X"$as_dir" : 'X\(//\)$' \| \
6145 X"$as_dir" : 'X\(/\)' \| \
6146 . : '\(.\)' 2>/dev/null ||
6147echo X"$as_dir" |
6148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6150 /^X\(\/\/\)$/{ s//\1/; q; }
6151 /^X\(\/\).*/{ s//\1/; q; }
6152 s/.*/./; q'`
6153 done
6154 test ! -n "$as_dirs" || mkdir $as_dirs
6155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6156echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6157 { (exit 1); exit 1; }; }; }
6158
6159 ac_builddir=.
c906108c 6160
b7026657
AC
6161if test "$ac_dir" != .; then
6162 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6163 # A "../" for each directory in $ac_dir_suffix.
6164 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6165else
6166 ac_dir_suffix= ac_top_builddir=
6167fi
6168
6169case $srcdir in
6170 .) # No --srcdir option. We are building in place.
6171 ac_srcdir=.
6172 if test -z "$ac_top_builddir"; then
6173 ac_top_srcdir=.
6174 else
6175 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6176 fi ;;
6177 [\\/]* | ?:[\\/]* ) # Absolute path.
6178 ac_srcdir=$srcdir$ac_dir_suffix;
6179 ac_top_srcdir=$srcdir ;;
c906108c 6180 *) # Relative path.
b7026657
AC
6181 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6182 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6183esac
c906108c 6184
b7026657
AC
6185# Do not use `cd foo && pwd` to compute absolute paths, because
6186# the directories may not exist.
6187case `pwd` in
6188.) ac_abs_builddir="$ac_dir";;
6189*)
6190 case "$ac_dir" in
6191 .) ac_abs_builddir=`pwd`;;
6192 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6193 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6194 esac;;
6195esac
6196case $ac_abs_builddir in
6197.) ac_abs_top_builddir=${ac_top_builddir}.;;
6198*)
6199 case ${ac_top_builddir}. in
6200 .) ac_abs_top_builddir=$ac_abs_builddir;;
6201 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6202 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6203 esac;;
6204esac
6205case $ac_abs_builddir in
6206.) ac_abs_srcdir=$ac_srcdir;;
6207*)
6208 case $ac_srcdir in
6209 .) ac_abs_srcdir=$ac_abs_builddir;;
6210 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6211 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6212 esac;;
6213esac
6214case $ac_abs_builddir in
6215.) ac_abs_top_srcdir=$ac_top_srcdir;;
6216*)
6217 case $ac_top_srcdir in
6218 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6219 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6220 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6221 esac;;
6222esac
c906108c 6223
b7026657
AC
6224
6225 case $INSTALL in
6226 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6227 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c906108c
SS
6228 esac
6229
b7026657
AC
6230 if test x"$ac_file" != x-; then
6231 { echo "$as_me:$LINENO: creating $ac_file" >&5
6232echo "$as_me: creating $ac_file" >&6;}
6233 rm -f "$ac_file"
6234 fi
6235 # Let's still pretend it is `configure' which instantiates (i.e., don't
6236 # use $as_me), people would be surprised to read:
6237 # /* config.h. Generated by config.status. */
6238 if test x"$ac_file" = x-; then
6239 configure_input=
6240 else
6241 configure_input="$ac_file. "
6242 fi
6243 configure_input=$configure_input"Generated from `echo $ac_file_in |
6244 sed 's,.*/,,'` by configure."
6245
6246 # First look for the input files in the build tree, otherwise in the
6247 # src tree.
6248 ac_file_inputs=`IFS=:
6249 for f in $ac_file_in; do
6250 case $f in
6251 -) echo $tmp/stdin ;;
6252 [\\/$]*)
6253 # Absolute (can't be DOS-style, as IFS=:)
6254 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6255echo "$as_me: error: cannot find input file: $f" >&2;}
6256 { (exit 1); exit 1; }; }
6257 echo "$f";;
6258 *) # Relative
6259 if test -f "$f"; then
6260 # Build tree
6261 echo "$f"
6262 elif test -f "$srcdir/$f"; then
6263 # Source tree
6264 echo "$srcdir/$f"
6265 else
6266 # /dev/null tree
6267 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6268echo "$as_me: error: cannot find input file: $f" >&2;}
6269 { (exit 1); exit 1; }; }
6270 fi;;
6271 esac
6272 done` || { (exit 1); exit 1; }
6273_ACEOF
6274cat >>$CONFIG_STATUS <<_ACEOF
6275 sed "$ac_vpsub
6276$extrasub
6277_ACEOF
6278cat >>$CONFIG_STATUS <<\_ACEOF
6279:t
6280/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6281s,@configure_input@,$configure_input,;t t
6282s,@srcdir@,$ac_srcdir,;t t
6283s,@abs_srcdir@,$ac_abs_srcdir,;t t
6284s,@top_srcdir@,$ac_top_srcdir,;t t
6285s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6286s,@builddir@,$ac_builddir,;t t
6287s,@abs_builddir@,$ac_abs_builddir,;t t
6288s,@top_builddir@,$ac_top_builddir,;t t
6289s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6290s,@INSTALL@,$ac_INSTALL,;t t
6291" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6292 rm -f $tmp/stdin
6293 if test x"$ac_file" != x-; then
6294 mv $tmp/out $ac_file
6295 else
6296 cat $tmp/out
6297 rm -f $tmp/out
6298 fi
6299
6300done
6301_ACEOF
6302cat >>$CONFIG_STATUS <<\_ACEOF
6303
6304#
6305# CONFIG_HEADER section.
6306#
c906108c
SS
6307
6308# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
6309# NAME is the cpp macro being defined and VALUE is the value it is being given.
6310#
6311# ac_d sets the value in "#define NAME VALUE" lines.
b7026657
AC
6312ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6313ac_dB='[ ].*$,\1#\2'
6314ac_dC=' '
6315ac_dD=',;t'
6316# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6317ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6318ac_uB='$,\1#\2define\3'
c906108c 6319ac_uC=' '
b7026657
AC
6320ac_uD=',;t'
6321
6322for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
c906108c 6323 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b7026657
AC
6324 case $ac_file in
6325 - | *:- | *:-:* ) # input from stdin
6326 cat >$tmp/stdin
6327 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6328 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6329 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6330 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6331 * ) ac_file_in=$ac_file.in ;;
c906108c
SS
6332 esac
6333
b7026657
AC
6334 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
6335echo "$as_me: creating $ac_file" >&6;}
6336
6337 # First look for the input files in the build tree, otherwise in the
6338 # src tree.
6339 ac_file_inputs=`IFS=:
6340 for f in $ac_file_in; do
6341 case $f in
6342 -) echo $tmp/stdin ;;
6343 [\\/$]*)
6344 # Absolute (can't be DOS-style, as IFS=:)
6345 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6346echo "$as_me: error: cannot find input file: $f" >&2;}
6347 { (exit 1); exit 1; }; }
6348 # Do quote $f, to prevent DOS paths from being IFS'd.
6349 echo "$f";;
6350 *) # Relative
6351 if test -f "$f"; then
6352 # Build tree
6353 echo "$f"
6354 elif test -f "$srcdir/$f"; then
6355 # Source tree
6356 echo "$srcdir/$f"
6357 else
6358 # /dev/null tree
6359 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6360echo "$as_me: error: cannot find input file: $f" >&2;}
6361 { (exit 1); exit 1; }; }
6362 fi;;
6363 esac
6364 done` || { (exit 1); exit 1; }
6365 # Remove the trailing spaces.
6366 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
6367
6368_ACEOF
6369
6370# Transform confdefs.h into two sed scripts, `conftest.defines' and
6371# `conftest.undefs', that substitutes the proper values into
6372# config.h.in to produce config.h. The first handles `#define'
6373# templates, and the second `#undef' templates.
6374# And first: Protect against being on the right side of a sed subst in
6375# config.status. Protect against being in an unquoted here document
6376# in config.status.
6377rm -f conftest.defines conftest.undefs
6378# Using a here document instead of a string reduces the quoting nightmare.
6379# Putting comments in sed scripts is not portable.
6380#
6381# `end' is used to avoid that the second main sed command (meant for
6382# 0-ary CPP macros) applies to n-ary macro definitions.
6383# See the Autoconf documentation for `clear'.
6384cat >confdef2sed.sed <<\_ACEOF
6385s/[\\&,]/\\&/g
6386s,[\\$`],\\&,g
6387t clear
6388: clear
6389s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6390t end
6391s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6392: end
6393_ACEOF
6394# If some macros were called several times there might be several times
6395# the same #defines, which is useless. Nevertheless, we may not want to
6396# sort them, since we want the *last* AC-DEFINE to be honored.
6397uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6398sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6399rm -f confdef2sed.sed
c906108c
SS
6400
6401# This sed command replaces #undef with comments. This is necessary, for
6402# example, in the case of _POSIX_SOURCE, which is predefined and required
6403# on some systems where configure will not decide to define it.
b7026657
AC
6404cat >>conftest.undefs <<\_ACEOF
6405s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6406_ACEOF
6407
6408# Break up conftest.defines because some shells have a limit on the size
6409# of here documents, and old seds have small limits too (100 cmds).
6410echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6411echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6412echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6413echo ' :' >>$CONFIG_STATUS
6414rm -f conftest.tail
6415while grep . conftest.defines >/dev/null
6416do
6417 # Write a limited-size here document to $tmp/defines.sed.
6418 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6419 # Speed up: don't consider the non `#define' lines.
6420 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6421 # Work around the forget-to-reset-the-flag bug.
6422 echo 't clr' >>$CONFIG_STATUS
6423 echo ': clr' >>$CONFIG_STATUS
6424 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
6425 echo 'CEOF
6426 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6427 rm -f $tmp/in
6428 mv $tmp/out $tmp/in
6429' >>$CONFIG_STATUS
6430 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
6431 rm -f conftest.defines
6432 mv conftest.tail conftest.defines
6433done
6434rm -f conftest.defines
6435echo ' fi # grep' >>$CONFIG_STATUS
6436echo >>$CONFIG_STATUS
c906108c 6437
b7026657
AC
6438# Break up conftest.undefs because some shells have a limit on the size
6439# of here documents, and old seds have small limits too (100 cmds).
6440echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
c906108c 6441rm -f conftest.tail
b7026657 6442while grep . conftest.undefs >/dev/null
c906108c 6443do
b7026657
AC
6444 # Write a limited-size here document to $tmp/undefs.sed.
6445 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6446 # Speed up: don't consider the non `#undef'
6447 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6448 # Work around the forget-to-reset-the-flag bug.
6449 echo 't clr' >>$CONFIG_STATUS
6450 echo ': clr' >>$CONFIG_STATUS
6451 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
c906108c 6452 echo 'CEOF
b7026657
AC
6453 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6454 rm -f $tmp/in
6455 mv $tmp/out $tmp/in
6456' >>$CONFIG_STATUS
6457 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6458 rm -f conftest.undefs
6459 mv conftest.tail conftest.undefs
c906108c 6460done
b7026657
AC
6461rm -f conftest.undefs
6462
6463cat >>$CONFIG_STATUS <<\_ACEOF
6464 # Let's still pretend it is `configure' which instantiates (i.e., don't
6465 # use $as_me), people would be surprised to read:
6466 # /* config.h. Generated by config.status. */
6467 if test x"$ac_file" = x-; then
6468 echo "/* Generated by configure. */" >$tmp/config.h
c906108c 6469 else
b7026657 6470 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
c906108c 6471 fi
b7026657
AC
6472 cat $tmp/in >>$tmp/config.h
6473 rm -f $tmp/in
6474 if test x"$ac_file" != x-; then
6475 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
6476 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6477echo "$as_me: $ac_file is unchanged" >&6;}
6478 else
6479 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6480$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6481 X"$ac_file" : 'X\(//\)[^/]' \| \
6482 X"$ac_file" : 'X\(//\)$' \| \
6483 X"$ac_file" : 'X\(/\)' \| \
6484 . : '\(.\)' 2>/dev/null ||
6485echo X"$ac_file" |
6486 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6487 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6488 /^X\(\/\/\)$/{ s//\1/; q; }
6489 /^X\(\/\).*/{ s//\1/; q; }
6490 s/.*/./; q'`
6491 { if $as_mkdir_p; then
6492 mkdir -p "$ac_dir"
6493 else
6494 as_dir="$ac_dir"
6495 as_dirs=
6496 while test ! -d "$as_dir"; do
6497 as_dirs="$as_dir $as_dirs"
6498 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6499$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6500 X"$as_dir" : 'X\(//\)[^/]' \| \
6501 X"$as_dir" : 'X\(//\)$' \| \
6502 X"$as_dir" : 'X\(/\)' \| \
6503 . : '\(.\)' 2>/dev/null ||
6504echo X"$as_dir" |
6505 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6506 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6507 /^X\(\/\/\)$/{ s//\1/; q; }
6508 /^X\(\/\).*/{ s//\1/; q; }
6509 s/.*/./; q'`
6510 done
6511 test ! -n "$as_dirs" || mkdir $as_dirs
6512 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6513echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6514 { (exit 1); exit 1; }; }; }
c906108c 6515
b7026657
AC
6516 rm -f $ac_file
6517 mv $tmp/config.h $ac_file
6518 fi
6519 else
6520 cat $tmp/config.h
6521 rm -f $tmp/config.h
6522 fi
6523done
6524_ACEOF
6525cat >>$CONFIG_STATUS <<\_ACEOF
c906108c 6526
b7026657
AC
6527#
6528# CONFIG_LINKS section.
6529#
c906108c 6530
b7026657
AC
6531for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
6532 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6533 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
c906108c 6534
b7026657
AC
6535 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
6536echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
c906108c
SS
6537
6538 if test ! -r $srcdir/$ac_source; then
b7026657
AC
6539 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
6540echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
6541 { (exit 1); exit 1; }; }
c906108c
SS
6542 fi
6543 rm -f $ac_dest
6544
6545 # Make relative symlinks.
b7026657
AC
6546 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
6547$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6548 X"$ac_dest" : 'X\(//\)[^/]' \| \
6549 X"$ac_dest" : 'X\(//\)$' \| \
6550 X"$ac_dest" : 'X\(/\)' \| \
6551 . : '\(.\)' 2>/dev/null ||
6552echo X"$ac_dest" |
6553 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6554 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6555 /^X\(\/\/\)$/{ s//\1/; q; }
6556 /^X\(\/\).*/{ s//\1/; q; }
6557 s/.*/./; q'`
6558 { if $as_mkdir_p; then
6559 mkdir -p "$ac_dest_dir"
c906108c 6560 else
b7026657
AC
6561 as_dir="$ac_dest_dir"
6562 as_dirs=
6563 while test ! -d "$as_dir"; do
6564 as_dirs="$as_dir $as_dirs"
6565 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6566$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6567 X"$as_dir" : 'X\(//\)[^/]' \| \
6568 X"$as_dir" : 'X\(//\)$' \| \
6569 X"$as_dir" : 'X\(/\)' \| \
6570 . : '\(.\)' 2>/dev/null ||
6571echo X"$as_dir" |
6572 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6573 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6574 /^X\(\/\/\)$/{ s//\1/; q; }
6575 /^X\(\/\).*/{ s//\1/; q; }
6576 s/.*/./; q'`
6577 done
6578 test ! -n "$as_dirs" || mkdir $as_dirs
6579 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
6580echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
6581 { (exit 1); exit 1; }; }; }
6582
6583 ac_builddir=.
6584
6585if test "$ac_dest_dir" != .; then
6586 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
6587 # A "../" for each directory in $ac_dir_suffix.
6588 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6589else
6590 ac_dir_suffix= ac_top_builddir=
6591fi
6592
6593case $srcdir in
6594 .) # No --srcdir option. We are building in place.
6595 ac_srcdir=.
6596 if test -z "$ac_top_builddir"; then
6597 ac_top_srcdir=.
6598 else
6599 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6600 fi ;;
6601 [\\/]* | ?:[\\/]* ) # Absolute path.
6602 ac_srcdir=$srcdir$ac_dir_suffix;
6603 ac_top_srcdir=$srcdir ;;
6604 *) # Relative path.
6605 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6606 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6607esac
6608
6609# Do not use `cd foo && pwd` to compute absolute paths, because
6610# the directories may not exist.
6611case `pwd` in
6612.) ac_abs_builddir="$ac_dest_dir";;
6613*)
6614 case "$ac_dest_dir" in
6615 .) ac_abs_builddir=`pwd`;;
6616 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
6617 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
6618 esac;;
6619esac
6620case $ac_abs_builddir in
6621.) ac_abs_top_builddir=${ac_top_builddir}.;;
6622*)
6623 case ${ac_top_builddir}. in
6624 .) ac_abs_top_builddir=$ac_abs_builddir;;
6625 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6626 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6627 esac;;
6628esac
6629case $ac_abs_builddir in
6630.) ac_abs_srcdir=$ac_srcdir;;
6631*)
6632 case $ac_srcdir in
6633 .) ac_abs_srcdir=$ac_abs_builddir;;
6634 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6635 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6636 esac;;
6637esac
6638case $ac_abs_builddir in
6639.) ac_abs_top_srcdir=$ac_top_srcdir;;
6640*)
6641 case $ac_top_srcdir in
6642 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6643 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6644 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6645 esac;;
6646esac
c906108c 6647
b7026657
AC
6648
6649 case $srcdir in
6650 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
6651 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
c906108c
SS
6652 esac
6653
b7026657
AC
6654 # Try a symlink, then a hard link, then a copy.
6655 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
6656 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
6657 cp -p $srcdir/$ac_source $ac_dest ||
6658 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
6659echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
6660 { (exit 1); exit 1; }; }
c906108c 6661done
b7026657
AC
6662_ACEOF
6663cat >>$CONFIG_STATUS <<\_ACEOF
6664
6665#
6666# CONFIG_COMMANDS section.
6667#
6668for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
6669 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6670 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
6671 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
6672$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6673 X"$ac_dest" : 'X\(//\)[^/]' \| \
6674 X"$ac_dest" : 'X\(//\)$' \| \
6675 X"$ac_dest" : 'X\(/\)' \| \
6676 . : '\(.\)' 2>/dev/null ||
6677echo X"$ac_dest" |
6678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6679 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6680 /^X\(\/\/\)$/{ s//\1/; q; }
6681 /^X\(\/\).*/{ s//\1/; q; }
6682 s/.*/./; q'`
6683 { if $as_mkdir_p; then
6684 mkdir -p "$ac_dir"
6685 else
6686 as_dir="$ac_dir"
6687 as_dirs=
6688 while test ! -d "$as_dir"; do
6689 as_dirs="$as_dir $as_dirs"
6690 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6691$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6692 X"$as_dir" : 'X\(//\)[^/]' \| \
6693 X"$as_dir" : 'X\(//\)$' \| \
6694 X"$as_dir" : 'X\(/\)' \| \
6695 . : '\(.\)' 2>/dev/null ||
6696echo X"$as_dir" |
6697 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6698 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6699 /^X\(\/\/\)$/{ s//\1/; q; }
6700 /^X\(\/\).*/{ s//\1/; q; }
6701 s/.*/./; q'`
6702 done
6703 test ! -n "$as_dirs" || mkdir $as_dirs
6704 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6705echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6706 { (exit 1); exit 1; }; }; }
6707
6708 ac_builddir=.
6709
6710if test "$ac_dir" != .; then
6711 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6712 # A "../" for each directory in $ac_dir_suffix.
6713 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6714else
6715 ac_dir_suffix= ac_top_builddir=
6716fi
c906108c 6717
b7026657
AC
6718case $srcdir in
6719 .) # No --srcdir option. We are building in place.
6720 ac_srcdir=.
6721 if test -z "$ac_top_builddir"; then
6722 ac_top_srcdir=.
6723 else
6724 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6725 fi ;;
6726 [\\/]* | ?:[\\/]* ) # Absolute path.
6727 ac_srcdir=$srcdir$ac_dir_suffix;
6728 ac_top_srcdir=$srcdir ;;
6729 *) # Relative path.
6730 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6731 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6732esac
6733
6734# Do not use `cd foo && pwd` to compute absolute paths, because
6735# the directories may not exist.
6736case `pwd` in
6737.) ac_abs_builddir="$ac_dir";;
6738*)
6739 case "$ac_dir" in
6740 .) ac_abs_builddir=`pwd`;;
6741 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6742 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6743 esac;;
6744esac
6745case $ac_abs_builddir in
6746.) ac_abs_top_builddir=${ac_top_builddir}.;;
6747*)
6748 case ${ac_top_builddir}. in
6749 .) ac_abs_top_builddir=$ac_abs_builddir;;
6750 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6751 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6752 esac;;
6753esac
6754case $ac_abs_builddir in
6755.) ac_abs_srcdir=$ac_srcdir;;
6756*)
6757 case $ac_srcdir in
6758 .) ac_abs_srcdir=$ac_abs_builddir;;
6759 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6760 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6761 esac;;
6762esac
6763case $ac_abs_builddir in
6764.) ac_abs_top_srcdir=$ac_top_srcdir;;
6765*)
6766 case $ac_top_srcdir in
6767 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6768 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6769 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6770 esac;;
6771esac
6772
6773
6774 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6775echo "$as_me: executing $ac_dest commands" >&6;}
6776 case $ac_dest in
38f48d72
AC
6777 Makefile ) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6778 rm -f Makesim1.tmp Makesim2.tmp Makefile
6779 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
6780 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
6781 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
6782 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6783 <Makefile.sim >Makefile
38f48d72 6784 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 6785 ;;
38f48d72 6786 stamp-h ) echo > stamp-h ;;
b7026657
AC
6787 esac
6788done
6789_ACEOF
c906108c 6790
b7026657
AC
6791cat >>$CONFIG_STATUS <<\_ACEOF
6792
6793{ (exit 0); exit 0; }
6794_ACEOF
c906108c 6795chmod +x $CONFIG_STATUS
b7026657
AC
6796ac_clean_files=$ac_clean_files_save
6797
6798
6799# configure is writing to config.log, and then calls config.status.
6800# config.status does its own redirection, appending to config.log.
6801# Unfortunately, on DOS this fails, as config.log is still kept open
6802# by configure, so config.status won't be able to write to it; its
6803# output is simply discarded. So we exec the FD to /dev/null,
6804# effectively closing config.log, so it can be properly (re)opened and
6805# appended to by config.status. When coming back to configure, we
6806# need to make the FD available again.
6807if test "$no_create" != yes; then
6808 ac_cs_success=:
6809 ac_config_status_args=
6810 test "$silent" = yes &&
6811 ac_config_status_args="$ac_config_status_args --quiet"
6812 exec 5>/dev/null
6813 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6814 exec 5>>config.log
6815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6816 # would make configure fail if this is the last instruction.
6817 $ac_cs_success || { (exit 1); exit 1; }
6818fi
c906108c
SS
6819
6820