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