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