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