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