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