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