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