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