]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/common/configure
sim: move many common settings from CPPFLAGS to config.h
[thirdparty/binutils-gdb.git] / sim / common / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
936df756 171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
81ecdfbb
RW
172 if (eval "$as_required") 2>/dev/null; then :
173 as_have_required=yes
174else
175 as_have_required=no
176fi
177 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
178
179else
180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
181as_found=false
182for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 183do
81ecdfbb
RW
184 IFS=$as_save_IFS
185 test -z "$as_dir" && as_dir=.
186 as_found=:
187 case $as_dir in #(
188 /*)
189 for as_base in sh bash ksh sh5; do
190 # Try only shells that exist, to save several forks.
191 as_shell=$as_dir/$as_base
192 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
193 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
194 CONFIG_SHELL=$as_shell as_have_required=yes
195 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
196 break 2
197fi
198fi
199 done;;
200 esac
201 as_found=false
202done
203$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
204 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
205 CONFIG_SHELL=$SHELL as_have_required=yes
206fi; }
207IFS=$as_save_IFS
208
209
210 if test "x$CONFIG_SHELL" != x; then :
211 # We cannot yet assume a decent shell, so we have to provide a
212 # neutralization value for shells without unset; and this also
213 # works around shells that cannot unset nonexistent variables.
214 BASH_ENV=/dev/null
215 ENV=/dev/null
216 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
217 export CONFIG_SHELL
218 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
219fi
220
221 if test x$as_have_required = xno; then :
222 $as_echo "$0: This script requires a shell more modern than all"
223 $as_echo "$0: the shells that I found on your system."
224 if test x${ZSH_VERSION+set} = xset ; then
225 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
226 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 227 else
81ecdfbb
RW
228 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
229$0: including any error possibly output before this
230$0: message. Then install a modern shell, or manually run
231$0: the script under such a shell if you do have one."
b7026657 232 fi
81ecdfbb
RW
233 exit 1
234fi
235fi
236fi
237SHELL=${CONFIG_SHELL-/bin/sh}
238export SHELL
239# Unset more variables known to interfere with behavior of common tools.
240CLICOLOR_FORCE= GREP_OPTIONS=
241unset CLICOLOR_FORCE GREP_OPTIONS
242
243## --------------------- ##
244## M4sh Shell Functions. ##
245## --------------------- ##
246# as_fn_unset VAR
247# ---------------
248# Portably unset VAR.
249as_fn_unset ()
250{
251 { eval $1=; unset $1;}
252}
253as_unset=as_fn_unset
254
255# as_fn_set_status STATUS
256# -----------------------
257# Set $? to STATUS, without forking.
258as_fn_set_status ()
259{
260 return $1
261} # as_fn_set_status
262
263# as_fn_exit STATUS
264# -----------------
265# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
266as_fn_exit ()
267{
268 set +e
269 as_fn_set_status $1
270 exit $1
271} # as_fn_exit
272
273# as_fn_mkdir_p
274# -------------
275# Create "$as_dir" as a directory, including parents if necessary.
276as_fn_mkdir_p ()
277{
278
279 case $as_dir in #(
280 -*) as_dir=./$as_dir;;
281 esac
282 test -d "$as_dir" || eval $as_mkdir_p || {
283 as_dirs=
284 while :; do
285 case $as_dir in #(
286 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
287 *) as_qdir=$as_dir;;
288 esac
289 as_dirs="'$as_qdir' $as_dirs"
290 as_dir=`$as_dirname -- "$as_dir" ||
291$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
292 X"$as_dir" : 'X\(//\)[^/]' \| \
293 X"$as_dir" : 'X\(//\)$' \| \
294 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
295$as_echo X"$as_dir" |
296 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
297 s//\1/
298 q
299 }
300 /^X\(\/\/\)[^/].*/{
301 s//\1/
302 q
303 }
304 /^X\(\/\/\)$/{
305 s//\1/
306 q
307 }
308 /^X\(\/\).*/{
309 s//\1/
310 q
311 }
312 s/.*/./; q'`
313 test -d "$as_dir" && break
314 done
315 test -z "$as_dirs" || eval "mkdir $as_dirs"
316 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
317
318
319} # as_fn_mkdir_p
320# as_fn_append VAR VALUE
321# ----------------------
322# Append the text in VALUE to the end of the definition contained in VAR. Take
323# advantage of any shell optimizations that allow amortized linear growth over
324# repeated appends, instead of the typical quadratic growth present in naive
325# implementations.
326if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
327 eval 'as_fn_append ()
328 {
329 eval $1+=\$2
330 }'
331else
332 as_fn_append ()
333 {
334 eval $1=\$$1\$2
335 }
336fi # as_fn_append
337
338# as_fn_arith ARG...
339# ------------------
340# Perform arithmetic evaluation on the ARGs, and store the result in the
341# global $as_val. Take advantage of shells that can avoid forks. The arguments
342# must be portable across $(()) and expr.
343if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
344 eval 'as_fn_arith ()
345 {
346 as_val=$(( $* ))
347 }'
348else
349 as_fn_arith ()
350 {
351 as_val=`expr "$@" || test $? -eq 1`
352 }
353fi # as_fn_arith
354
355
356# as_fn_error ERROR [LINENO LOG_FD]
357# ---------------------------------
358# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
359# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
360# script with status $?, using 1 if that was 0.
361as_fn_error ()
362{
363 as_status=$?; test $as_status -eq 0 && as_status=1
364 if test "$3"; then
365 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
366 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
367 fi
368 $as_echo "$as_me: error: $1" >&2
369 as_fn_exit $as_status
370} # as_fn_error
c906108c 371
81ecdfbb
RW
372if expr a : '\(a\)' >/dev/null 2>&1 &&
373 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
374 as_expr=expr
375else
376 as_expr=false
377fi
c906108c 378
81ecdfbb 379if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
380 as_basename=basename
381else
382 as_basename=false
383fi
c906108c 384
81ecdfbb
RW
385if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
386 as_dirname=dirname
387else
388 as_dirname=false
389fi
c906108c 390
81ecdfbb 391as_me=`$as_basename -- "$0" ||
b7026657
AC
392$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
393 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
394 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
395$as_echo X/"$0" |
396 sed '/^.*\/\([^/][^/]*\)\/*$/{
397 s//\1/
398 q
399 }
400 /^X\/\(\/\/\)$/{
401 s//\1/
402 q
403 }
404 /^X\/\(\/\).*/{
405 s//\1/
406 q
407 }
408 s/.*/./; q'`
c906108c 409
b7026657
AC
410# Avoid depending upon Character Ranges.
411as_cr_letters='abcdefghijklmnopqrstuvwxyz'
412as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
413as_cr_Letters=$as_cr_letters$as_cr_LETTERS
414as_cr_digits='0123456789'
415as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 416
c906108c 417
81ecdfbb
RW
418 as_lineno_1=$LINENO as_lineno_1a=$LINENO
419 as_lineno_2=$LINENO as_lineno_2a=$LINENO
420 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
421 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
422 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
423 sed -n '
424 p
425 /[$]LINENO/=
426 ' <$as_myself |
b7026657 427 sed '
81ecdfbb
RW
428 s/[$]LINENO.*/&-/
429 t lineno
430 b
431 :lineno
b7026657 432 N
81ecdfbb
RW
433 :loop
434 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 435 t loop
81ecdfbb 436 s/-\n.*//
b7026657 437 ' >$as_me.lineno &&
81ecdfbb
RW
438 chmod +x "$as_me.lineno" ||
439 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
440
441 # Don't try to exec as it changes $[0], causing all sort of problems
442 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
443 # original and so on. Autoconf is especially sensitive to this).
444 . "./$as_me.lineno"
b7026657
AC
445 # Exit status is that of the last command.
446 exit
447}
c906108c 448
81ecdfbb
RW
449ECHO_C= ECHO_N= ECHO_T=
450case `echo -n x` in #(((((
451-n*)
452 case `echo 'xy\c'` in
453 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
454 xy) ECHO_C='\c';;
455 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
456 ECHO_T=' ';;
457 esac;;
458*)
459 ECHO_N='-n';;
b7026657 460esac
c906108c 461
81ecdfbb
RW
462rm -f conf$$ conf$$.exe conf$$.file
463if test -d conf$$.dir; then
464 rm -f conf$$.dir/conf$$.file
b7026657 465else
81ecdfbb
RW
466 rm -f conf$$.dir
467 mkdir conf$$.dir 2>/dev/null
b7026657 468fi
81ecdfbb
RW
469if (echo >conf$$.file) 2>/dev/null; then
470 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 471 as_ln_s='ln -s'
81ecdfbb
RW
472 # ... but there are two gotchas:
473 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
474 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
475 # In both cases, we have to default to `cp -p'.
476 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
477 as_ln_s='cp -p'
478 elif ln conf$$.file conf$$ 2>/dev/null; then
479 as_ln_s=ln
480 else
481 as_ln_s='cp -p'
b7026657 482 fi
b7026657
AC
483else
484 as_ln_s='cp -p'
485fi
81ecdfbb
RW
486rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
487rmdir conf$$.dir 2>/dev/null
c906108c 488
b7026657 489if mkdir -p . 2>/dev/null; then
81ecdfbb 490 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
491else
492 test -d ./-p && rmdir ./-p
493 as_mkdir_p=false
494fi
c906108c 495
81ecdfbb
RW
496if test -x / >/dev/null 2>&1; then
497 as_test_x='test -x'
498else
499 if ls -dL / >/dev/null 2>&1; then
500 as_ls_L_option=L
501 else
502 as_ls_L_option=
503 fi
504 as_test_x='
505 eval sh -c '\''
506 if test -d "$1"; then
507 test -d "$1/.";
508 else
509 case $1 in #(
510 -*)set "./$1";;
511 esac;
512 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
513 ???[sx]*):;;*)false;;esac;fi
514 '\'' sh
515 '
516fi
517as_executable_p=$as_test_x
c906108c 518
b7026657
AC
519# Sed expression to map a string onto a valid CPP name.
520as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 521
b7026657
AC
522# Sed expression to map a string onto a valid variable name.
523as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c
SS
524
525
81ecdfbb 526exec 7<&0 </dev/null 6>&1
c906108c 527
b7026657
AC
528# Name of the host.
529# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
530# so uname gets run too.
531ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 532
c906108c 533#
b7026657 534# Initializations.
c906108c 535#
b7026657 536ac_default_prefix=/usr/local
81ecdfbb 537ac_clean_files=
b7026657 538ac_config_libobj_dir=.
81ecdfbb 539LIBOBJS=
b7026657
AC
540cross_compiling=no
541subdirs=
542MFLAGS=
543MAKEFLAGS=
b7026657
AC
544
545# Identity of this package.
546PACKAGE_NAME=
547PACKAGE_TARNAME=
548PACKAGE_VERSION=
549PACKAGE_STRING=
550PACKAGE_BUGREPORT=
81ecdfbb 551PACKAGE_URL=
b7026657
AC
552
553ac_unique_file="Makefile.in"
81ecdfbb
RW
554ac_subst_vars='LTLIBOBJS
555LIBOBJS
556TARGET_SUBDIR
557CPP_FOR_TARGET
6ffe910a
MF
558OBJEXT
559EXEEXT
560ac_ct_CC
561CPPFLAGS
562LDFLAGS
563CFLAGS
564CC
81ecdfbb
RW
565target_alias
566host_alias
567build_alias
568LIBS
569ECHO_T
570ECHO_N
571ECHO_C
572DEFS
573mandir
574localedir
575libdir
576psdir
577pdfdir
578dvidir
579htmldir
580infodir
581docdir
582oldincludedir
583includedir
584localstatedir
585sharedstatedir
586sysconfdir
587datadir
588datarootdir
589libexecdir
590sbindir
591bindir
592program_transform_name
593prefix
594exec_prefix
595PACKAGE_URL
596PACKAGE_BUGREPORT
597PACKAGE_STRING
598PACKAGE_VERSION
599PACKAGE_TARNAME
600PACKAGE_NAME
601PATH_SEPARATOR
602SHELL
603WERROR_CFLAGS
604WARN_CFLAGS
81ecdfbb 605sim_reserved_bits
81ecdfbb
RW
606sim_inline
607sim_hw
608sim_hw_objs
609sim_hw_cflags
610sim_default_model
611sim_scache
612sim_float
81ecdfbb
RW
613sim_endian
614sim_bitsize
ce39bd38 615sim_alignment'
b7026657 616ac_subst_files=''
81ecdfbb
RW
617ac_user_opts='
618enable_option_checking
81ecdfbb
RW
619'
620 ac_precious_vars='build_alias
621host_alias
622target_alias
623CC
624CFLAGS
625LDFLAGS
626LIBS
936df756 627CPPFLAGS'
81ecdfbb 628
c906108c
SS
629
630# Initialize some variables set by options.
b7026657
AC
631ac_init_help=
632ac_init_version=false
81ecdfbb
RW
633ac_unrecognized_opts=
634ac_unrecognized_sep=
c906108c
SS
635# The variables have the same names as the options, with
636# dashes changed to underlines.
b7026657 637cache_file=/dev/null
c906108c 638exec_prefix=NONE
c906108c 639no_create=
c906108c
SS
640no_recursion=
641prefix=NONE
642program_prefix=NONE
643program_suffix=NONE
644program_transform_name=s,x,x,
645silent=
646site=
647srcdir=
c906108c
SS
648verbose=
649x_includes=NONE
650x_libraries=NONE
b7026657
AC
651
652# Installation directory options.
653# These are left unexpanded so users can "make install exec_prefix=/foo"
654# and all the variables that are supposed to be based on exec_prefix
655# by default will actually change.
656# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 657# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
658bindir='${exec_prefix}/bin'
659sbindir='${exec_prefix}/sbin'
660libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
661datarootdir='${prefix}/share'
662datadir='${datarootdir}'
c906108c
SS
663sysconfdir='${prefix}/etc'
664sharedstatedir='${prefix}/com'
665localstatedir='${prefix}/var'
c906108c
SS
666includedir='${prefix}/include'
667oldincludedir='/usr/include'
81ecdfbb
RW
668docdir='${datarootdir}/doc/${PACKAGE}'
669infodir='${datarootdir}/info'
670htmldir='${docdir}'
671dvidir='${docdir}'
672pdfdir='${docdir}'
673psdir='${docdir}'
674libdir='${exec_prefix}/lib'
675localedir='${datarootdir}/locale'
676mandir='${datarootdir}/man'
c906108c 677
c906108c 678ac_prev=
81ecdfbb 679ac_dashdash=
c906108c
SS
680for ac_option
681do
c906108c
SS
682 # If the previous option needs an argument, assign it.
683 if test -n "$ac_prev"; then
81ecdfbb 684 eval $ac_prev=\$ac_option
c906108c
SS
685 ac_prev=
686 continue
687 fi
688
81ecdfbb
RW
689 case $ac_option in
690 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
691 *) ac_optarg=yes ;;
692 esac
c906108c
SS
693
694 # Accept the important Cygnus configure options, so we can diagnose typos.
695
81ecdfbb
RW
696 case $ac_dashdash$ac_option in
697 --)
698 ac_dashdash=yes ;;
c906108c
SS
699
700 -bindir | --bindir | --bindi | --bind | --bin | --bi)
701 ac_prev=bindir ;;
702 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 703 bindir=$ac_optarg ;;
c906108c
SS
704
705 -build | --build | --buil | --bui | --bu)
b7026657 706 ac_prev=build_alias ;;
c906108c 707 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 708 build_alias=$ac_optarg ;;
c906108c
SS
709
710 -cache-file | --cache-file | --cache-fil | --cache-fi \
711 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
712 ac_prev=cache_file ;;
713 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
714 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
715 cache_file=$ac_optarg ;;
716
717 --config-cache | -C)
718 cache_file=config.cache ;;
c906108c 719
81ecdfbb 720 -datadir | --datadir | --datadi | --datad)
c906108c 721 ac_prev=datadir ;;
81ecdfbb 722 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 723 datadir=$ac_optarg ;;
c906108c 724
81ecdfbb
RW
725 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
726 | --dataroo | --dataro | --datar)
727 ac_prev=datarootdir ;;
728 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
729 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
730 datarootdir=$ac_optarg ;;
731
c906108c 732 -disable-* | --disable-*)
81ecdfbb 733 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 734 # Reject names that are not valid shell variable names.
81ecdfbb
RW
735 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
736 as_fn_error "invalid feature name: $ac_useropt"
737 ac_useropt_orig=$ac_useropt
738 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
739 case $ac_user_opts in
740 *"
741"enable_$ac_useropt"
742"*) ;;
743 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
744 ac_unrecognized_sep=', ';;
745 esac
746 eval enable_$ac_useropt=no ;;
747
748 -docdir | --docdir | --docdi | --doc | --do)
749 ac_prev=docdir ;;
750 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
751 docdir=$ac_optarg ;;
752
753 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
754 ac_prev=dvidir ;;
755 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
756 dvidir=$ac_optarg ;;
c906108c
SS
757
758 -enable-* | --enable-*)
81ecdfbb 759 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 760 # Reject names that are not valid shell variable names.
81ecdfbb
RW
761 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
762 as_fn_error "invalid feature name: $ac_useropt"
763 ac_useropt_orig=$ac_useropt
764 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
765 case $ac_user_opts in
766 *"
767"enable_$ac_useropt"
768"*) ;;
769 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
770 ac_unrecognized_sep=', ';;
c906108c 771 esac
81ecdfbb 772 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
773
774 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
775 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
776 | --exec | --exe | --ex)
777 ac_prev=exec_prefix ;;
778 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
779 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
780 | --exec=* | --exe=* | --ex=*)
b7026657 781 exec_prefix=$ac_optarg ;;
c906108c
SS
782
783 -gas | --gas | --ga | --g)
784 # Obsolete; use --with-gas.
785 with_gas=yes ;;
786
b7026657
AC
787 -help | --help | --hel | --he | -h)
788 ac_init_help=long ;;
789 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
790 ac_init_help=recursive ;;
791 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
792 ac_init_help=short ;;
c906108c
SS
793
794 -host | --host | --hos | --ho)
b7026657 795 ac_prev=host_alias ;;
c906108c 796 -host=* | --host=* | --hos=* | --ho=*)
b7026657 797 host_alias=$ac_optarg ;;
c906108c 798
81ecdfbb
RW
799 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
800 ac_prev=htmldir ;;
801 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
802 | --ht=*)
803 htmldir=$ac_optarg ;;
804
c906108c
SS
805 -includedir | --includedir | --includedi | --included | --include \
806 | --includ | --inclu | --incl | --inc)
807 ac_prev=includedir ;;
808 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
809 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 810 includedir=$ac_optarg ;;
c906108c
SS
811
812 -infodir | --infodir | --infodi | --infod | --info | --inf)
813 ac_prev=infodir ;;
814 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 815 infodir=$ac_optarg ;;
c906108c
SS
816
817 -libdir | --libdir | --libdi | --libd)
818 ac_prev=libdir ;;
819 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 820 libdir=$ac_optarg ;;
c906108c
SS
821
822 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
823 | --libexe | --libex | --libe)
824 ac_prev=libexecdir ;;
825 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
826 | --libexe=* | --libex=* | --libe=*)
b7026657 827 libexecdir=$ac_optarg ;;
c906108c 828
81ecdfbb
RW
829 -localedir | --localedir | --localedi | --localed | --locale)
830 ac_prev=localedir ;;
831 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
832 localedir=$ac_optarg ;;
833
c906108c 834 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 835 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
836 ac_prev=localstatedir ;;
837 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 838 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 839 localstatedir=$ac_optarg ;;
c906108c
SS
840
841 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
842 ac_prev=mandir ;;
843 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 844 mandir=$ac_optarg ;;
c906108c
SS
845
846 -nfp | --nfp | --nf)
847 # Obsolete; use --without-fp.
848 with_fp=no ;;
849
850 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 851 | --no-cr | --no-c | -n)
c906108c
SS
852 no_create=yes ;;
853
854 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
855 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
856 no_recursion=yes ;;
857
858 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
859 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
860 | --oldin | --oldi | --old | --ol | --o)
861 ac_prev=oldincludedir ;;
862 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
863 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
864 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 865 oldincludedir=$ac_optarg ;;
c906108c
SS
866
867 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
868 ac_prev=prefix ;;
869 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 870 prefix=$ac_optarg ;;
c906108c
SS
871
872 -program-prefix | --program-prefix | --program-prefi | --program-pref \
873 | --program-pre | --program-pr | --program-p)
874 ac_prev=program_prefix ;;
875 -program-prefix=* | --program-prefix=* | --program-prefi=* \
876 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 877 program_prefix=$ac_optarg ;;
c906108c
SS
878
879 -program-suffix | --program-suffix | --program-suffi | --program-suff \
880 | --program-suf | --program-su | --program-s)
881 ac_prev=program_suffix ;;
882 -program-suffix=* | --program-suffix=* | --program-suffi=* \
883 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 884 program_suffix=$ac_optarg ;;
c906108c
SS
885
886 -program-transform-name | --program-transform-name \
887 | --program-transform-nam | --program-transform-na \
888 | --program-transform-n | --program-transform- \
889 | --program-transform | --program-transfor \
890 | --program-transfo | --program-transf \
891 | --program-trans | --program-tran \
892 | --progr-tra | --program-tr | --program-t)
893 ac_prev=program_transform_name ;;
894 -program-transform-name=* | --program-transform-name=* \
895 | --program-transform-nam=* | --program-transform-na=* \
896 | --program-transform-n=* | --program-transform-=* \
897 | --program-transform=* | --program-transfor=* \
898 | --program-transfo=* | --program-transf=* \
899 | --program-trans=* | --program-tran=* \
900 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 901 program_transform_name=$ac_optarg ;;
c906108c 902
81ecdfbb
RW
903 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
904 ac_prev=pdfdir ;;
905 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
906 pdfdir=$ac_optarg ;;
907
908 -psdir | --psdir | --psdi | --psd | --ps)
909 ac_prev=psdir ;;
910 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
911 psdir=$ac_optarg ;;
912
c906108c
SS
913 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
914 | -silent | --silent | --silen | --sile | --sil)
915 silent=yes ;;
916
917 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
918 ac_prev=sbindir ;;
919 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
920 | --sbi=* | --sb=*)
b7026657 921 sbindir=$ac_optarg ;;
c906108c
SS
922
923 -sharedstatedir | --sharedstatedir | --sharedstatedi \
924 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
925 | --sharedst | --shareds | --shared | --share | --shar \
926 | --sha | --sh)
927 ac_prev=sharedstatedir ;;
928 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
929 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
930 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
931 | --sha=* | --sh=*)
b7026657 932 sharedstatedir=$ac_optarg ;;
c906108c
SS
933
934 -site | --site | --sit)
935 ac_prev=site ;;
936 -site=* | --site=* | --sit=*)
b7026657 937 site=$ac_optarg ;;
eb2d80b4 938
c906108c
SS
939 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
940 ac_prev=srcdir ;;
941 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 942 srcdir=$ac_optarg ;;
c906108c
SS
943
944 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
945 | --syscon | --sysco | --sysc | --sys | --sy)
946 ac_prev=sysconfdir ;;
947 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
948 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 949 sysconfdir=$ac_optarg ;;
c906108c
SS
950
951 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 952 ac_prev=target_alias ;;
c906108c 953 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 954 target_alias=$ac_optarg ;;
c906108c
SS
955
956 -v | -verbose | --verbose | --verbos | --verbo | --verb)
957 verbose=yes ;;
958
b7026657
AC
959 -version | --version | --versio | --versi | --vers | -V)
960 ac_init_version=: ;;
c906108c
SS
961
962 -with-* | --with-*)
81ecdfbb 963 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 964 # Reject names that are not valid shell variable names.
81ecdfbb
RW
965 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966 as_fn_error "invalid package name: $ac_useropt"
967 ac_useropt_orig=$ac_useropt
968 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969 case $ac_user_opts in
970 *"
971"with_$ac_useropt"
972"*) ;;
973 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
974 ac_unrecognized_sep=', ';;
c906108c 975 esac
81ecdfbb 976 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
977
978 -without-* | --without-*)
81ecdfbb 979 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 980 # Reject names that are not valid shell variable names.
81ecdfbb
RW
981 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
982 as_fn_error "invalid package name: $ac_useropt"
983 ac_useropt_orig=$ac_useropt
984 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
985 case $ac_user_opts in
986 *"
987"with_$ac_useropt"
988"*) ;;
989 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
990 ac_unrecognized_sep=', ';;
991 esac
992 eval with_$ac_useropt=no ;;
c906108c
SS
993
994 --x)
995 # Obsolete; use --with-x.
996 with_x=yes ;;
997
998 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
999 | --x-incl | --x-inc | --x-in | --x-i)
1000 ac_prev=x_includes ;;
1001 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1002 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1003 x_includes=$ac_optarg ;;
c906108c
SS
1004
1005 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1006 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1007 ac_prev=x_libraries ;;
1008 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1009 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1010 x_libraries=$ac_optarg ;;
c906108c 1011
81ecdfbb
RW
1012 -*) as_fn_error "unrecognized option: \`$ac_option'
1013Try \`$0 --help' for more information."
c906108c
SS
1014 ;;
1015
b7026657
AC
1016 *=*)
1017 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1018 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1019 case $ac_envvar in #(
1020 '' | [0-9]* | *[!_$as_cr_alnum]* )
1021 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1022 esac
1023 eval $ac_envvar=\$ac_optarg
b7026657
AC
1024 export $ac_envvar ;;
1025
c906108c 1026 *)
b7026657 1027 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1028 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1029 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1030 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1031 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1032 ;;
1033
1034 esac
1035done
1036
1037if test -n "$ac_prev"; then
b7026657 1038 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1039 as_fn_error "missing argument to $ac_option"
c906108c 1040fi
c906108c 1041
81ecdfbb
RW
1042if test -n "$ac_unrecognized_opts"; then
1043 case $enable_option_checking in
1044 no) ;;
1045 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1046 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1047 esac
81ecdfbb 1048fi
c906108c 1049
81ecdfbb
RW
1050# Check all directory arguments for consistency.
1051for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1052 datadir sysconfdir sharedstatedir localstatedir includedir \
1053 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1054 libdir localedir mandir
c906108c 1055do
81ecdfbb
RW
1056 eval ac_val=\$$ac_var
1057 # Remove trailing slashes.
1058 case $ac_val in
1059 */ )
1060 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1061 eval $ac_var=\$ac_val;;
1062 esac
1063 # Be sure to have absolute directory names.
b7026657 1064 case $ac_val in
81ecdfbb
RW
1065 [\\/$]* | ?:[\\/]* ) continue;;
1066 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1067 esac
81ecdfbb 1068 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1069done
1070
b7026657
AC
1071# There might be people who depend on the old broken behavior: `$host'
1072# used to hold the argument of --host etc.
1073# FIXME: To remove some day.
1074build=$build_alias
1075host=$host_alias
1076target=$target_alias
1077
1078# FIXME: To remove some day.
1079if test "x$host_alias" != x; then
1080 if test "x$build_alias" = x; then
1081 cross_compiling=maybe
81ecdfbb 1082 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1083 If a cross compiler is detected then cross compile mode will be used." >&2
1084 elif test "x$build_alias" != "x$host_alias"; then
1085 cross_compiling=yes
1086 fi
1087fi
c906108c 1088
b7026657
AC
1089ac_tool_prefix=
1090test -n "$host_alias" && ac_tool_prefix=$host_alias-
1091
1092test "$silent" = yes && exec 6>/dev/null
c906108c 1093
c906108c 1094
81ecdfbb
RW
1095ac_pwd=`pwd` && test -n "$ac_pwd" &&
1096ac_ls_di=`ls -di .` &&
1097ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1098 as_fn_error "working directory cannot be determined"
1099test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1100 as_fn_error "pwd does not report name of working directory"
1101
1102
c906108c
SS
1103# Find the source files, if location was not specified.
1104if test -z "$srcdir"; then
1105 ac_srcdir_defaulted=yes
81ecdfbb
RW
1106 # Try the directory containing this script, then the parent directory.
1107 ac_confdir=`$as_dirname -- "$as_myself" ||
1108$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1109 X"$as_myself" : 'X\(//\)[^/]' \| \
1110 X"$as_myself" : 'X\(//\)$' \| \
1111 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1112$as_echo X"$as_myself" |
1113 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1114 s//\1/
1115 q
1116 }
1117 /^X\(\/\/\)[^/].*/{
1118 s//\1/
1119 q
1120 }
1121 /^X\(\/\/\)$/{
1122 s//\1/
1123 q
1124 }
1125 /^X\(\/\).*/{
1126 s//\1/
1127 q
1128 }
1129 s/.*/./; q'`
c906108c 1130 srcdir=$ac_confdir
81ecdfbb 1131 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1132 srcdir=..
1133 fi
1134else
1135 ac_srcdir_defaulted=no
1136fi
81ecdfbb
RW
1137if test ! -r "$srcdir/$ac_unique_file"; then
1138 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1139 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1140fi
1141ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1142ac_abs_confdir=`(
1143 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1144 pwd)`
1145# When building in place, set srcdir=.
1146if test "$ac_abs_confdir" = "$ac_pwd"; then
1147 srcdir=.
1148fi
1149# Remove unnecessary trailing slashes from srcdir.
1150# Double slashes in file names in object file debugging info
1151# mess up M-x gdb in Emacs.
1152case $srcdir in
1153*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1154esac
1155for ac_var in $ac_precious_vars; do
1156 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1157 eval ac_env_${ac_var}_value=\$${ac_var}
1158 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1159 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1160done
c906108c 1161
b7026657
AC
1162#
1163# Report the --help message.
1164#
1165if test "$ac_init_help" = "long"; then
1166 # Omit some internal or obsolete options to make the list less imposing.
1167 # This message is too long to be a string in the A/UX 3.1 sh.
1168 cat <<_ACEOF
1169\`configure' configures this package to adapt to many kinds of systems.
c906108c 1170
b7026657 1171Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1172
b7026657
AC
1173To assign environment variables (e.g., CC, CFLAGS...), specify them as
1174VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1175
b7026657 1176Defaults for the options are specified in brackets.
c906108c 1177
b7026657
AC
1178Configuration:
1179 -h, --help display this help and exit
1180 --help=short display options specific to this package
1181 --help=recursive display the short help of all the included packages
1182 -V, --version display version information and exit
1183 -q, --quiet, --silent do not print \`checking...' messages
1184 --cache-file=FILE cache test results in FILE [disabled]
1185 -C, --config-cache alias for \`--cache-file=config.cache'
1186 -n, --no-create do not create output files
1187 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1188
b7026657
AC
1189Installation directories:
1190 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1191 [$ac_default_prefix]
b7026657 1192 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1193 [PREFIX]
c906108c 1194
b7026657
AC
1195By default, \`make install' will install all the files in
1196\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1197an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1198for instance \`--prefix=\$HOME'.
c906108c 1199
b7026657
AC
1200For better control, use the options below.
1201
1202Fine tuning of the installation directories:
81ecdfbb
RW
1203 --bindir=DIR user executables [EPREFIX/bin]
1204 --sbindir=DIR system admin executables [EPREFIX/sbin]
1205 --libexecdir=DIR program executables [EPREFIX/libexec]
1206 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1207 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1208 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1209 --libdir=DIR object code libraries [EPREFIX/lib]
1210 --includedir=DIR C header files [PREFIX/include]
1211 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1212 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1213 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1214 --infodir=DIR info documentation [DATAROOTDIR/info]
1215 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1216 --mandir=DIR man documentation [DATAROOTDIR/man]
1217 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1218 --htmldir=DIR html documentation [DOCDIR]
1219 --dvidir=DIR dvi documentation [DOCDIR]
1220 --pdfdir=DIR pdf documentation [DOCDIR]
1221 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1222_ACEOF
1223
1224 cat <<\_ACEOF
b7026657 1225_ACEOF
c906108c 1226fi
b7026657
AC
1227
1228if test -n "$ac_init_help"; then
1229
1230 cat <<\_ACEOF
1231
b7026657
AC
1232Some influential environment variables:
1233 CC C compiler command
1234 CFLAGS C compiler flags
1235 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1236 nonstandard directory <lib dir>
81ecdfbb
RW
1237 LIBS libraries to pass to the linker, e.g. -l<library>
1238 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1239 you have headers in a nonstandard directory <include dir>
b7026657
AC
1240
1241Use these variables to override the choices made by `configure' or to help
1242it to find libraries and programs with nonstandard names/locations.
1243
81ecdfbb 1244Report bugs to the package provider.
b7026657 1245_ACEOF
81ecdfbb 1246ac_status=$?
c906108c
SS
1247fi
1248
b7026657
AC
1249if test "$ac_init_help" = "recursive"; then
1250 # If there are subdirs, report their specific --help.
b7026657 1251 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1252 test -d "$ac_dir" ||
1253 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1254 continue
b7026657 1255 ac_builddir=.
c906108c 1256
81ecdfbb
RW
1257case "$ac_dir" in
1258.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1259*)
1260 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1261 # A ".." for each directory in $ac_dir_suffix.
1262 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1263 case $ac_top_builddir_sub in
1264 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1265 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1266 esac ;;
1267esac
1268ac_abs_top_builddir=$ac_pwd
1269ac_abs_builddir=$ac_pwd$ac_dir_suffix
1270# for backward compatibility:
1271ac_top_builddir=$ac_top_build_prefix
c906108c 1272
b7026657 1273case $srcdir in
81ecdfbb 1274 .) # We are building in place.
b7026657 1275 ac_srcdir=.
81ecdfbb
RW
1276 ac_top_srcdir=$ac_top_builddir_sub
1277 ac_abs_top_srcdir=$ac_pwd ;;
1278 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1279 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1280 ac_top_srcdir=$srcdir
1281 ac_abs_top_srcdir=$srcdir ;;
1282 *) # Relative name.
1283 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1284 ac_top_srcdir=$ac_top_build_prefix$srcdir
1285 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1286esac
81ecdfbb
RW
1287ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1288
1289 cd "$ac_dir" || { ac_status=$?; continue; }
1290 # Check for guested configure.
1291 if test -f "$ac_srcdir/configure.gnu"; then
1292 echo &&
1293 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1294 elif test -f "$ac_srcdir/configure"; then
1295 echo &&
1296 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1297 else
81ecdfbb
RW
1298 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1299 fi || ac_status=$?
1300 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1301 done
c906108c 1302fi
b7026657 1303
81ecdfbb 1304test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1305if $ac_init_version; then
1306 cat <<\_ACEOF
81ecdfbb
RW
1307configure
1308generated by GNU Autoconf 2.64
b7026657 1309
81ecdfbb 1310Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1311This configure script is free software; the Free Software Foundation
1312gives unlimited permission to copy, distribute and modify it.
1313_ACEOF
81ecdfbb 1314 exit
b7026657 1315fi
b7026657 1316
81ecdfbb
RW
1317## ------------------------ ##
1318## Autoconf initialization. ##
1319## ------------------------ ##
b7026657 1320
81ecdfbb
RW
1321# ac_fn_c_try_compile LINENO
1322# --------------------------
1323# Try to compile conftest.$ac_ext, and return whether this succeeded.
1324ac_fn_c_try_compile ()
b7026657 1325{
81ecdfbb
RW
1326 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1327 rm -f conftest.$ac_objext
1328 if { { ac_try="$ac_compile"
1329case "(($ac_try" in
1330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1331 *) ac_try_echo=$ac_try;;
1332esac
1333eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1334$as_echo "$ac_try_echo"; } >&5
1335 (eval "$ac_compile") 2>conftest.err
1336 ac_status=$?
1337 if test -s conftest.err; then
1338 grep -v '^ *+' conftest.err >conftest.er1
1339 cat conftest.er1 >&5
1340 mv -f conftest.er1 conftest.err
1341 fi
1342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1343 test $ac_status = 0; } && {
1344 test -z "$ac_c_werror_flag" ||
1345 test ! -s conftest.err
1346 } && test -s conftest.$ac_objext; then :
1347 ac_retval=0
1348else
1349 $as_echo "$as_me: failed program was:" >&5
1350sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1351
81ecdfbb
RW
1352 ac_retval=1
1353fi
1354 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1355 return $ac_retval
b7026657 1356
81ecdfbb 1357} # ac_fn_c_try_compile
81ecdfbb
RW
1358cat >config.log <<_ACEOF
1359This file contains any messages produced by compilers while
1360running configure, to aid debugging if configure makes a mistake.
1361
1362It was created by $as_me, which was
1363generated by GNU Autoconf 2.64. Invocation command line was
1364
1365 $ $0 $@
1366
1367_ACEOF
1368exec 5>>config.log
1369{
1370cat <<_ASUNAME
1371## --------- ##
1372## Platform. ##
1373## --------- ##
1374
1375hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1376uname -m = `(uname -m) 2>/dev/null || echo unknown`
1377uname -r = `(uname -r) 2>/dev/null || echo unknown`
1378uname -s = `(uname -s) 2>/dev/null || echo unknown`
1379uname -v = `(uname -v) 2>/dev/null || echo unknown`
1380
1381/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1382/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1383
1384/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1385/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1386/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1387/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1388/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1389/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1390/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1391
1392_ASUNAME
1393
1394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1395for as_dir in $PATH
1396do
1397 IFS=$as_save_IFS
1398 test -z "$as_dir" && as_dir=.
1399 $as_echo "PATH: $as_dir"
1400 done
1401IFS=$as_save_IFS
1402
1403} >&5
1404
1405cat >&5 <<_ACEOF
b7026657
AC
1406
1407
1408## ----------- ##
1409## Core tests. ##
1410## ----------- ##
1411
1412_ACEOF
1413
1414
1415# Keep a trace of the command line.
1416# Strip out --no-create and --no-recursion so they do not pile up.
1417# Strip out --silent because we don't want to record it for future runs.
1418# Also quote any args containing shell meta-characters.
1419# Make two passes to allow for proper duplicate-argument suppression.
1420ac_configure_args=
1421ac_configure_args0=
1422ac_configure_args1=
b7026657
AC
1423ac_must_keep_next=false
1424for ac_pass in 1 2
1425do
1426 for ac_arg
1427 do
1428 case $ac_arg in
1429 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1431 | -silent | --silent | --silen | --sile | --sil)
1432 continue ;;
81ecdfbb
RW
1433 *\'*)
1434 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1435 esac
1436 case $ac_pass in
81ecdfbb 1437 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1438 2)
81ecdfbb 1439 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1440 if test $ac_must_keep_next = true; then
1441 ac_must_keep_next=false # Got value, back to normal.
1442 else
1443 case $ac_arg in
1444 *=* | --config-cache | -C | -disable-* | --disable-* \
1445 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1446 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1447 | -with-* | --with-* | -without-* | --without-* | --x)
1448 case "$ac_configure_args0 " in
1449 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1450 esac
1451 ;;
1452 -* ) ac_must_keep_next=true ;;
1453 esac
1454 fi
81ecdfbb 1455 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1456 ;;
1457 esac
1458 done
1459done
81ecdfbb
RW
1460{ ac_configure_args0=; unset ac_configure_args0;}
1461{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1462
1463# When interrupted or exit'd, cleanup temporary files, and complete
1464# config.log. We remove comments because anyway the quotes in there
1465# would cause problems or look ugly.
81ecdfbb
RW
1466# WARNING: Use '\'' to represent an apostrophe within the trap.
1467# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1468trap 'exit_status=$?
1469 # Save into config.log some information that might help in debugging.
1470 {
1471 echo
1472
1473 cat <<\_ASBOX
1474## ---------------- ##
1475## Cache variables. ##
1476## ---------------- ##
1477_ASBOX
1478 echo
1479 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1480(
1481 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1482 eval ac_val=\$$ac_var
1483 case $ac_val in #(
1484 *${as_nl}*)
1485 case $ac_var in #(
1486 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1487$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1488 esac
1489 case $ac_var in #(
1490 _ | IFS | as_nl) ;; #(
1491 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1492 *) { eval $ac_var=; unset $ac_var;} ;;
1493 esac ;;
1494 esac
1495 done
b7026657 1496 (set) 2>&1 |
81ecdfbb
RW
1497 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1498 *${as_nl}ac_space=\ *)
b7026657 1499 sed -n \
81ecdfbb
RW
1500 "s/'\''/'\''\\\\'\'''\''/g;
1501 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1502 ;; #(
b7026657 1503 *)
81ecdfbb 1504 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 1505 ;;
81ecdfbb
RW
1506 esac |
1507 sort
1508)
b7026657
AC
1509 echo
1510
1511 cat <<\_ASBOX
1512## ----------------- ##
1513## Output variables. ##
1514## ----------------- ##
1515_ASBOX
1516 echo
1517 for ac_var in $ac_subst_vars
1518 do
81ecdfbb
RW
1519 eval ac_val=\$$ac_var
1520 case $ac_val in
1521 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1522 esac
1523 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1524 done | sort
1525 echo
1526
1527 if test -n "$ac_subst_files"; then
1528 cat <<\_ASBOX
81ecdfbb
RW
1529## ------------------- ##
1530## File substitutions. ##
1531## ------------------- ##
b7026657
AC
1532_ASBOX
1533 echo
1534 for ac_var in $ac_subst_files
1535 do
81ecdfbb
RW
1536 eval ac_val=\$$ac_var
1537 case $ac_val in
1538 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1539 esac
1540 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1541 done | sort
1542 echo
1543 fi
1544
1545 if test -s confdefs.h; then
1546 cat <<\_ASBOX
1547## ----------- ##
1548## confdefs.h. ##
1549## ----------- ##
1550_ASBOX
1551 echo
81ecdfbb 1552 cat confdefs.h
b7026657
AC
1553 echo
1554 fi
1555 test "$ac_signal" != 0 &&
81ecdfbb
RW
1556 $as_echo "$as_me: caught signal $ac_signal"
1557 $as_echo "$as_me: exit $exit_status"
b7026657 1558 } >&5
81ecdfbb
RW
1559 rm -f core *.core core.conftest.* &&
1560 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 1561 exit $exit_status
81ecdfbb 1562' 0
b7026657 1563for ac_signal in 1 2 13 15; do
81ecdfbb 1564 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
1565done
1566ac_signal=0
1567
1568# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1569rm -f -r conftest* confdefs.h
1570
1571$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
1572
1573# Predefined preprocessor variables.
1574
1575cat >>confdefs.h <<_ACEOF
1576#define PACKAGE_NAME "$PACKAGE_NAME"
1577_ACEOF
1578
b7026657
AC
1579cat >>confdefs.h <<_ACEOF
1580#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1581_ACEOF
1582
b7026657
AC
1583cat >>confdefs.h <<_ACEOF
1584#define PACKAGE_VERSION "$PACKAGE_VERSION"
1585_ACEOF
1586
b7026657
AC
1587cat >>confdefs.h <<_ACEOF
1588#define PACKAGE_STRING "$PACKAGE_STRING"
1589_ACEOF
1590
b7026657
AC
1591cat >>confdefs.h <<_ACEOF
1592#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1593_ACEOF
1594
81ecdfbb
RW
1595cat >>confdefs.h <<_ACEOF
1596#define PACKAGE_URL "$PACKAGE_URL"
1597_ACEOF
1598
b7026657
AC
1599
1600# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
1601# Prefer an explicitly selected file to automatically selected ones.
1602ac_site_file1=NONE
1603ac_site_file2=NONE
1604if test -n "$CONFIG_SITE"; then
1605 ac_site_file1=$CONFIG_SITE
1606elif test "x$prefix" != xNONE; then
1607 ac_site_file1=$prefix/share/config.site
1608 ac_site_file2=$prefix/etc/config.site
1609else
1610 ac_site_file1=$ac_default_prefix/share/config.site
1611 ac_site_file2=$ac_default_prefix/etc/config.site
1612fi
1613for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1614do
1615 test "x$ac_site_file" = xNONE && continue
b7026657 1616 if test -r "$ac_site_file"; then
81ecdfbb
RW
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1618$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
1619 sed 's/^/| /' "$ac_site_file" >&5
1620 . "$ac_site_file"
1621 fi
1622done
1623
1624if test -r "$cache_file"; then
1625 # Some versions of bash will fail to source /dev/null (special
1626 # files actually), so we avoid doing that.
1627 if test -f "$cache_file"; then
81ecdfbb
RW
1628 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1629$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 1630 case $cache_file in
81ecdfbb
RW
1631 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1632 *) . "./$cache_file";;
b7026657
AC
1633 esac
1634 fi
1635else
81ecdfbb
RW
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1637$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
1638 >$cache_file
1639fi
1640
1641# Check that the precious variables saved in the cache have kept the same
1642# value.
1643ac_cache_corrupted=false
81ecdfbb 1644for ac_var in $ac_precious_vars; do
b7026657
AC
1645 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1646 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
1647 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1648 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
1649 case $ac_old_set,$ac_new_set in
1650 set,)
81ecdfbb
RW
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1652$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
1653 ac_cache_corrupted=: ;;
1654 ,set)
81ecdfbb
RW
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1656$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
1657 ac_cache_corrupted=: ;;
1658 ,);;
1659 *)
1660 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
1661 # differences in whitespace do not lead to failure.
1662 ac_old_val_w=`echo x $ac_old_val`
1663 ac_new_val_w=`echo x $ac_new_val`
1664 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1666$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1667 ac_cache_corrupted=:
1668 else
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1670$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1671 eval $ac_var=\$ac_old_val
1672 fi
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1674$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1676$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
1677 fi;;
1678 esac
1679 # Pass precious variables to config.status.
1680 if test "$ac_new_set" = set; then
1681 case $ac_new_val in
81ecdfbb 1682 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1683 *) ac_arg=$ac_var=$ac_new_val ;;
1684 esac
1685 case " $ac_configure_args " in
1686 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 1687 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
1688 esac
1689 fi
1690done
1691if $ac_cache_corrupted; then
81ecdfbb
RW
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1695$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1696 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 1697fi
81ecdfbb
RW
1698## -------------------- ##
1699## Main body of script. ##
1700## -------------------- ##
b7026657
AC
1701
1702ac_ext=c
1703ac_cpp='$CPP $CPPFLAGS'
1704ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1705ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1706ac_compiler_gnu=$ac_cv_c_compiler_gnu
1707
1708
1709
1710
1711
35695fd6
AC
1712
1713ac_ext=c
1714ac_cpp='$CPP $CPPFLAGS'
1715ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1716ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1717ac_compiler_gnu=$ac_cv_c_compiler_gnu
1718if test -n "$ac_tool_prefix"; then
1719 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1720set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
1721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1722$as_echo_n "checking for $ac_word... " >&6; }
1723if test "${ac_cv_prog_CC+set}" = set; then :
1724 $as_echo_n "(cached) " >&6
b7026657 1725else
35695fd6
AC
1726 if test -n "$CC"; then
1727 ac_cv_prog_CC="$CC" # Let the user override the test.
1728else
1729as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1730for as_dir in $PATH
1731do
1732 IFS=$as_save_IFS
1733 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1734 for ac_exec_ext in '' $ac_executable_extensions; do
1735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 1736 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 1737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
1738 break 2
1739 fi
1740done
81ecdfbb
RW
1741 done
1742IFS=$as_save_IFS
35695fd6 1743
b7026657 1744fi
b7026657 1745fi
35695fd6
AC
1746CC=$ac_cv_prog_CC
1747if test -n "$CC"; then
81ecdfbb
RW
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1749$as_echo "$CC" >&6; }
b7026657 1750else
81ecdfbb
RW
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1752$as_echo "no" >&6; }
b7026657
AC
1753fi
1754
81ecdfbb 1755
35695fd6
AC
1756fi
1757if test -z "$ac_cv_prog_CC"; then
1758 ac_ct_CC=$CC
1759 # Extract the first word of "gcc", so it can be a program name with args.
1760set dummy gcc; ac_word=$2
81ecdfbb
RW
1761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1762$as_echo_n "checking for $ac_word... " >&6; }
1763if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
1764 $as_echo_n "(cached) " >&6
b7026657 1765else
35695fd6
AC
1766 if test -n "$ac_ct_CC"; then
1767 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
b7026657 1768else
35695fd6
AC
1769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1770for as_dir in $PATH
1771do
1772 IFS=$as_save_IFS
1773 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1774 for ac_exec_ext in '' $ac_executable_extensions; do
1775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 1776 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 1777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
1778 break 2
1779 fi
1780done
81ecdfbb
RW
1781 done
1782IFS=$as_save_IFS
b7026657
AC
1783
1784fi
b7026657 1785fi
35695fd6
AC
1786ac_ct_CC=$ac_cv_prog_ac_ct_CC
1787if test -n "$ac_ct_CC"; then
81ecdfbb
RW
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1789$as_echo "$ac_ct_CC" >&6; }
35695fd6 1790else
81ecdfbb
RW
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1792$as_echo "no" >&6; }
b7026657 1793fi
b7026657 1794
81ecdfbb
RW
1795 if test "x$ac_ct_CC" = x; then
1796 CC=""
1797 else
1798 case $cross_compiling:$ac_tool_warned in
1799yes:)
1800{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1801$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1802ac_tool_warned=yes ;;
1803esac
1804 CC=$ac_ct_CC
1805 fi
35695fd6
AC
1806else
1807 CC="$ac_cv_prog_CC"
b7026657
AC
1808fi
1809
35695fd6 1810if test -z "$CC"; then
81ecdfbb
RW
1811 if test -n "$ac_tool_prefix"; then
1812 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
35695fd6 1813set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
1814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1815$as_echo_n "checking for $ac_word... " >&6; }
1816if test "${ac_cv_prog_CC+set}" = set; then :
1817 $as_echo_n "(cached) " >&6
b7026657 1818else
35695fd6
AC
1819 if test -n "$CC"; then
1820 ac_cv_prog_CC="$CC" # Let the user override the test.
1821else
1822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1823for as_dir in $PATH
b7026657 1824do
35695fd6
AC
1825 IFS=$as_save_IFS
1826 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1827 for ac_exec_ext in '' $ac_executable_extensions; do
1828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 1829 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 1830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6 1831 break 2
b7026657 1832 fi
35695fd6 1833done
81ecdfbb
RW
1834 done
1835IFS=$as_save_IFS
b7026657 1836
b7026657 1837fi
b7026657 1838fi
35695fd6
AC
1839CC=$ac_cv_prog_CC
1840if test -n "$CC"; then
81ecdfbb
RW
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1842$as_echo "$CC" >&6; }
b7026657 1843else
81ecdfbb
RW
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1845$as_echo "no" >&6; }
b7026657 1846fi
b7026657 1847
b7026657 1848
81ecdfbb 1849 fi
35695fd6
AC
1850fi
1851if test -z "$CC"; then
1852 # Extract the first word of "cc", so it can be a program name with args.
1853set dummy cc; ac_word=$2
81ecdfbb
RW
1854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1855$as_echo_n "checking for $ac_word... " >&6; }
1856if test "${ac_cv_prog_CC+set}" = set; then :
1857 $as_echo_n "(cached) " >&6
35695fd6
AC
1858else
1859 if test -n "$CC"; then
1860 ac_cv_prog_CC="$CC" # Let the user override the test.
1861else
1862 ac_prog_rejected=no
1863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1864for as_dir in $PATH
1865do
1866 IFS=$as_save_IFS
1867 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1868 for ac_exec_ext in '' $ac_executable_extensions; do
1869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6
AC
1870 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1871 ac_prog_rejected=yes
1872 continue
1873 fi
1874 ac_cv_prog_CC="cc"
81ecdfbb 1875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
1876 break 2
1877 fi
1878done
81ecdfbb
RW
1879 done
1880IFS=$as_save_IFS
b7026657 1881
35695fd6
AC
1882if test $ac_prog_rejected = yes; then
1883 # We found a bogon in the path, so make sure we never use it.
1884 set dummy $ac_cv_prog_CC
1885 shift
1886 if test $# != 0; then
1887 # We chose a different compiler from the bogus one.
1888 # However, it has the same basename, so the bogon will be chosen
1889 # first if we set CC to just the basename; use the full file name.
1890 shift
1891 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1892 fi
1893fi
1894fi
1895fi
1896CC=$ac_cv_prog_CC
1897if test -n "$CC"; then
81ecdfbb
RW
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1899$as_echo "$CC" >&6; }
35695fd6 1900else
81ecdfbb
RW
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1902$as_echo "no" >&6; }
35695fd6 1903fi
b7026657 1904
81ecdfbb 1905
35695fd6
AC
1906fi
1907if test -z "$CC"; then
1908 if test -n "$ac_tool_prefix"; then
81ecdfbb 1909 for ac_prog in cl.exe
35695fd6
AC
1910 do
1911 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1912set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
1913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1914$as_echo_n "checking for $ac_word... " >&6; }
1915if test "${ac_cv_prog_CC+set}" = set; then :
1916 $as_echo_n "(cached) " >&6
b7026657 1917else
35695fd6
AC
1918 if test -n "$CC"; then
1919 ac_cv_prog_CC="$CC" # Let the user override the test.
1920else
1921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1922for as_dir in $PATH
1923do
1924 IFS=$as_save_IFS
1925 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1926 for ac_exec_ext in '' $ac_executable_extensions; do
1927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 1928 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 1929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
1930 break 2
1931 fi
1932done
81ecdfbb
RW
1933 done
1934IFS=$as_save_IFS
b7026657 1935
35695fd6
AC
1936fi
1937fi
1938CC=$ac_cv_prog_CC
1939if test -n "$CC"; then
81ecdfbb
RW
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1941$as_echo "$CC" >&6; }
35695fd6 1942else
81ecdfbb
RW
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1944$as_echo "no" >&6; }
35695fd6 1945fi
b7026657 1946
81ecdfbb 1947
35695fd6
AC
1948 test -n "$CC" && break
1949 done
1950fi
1951if test -z "$CC"; then
1952 ac_ct_CC=$CC
81ecdfbb 1953 for ac_prog in cl.exe
35695fd6
AC
1954do
1955 # Extract the first word of "$ac_prog", so it can be a program name with args.
1956set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
1957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1958$as_echo_n "checking for $ac_word... " >&6; }
1959if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
1960 $as_echo_n "(cached) " >&6
b7026657 1961else
35695fd6
AC
1962 if test -n "$ac_ct_CC"; then
1963 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1964else
1965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966for as_dir in $PATH
1967do
1968 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1970 for ac_exec_ext in '' $ac_executable_extensions; do
1971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 1972 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 1973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
1974 break 2
1975 fi
1976done
81ecdfbb
RW
1977 done
1978IFS=$as_save_IFS
35695fd6
AC
1979
1980fi
1981fi
1982ac_ct_CC=$ac_cv_prog_ac_ct_CC
1983if test -n "$ac_ct_CC"; then
81ecdfbb
RW
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1985$as_echo "$ac_ct_CC" >&6; }
35695fd6 1986else
81ecdfbb
RW
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1988$as_echo "no" >&6; }
35695fd6
AC
1989fi
1990
81ecdfbb 1991
35695fd6
AC
1992 test -n "$ac_ct_CC" && break
1993done
1994
81ecdfbb
RW
1995 if test "x$ac_ct_CC" = x; then
1996 CC=""
1997 else
1998 case $cross_compiling:$ac_tool_warned in
1999yes:)
2000{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2001$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2002ac_tool_warned=yes ;;
2003esac
2004 CC=$ac_ct_CC
2005 fi
35695fd6
AC
2006fi
2007
2008fi
2009
2010
81ecdfbb
RW
2011test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2012$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2013as_fn_error "no acceptable C compiler found in \$PATH
2014See \`config.log' for more details." "$LINENO" 5; }
35695fd6
AC
2015
2016# Provide some information about the compiler.
81ecdfbb
RW
2017$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2018set X $ac_compile
2019ac_compiler=$2
2020for ac_option in --version -v -V -qversion; do
2021 { { ac_try="$ac_compiler $ac_option >&5"
2022case "(($ac_try" in
2023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2024 *) ac_try_echo=$ac_try;;
2025esac
2026eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2027$as_echo "$ac_try_echo"; } >&5
2028 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
35695fd6 2029 ac_status=$?
81ecdfbb
RW
2030 if test -s conftest.err; then
2031 sed '10a\
2032... rest of stderr output deleted ...
2033 10q' conftest.err >conftest.er1
2034 cat conftest.er1 >&5
2035 rm -f conftest.er1 conftest.err
2036 fi
2037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2038 test $ac_status = 0; }
2039done
35695fd6 2040
81ecdfbb 2041cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2042/* end confdefs.h. */
b7026657
AC
2043
2044int
2045main ()
2046{
2047
2048 ;
2049 return 0;
2050}
2051_ACEOF
35695fd6 2052ac_clean_files_save=$ac_clean_files
81ecdfbb 2053ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
35695fd6
AC
2054# Try to create an executable without -o first, disregard a.out.
2055# It will help us diagnose broken compilers, and finding out an intuition
2056# of exeext.
81ecdfbb
RW
2057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2058$as_echo_n "checking for C compiler default output file name... " >&6; }
2059ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2060
2061# The possible output files:
2062ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2063
2064ac_rmfiles=
2065for ac_file in $ac_files
35695fd6 2066do
35695fd6 2067 case $ac_file in
81ecdfbb
RW
2068 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2069 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2070 esac
2071done
2072rm -f $ac_rmfiles
2073
2074if { { ac_try="$ac_link_default"
2075case "(($ac_try" in
2076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2077 *) ac_try_echo=$ac_try;;
2078esac
2079eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2080$as_echo "$ac_try_echo"; } >&5
2081 (eval "$ac_link_default") 2>&5
2082 ac_status=$?
2083 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2084 test $ac_status = 0; }; then :
2085 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2086# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2087# in a Makefile. We should not override ac_cv_exeext if it was cached,
2088# so that the user can short-circuit this test for compilers unknown to
2089# Autoconf.
2090for ac_file in $ac_files ''
2091do
2092 test -f "$ac_file" || continue
2093 case $ac_file in
2094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2095 ;;
2096 [ab].out )
35695fd6
AC
2097 # We found the default executable, but exeext='' is most
2098 # certainly right.
2099 break;;
2100 *.* )
81ecdfbb
RW
2101 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2102 then :; else
2103 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2104 fi
2105 # We set ac_cv_exeext here because the later test for it is not
2106 # safe: cross compilers may not add the suffix if given an `-o'
2107 # argument, so we may need to know it at that point already.
2108 # Even if this section looks crufty: it has the advantage of
2109 # actually working.
35695fd6
AC
2110 break;;
2111 * )
2112 break;;
2113 esac
2114done
81ecdfbb
RW
2115test "$ac_cv_exeext" = no && ac_cv_exeext=
2116
b7026657 2117else
81ecdfbb
RW
2118 ac_file=''
2119fi
2120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2121$as_echo "$ac_file" >&6; }
2122if test -z "$ac_file"; then :
2123 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
2124sed 's/^/| /' conftest.$ac_ext >&5
2125
81ecdfbb
RW
2126{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2127$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2128{ as_fn_set_status 77
2129as_fn_error "C compiler cannot create executables
2130See \`config.log' for more details." "$LINENO" 5; }; }
b7026657 2131fi
35695fd6 2132ac_exeext=$ac_cv_exeext
c906108c 2133
81ecdfbb 2134# Check that the compiler produces executables we can run. If not, either
35695fd6 2135# the compiler is broken, or we cross compile.
81ecdfbb
RW
2136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2137$as_echo_n "checking whether the C compiler works... " >&6; }
35695fd6
AC
2138# If not cross compiling, check that we can run a simple program.
2139if test "$cross_compiling" != yes; then
2140 if { ac_try='./$ac_file'
81ecdfbb
RW
2141 { { case "(($ac_try" in
2142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2143 *) ac_try_echo=$ac_try;;
2144esac
2145eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2146$as_echo "$ac_try_echo"; } >&5
2147 (eval "$ac_try") 2>&5
35695fd6 2148 ac_status=$?
81ecdfbb
RW
2149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2150 test $ac_status = 0; }; }; then
35695fd6
AC
2151 cross_compiling=no
2152 else
2153 if test "$cross_compiling" = maybe; then
2154 cross_compiling=yes
2155 else
81ecdfbb
RW
2156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2158as_fn_error "cannot run C compiled programs.
35695fd6 2159If you meant to cross compile, use \`--host'.
81ecdfbb 2160See \`config.log' for more details." "$LINENO" 5; }
35695fd6
AC
2161 fi
2162 fi
c906108c 2163fi
81ecdfbb
RW
2164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2165$as_echo "yes" >&6; }
c906108c 2166
81ecdfbb 2167rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
35695fd6 2168ac_clean_files=$ac_clean_files_save
81ecdfbb 2169# Check that the compiler produces executables we can run. If not, either
35695fd6 2170# the compiler is broken, or we cross compile.
81ecdfbb
RW
2171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2172$as_echo_n "checking whether we are cross compiling... " >&6; }
2173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2174$as_echo "$cross_compiling" >&6; }
2175
2176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2177$as_echo_n "checking for suffix of executables... " >&6; }
2178if { { ac_try="$ac_link"
2179case "(($ac_try" in
2180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2181 *) ac_try_echo=$ac_try;;
2182esac
2183eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2184$as_echo "$ac_try_echo"; } >&5
2185 (eval "$ac_link") 2>&5
35695fd6 2186 ac_status=$?
81ecdfbb
RW
2187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2188 test $ac_status = 0; }; then :
35695fd6
AC
2189 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2190# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2191# work properly (i.e., refer to `conftest.exe'), while it won't with
2192# `rm'.
2193for ac_file in conftest.exe conftest conftest.*; do
2194 test -f "$ac_file" || continue
2195 case $ac_file in
81ecdfbb 2196 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
35695fd6 2197 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
35695fd6
AC
2198 break;;
2199 * ) break;;
2200 esac
2201done
c906108c 2202else
81ecdfbb
RW
2203 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2204$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2205as_fn_error "cannot compute suffix of executables: cannot compile and link
2206See \`config.log' for more details." "$LINENO" 5; }
c906108c 2207fi
35695fd6 2208rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2210$as_echo "$ac_cv_exeext" >&6; }
c906108c 2211
35695fd6
AC
2212rm -f conftest.$ac_ext
2213EXEEXT=$ac_cv_exeext
2214ac_exeext=$EXEEXT
81ecdfbb
RW
2215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2216$as_echo_n "checking for suffix of object files... " >&6; }
2217if test "${ac_cv_objext+set}" = set; then :
2218 $as_echo_n "(cached) " >&6
c906108c 2219else
81ecdfbb 2220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2221/* end confdefs.h. */
c906108c 2222
b7026657
AC
2223int
2224main ()
2225{
35695fd6
AC
2226
2227 ;
2228 return 0;
b7026657
AC
2229}
2230_ACEOF
35695fd6 2231rm -f conftest.o conftest.obj
81ecdfbb
RW
2232if { { ac_try="$ac_compile"
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_compile") 2>&5
2240 ac_status=$?
2241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2242 test $ac_status = 0; }; then :
2243 for ac_file in conftest.o conftest.obj conftest.*; do
2244 test -f "$ac_file" || continue;
35695fd6 2245 case $ac_file in
81ecdfbb 2246 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
35695fd6
AC
2247 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2248 break;;
2249 esac
2250done
c906108c 2251else
81ecdfbb 2252 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
2253sed 's/^/| /' conftest.$ac_ext >&5
2254
81ecdfbb
RW
2255{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2256$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2257as_fn_error "cannot compute suffix of object files: cannot compile
2258See \`config.log' for more details." "$LINENO" 5; }
c906108c 2259fi
35695fd6 2260rm -f conftest.$ac_cv_objext conftest.$ac_ext
b7026657 2261fi
81ecdfbb
RW
2262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2263$as_echo "$ac_cv_objext" >&6; }
35695fd6
AC
2264OBJEXT=$ac_cv_objext
2265ac_objext=$OBJEXT
81ecdfbb
RW
2266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2267$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2268if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2269 $as_echo_n "(cached) " >&6
b7026657 2270else
81ecdfbb 2271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
2272/* end confdefs.h. */
2273
2274int
2275main ()
2276{
35695fd6
AC
2277#ifndef __GNUC__
2278 choke me
b7026657
AC
2279#endif
2280
2281 ;
2282 return 0;
2283}
2284_ACEOF
81ecdfbb 2285if ac_fn_c_try_compile "$LINENO"; then :
35695fd6 2286 ac_compiler_gnu=yes
c906108c 2287else
81ecdfbb 2288 ac_compiler_gnu=no
c906108c 2289fi
81ecdfbb 2290rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35695fd6 2291ac_cv_c_compiler_gnu=$ac_compiler_gnu
c906108c
SS
2292
2293fi
81ecdfbb
RW
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2295$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2296if test $ac_compiler_gnu = yes; then
2297 GCC=yes
2298else
2299 GCC=
2300fi
35695fd6
AC
2301ac_test_CFLAGS=${CFLAGS+set}
2302ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2304$as_echo_n "checking whether $CC accepts -g... " >&6; }
2305if test "${ac_cv_prog_cc_g+set}" = set; then :
2306 $as_echo_n "(cached) " >&6
2307else
2308 ac_save_c_werror_flag=$ac_c_werror_flag
2309 ac_c_werror_flag=yes
2310 ac_cv_prog_cc_g=no
2311 CFLAGS="-g"
2312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2313/* end confdefs.h. */
b7026657 2314
35695fd6
AC
2315int
2316main ()
2317{
2318
2319 ;
2320 return 0;
2321}
b7026657 2322_ACEOF
81ecdfbb 2323if ac_fn_c_try_compile "$LINENO"; then :
35695fd6 2324 ac_cv_prog_cc_g=yes
c906108c 2325else
81ecdfbb
RW
2326 CFLAGS=""
2327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2328/* end confdefs.h. */
2329
2330int
2331main ()
2332{
2333
2334 ;
2335 return 0;
2336}
2337_ACEOF
2338if ac_fn_c_try_compile "$LINENO"; then :
2339
2340else
2341 ac_c_werror_flag=$ac_save_c_werror_flag
2342 CFLAGS="-g"
2343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2344/* end confdefs.h. */
b7026657 2345
81ecdfbb
RW
2346int
2347main ()
2348{
2349
2350 ;
2351 return 0;
2352}
2353_ACEOF
2354if ac_fn_c_try_compile "$LINENO"; then :
2355 ac_cv_prog_cc_g=yes
2356fi
2357rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 2358fi
81ecdfbb 2359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 2360fi
81ecdfbb
RW
2361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2362 ac_c_werror_flag=$ac_save_c_werror_flag
2363fi
2364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2365$as_echo "$ac_cv_prog_cc_g" >&6; }
35695fd6
AC
2366if test "$ac_test_CFLAGS" = set; then
2367 CFLAGS=$ac_save_CFLAGS
2368elif test $ac_cv_prog_cc_g = yes; then
2369 if test "$GCC" = yes; then
2370 CFLAGS="-g -O2"
2371 else
2372 CFLAGS="-g"
2373 fi
2374else
2375 if test "$GCC" = yes; then
2376 CFLAGS="-O2"
2377 else
2378 CFLAGS=
2379 fi
2380fi
81ecdfbb
RW
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2382$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2383if test "${ac_cv_prog_cc_c89+set}" = set; then :
2384 $as_echo_n "(cached) " >&6
b7026657 2385else
81ecdfbb 2386 ac_cv_prog_cc_c89=no
35695fd6 2387ac_save_CC=$CC
81ecdfbb 2388cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2389/* end confdefs.h. */
35695fd6
AC
2390#include <stdarg.h>
2391#include <stdio.h>
2392#include <sys/types.h>
2393#include <sys/stat.h>
2394/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2395struct buf { int x; };
2396FILE * (*rcsopen) (struct buf *, struct stat *, int);
2397static char *e (p, i)
2398 char **p;
2399 int i;
2400{
2401 return p[i];
2402}
2403static char *f (char * (*g) (char **, int), char **p, ...)
2404{
2405 char *s;
2406 va_list v;
2407 va_start (v,p);
2408 s = g (p, va_arg (v,int));
2409 va_end (v);
2410 return s;
2411}
b7026657 2412
35695fd6
AC
2413/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2414 function prototypes and stuff, but not '\xHH' hex character constants.
2415 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 2416 as 'x'. The following induces an error, until -std is added to get
35695fd6
AC
2417 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2418 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 2419 that's true only with -std. */
35695fd6
AC
2420int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2421
81ecdfbb
RW
2422/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2423 inside strings and character constants. */
2424#define FOO(x) 'x'
2425int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2426
35695fd6
AC
2427int test (int i, double x);
2428struct s1 {int (*f) (int a);};
2429struct s2 {int (*f) (double a);};
2430int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2431int argc;
2432char **argv;
2433int
2434main ()
2435{
2436return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2437 ;
2438 return 0;
2439}
b7026657 2440_ACEOF
81ecdfbb
RW
2441for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2442 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
35695fd6
AC
2443do
2444 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
2445 if ac_fn_c_try_compile "$LINENO"; then :
2446 ac_cv_prog_cc_c89=$ac_arg
b7026657 2447fi
81ecdfbb
RW
2448rm -f core conftest.err conftest.$ac_objext
2449 test "x$ac_cv_prog_cc_c89" != "xno" && break
35695fd6 2450done
81ecdfbb 2451rm -f conftest.$ac_ext
35695fd6 2452CC=$ac_save_CC
b7026657
AC
2453
2454fi
81ecdfbb
RW
2455# AC_CACHE_VAL
2456case "x$ac_cv_prog_cc_c89" in
2457 x)
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2459$as_echo "none needed" >&6; } ;;
2460 xno)
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2462$as_echo "unsupported" >&6; } ;;
35695fd6 2463 *)
81ecdfbb
RW
2464 CC="$CC $ac_cv_prog_cc_c89"
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2466$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
35695fd6 2467esac
81ecdfbb 2468if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 2469
b7026657 2470fi
35695fd6 2471
35695fd6
AC
2472ac_ext=c
2473ac_cpp='$CPP $CPPFLAGS'
2474ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2475ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2476ac_compiler_gnu=$ac_cv_c_compiler_gnu
2477
6ffe910a 2478
81ecdfbb
RW
2479# Put a useful copy of CPP_FOR_TARGET in Makefile.
2480# This is only used to build the target values header files. These files are
2481# shipped with distributions so CPP_FOR_TARGET only needs to work in
2482# developer's trees. This value is borrowed from ../../Makefile.in.
2483CPP_FOR_TARGET="\` \
2484 if test -f \$\${rootme}/../../gcc/Makefile ; then \
2485 if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
2486 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
2487 else \
2488 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
2489 fi; \
2490 else \
2491 if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
2492 echo \$(CC); \
2493 else \
2494 t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
2495 fi; \
2496 fi\` -E"
2497
2498
2499# Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
2500if test x"${host}" = x"${target}" ; then
2501 TARGET_SUBDIR="."
2502else
2503 TARGET_SUBDIR=${target_alias}
697afb65 2504fi
81ecdfbb
RW
2505
2506
81ecdfbb
RW
2507ac_config_files="$ac_config_files Makefile"
2508
b7026657 2509cat >confcache <<\_ACEOF
c906108c
SS
2510# This file is a shell script that caches the results of configure
2511# tests run on this system so they can be shared between configure
b7026657
AC
2512# scripts and configure runs, see configure's option --config-cache.
2513# It is not useful on other systems. If it contains results you don't
2514# want to keep, you may remove or edit it.
c906108c 2515#
b7026657
AC
2516# config.status only pays attention to the cache file if you give it
2517# the --recheck option to rerun configure.
c906108c 2518#
b7026657
AC
2519# `ac_cv_env_foo' variables (set or unset) will be overridden when
2520# loading this file, other *unset* `ac_cv_foo' will be assigned the
2521# following values.
2522
2523_ACEOF
2524
c906108c
SS
2525# The following way of writing the cache mishandles newlines in values,
2526# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 2527# So, we kill variables containing newlines.
c906108c
SS
2528# Ultrix sh set writes to stderr and can't be redirected directly,
2529# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
2530(
2531 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2532 eval ac_val=\$$ac_var
2533 case $ac_val in #(
2534 *${as_nl}*)
2535 case $ac_var in #(
2536 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2537$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2538 esac
2539 case $ac_var in #(
2540 _ | IFS | as_nl) ;; #(
2541 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2542 *) { eval $ac_var=; unset $ac_var;} ;;
2543 esac ;;
2544 esac
2545 done
2546
b7026657 2547 (set) 2>&1 |
81ecdfbb
RW
2548 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2549 *${as_nl}ac_space=\ *)
2550 # `set' does not quote correctly, so add quotes: double-quote
2551 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
2552 sed -n \
2553 "s/'/'\\\\''/g;
2554 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 2555 ;; #(
b7026657
AC
2556 *)
2557 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 2558 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2559 ;;
81ecdfbb
RW
2560 esac |
2561 sort
2562) |
b7026657 2563 sed '
81ecdfbb 2564 /^ac_cv_env_/b end
b7026657 2565 t clear
81ecdfbb 2566 :clear
b7026657
AC
2567 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2568 t end
81ecdfbb
RW
2569 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2570 :end' >>confcache
2571if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2572 if test -w "$cache_file"; then
2573 test "x$cache_file" != "x/dev/null" &&
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2575$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657 2576 cat confcache >$cache_file
c906108c 2577 else
81ecdfbb
RW
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2579$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
2580 fi
2581fi
2582rm -f confcache
2583
c906108c
SS
2584test "x$prefix" = xNONE && prefix=$ac_default_prefix
2585# Let make expand exec_prefix.
2586test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2587
936df756
MF
2588# Transform confdefs.h into DEFS.
2589# Protect against shell expansion while executing Makefile rules.
2590# Protect against Makefile macro expansion.
2591#
2592# If the first sed substitution is executed (which looks for macros that
2593# take arguments), then branch to the quote section. Otherwise,
2594# look for a macro that doesn't take arguments.
2595ac_script='
2596:mline
2597/\\$/{
2598 N
2599 s,\\\n,,
2600 b mline
2601}
2602t clear
2603:clear
2604s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2605t quote
2606s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2607t quote
2608b any
2609:quote
2610s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2611s/\[/\\&/g
2612s/\]/\\&/g
2613s/\$/$$/g
2614H
2615:any
2616${
2617 g
2618 s/^\n//
2619 s/\n/ /g
2620 p
2621}
2622'
2623DEFS=`sed -n "$ac_script" confdefs.h`
2624
c906108c 2625
b7026657
AC
2626ac_libobjs=
2627ac_ltlibobjs=
2628for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2629 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
2630 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2631 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2632 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2633 # will be set to the directory where LIBOBJS objects are built.
2634 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2635 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
2636done
2637LIBOBJS=$ac_libobjs
c906108c 2638
b7026657
AC
2639LTLIBOBJS=$ac_ltlibobjs
2640
2641
0cb8d851 2642
b7026657 2643: ${CONFIG_STATUS=./config.status}
81ecdfbb 2644ac_write_fail=0
b7026657
AC
2645ac_clean_files_save=$ac_clean_files
2646ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2648$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2649as_write_fail=0
2650cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
2651#! $SHELL
2652# Generated by $as_me.
c906108c 2653# Run this file to recreate the current configuration.
c906108c 2654# Compiler output produced by configure, useful for debugging
b7026657 2655# configure, is in config.log if it exists.
c906108c 2656
b7026657
AC
2657debug=false
2658ac_cs_recheck=false
2659ac_cs_silent=false
b7026657 2660
81ecdfbb
RW
2661SHELL=\${CONFIG_SHELL-$SHELL}
2662export SHELL
2663_ASEOF
2664cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2665## -------------------- ##
2666## M4sh Initialization. ##
2667## -------------------- ##
2668
2669# Be more Bourne compatible
2670DUALCASE=1; export DUALCASE # for MKS sh
2671if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
2672 emulate sh
2673 NULLCMD=:
81ecdfbb 2674 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
2675 # is contrary to our usage. Disable this feature.
2676 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
2677 setopt NO_GLOB_SUBST
2678else
2679 case `(set -o) 2>/dev/null` in #(
2680 *posix*) :
2681 set -o posix ;; #(
2682 *) :
2683 ;;
2684esac
b7026657 2685fi
b7026657 2686
81ecdfbb
RW
2687
2688as_nl='
2689'
2690export as_nl
2691# Printing a long string crashes Solaris 7 /usr/bin/printf.
2692as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2693as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2694as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2695# Prefer a ksh shell builtin over an external printf program on Solaris,
2696# but without wasting forks for bash or zsh.
2697if test -z "$BASH_VERSION$ZSH_VERSION" \
2698 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2699 as_echo='print -r --'
2700 as_echo_n='print -rn --'
2701elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2702 as_echo='printf %s\n'
2703 as_echo_n='printf %s'
2704else
2705 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2706 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2707 as_echo_n='/usr/ucb/echo -n'
2708 else
2709 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2710 as_echo_n_body='eval
2711 arg=$1;
2712 case $arg in #(
2713 *"$as_nl"*)
2714 expr "X$arg" : "X\\(.*\\)$as_nl";
2715 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2716 esac;
2717 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2718 '
2719 export as_echo_n_body
2720 as_echo_n='sh -c $as_echo_n_body as_echo'
2721 fi
2722 export as_echo_body
2723 as_echo='sh -c $as_echo_body as_echo'
2724fi
2725
2726# The user is always right.
2727if test "${PATH_SEPARATOR+set}" != set; then
2728 PATH_SEPARATOR=:
2729 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2730 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2731 PATH_SEPARATOR=';'
2732 }
b7026657
AC
2733fi
2734
2735
81ecdfbb
RW
2736# IFS
2737# We need space, tab and new line, in precisely that order. Quoting is
2738# there to prevent editors from complaining about space-tab.
2739# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2740# splitting by setting IFS to empty value.)
2741IFS=" "" $as_nl"
2742
2743# Find who we are. Look in the path if we contain no directory separator.
2744case $0 in #((
2745 *[\\/]* ) as_myself=$0 ;;
2746 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2747for as_dir in $PATH
2748do
2749 IFS=$as_save_IFS
2750 test -z "$as_dir" && as_dir=.
2751 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2752 done
2753IFS=$as_save_IFS
2754
2755 ;;
2756esac
2757# We did not find ourselves, most probably we were run as `sh COMMAND'
2758# in which case we are not to be found in the path.
2759if test "x$as_myself" = x; then
2760 as_myself=$0
2761fi
2762if test ! -f "$as_myself"; then
2763 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2764 exit 1
2765fi
2766
2767# Unset variables that we do not need and which cause bugs (e.g. in
2768# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2769# suppresses any "Segmentation fault" message there. '((' could
2770# trigger a bug in pdksh 5.2.14.
2771for as_var in BASH_ENV ENV MAIL MAILPATH
2772do eval test x\${$as_var+set} = xset \
2773 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2774done
b7026657
AC
2775PS1='$ '
2776PS2='> '
2777PS4='+ '
2778
2779# NLS nuisances.
81ecdfbb
RW
2780LC_ALL=C
2781export LC_ALL
2782LANGUAGE=C
2783export LANGUAGE
2784
2785# CDPATH.
2786(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2787
2788
2789# as_fn_error ERROR [LINENO LOG_FD]
2790# ---------------------------------
2791# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2792# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2793# script with status $?, using 1 if that was 0.
2794as_fn_error ()
2795{
2796 as_status=$?; test $as_status -eq 0 && as_status=1
2797 if test "$3"; then
2798 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2799 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 2800 fi
81ecdfbb
RW
2801 $as_echo "$as_me: error: $1" >&2
2802 as_fn_exit $as_status
2803} # as_fn_error
2804
2805
2806# as_fn_set_status STATUS
2807# -----------------------
2808# Set $? to STATUS, without forking.
2809as_fn_set_status ()
2810{
2811 return $1
2812} # as_fn_set_status
2813
2814# as_fn_exit STATUS
2815# -----------------
2816# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2817as_fn_exit ()
2818{
2819 set +e
2820 as_fn_set_status $1
2821 exit $1
2822} # as_fn_exit
2823
2824# as_fn_unset VAR
2825# ---------------
2826# Portably unset VAR.
2827as_fn_unset ()
2828{
2829 { eval $1=; unset $1;}
2830}
2831as_unset=as_fn_unset
2832# as_fn_append VAR VALUE
2833# ----------------------
2834# Append the text in VALUE to the end of the definition contained in VAR. Take
2835# advantage of any shell optimizations that allow amortized linear growth over
2836# repeated appends, instead of the typical quadratic growth present in naive
2837# implementations.
2838if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2839 eval 'as_fn_append ()
2840 {
2841 eval $1+=\$2
2842 }'
2843else
2844 as_fn_append ()
2845 {
2846 eval $1=\$$1\$2
2847 }
2848fi # as_fn_append
2849
2850# as_fn_arith ARG...
2851# ------------------
2852# Perform arithmetic evaluation on the ARGs, and store the result in the
2853# global $as_val. Take advantage of shells that can avoid forks. The arguments
2854# must be portable across $(()) and expr.
2855if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2856 eval 'as_fn_arith ()
2857 {
2858 as_val=$(( $* ))
2859 }'
2860else
2861 as_fn_arith ()
2862 {
2863 as_val=`expr "$@" || test $? -eq 1`
2864 }
2865fi # as_fn_arith
c906108c 2866
81ecdfbb
RW
2867
2868if expr a : '\(a\)' >/dev/null 2>&1 &&
2869 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
2870 as_expr=expr
2871else
2872 as_expr=false
2873fi
c906108c 2874
81ecdfbb 2875if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
2876 as_basename=basename
2877else
2878 as_basename=false
2879fi
c906108c 2880
81ecdfbb
RW
2881if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2882 as_dirname=dirname
2883else
2884 as_dirname=false
2885fi
c906108c 2886
81ecdfbb 2887as_me=`$as_basename -- "$0" ||
b7026657
AC
2888$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2889 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
2890 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2891$as_echo X/"$0" |
2892 sed '/^.*\/\([^/][^/]*\)\/*$/{
2893 s//\1/
2894 q
2895 }
2896 /^X\/\(\/\/\)$/{
2897 s//\1/
2898 q
2899 }
2900 /^X\/\(\/\).*/{
2901 s//\1/
2902 q
2903 }
2904 s/.*/./; q'`
b7026657 2905
b7026657
AC
2906# Avoid depending upon Character Ranges.
2907as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2908as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2909as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2910as_cr_digits='0123456789'
2911as_cr_alnum=$as_cr_Letters$as_cr_digits
2912
81ecdfbb
RW
2913ECHO_C= ECHO_N= ECHO_T=
2914case `echo -n x` in #(((((
2915-n*)
2916 case `echo 'xy\c'` in
2917 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2918 xy) ECHO_C='\c';;
2919 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2920 ECHO_T=' ';;
2921 esac;;
2922*)
2923 ECHO_N='-n';;
b7026657
AC
2924esac
2925
81ecdfbb
RW
2926rm -f conf$$ conf$$.exe conf$$.file
2927if test -d conf$$.dir; then
2928 rm -f conf$$.dir/conf$$.file
b7026657 2929else
81ecdfbb
RW
2930 rm -f conf$$.dir
2931 mkdir conf$$.dir 2>/dev/null
b7026657 2932fi
81ecdfbb
RW
2933if (echo >conf$$.file) 2>/dev/null; then
2934 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 2935 as_ln_s='ln -s'
81ecdfbb
RW
2936 # ... but there are two gotchas:
2937 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2938 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2939 # In both cases, we have to default to `cp -p'.
2940 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2941 as_ln_s='cp -p'
2942 elif ln conf$$.file conf$$ 2>/dev/null; then
2943 as_ln_s=ln
2944 else
2945 as_ln_s='cp -p'
c906108c 2946 fi
b7026657
AC
2947else
2948 as_ln_s='cp -p'
2949fi
81ecdfbb
RW
2950rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2951rmdir conf$$.dir 2>/dev/null
2952
2953
2954# as_fn_mkdir_p
2955# -------------
2956# Create "$as_dir" as a directory, including parents if necessary.
2957as_fn_mkdir_p ()
2958{
2959
2960 case $as_dir in #(
2961 -*) as_dir=./$as_dir;;
2962 esac
2963 test -d "$as_dir" || eval $as_mkdir_p || {
2964 as_dirs=
2965 while :; do
2966 case $as_dir in #(
2967 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2968 *) as_qdir=$as_dir;;
2969 esac
2970 as_dirs="'$as_qdir' $as_dirs"
2971 as_dir=`$as_dirname -- "$as_dir" ||
2972$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2973 X"$as_dir" : 'X\(//\)[^/]' \| \
2974 X"$as_dir" : 'X\(//\)$' \| \
2975 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2976$as_echo X"$as_dir" |
2977 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2978 s//\1/
2979 q
2980 }
2981 /^X\(\/\/\)[^/].*/{
2982 s//\1/
2983 q
2984 }
2985 /^X\(\/\/\)$/{
2986 s//\1/
2987 q
2988 }
2989 /^X\(\/\).*/{
2990 s//\1/
2991 q
2992 }
2993 s/.*/./; q'`
2994 test -d "$as_dir" && break
2995 done
2996 test -z "$as_dirs" || eval "mkdir $as_dirs"
2997 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
2998
b7026657 2999
81ecdfbb 3000} # as_fn_mkdir_p
b7026657 3001if mkdir -p . 2>/dev/null; then
81ecdfbb 3002 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
3003else
3004 test -d ./-p && rmdir ./-p
3005 as_mkdir_p=false
3006fi
3007
81ecdfbb
RW
3008if test -x / >/dev/null 2>&1; then
3009 as_test_x='test -x'
3010else
3011 if ls -dL / >/dev/null 2>&1; then
3012 as_ls_L_option=L
3013 else
3014 as_ls_L_option=
3015 fi
3016 as_test_x='
3017 eval sh -c '\''
3018 if test -d "$1"; then
3019 test -d "$1/.";
3020 else
3021 case $1 in #(
3022 -*)set "./$1";;
3023 esac;
3024 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
3025 ???[sx]*):;;*)false;;esac;fi
3026 '\'' sh
3027 '
3028fi
3029as_executable_p=$as_test_x
b7026657
AC
3030
3031# Sed expression to map a string onto a valid CPP name.
3032as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3033
3034# Sed expression to map a string onto a valid variable name.
3035as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3036
3037
b7026657 3038exec 6>&1
81ecdfbb
RW
3039## ----------------------------------- ##
3040## Main body of $CONFIG_STATUS script. ##
3041## ----------------------------------- ##
3042_ASEOF
3043test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3044
3045cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3046# Save the log message, to keep $0 and so on meaningful, and to
b7026657 3047# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
3048# values after options handling.
3049ac_log="
b7026657 3050This file was extended by $as_me, which was
81ecdfbb 3051generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
3052
3053 CONFIG_FILES = $CONFIG_FILES
3054 CONFIG_HEADERS = $CONFIG_HEADERS
3055 CONFIG_LINKS = $CONFIG_LINKS
3056 CONFIG_COMMANDS = $CONFIG_COMMANDS
3057 $ $0 $@
3058
81ecdfbb
RW
3059on `(hostname || uname -n) 2>/dev/null | sed 1q`
3060"
3061
b7026657
AC
3062_ACEOF
3063
81ecdfbb
RW
3064case $ac_config_files in *"
3065"*) set x $ac_config_files; shift; ac_config_files=$*;;
3066esac
b7026657 3067
b7026657 3068
b7026657 3069
81ecdfbb
RW
3070cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3071# Files that config.status was made for.
3072config_files="$ac_config_files"
b7026657 3073
81ecdfbb 3074_ACEOF
b7026657 3075
81ecdfbb 3076cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 3077ac_cs_usage="\
81ecdfbb
RW
3078\`$as_me' instantiates files and other configuration actions
3079from templates according to the current configuration. Unless the files
3080and actions are specified as TAGs, all are instantiated by default.
b7026657 3081
81ecdfbb 3082Usage: $0 [OPTION]... [TAG]...
b7026657
AC
3083
3084 -h, --help print this help, then exit
81ecdfbb
RW
3085 -V, --version print version number and configuration settings, then exit
3086 -q, --quiet, --silent
3087 do not print progress messages
b7026657
AC
3088 -d, --debug don't remove temporary files
3089 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
3090 --file=FILE[:TEMPLATE]
3091 instantiate the configuration file FILE
b7026657
AC
3092
3093Configuration files:
3094$config_files
3095
81ecdfbb 3096Report bugs to the package provider."
b7026657 3097
81ecdfbb
RW
3098_ACEOF
3099cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
3100ac_cs_version="\\
3101config.status
81ecdfbb
RW
3102configured by $0, generated by GNU Autoconf 2.64,
3103 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 3104
81ecdfbb 3105Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
3106This config.status script is free software; the Free Software Foundation
3107gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
3108
3109ac_pwd='$ac_pwd'
3110srcdir='$srcdir'
81ecdfbb 3111test -n "\$AWK" || AWK=awk
b7026657
AC
3112_ACEOF
3113
81ecdfbb
RW
3114cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3115# The default lists apply if the user does not specify any file.
b7026657
AC
3116ac_need_defaults=:
3117while test $# != 0
3118do
3119 case $1 in
3120 --*=*)
81ecdfbb
RW
3121 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3122 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
3123 ac_shift=:
3124 ;;
81ecdfbb 3125 *)
b7026657
AC
3126 ac_option=$1
3127 ac_optarg=$2
3128 ac_shift=shift
3129 ;;
b7026657
AC
3130 esac
3131
3132 case $ac_option in
3133 # Handling of the options.
b7026657
AC
3134 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3135 ac_cs_recheck=: ;;
81ecdfbb
RW
3136 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3137 $as_echo "$ac_cs_version"; exit ;;
3138 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
3139 debug=: ;;
3140 --file | --fil | --fi | --f )
3141 $ac_shift
81ecdfbb
RW
3142 case $ac_optarg in
3143 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3144 esac
3145 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 3146 ac_need_defaults=false;;
936df756 3147 --he | --h | --help | --hel | -h )
81ecdfbb 3148 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
3149 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3150 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3151 ac_cs_silent=: ;;
3152
3153 # This is an error.
81ecdfbb
RW
3154 -*) as_fn_error "unrecognized option: \`$1'
3155Try \`$0 --help' for more information." ;;
b7026657 3156
81ecdfbb
RW
3157 *) as_fn_append ac_config_targets " $1"
3158 ac_need_defaults=false ;;
b7026657
AC
3159
3160 esac
3161 shift
c906108c 3162done
b7026657
AC
3163
3164ac_configure_extra_args=
3165
3166if $ac_cs_silent; then
3167 exec 6>/dev/null
3168 ac_configure_extra_args="$ac_configure_extra_args --silent"
3169fi
3170
3171_ACEOF
81ecdfbb 3172cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 3173if \$ac_cs_recheck; then
81ecdfbb
RW
3174 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3175 shift
3176 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3177 CONFIG_SHELL='$SHELL'
3178 export CONFIG_SHELL
3179 exec "\$@"
c906108c 3180fi
c906108c 3181
b7026657 3182_ACEOF
81ecdfbb
RW
3183cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3184exec 5>>config.log
3185{
3186 echo
3187 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3188## Running $as_me. ##
3189_ASBOX
936df756
MF
3190 $as_echo "$ac_log"
3191} >&5
6bb11ab3 3192
936df756
MF
3193_ACEOF
3194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
81ecdfbb 3195_ACEOF
b7026657 3196
81ecdfbb 3197cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 3198
81ecdfbb 3199# Handling of arguments.
b7026657
AC
3200for ac_config_target in $ac_config_targets
3201do
81ecdfbb 3202 case $ac_config_target in
81ecdfbb 3203 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
3204
3205 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 3206 esac
b7026657 3207done
c906108c 3208
81ecdfbb 3209
b7026657
AC
3210# If the user did not use the arguments to specify the items to instantiate,
3211# then the envvar interface is used. Set only those that are not.
3212# We use the long form for the default assignment because of an extremely
3213# bizarre bug on SunOS 4.1.3.
3214if $ac_need_defaults; then
3215 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
3216fi
3217
3218# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 3219# simply because there is no reason against having it here, and in addition,
b7026657 3220# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
3221# Hook for its removal unless debugging.
3222# Note that there is a small window in which the directory will not be cleaned:
3223# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
3224$debug ||
3225{
81ecdfbb
RW
3226 tmp=
3227 trap 'exit_status=$?
3228 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3229' 0
3230 trap 'as_fn_exit 1' 1 2 13 15
b7026657 3231}
b7026657
AC
3232# Create a (secure) tmp directory for tmp files.
3233
3234{
81ecdfbb 3235 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
3236 test -n "$tmp" && test -d "$tmp"
3237} ||
3238{
81ecdfbb
RW
3239 tmp=./conf$$-$RANDOM
3240 (umask 077 && mkdir "$tmp")
3241} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
3242
3243# Set up the scripts for CONFIG_FILES section.
3244# No need to generate them if there are no CONFIG_FILES.
3245# This happens for instance with `./config.status config.h'.
3246if test -n "$CONFIG_FILES"; then
3247
3248
3249ac_cr=`echo X | tr X '\015'`
3250# On cygwin, bash can eat \r inside `` if the user requested igncr.
3251# But we know of no other shell where ac_cr would be empty at this
3252# point, so we can use a bashism as a fallback.
3253if test "x$ac_cr" = x; then
3254 eval ac_cr=\$\'\\r\'
3255fi
3256ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3257if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3258 ac_cs_awk_cr='\r'
3259else
3260 ac_cs_awk_cr=$ac_cr
3261fi
3262
3263echo 'BEGIN {' >"$tmp/subs1.awk" &&
3264_ACEOF
3265
3266
3267{
3268 echo "cat >conf$$subs.awk <<_ACEOF" &&
3269 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3270 echo "_ACEOF"
3271} >conf$$subs.sh ||
3272 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3273ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3274ac_delim='%!_!# '
3275for ac_last_try in false false false false false :; do
3276 . ./conf$$subs.sh ||
3277 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3278
3279 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3280 if test $ac_delim_n = $ac_delim_num; then
3281 break
3282 elif $ac_last_try; then
3283 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3284 else
3285 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3286 fi
3287done
3288rm -f conf$$subs.sh
3289
3290cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3291cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3292_ACEOF
3293sed -n '
3294h
3295s/^/S["/; s/!.*/"]=/
3296p
3297g
3298s/^[^!]*!//
3299:repl
3300t repl
3301s/'"$ac_delim"'$//
3302t delim
3303:nl
3304h
3305s/\(.\{148\}\).*/\1/
3306t more1
3307s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3308p
3309n
3310b repl
3311:more1
3312s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3313p
3314g
3315s/.\{148\}//
3316t nl
3317:delim
3318h
3319s/\(.\{148\}\).*/\1/
3320t more2
3321s/["\\]/\\&/g; s/^/"/; s/$/"/
3322p
3323b
3324:more2
3325s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3326p
3327g
3328s/.\{148\}//
3329t delim
3330' <conf$$subs.awk | sed '
3331/^[^""]/{
3332 N
3333 s/\n//
3334}
3335' >>$CONFIG_STATUS || ac_write_fail=1
3336rm -f conf$$subs.awk
3337cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3338_ACAWK
3339cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3340 for (key in S) S_is_set[key] = 1
3341 FS = "\a"
3342
3343}
b7026657 3344{
81ecdfbb
RW
3345 line = $ 0
3346 nfields = split(line, field, "@")
3347 substed = 0
3348 len = length(field[1])
3349 for (i = 2; i < nfields; i++) {
3350 key = field[i]
3351 keylen = length(key)
3352 if (S_is_set[key]) {
3353 value = S[key]
3354 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3355 len += length(value) + length(field[++i])
3356 substed = 1
3357 } else
3358 len += 1 + keylen
3359 }
3360
3361 print line
b7026657
AC
3362}
3363
81ecdfbb
RW
3364_ACAWK
3365_ACEOF
3366cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3367if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3368 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3369else
3370 cat
3371fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3372 || as_fn_error "could not setup config files machinery" "$LINENO" 5
b7026657
AC
3373_ACEOF
3374
81ecdfbb
RW
3375# VPATH may cause trouble with some makes, so we remove $(srcdir),
3376# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3377# trailing colons and then remove the whole line if VPATH becomes empty
3378# (actually we leave an empty line to preserve line numbers).
3379if test "x$srcdir" = x.; then
3380 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3381s/:*\$(srcdir):*/:/
3382s/:*\${srcdir}:*/:/
3383s/:*@srcdir@:*/:/
3384s/^\([^=]*=[ ]*\):*/\1/
3385s/:*$//
3386s/^[^=]*=[ ]*$//
3387}'
3388fi
b7026657 3389
81ecdfbb
RW
3390cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3391fi # test -n "$CONFIG_FILES"
b7026657 3392
81ecdfbb 3393
936df756 3394eval set X " :F $CONFIG_FILES "
81ecdfbb
RW
3395shift
3396for ac_tag
3397do
3398 case $ac_tag in
3399 :[FHLC]) ac_mode=$ac_tag; continue;;
3400 esac
3401 case $ac_mode$ac_tag in
3402 :[FHL]*:*);;
3403 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
3404 :[FH]-) ac_tag=-:-;;
3405 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3406 esac
3407 ac_save_IFS=$IFS
3408 IFS=:
3409 set x $ac_tag
3410 IFS=$ac_save_IFS
3411 shift
3412 ac_file=$1
3413 shift
3414
3415 case $ac_mode in
3416 :L) ac_source=$1;;
3417 :[FH])
3418 ac_file_inputs=
3419 for ac_f
3420 do
3421 case $ac_f in
3422 -) ac_f="$tmp/stdin";;
3423 *) # Look for the file first in the build tree, then in the source tree
3424 # (if the path is not absolute). The absolute path cannot be DOS-style,
3425 # because $ac_f cannot contain `:'.
3426 test -f "$ac_f" ||
3427 case $ac_f in
3428 [\\/$]*) false;;
3429 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3430 esac ||
3431 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3432 esac
3433 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3434 as_fn_append ac_file_inputs " '$ac_f'"
3435 done
3436
3437 # Let's still pretend it is `configure' which instantiates (i.e., don't
3438 # use $as_me), people would be surprised to read:
3439 # /* config.h. Generated by config.status. */
3440 configure_input='Generated from '`
3441 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3442 `' by configure.'
3443 if test x"$ac_file" != x-; then
3444 configure_input="$ac_file. $configure_input"
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3446$as_echo "$as_me: creating $ac_file" >&6;}
3447 fi
3448 # Neutralize special characters interpreted by sed in replacement strings.
3449 case $configure_input in #(
3450 *\&* | *\|* | *\\* )
3451 ac_sed_conf_input=`$as_echo "$configure_input" |
3452 sed 's/[\\\\&|]/\\\\&/g'`;; #(
3453 *) ac_sed_conf_input=$configure_input;;
3454 esac
3455
3456 case $ac_tag in
3457 *:-:* | *:-) cat >"$tmp/stdin" \
3458 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
3459 esac
3460 ;;
c906108c
SS
3461 esac
3462
81ecdfbb 3463 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
3464$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3465 X"$ac_file" : 'X\(//\)[^/]' \| \
3466 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
3467 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3468$as_echo X"$ac_file" |
3469 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3470 s//\1/
3471 q
3472 }
3473 /^X\(\/\/\)[^/].*/{
3474 s//\1/
3475 q
3476 }
3477 /^X\(\/\/\)$/{
3478 s//\1/
3479 q
3480 }
3481 /^X\(\/\).*/{
3482 s//\1/
3483 q
3484 }
3485 s/.*/./; q'`
3486 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
3487 ac_builddir=.
3488
81ecdfbb
RW
3489case "$ac_dir" in
3490.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3491*)
3492 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3493 # A ".." for each directory in $ac_dir_suffix.
3494 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3495 case $ac_top_builddir_sub in
3496 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3497 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3498 esac ;;
3499esac
3500ac_abs_top_builddir=$ac_pwd
3501ac_abs_builddir=$ac_pwd$ac_dir_suffix
3502# for backward compatibility:
3503ac_top_builddir=$ac_top_build_prefix
c906108c 3504
b7026657 3505case $srcdir in
81ecdfbb 3506 .) # We are building in place.
b7026657 3507 ac_srcdir=.
81ecdfbb
RW
3508 ac_top_srcdir=$ac_top_builddir_sub
3509 ac_abs_top_srcdir=$ac_pwd ;;
3510 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 3511 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
3512 ac_top_srcdir=$srcdir
3513 ac_abs_top_srcdir=$srcdir ;;
3514 *) # Relative name.
3515 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3516 ac_top_srcdir=$ac_top_build_prefix$srcdir
3517 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 3518esac
81ecdfbb 3519ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 3520
b7026657 3521
81ecdfbb
RW
3522 case $ac_mode in
3523 :F)
3524 #
3525 # CONFIG_FILE
3526 #
b7026657 3527
81ecdfbb 3528_ACEOF
c906108c 3529
81ecdfbb
RW
3530cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3531# If the template does not know about datarootdir, expand it.
3532# FIXME: This hack should be removed a few years after 2.60.
3533ac_datarootdir_hack=; ac_datarootdir_seen=
3534ac_sed_dataroot='
3535/datarootdir/ {
3536 p
3537 q
3538}
3539/@datadir@/p
3540/@docdir@/p
3541/@infodir@/p
3542/@localedir@/p
3543/@mandir@/p'
3544case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3545*datarootdir*) ac_datarootdir_seen=yes;;
3546*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3548$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3549_ACEOF
3550cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3551 ac_datarootdir_hack='
3552 s&@datadir@&$datadir&g
3553 s&@docdir@&$docdir&g
3554 s&@infodir@&$infodir&g
3555 s&@localedir@&$localedir&g
3556 s&@mandir@&$mandir&g
3557 s&\\\${datarootdir}&$datarootdir&g' ;;
3558esac
b7026657 3559_ACEOF
81ecdfbb
RW
3560
3561# Neutralize VPATH when `$srcdir' = `.'.
3562# Shell code in configure.ac might set extrasub.
3563# FIXME: do we really want to maintain this feature?
3564cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3565ac_sed_extra="$ac_vpsub
b7026657
AC
3566$extrasub
3567_ACEOF
81ecdfbb 3568cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657
AC
3569:t
3570/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
3571s|@configure_input@|$ac_sed_conf_input|;t t
3572s&@top_builddir@&$ac_top_builddir_sub&;t t
3573s&@top_build_prefix@&$ac_top_build_prefix&;t t
3574s&@srcdir@&$ac_srcdir&;t t
3575s&@abs_srcdir@&$ac_abs_srcdir&;t t
3576s&@top_srcdir@&$ac_top_srcdir&;t t
3577s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3578s&@builddir@&$ac_builddir&;t t
3579s&@abs_builddir@&$ac_abs_builddir&;t t
3580s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
81ecdfbb
RW
3581$ac_datarootdir_hack
3582"
3583eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3584 || as_fn_error "could not create $ac_file" "$LINENO" 5
3585
3586test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3587 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3588 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3590which seems to be undefined. Please make sure it is defined." >&5
3591$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3592which seems to be undefined. Please make sure it is defined." >&2;}
3593
3594 rm -f "$tmp/stdin"
b7026657 3595 case $ac_file in
81ecdfbb
RW
3596 -) cat "$tmp/out" && rm -f "$tmp/out";;
3597 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3598 esac \
3599 || as_fn_error "could not create $ac_file" "$LINENO" 5
3600 ;;
6bb11ab3 3601
6bb11ab3 3602
6bb11ab3 3603
6bb11ab3
L
3604 esac
3605
81ecdfbb 3606done # for ac_tag
c906108c 3607
b7026657 3608
81ecdfbb 3609as_fn_exit 0
b7026657 3610_ACEOF
b7026657
AC
3611ac_clean_files=$ac_clean_files_save
3612
81ecdfbb
RW
3613test $ac_write_fail = 0 ||
3614 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
3615
b7026657
AC
3616
3617# configure is writing to config.log, and then calls config.status.
3618# config.status does its own redirection, appending to config.log.
3619# Unfortunately, on DOS this fails, as config.log is still kept open
3620# by configure, so config.status won't be able to write to it; its
3621# output is simply discarded. So we exec the FD to /dev/null,
3622# effectively closing config.log, so it can be properly (re)opened and
3623# appended to by config.status. When coming back to configure, we
3624# need to make the FD available again.
3625if test "$no_create" != yes; then
3626 ac_cs_success=:
3627 ac_config_status_args=
3628 test "$silent" = yes &&
3629 ac_config_status_args="$ac_config_status_args --quiet"
3630 exec 5>/dev/null
3631 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3632 exec 5>>config.log
3633 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3634 # would make configure fail if this is the last instruction.
81ecdfbb
RW
3635 $ac_cs_success || as_fn_exit $?
3636fi
3637if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3639$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 3640fi
c906108c 3641