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