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