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