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