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