daily update
[deliverable/binutils-gdb.git] / sim / m32r / 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
20e95c23 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 CPP EGREP MAINT sim_bswap sim_cflags sim_debug sim_stdio sim_trace sim_profile CGEN_MAINT cgendir cgen traps_obj sim_extra_cflags 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 ;;
afb2cbbd 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-sim-scache=size Specify simulator execution cache size.
864 --enable-sim-default-model=model Specify default model to simulate.
865 --enable-sim-environment=environment Specify mixed, user, virtual or operating environment.
866 --enable-sim-inline=inlines Specify which functions should be inlined.
867 --enable-cgen-maint=DIR build cgen generated files
868
b7026657
AC
869Some influential environment variables:
870 CC C compiler command
871 CFLAGS C compiler flags
872 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
873 nonstandard directory <lib dir>
874 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
875 headers in a nonstandard directory <include dir>
876 CPP C preprocessor
877
878Use these variables to override the choices made by `configure' or to help
879it to find libraries and programs with nonstandard names/locations.
880
881_ACEOF
c906108c
SS
882fi
883
b7026657
AC
884if test "$ac_init_help" = "recursive"; then
885 # If there are subdirs, report their specific --help.
886 ac_popdir=`pwd`
887 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
888 test -d $ac_dir || continue
889 ac_builddir=.
c906108c 890
b7026657
AC
891if test "$ac_dir" != .; then
892 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
893 # A "../" for each directory in $ac_dir_suffix.
894 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
c906108c 895else
b7026657 896 ac_dir_suffix= ac_top_builddir=
c906108c
SS
897fi
898
b7026657
AC
899case $srcdir in
900 .) # No --srcdir option. We are building in place.
901 ac_srcdir=.
902 if test -z "$ac_top_builddir"; then
903 ac_top_srcdir=.
904 else
905 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
906 fi ;;
907 [\\/]* | ?:[\\/]* ) # Absolute path.
908 ac_srcdir=$srcdir$ac_dir_suffix;
909 ac_top_srcdir=$srcdir ;;
910 *) # Relative path.
911 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
912 ac_top_srcdir=$ac_top_builddir$srcdir ;;
913esac
914
915# Do not use `cd foo && pwd` to compute absolute paths, because
916# the directories may not exist.
917case `pwd` in
918.) ac_abs_builddir="$ac_dir";;
919*)
920 case "$ac_dir" in
921 .) ac_abs_builddir=`pwd`;;
922 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
923 *) ac_abs_builddir=`pwd`/"$ac_dir";;
924 esac;;
925esac
926case $ac_abs_builddir in
927.) ac_abs_top_builddir=${ac_top_builddir}.;;
928*)
929 case ${ac_top_builddir}. in
930 .) ac_abs_top_builddir=$ac_abs_builddir;;
931 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
932 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
933 esac;;
934esac
935case $ac_abs_builddir in
936.) ac_abs_srcdir=$ac_srcdir;;
937*)
938 case $ac_srcdir in
939 .) ac_abs_srcdir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
941 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
942 esac;;
943esac
944case $ac_abs_builddir in
945.) ac_abs_top_srcdir=$ac_top_srcdir;;
946*)
947 case $ac_top_srcdir in
948 .) ac_abs_top_srcdir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
950 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
951 esac;;
952esac
953
954 cd $ac_dir
955 # Check for guested configure; otherwise get Cygnus style configure.
956 if test -f $ac_srcdir/configure.gnu; then
957 echo
958 $SHELL $ac_srcdir/configure.gnu --help=recursive
959 elif test -f $ac_srcdir/configure; then
960 echo
961 $SHELL $ac_srcdir/configure --help=recursive
962 elif test -f $ac_srcdir/configure.ac ||
963 test -f $ac_srcdir/configure.in; then
964 echo
965 $ac_configure --help
966 else
967 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
968 fi
969 cd $ac_popdir
970 done
c906108c 971fi
b7026657
AC
972
973test -n "$ac_init_help" && exit 0
974if $ac_init_version; then
975 cat <<\_ACEOF
976
977Copyright (C) 2003 Free Software Foundation, Inc.
978This configure script is free software; the Free Software Foundation
979gives unlimited permission to copy, distribute and modify it.
980_ACEOF
981 exit 0
982fi
983exec 5>config.log
984cat >&5 <<_ACEOF
985This file contains any messages produced by compilers while
986running configure, to aid debugging if configure makes a mistake.
987
988It was created by $as_me, which was
989generated by GNU Autoconf 2.59. Invocation command line was
990
991 $ $0 $@
992
993_ACEOF
994{
995cat <<_ASUNAME
996## --------- ##
997## Platform. ##
998## --------- ##
999
1000hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1001uname -m = `(uname -m) 2>/dev/null || echo unknown`
1002uname -r = `(uname -r) 2>/dev/null || echo unknown`
1003uname -s = `(uname -s) 2>/dev/null || echo unknown`
1004uname -v = `(uname -v) 2>/dev/null || echo unknown`
1005
1006/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1007/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1008
1009/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1010/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1011/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1012hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1013/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1014/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1015/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1016
1017_ASUNAME
1018
1019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1020for as_dir in $PATH
1021do
1022 IFS=$as_save_IFS
1023 test -z "$as_dir" && as_dir=.
1024 echo "PATH: $as_dir"
1025done
1026
1027} >&5
1028
1029cat >&5 <<_ACEOF
1030
1031
1032## ----------- ##
1033## Core tests. ##
1034## ----------- ##
1035
1036_ACEOF
1037
1038
1039# Keep a trace of the command line.
1040# Strip out --no-create and --no-recursion so they do not pile up.
1041# Strip out --silent because we don't want to record it for future runs.
1042# Also quote any args containing shell meta-characters.
1043# Make two passes to allow for proper duplicate-argument suppression.
1044ac_configure_args=
1045ac_configure_args0=
1046ac_configure_args1=
1047ac_sep=
1048ac_must_keep_next=false
1049for ac_pass in 1 2
1050do
1051 for ac_arg
1052 do
1053 case $ac_arg in
1054 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1055 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1056 | -silent | --silent | --silen | --sile | --sil)
1057 continue ;;
1058 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1059 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1060 esac
1061 case $ac_pass in
1062 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1063 2)
1064 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1065 if test $ac_must_keep_next = true; then
1066 ac_must_keep_next=false # Got value, back to normal.
1067 else
1068 case $ac_arg in
1069 *=* | --config-cache | -C | -disable-* | --disable-* \
1070 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1071 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1072 | -with-* | --with-* | -without-* | --without-* | --x)
1073 case "$ac_configure_args0 " in
1074 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1075 esac
1076 ;;
1077 -* ) ac_must_keep_next=true ;;
1078 esac
1079 fi
1080 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1081 # Get rid of the leading space.
1082 ac_sep=" "
1083 ;;
1084 esac
1085 done
1086done
1087$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1088$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1089
1090# When interrupted or exit'd, cleanup temporary files, and complete
1091# config.log. We remove comments because anyway the quotes in there
1092# would cause problems or look ugly.
1093# WARNING: Be sure not to use single quotes in there, as some shells,
1094# such as our DU 5.0 friend, will then `close' the trap.
1095trap 'exit_status=$?
1096 # Save into config.log some information that might help in debugging.
1097 {
1098 echo
1099
1100 cat <<\_ASBOX
1101## ---------------- ##
1102## Cache variables. ##
1103## ---------------- ##
1104_ASBOX
1105 echo
1106 # The following way of writing the cache mishandles newlines in values,
1107{
1108 (set) 2>&1 |
1109 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1110 *ac_space=\ *)
1111 sed -n \
1112 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1113 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1114 ;;
1115 *)
1116 sed -n \
1117 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1118 ;;
1119 esac;
1120}
1121 echo
1122
1123 cat <<\_ASBOX
1124## ----------------- ##
1125## Output variables. ##
1126## ----------------- ##
1127_ASBOX
1128 echo
1129 for ac_var in $ac_subst_vars
1130 do
1131 eval ac_val=$`echo $ac_var`
1132 echo "$ac_var='"'"'$ac_val'"'"'"
1133 done | sort
1134 echo
1135
1136 if test -n "$ac_subst_files"; then
1137 cat <<\_ASBOX
1138## ------------- ##
1139## Output files. ##
1140## ------------- ##
1141_ASBOX
1142 echo
1143 for ac_var in $ac_subst_files
1144 do
1145 eval ac_val=$`echo $ac_var`
1146 echo "$ac_var='"'"'$ac_val'"'"'"
1147 done | sort
1148 echo
1149 fi
1150
1151 if test -s confdefs.h; then
1152 cat <<\_ASBOX
1153## ----------- ##
1154## confdefs.h. ##
1155## ----------- ##
1156_ASBOX
1157 echo
1158 sed "/^$/d" confdefs.h | sort
1159 echo
1160 fi
1161 test "$ac_signal" != 0 &&
1162 echo "$as_me: caught signal $ac_signal"
1163 echo "$as_me: exit $exit_status"
1164 } >&5
1165 rm -f core *.core &&
1166 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1167 exit $exit_status
1168 ' 0
1169for ac_signal in 1 2 13 15; do
1170 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1171done
1172ac_signal=0
1173
1174# confdefs.h avoids OS command line length limits that DEFS can exceed.
1175rm -rf conftest* confdefs.h
1176# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1177echo >confdefs.h
1178
1179# Predefined preprocessor variables.
1180
1181cat >>confdefs.h <<_ACEOF
1182#define PACKAGE_NAME "$PACKAGE_NAME"
1183_ACEOF
1184
1185
1186cat >>confdefs.h <<_ACEOF
1187#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1188_ACEOF
1189
1190
1191cat >>confdefs.h <<_ACEOF
1192#define PACKAGE_VERSION "$PACKAGE_VERSION"
1193_ACEOF
1194
1195
1196cat >>confdefs.h <<_ACEOF
1197#define PACKAGE_STRING "$PACKAGE_STRING"
1198_ACEOF
1199
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1203_ACEOF
1204
1205
1206# Let the site file select an alternate cache file if it wants to.
1207# Prefer explicitly selected file to automatically selected ones.
1208if test -z "$CONFIG_SITE"; then
1209 if test "x$prefix" != xNONE; then
1210 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1211 else
1212 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1213 fi
1214fi
1215for ac_site_file in $CONFIG_SITE; do
1216 if test -r "$ac_site_file"; then
1217 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1218echo "$as_me: loading site script $ac_site_file" >&6;}
1219 sed 's/^/| /' "$ac_site_file" >&5
1220 . "$ac_site_file"
1221 fi
1222done
1223
1224if test -r "$cache_file"; then
1225 # Some versions of bash will fail to source /dev/null (special
1226 # files actually), so we avoid doing that.
1227 if test -f "$cache_file"; then
1228 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1229echo "$as_me: loading cache $cache_file" >&6;}
1230 case $cache_file in
1231 [\\/]* | ?:[\\/]* ) . $cache_file;;
1232 *) . ./$cache_file;;
1233 esac
1234 fi
1235else
1236 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1237echo "$as_me: creating cache $cache_file" >&6;}
1238 >$cache_file
1239fi
1240
1241# Check that the precious variables saved in the cache have kept the same
1242# value.
1243ac_cache_corrupted=false
1244for ac_var in `(set) 2>&1 |
1245 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1246 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1247 eval ac_new_set=\$ac_env_${ac_var}_set
1248 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1249 eval ac_new_val="\$ac_env_${ac_var}_value"
1250 case $ac_old_set,$ac_new_set in
1251 set,)
1252 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1253echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1254 ac_cache_corrupted=: ;;
1255 ,set)
1256 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1257echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1258 ac_cache_corrupted=: ;;
1259 ,);;
1260 *)
1261 if test "x$ac_old_val" != "x$ac_new_val"; then
1262 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1263echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1264 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1265echo "$as_me: former value: $ac_old_val" >&2;}
1266 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1267echo "$as_me: current value: $ac_new_val" >&2;}
1268 ac_cache_corrupted=:
1269 fi;;
1270 esac
1271 # Pass precious variables to config.status.
1272 if test "$ac_new_set" = set; then
1273 case $ac_new_val in
1274 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1275 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1276 *) ac_arg=$ac_var=$ac_new_val ;;
1277 esac
1278 case " $ac_configure_args " in
1279 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1280 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1281 esac
1282 fi
1283done
1284if $ac_cache_corrupted; then
1285 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1286echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1287 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1288echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1289 { (exit 1); exit 1; }; }
1290fi
1291
1292ac_ext=c
1293ac_cpp='$CPP $CPPFLAGS'
1294ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1295ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1296ac_compiler_gnu=$ac_cv_c_compiler_gnu
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
35695fd6
AC
1316 ac_config_headers="$ac_config_headers config.h:config.in"
1317
1318
1319# This file contains common code used by all simulators.
1320#
1321# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
1322# directory. It is intended to be invoked before any target specific stuff.
1323# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
1324# It is intended to be invoked last.
1325#
1326# The simulator's configure.in should look like:
1327#
1328# dnl Process this file with autoconf to produce a configure script.
1329# sinclude(../common/aclocal.m4)
1330# AC_PREREQ(2.5)dnl
1331# AC_INIT(Makefile.in)
1332#
1333# SIM_AC_COMMON
1334#
1335# ... target specific stuff ...
1336#
1337# SIM_AC_OUTPUT
1338
1339
1340
1341
1342
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
1386sim_inline="-DDEFAULT_INLINE=0"
1387
1388
1389
1390
1391
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
20e95c23 1423# intl sister-directory configuration rules.
35695fd6 1424#
35695fd6 1425
20e95c23
DJ
1426# The idea behind this macro is that there's no need to repeat all the
1427# autoconf probes done by the intl directory - it's already done them
1428# for us. In fact, there's no need even to look at the cache for the
1429# answers. All we need to do is nab a few pieces of information.
1430# The intl directory is set up to make this easy, by generating a
1431# small file which can be sourced as a shell script; then we produce
1432# the necessary substitutions and definitions for this directory.
35695fd6
AC
1433
1434
1435
1436
1437
1438
b7026657 1439
35695fd6
AC
1440# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
1441# it by inlining the macro's contents.
f0569246
AC
1442# This file contains common code used by all simulators.
1443#
1444# common.m4 invokes AC macros used by all simulators and by the common
1445# directory. It is intended to be included before any target specific
1446# stuff. SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1447# the Makefile. It is intended to be invoked last.
1448#
1449# The simulator's configure.in should look like:
1450#
1451# dnl Process this file with autoconf to produce a configure script.
1452# AC_PREREQ(2.5)dnl
1453# AC_INIT(Makefile.in)
35695fd6 1454# AC_CONFIG_HEADER(config.h:config.in)
f0569246 1455#
35695fd6 1456# sinclude(../common/aclocal.m4)
f0569246
AC
1457# sinclude(../common/common.m4)
1458#
1459# ... target specific stuff ...
1460
38f48d72
AC
1461ac_aux_dir=
1462for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1463 if test -f $ac_dir/install-sh; then
1464 ac_aux_dir=$ac_dir
1465 ac_install_sh="$ac_aux_dir/install-sh -c"
1466 break
1467 elif test -f $ac_dir/install.sh; then
1468 ac_aux_dir=$ac_dir
1469 ac_install_sh="$ac_aux_dir/install.sh -c"
1470 break
1471 elif test -f $ac_dir/shtool; then
1472 ac_aux_dir=$ac_dir
1473 ac_install_sh="$ac_aux_dir/shtool install -c"
1474 break
1475 fi
1476done
1477if test -z "$ac_aux_dir"; then
1478 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1479echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1480 { (exit 1); exit 1; }; }
1481fi
1482ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1483ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1484ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1485
b7026657
AC
1486# Make sure we can run config.sub.
1487$ac_config_sub sun4 >/dev/null 2>&1 ||
1488 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1489echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1490 { (exit 1); exit 1; }; }
1491
1492echo "$as_me:$LINENO: checking build system type" >&5
1493echo $ECHO_N "checking build system type... $ECHO_C" >&6
1494if test "${ac_cv_build+set}" = set; then
1495 echo $ECHO_N "(cached) $ECHO_C" >&6
1496else
1497 ac_cv_build_alias=$build_alias
1498test -z "$ac_cv_build_alias" &&
1499 ac_cv_build_alias=`$ac_config_guess`
1500test -z "$ac_cv_build_alias" &&
1501 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1502echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1503 { (exit 1); exit 1; }; }
1504ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1505 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1506echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1507 { (exit 1); exit 1; }; }
1508
1509fi
1510echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1511echo "${ECHO_T}$ac_cv_build" >&6
1512build=$ac_cv_build
1513build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1514build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1515build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1516
1517
1518echo "$as_me:$LINENO: checking host system type" >&5
1519echo $ECHO_N "checking host system type... $ECHO_C" >&6
1520if test "${ac_cv_host+set}" = set; then
1521 echo $ECHO_N "(cached) $ECHO_C" >&6
1522else
1523 ac_cv_host_alias=$host_alias
1524test -z "$ac_cv_host_alias" &&
1525 ac_cv_host_alias=$ac_cv_build_alias
1526ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1527 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1528echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1529 { (exit 1); exit 1; }; }
1530
1531fi
1532echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1533echo "${ECHO_T}$ac_cv_host" >&6
1534host=$ac_cv_host
1535host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1536host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1537host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1538
1539
f0569246
AC
1540echo "$as_me:$LINENO: checking target system type" >&5
1541echo $ECHO_N "checking target system type... $ECHO_C" >&6
1542if test "${ac_cv_target+set}" = set; then
b7026657
AC
1543 echo $ECHO_N "(cached) $ECHO_C" >&6
1544else
f0569246
AC
1545 ac_cv_target_alias=$target_alias
1546test "x$ac_cv_target_alias" = "x" &&
1547 ac_cv_target_alias=$ac_cv_host_alias
1548ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1549 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1550echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1551 { (exit 1); exit 1; }; }
1552
1553fi
1554echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1555echo "${ECHO_T}$ac_cv_target" >&6
1556target=$ac_cv_target
1557target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1558target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1559target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1560
1561
1562# The aliases save the names the user supplied, while $host etc.
1563# will get canonicalized.
1564test -n "$target_alias" &&
1565 test "$program_prefix$program_suffix$program_transform_name" = \
1566 NONENONEs,x,x, &&
1567 program_prefix=${target_alias}-
1568test "$program_prefix" != NONE &&
1569 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1570# Use a double $ so make ignores it.
1571test "$program_suffix" != NONE &&
1572 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1573# Double any \ or $. echo might interpret backslashes.
1574# By default was `s,x,x', remove it if useless.
1575cat <<\_ACEOF >conftest.sed
1576s/[\\$]/&&/g;s/;s,x,x,$//
b7026657 1577_ACEOF
f0569246
AC
1578program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1579rm conftest.sed
1580
1581ac_ext=c
1582ac_cpp='$CPP $CPPFLAGS'
1583ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1584ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1585ac_compiler_gnu=$ac_cv_c_compiler_gnu
1586if test -n "$ac_tool_prefix"; then
1587 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1588set dummy ${ac_tool_prefix}gcc; ac_word=$2
1589echo "$as_me:$LINENO: checking for $ac_word" >&5
1590echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1591if test "${ac_cv_prog_CC+set}" = set; then
1592 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1593else
f0569246
AC
1594 if test -n "$CC"; then
1595 ac_cv_prog_CC="$CC" # Let the user override the test.
1596else
1597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1598for as_dir in $PATH
1599do
1600 IFS=$as_save_IFS
1601 test -z "$as_dir" && as_dir=.
1602 for ac_exec_ext in '' $ac_executable_extensions; do
1603 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1604 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1605 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1606 break 2
1607 fi
1608done
1609done
1610
b7026657 1611fi
b7026657 1612fi
f0569246
AC
1613CC=$ac_cv_prog_CC
1614if test -n "$CC"; then
1615 echo "$as_me:$LINENO: result: $CC" >&5
1616echo "${ECHO_T}$CC" >&6
b7026657
AC
1617else
1618 echo "$as_me:$LINENO: result: no" >&5
1619echo "${ECHO_T}no" >&6
b7026657
AC
1620fi
1621
f0569246
AC
1622fi
1623if test -z "$ac_cv_prog_CC"; then
1624 ac_ct_CC=$CC
1625 # Extract the first word of "gcc", so it can be a program name with args.
1626set dummy gcc; ac_word=$2
1627echo "$as_me:$LINENO: checking for $ac_word" >&5
1628echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1629if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
b7026657
AC
1630 echo $ECHO_N "(cached) $ECHO_C" >&6
1631else
f0569246
AC
1632 if test -n "$ac_ct_CC"; then
1633 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1634else
1635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1636for as_dir in $PATH
1637do
1638 IFS=$as_save_IFS
1639 test -z "$as_dir" && as_dir=.
1640 for ac_exec_ext in '' $ac_executable_extensions; do
1641 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1642 ac_cv_prog_ac_ct_CC="gcc"
1643 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1644 break 2
1645 fi
1646done
1647done
b7026657 1648
f0569246
AC
1649fi
1650fi
1651ac_ct_CC=$ac_cv_prog_ac_ct_CC
1652if test -n "$ac_ct_CC"; then
1653 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1654echo "${ECHO_T}$ac_ct_CC" >&6
b7026657 1655else
f0569246
AC
1656 echo "$as_me:$LINENO: result: no" >&5
1657echo "${ECHO_T}no" >&6
1658fi
b7026657 1659
f0569246
AC
1660 CC=$ac_ct_CC
1661else
1662 CC="$ac_cv_prog_CC"
b7026657 1663fi
b7026657 1664
f0569246
AC
1665if test -z "$CC"; then
1666 if test -n "$ac_tool_prefix"; then
1667 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1668set dummy ${ac_tool_prefix}cc; ac_word=$2
1669echo "$as_me:$LINENO: checking for $ac_word" >&5
1670echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1671if test "${ac_cv_prog_CC+set}" = set; then
1672 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1673else
f0569246
AC
1674 if test -n "$CC"; then
1675 ac_cv_prog_CC="$CC" # Let the user override the test.
1676else
1677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1678for as_dir in $PATH
1679do
1680 IFS=$as_save_IFS
1681 test -z "$as_dir" && as_dir=.
1682 for ac_exec_ext in '' $ac_executable_extensions; do
1683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1684 ac_cv_prog_CC="${ac_tool_prefix}cc"
1685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1686 break 2
1687 fi
1688done
1689done
b7026657
AC
1690
1691fi
b7026657 1692fi
f0569246
AC
1693CC=$ac_cv_prog_CC
1694if test -n "$CC"; then
1695 echo "$as_me:$LINENO: result: $CC" >&5
1696echo "${ECHO_T}$CC" >&6
1697else
1698 echo "$as_me:$LINENO: result: no" >&5
1699echo "${ECHO_T}no" >&6
b7026657
AC
1700fi
1701
b7026657 1702fi
f0569246
AC
1703if test -z "$ac_cv_prog_CC"; then
1704 ac_ct_CC=$CC
1705 # Extract the first word of "cc", so it can be a program name with args.
1706set dummy cc; ac_word=$2
1707echo "$as_me:$LINENO: checking for $ac_word" >&5
1708echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1709if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1710 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1711else
f0569246
AC
1712 if test -n "$ac_ct_CC"; then
1713 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1714else
1715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1716for as_dir in $PATH
b7026657 1717do
f0569246
AC
1718 IFS=$as_save_IFS
1719 test -z "$as_dir" && as_dir=.
1720 for ac_exec_ext in '' $ac_executable_extensions; do
1721 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1722 ac_cv_prog_ac_ct_CC="cc"
1723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1724 break 2
b7026657 1725 fi
f0569246
AC
1726done
1727done
1728
b7026657 1729fi
f0569246
AC
1730fi
1731ac_ct_CC=$ac_cv_prog_ac_ct_CC
1732if test -n "$ac_ct_CC"; then
1733 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1734echo "${ECHO_T}$ac_ct_CC" >&6
b7026657 1735else
f0569246
AC
1736 echo "$as_me:$LINENO: result: no" >&5
1737echo "${ECHO_T}no" >&6
b7026657 1738fi
b7026657 1739
f0569246 1740 CC=$ac_ct_CC
b7026657 1741else
f0569246 1742 CC="$ac_cv_prog_CC"
b7026657 1743fi
b7026657 1744
b7026657 1745fi
f0569246
AC
1746if test -z "$CC"; then
1747 # Extract the first word of "cc", so it can be a program name with args.
1748set dummy cc; ac_word=$2
1749echo "$as_me:$LINENO: checking for $ac_word" >&5
1750echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1751if test "${ac_cv_prog_CC+set}" = set; then
1752 echo $ECHO_N "(cached) $ECHO_C" >&6
1753else
1754 if test -n "$CC"; then
1755 ac_cv_prog_CC="$CC" # Let the user override the test.
1756else
1757 ac_prog_rejected=no
1758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1759for as_dir in $PATH
1760do
1761 IFS=$as_save_IFS
1762 test -z "$as_dir" && as_dir=.
1763 for ac_exec_ext in '' $ac_executable_extensions; do
1764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1765 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1766 ac_prog_rejected=yes
1767 continue
1768 fi
1769 ac_cv_prog_CC="cc"
1770 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1771 break 2
1772 fi
1773done
b7026657 1774done
b7026657 1775
f0569246
AC
1776if test $ac_prog_rejected = yes; then
1777 # We found a bogon in the path, so make sure we never use it.
1778 set dummy $ac_cv_prog_CC
1779 shift
1780 if test $# != 0; then
1781 # We chose a different compiler from the bogus one.
1782 # However, it has the same basename, so the bogon will be chosen
1783 # first if we set CC to just the basename; use the full file name.
1784 shift
1785 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1786 fi
b7026657 1787fi
f0569246
AC
1788fi
1789fi
1790CC=$ac_cv_prog_CC
1791if test -n "$CC"; then
1792 echo "$as_me:$LINENO: result: $CC" >&5
1793echo "${ECHO_T}$CC" >&6
b7026657 1794else
f0569246
AC
1795 echo "$as_me:$LINENO: result: no" >&5
1796echo "${ECHO_T}no" >&6
b7026657 1797fi
f0569246
AC
1798
1799fi
1800if test -z "$CC"; then
1801 if test -n "$ac_tool_prefix"; then
1802 for ac_prog in cl
1803 do
1804 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1805set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1806echo "$as_me:$LINENO: checking for $ac_word" >&5
1807echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1808if test "${ac_cv_prog_CC+set}" = set; then
1809 echo $ECHO_N "(cached) $ECHO_C" >&6
1810else
1811 if test -n "$CC"; then
1812 ac_cv_prog_CC="$CC" # Let the user override the test.
1813else
1814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1815for as_dir in $PATH
b7026657 1816do
f0569246
AC
1817 IFS=$as_save_IFS
1818 test -z "$as_dir" && as_dir=.
1819 for ac_exec_ext in '' $ac_executable_extensions; do
1820 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1821 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1823 break 2
b7026657 1824 fi
f0569246
AC
1825done
1826done
1827
b7026657 1828fi
f0569246
AC
1829fi
1830CC=$ac_cv_prog_CC
1831if test -n "$CC"; then
1832 echo "$as_me:$LINENO: result: $CC" >&5
1833echo "${ECHO_T}$CC" >&6
b7026657 1834else
f0569246
AC
1835 echo "$as_me:$LINENO: result: no" >&5
1836echo "${ECHO_T}no" >&6
b7026657 1837fi
b7026657 1838
f0569246
AC
1839 test -n "$CC" && break
1840 done
c906108c 1841fi
f0569246
AC
1842if test -z "$CC"; then
1843 ac_ct_CC=$CC
1844 for ac_prog in cl
b7026657 1845do
f0569246
AC
1846 # Extract the first word of "$ac_prog", so it can be a program name with args.
1847set dummy $ac_prog; ac_word=$2
1848echo "$as_me:$LINENO: checking for $ac_word" >&5
1849echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1850if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1851 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 1852else
f0569246
AC
1853 if test -n "$ac_ct_CC"; then
1854 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1855else
1856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1857for as_dir in $PATH
1858do
1859 IFS=$as_save_IFS
1860 test -z "$as_dir" && as_dir=.
1861 for ac_exec_ext in '' $ac_executable_extensions; do
1862 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1863 ac_cv_prog_ac_ct_CC="$ac_prog"
1864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1865 break 2
1866 fi
1867done
1868done
b7026657
AC
1869
1870fi
f0569246
AC
1871fi
1872ac_ct_CC=$ac_cv_prog_ac_ct_CC
1873if test -n "$ac_ct_CC"; then
1874 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1875echo "${ECHO_T}$ac_ct_CC" >&6
1876else
1877 echo "$as_me:$LINENO: result: no" >&5
1878echo "${ECHO_T}no" >&6
1879fi
1880
1881 test -n "$ac_ct_CC" && break
b7026657 1882done
b7026657 1883
f0569246 1884 CC=$ac_ct_CC
b7026657
AC
1885fi
1886
f0569246 1887fi
b7026657 1888
f0569246
AC
1889
1890test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1891See \`config.log' for more details." >&5
1892echo "$as_me: error: no acceptable C compiler found in \$PATH
1893See \`config.log' for more details." >&2;}
1894 { (exit 1); exit 1; }; }
1895
1896# Provide some information about the compiler.
1897echo "$as_me:$LINENO:" \
1898 "checking for C compiler version" >&5
1899ac_compiler=`set X $ac_compile; echo $2`
1900{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1901 (eval $ac_compiler --version </dev/null >&5) 2>&5
b7026657 1902 ac_status=$?
b7026657 1903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
1904 (exit $ac_status); }
1905{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1906 (eval $ac_compiler -v </dev/null >&5) 2>&5
b7026657
AC
1907 ac_status=$?
1908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
1909 (exit $ac_status); }
1910{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1911 (eval $ac_compiler -V </dev/null >&5) 2>&5
b7026657
AC
1912 ac_status=$?
1913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
1914 (exit $ac_status); }
1915
1916cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
1917/* confdefs.h. */
1918_ACEOF
1919cat confdefs.h >>conftest.$ac_ext
1920cat >>conftest.$ac_ext <<_ACEOF
1921/* end confdefs.h. */
f0569246 1922
b7026657
AC
1923int
1924main ()
1925{
f0569246 1926
b7026657
AC
1927 ;
1928 return 0;
1929}
1930_ACEOF
f0569246
AC
1931ac_clean_files_save=$ac_clean_files
1932ac_clean_files="$ac_clean_files a.out a.exe b.out"
1933# Try to create an executable without -o first, disregard a.out.
1934# It will help us diagnose broken compilers, and finding out an intuition
1935# of exeext.
1936echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1937echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1938ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1939if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1940 (eval $ac_link_default) 2>&5
b7026657 1941 ac_status=$?
b7026657 1942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
1943 (exit $ac_status); }; then
1944 # Find the output, starting from the most likely. This scheme is
1945# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1946# resort.
1947
1948# Be careful to initialize this variable, since it used to be cached.
1949# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1950ac_cv_exeext=
1951# b.out is created by i960 compilers.
1952for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1953do
1954 test -f "$ac_file" || continue
1955 case $ac_file in
1956 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1957 ;;
1958 conftest.$ac_ext )
1959 # This is the source file.
1960 ;;
1961 [ab].out )
1962 # We found the default executable, but exeext='' is most
1963 # certainly right.
1964 break;;
1965 *.* )
1966 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1967 # FIXME: I believe we export ac_cv_exeext for Libtool,
1968 # but it would be cool to find out if it's true. Does anybody
1969 # maintain Libtool? --akim.
1970 export ac_cv_exeext
1971 break;;
1972 * )
1973 break;;
1974 esac
1975done
1976else
1977 echo "$as_me: failed program was:" >&5
1978sed 's/^/| /' conftest.$ac_ext >&5
1979
1980{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1981See \`config.log' for more details." >&5
1982echo "$as_me: error: C compiler cannot create executables
1983See \`config.log' for more details." >&2;}
1984 { (exit 77); exit 77; }; }
1985fi
1986
1987ac_exeext=$ac_cv_exeext
1988echo "$as_me:$LINENO: result: $ac_file" >&5
1989echo "${ECHO_T}$ac_file" >&6
1990
1991# Check the compiler produces executables we can run. If not, either
1992# the compiler is broken, or we cross compile.
1993echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1994echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1995# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1996# If not cross compiling, check that we can run a simple program.
1997if test "$cross_compiling" != yes; then
1998 if { ac_try='./$ac_file'
b7026657
AC
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000 (eval $ac_try) 2>&5
2001 ac_status=$?
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2003 (exit $ac_status); }; }; then
2004 cross_compiling=no
2005 else
2006 if test "$cross_compiling" = maybe; then
2007 cross_compiling=yes
2008 else
2009 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2010If you meant to cross compile, use \`--host'.
2011See \`config.log' for more details." >&5
2012echo "$as_me: error: cannot run C compiled programs.
2013If you meant to cross compile, use \`--host'.
2014See \`config.log' for more details." >&2;}
2015 { (exit 1); exit 1; }; }
2016 fi
2017 fi
2018fi
2019echo "$as_me:$LINENO: result: yes" >&5
2020echo "${ECHO_T}yes" >&6
2021
2022rm -f a.out a.exe conftest$ac_cv_exeext b.out
2023ac_clean_files=$ac_clean_files_save
2024# Check the compiler produces executables we can run. If not, either
2025# the compiler is broken, or we cross compile.
2026echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2027echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2028echo "$as_me:$LINENO: result: $cross_compiling" >&5
2029echo "${ECHO_T}$cross_compiling" >&6
2030
2031echo "$as_me:$LINENO: checking for suffix of executables" >&5
2032echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2033if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2034 (eval $ac_link) 2>&5
2035 ac_status=$?
2036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2037 (exit $ac_status); }; then
2038 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2039# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2040# work properly (i.e., refer to `conftest.exe'), while it won't with
2041# `rm'.
2042for ac_file in conftest.exe conftest conftest.*; do
2043 test -f "$ac_file" || continue
2044 case $ac_file in
2045 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2046 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2047 export ac_cv_exeext
2048 break;;
2049 * ) break;;
2050 esac
2051done
2052else
2053 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2054See \`config.log' for more details." >&5
2055echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2056See \`config.log' for more details." >&2;}
2057 { (exit 1); exit 1; }; }
2058fi
2059
2060rm -f conftest$ac_cv_exeext
2061echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2062echo "${ECHO_T}$ac_cv_exeext" >&6
2063
2064rm -f conftest.$ac_ext
2065EXEEXT=$ac_cv_exeext
2066ac_exeext=$EXEEXT
2067echo "$as_me:$LINENO: checking for suffix of object files" >&5
2068echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2069if test "${ac_cv_objext+set}" = set; then
2070 echo $ECHO_N "(cached) $ECHO_C" >&6
2071else
2072 cat >conftest.$ac_ext <<_ACEOF
2073/* confdefs.h. */
2074_ACEOF
2075cat confdefs.h >>conftest.$ac_ext
2076cat >>conftest.$ac_ext <<_ACEOF
2077/* end confdefs.h. */
2078
2079int
2080main ()
2081{
2082
2083 ;
2084 return 0;
2085}
2086_ACEOF
2087rm -f conftest.o conftest.obj
2088if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2089 (eval $ac_compile) 2>&5
b7026657
AC
2090 ac_status=$?
2091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2092 (exit $ac_status); }; then
2093 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2094 case $ac_file in
2095 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2096 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2097 break;;
2098 esac
2099done
b7026657
AC
2100else
2101 echo "$as_me: failed program was:" >&5
2102sed 's/^/| /' conftest.$ac_ext >&5
2103
f0569246
AC
2104{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2105See \`config.log' for more details." >&5
2106echo "$as_me: error: cannot compute suffix of object files: cannot compile
2107See \`config.log' for more details." >&2;}
2108 { (exit 1); exit 1; }; }
b7026657 2109fi
f0569246
AC
2110
2111rm -f conftest.$ac_cv_objext conftest.$ac_ext
2112fi
2113echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2114echo "${ECHO_T}$ac_cv_objext" >&6
2115OBJEXT=$ac_cv_objext
2116ac_objext=$OBJEXT
2117echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2118echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2119if test "${ac_cv_c_compiler_gnu+set}" = set; then
2120 echo $ECHO_N "(cached) $ECHO_C" >&6
2121else
b7026657
AC
2122 cat >conftest.$ac_ext <<_ACEOF
2123/* confdefs.h. */
2124_ACEOF
2125cat confdefs.h >>conftest.$ac_ext
2126cat >>conftest.$ac_ext <<_ACEOF
2127/* end confdefs.h. */
f0569246 2128
b7026657
AC
2129int
2130main ()
2131{
f0569246
AC
2132#ifndef __GNUC__
2133 choke me
2134#endif
2135
b7026657
AC
2136 ;
2137 return 0;
2138}
2139_ACEOF
2140rm -f conftest.$ac_objext
2141if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2142 (eval $ac_compile) 2>conftest.er1
2143 ac_status=$?
2144 grep -v '^ *+' conftest.er1 >conftest.err
2145 rm -f conftest.er1
2146 cat conftest.err >&5
2147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2148 (exit $ac_status); } &&
2149 { ac_try='test -z "$ac_c_werror_flag"
2150 || test ! -s conftest.err'
2151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2152 (eval $ac_try) 2>&5
2153 ac_status=$?
2154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2155 (exit $ac_status); }; } &&
2156 { ac_try='test -s conftest.$ac_objext'
2157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2158 (eval $ac_try) 2>&5
2159 ac_status=$?
2160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2161 (exit $ac_status); }; }; then
f0569246
AC
2162 ac_compiler_gnu=yes
2163else
2164 echo "$as_me: failed program was:" >&5
2165sed 's/^/| /' conftest.$ac_ext >&5
b7026657 2166
f0569246
AC
2167ac_compiler_gnu=no
2168fi
2169rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2170ac_cv_c_compiler_gnu=$ac_compiler_gnu
b7026657 2171
b7026657 2172fi
f0569246
AC
2173echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2174echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2175GCC=`test $ac_compiler_gnu = yes && echo yes`
2176ac_test_CFLAGS=${CFLAGS+set}
2177ac_save_CFLAGS=$CFLAGS
2178CFLAGS="-g"
2179echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2180echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2181if test "${ac_cv_prog_cc_g+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
b7026657 2183else
f0569246 2184 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
2185/* confdefs.h. */
2186_ACEOF
2187cat confdefs.h >>conftest.$ac_ext
2188cat >>conftest.$ac_ext <<_ACEOF
2189/* end confdefs.h. */
f0569246
AC
2190
2191int
2192main ()
2193{
2194
2195 ;
2196 return 0;
2197}
b7026657
AC
2198_ACEOF
2199rm -f conftest.$ac_objext
2200if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2201 (eval $ac_compile) 2>conftest.er1
2202 ac_status=$?
2203 grep -v '^ *+' conftest.er1 >conftest.err
2204 rm -f conftest.er1
2205 cat conftest.err >&5
2206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2207 (exit $ac_status); } &&
2208 { ac_try='test -z "$ac_c_werror_flag"
2209 || test ! -s conftest.err'
2210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2211 (eval $ac_try) 2>&5
2212 ac_status=$?
2213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214 (exit $ac_status); }; } &&
2215 { ac_try='test -s conftest.$ac_objext'
2216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2217 (eval $ac_try) 2>&5
2218 ac_status=$?
2219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220 (exit $ac_status); }; }; then
f0569246 2221 ac_cv_prog_cc_g=yes
b7026657
AC
2222else
2223 echo "$as_me: failed program was:" >&5
2224sed 's/^/| /' conftest.$ac_ext >&5
2225
f0569246 2226ac_cv_prog_cc_g=no
b7026657
AC
2227fi
2228rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
f0569246
AC
2229fi
2230echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2231echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2232if test "$ac_test_CFLAGS" = set; then
2233 CFLAGS=$ac_save_CFLAGS
2234elif test $ac_cv_prog_cc_g = yes; then
2235 if test "$GCC" = yes; then
2236 CFLAGS="-g -O2"
2237 else
2238 CFLAGS="-g"
2239 fi
2240else
2241 if test "$GCC" = yes; then
2242 CFLAGS="-O2"
2243 else
2244 CFLAGS=
2245 fi
2246fi
2247echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2248echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2249if test "${ac_cv_prog_cc_stdc+set}" = set; then
2250 echo $ECHO_N "(cached) $ECHO_C" >&6
2251else
2252 ac_cv_prog_cc_stdc=no
2253ac_save_CC=$CC
b7026657
AC
2254cat >conftest.$ac_ext <<_ACEOF
2255/* confdefs.h. */
2256_ACEOF
2257cat confdefs.h >>conftest.$ac_ext
2258cat >>conftest.$ac_ext <<_ACEOF
2259/* end confdefs.h. */
f0569246
AC
2260#include <stdarg.h>
2261#include <stdio.h>
2262#include <sys/types.h>
2263#include <sys/stat.h>
2264/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2265struct buf { int x; };
2266FILE * (*rcsopen) (struct buf *, struct stat *, int);
2267static char *e (p, i)
2268 char **p;
2269 int i;
2270{
2271 return p[i];
2272}
2273static char *f (char * (*g) (char **, int), char **p, ...)
2274{
2275 char *s;
2276 va_list v;
2277 va_start (v,p);
2278 s = g (p, va_arg (v,int));
2279 va_end (v);
2280 return s;
2281}
2282
2283/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2284 function prototypes and stuff, but not '\xHH' hex character constants.
2285 These don't provoke an error unfortunately, instead are silently treated
2286 as 'x'. The following induces an error, until -std1 is added to get
2287 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2288 array size at least. It's necessary to write '\x00'==0 to get something
2289 that's true only with -std1. */
2290int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2291
2292int test (int i, double x);
2293struct s1 {int (*f) (int a);};
2294struct s2 {int (*f) (double a);};
2295int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2296int argc;
2297char **argv;
2298int
2299main ()
2300{
2301return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2302 ;
2303 return 0;
2304}
b7026657 2305_ACEOF
f0569246
AC
2306# Don't try gcc -ansi; that turns off useful extensions and
2307# breaks some systems' header files.
2308# AIX -qlanglvl=ansi
2309# Ultrix and OSF/1 -std1
2310# HP-UX 10.20 and later -Ae
2311# HP-UX older versions -Aa -D_HPUX_SOURCE
2312# SVR4 -Xc -D__EXTENSIONS__
2313for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2314do
2315 CC="$ac_save_CC $ac_arg"
2316 rm -f conftest.$ac_objext
2317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2318 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2319 ac_status=$?
2320 grep -v '^ *+' conftest.er1 >conftest.err
2321 rm -f conftest.er1
2322 cat conftest.err >&5
2323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2324 (exit $ac_status); } &&
2325 { ac_try='test -z "$ac_c_werror_flag"
2326 || test ! -s conftest.err'
2327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2328 (eval $ac_try) 2>&5
2329 ac_status=$?
2330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2331 (exit $ac_status); }; } &&
2332 { ac_try='test -s conftest.$ac_objext'
2333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2334 (eval $ac_try) 2>&5
2335 ac_status=$?
2336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2337 (exit $ac_status); }; }; then
2338 ac_cv_prog_cc_stdc=$ac_arg
2339break
b7026657
AC
2340else
2341 echo "$as_me: failed program was:" >&5
2342sed 's/^/| /' conftest.$ac_ext >&5
2343
c906108c 2344fi
f0569246 2345rm -f conftest.err conftest.$ac_objext
c906108c 2346done
f0569246
AC
2347rm -f conftest.$ac_ext conftest.$ac_objext
2348CC=$ac_save_CC
c906108c 2349
f0569246 2350fi
b7026657 2351
f0569246
AC
2352case "x$ac_cv_prog_cc_stdc" in
2353 x|xno)
2354 echo "$as_me:$LINENO: result: none needed" >&5
2355echo "${ECHO_T}none needed" >&6 ;;
2356 *)
2357 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2358echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2359 CC="$CC $ac_cv_prog_cc_stdc" ;;
2360esac
b7026657 2361
f0569246
AC
2362# Some people use a C++ compiler to compile C. Since we use `exit',
2363# in C++ we need to declare it. In case someone uses the same compiler
2364# for both compiling C and C++ we need to have the C++ compiler decide
2365# the declaration of exit, since it's the most demanding environment.
2366cat >conftest.$ac_ext <<_ACEOF
2367#ifndef __cplusplus
2368 choke me
2369#endif
2370_ACEOF
2371rm -f conftest.$ac_objext
2372if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2373 (eval $ac_compile) 2>conftest.er1
2374 ac_status=$?
2375 grep -v '^ *+' conftest.er1 >conftest.err
2376 rm -f conftest.er1
2377 cat conftest.err >&5
2378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2379 (exit $ac_status); } &&
2380 { ac_try='test -z "$ac_c_werror_flag"
2381 || test ! -s conftest.err'
2382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2383 (eval $ac_try) 2>&5
2384 ac_status=$?
2385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2386 (exit $ac_status); }; } &&
2387 { ac_try='test -s conftest.$ac_objext'
2388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2389 (eval $ac_try) 2>&5
2390 ac_status=$?
2391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2392 (exit $ac_status); }; }; then
2393 for ac_declaration in \
2394 '' \
2395 'extern "C" void std::exit (int) throw (); using std::exit;' \
2396 'extern "C" void std::exit (int); using std::exit;' \
2397 'extern "C" void exit (int) throw ();' \
2398 'extern "C" void exit (int);' \
2399 'void exit (int);'
c906108c 2400do
b7026657
AC
2401 cat >conftest.$ac_ext <<_ACEOF
2402/* confdefs.h. */
2403_ACEOF
2404cat confdefs.h >>conftest.$ac_ext
2405cat >>conftest.$ac_ext <<_ACEOF
2406/* end confdefs.h. */
f0569246
AC
2407$ac_declaration
2408#include <stdlib.h>
b7026657
AC
2409int
2410main ()
2411{
f0569246 2412exit (42);
b7026657
AC
2413 ;
2414 return 0;
2415}
2416_ACEOF
f0569246
AC
2417rm -f conftest.$ac_objext
2418if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2419 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2420 ac_status=$?
2421 grep -v '^ *+' conftest.er1 >conftest.err
2422 rm -f conftest.er1
2423 cat conftest.err >&5
2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2425 (exit $ac_status); } &&
2426 { ac_try='test -z "$ac_c_werror_flag"
2427 || test ! -s conftest.err'
2428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2429 (eval $ac_try) 2>&5
2430 ac_status=$?
2431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2432 (exit $ac_status); }; } &&
f0569246 2433 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
2434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2435 (eval $ac_try) 2>&5
2436 ac_status=$?
2437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2438 (exit $ac_status); }; }; then
f0569246 2439 :
b7026657
AC
2440else
2441 echo "$as_me: failed program was:" >&5
2442sed 's/^/| /' conftest.$ac_ext >&5
2443
f0569246 2444continue
c906108c 2445fi
f0569246 2446rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657
AC
2447 cat >conftest.$ac_ext <<_ACEOF
2448/* confdefs.h. */
2449_ACEOF
2450cat confdefs.h >>conftest.$ac_ext
2451cat >>conftest.$ac_ext <<_ACEOF
2452/* end confdefs.h. */
f0569246 2453$ac_declaration
b7026657
AC
2454int
2455main ()
2456{
f0569246 2457exit (42);
b7026657
AC
2458 ;
2459 return 0;
2460}
2461_ACEOF
f0569246
AC
2462rm -f conftest.$ac_objext
2463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2464 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2465 ac_status=$?
2466 grep -v '^ *+' conftest.er1 >conftest.err
2467 rm -f conftest.er1
2468 cat conftest.err >&5
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); } &&
2471 { ac_try='test -z "$ac_c_werror_flag"
2472 || test ! -s conftest.err'
2473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2474 (eval $ac_try) 2>&5
2475 ac_status=$?
2476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2477 (exit $ac_status); }; } &&
f0569246 2478 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
2479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2480 (eval $ac_try) 2>&5
2481 ac_status=$?
2482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2483 (exit $ac_status); }; }; then
f0569246
AC
2484 break
2485else
2486 echo "$as_me: failed program was:" >&5
2487sed 's/^/| /' conftest.$ac_ext >&5
2488
2489fi
2490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2491done
2492rm -f conftest*
2493if test -n "$ac_declaration"; then
2494 echo '#ifdef __cplusplus' >>confdefs.h
2495 echo $ac_declaration >>confdefs.h
2496 echo '#endif' >>confdefs.h
2497fi
2498
b7026657
AC
2499else
2500 echo "$as_me: failed program was:" >&5
2501sed 's/^/| /' conftest.$ac_ext >&5
2502
f0569246
AC
2503fi
2504rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2505ac_ext=c
2506ac_cpp='$CPP $CPPFLAGS'
2507ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2508ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2509ac_compiler_gnu=$ac_cv_c_compiler_gnu
2510
2511# Find a good install program. We prefer a C program (faster),
2512# so one script is as good as another. But avoid the broken or
2513# incompatible versions:
2514# SysV /etc/install, /usr/sbin/install
2515# SunOS /usr/etc/install
2516# IRIX /sbin/install
2517# AIX /bin/install
2518# AmigaOS /C/install, which installs bootblocks on floppy discs
2519# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2520# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2521# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2522# OS/2's system install, which has a completely different semantic
2523# ./install, which can be erroneously created by make from ./install.sh.
2524echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2525echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2526if test -z "$INSTALL"; then
2527if test "${ac_cv_path_install+set}" = set; then
2528 echo $ECHO_N "(cached) $ECHO_C" >&6
2529else
2530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2531for as_dir in $PATH
2532do
2533 IFS=$as_save_IFS
2534 test -z "$as_dir" && as_dir=.
2535 # Account for people who put trailing slashes in PATH elements.
2536case $as_dir/ in
2537 ./ | .// | /cC/* | \
2538 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2539 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2540 /usr/ucb/* ) ;;
2541 *)
2542 # OSF1 and SCO ODT 3.0 have their own names for install.
2543 # Don't use installbsd from OSF since it installs stuff as root
2544 # by default.
2545 for ac_prog in ginstall scoinst install; do
2546 for ac_exec_ext in '' $ac_executable_extensions; do
2547 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2548 if test $ac_prog = install &&
2549 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2550 # AIX install. It has an incompatible calling convention.
2551 :
2552 elif test $ac_prog = install &&
2553 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2554 # program-specific install script used by HP pwplus--don't use.
2555 :
2556 else
2557 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2558 break 3
2559 fi
2560 fi
2561 done
2562 done
2563 ;;
2564esac
2565done
2566
2567
2568fi
2569 if test "${ac_cv_path_install+set}" = set; then
2570 INSTALL=$ac_cv_path_install
2571 else
2572 # As a last resort, use the slow shell script. We don't cache a
2573 # path for INSTALL within a source directory, because that will
2574 # break other packages using the cache if that directory is
2575 # removed, or if the path is relative.
2576 INSTALL=$ac_install_sh
2577 fi
2578fi
2579echo "$as_me:$LINENO: result: $INSTALL" >&5
2580echo "${ECHO_T}$INSTALL" >&6
2581
2582# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2583# It thinks the first close brace ends the variable substitution.
2584test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2585
2586test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2587
2588test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2589
c906108c 2590
f0569246
AC
2591# Put a plausible default for CC_FOR_BUILD in Makefile.
2592if test "x$cross_compiling" = "xno"; then
2593 CC_FOR_BUILD='$(CC)'
2594else
2595 CC_FOR_BUILD=gcc
c906108c 2596fi
c906108c 2597
c906108c 2598
c906108c 2599
f0569246
AC
2600
2601AR=${AR-ar}
2602
2603if test -n "$ac_tool_prefix"; then
2604 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2605set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2606echo "$as_me:$LINENO: checking for $ac_word" >&5
2607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2608if test "${ac_cv_prog_RANLIB+set}" = set; then
b7026657
AC
2609 echo $ECHO_N "(cached) $ECHO_C" >&6
2610else
f0569246
AC
2611 if test -n "$RANLIB"; then
2612 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
c906108c 2613else
f0569246
AC
2614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615for as_dir in $PATH
2616do
2617 IFS=$as_save_IFS
2618 test -z "$as_dir" && as_dir=.
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2621 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624 fi
2625done
2626done
b7026657 2627
c906108c 2628fi
c906108c 2629fi
f0569246
AC
2630RANLIB=$ac_cv_prog_RANLIB
2631if test -n "$RANLIB"; then
2632 echo "$as_me:$LINENO: result: $RANLIB" >&5
2633echo "${ECHO_T}$RANLIB" >&6
2634else
2635 echo "$as_me:$LINENO: result: no" >&5
2636echo "${ECHO_T}no" >&6
2637fi
c906108c 2638
f0569246
AC
2639fi
2640if test -z "$ac_cv_prog_RANLIB"; then
2641 ac_ct_RANLIB=$RANLIB
2642 # Extract the first word of "ranlib", so it can be a program name with args.
2643set dummy ranlib; ac_word=$2
2644echo "$as_me:$LINENO: checking for $ac_word" >&5
2645echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2646if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2647 echo $ECHO_N "(cached) $ECHO_C" >&6
2648else
2649 if test -n "$ac_ct_RANLIB"; then
2650 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2651else
2652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653for as_dir in $PATH
2654do
2655 IFS=$as_save_IFS
2656 test -z "$as_dir" && as_dir=.
2657 for ac_exec_ext in '' $ac_executable_extensions; do
2658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2659 ac_cv_prog_ac_ct_RANLIB="ranlib"
2660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2661 break 2
c906108c 2662 fi
f0569246
AC
2663done
2664done
2665
2666 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2667fi
2668fi
2669ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2670if test -n "$ac_ct_RANLIB"; then
2671 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2672echo "${ECHO_T}$ac_ct_RANLIB" >&6
2673else
2674 echo "$as_me:$LINENO: result: no" >&5
2675echo "${ECHO_T}no" >&6
2676fi
c906108c 2677
f0569246
AC
2678 RANLIB=$ac_ct_RANLIB
2679else
2680 RANLIB="$ac_cv_prog_RANLIB"
2681fi
c906108c 2682
c906108c 2683
f0569246 2684ALL_LINGUAS=
20e95c23 2685CY_GNU_GETTEXT
35695fd6 2686
20e95c23
DJ
2687# Check for common headers.
2688# FIXME: Seems to me this can cause problems for i386-windows hosts.
2689# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
35695fd6
AC
2690
2691ac_ext=c
2692ac_cpp='$CPP $CPPFLAGS'
2693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2695ac_compiler_gnu=$ac_cv_c_compiler_gnu
2696echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2697echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2698# On Suns, sometimes $CPP names a directory.
2699if test -n "$CPP" && test -d "$CPP"; then
2700 CPP=
2701fi
2702if test -z "$CPP"; then
2703 if test "${ac_cv_prog_CPP+set}" = set; then
2704 echo $ECHO_N "(cached) $ECHO_C" >&6
2705else
2706 # Double quotes because CPP needs to be expanded
2707 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2708 do
2709 ac_preproc_ok=false
2710for ac_c_preproc_warn_flag in '' yes
2711do
2712 # Use a header file that comes with gcc, so configuring glibc
2713 # with a fresh cross-compiler works.
2714 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2715 # <limits.h> exists even on freestanding compilers.
2716 # On the NeXT, cc -E runs the code through the compiler's parser,
2717 # not just through cpp. "Syntax error" is here to catch this case.
2718 cat >conftest.$ac_ext <<_ACEOF
2719/* confdefs.h. */
2720_ACEOF
2721cat confdefs.h >>conftest.$ac_ext
2722cat >>conftest.$ac_ext <<_ACEOF
2723/* end confdefs.h. */
2724#ifdef __STDC__
2725# include <limits.h>
2726#else
2727# include <assert.h>
2728#endif
2729 Syntax error
2730_ACEOF
2731if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2732 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2733 ac_status=$?
2734 grep -v '^ *+' conftest.er1 >conftest.err
2735 rm -f conftest.er1
2736 cat conftest.err >&5
2737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); } >/dev/null; then
2739 if test -s conftest.err; then
2740 ac_cpp_err=$ac_c_preproc_warn_flag
2741 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2742 else
2743 ac_cpp_err=
2744 fi
2745else
2746 ac_cpp_err=yes
2747fi
2748if test -z "$ac_cpp_err"; then
2749 :
2750else
2751 echo "$as_me: failed program was:" >&5
2752sed 's/^/| /' conftest.$ac_ext >&5
2753
2754 # Broken: fails on valid input.
2755continue
2756fi
2757rm -f conftest.err conftest.$ac_ext
2758
2759 # OK, works on sane cases. Now check whether non-existent headers
2760 # can be detected and how.
2761 cat >conftest.$ac_ext <<_ACEOF
2762/* confdefs.h. */
2763_ACEOF
2764cat confdefs.h >>conftest.$ac_ext
2765cat >>conftest.$ac_ext <<_ACEOF
2766/* end confdefs.h. */
2767#include <ac_nonexistent.h>
2768_ACEOF
2769if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
f0569246 2770 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
2771 ac_status=$?
2772 grep -v '^ *+' conftest.er1 >conftest.err
2773 rm -f conftest.er1
2774 cat conftest.err >&5
2775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2776 (exit $ac_status); } >/dev/null; then
2777 if test -s conftest.err; then
2778 ac_cpp_err=$ac_c_preproc_warn_flag
2779 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2780 else
2781 ac_cpp_err=
2782 fi
2783else
2784 ac_cpp_err=yes
2785fi
2786if test -z "$ac_cpp_err"; then
2787 # Broken: success on invalid input.
2788continue
c906108c 2789else
b7026657
AC
2790 echo "$as_me: failed program was:" >&5
2791sed 's/^/| /' conftest.$ac_ext >&5
2792
f0569246
AC
2793 # Passes both tests.
2794ac_preproc_ok=:
2795break
c906108c 2796fi
f0569246
AC
2797rm -f conftest.err conftest.$ac_ext
2798
2799done
2800# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2801rm -f conftest.err conftest.$ac_ext
2802if $ac_preproc_ok; then
2803 break
c906108c 2804fi
c906108c 2805
f0569246
AC
2806 done
2807 ac_cv_prog_CPP=$CPP
2808
2809fi
2810 CPP=$ac_cv_prog_CPP
c906108c 2811else
f0569246
AC
2812 ac_cv_prog_CPP=$CPP
2813fi
2814echo "$as_me:$LINENO: result: $CPP" >&5
2815echo "${ECHO_T}$CPP" >&6
2816ac_preproc_ok=false
2817for ac_c_preproc_warn_flag in '' yes
2818do
2819 # Use a header file that comes with gcc, so configuring glibc
2820 # with a fresh cross-compiler works.
2821 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2822 # <limits.h> exists even on freestanding compilers.
2823 # On the NeXT, cc -E runs the code through the compiler's parser,
2824 # not just through cpp. "Syntax error" is here to catch this case.
2825 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
2826/* confdefs.h. */
2827_ACEOF
2828cat confdefs.h >>conftest.$ac_ext
2829cat >>conftest.$ac_ext <<_ACEOF
2830/* end confdefs.h. */
f0569246
AC
2831#ifdef __STDC__
2832# include <limits.h>
2833#else
2834# include <assert.h>
b7026657 2835#endif
f0569246 2836 Syntax error
b7026657 2837_ACEOF
f0569246
AC
2838if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2839 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
2840 ac_status=$?
2841 grep -v '^ *+' conftest.er1 >conftest.err
2842 rm -f conftest.er1
2843 cat conftest.err >&5
2844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2845 (exit $ac_status); } >/dev/null; then
2846 if test -s conftest.err; then
2847 ac_cpp_err=$ac_c_preproc_warn_flag
2848 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2849 else
2850 ac_cpp_err=
2851 fi
2852else
2853 ac_cpp_err=yes
2854fi
2855if test -z "$ac_cpp_err"; then
2856 :
b7026657
AC
2857else
2858 echo "$as_me: failed program was:" >&5
2859sed 's/^/| /' conftest.$ac_ext >&5
2860
f0569246
AC
2861 # Broken: fails on valid input.
2862continue
b7026657 2863fi
f0569246
AC
2864rm -f conftest.err conftest.$ac_ext
2865
2866 # OK, works on sane cases. Now check whether non-existent headers
2867 # can be detected and how.
b7026657
AC
2868 cat >conftest.$ac_ext <<_ACEOF
2869/* confdefs.h. */
2870_ACEOF
2871cat confdefs.h >>conftest.$ac_ext
2872cat >>conftest.$ac_ext <<_ACEOF
2873/* end confdefs.h. */
f0569246 2874#include <ac_nonexistent.h>
b7026657 2875_ACEOF
f0569246
AC
2876if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2877 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
b7026657
AC
2878 ac_status=$?
2879 grep -v '^ *+' conftest.er1 >conftest.err
2880 rm -f conftest.er1
2881 cat conftest.err >&5
2882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246
AC
2883 (exit $ac_status); } >/dev/null; then
2884 if test -s conftest.err; then
2885 ac_cpp_err=$ac_c_preproc_warn_flag
2886 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2887 else
2888 ac_cpp_err=
2889 fi
2890else
2891 ac_cpp_err=yes
2892fi
2893if test -z "$ac_cpp_err"; then
2894 # Broken: success on invalid input.
2895continue
c906108c 2896else
b7026657
AC
2897 echo "$as_me: failed program was:" >&5
2898sed 's/^/| /' conftest.$ac_ext >&5
2899
f0569246
AC
2900 # Passes both tests.
2901ac_preproc_ok=:
2902break
c906108c 2903fi
f0569246 2904rm -f conftest.err conftest.$ac_ext
c906108c 2905
f0569246
AC
2906done
2907# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2908rm -f conftest.err conftest.$ac_ext
2909if $ac_preproc_ok; then
2910 :
c906108c 2911else
f0569246
AC
2912 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2913See \`config.log' for more details." >&5
2914echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2915See \`config.log' for more details." >&2;}
2916 { (exit 1); exit 1; }; }
c906108c 2917fi
b7026657 2918
f0569246
AC
2919ac_ext=c
2920ac_cpp='$CPP $CPPFLAGS'
2921ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2922ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2923ac_compiler_gnu=$ac_cv_c_compiler_gnu
2924
2925
2926echo "$as_me:$LINENO: checking for egrep" >&5
2927echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2928if test "${ac_cv_prog_egrep+set}" = set; then
2929 echo $ECHO_N "(cached) $ECHO_C" >&6
2930else
2931 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2932 then ac_cv_prog_egrep='grep -E'
2933 else ac_cv_prog_egrep='egrep'
2934 fi
2935fi
2936echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2937echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2938 EGREP=$ac_cv_prog_egrep
2939
2940
2941echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2942echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2943if test "${ac_cv_header_stdc+set}" = set; then
2944 echo $ECHO_N "(cached) $ECHO_C" >&6
2945else
2946 cat >conftest.$ac_ext <<_ACEOF
2947/* confdefs.h. */
2948_ACEOF
2949cat confdefs.h >>conftest.$ac_ext
2950cat >>conftest.$ac_ext <<_ACEOF
2951/* end confdefs.h. */
2952#include <stdlib.h>
2953#include <stdarg.h>
2954#include <string.h>
2955#include <float.h>
c906108c 2956
b7026657
AC
2957int
2958main ()
2959{
f0569246 2960
b7026657
AC
2961 ;
2962 return 0;
2963}
2964_ACEOF
f0569246
AC
2965rm -f conftest.$ac_objext
2966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2967 (eval $ac_compile) 2>conftest.er1
b7026657
AC
2968 ac_status=$?
2969 grep -v '^ *+' conftest.er1 >conftest.err
2970 rm -f conftest.er1
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); } &&
2974 { ac_try='test -z "$ac_c_werror_flag"
2975 || test ! -s conftest.err'
2976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2977 (eval $ac_try) 2>&5
2978 ac_status=$?
2979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2980 (exit $ac_status); }; } &&
f0569246 2981 { ac_try='test -s conftest.$ac_objext'
b7026657
AC
2982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2983 (eval $ac_try) 2>&5
2984 ac_status=$?
2985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2986 (exit $ac_status); }; }; then
f0569246 2987 ac_cv_header_stdc=yes
b7026657
AC
2988else
2989 echo "$as_me: failed program was:" >&5
2990sed 's/^/| /' conftest.$ac_ext >&5
2991
f0569246 2992ac_cv_header_stdc=no
b7026657 2993fi
f0569246 2994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 2995
f0569246
AC
2996if test $ac_cv_header_stdc = yes; then
2997 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2998 cat >conftest.$ac_ext <<_ACEOF
2999/* confdefs.h. */
3000_ACEOF
3001cat confdefs.h >>conftest.$ac_ext
3002cat >>conftest.$ac_ext <<_ACEOF
3003/* end confdefs.h. */
3004#include <string.h>
c906108c 3005
f0569246
AC
3006_ACEOF
3007if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3008 $EGREP "memchr" >/dev/null 2>&1; then
3009 :
c906108c 3010else
f0569246 3011 ac_cv_header_stdc=no
c906108c 3012fi
f0569246 3013rm -f conftest*
b7026657 3014
c906108c
SS
3015fi
3016
f0569246
AC
3017if test $ac_cv_header_stdc = yes; then
3018 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3019 cat >conftest.$ac_ext <<_ACEOF
3020/* confdefs.h. */
3021_ACEOF
3022cat confdefs.h >>conftest.$ac_ext
3023cat >>conftest.$ac_ext <<_ACEOF
3024/* end confdefs.h. */
3025#include <stdlib.h>
3026
3027_ACEOF
3028if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3029 $EGREP "free" >/dev/null 2>&1; then
3030 :
c906108c 3031else
f0569246 3032 ac_cv_header_stdc=no
c906108c 3033fi
f0569246
AC
3034rm -f conftest*
3035
c906108c
SS
3036fi
3037
f0569246
AC
3038if test $ac_cv_header_stdc = yes; then
3039 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3040 if test "$cross_compiling" = yes; then
3041 :
3042else
3043 cat >conftest.$ac_ext <<_ACEOF
b7026657
AC
3044/* confdefs.h. */
3045_ACEOF
3046cat confdefs.h >>conftest.$ac_ext
3047cat >>conftest.$ac_ext <<_ACEOF
3048/* end confdefs.h. */
f0569246
AC
3049#include <ctype.h>
3050#if ((' ' & 0x0FF) == 0x020)
3051# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3052# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3053#else
3054# define ISLOWER(c) \
3055 (('a' <= (c) && (c) <= 'i') \
3056 || ('j' <= (c) && (c) <= 'r') \
3057 || ('s' <= (c) && (c) <= 'z'))
3058# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3059#endif
c906108c 3060
f0569246 3061#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
b7026657
AC
3062int
3063main ()
3064{
f0569246
AC
3065 int i;
3066 for (i = 0; i < 256; i++)
3067 if (XOR (islower (i), ISLOWER (i))
3068 || toupper (i) != TOUPPER (i))
3069 exit(2);
3070 exit (0);
b7026657
AC
3071}
3072_ACEOF
f0569246 3073rm -f conftest$ac_exeext
b7026657 3074if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
f0569246 3075 (eval $ac_link) 2>&5
b7026657
AC
3076 ac_status=$?
3077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
f0569246 3078 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
b7026657
AC
3079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3080 (eval $ac_try) 2>&5
3081 ac_status=$?
3082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3083 (exit $ac_status); }; }; then
f0569246 3084 :
c906108c 3085else
f0569246
AC
3086 echo "$as_me: program exited with status $ac_status" >&5
3087echo "$as_me: failed program was:" >&5
b7026657
AC
3088sed 's/^/| /' conftest.$ac_ext >&5
3089
f0569246
AC
3090( exit $ac_status )
3091ac_cv_header_stdc=no
c906108c 3092fi
f0569246 3093rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c906108c 3094fi
c906108c 3095fi
c906108c 3096fi
f0569246
AC
3097echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3098echo "${ECHO_T}$ac_cv_header_stdc" >&6
3099if test $ac_cv_header_stdc = yes; then
b7026657 3100
f0569246
AC
3101cat >>confdefs.h <<\_ACEOF
3102#define STDC_HEADERS 1
3103_ACEOF
c906108c 3104
c906108c
SS
3105fi
3106
f0569246 3107# On IRIX 5.3, sys/types and inttypes.h are conflicting.
b7026657
AC
3108
3109
3110
3111
3112
3113
3114
c906108c 3115
c906108c 3116
35695fd6
AC
3117for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3118 inttypes.h stdint.h unistd.h
3119do
3120as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3121echo "$as_me:$LINENO: checking for $ac_header" >&5
3122echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3123if eval "test \"\${$as_ac_Header+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$ac_includes_default
3133
3134#include <$ac_header>
3135_ACEOF
3136rm -f conftest.$ac_objext
3137if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3138 (eval $ac_compile) 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } &&
3145 { ac_try='test -z "$ac_c_werror_flag"
3146 || test ! -s conftest.err'
3147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3148 (eval $ac_try) 2>&5
3149 ac_status=$?
3150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151 (exit $ac_status); }; } &&
3152 { ac_try='test -s conftest.$ac_objext'
3153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3154 (eval $ac_try) 2>&5
3155 ac_status=$?
3156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157 (exit $ac_status); }; }; then
3158 eval "$as_ac_Header=yes"
3159else
3160 echo "$as_me: failed program was:" >&5
3161sed 's/^/| /' conftest.$ac_ext >&5
3162
3163eval "$as_ac_Header=no"
3164fi
3165rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3166fi
3167echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3168echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3169if test `eval echo '${'$as_ac_Header'}'` = yes; then
3170 cat >>confdefs.h <<_ACEOF
3171#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3172_ACEOF
3173
3174fi
3175
3176done
3177
3178
b7026657
AC
3179
3180
3181
3182
3183
3184for ac_header in stdlib.h string.h strings.h unistd.h time.h
c906108c 3185do
b7026657
AC
3186as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3187if eval "test \"\${$as_ac_Header+set}\" = set"; then
3188 echo "$as_me:$LINENO: checking for $ac_header" >&5
3189echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3190if eval "test \"\${$as_ac_Header+set}\" = set"; then
3191 echo $ECHO_N "(cached) $ECHO_C" >&6
3192fi
3193echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3194echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3195else
3196 # Is the header compilable?
3197echo "$as_me:$LINENO: checking $ac_header usability" >&5
3198echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3199cat >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$ac_includes_default
3206#include <$ac_header>
3207_ACEOF
3208rm -f conftest.$ac_objext
3209if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3210 (eval $ac_compile) 2>conftest.er1
3211 ac_status=$?
3212 grep -v '^ *+' conftest.er1 >conftest.err
3213 rm -f conftest.er1
3214 cat conftest.err >&5
3215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3216 (exit $ac_status); } &&
3217 { ac_try='test -z "$ac_c_werror_flag"
3218 || test ! -s conftest.err'
3219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3220 (eval $ac_try) 2>&5
3221 ac_status=$?
3222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223 (exit $ac_status); }; } &&
3224 { ac_try='test -s conftest.$ac_objext'
3225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3226 (eval $ac_try) 2>&5
3227 ac_status=$?
3228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3229 (exit $ac_status); }; }; then
3230 ac_header_compiler=yes
3231else
3232 echo "$as_me: failed program was:" >&5
3233sed 's/^/| /' conftest.$ac_ext >&5
3234
3235ac_header_compiler=no
3236fi
3237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3238echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3239echo "${ECHO_T}$ac_header_compiler" >&6
3240
3241# Is the header present?
3242echo "$as_me:$LINENO: checking $ac_header presence" >&5
3243echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3244cat >conftest.$ac_ext <<_ACEOF
3245/* confdefs.h. */
3246_ACEOF
3247cat confdefs.h >>conftest.$ac_ext
3248cat >>conftest.$ac_ext <<_ACEOF
3249/* end confdefs.h. */
3250#include <$ac_header>
3251_ACEOF
3252if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3253 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3254 ac_status=$?
3255 grep -v '^ *+' conftest.er1 >conftest.err
3256 rm -f conftest.er1
3257 cat conftest.err >&5
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); } >/dev/null; then
3260 if test -s conftest.err; then
3261 ac_cpp_err=$ac_c_preproc_warn_flag
3262 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3263 else
3264 ac_cpp_err=
3265 fi
3266else
3267 ac_cpp_err=yes
c906108c 3268fi
b7026657
AC
3269if test -z "$ac_cpp_err"; then
3270 ac_header_preproc=yes
3271else
3272 echo "$as_me: failed program was:" >&5
3273sed 's/^/| /' conftest.$ac_ext >&5
3274
3275 ac_header_preproc=no
c906108c 3276fi
b7026657
AC
3277rm -f conftest.err conftest.$ac_ext
3278echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3279echo "${ECHO_T}$ac_header_preproc" >&6
3280
3281# So? What about this header?
3282case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3283 yes:no: )
3284 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3285echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3286 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3287echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3288 ac_header_preproc=yes
3289 ;;
3290 no:yes:* )
3291 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3292echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3293 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3294echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3295 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3296echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3297 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3298echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3299 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3300echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3301 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3302echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3303 (
3304 cat <<\_ASBOX
3305## ------------------------------------------ ##
3306## Report this to the AC_PACKAGE_NAME lists. ##
3307## ------------------------------------------ ##
3308_ASBOX
3309 ) |
3310 sed "s/^/$as_me: WARNING: /" >&2
3311 ;;
3312esac
3313echo "$as_me:$LINENO: checking for $ac_header" >&5
3314echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3315if eval "test \"\${$as_ac_Header+set}\" = set"; then
3316 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3317else
b7026657
AC
3318 eval "$as_ac_Header=\$ac_header_preproc"
3319fi
3320echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3321echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3322
3323fi
3324if test `eval echo '${'$as_ac_Header'}'` = yes; then
3325 cat >>confdefs.h <<_ACEOF
3326#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3327_ACEOF
3328
c906108c 3329fi
b7026657 3330
c906108c
SS
3331done
3332
b7026657
AC
3333
3334
3335for ac_header in sys/time.h sys/resource.h
c906108c 3336do
b7026657
AC
3337as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3338if eval "test \"\${$as_ac_Header+set}\" = set"; then
3339 echo "$as_me:$LINENO: checking for $ac_header" >&5
3340echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3341if eval "test \"\${$as_ac_Header+set}\" = set"; then
3342 echo $ECHO_N "(cached) $ECHO_C" >&6
3343fi
3344echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3345echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3346else
3347 # Is the header compilable?
3348echo "$as_me:$LINENO: checking $ac_header usability" >&5
3349echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3350cat >conftest.$ac_ext <<_ACEOF
3351/* confdefs.h. */
3352_ACEOF
3353cat confdefs.h >>conftest.$ac_ext
3354cat >>conftest.$ac_ext <<_ACEOF
3355/* end confdefs.h. */
3356$ac_includes_default
3357#include <$ac_header>
3358_ACEOF
3359rm -f conftest.$ac_objext
3360if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3361 (eval $ac_compile) 2>conftest.er1
3362 ac_status=$?
3363 grep -v '^ *+' conftest.er1 >conftest.err
3364 rm -f conftest.er1
3365 cat conftest.err >&5
3366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3367 (exit $ac_status); } &&
3368 { ac_try='test -z "$ac_c_werror_flag"
3369 || test ! -s conftest.err'
3370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3371 (eval $ac_try) 2>&5
3372 ac_status=$?
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); }; } &&
3375 { ac_try='test -s conftest.$ac_objext'
3376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3377 (eval $ac_try) 2>&5
3378 ac_status=$?
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3380 (exit $ac_status); }; }; then
3381 ac_header_compiler=yes
3382else
3383 echo "$as_me: failed program was:" >&5
3384sed 's/^/| /' conftest.$ac_ext >&5
3385
3386ac_header_compiler=no
3387fi
3388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3389echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3390echo "${ECHO_T}$ac_header_compiler" >&6
3391
3392# Is the header present?
3393echo "$as_me:$LINENO: checking $ac_header presence" >&5
3394echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3395cat >conftest.$ac_ext <<_ACEOF
3396/* confdefs.h. */
3397_ACEOF
3398cat confdefs.h >>conftest.$ac_ext
3399cat >>conftest.$ac_ext <<_ACEOF
3400/* end confdefs.h. */
3401#include <$ac_header>
3402_ACEOF
3403if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3404 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3405 ac_status=$?
3406 grep -v '^ *+' conftest.er1 >conftest.err
3407 rm -f conftest.er1
3408 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); } >/dev/null; then
3411 if test -s conftest.err; then
3412 ac_cpp_err=$ac_c_preproc_warn_flag
3413 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3414 else
3415 ac_cpp_err=
3416 fi
3417else
3418 ac_cpp_err=yes
c906108c 3419fi
b7026657
AC
3420if test -z "$ac_cpp_err"; then
3421 ac_header_preproc=yes
3422else
3423 echo "$as_me: failed program was:" >&5
3424sed 's/^/| /' conftest.$ac_ext >&5
3425
3426 ac_header_preproc=no
c906108c 3427fi
b7026657
AC
3428rm -f conftest.err conftest.$ac_ext
3429echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3430echo "${ECHO_T}$ac_header_preproc" >&6
3431
3432# So? What about this header?
3433case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3434 yes:no: )
3435 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3436echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3438echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3439 ac_header_preproc=yes
3440 ;;
3441 no:yes:* )
3442 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3443echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3444 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3445echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3446 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3447echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3448 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3449echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3451echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3453echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3454 (
3455 cat <<\_ASBOX
3456## ------------------------------------------ ##
3457## Report this to the AC_PACKAGE_NAME lists. ##
3458## ------------------------------------------ ##
3459_ASBOX
3460 ) |
3461 sed "s/^/$as_me: WARNING: /" >&2
3462 ;;
3463esac
3464echo "$as_me:$LINENO: checking for $ac_header" >&5
3465echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3466if eval "test \"\${$as_ac_Header+set}\" = set"; then
3467 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3468else
b7026657
AC
3469 eval "$as_ac_Header=\$ac_header_preproc"
3470fi
3471echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3472echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3473
c906108c 3474fi
b7026657
AC
3475if test `eval echo '${'$as_ac_Header'}'` = yes; then
3476 cat >>confdefs.h <<_ACEOF
3477#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3478_ACEOF
3479
3480fi
3481
c906108c
SS
3482done
3483
b7026657
AC
3484
3485
3486for ac_header in fcntl.h fpu_control.h
c906108c 3487do
b7026657
AC
3488as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3489if eval "test \"\${$as_ac_Header+set}\" = set"; then
3490 echo "$as_me:$LINENO: checking for $ac_header" >&5
3491echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3492if eval "test \"\${$as_ac_Header+set}\" = set"; then
3493 echo $ECHO_N "(cached) $ECHO_C" >&6
3494fi
3495echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3496echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3497else
3498 # Is the header compilable?
3499echo "$as_me:$LINENO: checking $ac_header usability" >&5
3500echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3501cat >conftest.$ac_ext <<_ACEOF
3502/* confdefs.h. */
3503_ACEOF
3504cat confdefs.h >>conftest.$ac_ext
3505cat >>conftest.$ac_ext <<_ACEOF
3506/* end confdefs.h. */
3507$ac_includes_default
3508#include <$ac_header>
3509_ACEOF
3510rm -f conftest.$ac_objext
3511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3512 (eval $ac_compile) 2>conftest.er1
3513 ac_status=$?
3514 grep -v '^ *+' conftest.er1 >conftest.err
3515 rm -f conftest.er1
3516 cat conftest.err >&5
3517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518 (exit $ac_status); } &&
3519 { ac_try='test -z "$ac_c_werror_flag"
3520 || test ! -s conftest.err'
3521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3522 (eval $ac_try) 2>&5
3523 ac_status=$?
3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3525 (exit $ac_status); }; } &&
3526 { ac_try='test -s conftest.$ac_objext'
3527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3528 (eval $ac_try) 2>&5
3529 ac_status=$?
3530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3531 (exit $ac_status); }; }; then
3532 ac_header_compiler=yes
3533else
3534 echo "$as_me: failed program was:" >&5
3535sed 's/^/| /' conftest.$ac_ext >&5
3536
3537ac_header_compiler=no
3538fi
3539rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3540echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3541echo "${ECHO_T}$ac_header_compiler" >&6
3542
3543# Is the header present?
3544echo "$as_me:$LINENO: checking $ac_header presence" >&5
3545echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3546cat >conftest.$ac_ext <<_ACEOF
3547/* confdefs.h. */
3548_ACEOF
3549cat confdefs.h >>conftest.$ac_ext
3550cat >>conftest.$ac_ext <<_ACEOF
3551/* end confdefs.h. */
3552#include <$ac_header>
3553_ACEOF
3554if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3555 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3556 ac_status=$?
3557 grep -v '^ *+' conftest.er1 >conftest.err
3558 rm -f conftest.er1
3559 cat conftest.err >&5
3560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3561 (exit $ac_status); } >/dev/null; then
3562 if test -s conftest.err; then
3563 ac_cpp_err=$ac_c_preproc_warn_flag
3564 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3565 else
3566 ac_cpp_err=
3567 fi
3568else
3569 ac_cpp_err=yes
c906108c 3570fi
b7026657
AC
3571if test -z "$ac_cpp_err"; then
3572 ac_header_preproc=yes
3573else
3574 echo "$as_me: failed program was:" >&5
3575sed 's/^/| /' conftest.$ac_ext >&5
3576
3577 ac_header_preproc=no
c906108c 3578fi
b7026657
AC
3579rm -f conftest.err conftest.$ac_ext
3580echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3581echo "${ECHO_T}$ac_header_preproc" >&6
3582
3583# So? What about this header?
3584case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3585 yes:no: )
3586 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3587echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3588 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3589echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3590 ac_header_preproc=yes
3591 ;;
3592 no:yes:* )
3593 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3594echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3595 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3596echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3597 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3598echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3599 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3600echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3601 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3602echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3603 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3604echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3605 (
3606 cat <<\_ASBOX
3607## ------------------------------------------ ##
3608## Report this to the AC_PACKAGE_NAME lists. ##
3609## ------------------------------------------ ##
3610_ASBOX
3611 ) |
3612 sed "s/^/$as_me: WARNING: /" >&2
3613 ;;
3614esac
3615echo "$as_me:$LINENO: checking for $ac_header" >&5
3616echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3617if eval "test \"\${$as_ac_Header+set}\" = set"; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3619else
b7026657
AC
3620 eval "$as_ac_Header=\$ac_header_preproc"
3621fi
3622echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3623echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3624
3625fi
3626if test `eval echo '${'$as_ac_Header'}'` = yes; then
3627 cat >>confdefs.h <<_ACEOF
3628#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3629_ACEOF
3630
c906108c 3631fi
b7026657 3632
c906108c
SS
3633done
3634
b7026657
AC
3635
3636
3637
3638for ac_header in dlfcn.h errno.h sys/stat.h
c906108c 3639do
b7026657
AC
3640as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3641if eval "test \"\${$as_ac_Header+set}\" = set"; then
3642 echo "$as_me:$LINENO: checking for $ac_header" >&5
3643echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3644if eval "test \"\${$as_ac_Header+set}\" = set"; then
3645 echo $ECHO_N "(cached) $ECHO_C" >&6
3646fi
3647echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3648echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3649else
3650 # Is the header compilable?
3651echo "$as_me:$LINENO: checking $ac_header usability" >&5
3652echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3653cat >conftest.$ac_ext <<_ACEOF
3654/* confdefs.h. */
3655_ACEOF
3656cat confdefs.h >>conftest.$ac_ext
3657cat >>conftest.$ac_ext <<_ACEOF
3658/* end confdefs.h. */
3659$ac_includes_default
3660#include <$ac_header>
3661_ACEOF
3662rm -f conftest.$ac_objext
3663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3664 (eval $ac_compile) 2>conftest.er1
3665 ac_status=$?
3666 grep -v '^ *+' conftest.er1 >conftest.err
3667 rm -f conftest.er1
3668 cat conftest.err >&5
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); } &&
3671 { ac_try='test -z "$ac_c_werror_flag"
3672 || test ! -s conftest.err'
3673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3674 (eval $ac_try) 2>&5
3675 ac_status=$?
3676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677 (exit $ac_status); }; } &&
3678 { ac_try='test -s conftest.$ac_objext'
3679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3680 (eval $ac_try) 2>&5
3681 ac_status=$?
3682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3683 (exit $ac_status); }; }; then
3684 ac_header_compiler=yes
3685else
3686 echo "$as_me: failed program was:" >&5
3687sed 's/^/| /' conftest.$ac_ext >&5
3688
3689ac_header_compiler=no
3690fi
3691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3692echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3693echo "${ECHO_T}$ac_header_compiler" >&6
3694
3695# Is the header present?
3696echo "$as_me:$LINENO: checking $ac_header presence" >&5
3697echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3698cat >conftest.$ac_ext <<_ACEOF
3699/* confdefs.h. */
3700_ACEOF
3701cat confdefs.h >>conftest.$ac_ext
3702cat >>conftest.$ac_ext <<_ACEOF
3703/* end confdefs.h. */
3704#include <$ac_header>
3705_ACEOF
3706if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3707 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3708 ac_status=$?
3709 grep -v '^ *+' conftest.er1 >conftest.err
3710 rm -f conftest.er1
3711 cat conftest.err >&5
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713 (exit $ac_status); } >/dev/null; then
3714 if test -s conftest.err; then
3715 ac_cpp_err=$ac_c_preproc_warn_flag
3716 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3717 else
3718 ac_cpp_err=
3719 fi
3720else
3721 ac_cpp_err=yes
c906108c 3722fi
b7026657
AC
3723if test -z "$ac_cpp_err"; then
3724 ac_header_preproc=yes
3725else
3726 echo "$as_me: failed program was:" >&5
3727sed 's/^/| /' conftest.$ac_ext >&5
3728
3729 ac_header_preproc=no
3730fi
3731rm -f conftest.err conftest.$ac_ext
3732echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3733echo "${ECHO_T}$ac_header_preproc" >&6
3734
3735# So? What about this header?
3736case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3737 yes:no: )
3738 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3739echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3740 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3741echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3742 ac_header_preproc=yes
3743 ;;
3744 no:yes:* )
3745 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3746echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3747 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3748echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3749 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3750echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3751 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3752echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3753 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3754echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3755 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3756echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3757 (
3758 cat <<\_ASBOX
3759## ------------------------------------------ ##
3760## Report this to the AC_PACKAGE_NAME lists. ##
3761## ------------------------------------------ ##
3762_ASBOX
3763 ) |
3764 sed "s/^/$as_me: WARNING: /" >&2
3765 ;;
3766esac
3767echo "$as_me:$LINENO: checking for $ac_header" >&5
3768echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3769if eval "test \"\${$as_ac_Header+set}\" = set"; then
3770 echo $ECHO_N "(cached) $ECHO_C" >&6
3771else
3772 eval "$as_ac_Header=\$ac_header_preproc"
3773fi
3774echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3775echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3776
c906108c 3777fi
b7026657
AC
3778if test `eval echo '${'$as_ac_Header'}'` = yes; then
3779 cat >>confdefs.h <<_ACEOF
3780#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3781_ACEOF
3782
c906108c 3783fi
b7026657 3784
c906108c
SS
3785done
3786
b7026657
AC
3787
3788
3789
3790
c906108c
SS
3791for ac_func in getrusage time sigaction __setfpucw
3792do
b7026657
AC
3793as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3794echo "$as_me:$LINENO: checking for $ac_func" >&5
3795echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3796if eval "test \"\${$as_ac_var+set}\" = set"; then
3797 echo $ECHO_N "(cached) $ECHO_C" >&6
3798else
3799 cat >conftest.$ac_ext <<_ACEOF
3800/* confdefs.h. */
3801_ACEOF
3802cat confdefs.h >>conftest.$ac_ext
3803cat >>conftest.$ac_ext <<_ACEOF
3804/* end confdefs.h. */
3805/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3807#define $ac_func innocuous_$ac_func
3808
c906108c 3809/* System header to define __stub macros and hopefully few prototypes,
b7026657
AC
3810 which can conflict with char $ac_func (); below.
3811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3812 <limits.h> exists even on freestanding compilers. */
3813
3814#ifdef __STDC__
3815# include <limits.h>
3816#else
3817# include <assert.h>
3818#endif
c906108c 3819
b7026657 3820#undef $ac_func
c906108c 3821
b7026657
AC
3822/* Override any gcc2 internal prototype to avoid an error. */
3823#ifdef __cplusplus
3824extern "C"
3825{
3826#endif
3827/* We use char because int might match the return type of a gcc2
3828 builtin and then its argument prototype would still apply. */
3829char $ac_func ();
c906108c
SS
3830/* The GNU C library defines this for functions which it implements
3831 to always fail with ENOSYS. Some functions are actually named
3832 something starting with __ and the normal name is an alias. */
3833#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3834choke me
3835#else
b7026657
AC
3836char (*f) () = $ac_func;
3837#endif
3838#ifdef __cplusplus
3839}
c906108c
SS
3840#endif
3841
b7026657
AC
3842int
3843main ()
3844{
3845return f != $ac_func;
3846 ;
3847 return 0;
3848}
3849_ACEOF
3850rm -f conftest.$ac_objext conftest$ac_exeext
3851if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3852 (eval $ac_link) 2>conftest.er1
3853 ac_status=$?
3854 grep -v '^ *+' conftest.er1 >conftest.err
3855 rm -f conftest.er1
3856 cat conftest.err >&5
3857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3858 (exit $ac_status); } &&
3859 { ac_try='test -z "$ac_c_werror_flag"
3860 || test ! -s conftest.err'
3861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3862 (eval $ac_try) 2>&5
3863 ac_status=$?
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); }; } &&
3866 { ac_try='test -s conftest$ac_exeext'
3867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3868 (eval $ac_try) 2>&5
3869 ac_status=$?
3870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3871 (exit $ac_status); }; }; then
3872 eval "$as_ac_var=yes"
3873else
3874 echo "$as_me: failed program was:" >&5
3875sed 's/^/| /' conftest.$ac_ext >&5
3876
3877eval "$as_ac_var=no"
3878fi
3879rm -f conftest.err conftest.$ac_objext \
3880 conftest$ac_exeext conftest.$ac_ext
3881fi
3882echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3883echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3884if test `eval echo '${'$as_ac_var'}'` = yes; then
3885 cat >>confdefs.h <<_ACEOF
3886#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3887_ACEOF
c906108c 3888
c906108c
SS
3889fi
3890done
3891
3892
3893# Check for socket libraries
b7026657
AC
3894
3895echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
3896echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
3897if test "${ac_cv_lib_socket_bind+set}" = set; then
3898 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3899else
b7026657 3900 ac_check_lib_save_LIBS=$LIBS
c906108c 3901LIBS="-lsocket $LIBS"
b7026657
AC
3902cat >conftest.$ac_ext <<_ACEOF
3903/* confdefs.h. */
3904_ACEOF
3905cat confdefs.h >>conftest.$ac_ext
3906cat >>conftest.$ac_ext <<_ACEOF
3907/* end confdefs.h. */
3908
c906108c 3909/* Override any gcc2 internal prototype to avoid an error. */
b7026657
AC
3910#ifdef __cplusplus
3911extern "C"
3912#endif
c906108c 3913/* We use char because int might match the return type of a gcc2
b7026657
AC
3914 builtin and then its argument prototype would still apply. */
3915char bind ();
3916int
3917main ()
3918{
3919bind ();
3920 ;
3921 return 0;
3922}
3923_ACEOF
3924rm -f conftest.$ac_objext conftest$ac_exeext
3925if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3926 (eval $ac_link) 2>conftest.er1
3927 ac_status=$?
3928 grep -v '^ *+' conftest.er1 >conftest.err
3929 rm -f conftest.er1
3930 cat conftest.err >&5
3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3932 (exit $ac_status); } &&
3933 { ac_try='test -z "$ac_c_werror_flag"
3934 || test ! -s conftest.err'
3935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3936 (eval $ac_try) 2>&5
3937 ac_status=$?
3938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939 (exit $ac_status); }; } &&
3940 { ac_try='test -s conftest$ac_exeext'
3941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3942 (eval $ac_try) 2>&5
3943 ac_status=$?
3944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3945 (exit $ac_status); }; }; then
3946 ac_cv_lib_socket_bind=yes
3947else
3948 echo "$as_me: failed program was:" >&5
3949sed 's/^/| /' conftest.$ac_ext >&5
3950
3951ac_cv_lib_socket_bind=no
3952fi
3953rm -f conftest.err conftest.$ac_objext \
3954 conftest$ac_exeext conftest.$ac_ext
3955LIBS=$ac_check_lib_save_LIBS
3956fi
3957echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
3958echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
3959if test $ac_cv_lib_socket_bind = yes; then
3960 cat >>confdefs.h <<_ACEOF
3961#define HAVE_LIBSOCKET 1
3962_ACEOF
c906108c
SS
3963
3964 LIBS="-lsocket $LIBS"
3965
c906108c
SS
3966fi
3967
b7026657
AC
3968
3969echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3970echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3971if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3972 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 3973else
b7026657 3974 ac_check_lib_save_LIBS=$LIBS
c906108c 3975LIBS="-lnsl $LIBS"
b7026657
AC
3976cat >conftest.$ac_ext <<_ACEOF
3977/* confdefs.h. */
3978_ACEOF
3979cat confdefs.h >>conftest.$ac_ext
3980cat >>conftest.$ac_ext <<_ACEOF
3981/* end confdefs.h. */
3982
c906108c 3983/* Override any gcc2 internal prototype to avoid an error. */
b7026657
AC
3984#ifdef __cplusplus
3985extern "C"
3986#endif
c906108c 3987/* We use char because int might match the return type of a gcc2
b7026657
AC
3988 builtin and then its argument prototype would still apply. */
3989char gethostbyname ();
3990int
3991main ()
3992{
3993gethostbyname ();
3994 ;
3995 return 0;
3996}
3997_ACEOF
3998rm -f conftest.$ac_objext conftest$ac_exeext
3999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4000 (eval $ac_link) 2>conftest.er1
4001 ac_status=$?
4002 grep -v '^ *+' conftest.er1 >conftest.err
4003 rm -f conftest.er1
4004 cat conftest.err >&5
4005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4006 (exit $ac_status); } &&
4007 { ac_try='test -z "$ac_c_werror_flag"
4008 || test ! -s conftest.err'
4009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4010 (eval $ac_try) 2>&5
4011 ac_status=$?
4012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4013 (exit $ac_status); }; } &&
4014 { ac_try='test -s conftest$ac_exeext'
4015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4016 (eval $ac_try) 2>&5
4017 ac_status=$?
4018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4019 (exit $ac_status); }; }; then
4020 ac_cv_lib_nsl_gethostbyname=yes
4021else
4022 echo "$as_me: failed program was:" >&5
4023sed 's/^/| /' conftest.$ac_ext >&5
4024
4025ac_cv_lib_nsl_gethostbyname=no
4026fi
4027rm -f conftest.err conftest.$ac_objext \
4028 conftest$ac_exeext conftest.$ac_ext
4029LIBS=$ac_check_lib_save_LIBS
4030fi
4031echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4032echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
4033if test $ac_cv_lib_nsl_gethostbyname = yes; then
4034 cat >>confdefs.h <<_ACEOF
4035#define HAVE_LIBNSL 1
4036_ACEOF
c906108c
SS
4037
4038 LIBS="-lnsl $LIBS"
4039
c906108c
SS
4040fi
4041
4042
4043. ${srcdir}/../../bfd/configure.host
4044
4045
4046
4047USE_MAINTAINER_MODE=no
4048# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4049if test "${enable_maintainer_mode+set}" = set; then
4050 enableval="$enable_maintainer_mode"
4051 case "${enableval}" in
4052 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
4053 no) MAINT="#" ;;
b7026657
AC
4054 *) { { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
4055echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
4056 { (exit 1); exit 1; }; }; MAINT="#" ;;
c906108c
SS
4057esac
4058if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
4059 echo "Setting maintainer mode" 6>&1
4060fi
4061else
4062 MAINT="#"
b7026657 4063fi;
c906108c
SS
4064
4065
4066# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
4067if test "${enable_sim_bswap+set}" = set; then
4068 enableval="$enable_sim_bswap"
4069 case "${enableval}" in
4070 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4071 no) sim_bswap="-DWITH_BSWAP=0";;
b7026657
AC
4072 *) { { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
4073echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
4074 { (exit 1); exit 1; }; }; sim_bswap="";;
c906108c
SS
4075esac
4076if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
4077 echo "Setting bswap flags = $sim_bswap" 6>&1
4078fi
4079else
4080 sim_bswap=""
b7026657 4081fi;
c906108c
SS
4082
4083
4084# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
4085if test "${enable_sim_cflags+set}" = set; then
4086 enableval="$enable_sim_cflags"
4087 case "${enableval}" in
4088 yes) sim_cflags="-O2 -fomit-frame-pointer";;
b7026657
AC
4089 trace) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
4090echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
4091 { (exit 1); exit 1; }; }; sim_cflags="";;
c906108c
SS
4092 no) sim_cflags="";;
4093 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4094esac
4095if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
4096 echo "Setting sim cflags = $sim_cflags" 6>&1
4097fi
4098else
4099 sim_cflags=""
b7026657 4100fi;
c906108c
SS
4101
4102
4103# Check whether --enable-sim-debug or --disable-sim-debug was given.
4104if test "${enable_sim_debug+set}" = set; then
4105 enableval="$enable_sim_debug"
4106 case "${enableval}" in
4107 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
4108 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
4109 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4110esac
4111if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
4112 echo "Setting sim debug = $sim_debug" 6>&1
4113fi
4114else
4115 sim_debug=""
b7026657 4116fi;
c906108c
SS
4117
4118
4119# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
4120if test "${enable_sim_stdio+set}" = set; then
4121 enableval="$enable_sim_stdio"
4122 case "${enableval}" in
4123 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
4124 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
b7026657
AC
4125 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
4126echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
4127 { (exit 1); exit 1; }; }; sim_stdio="";;
c906108c
SS
4128esac
4129if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
4130 echo "Setting stdio flags = $sim_stdio" 6>&1
4131fi
4132else
4133 sim_stdio=""
b7026657 4134fi;
c906108c
SS
4135
4136
4137# Check whether --enable-sim-trace or --disable-sim-trace was given.
4138if test "${enable_sim_trace+set}" = set; then
4139 enableval="$enable_sim_trace"
4140 case "${enableval}" in
4141 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4142 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4143 [-0-9]*)
4144 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4145 [a-z]*)
4146 sim_trace=""
4147 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4148 if test x"$sim_trace" = x; then
4149 sim_trace="-DWITH_TRACE='(TRACE_$x"
4150 else
4151 sim_trace="${sim_trace}|TRACE_$x"
4152 fi
4153 done
4154 sim_trace="$sim_trace)'" ;;
4155esac
4156if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
4157 echo "Setting sim trace = $sim_trace" 6>&1
4158fi
4159else
4160 sim_trace=""
b7026657 4161fi;
c906108c
SS
4162
4163
4164# Check whether --enable-sim-profile or --disable-sim-profile was given.
4165if test "${enable_sim_profile+set}" = set; then
4166 enableval="$enable_sim_profile"
4167 case "${enableval}" in
4168 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
4169 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
4170 [-0-9]*)
4171 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4172 [a-z]*)
4173 sim_profile=""
4174 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4175 if test x"$sim_profile" = x; then
4176 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
4177 else
4178 sim_profile="${sim_profile}|PROFILE_$x"
4179 fi
4180 done
4181 sim_profile="$sim_profile)'" ;;
4182esac
4183if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
4184 echo "Setting sim profile = $sim_profile" 6>&1
4185fi
4186else
eb2d80b4 4187 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
b7026657 4188fi;
c906108c
SS
4189
4190
b7026657
AC
4191echo "$as_me:$LINENO: checking return type of signal handlers" >&5
4192echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4193if test "${ac_cv_type_signal+set}" = set; then
4194 echo $ECHO_N "(cached) $ECHO_C" >&6
c906108c 4195else
b7026657
AC
4196 cat >conftest.$ac_ext <<_ACEOF
4197/* confdefs.h. */
4198_ACEOF
4199cat confdefs.h >>conftest.$ac_ext
4200cat >>conftest.$ac_ext <<_ACEOF
4201/* end confdefs.h. */
c906108c
SS
4202#include <sys/types.h>
4203#include <signal.h>
4204#ifdef signal
b7026657 4205# undef signal
c906108c
SS
4206#endif
4207#ifdef __cplusplus
4208extern "C" void (*signal (int, void (*)(int)))(int);
4209#else
4210void (*signal ()) ();
4211#endif
4212
b7026657
AC
4213int
4214main ()
4215{
c906108c 4216int i;
b7026657
AC
4217 ;
4218 return 0;
4219}
4220_ACEOF
4221rm -f conftest.$ac_objext
4222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4223 (eval $ac_compile) 2>conftest.er1
4224 ac_status=$?
4225 grep -v '^ *+' conftest.er1 >conftest.err
4226 rm -f conftest.er1
4227 cat conftest.err >&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); } &&
4230 { ac_try='test -z "$ac_c_werror_flag"
4231 || test ! -s conftest.err'
4232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4233 (eval $ac_try) 2>&5
4234 ac_status=$?
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); }; } &&
4237 { ac_try='test -s conftest.$ac_objext'
4238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4239 (eval $ac_try) 2>&5
4240 ac_status=$?
4241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4242 (exit $ac_status); }; }; then
c906108c
SS
4243 ac_cv_type_signal=void
4244else
b7026657
AC
4245 echo "$as_me: failed program was:" >&5
4246sed 's/^/| /' conftest.$ac_ext >&5
4247
4248ac_cv_type_signal=int
c906108c 4249fi
b7026657 4250rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4251fi
b7026657
AC
4252echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
4253echo "${ECHO_T}$ac_cv_type_signal" >&6
c906108c 4254
b7026657 4255cat >>confdefs.h <<_ACEOF
c906108c 4256#define RETSIGTYPE $ac_cv_type_signal
b7026657 4257_ACEOF
cd0fc7c3
SS
4258
4259
cd0fc7c3 4260
c906108c
SS
4261
4262
4263sim_link_files=
4264sim_link_links=
4265
4266sim_link_links=tconfig.h
4267if test -f ${srcdir}/tconfig.in
4268then
4269 sim_link_files=tconfig.in
4270else
4271 sim_link_files=../common/tconfig.in
4272fi
4273
4274# targ-vals.def points to the libc macro description file.
4275case "${target}" in
4276*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
4277esac
4278sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
4279sim_link_links="${sim_link_links} targ-vals.def"
4280
c906108c
SS
4281
4282
4283wire_endian="BIG_ENDIAN"
4284default_endian=""
4285# Check whether --enable-sim-endian or --disable-sim-endian was given.
4286if test "${enable_sim_endian+set}" = set; then
4287 enableval="$enable_sim_endian"
4288 case "${enableval}" in
4289 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
4290 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
4291 yes) if test x"$wire_endian" != x; then
4292 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4293 else
4294 if test x"$default_endian" != x; then
4295 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
4296 else
4297 echo "No hard-wired endian for target $target" 1>&6
4298 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
4299 fi
4300 fi;;
4301 no) if test x"$default_endian" != x; then
4302 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4303 else
4304 if test x"$wire_endian" != x; then
4305 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
4306 else
4307 echo "No default endian for target $target" 1>&6
4308 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
4309 fi
4310 fi;;
b7026657
AC
4311 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-endian\"" >&5
4312echo "$as_me: error: \"Unknown value $enableval for --enable-sim-endian\"" >&2;}
4313 { (exit 1); exit 1; }; }; sim_endian="";;
c906108c
SS
4314esac
4315if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
4316 echo "Setting endian flags = $sim_endian" 6>&1
4317fi
4318else
4319 if test x"$default_endian" != x; then
4320 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4321else
4322 if test x"$wire_endian" != x; then
4323 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4324 else
4325 sim_endian=
4326 fi
4327fi
b7026657 4328fi;
c906108c
SS
4329wire_alignment="STRICT_ALIGNMENT"
4330default_alignment=""
4331
4332# Check whether --enable-sim-alignment or --disable-sim-alignment was given.
4333if test "${enable_sim_alignment+set}" = set; then
4334 enableval="$enable_sim_alignment"
4335 case "${enableval}" in
4336 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
4337 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
4338 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
4339 yes) if test x"$wire_alignment" != x; then
4340 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4341 else
4342 if test x"$default_alignment" != x; then
4343 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
4344 else
4345 echo "No hard-wired alignment for target $target" 1>&6
4346 sim_alignment="-DWITH_ALIGNMENT=0"
4347 fi
4348 fi;;
4349 no) if test x"$default_alignment" != x; then
4350 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4351 else
4352 if test x"$wire_alignment" != x; then
4353 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
4354 else
4355 echo "No default alignment for target $target" 1>&6
4356 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
4357 fi
4358 fi;;
b7026657
AC
4359 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&5
4360echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-alignment\"" >&2;}
4361 { (exit 1); exit 1; }; }; sim_alignment="";;
c906108c
SS
4362esac
4363if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
4364 echo "Setting alignment flags = $sim_alignment" 6>&1
4365fi
4366else
4367 if test x"$default_alignment" != x; then
4368 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4369else
4370 if test x"$wire_alignment" != x; then
4371 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4372 else
4373 sim_alignment=
4374 fi
4375fi
b7026657 4376fi;
c906108c
SS
4377
4378# Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
4379if test "${enable_sim_hostendian+set}" = set; then
4380 enableval="$enable_sim_hostendian"
4381 case "${enableval}" in
4382 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
4383 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
4384 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
b7026657
AC
4385 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&5
4386echo "$as_me: error: \"Unknown value $enableval for --enable-sim-hostendian\"" >&2;}
4387 { (exit 1); exit 1; }; }; sim_hostendian="";;
c906108c
SS
4388esac
4389if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
4390 echo "Setting hostendian flags = $sim_hostendian" 6>&1
4391fi
4392else
b7026657 4393
c906108c 4394if test "x$cross_compiling" = "xno"; then
b7026657
AC
4395 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4396echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4397if test "${ac_cv_c_bigendian+set}" = set; then
4398 echo $ECHO_N "(cached) $ECHO_C" >&6
4399else
4400 # See if sys/param.h defines the BYTE_ORDER macro.
4401cat >conftest.$ac_ext <<_ACEOF
4402/* confdefs.h. */
4403_ACEOF
4404cat confdefs.h >>conftest.$ac_ext
4405cat >>conftest.$ac_ext <<_ACEOF
4406/* end confdefs.h. */
c906108c
SS
4407#include <sys/types.h>
4408#include <sys/param.h>
c906108c 4409
b7026657
AC
4410int
4411main ()
4412{
c906108c
SS
4413#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4414 bogus endian macros
4415#endif
b7026657
AC
4416
4417 ;
4418 return 0;
4419}
4420_ACEOF
4421rm -f conftest.$ac_objext
4422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4423 (eval $ac_compile) 2>conftest.er1
4424 ac_status=$?
4425 grep -v '^ *+' conftest.er1 >conftest.err
4426 rm -f conftest.er1
4427 cat conftest.err >&5
4428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4429 (exit $ac_status); } &&
4430 { ac_try='test -z "$ac_c_werror_flag"
4431 || test ! -s conftest.err'
4432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4433 (eval $ac_try) 2>&5
4434 ac_status=$?
4435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4436 (exit $ac_status); }; } &&
4437 { ac_try='test -s conftest.$ac_objext'
4438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4439 (eval $ac_try) 2>&5
4440 ac_status=$?
4441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4442 (exit $ac_status); }; }; then
c906108c 4443 # It does; now see whether it defined to BIG_ENDIAN or not.
b7026657
AC
4444cat >conftest.$ac_ext <<_ACEOF
4445/* confdefs.h. */
4446_ACEOF
4447cat confdefs.h >>conftest.$ac_ext
4448cat >>conftest.$ac_ext <<_ACEOF
4449/* end confdefs.h. */
c906108c
SS
4450#include <sys/types.h>
4451#include <sys/param.h>
c906108c 4452
b7026657
AC
4453int
4454main ()
4455{
c906108c
SS
4456#if BYTE_ORDER != BIG_ENDIAN
4457 not big endian
4458#endif
b7026657
AC
4459
4460 ;
4461 return 0;
4462}
4463_ACEOF
4464rm -f conftest.$ac_objext
4465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4466 (eval $ac_compile) 2>conftest.er1
4467 ac_status=$?
4468 grep -v '^ *+' conftest.er1 >conftest.err
4469 rm -f conftest.er1
4470 cat conftest.err >&5
4471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } &&
4473 { ac_try='test -z "$ac_c_werror_flag"
4474 || test ! -s conftest.err'
4475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4476 (eval $ac_try) 2>&5
4477 ac_status=$?
4478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4479 (exit $ac_status); }; } &&
4480 { ac_try='test -s conftest.$ac_objext'
4481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4482 (eval $ac_try) 2>&5
4483 ac_status=$?
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); }; }; then
c906108c
SS
4486 ac_cv_c_bigendian=yes
4487else
b7026657
AC
4488 echo "$as_me: failed program was:" >&5
4489sed 's/^/| /' conftest.$ac_ext >&5
4490
4491ac_cv_c_bigendian=no
c906108c 4492fi
b7026657 4493rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4494else
b7026657
AC
4495 echo "$as_me: failed program was:" >&5
4496sed 's/^/| /' conftest.$ac_ext >&5
4497
4498# It does not; compile a test program.
c906108c 4499if test "$cross_compiling" = yes; then
b7026657
AC
4500 # try to guess the endianness by grepping values into an object file
4501 ac_cv_c_bigendian=unknown
4502 cat >conftest.$ac_ext <<_ACEOF
4503/* confdefs.h. */
4504_ACEOF
4505cat confdefs.h >>conftest.$ac_ext
4506cat >>conftest.$ac_ext <<_ACEOF
4507/* end confdefs.h. */
4508short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4509short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4510void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4511short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4512short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4513void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4514int
4515main ()
4516{
4517 _ascii (); _ebcdic ();
4518 ;
4519 return 0;
4520}
4521_ACEOF
4522rm -f conftest.$ac_objext
4523if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4524 (eval $ac_compile) 2>conftest.er1
4525 ac_status=$?
4526 grep -v '^ *+' conftest.er1 >conftest.err
4527 rm -f conftest.er1
4528 cat conftest.err >&5
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); } &&
4531 { ac_try='test -z "$ac_c_werror_flag"
4532 || test ! -s conftest.err'
4533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4534 (eval $ac_try) 2>&5
4535 ac_status=$?
4536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4537 (exit $ac_status); }; } &&
4538 { ac_try='test -s conftest.$ac_objext'
4539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4540 (eval $ac_try) 2>&5
4541 ac_status=$?
4542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4543 (exit $ac_status); }; }; then
4544 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4545 ac_cv_c_bigendian=yes
4546fi
4547if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4548 if test "$ac_cv_c_bigendian" = unknown; then
4549 ac_cv_c_bigendian=no
4550 else
4551 # finding both strings is unlikely to happen, but who knows?
4552 ac_cv_c_bigendian=unknown
4553 fi
4554fi
4555else
4556 echo "$as_me: failed program was:" >&5
4557sed 's/^/| /' conftest.$ac_ext >&5
4558
4559fi
4560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4561else
b7026657
AC
4562 cat >conftest.$ac_ext <<_ACEOF
4563/* confdefs.h. */
4564_ACEOF
4565cat confdefs.h >>conftest.$ac_ext
4566cat >>conftest.$ac_ext <<_ACEOF
4567/* end confdefs.h. */
4568int
4569main ()
4570{
c906108c
SS
4571 /* Are we little or big endian? From Harbison&Steele. */
4572 union
4573 {
4574 long l;
4575 char c[sizeof (long)];
4576 } u;
4577 u.l = 1;
4578 exit (u.c[sizeof (long) - 1] == 1);
4579}
b7026657
AC
4580_ACEOF
4581rm -f conftest$ac_exeext
4582if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4583 (eval $ac_link) 2>&5
4584 ac_status=$?
4585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4586 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4588 (eval $ac_try) 2>&5
4589 ac_status=$?
4590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4591 (exit $ac_status); }; }; then
c906108c
SS
4592 ac_cv_c_bigendian=no
4593else
b7026657
AC
4594 echo "$as_me: program exited with status $ac_status" >&5
4595echo "$as_me: failed program was:" >&5
4596sed 's/^/| /' conftest.$ac_ext >&5
4597
4598( exit $ac_status )
4599ac_cv_c_bigendian=yes
c906108c 4600fi
b7026657 4601rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c906108c 4602fi
c906108c 4603fi
b7026657 4604rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4605fi
b7026657
AC
4606echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4607echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4608case $ac_cv_c_bigendian in
4609 yes)
c906108c 4610
b7026657 4611cat >>confdefs.h <<\_ACEOF
c906108c 4612#define WORDS_BIGENDIAN 1
b7026657
AC
4613_ACEOF
4614 ;;
4615 no)
4616 ;;
4617 *)
4618 { { echo "$as_me:$LINENO: error: unknown endianness
4619presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4620echo "$as_me: error: unknown endianness
4621presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4622 { (exit 1); exit 1; }; } ;;
4623esac
c906108c
SS
4624
4625 if test $ac_cv_c_bigendian = yes; then
4626 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
4627 else
4628 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
4629 fi
4630else
4631 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
4632fi
b7026657 4633fi;
c906108c
SS
4634
4635default_sim_scache="16384"
4636# Check whether --enable-sim-scache or --disable-sim-scache was given.
4637if test "${enable_sim_scache+set}" = set; then
4638 enableval="$enable_sim_scache"
4639 case "${enableval}" in
4640 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
4641 no) sim_scache="-DWITH_SCACHE=0" ;;
9397fcbf 4642 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
b7026657
AC
4643 *) { { echo "$as_me:$LINENO: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&5
4644echo "$as_me: error: \"Bad value $enableval passed to --enable-sim-scache\"" >&2;}
4645 { (exit 1); exit 1; }; };
c906108c
SS
4646 sim_scache="";;
4647esac
4648if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
4649 echo "Setting scache size = $sim_scache" 6>&1
4650fi
4651else
4652 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
b7026657 4653fi;
c906108c
SS
4654
4655
4656default_sim_default_model="m32r/d"
4657# Check whether --enable-sim-default-model or --disable-sim-default-model was given.
4658if test "${enable_sim_default_model+set}" = set; then
4659 enableval="$enable_sim_default_model"
4660 case "${enableval}" in
b7026657
AC
4661 yes|no) { { echo "$as_me:$LINENO: error: \"Missing argument to --enable-sim-default-model\"" >&5
4662echo "$as_me: error: \"Missing argument to --enable-sim-default-model\"" >&2;}
4663 { (exit 1); exit 1; }; };;
c906108c
SS
4664 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
4665esac
4666if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
4667 echo "Setting default model = $sim_default_model" 6>&1
4668fi
4669else
4670 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
b7026657 4671fi;
c906108c
SS
4672
4673
4674# Check whether --enable-sim-environment or --disable-sim-environment was given.
4675if test "${enable_sim_environment+set}" = set; then
4676 enableval="$enable_sim_environment"
4677 case "${enableval}" in
4678 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
4679 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
4680 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
4681 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
b7026657
AC
4682 *) { { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&5
4683echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-environment\"" >&2;}
4684 { (exit 1); exit 1; }; };
c906108c
SS
4685 sim_environment="";;
4686esac
4687if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
4688 echo "Setting sim environment = $sim_environment" 6>&1
4689fi
4690else
4691 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
b7026657 4692fi;
c906108c
SS
4693
4694default_sim_inline=""
4695# Check whether --enable-sim-inline or --disable-sim-inline was given.
4696if test "${enable_sim_inline+set}" = set; then
4697 enableval="$enable_sim_inline"
4698 sim_inline=""
4699case "$enableval" in
4700 no) sim_inline="-DDEFAULT_INLINE=0";;
4701 0) sim_inline="-DDEFAULT_INLINE=0";;
4702 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
4703 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
4704 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4705 new_flag=""
4706 case "$x" in
4707 *_INLINE=*) new_flag="-D$x";;
4708 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
4709 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
4710 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
4711 esac
4712 if test x"$sim_inline" = x""; then
4713 sim_inline="$new_flag"
4714 else
4715 sim_inline="$sim_inline $new_flag"
4716 fi
4717 done;;
4718esac
4719if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
4720 echo "Setting inline flags = $sim_inline" 6>&1
4721fi
4722else
b7026657 4723
c906108c
SS
4724if test "x$cross_compiling" = "xno"; then
4725 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
4726 sim_inline="${default_sim_inline}"
4727 if test x"$silent" != x"yes"; then
4728 echo "Setting inline flags = $sim_inline" 6>&1
4729 fi
4730 else
b7026657
AC
4731 sim_inline=""
4732 fi
4733else
4734 sim_inline="-DDEFAULT_INLINE=0"
4735fi
4736fi;
4737
4738cgen_maint=no
4739cgen=guile
4740cgendir='$(srcdir)/../../cgen'
4741# Check whether --enable-cgen-maint or --disable-cgen-maint was given.
4742if test "${enable_cgen_maint+set}" = set; then
4743 enableval="$enable_cgen_maint"
4744 case "${enableval}" in
4745 yes) cgen_maint=yes ;;
4746 no) cgen_maint=no ;;
4747 *)
4748 # argument is cgen install directory (not implemented yet).
4749 # Having a `share' directory might be more appropriate for the .scm,
4750 # .cpu, etc. files.
4751 cgendir=${cgen_maint}/lib/cgen
4752 cgen=guile
4753 ;;
4754esac
4755fi; if test x${cgen_maint} != xno ; then
4756 CGEN_MAINT=''
4757else
4758 CGEN_MAINT='#'
4759fi
4760
4761
4762
4763
4764
4765 case "${target_alias}" in
4766 m32r*-linux*)
4767 traps_obj=traps-linux.o
4768 sim_extra_cflags="-DM32R_LINUX"
4769 ;;
4770 *)
4771 traps_obj=traps.o
4772 sim_extra_cflags="-DM32R_ELF"
4773 ;;
4774 esac
4775
4776
4777
4778
4779
4780ac_sources="$sim_link_files"
4781ac_dests="$sim_link_links"
4782while test -n "$ac_sources"; do
4783 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
4784 set $ac_sources; ac_source=$1; shift; ac_sources=$*
4785 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
4786done
4787 ac_config_links="$ac_config_links $ac_config_links_1"
4788
4789cgen_breaks=""
4790if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
4791cgen_breaks="break cgen_rtx_error";
4792fi
4793
38f48d72
AC
4794 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
4795
4796 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
4797
4798 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
4799
4800 ac_config_commands="$ac_config_commands Makefile"
4801
4802 ac_config_commands="$ac_config_commands stamp-h"
4803
b7026657
AC
4804cat >confcache <<\_ACEOF
4805# This file is a shell script that caches the results of configure
4806# tests run on this system so they can be shared between configure
4807# scripts and configure runs, see configure's option --config-cache.
4808# It is not useful on other systems. If it contains results you don't
4809# want to keep, you may remove or edit it.
4810#
4811# config.status only pays attention to the cache file if you give it
4812# the --recheck option to rerun configure.
4813#
4814# `ac_cv_env_foo' variables (set or unset) will be overridden when
4815# loading this file, other *unset* `ac_cv_foo' will be assigned the
4816# following values.
4817
4818_ACEOF
4819
4820# The following way of writing the cache mishandles newlines in values,
4821# but we know of no workaround that is simple, portable, and efficient.
4822# So, don't put newlines in cache variables' values.
4823# Ultrix sh set writes to stderr and can't be redirected directly,
4824# and sets the high bit in the cache file unless we assign to the vars.
4825{
4826 (set) 2>&1 |
4827 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4828 *ac_space=\ *)
4829 # `set' does not quote correctly, so add quotes (double-quote
4830 # substitution turns \\\\ into \\, and sed turns \\ into \).
4831 sed -n \
4832 "s/'/'\\\\''/g;
4833 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4834 ;;
4835 *)
4836 # `set' quotes correctly as required by POSIX, so do not add quotes.
4837 sed -n \
4838 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4839 ;;
4840 esac;
4841} |
4842 sed '
4843 t clear
4844 : clear
4845 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4846 t end
4847 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4848 : end' >>confcache
4849if diff $cache_file confcache >/dev/null 2>&1; then :; else
4850 if test -w $cache_file; then
4851 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4852 cat confcache >$cache_file
4853 else
4854 echo "not updating unwritable cache $cache_file"
4855 fi
4856fi
4857rm -f confcache
4858
4859test "x$prefix" = xNONE && prefix=$ac_default_prefix
4860# Let make expand exec_prefix.
4861test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4862
4863# VPATH may cause trouble with some makes, so we remove $(srcdir),
4864# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4865# trailing colons and then remove the whole line if VPATH becomes empty
4866# (actually we leave an empty line to preserve line numbers).
4867if test "x$srcdir" = x.; then
4868 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4869s/:*\$(srcdir):*/:/;
4870s/:*\${srcdir}:*/:/;
4871s/:*@srcdir@:*/:/;
4872s/^\([^=]*=[ ]*\):*/\1/;
4873s/:*$//;
4874s/^[^=]*=[ ]*$//;
4875}'
4876fi
4877
4878DEFS=-DHAVE_CONFIG_H
4879
4880ac_libobjs=
4881ac_ltlibobjs=
4882for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4883 # 1. Remove the extension, and $U if already installed.
4884 ac_i=`echo "$ac_i" |
4885 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
4886 # 2. Add them.
4887 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
4888 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
4889done
4890LIBOBJS=$ac_libobjs
4891
4892LTLIBOBJS=$ac_ltlibobjs
4893
4894
4895
4896: ${CONFIG_STATUS=./config.status}
4897ac_clean_files_save=$ac_clean_files
4898ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4899{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4900echo "$as_me: creating $CONFIG_STATUS" >&6;}
4901cat >$CONFIG_STATUS <<_ACEOF
4902#! $SHELL
4903# Generated by $as_me.
4904# Run this file to recreate the current configuration.
4905# Compiler output produced by configure, useful for debugging
4906# configure, is in config.log if it exists.
4907
4908debug=false
4909ac_cs_recheck=false
4910ac_cs_silent=false
4911SHELL=\${CONFIG_SHELL-$SHELL}
4912_ACEOF
4913
4914cat >>$CONFIG_STATUS <<\_ACEOF
4915## --------------------- ##
4916## M4sh Initialization. ##
4917## --------------------- ##
4918
4919# Be Bourne compatible
4920if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4921 emulate sh
4922 NULLCMD=:
4923 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4924 # is contrary to our usage. Disable this feature.
4925 alias -g '${1+"$@"}'='"$@"'
4926elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
4927 set -o posix
4928fi
4929DUALCASE=1; export DUALCASE # for MKS sh
4930
4931# Support unset when possible.
4932if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4933 as_unset=unset
4934else
4935 as_unset=false
4936fi
4937
4938
4939# Work around bugs in pre-3.0 UWIN ksh.
4940$as_unset ENV MAIL MAILPATH
4941PS1='$ '
4942PS2='> '
4943PS4='+ '
4944
4945# NLS nuisances.
4946for as_var in \
4947 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4948 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4949 LC_TELEPHONE LC_TIME
4950do
4951 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4952 eval $as_var=C; export $as_var
4953 else
4954 $as_unset $as_var
c906108c 4955 fi
b7026657
AC
4956done
4957
4958# Required to use basename.
4959if expr a : '\(a\)' >/dev/null 2>&1; then
4960 as_expr=expr
c906108c 4961else
b7026657 4962 as_expr=false
c906108c 4963fi
b7026657
AC
4964
4965if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
4966 as_basename=basename
4967else
4968 as_basename=false
c906108c
SS
4969fi
4970
4971
b7026657
AC
4972# Name of the executable.
4973as_me=`$as_basename "$0" ||
4974$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4975 X"$0" : 'X\(//\)$' \| \
4976 X"$0" : 'X\(/\)$' \| \
4977 . : '\(.\)' 2>/dev/null ||
4978echo X/"$0" |
4979 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
4980 /^X\/\(\/\/\)$/{ s//\1/; q; }
4981 /^X\/\(\/\).*/{ s//\1/; q; }
4982 s/.*/./; q'`
4983
4984
4985# PATH needs CR, and LINENO needs CR and PATH.
4986# Avoid depending upon Character Ranges.
4987as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4988as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4989as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4990as_cr_digits='0123456789'
4991as_cr_alnum=$as_cr_Letters$as_cr_digits
4992
4993# The user is always right.
4994if test "${PATH_SEPARATOR+set}" != set; then
4995 echo "#! /bin/sh" >conf$$.sh
4996 echo "exit 0" >>conf$$.sh
4997 chmod +x conf$$.sh
4998 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4999 PATH_SEPARATOR=';'
5000 else
5001 PATH_SEPARATOR=:
5002 fi
5003 rm -f conf$$.sh
5004fi
5005
5006
5007 as_lineno_1=$LINENO
5008 as_lineno_2=$LINENO
5009 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5010 test "x$as_lineno_1" != "x$as_lineno_2" &&
5011 test "x$as_lineno_3" = "x$as_lineno_2" || {
5012 # Find who we are. Look in the path if we contain no path at all
5013 # relative or not.
5014 case $0 in
5015 *[\\/]* ) as_myself=$0 ;;
5016 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017for as_dir in $PATH
5018do
5019 IFS=$as_save_IFS
5020 test -z "$as_dir" && as_dir=.
5021 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5022done
5023
5024 ;;
5025 esac
5026 # We did not find ourselves, most probably we were run as `sh COMMAND'
5027 # in which case we are not to be found in the path.
5028 if test "x$as_myself" = x; then
5029 as_myself=$0
5030 fi
5031 if test ! -f "$as_myself"; then
5032 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5033echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5034 { (exit 1); exit 1; }; }
5035 fi
5036 case $CONFIG_SHELL in
5037 '')
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5040do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for as_base in sh bash ksh sh5; do
5044 case $as_dir in
5045 /*)
5046 if ("$as_dir/$as_base" -c '
5047 as_lineno_1=$LINENO
5048 as_lineno_2=$LINENO
5049 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5050 test "x$as_lineno_1" != "x$as_lineno_2" &&
5051 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
5052 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5053 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5054 CONFIG_SHELL=$as_dir/$as_base
5055 export CONFIG_SHELL
5056 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5057 fi;;
5058 esac
5059 done
5060done
5061;;
5062 esac
5063
5064 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5065 # uniformly replaced by the line number. The first 'sed' inserts a
5066 # line-number line before each line; the second 'sed' does the real
5067 # work. The second script uses 'N' to pair each line-number line
5068 # with the numbered line, and appends trailing '-' during
5069 # substitution so that $LINENO is not a special case at line end.
5070 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5071 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5072 sed '=' <$as_myself |
5073 sed '
5074 N
5075 s,$,-,
5076 : loop
5077 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5078 t loop
5079 s,-$,,
5080 s,^['$as_cr_digits']*\n,,
5081 ' >$as_me.lineno &&
5082 chmod +x $as_me.lineno ||
5083 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5084echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5085 { (exit 1); exit 1; }; }
5086
5087 # Don't try to exec as it changes $[0], causing all sort of problems
5088 # (the dirname of $[0] is not the place where we might find the
5089 # original and so on. Autoconf is especially sensible to this).
5090 . ./$as_me.lineno
5091 # Exit status is that of the last command.
5092 exit
5093}
5094
5095
5096case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5097 *c*,-n*) ECHO_N= ECHO_C='
5098' ECHO_T=' ' ;;
5099 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
5100 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
c906108c 5101esac
b7026657
AC
5102
5103if expr a : '\(a\)' >/dev/null 2>&1; then
5104 as_expr=expr
5105else
5106 as_expr=false
c906108c 5107fi
b7026657
AC
5108
5109rm -f conf$$ conf$$.exe conf$$.file
5110echo >conf$$.file
5111if ln -s conf$$.file conf$$ 2>/dev/null; then
5112 # We could just check for DJGPP; but this test a) works b) is more generic
5113 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5114 if test -f conf$$.exe; then
5115 # Don't use ln at all; we don't have any links
5116 as_ln_s='cp -p'
5117 else
5118 as_ln_s='ln -s'
5119 fi
5120elif ln conf$$.file conf$$ 2>/dev/null; then
5121 as_ln_s=ln
c906108c 5122else
b7026657 5123 as_ln_s='cp -p'
c906108c 5124fi
b7026657 5125rm -f conf$$ conf$$.exe conf$$.file
c906108c 5126
b7026657
AC
5127if mkdir -p . 2>/dev/null; then
5128 as_mkdir_p=:
5129else
5130 test -d ./-p && rmdir ./-p
5131 as_mkdir_p=false
5132fi
c906108c 5133
b7026657 5134as_executable_p="test -f"
c906108c 5135
b7026657
AC
5136# Sed expression to map a string onto a valid CPP name.
5137as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 5138
b7026657
AC
5139# Sed expression to map a string onto a valid variable name.
5140as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 5141
6edf0760 5142
b7026657
AC
5143# IFS
5144# We need space, tab and new line, in precisely that order.
5145as_nl='
5146'
5147IFS=" $as_nl"
6edf0760 5148
b7026657
AC
5149# CDPATH.
5150$as_unset CDPATH
6edf0760 5151
b7026657 5152exec 6>&1
6edf0760 5153
b7026657
AC
5154# Open the log real soon, to keep \$[0] and so on meaningful, and to
5155# report actual input values of CONFIG_FILES etc. instead of their
5156# values after options handling. Logging --version etc. is OK.
5157exec 5>>config.log
5158{
5159 echo
5160 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5161## Running $as_me. ##
5162_ASBOX
5163} >&5
5164cat >&5 <<_CSEOF
c906108c 5165
b7026657
AC
5166This file was extended by $as_me, which was
5167generated by GNU Autoconf 2.59. Invocation command line was
c906108c 5168
b7026657
AC
5169 CONFIG_FILES = $CONFIG_FILES
5170 CONFIG_HEADERS = $CONFIG_HEADERS
5171 CONFIG_LINKS = $CONFIG_LINKS
5172 CONFIG_COMMANDS = $CONFIG_COMMANDS
5173 $ $0 $@
5174
5175_CSEOF
5176echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5177echo >&5
5178_ACEOF
5179
5180# Files that config.status was made for.
5181if test -n "$ac_config_files"; then
5182 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
379832de
HPN
5183fi
5184
b7026657
AC
5185if test -n "$ac_config_headers"; then
5186 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5187fi
5188
5189if test -n "$ac_config_links"; then
5190 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5191fi
5192
5193if test -n "$ac_config_commands"; then
5194 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5195fi
5196
5197cat >>$CONFIG_STATUS <<\_ACEOF
5198
5199ac_cs_usage="\
5200\`$as_me' instantiates files from templates according to the
5201current configuration.
5202
5203Usage: $0 [OPTIONS] [FILE]...
5204
5205 -h, --help print this help, then exit
5206 -V, --version print version number, then exit
5207 -q, --quiet do not print progress messages
5208 -d, --debug don't remove temporary files
5209 --recheck update $as_me by reconfiguring in the same conditions
5210 --file=FILE[:TEMPLATE]
5211 instantiate the configuration file FILE
5212 --header=FILE[:TEMPLATE]
5213 instantiate the configuration header FILE
5214
5215Configuration files:
5216$config_files
5217
5218Configuration headers:
5219$config_headers
5220
5221Configuration links:
5222$config_links
5223
5224Configuration commands:
5225$config_commands
5226
5227Report bugs to <bug-autoconf@gnu.org>."
5228_ACEOF
5229
5230cat >>$CONFIG_STATUS <<_ACEOF
5231ac_cs_version="\\
5232config.status
5233configured by $0, generated by GNU Autoconf 2.59,
5234 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5235
5236Copyright (C) 2003 Free Software Foundation, Inc.
5237This config.status script is free software; the Free Software Foundation
5238gives unlimited permission to copy, distribute and modify it."
5239srcdir=$srcdir
5240INSTALL="$INSTALL"
5241_ACEOF
5242
5243cat >>$CONFIG_STATUS <<\_ACEOF
5244# If no file are specified by the user, then we need to provide default
5245# value. By we need to know if files were specified by the user.
5246ac_need_defaults=:
5247while test $# != 0
5248do
5249 case $1 in
5250 --*=*)
5251 ac_option=`expr "x$1" : 'x\([^=]*\)='`
5252 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
5253 ac_shift=:
c906108c 5254 ;;
b7026657
AC
5255 -*)
5256 ac_option=$1
5257 ac_optarg=$2
5258 ac_shift=shift
c906108c 5259 ;;
b7026657
AC
5260 *) # This is not an option, so the user has probably given explicit
5261 # arguments.
5262 ac_option=$1
5263 ac_need_defaults=false;;
5264 esac
c906108c 5265
b7026657
AC
5266 case $ac_option in
5267 # Handling of the options.
5268_ACEOF
5269cat >>$CONFIG_STATUS <<\_ACEOF
5270 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5271 ac_cs_recheck=: ;;
5272 --version | --vers* | -V )
5273 echo "$ac_cs_version"; exit 0 ;;
5274 --he | --h)
5275 # Conflict between --help and --header
5276 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5277Try \`$0 --help' for more information." >&5
5278echo "$as_me: error: ambiguous option: $1
5279Try \`$0 --help' for more information." >&2;}
5280 { (exit 1); exit 1; }; };;
5281 --help | --hel | -h )
5282 echo "$ac_cs_usage"; exit 0 ;;
5283 --debug | --d* | -d )
5284 debug=: ;;
5285 --file | --fil | --fi | --f )
5286 $ac_shift
5287 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
5288 ac_need_defaults=false;;
5289 --header | --heade | --head | --hea )
5290 $ac_shift
5291 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
5292 ac_need_defaults=false;;
5293 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5294 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5295 ac_cs_silent=: ;;
c906108c 5296
b7026657
AC
5297 # This is an error.
5298 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5299Try \`$0 --help' for more information." >&5
5300echo "$as_me: error: unrecognized option: $1
5301Try \`$0 --help' for more information." >&2;}
5302 { (exit 1); exit 1; }; } ;;
c906108c 5303
b7026657
AC
5304 *) ac_config_targets="$ac_config_targets $1" ;;
5305
5306 esac
5307 shift
5308done
5309
5310ac_configure_extra_args=
5311
5312if $ac_cs_silent; then
5313 exec 6>/dev/null
5314 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
5315fi
5316
b7026657
AC
5317_ACEOF
5318cat >>$CONFIG_STATUS <<_ACEOF
5319if \$ac_cs_recheck; then
5320 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5321 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5322fi
c906108c 5323
b7026657 5324_ACEOF
c906108c 5325
c906108c 5326
c906108c 5327
b7026657
AC
5328
5329
5330cat >>$CONFIG_STATUS <<\_ACEOF
5331for ac_config_target in $ac_config_targets
c906108c 5332do
b7026657
AC
5333 case "$ac_config_target" in
5334 # Handling of arguments.
5335 "Makefile.sim" ) CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
5336 "Make-common.sim" ) CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
5337 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
5338 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
38f48d72
AC
5339 "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
5340 "stamp-h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
b7026657
AC
5341 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
5342 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5343echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5344 { (exit 1); exit 1; }; };;
c906108c
SS
5345 esac
5346done
5347
b7026657
AC
5348# If the user did not use the arguments to specify the items to instantiate,
5349# then the envvar interface is used. Set only those that are not.
5350# We use the long form for the default assignment because of an extremely
5351# bizarre bug on SunOS 4.1.3.
5352if $ac_need_defaults; then
5353 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5354 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5355 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
5356 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5357fi
5358
5359# Have a temporary directory for convenience. Make it in the build tree
5360# simply because there is no reason to put it here, and in addition,
5361# creating and moving files from /tmp can sometimes cause problems.
5362# Create a temporary directory, and hook for its removal unless debugging.
5363$debug ||
5364{
5365 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5366 trap '{ (exit 1); exit 1; }' 1 2 13 15
5367}
c906108c 5368
b7026657 5369# Create a (secure) tmp directory for tmp files.
c906108c 5370
b7026657
AC
5371{
5372 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5373 test -n "$tmp" && test -d "$tmp"
5374} ||
5375{
5376 tmp=./confstat$$-$RANDOM
5377 (umask 077 && mkdir $tmp)
5378} ||
5379{
5380 echo "$me: cannot create a temporary directory in ." >&2
5381 { (exit 1); exit 1; }
5382}
5383
5384_ACEOF
5385
5386cat >>$CONFIG_STATUS <<_ACEOF
5387
5388#
5389# CONFIG_FILES section.
5390#
c906108c 5391
b7026657
AC
5392# No need to generate the scripts if there are no CONFIG_FILES.
5393# This happens for instance when ./config.status config.h
5394if test -n "\$CONFIG_FILES"; then
5395 # Protect against being on the right side of a sed subst in config.status.
5396 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5397 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
b7026657
AC
5398s,@SHELL@,$SHELL,;t t
5399s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5400s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5401s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5402s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5403s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5404s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5405s,@exec_prefix@,$exec_prefix,;t t
5406s,@prefix@,$prefix,;t t
5407s,@program_transform_name@,$program_transform_name,;t t
5408s,@bindir@,$bindir,;t t
5409s,@sbindir@,$sbindir,;t t
5410s,@libexecdir@,$libexecdir,;t t
5411s,@datadir@,$datadir,;t t
5412s,@sysconfdir@,$sysconfdir,;t t
5413s,@sharedstatedir@,$sharedstatedir,;t t
5414s,@localstatedir@,$localstatedir,;t t
5415s,@libdir@,$libdir,;t t
5416s,@includedir@,$includedir,;t t
5417s,@oldincludedir@,$oldincludedir,;t t
5418s,@infodir@,$infodir,;t t
5419s,@mandir@,$mandir,;t t
5420s,@build_alias@,$build_alias,;t t
5421s,@host_alias@,$host_alias,;t t
5422s,@target_alias@,$target_alias,;t t
5423s,@DEFS@,$DEFS,;t t
5424s,@ECHO_C@,$ECHO_C,;t t
5425s,@ECHO_N@,$ECHO_N,;t t
5426s,@ECHO_T@,$ECHO_T,;t t
5427s,@LIBS@,$LIBS,;t t
35695fd6
AC
5428s,@sim_environment@,$sim_environment,;t t
5429s,@sim_alignment@,$sim_alignment,;t t
5430s,@sim_assert@,$sim_assert,;t t
5431s,@sim_bitsize@,$sim_bitsize,;t t
5432s,@sim_endian@,$sim_endian,;t t
5433s,@sim_hostendian@,$sim_hostendian,;t t
5434s,@sim_float@,$sim_float,;t t
5435s,@sim_scache@,$sim_scache,;t t
5436s,@sim_default_model@,$sim_default_model,;t t
5437s,@sim_hw_cflags@,$sim_hw_cflags,;t t
5438s,@sim_hw_objs@,$sim_hw_objs,;t t
5439s,@sim_hw@,$sim_hw,;t t
5440s,@sim_inline@,$sim_inline,;t t
5441s,@sim_packages@,$sim_packages,;t t
5442s,@sim_regparm@,$sim_regparm,;t t
5443s,@sim_reserved_bits@,$sim_reserved_bits,;t t
5444s,@sim_smp@,$sim_smp,;t t
5445s,@sim_stdcall@,$sim_stdcall,;t t
5446s,@sim_xor_endian@,$sim_xor_endian,;t t
5447s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
5448s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
b7026657
AC
5449s,@build@,$build,;t t
5450s,@build_cpu@,$build_cpu,;t t
5451s,@build_vendor@,$build_vendor,;t t
5452s,@build_os@,$build_os,;t t
5453s,@host@,$host,;t t
5454s,@host_cpu@,$host_cpu,;t t
5455s,@host_vendor@,$host_vendor,;t t
5456s,@host_os@,$host_os,;t t
5457s,@target@,$target,;t t
5458s,@target_cpu@,$target_cpu,;t t
5459s,@target_vendor@,$target_vendor,;t t
5460s,@target_os@,$target_os,;t t
5461s,@CC@,$CC,;t t
5462s,@CFLAGS@,$CFLAGS,;t t
5463s,@LDFLAGS@,$LDFLAGS,;t t
5464s,@CPPFLAGS@,$CPPFLAGS,;t t
5465s,@ac_ct_CC@,$ac_ct_CC,;t t
5466s,@EXEEXT@,$EXEEXT,;t t
5467s,@OBJEXT@,$OBJEXT,;t t
5468s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5469s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5470s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5471s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
5472s,@HDEFINES@,$HDEFINES,;t t
5473s,@AR@,$AR,;t t
5474s,@RANLIB@,$RANLIB,;t t
5475s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
b7026657
AC
5476s,@CPP@,$CPP,;t t
5477s,@EGREP@,$EGREP,;t t
b7026657
AC
5478s,@MAINT@,$MAINT,;t t
5479s,@sim_bswap@,$sim_bswap,;t t
5480s,@sim_cflags@,$sim_cflags,;t t
5481s,@sim_debug@,$sim_debug,;t t
5482s,@sim_stdio@,$sim_stdio,;t t
5483s,@sim_trace@,$sim_trace,;t t
5484s,@sim_profile@,$sim_profile,;t t
5485s,@CGEN_MAINT@,$CGEN_MAINT,;t t
5486s,@cgendir@,$cgendir,;t t
5487s,@cgen@,$cgen,;t t
5488s,@traps_obj@,$traps_obj,;t t
5489s,@sim_extra_cflags@,$sim_extra_cflags,;t t
5490s,@cgen_breaks@,$cgen_breaks,;t t
5491s,@LIBOBJS@,$LIBOBJS,;t t
5492s,@LTLIBOBJS@,$LTLIBOBJS,;t t
c906108c 5493CEOF
b7026657
AC
5494
5495_ACEOF
5496
5497 cat >>$CONFIG_STATUS <<\_ACEOF
5498 # Split the substitutions into bite-sized pieces for seds with
5499 # small command number limits, like on Digital OSF/1 and HP-UX.
5500 ac_max_sed_lines=48
5501 ac_sed_frag=1 # Number of current file.
5502 ac_beg=1 # First line for current file.
5503 ac_end=$ac_max_sed_lines # Line after last line for current file.
5504 ac_more_lines=:
5505 ac_sed_cmds=
5506 while $ac_more_lines; do
5507 if test $ac_beg -gt 1; then
5508 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
c906108c 5509 else
b7026657
AC
5510 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
5511 fi
5512 if test ! -s $tmp/subs.frag; then
5513 ac_more_lines=false
5514 else
5515 # The purpose of the label and of the branching condition is to
5516 # speed up the sed processing (if there are no `@' at all, there
5517 # is no need to browse any of the substitutions).
5518 # These are the two extra sed commands mentioned above.
5519 (echo ':t
5520 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
5521 if test -z "$ac_sed_cmds"; then
5522 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
5523 else
5524 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5525 fi
5526 ac_sed_frag=`expr $ac_sed_frag + 1`
5527 ac_beg=$ac_end
5528 ac_end=`expr $ac_end + $ac_max_sed_lines`
c906108c 5529 fi
b7026657
AC
5530 done
5531 if test -z "$ac_sed_cmds"; then
5532 ac_sed_cmds=cat
c906108c 5533 fi
b7026657 5534fi # test -n "$CONFIG_FILES"
c906108c 5535
b7026657
AC
5536_ACEOF
5537cat >>$CONFIG_STATUS <<\_ACEOF
5538for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c906108c 5539 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b7026657
AC
5540 case $ac_file in
5541 - | *:- | *:-:* ) # input from stdin
5542 cat >$tmp/stdin
5543 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5544 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5545 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5546 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5547 * ) ac_file_in=$ac_file.in ;;
c906108c
SS
5548 esac
5549
b7026657
AC
5550 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5551 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
5552$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5553 X"$ac_file" : 'X\(//\)[^/]' \| \
5554 X"$ac_file" : 'X\(//\)$' \| \
5555 X"$ac_file" : 'X\(/\)' \| \
5556 . : '\(.\)' 2>/dev/null ||
5557echo X"$ac_file" |
5558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5559 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5560 /^X\(\/\/\)$/{ s//\1/; q; }
5561 /^X\(\/\).*/{ s//\1/; q; }
5562 s/.*/./; q'`
5563 { if $as_mkdir_p; then
5564 mkdir -p "$ac_dir"
c906108c 5565 else
b7026657
AC
5566 as_dir="$ac_dir"
5567 as_dirs=
5568 while test ! -d "$as_dir"; do
5569 as_dirs="$as_dir $as_dirs"
5570 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5571$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5572 X"$as_dir" : 'X\(//\)[^/]' \| \
5573 X"$as_dir" : 'X\(//\)$' \| \
5574 X"$as_dir" : 'X\(/\)' \| \
5575 . : '\(.\)' 2>/dev/null ||
5576echo X"$as_dir" |
5577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5578 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5579 /^X\(\/\/\)$/{ s//\1/; q; }
5580 /^X\(\/\).*/{ s//\1/; q; }
5581 s/.*/./; q'`
5582 done
5583 test ! -n "$as_dirs" || mkdir $as_dirs
5584 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5585echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5586 { (exit 1); exit 1; }; }; }
5587
5588 ac_builddir=.
c906108c 5589
b7026657
AC
5590if test "$ac_dir" != .; then
5591 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5592 # A "../" for each directory in $ac_dir_suffix.
5593 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5594else
5595 ac_dir_suffix= ac_top_builddir=
5596fi
5597
5598case $srcdir in
5599 .) # No --srcdir option. We are building in place.
5600 ac_srcdir=.
5601 if test -z "$ac_top_builddir"; then
5602 ac_top_srcdir=.
5603 else
5604 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5605 fi ;;
5606 [\\/]* | ?:[\\/]* ) # Absolute path.
5607 ac_srcdir=$srcdir$ac_dir_suffix;
5608 ac_top_srcdir=$srcdir ;;
c906108c 5609 *) # Relative path.
b7026657
AC
5610 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5611 ac_top_srcdir=$ac_top_builddir$srcdir ;;
5612esac
c906108c 5613
b7026657
AC
5614# Do not use `cd foo && pwd` to compute absolute paths, because
5615# the directories may not exist.
5616case `pwd` in
5617.) ac_abs_builddir="$ac_dir";;
5618*)
5619 case "$ac_dir" in
5620 .) ac_abs_builddir=`pwd`;;
5621 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5622 *) ac_abs_builddir=`pwd`/"$ac_dir";;
5623 esac;;
5624esac
5625case $ac_abs_builddir in
5626.) ac_abs_top_builddir=${ac_top_builddir}.;;
5627*)
5628 case ${ac_top_builddir}. in
5629 .) ac_abs_top_builddir=$ac_abs_builddir;;
5630 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5631 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5632 esac;;
5633esac
5634case $ac_abs_builddir in
5635.) ac_abs_srcdir=$ac_srcdir;;
5636*)
5637 case $ac_srcdir in
5638 .) ac_abs_srcdir=$ac_abs_builddir;;
5639 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
5640 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
5641 esac;;
5642esac
5643case $ac_abs_builddir in
5644.) ac_abs_top_srcdir=$ac_top_srcdir;;
5645*)
5646 case $ac_top_srcdir in
5647 .) ac_abs_top_srcdir=$ac_abs_builddir;;
5648 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
5649 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
5650 esac;;
5651esac
c906108c 5652
b7026657
AC
5653
5654 case $INSTALL in
5655 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5656 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c906108c
SS
5657 esac
5658
b7026657
AC
5659 if test x"$ac_file" != x-; then
5660 { echo "$as_me:$LINENO: creating $ac_file" >&5
5661echo "$as_me: creating $ac_file" >&6;}
5662 rm -f "$ac_file"
5663 fi
5664 # Let's still pretend it is `configure' which instantiates (i.e., don't
5665 # use $as_me), people would be surprised to read:
5666 # /* config.h. Generated by config.status. */
5667 if test x"$ac_file" = x-; then
5668 configure_input=
5669 else
5670 configure_input="$ac_file. "
5671 fi
5672 configure_input=$configure_input"Generated from `echo $ac_file_in |
5673 sed 's,.*/,,'` by configure."
5674
5675 # First look for the input files in the build tree, otherwise in the
5676 # src tree.
5677 ac_file_inputs=`IFS=:
5678 for f in $ac_file_in; do
5679 case $f in
5680 -) echo $tmp/stdin ;;
5681 [\\/$]*)
5682 # Absolute (can't be DOS-style, as IFS=:)
5683 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5684echo "$as_me: error: cannot find input file: $f" >&2;}
5685 { (exit 1); exit 1; }; }
5686 echo "$f";;
5687 *) # Relative
5688 if test -f "$f"; then
5689 # Build tree
5690 echo "$f"
5691 elif test -f "$srcdir/$f"; then
5692 # Source tree
5693 echo "$srcdir/$f"
5694 else
5695 # /dev/null tree
5696 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5697echo "$as_me: error: cannot find input file: $f" >&2;}
5698 { (exit 1); exit 1; }; }
5699 fi;;
5700 esac
5701 done` || { (exit 1); exit 1; }
5702_ACEOF
5703cat >>$CONFIG_STATUS <<_ACEOF
5704 sed "$ac_vpsub
5705$extrasub
5706_ACEOF
5707cat >>$CONFIG_STATUS <<\_ACEOF
5708:t
5709/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5710s,@configure_input@,$configure_input,;t t
5711s,@srcdir@,$ac_srcdir,;t t
5712s,@abs_srcdir@,$ac_abs_srcdir,;t t
5713s,@top_srcdir@,$ac_top_srcdir,;t t
5714s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
5715s,@builddir@,$ac_builddir,;t t
5716s,@abs_builddir@,$ac_abs_builddir,;t t
5717s,@top_builddir@,$ac_top_builddir,;t t
5718s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
5719s,@INSTALL@,$ac_INSTALL,;t t
5720" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
5721 rm -f $tmp/stdin
5722 if test x"$ac_file" != x-; then
5723 mv $tmp/out $ac_file
5724 else
5725 cat $tmp/out
5726 rm -f $tmp/out
5727 fi
5728
5729done
5730_ACEOF
5731cat >>$CONFIG_STATUS <<\_ACEOF
5732
5733#
5734# CONFIG_HEADER section.
5735#
c906108c
SS
5736
5737# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5738# NAME is the cpp macro being defined and VALUE is the value it is being given.
5739#
5740# ac_d sets the value in "#define NAME VALUE" lines.
b7026657
AC
5741ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5742ac_dB='[ ].*$,\1#\2'
5743ac_dC=' '
5744ac_dD=',;t'
5745# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5746ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5747ac_uB='$,\1#\2define\3'
c906108c 5748ac_uC=' '
b7026657
AC
5749ac_uD=',;t'
5750
5751for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
c906108c 5752 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b7026657
AC
5753 case $ac_file in
5754 - | *:- | *:-:* ) # input from stdin
5755 cat >$tmp/stdin
5756 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5757 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5758 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5759 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5760 * ) ac_file_in=$ac_file.in ;;
c906108c
SS
5761 esac
5762
b7026657
AC
5763 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
5764echo "$as_me: creating $ac_file" >&6;}
5765
5766 # First look for the input files in the build tree, otherwise in the
5767 # src tree.
5768 ac_file_inputs=`IFS=:
5769 for f in $ac_file_in; do
5770 case $f in
5771 -) echo $tmp/stdin ;;
5772 [\\/$]*)
5773 # Absolute (can't be DOS-style, as IFS=:)
5774 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5775echo "$as_me: error: cannot find input file: $f" >&2;}
5776 { (exit 1); exit 1; }; }
5777 # Do quote $f, to prevent DOS paths from being IFS'd.
5778 echo "$f";;
5779 *) # Relative
5780 if test -f "$f"; then
5781 # Build tree
5782 echo "$f"
5783 elif test -f "$srcdir/$f"; then
5784 # Source tree
5785 echo "$srcdir/$f"
5786 else
5787 # /dev/null tree
5788 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5789echo "$as_me: error: cannot find input file: $f" >&2;}
5790 { (exit 1); exit 1; }; }
5791 fi;;
5792 esac
5793 done` || { (exit 1); exit 1; }
5794 # Remove the trailing spaces.
5795 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
5796
5797_ACEOF
5798
5799# Transform confdefs.h into two sed scripts, `conftest.defines' and
5800# `conftest.undefs', that substitutes the proper values into
5801# config.h.in to produce config.h. The first handles `#define'
5802# templates, and the second `#undef' templates.
5803# And first: Protect against being on the right side of a sed subst in
5804# config.status. Protect against being in an unquoted here document
5805# in config.status.
5806rm -f conftest.defines conftest.undefs
5807# Using a here document instead of a string reduces the quoting nightmare.
5808# Putting comments in sed scripts is not portable.
5809#
5810# `end' is used to avoid that the second main sed command (meant for
5811# 0-ary CPP macros) applies to n-ary macro definitions.
5812# See the Autoconf documentation for `clear'.
5813cat >confdef2sed.sed <<\_ACEOF
5814s/[\\&,]/\\&/g
5815s,[\\$`],\\&,g
5816t clear
5817: clear
5818s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
5819t end
5820s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
5821: end
5822_ACEOF
5823# If some macros were called several times there might be several times
5824# the same #defines, which is useless. Nevertheless, we may not want to
5825# sort them, since we want the *last* AC-DEFINE to be honored.
5826uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
5827sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
5828rm -f confdef2sed.sed
c906108c
SS
5829
5830# This sed command replaces #undef with comments. This is necessary, for
5831# example, in the case of _POSIX_SOURCE, which is predefined and required
5832# on some systems where configure will not decide to define it.
b7026657
AC
5833cat >>conftest.undefs <<\_ACEOF
5834s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
5835_ACEOF
5836
5837# Break up conftest.defines because some shells have a limit on the size
5838# of here documents, and old seds have small limits too (100 cmds).
5839echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
5840echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
5841echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
5842echo ' :' >>$CONFIG_STATUS
5843rm -f conftest.tail
5844while grep . conftest.defines >/dev/null
5845do
5846 # Write a limited-size here document to $tmp/defines.sed.
5847 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
5848 # Speed up: don't consider the non `#define' lines.
5849 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
5850 # Work around the forget-to-reset-the-flag bug.
5851 echo 't clr' >>$CONFIG_STATUS
5852 echo ': clr' >>$CONFIG_STATUS
5853 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
5854 echo 'CEOF
5855 sed -f $tmp/defines.sed $tmp/in >$tmp/out
5856 rm -f $tmp/in
5857 mv $tmp/out $tmp/in
5858' >>$CONFIG_STATUS
5859 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
5860 rm -f conftest.defines
5861 mv conftest.tail conftest.defines
5862done
5863rm -f conftest.defines
5864echo ' fi # grep' >>$CONFIG_STATUS
5865echo >>$CONFIG_STATUS
c906108c 5866
b7026657
AC
5867# Break up conftest.undefs because some shells have a limit on the size
5868# of here documents, and old seds have small limits too (100 cmds).
5869echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
c906108c 5870rm -f conftest.tail
b7026657 5871while grep . conftest.undefs >/dev/null
c906108c 5872do
b7026657
AC
5873 # Write a limited-size here document to $tmp/undefs.sed.
5874 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
5875 # Speed up: don't consider the non `#undef'
5876 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
5877 # Work around the forget-to-reset-the-flag bug.
5878 echo 't clr' >>$CONFIG_STATUS
5879 echo ': clr' >>$CONFIG_STATUS
5880 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
c906108c 5881 echo 'CEOF
b7026657
AC
5882 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
5883 rm -f $tmp/in
5884 mv $tmp/out $tmp/in
5885' >>$CONFIG_STATUS
5886 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
5887 rm -f conftest.undefs
5888 mv conftest.tail conftest.undefs
c906108c 5889done
b7026657
AC
5890rm -f conftest.undefs
5891
5892cat >>$CONFIG_STATUS <<\_ACEOF
5893 # Let's still pretend it is `configure' which instantiates (i.e., don't
5894 # use $as_me), people would be surprised to read:
5895 # /* config.h. Generated by config.status. */
5896 if test x"$ac_file" = x-; then
5897 echo "/* Generated by configure. */" >$tmp/config.h
c906108c 5898 else
b7026657 5899 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
c906108c 5900 fi
b7026657
AC
5901 cat $tmp/in >>$tmp/config.h
5902 rm -f $tmp/in
5903 if test x"$ac_file" != x-; then
5904 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
5905 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
5906echo "$as_me: $ac_file is unchanged" >&6;}
5907 else
5908 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
5909$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5910 X"$ac_file" : 'X\(//\)[^/]' \| \
5911 X"$ac_file" : 'X\(//\)$' \| \
5912 X"$ac_file" : 'X\(/\)' \| \
5913 . : '\(.\)' 2>/dev/null ||
5914echo X"$ac_file" |
5915 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5916 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5917 /^X\(\/\/\)$/{ s//\1/; q; }
5918 /^X\(\/\).*/{ s//\1/; q; }
5919 s/.*/./; q'`
5920 { if $as_mkdir_p; then
5921 mkdir -p "$ac_dir"
5922 else
5923 as_dir="$ac_dir"
5924 as_dirs=
5925 while test ! -d "$as_dir"; do
5926 as_dirs="$as_dir $as_dirs"
5927 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5928$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5929 X"$as_dir" : 'X\(//\)[^/]' \| \
5930 X"$as_dir" : 'X\(//\)$' \| \
5931 X"$as_dir" : 'X\(/\)' \| \
5932 . : '\(.\)' 2>/dev/null ||
5933echo X"$as_dir" |
5934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5935 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5936 /^X\(\/\/\)$/{ s//\1/; q; }
5937 /^X\(\/\).*/{ s//\1/; q; }
5938 s/.*/./; q'`
5939 done
5940 test ! -n "$as_dirs" || mkdir $as_dirs
5941 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5942echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5943 { (exit 1); exit 1; }; }; }
c906108c 5944
b7026657
AC
5945 rm -f $ac_file
5946 mv $tmp/config.h $ac_file
5947 fi
5948 else
5949 cat $tmp/config.h
5950 rm -f $tmp/config.h
5951 fi
5952done
5953_ACEOF
5954cat >>$CONFIG_STATUS <<\_ACEOF
c906108c 5955
b7026657
AC
5956#
5957# CONFIG_LINKS section.
5958#
c906108c 5959
b7026657
AC
5960for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
5961 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
5962 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
c906108c 5963
b7026657
AC
5964 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
5965echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
c906108c
SS
5966
5967 if test ! -r $srcdir/$ac_source; then
b7026657
AC
5968 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
5969echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
5970 { (exit 1); exit 1; }; }
c906108c
SS
5971 fi
5972 rm -f $ac_dest
5973
5974 # Make relative symlinks.
b7026657
AC
5975 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
5976$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5977 X"$ac_dest" : 'X\(//\)[^/]' \| \
5978 X"$ac_dest" : 'X\(//\)$' \| \
5979 X"$ac_dest" : 'X\(/\)' \| \
5980 . : '\(.\)' 2>/dev/null ||
5981echo X"$ac_dest" |
5982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5983 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5984 /^X\(\/\/\)$/{ s//\1/; q; }
5985 /^X\(\/\).*/{ s//\1/; q; }
5986 s/.*/./; q'`
5987 { if $as_mkdir_p; then
5988 mkdir -p "$ac_dest_dir"
c906108c 5989 else
b7026657
AC
5990 as_dir="$ac_dest_dir"
5991 as_dirs=
5992 while test ! -d "$as_dir"; do
5993 as_dirs="$as_dir $as_dirs"
5994 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5995$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5996 X"$as_dir" : 'X\(//\)[^/]' \| \
5997 X"$as_dir" : 'X\(//\)$' \| \
5998 X"$as_dir" : 'X\(/\)' \| \
5999 . : '\(.\)' 2>/dev/null ||
6000echo X"$as_dir" |
6001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6002 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6003 /^X\(\/\/\)$/{ s//\1/; q; }
6004 /^X\(\/\).*/{ s//\1/; q; }
6005 s/.*/./; q'`
6006 done
6007 test ! -n "$as_dirs" || mkdir $as_dirs
6008 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
6009echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
6010 { (exit 1); exit 1; }; }; }
6011
6012 ac_builddir=.
6013
6014if test "$ac_dest_dir" != .; then
6015 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
6016 # A "../" for each directory in $ac_dir_suffix.
6017 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6018else
6019 ac_dir_suffix= ac_top_builddir=
6020fi
6021
6022case $srcdir in
6023 .) # No --srcdir option. We are building in place.
6024 ac_srcdir=.
6025 if test -z "$ac_top_builddir"; then
6026 ac_top_srcdir=.
6027 else
6028 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6029 fi ;;
6030 [\\/]* | ?:[\\/]* ) # Absolute path.
6031 ac_srcdir=$srcdir$ac_dir_suffix;
6032 ac_top_srcdir=$srcdir ;;
6033 *) # Relative path.
6034 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6035 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6036esac
6037
6038# Do not use `cd foo && pwd` to compute absolute paths, because
6039# the directories may not exist.
6040case `pwd` in
6041.) ac_abs_builddir="$ac_dest_dir";;
6042*)
6043 case "$ac_dest_dir" in
6044 .) ac_abs_builddir=`pwd`;;
6045 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
6046 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
6047 esac;;
6048esac
6049case $ac_abs_builddir in
6050.) ac_abs_top_builddir=${ac_top_builddir}.;;
6051*)
6052 case ${ac_top_builddir}. in
6053 .) ac_abs_top_builddir=$ac_abs_builddir;;
6054 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6055 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6056 esac;;
6057esac
6058case $ac_abs_builddir in
6059.) ac_abs_srcdir=$ac_srcdir;;
6060*)
6061 case $ac_srcdir in
6062 .) ac_abs_srcdir=$ac_abs_builddir;;
6063 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6064 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6065 esac;;
6066esac
6067case $ac_abs_builddir in
6068.) ac_abs_top_srcdir=$ac_top_srcdir;;
6069*)
6070 case $ac_top_srcdir in
6071 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6072 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6073 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6074 esac;;
6075esac
c906108c 6076
b7026657
AC
6077
6078 case $srcdir in
6079 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
6080 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
c906108c
SS
6081 esac
6082
b7026657
AC
6083 # Try a symlink, then a hard link, then a copy.
6084 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
6085 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
6086 cp -p $srcdir/$ac_source $ac_dest ||
6087 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
6088echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
6089 { (exit 1); exit 1; }; }
c906108c 6090done
b7026657
AC
6091_ACEOF
6092cat >>$CONFIG_STATUS <<\_ACEOF
6093
6094#
6095# CONFIG_COMMANDS section.
6096#
6097for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
6098 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
6099 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
6100 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
6101$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6102 X"$ac_dest" : 'X\(//\)[^/]' \| \
6103 X"$ac_dest" : 'X\(//\)$' \| \
6104 X"$ac_dest" : 'X\(/\)' \| \
6105 . : '\(.\)' 2>/dev/null ||
6106echo X"$ac_dest" |
6107 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6108 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6109 /^X\(\/\/\)$/{ s//\1/; q; }
6110 /^X\(\/\).*/{ s//\1/; q; }
6111 s/.*/./; q'`
6112 { if $as_mkdir_p; then
6113 mkdir -p "$ac_dir"
6114 else
6115 as_dir="$ac_dir"
6116 as_dirs=
6117 while test ! -d "$as_dir"; do
6118 as_dirs="$as_dir $as_dirs"
6119 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6120$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6121 X"$as_dir" : 'X\(//\)[^/]' \| \
6122 X"$as_dir" : 'X\(//\)$' \| \
6123 X"$as_dir" : 'X\(/\)' \| \
6124 . : '\(.\)' 2>/dev/null ||
6125echo X"$as_dir" |
6126 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6127 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6128 /^X\(\/\/\)$/{ s//\1/; q; }
6129 /^X\(\/\).*/{ s//\1/; q; }
6130 s/.*/./; q'`
6131 done
6132 test ! -n "$as_dirs" || mkdir $as_dirs
6133 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6134echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6135 { (exit 1); exit 1; }; }; }
6136
6137 ac_builddir=.
6138
6139if test "$ac_dir" != .; then
6140 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6141 # A "../" for each directory in $ac_dir_suffix.
6142 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6143else
6144 ac_dir_suffix= ac_top_builddir=
6145fi
c906108c 6146
b7026657
AC
6147case $srcdir in
6148 .) # No --srcdir option. We are building in place.
6149 ac_srcdir=.
6150 if test -z "$ac_top_builddir"; then
6151 ac_top_srcdir=.
6152 else
6153 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6154 fi ;;
6155 [\\/]* | ?:[\\/]* ) # Absolute path.
6156 ac_srcdir=$srcdir$ac_dir_suffix;
6157 ac_top_srcdir=$srcdir ;;
6158 *) # Relative path.
6159 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6160 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6161esac
6162
6163# Do not use `cd foo && pwd` to compute absolute paths, because
6164# the directories may not exist.
6165case `pwd` in
6166.) ac_abs_builddir="$ac_dir";;
6167*)
6168 case "$ac_dir" in
6169 .) ac_abs_builddir=`pwd`;;
6170 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6171 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6172 esac;;
6173esac
6174case $ac_abs_builddir in
6175.) ac_abs_top_builddir=${ac_top_builddir}.;;
6176*)
6177 case ${ac_top_builddir}. in
6178 .) ac_abs_top_builddir=$ac_abs_builddir;;
6179 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6180 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6181 esac;;
6182esac
6183case $ac_abs_builddir in
6184.) ac_abs_srcdir=$ac_srcdir;;
6185*)
6186 case $ac_srcdir in
6187 .) ac_abs_srcdir=$ac_abs_builddir;;
6188 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6189 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6190 esac;;
6191esac
6192case $ac_abs_builddir in
6193.) ac_abs_top_srcdir=$ac_top_srcdir;;
6194*)
6195 case $ac_top_srcdir in
6196 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6197 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6198 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6199 esac;;
6200esac
6201
6202
6203 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6204echo "$as_me: executing $ac_dest commands" >&6;}
6205 case $ac_dest in
38f48d72
AC
6206 Makefile ) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6207 rm -f Makesim1.tmp Makesim2.tmp Makefile
6208 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
6209 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
6210 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
6211 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6212 <Makefile.sim >Makefile
38f48d72 6213 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 6214 ;;
38f48d72 6215 stamp-h ) echo > stamp-h ;;
b7026657
AC
6216 esac
6217done
6218_ACEOF
c906108c 6219
b7026657
AC
6220cat >>$CONFIG_STATUS <<\_ACEOF
6221
6222{ (exit 0); exit 0; }
6223_ACEOF
c906108c 6224chmod +x $CONFIG_STATUS
b7026657
AC
6225ac_clean_files=$ac_clean_files_save
6226
6227
6228# configure is writing to config.log, and then calls config.status.
6229# config.status does its own redirection, appending to config.log.
6230# Unfortunately, on DOS this fails, as config.log is still kept open
6231# by configure, so config.status won't be able to write to it; its
6232# output is simply discarded. So we exec the FD to /dev/null,
6233# effectively closing config.log, so it can be properly (re)opened and
6234# appended to by config.status. When coming back to configure, we
6235# need to make the FD available again.
6236if test "$no_create" != yes; then
6237 ac_cs_success=:
6238 ac_config_status_args=
6239 test "$silent" = yes &&
6240 ac_config_status_args="$ac_config_status_args --quiet"
6241 exec 5>/dev/null
6242 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6243 exec 5>>config.log
6244 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6245 # would make configure fail if this is the last instruction.
6246 $ac_cs_success || { (exit 1); exit 1; }
6247fi
c906108c
SS
6248
6249
This page took 0.581987 seconds and 4 git commands to generate.