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