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