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