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