]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/configure
Deprecate a.out support for NetBSD targets.
[thirdparty/gcc.git] / libada / configure
CommitLineData
b0b70d84
AC
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
22e05272
JM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
5213506e 7#
b0b70d84 8#
b0b70d84
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b0b70d84 14
5213506e
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 :
b0b70d84
AC
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b0b70d84
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b0b70d84
AC
31fi
32
5213506e
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'
b0b70d84 50else
5213506e
RW
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 }
b0b70d84
AC
79fi
80
81
5213506e
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.
22e05272 90as_myself=
5213506e
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b0b70d84
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
5213506e
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
22e05272
JM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
5213506e
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
22e05272
JM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
5213506e
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
772cd694
EB
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1"
5213506e
RW
200 if (eval "$as_required") 2>/dev/null; then :
201 as_have_required=yes
202else
203 as_have_required=no
204fi
205 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
206
207else
208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
209as_found=false
210for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b0b70d84 211do
5213506e
RW
212 IFS=$as_save_IFS
213 test -z "$as_dir" && as_dir=.
214 as_found=:
215 case $as_dir in #(
216 /*)
217 for as_base in sh bash ksh sh5; do
218 # Try only shells that exist, to save several forks.
219 as_shell=$as_dir/$as_base
220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222 CONFIG_SHELL=$as_shell as_have_required=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
224 break 2
225fi
226fi
227 done;;
228 esac
229 as_found=false
230done
231$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
233 CONFIG_SHELL=$SHELL as_have_required=yes
234fi; }
235IFS=$as_save_IFS
236
237
238 if test "x$CONFIG_SHELL" != x; then :
22e05272
JM
239 export CONFIG_SHELL
240 # We cannot yet assume a decent shell, so we have to provide a
241# neutralization value for shells without unset; and this also
242# works around shells that cannot unset nonexistent variables.
243# Preserve -v and -x to the replacement shell.
244BASH_ENV=/dev/null
245ENV=/dev/null
246(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
247case $- in # ((((
248 *v*x* | *x*v* ) as_opts=-vx ;;
249 *v* ) as_opts=-v ;;
250 *x* ) as_opts=-x ;;
251 * ) as_opts= ;;
252esac
253exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254# Admittedly, this is quite paranoid, since all the known shells bail
255# out after a failed `exec'.
256$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
257exit 255
5213506e
RW
258fi
259
260 if test x$as_have_required = xno; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x${ZSH_VERSION+set} = xset ; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b0b70d84 266 else
5213506e
RW
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268$0: including any error possibly output before this
269$0: message. Then install a modern shell, or manually run
270$0: the script under such a shell if you do have one."
b0b70d84 271 fi
5213506e
RW
272 exit 1
273fi
274fi
275fi
276SHELL=${CONFIG_SHELL-/bin/sh}
277export SHELL
278# Unset more variables known to interfere with behavior of common tools.
279CLICOLOR_FORCE= GREP_OPTIONS=
280unset CLICOLOR_FORCE GREP_OPTIONS
281
282## --------------------- ##
283## M4sh Shell Functions. ##
284## --------------------- ##
285# as_fn_unset VAR
286# ---------------
287# Portably unset VAR.
288as_fn_unset ()
289{
290 { eval $1=; unset $1;}
291}
292as_unset=as_fn_unset
293
294# as_fn_set_status STATUS
295# -----------------------
296# Set $? to STATUS, without forking.
297as_fn_set_status ()
298{
299 return $1
300} # as_fn_set_status
301
302# as_fn_exit STATUS
303# -----------------
304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
305as_fn_exit ()
306{
307 set +e
308 as_fn_set_status $1
309 exit $1
310} # as_fn_exit
311
312# as_fn_mkdir_p
313# -------------
314# Create "$as_dir" as a directory, including parents if necessary.
315as_fn_mkdir_p ()
316{
317
318 case $as_dir in #(
319 -*) as_dir=./$as_dir;;
320 esac
321 test -d "$as_dir" || eval $as_mkdir_p || {
322 as_dirs=
323 while :; do
324 case $as_dir in #(
325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
326 *) as_qdir=$as_dir;;
327 esac
328 as_dirs="'$as_qdir' $as_dirs"
329 as_dir=`$as_dirname -- "$as_dir" ||
330$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334$as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
336 s//\1/
337 q
338 }
339 /^X\(\/\/\)[^/].*/{
340 s//\1/
341 q
342 }
343 /^X\(\/\/\)$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\).*/{
348 s//\1/
349 q
350 }
351 s/.*/./; q'`
352 test -d "$as_dir" && break
353 done
354 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5213506e
RW
356
357
358} # as_fn_mkdir_p
22e05272
JM
359
360# as_fn_executable_p FILE
361# -----------------------
362# Test if FILE is an executable regular file.
363as_fn_executable_p ()
364{
365 test -f "$1" && test -x "$1"
366} # as_fn_executable_p
5213506e
RW
367# as_fn_append VAR VALUE
368# ----------------------
369# Append the text in VALUE to the end of the definition contained in VAR. Take
370# advantage of any shell optimizations that allow amortized linear growth over
371# repeated appends, instead of the typical quadratic growth present in naive
372# implementations.
373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
374 eval 'as_fn_append ()
375 {
376 eval $1+=\$2
377 }'
378else
379 as_fn_append ()
380 {
381 eval $1=\$$1\$2
382 }
383fi # as_fn_append
384
385# as_fn_arith ARG...
386# ------------------
387# Perform arithmetic evaluation on the ARGs, and store the result in the
388# global $as_val. Take advantage of shells that can avoid forks. The arguments
389# must be portable across $(()) and expr.
390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
391 eval 'as_fn_arith ()
392 {
393 as_val=$(( $* ))
394 }'
395else
396 as_fn_arith ()
397 {
398 as_val=`expr "$@" || test $? -eq 1`
399 }
400fi # as_fn_arith
401
b0b70d84 402
22e05272
JM
403# as_fn_error STATUS ERROR [LINENO LOG_FD]
404# ----------------------------------------
5213506e
RW
405# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 407# script with STATUS, using 1 if that was 0.
5213506e
RW
408as_fn_error ()
409{
22e05272
JM
410 as_status=$1; test $as_status -eq 0 && as_status=1
411 if test "$4"; then
412 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5213506e 414 fi
22e05272 415 $as_echo "$as_me: error: $2" >&2
5213506e
RW
416 as_fn_exit $as_status
417} # as_fn_error
418
419if expr a : '\(a\)' >/dev/null 2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b0b70d84
AC
421 as_expr=expr
422else
423 as_expr=false
424fi
425
5213506e 426if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b0b70d84
AC
427 as_basename=basename
428else
429 as_basename=false
430fi
431
5213506e
RW
432if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
433 as_dirname=dirname
434else
435 as_dirname=false
436fi
b0b70d84 437
5213506e 438as_me=`$as_basename -- "$0" ||
b0b70d84
AC
439$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
5213506e
RW
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442$as_echo X/"$0" |
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
444 s//\1/
445 q
446 }
447 /^X\/\(\/\/\)$/{
448 s//\1/
449 q
450 }
451 /^X\/\(\/\).*/{
452 s//\1/
453 q
454 }
455 s/.*/./; q'`
b0b70d84 456
b0b70d84
AC
457# Avoid depending upon Character Ranges.
458as_cr_letters='abcdefghijklmnopqrstuvwxyz'
459as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460as_cr_Letters=$as_cr_letters$as_cr_LETTERS
461as_cr_digits='0123456789'
462as_cr_alnum=$as_cr_Letters$as_cr_digits
463
b0b70d84 464
5213506e
RW
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
466 as_lineno_2=$LINENO as_lineno_2a=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
470 sed -n '
471 p
472 /[$]LINENO/=
473 ' <$as_myself |
b0b70d84 474 sed '
5213506e
RW
475 s/[$]LINENO.*/&-/
476 t lineno
477 b
478 :lineno
b0b70d84 479 N
5213506e
RW
480 :loop
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b0b70d84 482 t loop
5213506e 483 s/-\n.*//
b0b70d84 484 ' >$as_me.lineno &&
5213506e
RW
485 chmod +x "$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b0b70d84 487
22e05272
JM
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec=no; export _as_can_reexec
b0b70d84
AC
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
5213506e
RW
494 # original and so on. Autoconf is especially sensitive to this).
495 . "./$as_me.lineno"
b0b70d84
AC
496 # Exit status is that of the last command.
497 exit
498}
499
5213506e
RW
500ECHO_C= ECHO_N= ECHO_T=
501case `echo -n x` in #(((((
502-n*)
503 case `echo 'xy\c'` in
504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
505 xy) ECHO_C='\c';;
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
507 ECHO_T=' ';;
508 esac;;
509*)
510 ECHO_N='-n';;
b0b70d84
AC
511esac
512
5213506e
RW
513rm -f conf$$ conf$$.exe conf$$.file
514if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
b0b70d84 516else
5213506e
RW
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
b0b70d84 519fi
5213506e
RW
520if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
b0b70d84 522 as_ln_s='ln -s'
5213506e
RW
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 526 # In both cases, we have to default to `cp -pR'.
5213506e 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 528 as_ln_s='cp -pR'
5213506e
RW
529 elif ln conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s=ln
531 else
22e05272 532 as_ln_s='cp -pR'
b0b70d84 533 fi
b0b70d84 534else
22e05272 535 as_ln_s='cp -pR'
b0b70d84 536fi
5213506e
RW
537rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538rmdir conf$$.dir 2>/dev/null
b0b70d84
AC
539
540if mkdir -p . 2>/dev/null; then
5213506e 541 as_mkdir_p='mkdir -p "$as_dir"'
b0b70d84 542else
8ab705be 543 test -d ./-p && rmdir ./-p
b0b70d84
AC
544 as_mkdir_p=false
545fi
546
22e05272
JM
547as_test_x='test -x'
548as_executable_p=as_fn_executable_p
b0b70d84
AC
549
550# Sed expression to map a string onto a valid CPP name.
8ab705be 551as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b0b70d84
AC
552
553# Sed expression to map a string onto a valid variable name.
8ab705be 554as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b0b70d84
AC
555
556
22e05272
JM
557test -n "$DJDIR" || exec 7<&0 </dev/null
558exec 6>&1
b0b70d84
AC
559
560# Name of the host.
22e05272 561# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b0b70d84
AC
562# so uname gets run too.
563ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
564
b0b70d84
AC
565#
566# Initializations.
567#
568ac_default_prefix=/usr/local
5213506e 569ac_clean_files=
b0b70d84 570ac_config_libobj_dir=.
5213506e 571LIBOBJS=
b0b70d84
AC
572cross_compiling=no
573subdirs=
574MFLAGS=
575MAKEFLAGS=
b0b70d84
AC
576
577# Identity of this package.
f0d3c336
AC
578PACKAGE_NAME=
579PACKAGE_TARNAME=
580PACKAGE_VERSION=
581PACKAGE_STRING=
582PACKAGE_BUGREPORT=
5213506e 583PACKAGE_URL=
b0b70d84 584
f0d3c336 585ac_unique_file="Makefile.in"
772cd694
EB
586# Factoring default headers for most tests.
587ac_includes_default="\
588#include <stdio.h>
589#ifdef HAVE_SYS_TYPES_H
590# include <sys/types.h>
591#endif
592#ifdef HAVE_SYS_STAT_H
593# include <sys/stat.h>
594#endif
595#ifdef STDC_HEADERS
596# include <stdlib.h>
597# include <stddef.h>
598#else
599# ifdef HAVE_STDLIB_H
600# include <stdlib.h>
601# endif
602#endif
603#ifdef HAVE_STRING_H
604# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605# include <memory.h>
606# endif
607# include <string.h>
608#endif
609#ifdef HAVE_STRINGS_H
610# include <strings.h>
611#endif
612#ifdef HAVE_INTTYPES_H
613# include <inttypes.h>
614#endif
615#ifdef HAVE_STDINT_H
616# include <stdint.h>
617#endif
618#ifdef HAVE_UNISTD_H
619# include <unistd.h>
620#endif"
621
5213506e
RW
622ac_subst_vars='LTLIBOBJS
623LIBOBJS
3c36aa6b 624get_gcc_base_ver
772cd694
EB
625have_capability
626EGREP
627GREP
628CPP
2f18d9af 629have_getipinfo
5213506e
RW
630default_gnatlib_target
631LN_S
c390c361 632AWK
e3aa9eba 633PICFLAG
5213506e
RW
634enable_shared
635OBJEXT
636EXEEXT
637ac_ct_CC
638CPPFLAGS
639LDFLAGS
640CFLAGS
641CC
642toolexeclibdir
643toolexecdir
644multi_basedir
645MAINT
646target_subdir
647host_subdir
648build_subdir
649build_libsubdir
650target_noncanonical
651target_os
652target_vendor
653target_cpu
654target
655host_os
656host_vendor
657host_cpu
658host
659build_os
660build_vendor
661build_cpu
662build
663target_alias
664host_alias
665build_alias
666LIBS
667ECHO_T
668ECHO_N
669ECHO_C
670DEFS
671mandir
672localedir
673libdir
674psdir
675pdfdir
676dvidir
677htmldir
678infodir
679docdir
680oldincludedir
681includedir
682localstatedir
683sharedstatedir
684sysconfdir
685datadir
686datarootdir
687libexecdir
688sbindir
689bindir
690program_transform_name
691prefix
692exec_prefix
693PACKAGE_URL
694PACKAGE_BUGREPORT
695PACKAGE_STRING
696PACKAGE_VERSION
697PACKAGE_TARNAME
698PACKAGE_NAME
699PATH_SEPARATOR
700SHELL'
b0b70d84 701ac_subst_files=''
5213506e
RW
702ac_user_opts='
703enable_option_checking
704with_build_libsubdir
13681906 705enable_version_specific_runtime_libs
5213506e 706enable_maintainer_mode
e8e66971 707with_toolexeclibdir
5213506e
RW
708enable_multilib
709enable_shared
2f18d9af 710with_system_libunwind
3c36aa6b 711with_gcc_major_version_only
5213506e
RW
712'
713 ac_precious_vars='build_alias
714host_alias
772cd694
EB
715target_alias
716CPP
717CPPFLAGS'
5213506e 718
b0b70d84
AC
719
720# Initialize some variables set by options.
721ac_init_help=
722ac_init_version=false
5213506e
RW
723ac_unrecognized_opts=
724ac_unrecognized_sep=
b0b70d84
AC
725# The variables have the same names as the options, with
726# dashes changed to underlines.
727cache_file=/dev/null
728exec_prefix=NONE
729no_create=
730no_recursion=
731prefix=NONE
732program_prefix=NONE
733program_suffix=NONE
734program_transform_name=s,x,x,
735silent=
736site=
737srcdir=
738verbose=
739x_includes=NONE
740x_libraries=NONE
741
742# Installation directory options.
743# These are left unexpanded so users can "make install exec_prefix=/foo"
744# and all the variables that are supposed to be based on exec_prefix
745# by default will actually change.
746# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 747# (The list follows the same order as the GNU Coding Standards.)
b0b70d84
AC
748bindir='${exec_prefix}/bin'
749sbindir='${exec_prefix}/sbin'
750libexecdir='${exec_prefix}/libexec'
5213506e
RW
751datarootdir='${prefix}/share'
752datadir='${datarootdir}'
b0b70d84
AC
753sysconfdir='${prefix}/etc'
754sharedstatedir='${prefix}/com'
755localstatedir='${prefix}/var'
b0b70d84
AC
756includedir='${prefix}/include'
757oldincludedir='/usr/include'
5213506e
RW
758docdir='${datarootdir}/doc/${PACKAGE}'
759infodir='${datarootdir}/info'
760htmldir='${docdir}'
761dvidir='${docdir}'
762pdfdir='${docdir}'
763psdir='${docdir}'
764libdir='${exec_prefix}/lib'
765localedir='${datarootdir}/locale'
766mandir='${datarootdir}/man'
b0b70d84
AC
767
768ac_prev=
5213506e 769ac_dashdash=
b0b70d84
AC
770for ac_option
771do
772 # If the previous option needs an argument, assign it.
773 if test -n "$ac_prev"; then
5213506e 774 eval $ac_prev=\$ac_option
b0b70d84
AC
775 ac_prev=
776 continue
777 fi
778
5213506e 779 case $ac_option in
22e05272
JM
780 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
781 *=) ac_optarg= ;;
782 *) ac_optarg=yes ;;
5213506e 783 esac
b0b70d84
AC
784
785 # Accept the important Cygnus configure options, so we can diagnose typos.
786
5213506e
RW
787 case $ac_dashdash$ac_option in
788 --)
789 ac_dashdash=yes ;;
b0b70d84
AC
790
791 -bindir | --bindir | --bindi | --bind | --bin | --bi)
792 ac_prev=bindir ;;
793 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
794 bindir=$ac_optarg ;;
795
796 -build | --build | --buil | --bui | --bu)
797 ac_prev=build_alias ;;
798 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
799 build_alias=$ac_optarg ;;
800
801 -cache-file | --cache-file | --cache-fil | --cache-fi \
802 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
803 ac_prev=cache_file ;;
804 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
805 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
806 cache_file=$ac_optarg ;;
807
808 --config-cache | -C)
809 cache_file=config.cache ;;
810
5213506e 811 -datadir | --datadir | --datadi | --datad)
b0b70d84 812 ac_prev=datadir ;;
5213506e 813 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b0b70d84
AC
814 datadir=$ac_optarg ;;
815
5213506e
RW
816 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
817 | --dataroo | --dataro | --datar)
818 ac_prev=datarootdir ;;
819 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
820 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
821 datarootdir=$ac_optarg ;;
822
b0b70d84 823 -disable-* | --disable-*)
5213506e 824 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b0b70d84 825 # Reject names that are not valid shell variable names.
5213506e 826 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 827 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
828 ac_useropt_orig=$ac_useropt
829 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
830 case $ac_user_opts in
831 *"
832"enable_$ac_useropt"
833"*) ;;
834 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
835 ac_unrecognized_sep=', ';;
836 esac
837 eval enable_$ac_useropt=no ;;
838
839 -docdir | --docdir | --docdi | --doc | --do)
840 ac_prev=docdir ;;
841 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
842 docdir=$ac_optarg ;;
843
844 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
845 ac_prev=dvidir ;;
846 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
847 dvidir=$ac_optarg ;;
b0b70d84
AC
848
849 -enable-* | --enable-*)
5213506e 850 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b0b70d84 851 # Reject names that are not valid shell variable names.
5213506e 852 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 853 as_fn_error $? "invalid feature name: $ac_useropt"
5213506e
RW
854 ac_useropt_orig=$ac_useropt
855 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
856 case $ac_user_opts in
857 *"
858"enable_$ac_useropt"
859"*) ;;
860 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
861 ac_unrecognized_sep=', ';;
b0b70d84 862 esac
5213506e 863 eval enable_$ac_useropt=\$ac_optarg ;;
b0b70d84
AC
864
865 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
866 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
867 | --exec | --exe | --ex)
868 ac_prev=exec_prefix ;;
869 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
870 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
871 | --exec=* | --exe=* | --ex=*)
872 exec_prefix=$ac_optarg ;;
873
874 -gas | --gas | --ga | --g)
875 # Obsolete; use --with-gas.
876 with_gas=yes ;;
877
878 -help | --help | --hel | --he | -h)
879 ac_init_help=long ;;
880 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
881 ac_init_help=recursive ;;
882 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
883 ac_init_help=short ;;
884
885 -host | --host | --hos | --ho)
886 ac_prev=host_alias ;;
887 -host=* | --host=* | --hos=* | --ho=*)
888 host_alias=$ac_optarg ;;
889
5213506e
RW
890 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
891 ac_prev=htmldir ;;
892 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
893 | --ht=*)
894 htmldir=$ac_optarg ;;
895
b0b70d84
AC
896 -includedir | --includedir | --includedi | --included | --include \
897 | --includ | --inclu | --incl | --inc)
898 ac_prev=includedir ;;
899 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
900 | --includ=* | --inclu=* | --incl=* | --inc=*)
901 includedir=$ac_optarg ;;
902
903 -infodir | --infodir | --infodi | --infod | --info | --inf)
904 ac_prev=infodir ;;
905 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
906 infodir=$ac_optarg ;;
907
908 -libdir | --libdir | --libdi | --libd)
909 ac_prev=libdir ;;
910 -libdir=* | --libdir=* | --libdi=* | --libd=*)
911 libdir=$ac_optarg ;;
912
913 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
914 | --libexe | --libex | --libe)
915 ac_prev=libexecdir ;;
916 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
917 | --libexe=* | --libex=* | --libe=*)
918 libexecdir=$ac_optarg ;;
919
5213506e
RW
920 -localedir | --localedir | --localedi | --localed | --locale)
921 ac_prev=localedir ;;
922 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
923 localedir=$ac_optarg ;;
924
b0b70d84 925 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 926 | --localstate | --localstat | --localsta | --localst | --locals)
b0b70d84
AC
927 ac_prev=localstatedir ;;
928 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 929 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b0b70d84
AC
930 localstatedir=$ac_optarg ;;
931
932 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
933 ac_prev=mandir ;;
934 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
935 mandir=$ac_optarg ;;
936
937 -nfp | --nfp | --nf)
938 # Obsolete; use --without-fp.
939 with_fp=no ;;
940
941 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
942 | --no-cr | --no-c | -n)
943 no_create=yes ;;
944
945 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
946 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
947 no_recursion=yes ;;
948
949 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
950 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
951 | --oldin | --oldi | --old | --ol | --o)
952 ac_prev=oldincludedir ;;
953 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
954 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
955 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
956 oldincludedir=$ac_optarg ;;
957
958 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
959 ac_prev=prefix ;;
960 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
961 prefix=$ac_optarg ;;
962
963 -program-prefix | --program-prefix | --program-prefi | --program-pref \
964 | --program-pre | --program-pr | --program-p)
965 ac_prev=program_prefix ;;
966 -program-prefix=* | --program-prefix=* | --program-prefi=* \
967 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
968 program_prefix=$ac_optarg ;;
969
970 -program-suffix | --program-suffix | --program-suffi | --program-suff \
971 | --program-suf | --program-su | --program-s)
972 ac_prev=program_suffix ;;
973 -program-suffix=* | --program-suffix=* | --program-suffi=* \
974 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
975 program_suffix=$ac_optarg ;;
976
977 -program-transform-name | --program-transform-name \
978 | --program-transform-nam | --program-transform-na \
979 | --program-transform-n | --program-transform- \
980 | --program-transform | --program-transfor \
981 | --program-transfo | --program-transf \
982 | --program-trans | --program-tran \
983 | --progr-tra | --program-tr | --program-t)
984 ac_prev=program_transform_name ;;
985 -program-transform-name=* | --program-transform-name=* \
986 | --program-transform-nam=* | --program-transform-na=* \
987 | --program-transform-n=* | --program-transform-=* \
988 | --program-transform=* | --program-transfor=* \
989 | --program-transfo=* | --program-transf=* \
990 | --program-trans=* | --program-tran=* \
991 | --progr-tra=* | --program-tr=* | --program-t=*)
992 program_transform_name=$ac_optarg ;;
993
5213506e
RW
994 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
995 ac_prev=pdfdir ;;
996 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
997 pdfdir=$ac_optarg ;;
998
999 -psdir | --psdir | --psdi | --psd | --ps)
1000 ac_prev=psdir ;;
1001 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1002 psdir=$ac_optarg ;;
1003
b0b70d84
AC
1004 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1005 | -silent | --silent | --silen | --sile | --sil)
1006 silent=yes ;;
1007
1008 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1009 ac_prev=sbindir ;;
1010 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1011 | --sbi=* | --sb=*)
1012 sbindir=$ac_optarg ;;
1013
1014 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1015 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1016 | --sharedst | --shareds | --shared | --share | --shar \
1017 | --sha | --sh)
1018 ac_prev=sharedstatedir ;;
1019 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1020 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1021 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1022 | --sha=* | --sh=*)
1023 sharedstatedir=$ac_optarg ;;
1024
1025 -site | --site | --sit)
1026 ac_prev=site ;;
1027 -site=* | --site=* | --sit=*)
1028 site=$ac_optarg ;;
1029
1030 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1031 ac_prev=srcdir ;;
1032 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1033 srcdir=$ac_optarg ;;
1034
1035 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1036 | --syscon | --sysco | --sysc | --sys | --sy)
1037 ac_prev=sysconfdir ;;
1038 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1039 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1040 sysconfdir=$ac_optarg ;;
1041
1042 -target | --target | --targe | --targ | --tar | --ta | --t)
1043 ac_prev=target_alias ;;
1044 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1045 target_alias=$ac_optarg ;;
1046
1047 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1048 verbose=yes ;;
1049
1050 -version | --version | --versio | --versi | --vers | -V)
1051 ac_init_version=: ;;
1052
1053 -with-* | --with-*)
5213506e 1054 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b0b70d84 1055 # Reject names that are not valid shell variable names.
5213506e 1056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1057 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
1058 ac_useropt_orig=$ac_useropt
1059 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1060 case $ac_user_opts in
1061 *"
1062"with_$ac_useropt"
1063"*) ;;
1064 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1065 ac_unrecognized_sep=', ';;
b0b70d84 1066 esac
5213506e 1067 eval with_$ac_useropt=\$ac_optarg ;;
b0b70d84
AC
1068
1069 -without-* | --without-*)
5213506e 1070 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b0b70d84 1071 # Reject names that are not valid shell variable names.
5213506e 1072 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
22e05272 1073 as_fn_error $? "invalid package name: $ac_useropt"
5213506e
RW
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--without-$ac_useropt_orig"
1081 ac_unrecognized_sep=', ';;
1082 esac
1083 eval with_$ac_useropt=no ;;
b0b70d84
AC
1084
1085 --x)
1086 # Obsolete; use --with-x.
1087 with_x=yes ;;
1088
1089 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1090 | --x-incl | --x-inc | --x-in | --x-i)
1091 ac_prev=x_includes ;;
1092 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1093 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1094 x_includes=$ac_optarg ;;
1095
1096 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1097 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1098 ac_prev=x_libraries ;;
1099 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1100 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1101 x_libraries=$ac_optarg ;;
1102
22e05272
JM
1103 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1104Try \`$0 --help' for more information"
b0b70d84
AC
1105 ;;
1106
1107 *=*)
1108 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1109 # Reject names that are not valid shell variable names.
5213506e
RW
1110 case $ac_envvar in #(
1111 '' | [0-9]* | *[!_$as_cr_alnum]* )
22e05272 1112 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5213506e
RW
1113 esac
1114 eval $ac_envvar=\$ac_optarg
b0b70d84
AC
1115 export $ac_envvar ;;
1116
1117 *)
1118 # FIXME: should be removed in autoconf 3.0.
5213506e 1119 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b0b70d84 1120 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1121 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
22e05272 1122 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
b0b70d84
AC
1123 ;;
1124
1125 esac
1126done
1127
1128if test -n "$ac_prev"; then
1129 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
22e05272 1130 as_fn_error $? "missing argument to $ac_option"
b0b70d84
AC
1131fi
1132
5213506e
RW
1133if test -n "$ac_unrecognized_opts"; then
1134 case $enable_option_checking in
1135 no) ;;
22e05272 1136 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
5213506e 1137 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b0b70d84 1138 esac
5213506e 1139fi
b0b70d84 1140
5213506e
RW
1141# Check all directory arguments for consistency.
1142for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1143 datadir sysconfdir sharedstatedir localstatedir includedir \
1144 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1145 libdir localedir mandir
b0b70d84 1146do
5213506e
RW
1147 eval ac_val=\$$ac_var
1148 # Remove trailing slashes.
1149 case $ac_val in
1150 */ )
1151 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1152 eval $ac_var=\$ac_val;;
1153 esac
1154 # Be sure to have absolute directory names.
b0b70d84 1155 case $ac_val in
5213506e
RW
1156 [\\/$]* | ?:[\\/]* ) continue;;
1157 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
b0b70d84 1158 esac
22e05272 1159 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
b0b70d84
AC
1160done
1161
1162# There might be people who depend on the old broken behavior: `$host'
1163# used to hold the argument of --host etc.
1164# FIXME: To remove some day.
1165build=$build_alias
1166host=$host_alias
1167target=$target_alias
1168
1169# FIXME: To remove some day.
1170if test "x$host_alias" != x; then
1171 if test "x$build_alias" = x; then
1172 cross_compiling=maybe
b0b70d84
AC
1173 elif test "x$build_alias" != "x$host_alias"; then
1174 cross_compiling=yes
1175 fi
1176fi
1177
1178ac_tool_prefix=
1179test -n "$host_alias" && ac_tool_prefix=$host_alias-
1180
1181test "$silent" = yes && exec 6>/dev/null
1182
1183
5213506e
RW
1184ac_pwd=`pwd` && test -n "$ac_pwd" &&
1185ac_ls_di=`ls -di .` &&
1186ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
22e05272 1187 as_fn_error $? "working directory cannot be determined"
5213506e 1188test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
22e05272 1189 as_fn_error $? "pwd does not report name of working directory"
5213506e
RW
1190
1191
b0b70d84
AC
1192# Find the source files, if location was not specified.
1193if test -z "$srcdir"; then
1194 ac_srcdir_defaulted=yes
5213506e
RW
1195 # Try the directory containing this script, then the parent directory.
1196 ac_confdir=`$as_dirname -- "$as_myself" ||
1197$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1198 X"$as_myself" : 'X\(//\)[^/]' \| \
1199 X"$as_myself" : 'X\(//\)$' \| \
1200 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1201$as_echo X"$as_myself" |
1202 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1203 s//\1/
1204 q
1205 }
1206 /^X\(\/\/\)[^/].*/{
1207 s//\1/
1208 q
1209 }
1210 /^X\(\/\/\)$/{
1211 s//\1/
1212 q
1213 }
1214 /^X\(\/\).*/{
1215 s//\1/
1216 q
1217 }
1218 s/.*/./; q'`
b0b70d84 1219 srcdir=$ac_confdir
5213506e 1220 if test ! -r "$srcdir/$ac_unique_file"; then
b0b70d84
AC
1221 srcdir=..
1222 fi
1223else
1224 ac_srcdir_defaulted=no
1225fi
5213506e
RW
1226if test ! -r "$srcdir/$ac_unique_file"; then
1227 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
22e05272 1228 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
5213506e
RW
1229fi
1230ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1231ac_abs_confdir=`(
22e05272 1232 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5213506e
RW
1233 pwd)`
1234# When building in place, set srcdir=.
1235if test "$ac_abs_confdir" = "$ac_pwd"; then
1236 srcdir=.
1237fi
1238# Remove unnecessary trailing slashes from srcdir.
1239# Double slashes in file names in object file debugging info
1240# mess up M-x gdb in Emacs.
1241case $srcdir in
1242*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1243esac
1244for ac_var in $ac_precious_vars; do
1245 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1246 eval ac_env_${ac_var}_value=\$${ac_var}
1247 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1248 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1249done
b0b70d84
AC
1250
1251#
1252# Report the --help message.
1253#
1254if test "$ac_init_help" = "long"; then
1255 # Omit some internal or obsolete options to make the list less imposing.
1256 # This message is too long to be a string in the A/UX 3.1 sh.
1257 cat <<_ACEOF
f0d3c336 1258\`configure' configures this package to adapt to many kinds of systems.
b0b70d84
AC
1259
1260Usage: $0 [OPTION]... [VAR=VALUE]...
1261
1262To assign environment variables (e.g., CC, CFLAGS...), specify them as
1263VAR=VALUE. See below for descriptions of some of the useful variables.
1264
1265Defaults for the options are specified in brackets.
1266
1267Configuration:
1268 -h, --help display this help and exit
1269 --help=short display options specific to this package
1270 --help=recursive display the short help of all the included packages
1271 -V, --version display version information and exit
22e05272 1272 -q, --quiet, --silent do not print \`checking ...' messages
b0b70d84
AC
1273 --cache-file=FILE cache test results in FILE [disabled]
1274 -C, --config-cache alias for \`--cache-file=config.cache'
1275 -n, --no-create do not create output files
1276 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1277
b0b70d84
AC
1278Installation directories:
1279 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1280 [$ac_default_prefix]
b0b70d84 1281 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1282 [PREFIX]
b0b70d84
AC
1283
1284By default, \`make install' will install all the files in
1285\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1286an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1287for instance \`--prefix=\$HOME'.
1288
1289For better control, use the options below.
1290
1291Fine tuning of the installation directories:
5213506e
RW
1292 --bindir=DIR user executables [EPREFIX/bin]
1293 --sbindir=DIR system admin executables [EPREFIX/sbin]
1294 --libexecdir=DIR program executables [EPREFIX/libexec]
1295 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1296 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1297 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1298 --libdir=DIR object code libraries [EPREFIX/lib]
1299 --includedir=DIR C header files [PREFIX/include]
1300 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1301 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1302 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1303 --infodir=DIR info documentation [DATAROOTDIR/info]
1304 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1305 --mandir=DIR man documentation [DATAROOTDIR/man]
1306 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1307 --htmldir=DIR html documentation [DOCDIR]
1308 --dvidir=DIR dvi documentation [DOCDIR]
1309 --pdfdir=DIR pdf documentation [DOCDIR]
1310 --psdir=DIR ps documentation [DOCDIR]
b0b70d84
AC
1311_ACEOF
1312
1313 cat <<\_ACEOF
1314
1315System types:
1316 --build=BUILD configure for building on BUILD [guessed]
1317 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1318 --target=TARGET configure for building compilers for TARGET [HOST]
1319_ACEOF
1320fi
1321
1322if test -n "$ac_init_help"; then
f0d3c336 1323
b0b70d84
AC
1324 cat <<\_ACEOF
1325
1326Optional Features:
5213506e 1327 --disable-option-checking ignore unrecognized --enable/--with options
b0b70d84
AC
1328 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1329 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13681906
MR
1330 --enable-version-specific-runtime-libs
1331 specify that runtime libraries should be installed
1332 in a compiler-specific directory
b0b70d84
AC
1333 --enable-maintainer-mode
1334 enable make rules and dependencies not useful (and
1335 sometimes confusing) to the casual installer
7193e639 1336 --enable-multilib build many library versions (default)
b0b70d84
AC
1337 --disable-shared don't provide a shared libgnat
1338
9bd6112c
PB
1339Optional Packages:
1340 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1341 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1342 --with-build-libsubdir=DIR Directory where to find libraries for build system
e8e66971
MR
1343 --with-toolexeclibdir=DIR
1344 install libraries built with a cross compiler within
1345 DIR
2f18d9af 1346 --with-system-libunwind use installed libunwind
3c36aa6b
JJ
1347 --with-gcc-major-version-only
1348 use only GCC major number in filesystem paths
9bd6112c 1349
47ad7893
PB
1350Some influential environment variables:
1351 CC C compiler command
1352 CFLAGS C compiler flags
1353 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1354 nonstandard directory <lib dir>
5213506e 1355 LIBS libraries to pass to the linker, e.g. -l<library>
22e05272 1356 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
5213506e 1357 you have headers in a nonstandard directory <include dir>
772cd694 1358 CPP C preprocessor
47ad7893
PB
1359
1360Use these variables to override the choices made by `configure' or to help
1361it to find libraries and programs with nonstandard names/locations.
1362
5213506e 1363Report bugs to the package provider.
b0b70d84 1364_ACEOF
5213506e 1365ac_status=$?
b0b70d84
AC
1366fi
1367
1368if test "$ac_init_help" = "recursive"; then
1369 # If there are subdirs, report their specific --help.
b0b70d84 1370 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1371 test -d "$ac_dir" ||
1372 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1373 continue
b0b70d84
AC
1374 ac_builddir=.
1375
5213506e
RW
1376case "$ac_dir" in
1377.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1378*)
1379 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1380 # A ".." for each directory in $ac_dir_suffix.
1381 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1382 case $ac_top_builddir_sub in
1383 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1384 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1385 esac ;;
1386esac
1387ac_abs_top_builddir=$ac_pwd
1388ac_abs_builddir=$ac_pwd$ac_dir_suffix
1389# for backward compatibility:
1390ac_top_builddir=$ac_top_build_prefix
b0b70d84
AC
1391
1392case $srcdir in
5213506e 1393 .) # We are building in place.
b0b70d84 1394 ac_srcdir=.
5213506e
RW
1395 ac_top_srcdir=$ac_top_builddir_sub
1396 ac_abs_top_srcdir=$ac_pwd ;;
1397 [\\/]* | ?:[\\/]* ) # Absolute name.
b0b70d84 1398 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1399 ac_top_srcdir=$srcdir
1400 ac_abs_top_srcdir=$srcdir ;;
1401 *) # Relative name.
1402 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1403 ac_top_srcdir=$ac_top_build_prefix$srcdir
1404 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8ab705be 1405esac
5213506e
RW
1406ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1407
1408 cd "$ac_dir" || { ac_status=$?; continue; }
1409 # Check for guested configure.
1410 if test -f "$ac_srcdir/configure.gnu"; then
1411 echo &&
1412 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1413 elif test -f "$ac_srcdir/configure"; then
1414 echo &&
1415 $SHELL "$ac_srcdir/configure" --help=recursive
b0b70d84 1416 else
5213506e
RW
1417 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1418 fi || ac_status=$?
1419 cd "$ac_pwd" || { ac_status=$?; break; }
b0b70d84
AC
1420 done
1421fi
1422
5213506e 1423test -n "$ac_init_help" && exit $ac_status
b0b70d84
AC
1424if $ac_init_version; then
1425 cat <<\_ACEOF
5213506e 1426configure
22e05272 1427generated by GNU Autoconf 2.69
b0b70d84 1428
22e05272 1429Copyright (C) 2012 Free Software Foundation, Inc.
b0b70d84
AC
1430This configure script is free software; the Free Software Foundation
1431gives unlimited permission to copy, distribute and modify it.
1432_ACEOF
5213506e 1433 exit
b0b70d84 1434fi
5213506e
RW
1435
1436## ------------------------ ##
1437## Autoconf initialization. ##
1438## ------------------------ ##
1439
1440# ac_fn_c_try_compile LINENO
1441# --------------------------
1442# Try to compile conftest.$ac_ext, and return whether this succeeded.
1443ac_fn_c_try_compile ()
1444{
1445 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1446 rm -f conftest.$ac_objext
1447 if { { ac_try="$ac_compile"
1448case "(($ac_try" in
1449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1450 *) ac_try_echo=$ac_try;;
1451esac
1452eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1453$as_echo "$ac_try_echo"; } >&5
1454 (eval "$ac_compile") 2>conftest.err
1455 ac_status=$?
1456 if test -s conftest.err; then
1457 grep -v '^ *+' conftest.err >conftest.er1
1458 cat conftest.er1 >&5
1459 mv -f conftest.er1 conftest.err
1460 fi
1461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1462 test $ac_status = 0; } && {
1463 test -z "$ac_c_werror_flag" ||
1464 test ! -s conftest.err
1465 } && test -s conftest.$ac_objext; then :
1466 ac_retval=0
1467else
1468 $as_echo "$as_me: failed program was:" >&5
1469sed 's/^/| /' conftest.$ac_ext >&5
1470
1471 ac_retval=1
1472fi
22e05272
JM
1473 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1474 as_fn_set_status $ac_retval
5213506e
RW
1475
1476} # ac_fn_c_try_compile
772cd694
EB
1477
1478# ac_fn_c_try_cpp LINENO
1479# ----------------------
1480# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1481ac_fn_c_try_cpp ()
1482{
1483 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1484 if { { ac_try="$ac_cpp conftest.$ac_ext"
1485case "(($ac_try" in
1486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1487 *) ac_try_echo=$ac_try;;
1488esac
1489eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1490$as_echo "$ac_try_echo"; } >&5
1491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1492 ac_status=$?
1493 if test -s conftest.err; then
1494 grep -v '^ *+' conftest.err >conftest.er1
1495 cat conftest.er1 >&5
1496 mv -f conftest.er1 conftest.err
1497 fi
1498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22e05272 1499 test $ac_status = 0; } > conftest.i && {
772cd694
EB
1500 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1501 test ! -s conftest.err
1502 }; then :
1503 ac_retval=0
1504else
1505 $as_echo "$as_me: failed program was:" >&5
1506sed 's/^/| /' conftest.$ac_ext >&5
1507
1508 ac_retval=1
1509fi
22e05272
JM
1510 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1511 as_fn_set_status $ac_retval
772cd694
EB
1512
1513} # ac_fn_c_try_cpp
1514
1515# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1516# -------------------------------------------------------
1517# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1518# the include files in INCLUDES and setting the cache variable VAR
1519# accordingly.
1520ac_fn_c_check_header_mongrel ()
1521{
1522 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22e05272 1523 if eval \${$3+:} false; then :
772cd694
EB
1524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1525$as_echo_n "checking for $2... " >&6; }
22e05272 1526if eval \${$3+:} false; then :
772cd694
EB
1527 $as_echo_n "(cached) " >&6
1528fi
1529eval ac_res=\$$3
1530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1531$as_echo "$ac_res" >&6; }
1532else
1533 # Is the header compilable?
1534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1535$as_echo_n "checking $2 usability... " >&6; }
1536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1537/* end confdefs.h. */
1538$4
1539#include <$2>
1540_ACEOF
1541if ac_fn_c_try_compile "$LINENO"; then :
1542 ac_header_compiler=yes
1543else
1544 ac_header_compiler=no
1545fi
1546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1548$as_echo "$ac_header_compiler" >&6; }
1549
1550# Is the header present?
1551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1552$as_echo_n "checking $2 presence... " >&6; }
1553cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1554/* end confdefs.h. */
1555#include <$2>
1556_ACEOF
1557if ac_fn_c_try_cpp "$LINENO"; then :
1558 ac_header_preproc=yes
1559else
1560 ac_header_preproc=no
1561fi
22e05272 1562rm -f conftest.err conftest.i conftest.$ac_ext
772cd694
EB
1563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1564$as_echo "$ac_header_preproc" >&6; }
1565
1566# So? What about this header?
1567case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1568 yes:no: )
1569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1570$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1572$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1573 ;;
1574 no:yes:* )
1575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1576$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1578$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1580$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1582$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1584$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1585 ;;
1586esac
1587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1588$as_echo_n "checking for $2... " >&6; }
22e05272 1589if eval \${$3+:} false; then :
772cd694
EB
1590 $as_echo_n "(cached) " >&6
1591else
1592 eval "$3=\$ac_header_compiler"
1593fi
1594eval ac_res=\$$3
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1596$as_echo "$ac_res" >&6; }
1597fi
22e05272 1598 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
772cd694
EB
1599
1600} # ac_fn_c_check_header_mongrel
1601
1602# ac_fn_c_try_run LINENO
1603# ----------------------
1604# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1605# that executables *can* be run.
1606ac_fn_c_try_run ()
1607{
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { { ac_try="$ac_link"
1610case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613esac
1614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615$as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_link") 2>&5
1617 ac_status=$?
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1620 { { case "(($ac_try" in
1621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1622 *) ac_try_echo=$ac_try;;
1623esac
1624eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1625$as_echo "$ac_try_echo"; } >&5
1626 (eval "$ac_try") 2>&5
1627 ac_status=$?
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1629 test $ac_status = 0; }; }; then :
1630 ac_retval=0
1631else
1632 $as_echo "$as_me: program exited with status $ac_status" >&5
1633 $as_echo "$as_me: failed program was:" >&5
1634sed 's/^/| /' conftest.$ac_ext >&5
1635
1636 ac_retval=$ac_status
1637fi
1638 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
22e05272
JM
1639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1640 as_fn_set_status $ac_retval
772cd694
EB
1641
1642} # ac_fn_c_try_run
1643
1644# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1645# -------------------------------------------------------
1646# Tests whether HEADER exists and can be compiled using the include files in
1647# INCLUDES, setting the cache variable VAR accordingly.
1648ac_fn_c_check_header_compile ()
1649{
1650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1652$as_echo_n "checking for $2... " >&6; }
22e05272 1653if eval \${$3+:} false; then :
772cd694
EB
1654 $as_echo_n "(cached) " >&6
1655else
1656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1657/* end confdefs.h. */
1658$4
1659#include <$2>
1660_ACEOF
1661if ac_fn_c_try_compile "$LINENO"; then :
1662 eval "$3=yes"
1663else
1664 eval "$3=no"
1665fi
1666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1667fi
1668eval ac_res=\$$3
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1670$as_echo "$ac_res" >&6; }
22e05272 1671 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
772cd694
EB
1672
1673} # ac_fn_c_check_header_compile
5213506e 1674cat >config.log <<_ACEOF
b0b70d84
AC
1675This file contains any messages produced by compilers while
1676running configure, to aid debugging if configure makes a mistake.
1677
f0d3c336 1678It was created by $as_me, which was
22e05272 1679generated by GNU Autoconf 2.69. Invocation command line was
b0b70d84
AC
1680
1681 $ $0 $@
1682
1683_ACEOF
5213506e 1684exec 5>>config.log
b0b70d84
AC
1685{
1686cat <<_ASUNAME
1687## --------- ##
1688## Platform. ##
1689## --------- ##
1690
1691hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1692uname -m = `(uname -m) 2>/dev/null || echo unknown`
1693uname -r = `(uname -r) 2>/dev/null || echo unknown`
1694uname -s = `(uname -s) 2>/dev/null || echo unknown`
1695uname -v = `(uname -v) 2>/dev/null || echo unknown`
1696
1697/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1698/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1699
1700/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1701/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1702/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1703/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
b0b70d84
AC
1704/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1705/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1706/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1707
1708_ASUNAME
1709
1710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1711for as_dir in $PATH
1712do
1713 IFS=$as_save_IFS
1714 test -z "$as_dir" && as_dir=.
5213506e
RW
1715 $as_echo "PATH: $as_dir"
1716 done
1717IFS=$as_save_IFS
b0b70d84
AC
1718
1719} >&5
1720
1721cat >&5 <<_ACEOF
1722
1723
1724## ----------- ##
1725## Core tests. ##
1726## ----------- ##
1727
1728_ACEOF
1729
1730
1731# Keep a trace of the command line.
1732# Strip out --no-create and --no-recursion so they do not pile up.
1733# Strip out --silent because we don't want to record it for future runs.
1734# Also quote any args containing shell meta-characters.
1735# Make two passes to allow for proper duplicate-argument suppression.
1736ac_configure_args=
1737ac_configure_args0=
1738ac_configure_args1=
b0b70d84
AC
1739ac_must_keep_next=false
1740for ac_pass in 1 2
1741do
1742 for ac_arg
1743 do
1744 case $ac_arg in
1745 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1746 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1747 | -silent | --silent | --silen | --sile | --sil)
1748 continue ;;
5213506e
RW
1749 *\'*)
1750 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b0b70d84
AC
1751 esac
1752 case $ac_pass in
5213506e 1753 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b0b70d84 1754 2)
5213506e 1755 as_fn_append ac_configure_args1 " '$ac_arg'"
b0b70d84 1756 if test $ac_must_keep_next = true; then
8ab705be 1757 ac_must_keep_next=false # Got value, back to normal.
b0b70d84 1758 else
8ab705be
KC
1759 case $ac_arg in
1760 *=* | --config-cache | -C | -disable-* | --disable-* \
1761 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1762 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1763 | -with-* | --with-* | -without-* | --without-* | --x)
1764 case "$ac_configure_args0 " in
1765 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1766 esac
1767 ;;
1768 -* ) ac_must_keep_next=true ;;
1769 esac
b0b70d84 1770 fi
5213506e 1771 as_fn_append ac_configure_args " '$ac_arg'"
b0b70d84
AC
1772 ;;
1773 esac
1774 done
1775done
5213506e
RW
1776{ ac_configure_args0=; unset ac_configure_args0;}
1777{ ac_configure_args1=; unset ac_configure_args1;}
b0b70d84
AC
1778
1779# When interrupted or exit'd, cleanup temporary files, and complete
1780# config.log. We remove comments because anyway the quotes in there
1781# would cause problems or look ugly.
5213506e
RW
1782# WARNING: Use '\'' to represent an apostrophe within the trap.
1783# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b0b70d84
AC
1784trap 'exit_status=$?
1785 # Save into config.log some information that might help in debugging.
1786 {
1787 echo
1788
22e05272 1789 $as_echo "## ---------------- ##
b0b70d84 1790## Cache variables. ##
22e05272 1791## ---------------- ##"
b0b70d84
AC
1792 echo
1793 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1794(
1795 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1796 eval ac_val=\$$ac_var
1797 case $ac_val in #(
1798 *${as_nl}*)
1799 case $ac_var in #(
1800 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1801$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1802 esac
1803 case $ac_var in #(
1804 _ | IFS | as_nl) ;; #(
1805 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1806 *) { eval $ac_var=; unset $ac_var;} ;;
1807 esac ;;
1808 esac
1809 done
b0b70d84 1810 (set) 2>&1 |
5213506e
RW
1811 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1812 *${as_nl}ac_space=\ *)
b0b70d84 1813 sed -n \
5213506e
RW
1814 "s/'\''/'\''\\\\'\'''\''/g;
1815 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1816 ;; #(
b0b70d84 1817 *)
5213506e 1818 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b0b70d84 1819 ;;
5213506e
RW
1820 esac |
1821 sort
1822)
b0b70d84
AC
1823 echo
1824
22e05272 1825 $as_echo "## ----------------- ##
b0b70d84 1826## Output variables. ##
22e05272 1827## ----------------- ##"
b0b70d84
AC
1828 echo
1829 for ac_var in $ac_subst_vars
1830 do
5213506e
RW
1831 eval ac_val=\$$ac_var
1832 case $ac_val in
1833 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1834 esac
1835 $as_echo "$ac_var='\''$ac_val'\''"
b0b70d84
AC
1836 done | sort
1837 echo
1838
1839 if test -n "$ac_subst_files"; then
22e05272 1840 $as_echo "## ------------------- ##
5213506e 1841## File substitutions. ##
22e05272 1842## ------------------- ##"
b0b70d84
AC
1843 echo
1844 for ac_var in $ac_subst_files
1845 do
5213506e
RW
1846 eval ac_val=\$$ac_var
1847 case $ac_val in
1848 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1849 esac
1850 $as_echo "$ac_var='\''$ac_val'\''"
b0b70d84
AC
1851 done | sort
1852 echo
1853 fi
1854
1855 if test -s confdefs.h; then
22e05272 1856 $as_echo "## ----------- ##
b0b70d84 1857## confdefs.h. ##
22e05272 1858## ----------- ##"
b0b70d84 1859 echo
5213506e 1860 cat confdefs.h
b0b70d84
AC
1861 echo
1862 fi
1863 test "$ac_signal" != 0 &&
5213506e
RW
1864 $as_echo "$as_me: caught signal $ac_signal"
1865 $as_echo "$as_me: exit $exit_status"
b0b70d84 1866 } >&5
5213506e
RW
1867 rm -f core *.core core.conftest.* &&
1868 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b0b70d84 1869 exit $exit_status
5213506e 1870' 0
b0b70d84 1871for ac_signal in 1 2 13 15; do
5213506e 1872 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b0b70d84
AC
1873done
1874ac_signal=0
1875
1876# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
1877rm -f -r conftest* confdefs.h
1878
1879$as_echo "/* confdefs.h */" > confdefs.h
b0b70d84
AC
1880
1881# Predefined preprocessor variables.
1882
1883cat >>confdefs.h <<_ACEOF
1884#define PACKAGE_NAME "$PACKAGE_NAME"
1885_ACEOF
1886
b0b70d84
AC
1887cat >>confdefs.h <<_ACEOF
1888#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1889_ACEOF
1890
b0b70d84
AC
1891cat >>confdefs.h <<_ACEOF
1892#define PACKAGE_VERSION "$PACKAGE_VERSION"
1893_ACEOF
1894
b0b70d84
AC
1895cat >>confdefs.h <<_ACEOF
1896#define PACKAGE_STRING "$PACKAGE_STRING"
1897_ACEOF
1898
b0b70d84
AC
1899cat >>confdefs.h <<_ACEOF
1900#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1901_ACEOF
1902
5213506e
RW
1903cat >>confdefs.h <<_ACEOF
1904#define PACKAGE_URL "$PACKAGE_URL"
1905_ACEOF
1906
b0b70d84
AC
1907
1908# Let the site file select an alternate cache file if it wants to.
5213506e
RW
1909# Prefer an explicitly selected file to automatically selected ones.
1910ac_site_file1=NONE
1911ac_site_file2=NONE
1912if test -n "$CONFIG_SITE"; then
22e05272
JM
1913 # We do not want a PATH search for config.site.
1914 case $CONFIG_SITE in #((
1915 -*) ac_site_file1=./$CONFIG_SITE;;
1916 */*) ac_site_file1=$CONFIG_SITE;;
1917 *) ac_site_file1=./$CONFIG_SITE;;
1918 esac
5213506e
RW
1919elif test "x$prefix" != xNONE; then
1920 ac_site_file1=$prefix/share/config.site
1921 ac_site_file2=$prefix/etc/config.site
1922else
1923 ac_site_file1=$ac_default_prefix/share/config.site
1924 ac_site_file2=$ac_default_prefix/etc/config.site
b0b70d84 1925fi
5213506e
RW
1926for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1927do
1928 test "x$ac_site_file" = xNONE && continue
22e05272 1929 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
5213506e
RW
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1931$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b0b70d84 1932 sed 's/^/| /' "$ac_site_file" >&5
22e05272
JM
1933 . "$ac_site_file" \
1934 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1935$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1936as_fn_error $? "failed to load site script $ac_site_file
1937See \`config.log' for more details" "$LINENO" 5; }
b0b70d84
AC
1938 fi
1939done
1940
1941if test -r "$cache_file"; then
22e05272
JM
1942 # Some versions of bash will fail to source /dev/null (special files
1943 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1944 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
5213506e
RW
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1946$as_echo "$as_me: loading cache $cache_file" >&6;}
b0b70d84 1947 case $cache_file in
5213506e
RW
1948 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1949 *) . "./$cache_file";;
b0b70d84
AC
1950 esac
1951 fi
1952else
5213506e
RW
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1954$as_echo "$as_me: creating cache $cache_file" >&6;}
b0b70d84
AC
1955 >$cache_file
1956fi
1957
1958# Check that the precious variables saved in the cache have kept the same
1959# value.
1960ac_cache_corrupted=false
5213506e 1961for ac_var in $ac_precious_vars; do
b0b70d84
AC
1962 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1963 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
1964 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1965 eval ac_new_val=\$ac_env_${ac_var}_value
b0b70d84
AC
1966 case $ac_old_set,$ac_new_set in
1967 set,)
5213506e
RW
1968 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1969$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b0b70d84
AC
1970 ac_cache_corrupted=: ;;
1971 ,set)
5213506e
RW
1972 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1973$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b0b70d84
AC
1974 ac_cache_corrupted=: ;;
1975 ,);;
1976 *)
1977 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
1978 # differences in whitespace do not lead to failure.
1979 ac_old_val_w=`echo x $ac_old_val`
1980 ac_new_val_w=`echo x $ac_new_val`
1981 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1983$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1984 ac_cache_corrupted=:
1985 else
1986 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1987$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1988 eval $ac_var=\$ac_old_val
1989 fi
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1991$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1993$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b0b70d84
AC
1994 fi;;
1995 esac
1996 # Pass precious variables to config.status.
1997 if test "$ac_new_set" = set; then
1998 case $ac_new_val in
5213506e 1999 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b0b70d84
AC
2000 *) ac_arg=$ac_var=$ac_new_val ;;
2001 esac
2002 case " $ac_configure_args " in
2003 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2004 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b0b70d84
AC
2005 esac
2006 fi
2007done
2008if $ac_cache_corrupted; then
5213506e
RW
2009 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2010$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2011 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2012$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22e05272 2013 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b0b70d84 2014fi
5213506e
RW
2015## -------------------- ##
2016## Main body of script. ##
2017## -------------------- ##
b0b70d84
AC
2018
2019ac_ext=c
2020ac_cpp='$CPP $CPPFLAGS'
2021ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2022ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2023ac_compiler_gnu=$ac_cv_c_compiler_gnu
2024
2025
2026
2027
2028
80dab182 2029
b0b70d84 2030
b0b70d84 2031
9bd6112c 2032# Determine the host, build, and target systems
b0b70d84 2033ac_aux_dir=
5213506e 2034for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22e05272
JM
2035 if test -f "$ac_dir/install-sh"; then
2036 ac_aux_dir=$ac_dir
2037 ac_install_sh="$ac_aux_dir/install-sh -c"
2038 break
2039 elif test -f "$ac_dir/install.sh"; then
2040 ac_aux_dir=$ac_dir
2041 ac_install_sh="$ac_aux_dir/install.sh -c"
2042 break
2043 elif test -f "$ac_dir/shtool"; then
2044 ac_aux_dir=$ac_dir
2045 ac_install_sh="$ac_aux_dir/shtool install -c"
2046 break
2047 fi
b0b70d84
AC
2048done
2049if test -z "$ac_aux_dir"; then
22e05272 2050 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
b0b70d84 2051fi
5213506e
RW
2052
2053# These three variables are undocumented and unsupported,
2054# and are intended to be withdrawn in a future Autoconf release.
2055# They can cause serious problems if a builder's source tree is in a directory
2056# whose full name contains unusual characters.
2057ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2058ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2059ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2060
b0b70d84
AC
2061
2062# Make sure we can run config.sub.
5213506e 2063$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
22e05272 2064 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5213506e
RW
2065
2066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2067$as_echo_n "checking build system type... " >&6; }
22e05272 2068if ${ac_cv_build+:} false; then :
5213506e 2069 $as_echo_n "(cached) " >&6
b0b70d84 2070else
5213506e
RW
2071 ac_build_alias=$build_alias
2072test "x$ac_build_alias" = x &&
2073 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2074test "x$ac_build_alias" = x &&
22e05272 2075 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5213506e 2076ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
22e05272 2077 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5213506e
RW
2078
2079fi
2080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2081$as_echo "$ac_cv_build" >&6; }
2082case $ac_cv_build in
2083*-*-*) ;;
22e05272 2084*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5213506e 2085esac
b0b70d84 2086build=$ac_cv_build
5213506e
RW
2087ac_save_IFS=$IFS; IFS='-'
2088set x $ac_cv_build
2089shift
2090build_cpu=$1
2091build_vendor=$2
2092shift; shift
2093# Remember, the first character of IFS is used to create $*,
2094# except with old shells:
2095build_os=$*
2096IFS=$ac_save_IFS
2097case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2098
2099
2100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2101$as_echo_n "checking host system type... " >&6; }
22e05272 2102if ${ac_cv_host+:} false; then :
5213506e 2103 $as_echo_n "(cached) " >&6
b0b70d84 2104else
5213506e
RW
2105 if test "x$host_alias" = x; then
2106 ac_cv_host=$ac_cv_build
2107else
2108 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
22e05272 2109 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5213506e 2110fi
b0b70d84
AC
2111
2112fi
5213506e
RW
2113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2114$as_echo "$ac_cv_host" >&6; }
2115case $ac_cv_host in
2116*-*-*) ;;
22e05272 2117*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5213506e 2118esac
b0b70d84 2119host=$ac_cv_host
5213506e
RW
2120ac_save_IFS=$IFS; IFS='-'
2121set x $ac_cv_host
2122shift
2123host_cpu=$1
2124host_vendor=$2
2125shift; shift
2126# Remember, the first character of IFS is used to create $*,
2127# except with old shells:
2128host_os=$*
2129IFS=$ac_save_IFS
2130case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2131
2132
2133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2134$as_echo_n "checking target system type... " >&6; }
22e05272 2135if ${ac_cv_target+:} false; then :
5213506e
RW
2136 $as_echo_n "(cached) " >&6
2137else
2138 if test "x$target_alias" = x; then
2139 ac_cv_target=$ac_cv_host
b0b70d84 2140else
5213506e 2141 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
22e05272 2142 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5213506e 2143fi
b0b70d84
AC
2144
2145fi
5213506e
RW
2146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2147$as_echo "$ac_cv_target" >&6; }
2148case $ac_cv_target in
2149*-*-*) ;;
22e05272 2150*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5213506e 2151esac
b0b70d84 2152target=$ac_cv_target
5213506e
RW
2153ac_save_IFS=$IFS; IFS='-'
2154set x $ac_cv_target
2155shift
2156target_cpu=$1
2157target_vendor=$2
2158shift; shift
2159# Remember, the first character of IFS is used to create $*,
2160# except with old shells:
2161target_os=$*
2162IFS=$ac_save_IFS
2163case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
b0b70d84
AC
2164
2165
2166# The aliases save the names the user supplied, while $host etc.
2167# will get canonicalized.
2168test -n "$target_alias" &&
2169 test "$program_prefix$program_suffix$program_transform_name" = \
2170 NONENONEs,x,x, &&
2171 program_prefix=${target_alias}-
05682af8 2172target_alias=${target_alias-$host_alias}
b0b70d84 2173
9bd6112c
PB
2174# Determine the noncanonical target name, for directory use.
2175 case ${build_alias} in
2176 "") build_noncanonical=${build} ;;
2177 *) build_noncanonical=${build_alias} ;;
2178esac
2179
2180 case ${host_alias} in
2181 "") host_noncanonical=${build_noncanonical} ;;
2182 *) host_noncanonical=${host_alias} ;;
2183esac
2184
2185 case ${target_alias} in
2186 "") target_noncanonical=${host_noncanonical} ;;
2187 *) target_noncanonical=${target_alias} ;;
2188esac
2189
2190
2191
2192
2193# Determine the target- and build-specific subdirectories
2194
2195# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2196# have matching libraries, they should use host libraries: Makefile.tpl
2197# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2198# However, they still use the build modules, because the corresponding
2199# host modules (e.g. bison) are only built for the host when bootstrap
2200# finishes. So:
2201# - build_subdir is where we find build modules, and never changes.
2202# - build_libsubdir is where we find build libraries, and can be overridden.
2203
2204# Prefix 'build-' so this never conflicts with target_subdir.
2205build_subdir="build-${build_noncanonical}"
2206
5213506e
RW
2207# Check whether --with-build-libsubdir was given.
2208if test "${with_build_libsubdir+set}" = set; then :
2209 withval=$with_build_libsubdir; build_libsubdir="$withval"
9bd6112c
PB
2210else
2211 build_libsubdir="$build_subdir"
5213506e
RW
2212fi
2213
9bd6112c
PB
2214# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2215if ( test $srcdir = . && test -d gcc ) \
2216 || test -d $srcdir/../host-${host_noncanonical}; then
2217 host_subdir="host-${host_noncanonical}"
2218else
2219 host_subdir=.
2220fi
2221# No prefix.
2222target_subdir=${target_noncanonical}
2223
2224
2225# Command-line options.
13681906
MR
2226
2227# Check whether --enable-version-specific-runtime-libs was given.
2228if test "${enable_version_specific_runtime_libs+set}" = set; then :
2229 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2230 yes|no)
2231 ;;
2232 *)
2233 as_fn_error $? "--enable-version-specific-runtime-libs must be yes or no" "$LINENO" 5
2234 ;;
2235 esac
2236else
2237 enable_version_specific_runtime_libs=yes
2238
2239fi
2240
2241
9bd6112c 2242# Very limited version of AC_MAINTAINER_MODE.
5213506e
RW
2243# Check whether --enable-maintainer-mode was given.
2244if test "${enable_maintainer_mode+set}" = set; then :
2245 enableval=$enable_maintainer_mode; case ${enable_maintainer_mode} in
9bd6112c
PB
2246 yes) MAINT='' ;;
2247 no) MAINT='#' ;;
22e05272 2248 *) as_fn_error $? "--enable-maintainer-mode must be yes or no" "$LINENO" 5 ;;
9bd6112c
PB
2249 esac
2250 maintainer_mode=${enableval}
2251else
2252 MAINT='#'
5213506e
RW
2253fi
2254
9bd6112c 2255
e8e66971
MR
2256
2257# Check whether --with-toolexeclibdir was given.
2258if test "${with_toolexeclibdir+set}" = set; then :
2259 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
2260 /)
2261 ;;
2262 */)
2263 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
2264 ;;
2265esac
2266else
2267 with_toolexeclibdir=no
2268fi
2269
2270
2271
7193e639 2272# Default to --enable-multilib
5213506e
RW
2273# Check whether --enable-multilib was given.
2274if test "${enable_multilib+set}" = set; then :
2275 enableval=$enable_multilib; case "$enableval" in
7193e639
LG
2276 yes) multilib=yes ;;
2277 no) multilib=no ;;
22e05272 2278 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
7193e639 2279 esac
9bd6112c 2280else
7193e639 2281 multilib=yes
5213506e
RW
2282fi
2283
9bd6112c 2284
7193e639
LG
2285# We may get other options which we leave undocumented:
2286# --with-target-subdir, --with-multisrctop, --with-multisubdir
2287# See config-ml.in if you want the gory details.
9bd6112c 2288
7193e639
LG
2289if test "$srcdir" = "."; then
2290 if test "$with_target_subdir" != "."; then
2291 multi_basedir="$srcdir/$with_multisrctop../.."
2292 else
2293 multi_basedir="$srcdir/$with_multisrctop.."
2294 fi
b0b70d84 2295else
7193e639 2296 multi_basedir="$srcdir/.."
80dab182
NN
2297fi
2298
2299
05682af8
EB
2300# Even if the default multilib is not a cross compilation,
2301# it may be that some of the other multilibs are.
2302if test $cross_compiling = no && test $multilib = yes \
2303 && test "x${with_multisubdir}" != x ; then
2304 cross_compiling=maybe
2305fi
2306
5213506e 2307ac_config_commands="$ac_config_commands default-1"
7193e639
LG
2308
2309# Calculate toolexeclibdir
2310# Also toolexecdir, though it's only used in toolexeclibdir
2311case ${enable_version_specific_runtime_libs} in
2312 yes)
2313 # Need the gcc compiler version to know where to install libraries
2314 # and header files if --enable-version-specific-runtime-libs option
2315 # is selected.
13681906
MR
2316 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
2317 toolexeclibdir='$(toolexecdir)/$(version)$(MULTISUBDIR)/adalib'
7193e639
LG
2318 ;;
2319 no)
2320 if test -n "$with_cross_host" &&
2321 test x"$with_cross_host" != x"no"; then
2322 # Install a library built with a cross compiler in tooldir, not libdir.
2323 toolexecdir='$(exec_prefix)/$(target_alias)'
e8e66971
MR
2324 case ${with_toolexeclibdir} in
2325 no)
2326 toolexeclibdir='$(toolexecdir)/lib'
2327 ;;
2328 *)
2329 toolexeclibdir=${with_toolexeclibdir}
2330 ;;
2331 esac
7193e639
LG
2332 else
2333 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
2334 toolexeclibdir='$(libdir)'
2335 fi
2336 multi_os_directory=`$CC -print-multi-os-directory`
2337 case $multi_os_directory in
2338 .) ;; # Avoid trailing /.
2339 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
2340 esac
2341 ;;
2342esac
2343
2344
7193e639
LG
2345
2346# Check the compiler.
2347# The same as in boehm-gc and libstdc++. Have to borrow it from there.
2348# We must force CC to /not/ be precious variables; otherwise
2349# the wrong, non-multilib-adjusted value will be used in multilibs.
2350# As a side effect, we have to subst CFLAGS ourselves.
2351
80dab182
NN
2352
2353
47ad7893
PB
2354ac_ext=c
2355ac_cpp='$CPP $CPPFLAGS'
2356ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2357ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2358ac_compiler_gnu=$ac_cv_c_compiler_gnu
2359if test -n "$ac_tool_prefix"; then
2360 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2361set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
2362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2363$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2364if ${ac_cv_prog_CC+:} false; then :
5213506e 2365 $as_echo_n "(cached) " >&6
47ad7893
PB
2366else
2367 if test -n "$CC"; then
2368 ac_cv_prog_CC="$CC" # Let the user override the test.
2369else
2370as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371for as_dir in $PATH
2372do
2373 IFS=$as_save_IFS
2374 test -z "$as_dir" && as_dir=.
5213506e 2375 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893 2377 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 2378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2379 break 2
2380 fi
2381done
5213506e
RW
2382 done
2383IFS=$as_save_IFS
47ad7893
PB
2384
2385fi
2386fi
2387CC=$ac_cv_prog_CC
2388if test -n "$CC"; then
5213506e
RW
2389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2390$as_echo "$CC" >&6; }
47ad7893 2391else
5213506e
RW
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2393$as_echo "no" >&6; }
47ad7893
PB
2394fi
2395
5213506e 2396
47ad7893
PB
2397fi
2398if test -z "$ac_cv_prog_CC"; then
2399 ac_ct_CC=$CC
2400 # Extract the first word of "gcc", so it can be a program name with args.
2401set dummy gcc; ac_word=$2
5213506e
RW
2402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2403$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2404if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 2405 $as_echo_n "(cached) " >&6
47ad7893
PB
2406else
2407 if test -n "$ac_ct_CC"; then
2408 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2409else
2410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2411for as_dir in $PATH
2412do
2413 IFS=$as_save_IFS
2414 test -z "$as_dir" && as_dir=.
5213506e 2415 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893 2417 ac_cv_prog_ac_ct_CC="gcc"
5213506e 2418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2419 break 2
2420 fi
2421done
5213506e
RW
2422 done
2423IFS=$as_save_IFS
47ad7893
PB
2424
2425fi
2426fi
2427ac_ct_CC=$ac_cv_prog_ac_ct_CC
2428if test -n "$ac_ct_CC"; then
5213506e
RW
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2430$as_echo "$ac_ct_CC" >&6; }
47ad7893 2431else
5213506e
RW
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2433$as_echo "no" >&6; }
47ad7893
PB
2434fi
2435
5213506e
RW
2436 if test "x$ac_ct_CC" = x; then
2437 CC=""
2438 else
2439 case $cross_compiling:$ac_tool_warned in
2440yes:)
2441{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2442$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2443ac_tool_warned=yes ;;
2444esac
2445 CC=$ac_ct_CC
2446 fi
47ad7893
PB
2447else
2448 CC="$ac_cv_prog_CC"
2449fi
2450
2451if test -z "$CC"; then
5213506e
RW
2452 if test -n "$ac_tool_prefix"; then
2453 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
47ad7893 2454set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2456$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2457if ${ac_cv_prog_CC+:} false; then :
5213506e 2458 $as_echo_n "(cached) " >&6
47ad7893
PB
2459else
2460 if test -n "$CC"; then
2461 ac_cv_prog_CC="$CC" # Let the user override the test.
2462else
2463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464for as_dir in $PATH
2465do
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
5213506e 2468 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893 2470 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 2471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2472 break 2
2473 fi
2474done
5213506e
RW
2475 done
2476IFS=$as_save_IFS
47ad7893
PB
2477
2478fi
2479fi
2480CC=$ac_cv_prog_CC
2481if test -n "$CC"; then
5213506e
RW
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2483$as_echo "$CC" >&6; }
47ad7893 2484else
5213506e
RW
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2486$as_echo "no" >&6; }
47ad7893
PB
2487fi
2488
47ad7893 2489
5213506e 2490 fi
47ad7893
PB
2491fi
2492if test -z "$CC"; then
2493 # Extract the first word of "cc", so it can be a program name with args.
2494set dummy cc; ac_word=$2
5213506e
RW
2495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2496$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2497if ${ac_cv_prog_CC+:} false; then :
5213506e 2498 $as_echo_n "(cached) " >&6
47ad7893
PB
2499else
2500 if test -n "$CC"; then
2501 ac_cv_prog_CC="$CC" # Let the user override the test.
2502else
2503 ac_prog_rejected=no
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
5213506e 2509 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893
PB
2511 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2512 ac_prog_rejected=yes
2513 continue
2514 fi
2515 ac_cv_prog_CC="cc"
5213506e 2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2517 break 2
2518 fi
2519done
5213506e
RW
2520 done
2521IFS=$as_save_IFS
47ad7893
PB
2522
2523if test $ac_prog_rejected = yes; then
2524 # We found a bogon in the path, so make sure we never use it.
2525 set dummy $ac_cv_prog_CC
2526 shift
2527 if test $# != 0; then
2528 # We chose a different compiler from the bogus one.
2529 # However, it has the same basename, so the bogon will be chosen
2530 # first if we set CC to just the basename; use the full file name.
2531 shift
2532 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2533 fi
2534fi
2535fi
2536fi
2537CC=$ac_cv_prog_CC
2538if test -n "$CC"; then
5213506e
RW
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2540$as_echo "$CC" >&6; }
47ad7893 2541else
5213506e
RW
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2543$as_echo "no" >&6; }
47ad7893
PB
2544fi
2545
5213506e 2546
47ad7893
PB
2547fi
2548if test -z "$CC"; then
2549 if test -n "$ac_tool_prefix"; then
5213506e 2550 for ac_prog in cl.exe
47ad7893
PB
2551 do
2552 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2553set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
2554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2555$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2556if ${ac_cv_prog_CC+:} false; then :
5213506e 2557 $as_echo_n "(cached) " >&6
47ad7893
PB
2558else
2559 if test -n "$CC"; then
2560 ac_cv_prog_CC="$CC" # Let the user override the test.
2561else
2562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563for as_dir in $PATH
2564do
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
5213506e 2567 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2568 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893 2569 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 2570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2571 break 2
2572 fi
2573done
5213506e
RW
2574 done
2575IFS=$as_save_IFS
47ad7893
PB
2576
2577fi
2578fi
2579CC=$ac_cv_prog_CC
2580if test -n "$CC"; then
5213506e
RW
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2582$as_echo "$CC" >&6; }
47ad7893 2583else
5213506e
RW
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2585$as_echo "no" >&6; }
47ad7893
PB
2586fi
2587
5213506e 2588
47ad7893
PB
2589 test -n "$CC" && break
2590 done
2591fi
2592if test -z "$CC"; then
2593 ac_ct_CC=$CC
5213506e 2594 for ac_prog in cl.exe
47ad7893
PB
2595do
2596 # Extract the first word of "$ac_prog", so it can be a program name with args.
2597set dummy $ac_prog; ac_word=$2
5213506e
RW
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2599$as_echo_n "checking for $ac_word... " >&6; }
22e05272 2600if ${ac_cv_prog_ac_ct_CC+:} false; then :
5213506e 2601 $as_echo_n "(cached) " >&6
47ad7893
PB
2602else
2603 if test -n "$ac_ct_CC"; then
2604 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2605else
2606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2607for as_dir in $PATH
2608do
2609 IFS=$as_save_IFS
2610 test -z "$as_dir" && as_dir=.
5213506e 2611 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 2612 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47ad7893 2613 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 2614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47ad7893
PB
2615 break 2
2616 fi
2617done
5213506e
RW
2618 done
2619IFS=$as_save_IFS
47ad7893
PB
2620
2621fi
2622fi
2623ac_ct_CC=$ac_cv_prog_ac_ct_CC
2624if test -n "$ac_ct_CC"; then
5213506e
RW
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2626$as_echo "$ac_ct_CC" >&6; }
47ad7893 2627else
5213506e
RW
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2629$as_echo "no" >&6; }
47ad7893
PB
2630fi
2631
5213506e 2632
47ad7893
PB
2633 test -n "$ac_ct_CC" && break
2634done
2635
5213506e
RW
2636 if test "x$ac_ct_CC" = x; then
2637 CC=""
2638 else
2639 case $cross_compiling:$ac_tool_warned in
2640yes:)
2641{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2642$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2643ac_tool_warned=yes ;;
2644esac
2645 CC=$ac_ct_CC
2646 fi
47ad7893
PB
2647fi
2648
2649fi
2650
2651
5213506e
RW
2652test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2653$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
2654as_fn_error $? "no acceptable C compiler found in \$PATH
2655See \`config.log' for more details" "$LINENO" 5; }
47ad7893
PB
2656
2657# Provide some information about the compiler.
5213506e
RW
2658$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2659set X $ac_compile
2660ac_compiler=$2
2661for ac_option in --version -v -V -qversion; do
2662 { { ac_try="$ac_compiler $ac_option >&5"
2663case "(($ac_try" in
2664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2665 *) ac_try_echo=$ac_try;;
2666esac
2667eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2668$as_echo "$ac_try_echo"; } >&5
2669 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
47ad7893 2670 ac_status=$?
5213506e
RW
2671 if test -s conftest.err; then
2672 sed '10a\
2673... rest of stderr output deleted ...
2674 10q' conftest.err >conftest.er1
2675 cat conftest.er1 >&5
5213506e 2676 fi
22e05272 2677 rm -f conftest.er1 conftest.err
5213506e
RW
2678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2679 test $ac_status = 0; }
2680done
47ad7893 2681
5213506e 2682cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47ad7893
PB
2683/* end confdefs.h. */
2684
2685int
2686main ()
2687{
2688
2689 ;
2690 return 0;
2691}
2692_ACEOF
2693ac_clean_files_save=$ac_clean_files
22e05272 2694ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
47ad7893
PB
2695# Try to create an executable without -o first, disregard a.out.
2696# It will help us diagnose broken compilers, and finding out an intuition
2697# of exeext.
22e05272
JM
2698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2699$as_echo_n "checking whether the C compiler works... " >&6; }
5213506e
RW
2700ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2701
2702# The possible output files:
2703ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2704
2705ac_rmfiles=
2706for ac_file in $ac_files
2707do
2708 case $ac_file in
2709 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2710 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2711 esac
2712done
2713rm -f $ac_rmfiles
2714
2715if { { ac_try="$ac_link_default"
2716case "(($ac_try" in
2717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2718 *) ac_try_echo=$ac_try;;
2719esac
2720eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2721$as_echo "$ac_try_echo"; } >&5
2722 (eval "$ac_link_default") 2>&5
47ad7893 2723 ac_status=$?
5213506e
RW
2724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2725 test $ac_status = 0; }; then :
2726 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2727# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2728# in a Makefile. We should not override ac_cv_exeext if it was cached,
2729# so that the user can short-circuit this test for compilers unknown to
2730# Autoconf.
2731for ac_file in $ac_files ''
47ad7893
PB
2732do
2733 test -f "$ac_file" || continue
2734 case $ac_file in
5213506e 2735 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
47ad7893
PB
2736 ;;
2737 [ab].out )
2738 # We found the default executable, but exeext='' is most
2739 # certainly right.
2740 break;;
2741 *.* )
5213506e
RW
2742 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2743 then :; else
2744 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2745 fi
2746 # We set ac_cv_exeext here because the later test for it is not
2747 # safe: cross compilers may not add the suffix if given an `-o'
2748 # argument, so we may need to know it at that point already.
2749 # Even if this section looks crufty: it has the advantage of
2750 # actually working.
47ad7893
PB
2751 break;;
2752 * )
2753 break;;
2754 esac
2755done
5213506e
RW
2756test "$ac_cv_exeext" = no && ac_cv_exeext=
2757
47ad7893 2758else
5213506e
RW
2759 ac_file=''
2760fi
5213506e 2761if test -z "$ac_file"; then :
22e05272
JM
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2763$as_echo "no" >&6; }
2764$as_echo "$as_me: failed program was:" >&5
47ad7893
PB
2765sed 's/^/| /' conftest.$ac_ext >&5
2766
5213506e
RW
2767{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2768$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
2769as_fn_error 77 "C compiler cannot create executables
2770See \`config.log' for more details" "$LINENO" 5; }
2771else
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2773$as_echo "yes" >&6; }
47ad7893 2774fi
22e05272
JM
2775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2776$as_echo_n "checking for C compiler default output file name... " >&6; }
2777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2778$as_echo "$ac_file" >&6; }
47ad7893 2779ac_exeext=$ac_cv_exeext
47ad7893 2780
22e05272 2781rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
47ad7893 2782ac_clean_files=$ac_clean_files_save
5213506e
RW
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2784$as_echo_n "checking for suffix of executables... " >&6; }
2785if { { ac_try="$ac_link"
2786case "(($ac_try" in
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2789esac
2790eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2791$as_echo "$ac_try_echo"; } >&5
2792 (eval "$ac_link") 2>&5
47ad7893 2793 ac_status=$?
5213506e
RW
2794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2795 test $ac_status = 0; }; then :
47ad7893
PB
2796 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2797# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2798# work properly (i.e., refer to `conftest.exe'), while it won't with
2799# `rm'.
2800for ac_file in conftest.exe conftest conftest.*; do
2801 test -f "$ac_file" || continue
2802 case $ac_file in
5213506e 2803 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
47ad7893 2804 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
47ad7893
PB
2805 break;;
2806 * ) break;;
2807 esac
2808done
2809else
5213506e
RW
2810 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2811$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
2812as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2813See \`config.log' for more details" "$LINENO" 5; }
7193e639 2814fi
22e05272 2815rm -f conftest conftest$ac_cv_exeext
5213506e
RW
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2817$as_echo "$ac_cv_exeext" >&6; }
7193e639
LG
2818
2819rm -f conftest.$ac_ext
2820EXEEXT=$ac_cv_exeext
2821ac_exeext=$EXEEXT
22e05272
JM
2822cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2823/* end confdefs.h. */
2824#include <stdio.h>
2825int
2826main ()
2827{
2828FILE *f = fopen ("conftest.out", "w");
2829 return ferror (f) || fclose (f) != 0;
2830
2831 ;
2832 return 0;
2833}
2834_ACEOF
2835ac_clean_files="$ac_clean_files conftest.out"
2836# Check that the compiler produces executables we can run. If not, either
2837# the compiler is broken, or we cross compile.
2838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2839$as_echo_n "checking whether we are cross compiling... " >&6; }
2840if test "$cross_compiling" != yes; then
2841 { { ac_try="$ac_link"
2842case "(($ac_try" in
2843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2844 *) ac_try_echo=$ac_try;;
2845esac
2846eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2847$as_echo "$ac_try_echo"; } >&5
2848 (eval "$ac_link") 2>&5
2849 ac_status=$?
2850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2851 test $ac_status = 0; }
2852 if { ac_try='./conftest$ac_cv_exeext'
2853 { { case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856esac
2857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2858$as_echo "$ac_try_echo"; } >&5
2859 (eval "$ac_try") 2>&5
2860 ac_status=$?
2861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2862 test $ac_status = 0; }; }; then
2863 cross_compiling=no
2864 else
2865 if test "$cross_compiling" = maybe; then
2866 cross_compiling=yes
2867 else
2868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2869$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2870as_fn_error $? "cannot run C compiled programs.
2871If you meant to cross compile, use \`--host'.
2872See \`config.log' for more details" "$LINENO" 5; }
2873 fi
2874 fi
2875fi
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2877$as_echo "$cross_compiling" >&6; }
2878
2879rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2880ac_clean_files=$ac_clean_files_save
5213506e
RW
2881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2882$as_echo_n "checking for suffix of object files... " >&6; }
22e05272 2883if ${ac_cv_objext+:} false; then :
5213506e 2884 $as_echo_n "(cached) " >&6
7193e639 2885else
5213506e 2886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7193e639
LG
2887/* end confdefs.h. */
2888
2889int
2890main ()
2891{
2892
2893 ;
2894 return 0;
2895}
2896_ACEOF
2897rm -f conftest.o conftest.obj
5213506e
RW
2898if { { ac_try="$ac_compile"
2899case "(($ac_try" in
2900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2901 *) ac_try_echo=$ac_try;;
2902esac
2903eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2904$as_echo "$ac_try_echo"; } >&5
2905 (eval "$ac_compile") 2>&5
7193e639 2906 ac_status=$?
5213506e
RW
2907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2908 test $ac_status = 0; }; then :
2909 for ac_file in conftest.o conftest.obj conftest.*; do
2910 test -f "$ac_file" || continue;
7193e639 2911 case $ac_file in
5213506e 2912 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
7193e639
LG
2913 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2914 break;;
2915 esac
2916done
2917else
5213506e 2918 $as_echo "$as_me: failed program was:" >&5
7193e639
LG
2919sed 's/^/| /' conftest.$ac_ext >&5
2920
5213506e
RW
2921{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2922$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
2923as_fn_error $? "cannot compute suffix of object files: cannot compile
2924See \`config.log' for more details" "$LINENO" 5; }
7193e639 2925fi
7193e639
LG
2926rm -f conftest.$ac_cv_objext conftest.$ac_ext
2927fi
5213506e
RW
2928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2929$as_echo "$ac_cv_objext" >&6; }
7193e639
LG
2930OBJEXT=$ac_cv_objext
2931ac_objext=$OBJEXT
5213506e
RW
2932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2933$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
22e05272 2934if ${ac_cv_c_compiler_gnu+:} false; then :
5213506e 2935 $as_echo_n "(cached) " >&6
7193e639 2936else
5213506e 2937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7193e639
LG
2938/* end confdefs.h. */
2939
2940int
2941main ()
2942{
2943#ifndef __GNUC__
2944 choke me
2945#endif
2946
2947 ;
2948 return 0;
2949}
2950_ACEOF
5213506e 2951if ac_fn_c_try_compile "$LINENO"; then :
7193e639
LG
2952 ac_compiler_gnu=yes
2953else
5213506e 2954 ac_compiler_gnu=no
7193e639 2955fi
5213506e 2956rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193e639
LG
2957ac_cv_c_compiler_gnu=$ac_compiler_gnu
2958
2959fi
5213506e
RW
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2961$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2962if test $ac_compiler_gnu = yes; then
2963 GCC=yes
2964else
2965 GCC=
2966fi
7193e639
LG
2967ac_test_CFLAGS=${CFLAGS+set}
2968ac_save_CFLAGS=$CFLAGS
5213506e
RW
2969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2970$as_echo_n "checking whether $CC accepts -g... " >&6; }
22e05272 2971if ${ac_cv_prog_cc_g+:} false; then :
5213506e 2972 $as_echo_n "(cached) " >&6
7193e639 2973else
5213506e
RW
2974 ac_save_c_werror_flag=$ac_c_werror_flag
2975 ac_c_werror_flag=yes
2976 ac_cv_prog_cc_g=no
2977 CFLAGS="-g"
2978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7193e639
LG
2979/* end confdefs.h. */
2980
2981int
2982main ()
2983{
2984
2985 ;
2986 return 0;
2987}
2988_ACEOF
5213506e 2989if ac_fn_c_try_compile "$LINENO"; then :
7193e639
LG
2990 ac_cv_prog_cc_g=yes
2991else
5213506e
RW
2992 CFLAGS=""
2993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2994/* end confdefs.h. */
2995
2996int
2997main ()
2998{
7193e639 2999
5213506e
RW
3000 ;
3001 return 0;
3002}
3003_ACEOF
3004if ac_fn_c_try_compile "$LINENO"; then :
3005
3006else
3007 ac_c_werror_flag=$ac_save_c_werror_flag
3008 CFLAGS="-g"
3009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010/* end confdefs.h. */
3011
3012int
3013main ()
3014{
3015
3016 ;
3017 return 0;
3018}
3019_ACEOF
3020if ac_fn_c_try_compile "$LINENO"; then :
3021 ac_cv_prog_cc_g=yes
3022fi
3023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193e639 3024fi
5213506e 3025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193e639 3026fi
5213506e
RW
3027rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029fi
3030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3031$as_echo "$ac_cv_prog_cc_g" >&6; }
7193e639
LG
3032if test "$ac_test_CFLAGS" = set; then
3033 CFLAGS=$ac_save_CFLAGS
3034elif test $ac_cv_prog_cc_g = yes; then
3035 if test "$GCC" = yes; then
3036 CFLAGS="-g -O2"
3037 else
3038 CFLAGS="-g"
3039 fi
3040else
3041 if test "$GCC" = yes; then
3042 CFLAGS="-O2"
3043 else
3044 CFLAGS=
3045 fi
3046fi
5213506e
RW
3047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3048$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
22e05272 3049if ${ac_cv_prog_cc_c89+:} false; then :
5213506e 3050 $as_echo_n "(cached) " >&6
7193e639 3051else
5213506e 3052 ac_cv_prog_cc_c89=no
7193e639 3053ac_save_CC=$CC
5213506e 3054cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7193e639
LG
3055/* end confdefs.h. */
3056#include <stdarg.h>
3057#include <stdio.h>
22e05272 3058struct stat;
7193e639
LG
3059/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3060struct buf { int x; };
3061FILE * (*rcsopen) (struct buf *, struct stat *, int);
3062static char *e (p, i)
3063 char **p;
3064 int i;
3065{
3066 return p[i];
3067}
3068static char *f (char * (*g) (char **, int), char **p, ...)
3069{
3070 char *s;
3071 va_list v;
3072 va_start (v,p);
3073 s = g (p, va_arg (v,int));
3074 va_end (v);
3075 return s;
3076}
3077
3078/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3079 function prototypes and stuff, but not '\xHH' hex character constants.
3080 These don't provoke an error unfortunately, instead are silently treated
5213506e 3081 as 'x'. The following induces an error, until -std is added to get
7193e639
LG
3082 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3083 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 3084 that's true only with -std. */
7193e639
LG
3085int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3086
5213506e
RW
3087/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3088 inside strings and character constants. */
3089#define FOO(x) 'x'
3090int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3091
7193e639
LG
3092int test (int i, double x);
3093struct s1 {int (*f) (int a);};
3094struct s2 {int (*f) (double a);};
3095int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3096int argc;
3097char **argv;
3098int
3099main ()
3100{
3101return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3102 ;
3103 return 0;
3104}
3105_ACEOF
5213506e
RW
3106for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3107 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
7193e639
LG
3108do
3109 CC="$ac_save_CC $ac_arg"
5213506e
RW
3110 if ac_fn_c_try_compile "$LINENO"; then :
3111 ac_cv_prog_cc_c89=$ac_arg
7193e639 3112fi
5213506e
RW
3113rm -f core conftest.err conftest.$ac_objext
3114 test "x$ac_cv_prog_cc_c89" != "xno" && break
7193e639 3115done
5213506e 3116rm -f conftest.$ac_ext
7193e639
LG
3117CC=$ac_save_CC
3118
3119fi
5213506e
RW
3120# AC_CACHE_VAL
3121case "x$ac_cv_prog_cc_c89" in
3122 x)
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3124$as_echo "none needed" >&6; } ;;
3125 xno)
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3127$as_echo "unsupported" >&6; } ;;
7193e639 3128 *)
5213506e
RW
3129 CC="$CC $ac_cv_prog_cc_c89"
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3131$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7193e639 3132esac
5213506e 3133if test "x$ac_cv_prog_cc_c89" != xno; then :
7193e639 3134
7193e639
LG
3135fi
3136
7193e639
LG
3137ac_ext=c
3138ac_cpp='$CPP $CPPFLAGS'
3139ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3140ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3141ac_compiler_gnu=$ac_cv_c_compiler_gnu
3142
3143
3144
3145
3146
5213506e
RW
3147# Check whether --enable-shared was given.
3148if test "${enable_shared+set}" = set; then :
3149 enableval=$enable_shared;
7193e639
LG
3150case $enable_shared in
3151 yes | no) ;;
3152 *)
3153 enable_shared=no
3154 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3155 for pkg in $enableval; do
3156 case $pkg in
3157 ada | libada)
3158 enable_shared=yes ;;
3159 esac
3160 done
3161 IFS="$ac_save_ifs"
3162 ;;
3163esac
3164
3165else
3166 enable_shared=yes
5213506e
RW
3167fi
3168
7193e639
LG
3169
3170
e3aa9eba
RO
3171
3172
3173
3174
3175case "${host}" in
3176 # PIC is the default on some targets or must not be used.
3177 *-*-darwin*)
cacf1f59
JJ
3178 # For darwin, common symbols are not allowed in MH_DYLIB files
3179 case "${CFLAGS}" in
3180 # If we are using a compiler supporting mdynamic-no-pic
3181 # and the option has been tested as safe to add, then cancel
3182 # it here, since the code generated is incompatible with shared
8f56cb51 3183 # libs.
cacf1f59
JJ
3184 *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
3185 *) PICFLAG=-fno-common ;;
3186 esac
e3aa9eba
RO
3187 ;;
3188 alpha*-dec-osf5*)
3189 # PIC is the default.
3190 ;;
3191 hppa*64*-*-hpux*)
3192 # PIC is the default for 64-bit PA HP-UX.
3193 ;;
d89ffaf3
KT
3194 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
3195 ;;
3196 i[34567]86-*-mingw* | x86_64-*-mingw*)
e3aa9eba 3197 ;;
8f56cb51
AM
3198 i[34567]86-*-interix[3-9]*)
3199 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
3200 # Instead, we relocate shared libraries at runtime.
3201 ;;
e3aa9eba
RO
3202 i[34567]86-*-nto-qnx*)
3203 # QNX uses GNU C++, but need to define -shared option too, otherwise
3204 # it will coredump.
3205 PICFLAG='-fPIC -shared'
3206 ;;
3207 i[34567]86-pc-msdosdjgpp*)
3208 # DJGPP does not support shared libraries at all.
3209 ;;
3210 ia64*-*-hpux*)
3211 # On IA64 HP-UX, PIC is the default but the pic flag
3212 # sets the default TLS model and affects inlining.
3213 PICFLAG=-fPIC
3214 ;;
b1a3d2b7
ML
3215 loongarch*-*-*)
3216 PICFLAG=-fpic
3217 ;;
e3aa9eba
RO
3218 mips-sgi-irix6*)
3219 # PIC is the default.
3220 ;;
3221 rs6000-ibm-aix* | powerpc-ibm-aix*)
3222 # All AIX code is PIC.
3223 ;;
3224
3225 # Some targets support both -fPIC and -fpic, but prefer the latter.
3226 # FIXME: Why?
3227 i[34567]86-*-* | x86_64-*-*)
3228 PICFLAG=-fpic
3229 ;;
e3aa9eba
RO
3230 # FIXME: Override -fPIC default in libgcc only?
3231 sh-*-linux* | sh[2346lbe]*-*-linux*)
3232 PICFLAG=-fpic
3233 ;;
9fc0ae60 3234 sh*-*-netbsd*)
e3aa9eba
RO
3235 PICFLAG=-fpic
3236 ;;
3237 # Default to -fPIC unless specified otherwise.
3238 *)
3239 PICFLAG=-fPIC
3240 ;;
3241esac
3242
3243# If the user explicitly uses -fpic/-fPIC, keep that.
3244case "${CFLAGS}" in
3245 *-fpic*)
3246 PICFLAG=-fpic
3247 ;;
3248 *-fPIC*)
3249 PICFLAG=-fPIC
3250 ;;
3251esac
3252
3253
3254
c390c361
PB
3255# These must be passed down, or are needed by gcc/libgcc.mvars
3256for ac_prog in gawk mawk nawk awk
7193e639 3257do
c390c361
PB
3258 # Extract the first word of "$ac_prog", so it can be a program name with args.
3259set dummy $ac_prog; ac_word=$2
5213506e
RW
3260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3261$as_echo_n "checking for $ac_word... " >&6; }
22e05272 3262if ${ac_cv_prog_AWK+:} false; then :
5213506e 3263 $as_echo_n "(cached) " >&6
7193e639 3264else
c390c361
PB
3265 if test -n "$AWK"; then
3266 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7193e639
LG
3267else
3268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3269for as_dir in $PATH
3270do
3271 IFS=$as_save_IFS
3272 test -z "$as_dir" && as_dir=.
5213506e 3273 for ac_exec_ext in '' $ac_executable_extensions; do
22e05272 3274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
c390c361 3275 ac_cv_prog_AWK="$ac_prog"
5213506e 3276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7193e639
LG
3277 break 2
3278 fi
3279done
5213506e
RW
3280 done
3281IFS=$as_save_IFS
7193e639
LG
3282
3283fi
3284fi
c390c361
PB
3285AWK=$ac_cv_prog_AWK
3286if test -n "$AWK"; then
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3288$as_echo "$AWK" >&6; }
7193e639 3289else
5213506e
RW
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3291$as_echo "no" >&6; }
7193e639
LG
3292fi
3293
7193e639 3294
c390c361 3295 test -n "$AWK" && break
7193e639 3296done
7193e639 3297
c390c361
PB
3298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
3299$as_echo_n "checking whether ln -s works... " >&6; }
3300LN_S=$as_ln_s
3301if test "$LN_S" = "ln -s"; then
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3303$as_echo "yes" >&6; }
7193e639 3304else
c390c361
PB
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
3306$as_echo "no, using $LN_S" >&6; }
7193e639
LG
3307fi
3308
5213506e 3309
c390c361 3310# Determine what to build for 'gnatlib'
2d16708f 3311if test ${enable_shared} = yes; then
c390c361 3312 default_gnatlib_target="gnatlib-shared"
7193e639 3313else
3b31a906 3314 default_gnatlib_target="gnatlib"
47ad7893
PB
3315fi
3316
5213506e 3317
2f18d9af
EB
3318# Check for _Unwind_GetIPInfo
3319
3320
3321# Check whether --with-system-libunwind was given.
3322if test "${with_system_libunwind+set}" = set; then :
3323 withval=$with_system_libunwind;
3324fi
3325
3326 # If system-libunwind was not specifically set, pick a default setting.
3327 if test x$with_system_libunwind = x; then
3328 case ${target} in
3329 ia64-*-hpux*) with_system_libunwind=yes ;;
3330 *) with_system_libunwind=no ;;
3331 esac
3332 fi
3333 # Based on system-libunwind and target, do we have ipinfo?
3334 if test x$with_system_libunwind = xyes; then
3335 case ${target} in
3336 ia64-*-*) have_unwind_getipinfo=no ;;
3337 *) have_unwind_getipinfo=yes ;;
3338 esac
3339 else
3340 # Darwin before version 9 does not have _Unwind_GetIPInfo.
3341
3342 case ${target} in
3343 *-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
3344 *) have_unwind_getipinfo=yes ;;
3345 esac
3346
3347 fi
3348
3349 if test x$have_unwind_getipinfo = xyes; then
3350
3351$as_echo "#define HAVE_GETIPINFO 1" >>confdefs.h
3352
3353 fi
3354
2f18d9af
EB
3355if test x$have_unwind_getipinfo = xyes; then
3356 have_getipinfo=-DHAVE_GETIPINFO
2d16708f
EB
3357else
3358 have_getipinfo=
2f18d9af
EB
3359fi
3360
3361
772cd694
EB
3362# Check for <sys/capability.h>
3363
3364ac_ext=c
3365ac_cpp='$CPP $CPPFLAGS'
3366ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3367ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3368ac_compiler_gnu=$ac_cv_c_compiler_gnu
3369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3370$as_echo_n "checking how to run the C preprocessor... " >&6; }
3371# On Suns, sometimes $CPP names a directory.
3372if test -n "$CPP" && test -d "$CPP"; then
3373 CPP=
3374fi
3375if test -z "$CPP"; then
22e05272 3376 if ${ac_cv_prog_CPP+:} false; then :
772cd694
EB
3377 $as_echo_n "(cached) " >&6
3378else
3379 # Double quotes because CPP needs to be expanded
3380 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3381 do
3382 ac_preproc_ok=false
3383for ac_c_preproc_warn_flag in '' yes
3384do
3385 # Use a header file that comes with gcc, so configuring glibc
3386 # with a fresh cross-compiler works.
3387 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3388 # <limits.h> exists even on freestanding compilers.
3389 # On the NeXT, cc -E runs the code through the compiler's parser,
3390 # not just through cpp. "Syntax error" is here to catch this case.
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392/* end confdefs.h. */
3393#ifdef __STDC__
3394# include <limits.h>
3395#else
3396# include <assert.h>
3397#endif
3398 Syntax error
3399_ACEOF
3400if ac_fn_c_try_cpp "$LINENO"; then :
3401
3402else
3403 # Broken: fails on valid input.
3404continue
3405fi
22e05272 3406rm -f conftest.err conftest.i conftest.$ac_ext
772cd694
EB
3407
3408 # OK, works on sane cases. Now check whether nonexistent headers
3409 # can be detected and how.
3410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3411/* end confdefs.h. */
3412#include <ac_nonexistent.h>
3413_ACEOF
3414if ac_fn_c_try_cpp "$LINENO"; then :
3415 # Broken: success on invalid input.
3416continue
3417else
3418 # Passes both tests.
3419ac_preproc_ok=:
3420break
3421fi
22e05272 3422rm -f conftest.err conftest.i conftest.$ac_ext
772cd694
EB
3423
3424done
3425# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 3426rm -f conftest.i conftest.err conftest.$ac_ext
772cd694
EB
3427if $ac_preproc_ok; then :
3428 break
3429fi
3430
3431 done
3432 ac_cv_prog_CPP=$CPP
3433
3434fi
3435 CPP=$ac_cv_prog_CPP
3436else
3437 ac_cv_prog_CPP=$CPP
3438fi
3439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3440$as_echo "$CPP" >&6; }
3441ac_preproc_ok=false
3442for ac_c_preproc_warn_flag in '' yes
3443do
3444 # Use a header file that comes with gcc, so configuring glibc
3445 # with a fresh cross-compiler works.
3446 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3447 # <limits.h> exists even on freestanding compilers.
3448 # On the NeXT, cc -E runs the code through the compiler's parser,
3449 # not just through cpp. "Syntax error" is here to catch this case.
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451/* end confdefs.h. */
3452#ifdef __STDC__
3453# include <limits.h>
3454#else
3455# include <assert.h>
3456#endif
3457 Syntax error
3458_ACEOF
3459if ac_fn_c_try_cpp "$LINENO"; then :
3460
3461else
3462 # Broken: fails on valid input.
3463continue
3464fi
22e05272 3465rm -f conftest.err conftest.i conftest.$ac_ext
772cd694
EB
3466
3467 # OK, works on sane cases. Now check whether nonexistent headers
3468 # can be detected and how.
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470/* end confdefs.h. */
3471#include <ac_nonexistent.h>
3472_ACEOF
3473if ac_fn_c_try_cpp "$LINENO"; then :
3474 # Broken: success on invalid input.
3475continue
3476else
3477 # Passes both tests.
3478ac_preproc_ok=:
3479break
3480fi
22e05272 3481rm -f conftest.err conftest.i conftest.$ac_ext
772cd694
EB
3482
3483done
3484# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22e05272 3485rm -f conftest.i conftest.err conftest.$ac_ext
772cd694
EB
3486if $ac_preproc_ok; then :
3487
3488else
3489 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3490$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22e05272
JM
3491as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3492See \`config.log' for more details" "$LINENO" 5; }
772cd694
EB
3493fi
3494
3495ac_ext=c
3496ac_cpp='$CPP $CPPFLAGS'
3497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3499ac_compiler_gnu=$ac_cv_c_compiler_gnu
3500
3501
3502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3503$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
22e05272 3504if ${ac_cv_path_GREP+:} false; then :
772cd694
EB
3505 $as_echo_n "(cached) " >&6
3506else
3507 if test -z "$GREP"; then
3508 ac_path_GREP_found=false
3509 # Loop through the user's path and test for each of PROGNAME-LIST
3510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3511for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3512do
3513 IFS=$as_save_IFS
3514 test -z "$as_dir" && as_dir=.
3515 for ac_prog in grep ggrep; do
3516 for ac_exec_ext in '' $ac_executable_extensions; do
3517 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 3518 as_fn_executable_p "$ac_path_GREP" || continue
772cd694
EB
3519# Check for GNU ac_path_GREP and select it if it is found.
3520 # Check for GNU $ac_path_GREP
3521case `"$ac_path_GREP" --version 2>&1` in
3522*GNU*)
3523 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3524*)
3525 ac_count=0
3526 $as_echo_n 0123456789 >"conftest.in"
3527 while :
3528 do
3529 cat "conftest.in" "conftest.in" >"conftest.tmp"
3530 mv "conftest.tmp" "conftest.in"
3531 cp "conftest.in" "conftest.nl"
3532 $as_echo 'GREP' >> "conftest.nl"
3533 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3534 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3535 as_fn_arith $ac_count + 1 && ac_count=$as_val
3536 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3537 # Best one so far, save it but keep looking for a better one
3538 ac_cv_path_GREP="$ac_path_GREP"
3539 ac_path_GREP_max=$ac_count
3540 fi
3541 # 10*(2^10) chars as input seems more than enough
3542 test $ac_count -gt 10 && break
3543 done
3544 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3545esac
3546
3547 $ac_path_GREP_found && break 3
3548 done
3549 done
3550 done
3551IFS=$as_save_IFS
3552 if test -z "$ac_cv_path_GREP"; then
22e05272 3553 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
772cd694
EB
3554 fi
3555else
3556 ac_cv_path_GREP=$GREP
3557fi
3558
3559fi
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3561$as_echo "$ac_cv_path_GREP" >&6; }
3562 GREP="$ac_cv_path_GREP"
3563
3564
3565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3566$as_echo_n "checking for egrep... " >&6; }
22e05272 3567if ${ac_cv_path_EGREP+:} false; then :
772cd694
EB
3568 $as_echo_n "(cached) " >&6
3569else
3570 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3571 then ac_cv_path_EGREP="$GREP -E"
3572 else
3573 if test -z "$EGREP"; then
3574 ac_path_EGREP_found=false
3575 # Loop through the user's path and test for each of PROGNAME-LIST
3576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3577for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3578do
3579 IFS=$as_save_IFS
3580 test -z "$as_dir" && as_dir=.
3581 for ac_prog in egrep; do
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
22e05272 3584 as_fn_executable_p "$ac_path_EGREP" || continue
772cd694
EB
3585# Check for GNU ac_path_EGREP and select it if it is found.
3586 # Check for GNU $ac_path_EGREP
3587case `"$ac_path_EGREP" --version 2>&1` in
3588*GNU*)
3589 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3590*)
3591 ac_count=0
3592 $as_echo_n 0123456789 >"conftest.in"
3593 while :
3594 do
3595 cat "conftest.in" "conftest.in" >"conftest.tmp"
3596 mv "conftest.tmp" "conftest.in"
3597 cp "conftest.in" "conftest.nl"
3598 $as_echo 'EGREP' >> "conftest.nl"
3599 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3600 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3601 as_fn_arith $ac_count + 1 && ac_count=$as_val
3602 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3603 # Best one so far, save it but keep looking for a better one
3604 ac_cv_path_EGREP="$ac_path_EGREP"
3605 ac_path_EGREP_max=$ac_count
3606 fi
3607 # 10*(2^10) chars as input seems more than enough
3608 test $ac_count -gt 10 && break
3609 done
3610 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3611esac
3612
3613 $ac_path_EGREP_found && break 3
3614 done
3615 done
3616 done
3617IFS=$as_save_IFS
3618 if test -z "$ac_cv_path_EGREP"; then
22e05272 3619 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
772cd694
EB
3620 fi
3621else
3622 ac_cv_path_EGREP=$EGREP
3623fi
3624
3625 fi
3626fi
3627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3628$as_echo "$ac_cv_path_EGREP" >&6; }
3629 EGREP="$ac_cv_path_EGREP"
3630
3631
3632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3633$as_echo_n "checking for ANSI C header files... " >&6; }
22e05272 3634if ${ac_cv_header_stdc+:} false; then :
772cd694
EB
3635 $as_echo_n "(cached) " >&6
3636else
3637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3638/* end confdefs.h. */
3639#include <stdlib.h>
3640#include <stdarg.h>
3641#include <string.h>
3642#include <float.h>
3643
3644int
3645main ()
3646{
3647
3648 ;
3649 return 0;
3650}
3651_ACEOF
3652if ac_fn_c_try_compile "$LINENO"; then :
3653 ac_cv_header_stdc=yes
3654else
3655 ac_cv_header_stdc=no
3656fi
3657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3658
3659if test $ac_cv_header_stdc = yes; then
3660 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3662/* end confdefs.h. */
3663#include <string.h>
3664
3665_ACEOF
3666if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3667 $EGREP "memchr" >/dev/null 2>&1; then :
3668
3669else
3670 ac_cv_header_stdc=no
3671fi
3672rm -f conftest*
3673
3674fi
3675
3676if test $ac_cv_header_stdc = yes; then
3677 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3679/* end confdefs.h. */
3680#include <stdlib.h>
3681
3682_ACEOF
3683if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3684 $EGREP "free" >/dev/null 2>&1; then :
3685
3686else
3687 ac_cv_header_stdc=no
3688fi
3689rm -f conftest*
3690
3691fi
3692
3693if test $ac_cv_header_stdc = yes; then
3694 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3695 if test "$cross_compiling" = yes; then :
3696 :
3697else
3698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3699/* end confdefs.h. */
3700#include <ctype.h>
3701#include <stdlib.h>
3702#if ((' ' & 0x0FF) == 0x020)
3703# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3704# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3705#else
3706# define ISLOWER(c) \
3707 (('a' <= (c) && (c) <= 'i') \
3708 || ('j' <= (c) && (c) <= 'r') \
3709 || ('s' <= (c) && (c) <= 'z'))
3710# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3711#endif
3712
3713#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3714int
3715main ()
3716{
3717 int i;
3718 for (i = 0; i < 256; i++)
3719 if (XOR (islower (i), ISLOWER (i))
3720 || toupper (i) != TOUPPER (i))
3721 return 2;
3722 return 0;
3723}
3724_ACEOF
3725if ac_fn_c_try_run "$LINENO"; then :
3726
3727else
3728 ac_cv_header_stdc=no
3729fi
3730rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3731 conftest.$ac_objext conftest.beam conftest.$ac_ext
3732fi
3733
3734fi
3735fi
3736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3737$as_echo "$ac_cv_header_stdc" >&6; }
3738if test $ac_cv_header_stdc = yes; then
3739
3740$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3741
3742fi
3743
3744# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3745for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3746 inttypes.h stdint.h unistd.h
3747do :
3748 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3749ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3750"
22e05272 3751if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
772cd694
EB
3752 cat >>confdefs.h <<_ACEOF
3753#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3754_ACEOF
3755
3756fi
3757
3758done
3759
3760
3761ac_fn_c_check_header_mongrel "$LINENO" "sys/capability.h" "ac_cv_header_sys_capability_h" "$ac_includes_default"
22e05272 3762if test "x$ac_cv_header_sys_capability_h" = xyes; then :
772cd694
EB
3763 have_capability=-DHAVE_CAPABILITY
3764else
3765 have_capability=
3766fi
3767
3768
3769
3770
3c36aa6b
JJ
3771# Determine what GCC version number to use in filesystem paths.
3772
3773 get_gcc_base_ver="cat"
3774
3775# Check whether --with-gcc-major-version-only was given.
3776if test "${with_gcc_major_version_only+set}" = set; then :
3777 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
001ddaa8 3778 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
3c36aa6b
JJ
3779 fi
3780
3781fi
3782
3783
3784
3785
80dab182 3786# Output: create a Makefile.
5213506e 3787ac_config_files="$ac_config_files Makefile"
b0b70d84
AC
3788
3789
3790cat >confcache <<\_ACEOF
3791# This file is a shell script that caches the results of configure
3792# tests run on this system so they can be shared between configure
3793# scripts and configure runs, see configure's option --config-cache.
3794# It is not useful on other systems. If it contains results you don't
3795# want to keep, you may remove or edit it.
3796#
3797# config.status only pays attention to the cache file if you give it
3798# the --recheck option to rerun configure.
3799#
3800# `ac_cv_env_foo' variables (set or unset) will be overridden when
3801# loading this file, other *unset* `ac_cv_foo' will be assigned the
3802# following values.
3803
3804_ACEOF
3805
3806# The following way of writing the cache mishandles newlines in values,
3807# but we know of no workaround that is simple, portable, and efficient.
5213506e 3808# So, we kill variables containing newlines.
b0b70d84
AC
3809# Ultrix sh set writes to stderr and can't be redirected directly,
3810# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
3811(
3812 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3813 eval ac_val=\$$ac_var
3814 case $ac_val in #(
3815 *${as_nl}*)
3816 case $ac_var in #(
3817 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3818$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3819 esac
3820 case $ac_var in #(
3821 _ | IFS | as_nl) ;; #(
3822 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3823 *) { eval $ac_var=; unset $ac_var;} ;;
3824 esac ;;
3825 esac
3826 done
3827
b0b70d84 3828 (set) 2>&1 |
5213506e
RW
3829 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3830 *${as_nl}ac_space=\ *)
3831 # `set' does not quote correctly, so add quotes: double-quote
3832 # substitution turns \\\\ into \\, and sed turns \\ into \.
b0b70d84 3833 sed -n \
8ab705be
KC
3834 "s/'/'\\\\''/g;
3835 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 3836 ;; #(
b0b70d84
AC
3837 *)
3838 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 3839 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b0b70d84 3840 ;;
5213506e
RW
3841 esac |
3842 sort
3843) |
b0b70d84 3844 sed '
5213506e 3845 /^ac_cv_env_/b end
b0b70d84 3846 t clear
5213506e 3847 :clear
b0b70d84
AC
3848 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3849 t end
5213506e
RW
3850 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3851 :end' >>confcache
3852if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3853 if test -w "$cache_file"; then
22e05272 3854 if test "x$cache_file" != "x/dev/null"; then
5213506e
RW
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3856$as_echo "$as_me: updating cache $cache_file" >&6;}
22e05272
JM
3857 if test ! -f "$cache_file" || test -h "$cache_file"; then
3858 cat confcache >"$cache_file"
3859 else
3860 case $cache_file in #(
3861 */* | ?:*)
3862 mv -f confcache "$cache_file"$$ &&
3863 mv -f "$cache_file"$$ "$cache_file" ;; #(
3864 *)
3865 mv -f confcache "$cache_file" ;;
3866 esac
3867 fi
3868 fi
b0b70d84 3869 else
5213506e
RW
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3871$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b0b70d84
AC
3872 fi
3873fi
3874rm -f confcache
3875
3876test "x$prefix" = xNONE && prefix=$ac_default_prefix
3877# Let make expand exec_prefix.
3878test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3879
b0b70d84
AC
3880# Transform confdefs.h into DEFS.
3881# Protect against shell expansion while executing Makefile rules.
3882# Protect against Makefile macro expansion.
3883#
3884# If the first sed substitution is executed (which looks for macros that
5213506e 3885# take arguments), then branch to the quote section. Otherwise,
b0b70d84 3886# look for a macro that doesn't take arguments.
5213506e
RW
3887ac_script='
3888:mline
3889/\\$/{
3890 N
3891 s,\\\n,,
3892 b mline
3893}
b0b70d84 3894t clear
5213506e
RW
3895:clear
3896s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
b0b70d84 3897t quote
5213506e 3898s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
b0b70d84 3899t quote
5213506e
RW
3900b any
3901:quote
3902s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3903s/\[/\\&/g
3904s/\]/\\&/g
3905s/\$/$$/g
3906H
3907:any
3908${
3909 g
3910 s/^\n//
3911 s/\n/ /g
3912 p
3913}
3914'
3915DEFS=`sed -n "$ac_script" confdefs.h`
b0b70d84
AC
3916
3917
3918ac_libobjs=
3919ac_ltlibobjs=
22e05272 3920U=
b0b70d84
AC
3921for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3922 # 1. Remove the extension, and $U if already installed.
5213506e
RW
3923 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3924 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3925 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3926 # will be set to the directory where LIBOBJS objects are built.
3927 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3928 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b0b70d84
AC
3929done
3930LIBOBJS=$ac_libobjs
3931
3932LTLIBOBJS=$ac_ltlibobjs
3933
3934
3935
22e05272 3936: "${CONFIG_STATUS=./config.status}"
5213506e 3937ac_write_fail=0
b0b70d84
AC
3938ac_clean_files_save=$ac_clean_files
3939ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
3940{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3941$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3942as_write_fail=0
3943cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b0b70d84
AC
3944#! $SHELL
3945# Generated by $as_me.
3946# Run this file to recreate the current configuration.
3947# Compiler output produced by configure, useful for debugging
3948# configure, is in config.log if it exists.
3949
3950debug=false
3951ac_cs_recheck=false
3952ac_cs_silent=false
b0b70d84 3953
5213506e
RW
3954SHELL=\${CONFIG_SHELL-$SHELL}
3955export SHELL
3956_ASEOF
3957cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3958## -------------------- ##
3959## M4sh Initialization. ##
3960## -------------------- ##
3961
3962# Be more Bourne compatible
3963DUALCASE=1; export DUALCASE # for MKS sh
3964if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b0b70d84
AC
3965 emulate sh
3966 NULLCMD=:
5213506e 3967 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b0b70d84
AC
3968 # is contrary to our usage. Disable this feature.
3969 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
3970 setopt NO_GLOB_SUBST
3971else
3972 case `(set -o) 2>/dev/null` in #(
3973 *posix*) :
3974 set -o posix ;; #(
3975 *) :
3976 ;;
3977esac
b0b70d84
AC
3978fi
3979
5213506e
RW
3980
3981as_nl='
3982'
3983export as_nl
3984# Printing a long string crashes Solaris 7 /usr/bin/printf.
3985as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3986as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3987as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3988# Prefer a ksh shell builtin over an external printf program on Solaris,
3989# but without wasting forks for bash or zsh.
3990if test -z "$BASH_VERSION$ZSH_VERSION" \
3991 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3992 as_echo='print -r --'
3993 as_echo_n='print -rn --'
3994elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3995 as_echo='printf %s\n'
3996 as_echo_n='printf %s'
b0b70d84 3997else
5213506e
RW
3998 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3999 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4000 as_echo_n='/usr/ucb/echo -n'
4001 else
4002 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4003 as_echo_n_body='eval
4004 arg=$1;
4005 case $arg in #(
4006 *"$as_nl"*)
4007 expr "X$arg" : "X\\(.*\\)$as_nl";
4008 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4009 esac;
4010 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4011 '
4012 export as_echo_n_body
4013 as_echo_n='sh -c $as_echo_n_body as_echo'
4014 fi
4015 export as_echo_body
4016 as_echo='sh -c $as_echo_body as_echo'
4017fi
4018
4019# The user is always right.
4020if test "${PATH_SEPARATOR+set}" != set; then
4021 PATH_SEPARATOR=:
4022 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4023 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4024 PATH_SEPARATOR=';'
4025 }
b0b70d84
AC
4026fi
4027
4028
5213506e
RW
4029# IFS
4030# We need space, tab and new line, in precisely that order. Quoting is
4031# there to prevent editors from complaining about space-tab.
4032# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4033# splitting by setting IFS to empty value.)
4034IFS=" "" $as_nl"
4035
4036# Find who we are. Look in the path if we contain no directory separator.
22e05272 4037as_myself=
5213506e
RW
4038case $0 in #((
4039 *[\\/]* ) as_myself=$0 ;;
4040 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4041for as_dir in $PATH
4042do
4043 IFS=$as_save_IFS
4044 test -z "$as_dir" && as_dir=.
4045 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4046 done
4047IFS=$as_save_IFS
4048
4049 ;;
4050esac
4051# We did not find ourselves, most probably we were run as `sh COMMAND'
4052# in which case we are not to be found in the path.
4053if test "x$as_myself" = x; then
4054 as_myself=$0
4055fi
4056if test ! -f "$as_myself"; then
4057 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4058 exit 1
4059fi
4060
4061# Unset variables that we do not need and which cause bugs (e.g. in
4062# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4063# suppresses any "Segmentation fault" message there. '((' could
4064# trigger a bug in pdksh 5.2.14.
4065for as_var in BASH_ENV ENV MAIL MAILPATH
4066do eval test x\${$as_var+set} = xset \
4067 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4068done
b0b70d84
AC
4069PS1='$ '
4070PS2='> '
4071PS4='+ '
4072
4073# NLS nuisances.
5213506e
RW
4074LC_ALL=C
4075export LC_ALL
4076LANGUAGE=C
4077export LANGUAGE
4078
4079# CDPATH.
4080(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4081
4082
22e05272
JM
4083# as_fn_error STATUS ERROR [LINENO LOG_FD]
4084# ----------------------------------------
5213506e
RW
4085# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4086# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22e05272 4087# script with STATUS, using 1 if that was 0.
5213506e
RW
4088as_fn_error ()
4089{
22e05272
JM
4090 as_status=$1; test $as_status -eq 0 && as_status=1
4091 if test "$4"; then
4092 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4093 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b0b70d84 4094 fi
22e05272 4095 $as_echo "$as_me: error: $2" >&2
5213506e
RW
4096 as_fn_exit $as_status
4097} # as_fn_error
4098
4099
4100# as_fn_set_status STATUS
4101# -----------------------
4102# Set $? to STATUS, without forking.
4103as_fn_set_status ()
4104{
4105 return $1
4106} # as_fn_set_status
4107
4108# as_fn_exit STATUS
4109# -----------------
4110# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4111as_fn_exit ()
4112{
4113 set +e
4114 as_fn_set_status $1
4115 exit $1
4116} # as_fn_exit
4117
4118# as_fn_unset VAR
4119# ---------------
4120# Portably unset VAR.
4121as_fn_unset ()
4122{
4123 { eval $1=; unset $1;}
4124}
4125as_unset=as_fn_unset
4126# as_fn_append VAR VALUE
4127# ----------------------
4128# Append the text in VALUE to the end of the definition contained in VAR. Take
4129# advantage of any shell optimizations that allow amortized linear growth over
4130# repeated appends, instead of the typical quadratic growth present in naive
4131# implementations.
4132if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4133 eval 'as_fn_append ()
4134 {
4135 eval $1+=\$2
4136 }'
4137else
4138 as_fn_append ()
4139 {
4140 eval $1=\$$1\$2
4141 }
4142fi # as_fn_append
4143
4144# as_fn_arith ARG...
4145# ------------------
4146# Perform arithmetic evaluation on the ARGs, and store the result in the
4147# global $as_val. Take advantage of shells that can avoid forks. The arguments
4148# must be portable across $(()) and expr.
4149if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4150 eval 'as_fn_arith ()
4151 {
4152 as_val=$(( $* ))
4153 }'
4154else
4155 as_fn_arith ()
4156 {
4157 as_val=`expr "$@" || test $? -eq 1`
4158 }
4159fi # as_fn_arith
4160
b0b70d84 4161
5213506e
RW
4162if expr a : '\(a\)' >/dev/null 2>&1 &&
4163 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b0b70d84
AC
4164 as_expr=expr
4165else
4166 as_expr=false
4167fi
4168
5213506e 4169if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b0b70d84
AC
4170 as_basename=basename
4171else
4172 as_basename=false
4173fi
4174
5213506e
RW
4175if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4176 as_dirname=dirname
4177else
4178 as_dirname=false
4179fi
b0b70d84 4180
5213506e 4181as_me=`$as_basename -- "$0" ||
b0b70d84
AC
4182$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4183 X"$0" : 'X\(//\)$' \| \
5213506e
RW
4184 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4185$as_echo X/"$0" |
4186 sed '/^.*\/\([^/][^/]*\)\/*$/{
4187 s//\1/
4188 q
4189 }
4190 /^X\/\(\/\/\)$/{
4191 s//\1/
4192 q
4193 }
4194 /^X\/\(\/\).*/{
4195 s//\1/
4196 q
4197 }
4198 s/.*/./; q'`
b0b70d84 4199
b0b70d84
AC
4200# Avoid depending upon Character Ranges.
4201as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4202as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4203as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4204as_cr_digits='0123456789'
4205as_cr_alnum=$as_cr_Letters$as_cr_digits
4206
5213506e
RW
4207ECHO_C= ECHO_N= ECHO_T=
4208case `echo -n x` in #(((((
4209-n*)
4210 case `echo 'xy\c'` in
4211 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4212 xy) ECHO_C='\c';;
4213 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4214 ECHO_T=' ';;
4215 esac;;
4216*)
4217 ECHO_N='-n';;
b0b70d84
AC
4218esac
4219
5213506e
RW
4220rm -f conf$$ conf$$.exe conf$$.file
4221if test -d conf$$.dir; then
4222 rm -f conf$$.dir/conf$$.file
b0b70d84 4223else
5213506e
RW
4224 rm -f conf$$.dir
4225 mkdir conf$$.dir 2>/dev/null
b0b70d84 4226fi
5213506e
RW
4227if (echo >conf$$.file) 2>/dev/null; then
4228 if ln -s conf$$.file conf$$ 2>/dev/null; then
b0b70d84 4229 as_ln_s='ln -s'
5213506e
RW
4230 # ... but there are two gotchas:
4231 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4232 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22e05272 4233 # In both cases, we have to default to `cp -pR'.
5213506e 4234 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22e05272 4235 as_ln_s='cp -pR'
5213506e
RW
4236 elif ln conf$$.file conf$$ 2>/dev/null; then
4237 as_ln_s=ln
4238 else
22e05272 4239 as_ln_s='cp -pR'
b0b70d84 4240 fi
b0b70d84 4241else
22e05272 4242 as_ln_s='cp -pR'
b0b70d84 4243fi
5213506e
RW
4244rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4245rmdir conf$$.dir 2>/dev/null
4246
b0b70d84 4247
5213506e
RW
4248# as_fn_mkdir_p
4249# -------------
4250# Create "$as_dir" as a directory, including parents if necessary.
4251as_fn_mkdir_p ()
4252{
4253
4254 case $as_dir in #(
4255 -*) as_dir=./$as_dir;;
4256 esac
4257 test -d "$as_dir" || eval $as_mkdir_p || {
4258 as_dirs=
4259 while :; do
4260 case $as_dir in #(
4261 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4262 *) as_qdir=$as_dir;;
4263 esac
4264 as_dirs="'$as_qdir' $as_dirs"
4265 as_dir=`$as_dirname -- "$as_dir" ||
4266$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4267 X"$as_dir" : 'X\(//\)[^/]' \| \
4268 X"$as_dir" : 'X\(//\)$' \| \
4269 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4270$as_echo X"$as_dir" |
4271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4272 s//\1/
4273 q
4274 }
4275 /^X\(\/\/\)[^/].*/{
4276 s//\1/
4277 q
4278 }
4279 /^X\(\/\/\)$/{
4280 s//\1/
4281 q
4282 }
4283 /^X\(\/\).*/{
4284 s//\1/
4285 q
4286 }
4287 s/.*/./; q'`
4288 test -d "$as_dir" && break
4289 done
4290 test -z "$as_dirs" || eval "mkdir $as_dirs"
22e05272 4291 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5213506e
RW
4292
4293
4294} # as_fn_mkdir_p
b0b70d84 4295if mkdir -p . 2>/dev/null; then
5213506e 4296 as_mkdir_p='mkdir -p "$as_dir"'
b0b70d84 4297else
8ab705be 4298 test -d ./-p && rmdir ./-p
b0b70d84
AC
4299 as_mkdir_p=false
4300fi
4301
22e05272
JM
4302
4303# as_fn_executable_p FILE
4304# -----------------------
4305# Test if FILE is an executable regular file.
4306as_fn_executable_p ()
4307{
4308 test -f "$1" && test -x "$1"
4309} # as_fn_executable_p
4310as_test_x='test -x'
4311as_executable_p=as_fn_executable_p
b0b70d84
AC
4312
4313# Sed expression to map a string onto a valid CPP name.
8ab705be 4314as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b0b70d84
AC
4315
4316# Sed expression to map a string onto a valid variable name.
8ab705be 4317as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b0b70d84
AC
4318
4319
b0b70d84 4320exec 6>&1
5213506e
RW
4321## ----------------------------------- ##
4322## Main body of $CONFIG_STATUS script. ##
4323## ----------------------------------- ##
4324_ASEOF
4325test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4326
4327cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4328# Save the log message, to keep $0 and so on meaningful, and to
b0b70d84 4329# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
4330# values after options handling.
4331ac_log="
f0d3c336 4332This file was extended by $as_me, which was
22e05272 4333generated by GNU Autoconf 2.69. Invocation command line was
b0b70d84
AC
4334
4335 CONFIG_FILES = $CONFIG_FILES
4336 CONFIG_HEADERS = $CONFIG_HEADERS
4337 CONFIG_LINKS = $CONFIG_LINKS
4338 CONFIG_COMMANDS = $CONFIG_COMMANDS
4339 $ $0 $@
4340
5213506e
RW
4341on `(hostname || uname -n) 2>/dev/null | sed 1q`
4342"
4343
b0b70d84
AC
4344_ACEOF
4345
5213506e
RW
4346case $ac_config_files in *"
4347"*) set x $ac_config_files; shift; ac_config_files=$*;;
4348esac
b0b70d84 4349
b0b70d84 4350
b0b70d84 4351
5213506e
RW
4352cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4353# Files that config.status was made for.
4354config_files="$ac_config_files"
4355config_commands="$ac_config_commands"
b0b70d84 4356
5213506e 4357_ACEOF
b0b70d84 4358
5213506e 4359cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b0b70d84 4360ac_cs_usage="\
5213506e
RW
4361\`$as_me' instantiates files and other configuration actions
4362from templates according to the current configuration. Unless the files
4363and actions are specified as TAGs, all are instantiated by default.
b0b70d84 4364
5213506e 4365Usage: $0 [OPTION]... [TAG]...
b0b70d84
AC
4366
4367 -h, --help print this help, then exit
5213506e 4368 -V, --version print version number and configuration settings, then exit
22e05272 4369 --config print configuration, then exit
5213506e
RW
4370 -q, --quiet, --silent
4371 do not print progress messages
b0b70d84
AC
4372 -d, --debug don't remove temporary files
4373 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
4374 --file=FILE[:TEMPLATE]
4375 instantiate the configuration file FILE
b0b70d84
AC
4376
4377Configuration files:
4378$config_files
4379
7193e639
LG
4380Configuration commands:
4381$config_commands
4382
5213506e 4383Report bugs to the package provider."
b0b70d84 4384
5213506e
RW
4385_ACEOF
4386cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 4387ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b0b70d84 4388ac_cs_version="\\
f0d3c336 4389config.status
22e05272
JM
4390configured by $0, generated by GNU Autoconf 2.69,
4391 with options \\"\$ac_cs_config\\"
b0b70d84 4392
22e05272 4393Copyright (C) 2012 Free Software Foundation, Inc.
b0b70d84
AC
4394This config.status script is free software; the Free Software Foundation
4395gives unlimited permission to copy, distribute and modify it."
5213506e
RW
4396
4397ac_pwd='$ac_pwd'
4398srcdir='$srcdir'
c390c361 4399AWK='$AWK'
5213506e 4400test -n "\$AWK" || AWK=awk
b0b70d84
AC
4401_ACEOF
4402
5213506e
RW
4403cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4404# The default lists apply if the user does not specify any file.
b0b70d84
AC
4405ac_need_defaults=:
4406while test $# != 0
4407do
4408 case $1 in
22e05272 4409 --*=?*)
5213506e
RW
4410 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4411 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b0b70d84
AC
4412 ac_shift=:
4413 ;;
22e05272
JM
4414 --*=)
4415 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4416 ac_optarg=
4417 ac_shift=:
4418 ;;
5213506e 4419 *)
b0b70d84
AC
4420 ac_option=$1
4421 ac_optarg=$2
4422 ac_shift=shift
4423 ;;
b0b70d84
AC
4424 esac
4425
4426 case $ac_option in
4427 # Handling of the options.
b0b70d84
AC
4428 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4429 ac_cs_recheck=: ;;
5213506e
RW
4430 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4431 $as_echo "$ac_cs_version"; exit ;;
22e05272
JM
4432 --config | --confi | --conf | --con | --co | --c )
4433 $as_echo "$ac_cs_config"; exit ;;
5213506e 4434 --debug | --debu | --deb | --de | --d | -d )
b0b70d84
AC
4435 debug=: ;;
4436 --file | --fil | --fi | --f )
4437 $ac_shift
5213506e
RW
4438 case $ac_optarg in
4439 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
22e05272 4440 '') as_fn_error $? "missing file argument" ;;
5213506e
RW
4441 esac
4442 as_fn_append CONFIG_FILES " '$ac_optarg'"
b0b70d84 4443 ac_need_defaults=false;;
5213506e
RW
4444 --he | --h | --help | --hel | -h )
4445 $as_echo "$ac_cs_usage"; exit ;;
b0b70d84
AC
4446 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4447 | -silent | --silent | --silen | --sile | --sil | --si | --s)
4448 ac_cs_silent=: ;;
4449
4450 # This is an error.
22e05272 4451 -*) as_fn_error $? "unrecognized option: \`$1'
5213506e 4452Try \`$0 --help' for more information." ;;
b0b70d84 4453
5213506e
RW
4454 *) as_fn_append ac_config_targets " $1"
4455 ac_need_defaults=false ;;
b0b70d84
AC
4456
4457 esac
4458 shift
4459done
4460
4461ac_configure_extra_args=
4462
4463if $ac_cs_silent; then
4464 exec 6>/dev/null
4465 ac_configure_extra_args="$ac_configure_extra_args --silent"
4466fi
4467
4468_ACEOF
5213506e 4469cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b0b70d84 4470if \$ac_cs_recheck; then
22e05272 4471 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5213506e
RW
4472 shift
4473 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4474 CONFIG_SHELL='$SHELL'
4475 export CONFIG_SHELL
4476 exec "\$@"
b0b70d84
AC
4477fi
4478
4479_ACEOF
5213506e
RW
4480cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4481exec 5>>config.log
4482{
4483 echo
4484 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4485## Running $as_me. ##
4486_ASBOX
4487 $as_echo "$ac_log"
4488} >&5
b0b70d84 4489
5213506e
RW
4490_ACEOF
4491cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7193e639 4492#
5213506e 4493# INIT-COMMANDS
7193e639
LG
4494#
4495
7193e639
LG
4496srcdir="$srcdir"
4497host="$host"
4498target="$target"
4499with_multisubdir="$with_multisubdir"
4500with_multisrctop="$with_multisrctop"
4501with_target_subdir="$with_target_subdir"
4502ac_configure_args="${multilib_arg} ${ac_configure_args}"
4503multi_basedir="$multi_basedir"
4504CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
4505CC="$CC"
05682af8
EB
4506CXX="$CXX"
4507GFORTRAN="$GFORTRAN"
22e05272 4508GDC="$GDC"
7193e639
LG
4509
4510_ACEOF
b0b70d84 4511
5213506e 4512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b0b70d84 4513
5213506e 4514# Handling of arguments.
b0b70d84
AC
4515for ac_config_target in $ac_config_targets
4516do
5213506e
RW
4517 case $ac_config_target in
4518 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
4519 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4520
22e05272 4521 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b0b70d84
AC
4522 esac
4523done
4524
5213506e 4525
b0b70d84
AC
4526# If the user did not use the arguments to specify the items to instantiate,
4527# then the envvar interface is used. Set only those that are not.
4528# We use the long form for the default assignment because of an extremely
4529# bizarre bug on SunOS 4.1.3.
4530if $ac_need_defaults; then
4531 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
7193e639 4532 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
b0b70d84
AC
4533fi
4534
4535# Have a temporary directory for convenience. Make it in the build tree
5213506e 4536# simply because there is no reason against having it here, and in addition,
b0b70d84 4537# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
4538# Hook for its removal unless debugging.
4539# Note that there is a small window in which the directory will not be cleaned:
4540# after its creation but before its name has been assigned to `$tmp'.
b0b70d84
AC
4541$debug ||
4542{
22e05272 4543 tmp= ac_tmp=
5213506e 4544 trap 'exit_status=$?
22e05272
JM
4545 : "${ac_tmp:=$tmp}"
4546 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5213506e
RW
4547' 0
4548 trap 'as_fn_exit 1' 1 2 13 15
b0b70d84 4549}
b0b70d84
AC
4550# Create a (secure) tmp directory for tmp files.
4551
4552{
5213506e 4553 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22e05272 4554 test -d "$tmp"
b0b70d84
AC
4555} ||
4556{
5213506e
RW
4557 tmp=./conf$$-$RANDOM
4558 (umask 077 && mkdir "$tmp")
22e05272
JM
4559} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4560ac_tmp=$tmp
5213506e
RW
4561
4562# Set up the scripts for CONFIG_FILES section.
4563# No need to generate them if there are no CONFIG_FILES.
4564# This happens for instance with `./config.status config.h'.
4565if test -n "$CONFIG_FILES"; then
4566
4567
4568ac_cr=`echo X | tr X '\015'`
4569# On cygwin, bash can eat \r inside `` if the user requested igncr.
4570# But we know of no other shell where ac_cr would be empty at this
4571# point, so we can use a bashism as a fallback.
4572if test "x$ac_cr" = x; then
4573 eval ac_cr=\$\'\\r\'
4574fi
4575ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4576if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22e05272 4577 ac_cs_awk_cr='\\r'
5213506e
RW
4578else
4579 ac_cs_awk_cr=$ac_cr
4580fi
4581
22e05272 4582echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5213506e
RW
4583_ACEOF
4584
4585
4586{
4587 echo "cat >conf$$subs.awk <<_ACEOF" &&
4588 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4589 echo "_ACEOF"
4590} >conf$$subs.sh ||
22e05272
JM
4591 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4592ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5213506e
RW
4593ac_delim='%!_!# '
4594for ac_last_try in false false false false false :; do
4595 . ./conf$$subs.sh ||
22e05272 4596 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
4597
4598 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4599 if test $ac_delim_n = $ac_delim_num; then
4600 break
4601 elif $ac_last_try; then
22e05272 4602 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5213506e
RW
4603 else
4604 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4605 fi
4606done
4607rm -f conf$$subs.sh
4608
4609cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22e05272 4610cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5213506e
RW
4611_ACEOF
4612sed -n '
4613h
4614s/^/S["/; s/!.*/"]=/
4615p
4616g
4617s/^[^!]*!//
4618:repl
4619t repl
4620s/'"$ac_delim"'$//
4621t delim
4622:nl
4623h
22e05272 4624s/\(.\{148\}\)..*/\1/
5213506e
RW
4625t more1
4626s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4627p
4628n
4629b repl
4630:more1
4631s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4632p
4633g
4634s/.\{148\}//
4635t nl
4636:delim
4637h
22e05272 4638s/\(.\{148\}\)..*/\1/
5213506e
RW
4639t more2
4640s/["\\]/\\&/g; s/^/"/; s/$/"/
4641p
4642b
4643:more2
4644s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4645p
4646g
4647s/.\{148\}//
4648t delim
4649' <conf$$subs.awk | sed '
4650/^[^""]/{
4651 N
4652 s/\n//
4653}
4654' >>$CONFIG_STATUS || ac_write_fail=1
4655rm -f conf$$subs.awk
4656cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4657_ACAWK
22e05272 4658cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5213506e
RW
4659 for (key in S) S_is_set[key] = 1
4660 FS = "\a"
4661
4662}
b0b70d84 4663{
5213506e
RW
4664 line = $ 0
4665 nfields = split(line, field, "@")
4666 substed = 0
4667 len = length(field[1])
4668 for (i = 2; i < nfields; i++) {
4669 key = field[i]
4670 keylen = length(key)
4671 if (S_is_set[key]) {
4672 value = S[key]
4673 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4674 len += length(value) + length(field[++i])
4675 substed = 1
4676 } else
4677 len += 1 + keylen
4678 }
4679
4680 print line
b0b70d84
AC
4681}
4682
5213506e
RW
4683_ACAWK
4684_ACEOF
4685cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4686if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4687 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4688else
4689 cat
22e05272
JM
4690fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4691 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
b0b70d84
AC
4692_ACEOF
4693
22e05272
JM
4694# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4695# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5213506e
RW
4696# trailing colons and then remove the whole line if VPATH becomes empty
4697# (actually we leave an empty line to preserve line numbers).
4698if test "x$srcdir" = x.; then
22e05272
JM
4699 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4700h
4701s///
4702s/^/:/
4703s/[ ]*$/:/
4704s/:\$(srcdir):/:/g
4705s/:\${srcdir}:/:/g
4706s/:@srcdir@:/:/g
4707s/^:*//
5213506e 4708s/:*$//
22e05272
JM
4709x
4710s/\(=[ ]*\).*/\1/
4711G
4712s/\n//
5213506e
RW
4713s/^[^=]*=[ ]*$//
4714}'
4715fi
b0b70d84 4716
5213506e
RW
4717cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4718fi # test -n "$CONFIG_FILES"
b0b70d84 4719
b0b70d84 4720
5213506e
RW
4721eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
4722shift
4723for ac_tag
4724do
4725 case $ac_tag in
4726 :[FHLC]) ac_mode=$ac_tag; continue;;
4727 esac
4728 case $ac_mode$ac_tag in
4729 :[FHL]*:*);;
22e05272 4730 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5213506e
RW
4731 :[FH]-) ac_tag=-:-;;
4732 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4733 esac
4734 ac_save_IFS=$IFS
4735 IFS=:
4736 set x $ac_tag
4737 IFS=$ac_save_IFS
4738 shift
4739 ac_file=$1
4740 shift
b0b70d84 4741
5213506e
RW
4742 case $ac_mode in
4743 :L) ac_source=$1;;
4744 :[FH])
4745 ac_file_inputs=
4746 for ac_f
4747 do
4748 case $ac_f in
22e05272 4749 -) ac_f="$ac_tmp/stdin";;
5213506e
RW
4750 *) # Look for the file first in the build tree, then in the source tree
4751 # (if the path is not absolute). The absolute path cannot be DOS-style,
4752 # because $ac_f cannot contain `:'.
4753 test -f "$ac_f" ||
4754 case $ac_f in
4755 [\\/$]*) false;;
4756 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4757 esac ||
22e05272 4758 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5213506e
RW
4759 esac
4760 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4761 as_fn_append ac_file_inputs " '$ac_f'"
4762 done
4763
4764 # Let's still pretend it is `configure' which instantiates (i.e., don't
4765 # use $as_me), people would be surprised to read:
4766 # /* config.h. Generated by config.status. */
4767 configure_input='Generated from '`
4768 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4769 `' by configure.'
4770 if test x"$ac_file" != x-; then
4771 configure_input="$ac_file. $configure_input"
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4773$as_echo "$as_me: creating $ac_file" >&6;}
b0b70d84 4774 fi
5213506e
RW
4775 # Neutralize special characters interpreted by sed in replacement strings.
4776 case $configure_input in #(
4777 *\&* | *\|* | *\\* )
4778 ac_sed_conf_input=`$as_echo "$configure_input" |
4779 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4780 *) ac_sed_conf_input=$configure_input;;
4781 esac
b0b70d84 4782
5213506e 4783 case $ac_tag in
22e05272
JM
4784 *:-:* | *:-) cat >"$ac_tmp/stdin" \
4785 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5213506e
RW
4786 esac
4787 ;;
b0b70d84
AC
4788 esac
4789
5213506e 4790 ac_dir=`$as_dirname -- "$ac_file" ||
b0b70d84 4791$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8ab705be
KC
4792 X"$ac_file" : 'X\(//\)[^/]' \| \
4793 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
4794 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4795$as_echo X"$ac_file" |
4796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4797 s//\1/
4798 q
4799 }
4800 /^X\(\/\/\)[^/].*/{
4801 s//\1/
4802 q
4803 }
4804 /^X\(\/\/\)$/{
4805 s//\1/
4806 q
4807 }
4808 /^X\(\/\).*/{
4809 s//\1/
4810 q
4811 }
4812 s/.*/./; q'`
4813 as_dir="$ac_dir"; as_fn_mkdir_p
b0b70d84
AC
4814 ac_builddir=.
4815
5213506e
RW
4816case "$ac_dir" in
4817.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4818*)
4819 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4820 # A ".." for each directory in $ac_dir_suffix.
4821 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4822 case $ac_top_builddir_sub in
4823 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4824 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4825 esac ;;
4826esac
4827ac_abs_top_builddir=$ac_pwd
4828ac_abs_builddir=$ac_pwd$ac_dir_suffix
4829# for backward compatibility:
4830ac_top_builddir=$ac_top_build_prefix
b0b70d84
AC
4831
4832case $srcdir in
5213506e 4833 .) # We are building in place.
b0b70d84 4834 ac_srcdir=.
5213506e
RW
4835 ac_top_srcdir=$ac_top_builddir_sub
4836 ac_abs_top_srcdir=$ac_pwd ;;
4837 [\\/]* | ?:[\\/]* ) # Absolute name.
b0b70d84 4838 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
4839 ac_top_srcdir=$srcdir
4840 ac_abs_top_srcdir=$srcdir ;;
4841 *) # Relative name.
4842 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4843 ac_top_srcdir=$ac_top_build_prefix$srcdir
4844 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b0b70d84 4845esac
5213506e 4846ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8ab705be 4847
b0b70d84 4848
5213506e
RW
4849 case $ac_mode in
4850 :F)
4851 #
4852 # CONFIG_FILE
4853 #
b0b70d84 4854
5213506e 4855_ACEOF
b0b70d84 4856
5213506e
RW
4857cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4858# If the template does not know about datarootdir, expand it.
4859# FIXME: This hack should be removed a few years after 2.60.
4860ac_datarootdir_hack=; ac_datarootdir_seen=
4861ac_sed_dataroot='
4862/datarootdir/ {
4863 p
4864 q
4865}
4866/@datadir@/p
4867/@docdir@/p
4868/@infodir@/p
4869/@localedir@/p
4870/@mandir@/p'
4871case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4872*datarootdir*) ac_datarootdir_seen=yes;;
4873*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4875$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
b0b70d84 4876_ACEOF
5213506e
RW
4877cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4878 ac_datarootdir_hack='
4879 s&@datadir@&$datadir&g
4880 s&@docdir@&$docdir&g
4881 s&@infodir@&$infodir&g
4882 s&@localedir@&$localedir&g
4883 s&@mandir@&$mandir&g
4884 s&\\\${datarootdir}&$datarootdir&g' ;;
4885esac
4886_ACEOF
4887
4888# Neutralize VPATH when `$srcdir' = `.'.
4889# Shell code in configure.ac might set extrasub.
4890# FIXME: do we really want to maintain this feature?
4891cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4892ac_sed_extra="$ac_vpsub
b0b70d84
AC
4893$extrasub
4894_ACEOF
5213506e 4895cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b0b70d84
AC
4896:t
4897/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
4898s|@configure_input@|$ac_sed_conf_input|;t t
4899s&@top_builddir@&$ac_top_builddir_sub&;t t
4900s&@top_build_prefix@&$ac_top_build_prefix&;t t
4901s&@srcdir@&$ac_srcdir&;t t
4902s&@abs_srcdir@&$ac_abs_srcdir&;t t
4903s&@top_srcdir@&$ac_top_srcdir&;t t
4904s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4905s&@builddir@&$ac_builddir&;t t
4906s&@abs_builddir@&$ac_abs_builddir&;t t
4907s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4908$ac_datarootdir_hack
4909"
22e05272
JM
4910eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4911 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e
RW
4912
4913test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22e05272
JM
4914 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4915 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
4916 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5213506e 4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 4918which seems to be undefined. Please make sure it is defined" >&5
5213506e 4919$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22e05272 4920which seems to be undefined. Please make sure it is defined" >&2;}
5213506e 4921
22e05272 4922 rm -f "$ac_tmp/stdin"
5213506e 4923 case $ac_file in
22e05272
JM
4924 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4925 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5213506e 4926 esac \
22e05272 4927 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5213506e 4928 ;;
7193e639 4929
7193e639 4930
5213506e
RW
4931 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4932$as_echo "$as_me: executing $ac_file commands" >&6;}
4933 ;;
4934 esac
7193e639
LG
4935
4936
5213506e
RW
4937 case $ac_file$ac_mode in
4938 "default-1":C)
7193e639
LG
4939# Only add multilib support code if we just rebuilt the top-level
4940# Makefile.
4941case " $CONFIG_FILES " in
4942 *" Makefile "*)
4943 ac_file=Makefile . ${multi_basedir}/config-ml.in
4944 ;;
4945esac ;;
5213506e 4946
7193e639 4947 esac
5213506e 4948done # for ac_tag
b0b70d84 4949
b0b70d84 4950
5213506e 4951as_fn_exit 0
b0b70d84 4952_ACEOF
b0b70d84
AC
4953ac_clean_files=$ac_clean_files_save
4954
5213506e 4955test $ac_write_fail = 0 ||
22e05272 4956 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5213506e 4957
b0b70d84
AC
4958
4959# configure is writing to config.log, and then calls config.status.
4960# config.status does its own redirection, appending to config.log.
4961# Unfortunately, on DOS this fails, as config.log is still kept open
4962# by configure, so config.status won't be able to write to it; its
4963# output is simply discarded. So we exec the FD to /dev/null,
4964# effectively closing config.log, so it can be properly (re)opened and
4965# appended to by config.status. When coming back to configure, we
4966# need to make the FD available again.
4967if test "$no_create" != yes; then
4968 ac_cs_success=:
4969 ac_config_status_args=
4970 test "$silent" = yes &&
4971 ac_config_status_args="$ac_config_status_args --quiet"
4972 exec 5>/dev/null
4973 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4974 exec 5>>config.log
4975 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4976 # would make configure fail if this is the last instruction.
22e05272 4977 $ac_cs_success || as_fn_exit 1
5213506e
RW
4978fi
4979if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4981$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b0b70d84
AC
4982fi
4983