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