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