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