OSDN Git Service

5153cadda3297eef805bd979d788af17410bc19b
[pf3gnuchains/gcc-fork.git] / libada / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57.
4 #
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization.  ##
11 ## --------------------- ##
12
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15   emulate sh
16   NULLCMD=:
17   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18   # is contrary to our usage.  Disable this feature.
19   alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21   set -o posix
22 fi
23
24 # Support unset when possible.
25 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26   as_unset=unset
27 else
28   as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for 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
43 do
44   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46   else
47     $as_unset $as_var
48   fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53   as_expr=expr
54 else
55   as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59   as_basename=basename
60 else
61   as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68          X"$0" : 'X\(//\)$' \| \
69          X"$0" : 'X\(/\)$' \| \
70          .     : '\(.\)' 2>/dev/null ||
71 echo 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.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if 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
97 fi
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
110 for as_dir in $PATH
111 do
112   IFS=$as_save_IFS
113   test -z "$as_dir" && as_dir=.
114   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
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
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
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
152 done
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
187 case `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= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195   as_expr=expr
196 else
197   as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if 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
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212   as_ln_s=ln
213 else
214   as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219   as_mkdir_p=:
220 else
221   as_mkdir_p=false
222 fi
223
224 as_executable_p="test -f"
225
226 # Sed expression to map a string onto a valid CPP name.
227 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228
229 # Sed expression to map a string onto a valid variable name.
230 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231
232
233 # IFS
234 # We need space, tab and new line, in precisely that order.
235 as_nl='
236 '
237 IFS="   $as_nl"
238
239 # CDPATH.
240 $as_unset CDPATH
241
242
243 # Name of the host.
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245 # so uname gets run too.
246 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
247
248 exec 6>&1
249
250 #
251 # Initializations.
252 #
253 ac_default_prefix=/usr/local
254 ac_config_libobj_dir=.
255 cross_compiling=no
256 subdirs=
257 MFLAGS=
258 MAKEFLAGS=
259 SHELL=${CONFIG_SHELL-/bin/sh}
260
261 # Maximum number of lines to put in a shell here document.
262 # This variable seems obsolete.  It should probably be removed, and
263 # only ac_max_sed_lines should be used.
264 : ${ac_max_here_lines=38}
265
266 # Identity of this package.
267 PACKAGE_NAME=
268 PACKAGE_TARNAME=
269 PACKAGE_VERSION=
270 PACKAGE_STRING=
271 PACKAGE_BUGREPORT=
272
273 ac_unique_file="Makefile.in"
274 ac_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 MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os enable_shared LIBOBJS LTLIBOBJS'
275 ac_subst_files=''
276
277 # Initialize some variables set by options.
278 ac_init_help=
279 ac_init_version=false
280 # The variables have the same names as the options, with
281 # dashes changed to underlines.
282 cache_file=/dev/null
283 exec_prefix=NONE
284 no_create=
285 no_recursion=
286 prefix=NONE
287 program_prefix=NONE
288 program_suffix=NONE
289 program_transform_name=s,x,x,
290 silent=
291 site=
292 srcdir=
293 verbose=
294 x_includes=NONE
295 x_libraries=NONE
296
297 # Installation directory options.
298 # These are left unexpanded so users can "make install exec_prefix=/foo"
299 # and all the variables that are supposed to be based on exec_prefix
300 # by default will actually change.
301 # Use braces instead of parens because sh, perl, etc. also accept them.
302 bindir='${exec_prefix}/bin'
303 sbindir='${exec_prefix}/sbin'
304 libexecdir='${exec_prefix}/libexec'
305 datadir='${prefix}/share'
306 sysconfdir='${prefix}/etc'
307 sharedstatedir='${prefix}/com'
308 localstatedir='${prefix}/var'
309 libdir='${exec_prefix}/lib'
310 includedir='${prefix}/include'
311 oldincludedir='/usr/include'
312 infodir='${prefix}/info'
313 mandir='${prefix}/man'
314
315 ac_prev=
316 for ac_option
317 do
318   # If the previous option needs an argument, assign it.
319   if test -n "$ac_prev"; then
320     eval "$ac_prev=\$ac_option"
321     ac_prev=
322     continue
323   fi
324
325   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
326
327   # Accept the important Cygnus configure options, so we can diagnose typos.
328
329   case $ac_option in
330
331   -bindir | --bindir | --bindi | --bind | --bin | --bi)
332     ac_prev=bindir ;;
333   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
334     bindir=$ac_optarg ;;
335
336   -build | --build | --buil | --bui | --bu)
337     ac_prev=build_alias ;;
338   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
339     build_alias=$ac_optarg ;;
340
341   -cache-file | --cache-file | --cache-fil | --cache-fi \
342   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
343     ac_prev=cache_file ;;
344   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
345   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
346     cache_file=$ac_optarg ;;
347
348   --config-cache | -C)
349     cache_file=config.cache ;;
350
351   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
352     ac_prev=datadir ;;
353   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
354   | --da=*)
355     datadir=$ac_optarg ;;
356
357   -disable-* | --disable-*)
358     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
359     # Reject names that are not valid shell variable names.
360     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
361       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
362    { (exit 1); exit 1; }; }
363     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
364     eval "enable_$ac_feature=no" ;;
365
366   -enable-* | --enable-*)
367     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
368     # Reject names that are not valid shell variable names.
369     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371    { (exit 1); exit 1; }; }
372     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373     case $ac_option in
374       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
375       *) ac_optarg=yes ;;
376     esac
377     eval "enable_$ac_feature='$ac_optarg'" ;;
378
379   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
380   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
381   | --exec | --exe | --ex)
382     ac_prev=exec_prefix ;;
383   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
384   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
385   | --exec=* | --exe=* | --ex=*)
386     exec_prefix=$ac_optarg ;;
387
388   -gas | --gas | --ga | --g)
389     # Obsolete; use --with-gas.
390     with_gas=yes ;;
391
392   -help | --help | --hel | --he | -h)
393     ac_init_help=long ;;
394   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
395     ac_init_help=recursive ;;
396   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
397     ac_init_help=short ;;
398
399   -host | --host | --hos | --ho)
400     ac_prev=host_alias ;;
401   -host=* | --host=* | --hos=* | --ho=*)
402     host_alias=$ac_optarg ;;
403
404   -includedir | --includedir | --includedi | --included | --include \
405   | --includ | --inclu | --incl | --inc)
406     ac_prev=includedir ;;
407   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
408   | --includ=* | --inclu=* | --incl=* | --inc=*)
409     includedir=$ac_optarg ;;
410
411   -infodir | --infodir | --infodi | --infod | --info | --inf)
412     ac_prev=infodir ;;
413   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
414     infodir=$ac_optarg ;;
415
416   -libdir | --libdir | --libdi | --libd)
417     ac_prev=libdir ;;
418   -libdir=* | --libdir=* | --libdi=* | --libd=*)
419     libdir=$ac_optarg ;;
420
421   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
422   | --libexe | --libex | --libe)
423     ac_prev=libexecdir ;;
424   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
425   | --libexe=* | --libex=* | --libe=*)
426     libexecdir=$ac_optarg ;;
427
428   -localstatedir | --localstatedir | --localstatedi | --localstated \
429   | --localstate | --localstat | --localsta | --localst \
430   | --locals | --local | --loca | --loc | --lo)
431     ac_prev=localstatedir ;;
432   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
433   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
434   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
435     localstatedir=$ac_optarg ;;
436
437   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
438     ac_prev=mandir ;;
439   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
440     mandir=$ac_optarg ;;
441
442   -nfp | --nfp | --nf)
443     # Obsolete; use --without-fp.
444     with_fp=no ;;
445
446   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447   | --no-cr | --no-c | -n)
448     no_create=yes ;;
449
450   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
451   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
452     no_recursion=yes ;;
453
454   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
455   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
456   | --oldin | --oldi | --old | --ol | --o)
457     ac_prev=oldincludedir ;;
458   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
459   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
460   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
461     oldincludedir=$ac_optarg ;;
462
463   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
464     ac_prev=prefix ;;
465   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
466     prefix=$ac_optarg ;;
467
468   -program-prefix | --program-prefix | --program-prefi | --program-pref \
469   | --program-pre | --program-pr | --program-p)
470     ac_prev=program_prefix ;;
471   -program-prefix=* | --program-prefix=* | --program-prefi=* \
472   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
473     program_prefix=$ac_optarg ;;
474
475   -program-suffix | --program-suffix | --program-suffi | --program-suff \
476   | --program-suf | --program-su | --program-s)
477     ac_prev=program_suffix ;;
478   -program-suffix=* | --program-suffix=* | --program-suffi=* \
479   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
480     program_suffix=$ac_optarg ;;
481
482   -program-transform-name | --program-transform-name \
483   | --program-transform-nam | --program-transform-na \
484   | --program-transform-n | --program-transform- \
485   | --program-transform | --program-transfor \
486   | --program-transfo | --program-transf \
487   | --program-trans | --program-tran \
488   | --progr-tra | --program-tr | --program-t)
489     ac_prev=program_transform_name ;;
490   -program-transform-name=* | --program-transform-name=* \
491   | --program-transform-nam=* | --program-transform-na=* \
492   | --program-transform-n=* | --program-transform-=* \
493   | --program-transform=* | --program-transfor=* \
494   | --program-transfo=* | --program-transf=* \
495   | --program-trans=* | --program-tran=* \
496   | --progr-tra=* | --program-tr=* | --program-t=*)
497     program_transform_name=$ac_optarg ;;
498
499   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500   | -silent | --silent | --silen | --sile | --sil)
501     silent=yes ;;
502
503   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
504     ac_prev=sbindir ;;
505   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
506   | --sbi=* | --sb=*)
507     sbindir=$ac_optarg ;;
508
509   -sharedstatedir | --sharedstatedir | --sharedstatedi \
510   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
511   | --sharedst | --shareds | --shared | --share | --shar \
512   | --sha | --sh)
513     ac_prev=sharedstatedir ;;
514   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
515   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
516   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
517   | --sha=* | --sh=*)
518     sharedstatedir=$ac_optarg ;;
519
520   -site | --site | --sit)
521     ac_prev=site ;;
522   -site=* | --site=* | --sit=*)
523     site=$ac_optarg ;;
524
525   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
526     ac_prev=srcdir ;;
527   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
528     srcdir=$ac_optarg ;;
529
530   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
531   | --syscon | --sysco | --sysc | --sys | --sy)
532     ac_prev=sysconfdir ;;
533   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
534   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
535     sysconfdir=$ac_optarg ;;
536
537   -target | --target | --targe | --targ | --tar | --ta | --t)
538     ac_prev=target_alias ;;
539   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
540     target_alias=$ac_optarg ;;
541
542   -v | -verbose | --verbose | --verbos | --verbo | --verb)
543     verbose=yes ;;
544
545   -version | --version | --versio | --versi | --vers | -V)
546     ac_init_version=: ;;
547
548   -with-* | --with-*)
549     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
550     # Reject names that are not valid shell variable names.
551     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
552       { echo "$as_me: error: invalid package name: $ac_package" >&2
553    { (exit 1); exit 1; }; }
554     ac_package=`echo $ac_package| sed 's/-/_/g'`
555     case $ac_option in
556       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
557       *) ac_optarg=yes ;;
558     esac
559     eval "with_$ac_package='$ac_optarg'" ;;
560
561   -without-* | --without-*)
562     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
563     # Reject names that are not valid shell variable names.
564     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
565       { echo "$as_me: error: invalid package name: $ac_package" >&2
566    { (exit 1); exit 1; }; }
567     ac_package=`echo $ac_package | sed 's/-/_/g'`
568     eval "with_$ac_package=no" ;;
569
570   --x)
571     # Obsolete; use --with-x.
572     with_x=yes ;;
573
574   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
575   | --x-incl | --x-inc | --x-in | --x-i)
576     ac_prev=x_includes ;;
577   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
578   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
579     x_includes=$ac_optarg ;;
580
581   -x-libraries | --x-libraries | --x-librarie | --x-librari \
582   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
583     ac_prev=x_libraries ;;
584   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
585   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
586     x_libraries=$ac_optarg ;;
587
588   -*) { echo "$as_me: error: unrecognized option: $ac_option
589 Try \`$0 --help' for more information." >&2
590    { (exit 1); exit 1; }; }
591     ;;
592
593   *=*)
594     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
595     # Reject names that are not valid shell variable names.
596     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
597       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
598    { (exit 1); exit 1; }; }
599     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
600     eval "$ac_envvar='$ac_optarg'"
601     export $ac_envvar ;;
602
603   *)
604     # FIXME: should be removed in autoconf 3.0.
605     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
606     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
607       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
608     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
609     ;;
610
611   esac
612 done
613
614 if test -n "$ac_prev"; then
615   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
616   { echo "$as_me: error: missing argument to $ac_option" >&2
617    { (exit 1); exit 1; }; }
618 fi
619
620 # Be sure to have absolute paths.
621 for ac_var in exec_prefix prefix
622 do
623   eval ac_val=$`echo $ac_var`
624   case $ac_val in
625     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
626     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
627    { (exit 1); exit 1; }; };;
628   esac
629 done
630
631 # Be sure to have absolute paths.
632 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
633               localstatedir libdir includedir oldincludedir infodir mandir
634 do
635   eval ac_val=$`echo $ac_var`
636   case $ac_val in
637     [\\/$]* | ?:[\\/]* ) ;;
638     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
639    { (exit 1); exit 1; }; };;
640   esac
641 done
642
643 # There might be people who depend on the old broken behavior: `$host'
644 # used to hold the argument of --host etc.
645 # FIXME: To remove some day.
646 build=$build_alias
647 host=$host_alias
648 target=$target_alias
649
650 # FIXME: To remove some day.
651 if test "x$host_alias" != x; then
652   if test "x$build_alias" = x; then
653     cross_compiling=maybe
654     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
655     If a cross compiler is detected then cross compile mode will be used." >&2
656   elif test "x$build_alias" != "x$host_alias"; then
657     cross_compiling=yes
658   fi
659 fi
660
661 ac_tool_prefix=
662 test -n "$host_alias" && ac_tool_prefix=$host_alias-
663
664 test "$silent" = yes && exec 6>/dev/null
665
666
667 # Find the source files, if location was not specified.
668 if test -z "$srcdir"; then
669   ac_srcdir_defaulted=yes
670   # Try the directory containing this script, then its parent.
671   ac_confdir=`(dirname "$0") 2>/dev/null ||
672 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
673          X"$0" : 'X\(//\)[^/]' \| \
674          X"$0" : 'X\(//\)$' \| \
675          X"$0" : 'X\(/\)' \| \
676          .     : '\(.\)' 2>/dev/null ||
677 echo X"$0" |
678     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
679           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
680           /^X\(\/\/\)$/{ s//\1/; q; }
681           /^X\(\/\).*/{ s//\1/; q; }
682           s/.*/./; q'`
683   srcdir=$ac_confdir
684   if test ! -r $srcdir/$ac_unique_file; then
685     srcdir=..
686   fi
687 else
688   ac_srcdir_defaulted=no
689 fi
690 if test ! -r $srcdir/$ac_unique_file; then
691   if test "$ac_srcdir_defaulted" = yes; then
692     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
693    { (exit 1); exit 1; }; }
694   else
695     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
696    { (exit 1); exit 1; }; }
697   fi
698 fi
699 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
700   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
701    { (exit 1); exit 1; }; }
702 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
703 ac_env_build_alias_set=${build_alias+set}
704 ac_env_build_alias_value=$build_alias
705 ac_cv_env_build_alias_set=${build_alias+set}
706 ac_cv_env_build_alias_value=$build_alias
707 ac_env_host_alias_set=${host_alias+set}
708 ac_env_host_alias_value=$host_alias
709 ac_cv_env_host_alias_set=${host_alias+set}
710 ac_cv_env_host_alias_value=$host_alias
711 ac_env_target_alias_set=${target_alias+set}
712 ac_env_target_alias_value=$target_alias
713 ac_cv_env_target_alias_set=${target_alias+set}
714 ac_cv_env_target_alias_value=$target_alias
715
716 #
717 # Report the --help message.
718 #
719 if test "$ac_init_help" = "long"; then
720   # Omit some internal or obsolete options to make the list less imposing.
721   # This message is too long to be a string in the A/UX 3.1 sh.
722   cat <<_ACEOF
723 \`configure' configures this package to adapt to many kinds of systems.
724
725 Usage: $0 [OPTION]... [VAR=VALUE]...
726
727 To assign environment variables (e.g., CC, CFLAGS...), specify them as
728 VAR=VALUE.  See below for descriptions of some of the useful variables.
729
730 Defaults for the options are specified in brackets.
731
732 Configuration:
733   -h, --help              display this help and exit
734       --help=short        display options specific to this package
735       --help=recursive    display the short help of all the included packages
736   -V, --version           display version information and exit
737   -q, --quiet, --silent   do not print \`checking...' messages
738       --cache-file=FILE   cache test results in FILE [disabled]
739   -C, --config-cache      alias for \`--cache-file=config.cache'
740   -n, --no-create         do not create output files
741       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
742
743 _ACEOF
744
745   cat <<_ACEOF
746 Installation directories:
747   --prefix=PREFIX         install architecture-independent files in PREFIX
748                           [$ac_default_prefix]
749   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
750                           [PREFIX]
751
752 By default, \`make install' will install all the files in
753 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
754 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
755 for instance \`--prefix=\$HOME'.
756
757 For better control, use the options below.
758
759 Fine tuning of the installation directories:
760   --bindir=DIR           user executables [EPREFIX/bin]
761   --sbindir=DIR          system admin executables [EPREFIX/sbin]
762   --libexecdir=DIR       program executables [EPREFIX/libexec]
763   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
764   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
765   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
766   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
767   --libdir=DIR           object code libraries [EPREFIX/lib]
768   --includedir=DIR       C header files [PREFIX/include]
769   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
770   --infodir=DIR          info documentation [PREFIX/info]
771   --mandir=DIR           man documentation [PREFIX/man]
772 _ACEOF
773
774   cat <<\_ACEOF
775
776 System types:
777   --build=BUILD     configure for building on BUILD [guessed]
778   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
779   --target=TARGET   configure for building compilers for TARGET [HOST]
780 _ACEOF
781 fi
782
783 if test -n "$ac_init_help"; then
784
785   cat <<\_ACEOF
786
787 Optional Features:
788   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
789   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
790   --enable-maintainer-mode
791                           enable make rules and dependencies not useful (and
792                           sometimes confusing) to the casual installer
793   --disable-shared        don't provide a shared libgnat
794
795 _ACEOF
796 fi
797
798 if test "$ac_init_help" = "recursive"; then
799   # If there are subdirs, report their specific --help.
800   ac_popdir=`pwd`
801   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
802     test -d $ac_dir || continue
803     ac_builddir=.
804
805 if test "$ac_dir" != .; then
806   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
807   # A "../" for each directory in $ac_dir_suffix.
808   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
809 else
810   ac_dir_suffix= ac_top_builddir=
811 fi
812
813 case $srcdir in
814   .)  # No --srcdir option.  We are building in place.
815     ac_srcdir=.
816     if test -z "$ac_top_builddir"; then
817        ac_top_srcdir=.
818     else
819        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
820     fi ;;
821   [\\/]* | ?:[\\/]* )  # Absolute path.
822     ac_srcdir=$srcdir$ac_dir_suffix;
823     ac_top_srcdir=$srcdir ;;
824   *) # Relative path.
825     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
826     ac_top_srcdir=$ac_top_builddir$srcdir ;;
827 esac
828 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
829 # absolute.
830 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
831 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
832 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
833 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
834
835     cd $ac_dir
836     # Check for guested configure; otherwise get Cygnus style configure.
837     if test -f $ac_srcdir/configure.gnu; then
838       echo
839       $SHELL $ac_srcdir/configure.gnu  --help=recursive
840     elif test -f $ac_srcdir/configure; then
841       echo
842       $SHELL $ac_srcdir/configure  --help=recursive
843     elif test -f $ac_srcdir/configure.ac ||
844            test -f $ac_srcdir/configure.in; then
845       echo
846       $ac_configure --help
847     else
848       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
849     fi
850     cd $ac_popdir
851   done
852 fi
853
854 test -n "$ac_init_help" && exit 0
855 if $ac_init_version; then
856   cat <<\_ACEOF
857
858 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
859 Free Software Foundation, Inc.
860 This configure script is free software; the Free Software Foundation
861 gives unlimited permission to copy, distribute and modify it.
862 _ACEOF
863   exit 0
864 fi
865 exec 5>config.log
866 cat >&5 <<_ACEOF
867 This file contains any messages produced by compilers while
868 running configure, to aid debugging if configure makes a mistake.
869
870 It was created by $as_me, which was
871 generated by GNU Autoconf 2.57.  Invocation command line was
872
873   $ $0 $@
874
875 _ACEOF
876 {
877 cat <<_ASUNAME
878 ## --------- ##
879 ## Platform. ##
880 ## --------- ##
881
882 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
883 uname -m = `(uname -m) 2>/dev/null || echo unknown`
884 uname -r = `(uname -r) 2>/dev/null || echo unknown`
885 uname -s = `(uname -s) 2>/dev/null || echo unknown`
886 uname -v = `(uname -v) 2>/dev/null || echo unknown`
887
888 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
889 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
890
891 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
892 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
893 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
894 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
895 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
896 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
897 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
898
899 _ASUNAME
900
901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
902 for as_dir in $PATH
903 do
904   IFS=$as_save_IFS
905   test -z "$as_dir" && as_dir=.
906   echo "PATH: $as_dir"
907 done
908
909 } >&5
910
911 cat >&5 <<_ACEOF
912
913
914 ## ----------- ##
915 ## Core tests. ##
916 ## ----------- ##
917
918 _ACEOF
919
920
921 # Keep a trace of the command line.
922 # Strip out --no-create and --no-recursion so they do not pile up.
923 # Strip out --silent because we don't want to record it for future runs.
924 # Also quote any args containing shell meta-characters.
925 # Make two passes to allow for proper duplicate-argument suppression.
926 ac_configure_args=
927 ac_configure_args0=
928 ac_configure_args1=
929 ac_sep=
930 ac_must_keep_next=false
931 for ac_pass in 1 2
932 do
933   for ac_arg
934   do
935     case $ac_arg in
936     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
937     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
938     | -silent | --silent | --silen | --sile | --sil)
939       continue ;;
940     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
941       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
942     esac
943     case $ac_pass in
944     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
945     2)
946       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
947       if test $ac_must_keep_next = true; then
948         ac_must_keep_next=false # Got value, back to normal.
949       else
950         case $ac_arg in
951           *=* | --config-cache | -C | -disable-* | --disable-* \
952           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
953           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
954           | -with-* | --with-* | -without-* | --without-* | --x)
955             case "$ac_configure_args0 " in
956               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
957             esac
958             ;;
959           -* ) ac_must_keep_next=true ;;
960         esac
961       fi
962       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
963       # Get rid of the leading space.
964       ac_sep=" "
965       ;;
966     esac
967   done
968 done
969 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
970 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
971
972 # When interrupted or exit'd, cleanup temporary files, and complete
973 # config.log.  We remove comments because anyway the quotes in there
974 # would cause problems or look ugly.
975 # WARNING: Be sure not to use single quotes in there, as some shells,
976 # such as our DU 5.0 friend, will then `close' the trap.
977 trap 'exit_status=$?
978   # Save into config.log some information that might help in debugging.
979   {
980     echo
981
982     cat <<\_ASBOX
983 ## ---------------- ##
984 ## Cache variables. ##
985 ## ---------------- ##
986 _ASBOX
987     echo
988     # The following way of writing the cache mishandles newlines in values,
989 {
990   (set) 2>&1 |
991     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
992     *ac_space=\ *)
993       sed -n \
994         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
995           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
996       ;;
997     *)
998       sed -n \
999         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1000       ;;
1001     esac;
1002 }
1003     echo
1004
1005     cat <<\_ASBOX
1006 ## ----------------- ##
1007 ## Output variables. ##
1008 ## ----------------- ##
1009 _ASBOX
1010     echo
1011     for ac_var in $ac_subst_vars
1012     do
1013       eval ac_val=$`echo $ac_var`
1014       echo "$ac_var='"'"'$ac_val'"'"'"
1015     done | sort
1016     echo
1017
1018     if test -n "$ac_subst_files"; then
1019       cat <<\_ASBOX
1020 ## ------------- ##
1021 ## Output files. ##
1022 ## ------------- ##
1023 _ASBOX
1024       echo
1025       for ac_var in $ac_subst_files
1026       do
1027         eval ac_val=$`echo $ac_var`
1028         echo "$ac_var='"'"'$ac_val'"'"'"
1029       done | sort
1030       echo
1031     fi
1032
1033     if test -s confdefs.h; then
1034       cat <<\_ASBOX
1035 ## ----------- ##
1036 ## confdefs.h. ##
1037 ## ----------- ##
1038 _ASBOX
1039       echo
1040       sed "/^$/d" confdefs.h | sort
1041       echo
1042     fi
1043     test "$ac_signal" != 0 &&
1044       echo "$as_me: caught signal $ac_signal"
1045     echo "$as_me: exit $exit_status"
1046   } >&5
1047   rm -f core core.* *.core &&
1048   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1049     exit $exit_status
1050      ' 0
1051 for ac_signal in 1 2 13 15; do
1052   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1053 done
1054 ac_signal=0
1055
1056 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1057 rm -rf conftest* confdefs.h
1058 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1059 echo >confdefs.h
1060
1061 # Predefined preprocessor variables.
1062
1063 cat >>confdefs.h <<_ACEOF
1064 #define PACKAGE_NAME "$PACKAGE_NAME"
1065 _ACEOF
1066
1067
1068 cat >>confdefs.h <<_ACEOF
1069 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1070 _ACEOF
1071
1072
1073 cat >>confdefs.h <<_ACEOF
1074 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1075 _ACEOF
1076
1077
1078 cat >>confdefs.h <<_ACEOF
1079 #define PACKAGE_STRING "$PACKAGE_STRING"
1080 _ACEOF
1081
1082
1083 cat >>confdefs.h <<_ACEOF
1084 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1085 _ACEOF
1086
1087
1088 # Let the site file select an alternate cache file if it wants to.
1089 # Prefer explicitly selected file to automatically selected ones.
1090 if test -z "$CONFIG_SITE"; then
1091   if test "x$prefix" != xNONE; then
1092     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1093   else
1094     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1095   fi
1096 fi
1097 for ac_site_file in $CONFIG_SITE; do
1098   if test -r "$ac_site_file"; then
1099     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1100 echo "$as_me: loading site script $ac_site_file" >&6;}
1101     sed 's/^/| /' "$ac_site_file" >&5
1102     . "$ac_site_file"
1103   fi
1104 done
1105
1106 if test -r "$cache_file"; then
1107   # Some versions of bash will fail to source /dev/null (special
1108   # files actually), so we avoid doing that.
1109   if test -f "$cache_file"; then
1110     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1111 echo "$as_me: loading cache $cache_file" >&6;}
1112     case $cache_file in
1113       [\\/]* | ?:[\\/]* ) . $cache_file;;
1114       *)                      . ./$cache_file;;
1115     esac
1116   fi
1117 else
1118   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1119 echo "$as_me: creating cache $cache_file" >&6;}
1120   >$cache_file
1121 fi
1122
1123 # Check that the precious variables saved in the cache have kept the same
1124 # value.
1125 ac_cache_corrupted=false
1126 for ac_var in `(set) 2>&1 |
1127                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1128   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1129   eval ac_new_set=\$ac_env_${ac_var}_set
1130   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1131   eval ac_new_val="\$ac_env_${ac_var}_value"
1132   case $ac_old_set,$ac_new_set in
1133     set,)
1134       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1135 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1136       ac_cache_corrupted=: ;;
1137     ,set)
1138       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1139 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1140       ac_cache_corrupted=: ;;
1141     ,);;
1142     *)
1143       if test "x$ac_old_val" != "x$ac_new_val"; then
1144         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1145 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1146         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1147 echo "$as_me:   former value:  $ac_old_val" >&2;}
1148         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1149 echo "$as_me:   current value: $ac_new_val" >&2;}
1150         ac_cache_corrupted=:
1151       fi;;
1152   esac
1153   # Pass precious variables to config.status.
1154   if test "$ac_new_set" = set; then
1155     case $ac_new_val in
1156     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1157       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1158     *) ac_arg=$ac_var=$ac_new_val ;;
1159     esac
1160     case " $ac_configure_args " in
1161       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1162       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1163     esac
1164   fi
1165 done
1166 if $ac_cache_corrupted; then
1167   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1168 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1169   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1170 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1171    { (exit 1); exit 1; }; }
1172 fi
1173
1174 ac_ext=c
1175 ac_cpp='$CPP $CPPFLAGS'
1176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199 # This is an autoconf 2.5x script.
1200
1201
1202 # Very limited version of AC_MAINTAINER_MODE.
1203 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1204 if test "${enable_maintainer_mode+set}" = set; then
1205   enableval="$enable_maintainer_mode"
1206   case ${enable_maintainer_mode} in
1207      yes) MAINT='' ;;
1208      no) MAINT='#' ;;
1209      *) { { echo "$as_me:$LINENO: error: --enable-maintainer-mode must be yes or no" >&5
1210 echo "$as_me: error: --enable-maintainer-mode must be yes or no" >&2;}
1211    { (exit 1); exit 1; }; } ;;
1212    esac
1213    maintainer_mode=${enableval}
1214 else
1215   MAINT='#'
1216 fi;
1217
1218 # Start of actual configure tests
1219
1220 # Output: create a Makefile.
1221           ac_config_files="$ac_config_files Makefile"
1222
1223
1224 ac_aux_dir=
1225 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1226   if test -f $ac_dir/install-sh; then
1227     ac_aux_dir=$ac_dir
1228     ac_install_sh="$ac_aux_dir/install-sh -c"
1229     break
1230   elif test -f $ac_dir/install.sh; then
1231     ac_aux_dir=$ac_dir
1232     ac_install_sh="$ac_aux_dir/install.sh -c"
1233     break
1234   elif test -f $ac_dir/shtool; then
1235     ac_aux_dir=$ac_dir
1236     ac_install_sh="$ac_aux_dir/shtool install -c"
1237     break
1238   fi
1239 done
1240 if test -z "$ac_aux_dir"; then
1241   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1242 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1243    { (exit 1); exit 1; }; }
1244 fi
1245 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1246 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1247 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1248
1249 # Make sure we can run config.sub.
1250 $ac_config_sub sun4 >/dev/null 2>&1 ||
1251   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1252 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1253    { (exit 1); exit 1; }; }
1254
1255 echo "$as_me:$LINENO: checking build system type" >&5
1256 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1257 if test "${ac_cv_build+set}" = set; then
1258   echo $ECHO_N "(cached) $ECHO_C" >&6
1259 else
1260   ac_cv_build_alias=$build_alias
1261 test -z "$ac_cv_build_alias" &&
1262   ac_cv_build_alias=`$ac_config_guess`
1263 test -z "$ac_cv_build_alias" &&
1264   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1265 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1266    { (exit 1); exit 1; }; }
1267 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1268   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1269 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1270    { (exit 1); exit 1; }; }
1271
1272 fi
1273 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1274 echo "${ECHO_T}$ac_cv_build" >&6
1275 build=$ac_cv_build
1276 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1277 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1278 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1279
1280
1281 echo "$as_me:$LINENO: checking host system type" >&5
1282 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1283 if test "${ac_cv_host+set}" = set; then
1284   echo $ECHO_N "(cached) $ECHO_C" >&6
1285 else
1286   ac_cv_host_alias=$host_alias
1287 test -z "$ac_cv_host_alias" &&
1288   ac_cv_host_alias=$ac_cv_build_alias
1289 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1290   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1291 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1292    { (exit 1); exit 1; }; }
1293
1294 fi
1295 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1296 echo "${ECHO_T}$ac_cv_host" >&6
1297 host=$ac_cv_host
1298 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1299 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1300 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1301
1302
1303 echo "$as_me:$LINENO: checking target system type" >&5
1304 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1305 if test "${ac_cv_target+set}" = set; then
1306   echo $ECHO_N "(cached) $ECHO_C" >&6
1307 else
1308   ac_cv_target_alias=$target_alias
1309 test "x$ac_cv_target_alias" = "x" &&
1310   ac_cv_target_alias=$ac_cv_host_alias
1311 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1312   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1313 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1314    { (exit 1); exit 1; }; }
1315
1316 fi
1317 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1318 echo "${ECHO_T}$ac_cv_target" >&6
1319 target=$ac_cv_target
1320 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1321 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1322 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1323
1324
1325 # The aliases save the names the user supplied, while $host etc.
1326 # will get canonicalized.
1327 test -n "$target_alias" &&
1328   test "$program_prefix$program_suffix$program_transform_name" = \
1329     NONENONEs,x,x, &&
1330   program_prefix=${target_alias}-
1331
1332 # Check whether --enable-shared or --disable-shared was given.
1333 if test "${enable_shared+set}" = set; then
1334   enableval="$enable_shared"
1335
1336   case $enable_shared in
1337   yes | no) ;;
1338   *)
1339     enable_shared=no
1340     IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1341     for pkg in $enableval; do
1342       if test "$pkg" = "ada" || test "$pkg" = "libada"; then
1343         enable_shared=yes
1344       fi
1345     done
1346     IFS="$ac_save_ifs"
1347     ;;
1348   esac
1349
1350 else
1351   enable_shared=yes
1352 fi;
1353
1354
1355 cat >confcache <<\_ACEOF
1356 # This file is a shell script that caches the results of configure
1357 # tests run on this system so they can be shared between configure
1358 # scripts and configure runs, see configure's option --config-cache.
1359 # It is not useful on other systems.  If it contains results you don't
1360 # want to keep, you may remove or edit it.
1361 #
1362 # config.status only pays attention to the cache file if you give it
1363 # the --recheck option to rerun configure.
1364 #
1365 # `ac_cv_env_foo' variables (set or unset) will be overridden when
1366 # loading this file, other *unset* `ac_cv_foo' will be assigned the
1367 # following values.
1368
1369 _ACEOF
1370
1371 # The following way of writing the cache mishandles newlines in values,
1372 # but we know of no workaround that is simple, portable, and efficient.
1373 # So, don't put newlines in cache variables' values.
1374 # Ultrix sh set writes to stderr and can't be redirected directly,
1375 # and sets the high bit in the cache file unless we assign to the vars.
1376 {
1377   (set) 2>&1 |
1378     case `(ac_space=' '; set | grep ac_space) 2>&1` in
1379     *ac_space=\ *)
1380       # `set' does not quote correctly, so add quotes (double-quote
1381       # substitution turns \\\\ into \\, and sed turns \\ into \).
1382       sed -n \
1383         "s/'/'\\\\''/g;
1384           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1385       ;;
1386     *)
1387       # `set' quotes correctly as required by POSIX, so do not add quotes.
1388       sed -n \
1389         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1390       ;;
1391     esac;
1392 } |
1393   sed '
1394      t clear
1395      : clear
1396      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1397      t end
1398      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1399      : end' >>confcache
1400 if diff $cache_file confcache >/dev/null 2>&1; then :; else
1401   if test -w $cache_file; then
1402     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
1403     cat confcache >$cache_file
1404   else
1405     echo "not updating unwritable cache $cache_file"
1406   fi
1407 fi
1408 rm -f confcache
1409
1410 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1411 # Let make expand exec_prefix.
1412 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1413
1414 # VPATH may cause trouble with some makes, so we remove $(srcdir),
1415 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1416 # trailing colons and then remove the whole line if VPATH becomes empty
1417 # (actually we leave an empty line to preserve line numbers).
1418 if test "x$srcdir" = x.; then
1419   ac_vpsub='/^[         ]*VPATH[        ]*=/{
1420 s/:*\$(srcdir):*/:/;
1421 s/:*\${srcdir}:*/:/;
1422 s/:*@srcdir@:*/:/;
1423 s/^\([^=]*=[    ]*\):*/\1/;
1424 s/:*$//;
1425 s/^[^=]*=[      ]*$//;
1426 }'
1427 fi
1428
1429 # Transform confdefs.h into DEFS.
1430 # Protect against shell expansion while executing Makefile rules.
1431 # Protect against Makefile macro expansion.
1432 #
1433 # If the first sed substitution is executed (which looks for macros that
1434 # take arguments), then we branch to the quote section.  Otherwise,
1435 # look for a macro that doesn't take arguments.
1436 cat >confdef2opt.sed <<\_ACEOF
1437 t clear
1438 : clear
1439 s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1440 t quote
1441 s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1442 t quote
1443 d
1444 : quote
1445 s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
1446 s,\[,\\&,g
1447 s,\],\\&,g
1448 s,\$,$$,g
1449 p
1450 _ACEOF
1451 # We use echo to avoid assuming a particular line-breaking character.
1452 # The extra dot is to prevent the shell from consuming trailing
1453 # line-breaks from the sub-command output.  A line-break within
1454 # single-quotes doesn't work because, if this script is created in a
1455 # platform that uses two characters for line-breaks (e.g., DOS), tr
1456 # would break.
1457 ac_LF_and_DOT=`echo; echo .`
1458 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
1459 rm -f confdef2opt.sed
1460
1461
1462 ac_libobjs=
1463 ac_ltlibobjs=
1464 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1465   # 1. Remove the extension, and $U if already installed.
1466   ac_i=`echo "$ac_i" |
1467          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1468   # 2. Add them.
1469   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1470   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
1471 done
1472 LIBOBJS=$ac_libobjs
1473
1474 LTLIBOBJS=$ac_ltlibobjs
1475
1476
1477
1478 : ${CONFIG_STATUS=./config.status}
1479 ac_clean_files_save=$ac_clean_files
1480 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1481 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1482 echo "$as_me: creating $CONFIG_STATUS" >&6;}
1483 cat >$CONFIG_STATUS <<_ACEOF
1484 #! $SHELL
1485 # Generated by $as_me.
1486 # Run this file to recreate the current configuration.
1487 # Compiler output produced by configure, useful for debugging
1488 # configure, is in config.log if it exists.
1489
1490 debug=false
1491 ac_cs_recheck=false
1492 ac_cs_silent=false
1493 SHELL=\${CONFIG_SHELL-$SHELL}
1494 _ACEOF
1495
1496 cat >>$CONFIG_STATUS <<\_ACEOF
1497 ## --------------------- ##
1498 ## M4sh Initialization.  ##
1499 ## --------------------- ##
1500
1501 # Be Bourne compatible
1502 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1503   emulate sh
1504   NULLCMD=:
1505   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1506   # is contrary to our usage.  Disable this feature.
1507   alias -g '${1+"$@"}'='"$@"'
1508 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
1509   set -o posix
1510 fi
1511
1512 # Support unset when possible.
1513 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
1514   as_unset=unset
1515 else
1516   as_unset=false
1517 fi
1518
1519
1520 # Work around bugs in pre-3.0 UWIN ksh.
1521 $as_unset ENV MAIL MAILPATH
1522 PS1='$ '
1523 PS2='> '
1524 PS4='+ '
1525
1526 # NLS nuisances.
1527 for as_var in \
1528   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
1529   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
1530   LC_TELEPHONE LC_TIME
1531 do
1532   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
1533     eval $as_var=C; export $as_var
1534   else
1535     $as_unset $as_var
1536   fi
1537 done
1538
1539 # Required to use basename.
1540 if expr a : '\(a\)' >/dev/null 2>&1; then
1541   as_expr=expr
1542 else
1543   as_expr=false
1544 fi
1545
1546 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
1547   as_basename=basename
1548 else
1549   as_basename=false
1550 fi
1551
1552
1553 # Name of the executable.
1554 as_me=`$as_basename "$0" ||
1555 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1556          X"$0" : 'X\(//\)$' \| \
1557          X"$0" : 'X\(/\)$' \| \
1558          .     : '\(.\)' 2>/dev/null ||
1559 echo X/"$0" |
1560     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
1561           /^X\/\(\/\/\)$/{ s//\1/; q; }
1562           /^X\/\(\/\).*/{ s//\1/; q; }
1563           s/.*/./; q'`
1564
1565
1566 # PATH needs CR, and LINENO needs CR and PATH.
1567 # Avoid depending upon Character Ranges.
1568 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1569 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1570 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1571 as_cr_digits='0123456789'
1572 as_cr_alnum=$as_cr_Letters$as_cr_digits
1573
1574 # The user is always right.
1575 if test "${PATH_SEPARATOR+set}" != set; then
1576   echo "#! /bin/sh" >conf$$.sh
1577   echo  "exit 0"   >>conf$$.sh
1578   chmod +x conf$$.sh
1579   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1580     PATH_SEPARATOR=';'
1581   else
1582     PATH_SEPARATOR=:
1583   fi
1584   rm -f conf$$.sh
1585 fi
1586
1587
1588   as_lineno_1=$LINENO
1589   as_lineno_2=$LINENO
1590   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1591   test "x$as_lineno_1" != "x$as_lineno_2" &&
1592   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
1593   # Find who we are.  Look in the path if we contain no path at all
1594   # relative or not.
1595   case $0 in
1596     *[\\/]* ) as_myself=$0 ;;
1597     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1598 for as_dir in $PATH
1599 do
1600   IFS=$as_save_IFS
1601   test -z "$as_dir" && as_dir=.
1602   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1603 done
1604
1605        ;;
1606   esac
1607   # We did not find ourselves, most probably we were run as `sh COMMAND'
1608   # in which case we are not to be found in the path.
1609   if test "x$as_myself" = x; then
1610     as_myself=$0
1611   fi
1612   if test ! -f "$as_myself"; then
1613     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
1614 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
1615    { (exit 1); exit 1; }; }
1616   fi
1617   case $CONFIG_SHELL in
1618   '')
1619     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1620 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1621 do
1622   IFS=$as_save_IFS
1623   test -z "$as_dir" && as_dir=.
1624   for as_base in sh bash ksh sh5; do
1625          case $as_dir in
1626          /*)
1627            if ("$as_dir/$as_base" -c '
1628   as_lineno_1=$LINENO
1629   as_lineno_2=$LINENO
1630   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
1631   test "x$as_lineno_1" != "x$as_lineno_2" &&
1632   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
1633              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
1634              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
1635              CONFIG_SHELL=$as_dir/$as_base
1636              export CONFIG_SHELL
1637              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
1638            fi;;
1639          esac
1640        done
1641 done
1642 ;;
1643   esac
1644
1645   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
1646   # uniformly replaced by the line number.  The first 'sed' inserts a
1647   # line-number line before each line; the second 'sed' does the real
1648   # work.  The second script uses 'N' to pair each line-number line
1649   # with the numbered line, and appends trailing '-' during
1650   # substitution so that $LINENO is not a special case at line end.
1651   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
1652   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
1653   sed '=' <$as_myself |
1654     sed '
1655       N
1656       s,$,-,
1657       : loop
1658       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
1659       t loop
1660       s,-$,,
1661       s,^['$as_cr_digits']*\n,,
1662     ' >$as_me.lineno &&
1663   chmod +x $as_me.lineno ||
1664     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
1665 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
1666    { (exit 1); exit 1; }; }
1667
1668   # Don't try to exec as it changes $[0], causing all sort of problems
1669   # (the dirname of $[0] is not the place where we might find the
1670   # original and so on.  Autoconf is especially sensible to this).
1671   . ./$as_me.lineno
1672   # Exit status is that of the last command.
1673   exit
1674 }
1675
1676
1677 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
1678   *c*,-n*) ECHO_N= ECHO_C='
1679 ' ECHO_T='      ' ;;
1680   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
1681   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
1682 esac
1683
1684 if expr a : '\(a\)' >/dev/null 2>&1; then
1685   as_expr=expr
1686 else
1687   as_expr=false
1688 fi
1689
1690 rm -f conf$$ conf$$.exe conf$$.file
1691 echo >conf$$.file
1692 if ln -s conf$$.file conf$$ 2>/dev/null; then
1693   # We could just check for DJGPP; but this test a) works b) is more generic
1694   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
1695   if test -f conf$$.exe; then
1696     # Don't use ln at all; we don't have any links
1697     as_ln_s='cp -p'
1698   else
1699     as_ln_s='ln -s'
1700   fi
1701 elif ln conf$$.file conf$$ 2>/dev/null; then
1702   as_ln_s=ln
1703 else
1704   as_ln_s='cp -p'
1705 fi
1706 rm -f conf$$ conf$$.exe conf$$.file
1707
1708 if mkdir -p . 2>/dev/null; then
1709   as_mkdir_p=:
1710 else
1711   as_mkdir_p=false
1712 fi
1713
1714 as_executable_p="test -f"
1715
1716 # Sed expression to map a string onto a valid CPP name.
1717 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
1718
1719 # Sed expression to map a string onto a valid variable name.
1720 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
1721
1722
1723 # IFS
1724 # We need space, tab and new line, in precisely that order.
1725 as_nl='
1726 '
1727 IFS="   $as_nl"
1728
1729 # CDPATH.
1730 $as_unset CDPATH
1731
1732 exec 6>&1
1733
1734 # Open the log real soon, to keep \$[0] and so on meaningful, and to
1735 # report actual input values of CONFIG_FILES etc. instead of their
1736 # values after options handling.  Logging --version etc. is OK.
1737 exec 5>>config.log
1738 {
1739   echo
1740   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1741 ## Running $as_me. ##
1742 _ASBOX
1743 } >&5
1744 cat >&5 <<_CSEOF
1745
1746 This file was extended by $as_me, which was
1747 generated by GNU Autoconf 2.57.  Invocation command line was
1748
1749   CONFIG_FILES    = $CONFIG_FILES
1750   CONFIG_HEADERS  = $CONFIG_HEADERS
1751   CONFIG_LINKS    = $CONFIG_LINKS
1752   CONFIG_COMMANDS = $CONFIG_COMMANDS
1753   $ $0 $@
1754
1755 _CSEOF
1756 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
1757 echo >&5
1758 _ACEOF
1759
1760 # Files that config.status was made for.
1761 if test -n "$ac_config_files"; then
1762   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
1763 fi
1764
1765 if test -n "$ac_config_headers"; then
1766   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
1767 fi
1768
1769 if test -n "$ac_config_links"; then
1770   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
1771 fi
1772
1773 if test -n "$ac_config_commands"; then
1774   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
1775 fi
1776
1777 cat >>$CONFIG_STATUS <<\_ACEOF
1778
1779 ac_cs_usage="\
1780 \`$as_me' instantiates files from templates according to the
1781 current configuration.
1782
1783 Usage: $0 [OPTIONS] [FILE]...
1784
1785   -h, --help       print this help, then exit
1786   -V, --version    print version number, then exit
1787   -q, --quiet      do not print progress messages
1788   -d, --debug      don't remove temporary files
1789       --recheck    update $as_me by reconfiguring in the same conditions
1790   --file=FILE[:TEMPLATE]
1791                    instantiate the configuration file FILE
1792
1793 Configuration files:
1794 $config_files
1795
1796 Report bugs to <bug-autoconf@gnu.org>."
1797 _ACEOF
1798
1799 cat >>$CONFIG_STATUS <<_ACEOF
1800 ac_cs_version="\\
1801 config.status
1802 configured by $0, generated by GNU Autoconf 2.57,
1803   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1804
1805 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
1806 Free Software Foundation, Inc.
1807 This config.status script is free software; the Free Software Foundation
1808 gives unlimited permission to copy, distribute and modify it."
1809 srcdir=$srcdir
1810 _ACEOF
1811
1812 cat >>$CONFIG_STATUS <<\_ACEOF
1813 # If no file are specified by the user, then we need to provide default
1814 # value.  By we need to know if files were specified by the user.
1815 ac_need_defaults=:
1816 while test $# != 0
1817 do
1818   case $1 in
1819   --*=*)
1820     ac_option=`expr "x$1" : 'x\([^=]*\)='`
1821     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
1822     ac_shift=:
1823     ;;
1824   -*)
1825     ac_option=$1
1826     ac_optarg=$2
1827     ac_shift=shift
1828     ;;
1829   *) # This is not an option, so the user has probably given explicit
1830      # arguments.
1831      ac_option=$1
1832      ac_need_defaults=false;;
1833   esac
1834
1835   case $ac_option in
1836   # Handling of the options.
1837 _ACEOF
1838 cat >>$CONFIG_STATUS <<\_ACEOF
1839   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1840     ac_cs_recheck=: ;;
1841   --version | --vers* | -V )
1842     echo "$ac_cs_version"; exit 0 ;;
1843   --he | --h)
1844     # Conflict between --help and --header
1845     { { echo "$as_me:$LINENO: error: ambiguous option: $1
1846 Try \`$0 --help' for more information." >&5
1847 echo "$as_me: error: ambiguous option: $1
1848 Try \`$0 --help' for more information." >&2;}
1849    { (exit 1); exit 1; }; };;
1850   --help | --hel | -h )
1851     echo "$ac_cs_usage"; exit 0 ;;
1852   --debug | --d* | -d )
1853     debug=: ;;
1854   --file | --fil | --fi | --f )
1855     $ac_shift
1856     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1857     ac_need_defaults=false;;
1858   --header | --heade | --head | --hea )
1859     $ac_shift
1860     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1861     ac_need_defaults=false;;
1862   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1863   | -silent | --silent | --silen | --sile | --sil | --si | --s)
1864     ac_cs_silent=: ;;
1865
1866   # This is an error.
1867   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
1868 Try \`$0 --help' for more information." >&5
1869 echo "$as_me: error: unrecognized option: $1
1870 Try \`$0 --help' for more information." >&2;}
1871    { (exit 1); exit 1; }; } ;;
1872
1873   *) ac_config_targets="$ac_config_targets $1" ;;
1874
1875   esac
1876   shift
1877 done
1878
1879 ac_configure_extra_args=
1880
1881 if $ac_cs_silent; then
1882   exec 6>/dev/null
1883   ac_configure_extra_args="$ac_configure_extra_args --silent"
1884 fi
1885
1886 _ACEOF
1887 cat >>$CONFIG_STATUS <<_ACEOF
1888 if \$ac_cs_recheck; then
1889   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
1890   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1891 fi
1892
1893 _ACEOF
1894
1895
1896
1897
1898
1899 cat >>$CONFIG_STATUS <<\_ACEOF
1900 for ac_config_target in $ac_config_targets
1901 do
1902   case "$ac_config_target" in
1903   # Handling of arguments.
1904   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1905   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1906 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
1907    { (exit 1); exit 1; }; };;
1908   esac
1909 done
1910
1911 # If the user did not use the arguments to specify the items to instantiate,
1912 # then the envvar interface is used.  Set only those that are not.
1913 # We use the long form for the default assignment because of an extremely
1914 # bizarre bug on SunOS 4.1.3.
1915 if $ac_need_defaults; then
1916   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1917 fi
1918
1919 # Have a temporary directory for convenience.  Make it in the build tree
1920 # simply because there is no reason to put it here, and in addition,
1921 # creating and moving files from /tmp can sometimes cause problems.
1922 # Create a temporary directory, and hook for its removal unless debugging.
1923 $debug ||
1924 {
1925   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
1926   trap '{ (exit 1); exit 1; }' 1 2 13 15
1927 }
1928
1929 # Create a (secure) tmp directory for tmp files.
1930
1931 {
1932   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
1933   test -n "$tmp" && test -d "$tmp"
1934 }  ||
1935 {
1936   tmp=./confstat$$-$RANDOM
1937   (umask 077 && mkdir $tmp)
1938 } ||
1939 {
1940    echo "$me: cannot create a temporary directory in ." >&2
1941    { (exit 1); exit 1; }
1942 }
1943
1944 _ACEOF
1945
1946 cat >>$CONFIG_STATUS <<_ACEOF
1947
1948 #
1949 # CONFIG_FILES section.
1950 #
1951
1952 # No need to generate the scripts if there are no CONFIG_FILES.
1953 # This happens for instance when ./config.status config.h
1954 if test -n "\$CONFIG_FILES"; then
1955   # Protect against being on the right side of a sed subst in config.status.
1956   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
1957    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
1958 s,@SHELL@,$SHELL,;t t
1959 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
1960 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
1961 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
1962 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
1963 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
1964 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
1965 s,@exec_prefix@,$exec_prefix,;t t
1966 s,@prefix@,$prefix,;t t
1967 s,@program_transform_name@,$program_transform_name,;t t
1968 s,@bindir@,$bindir,;t t
1969 s,@sbindir@,$sbindir,;t t
1970 s,@libexecdir@,$libexecdir,;t t
1971 s,@datadir@,$datadir,;t t
1972 s,@sysconfdir@,$sysconfdir,;t t
1973 s,@sharedstatedir@,$sharedstatedir,;t t
1974 s,@localstatedir@,$localstatedir,;t t
1975 s,@libdir@,$libdir,;t t
1976 s,@includedir@,$includedir,;t t
1977 s,@oldincludedir@,$oldincludedir,;t t
1978 s,@infodir@,$infodir,;t t
1979 s,@mandir@,$mandir,;t t
1980 s,@build_alias@,$build_alias,;t t
1981 s,@host_alias@,$host_alias,;t t
1982 s,@target_alias@,$target_alias,;t t
1983 s,@DEFS@,$DEFS,;t t
1984 s,@ECHO_C@,$ECHO_C,;t t
1985 s,@ECHO_N@,$ECHO_N,;t t
1986 s,@ECHO_T@,$ECHO_T,;t t
1987 s,@LIBS@,$LIBS,;t t
1988 s,@MAINT@,$MAINT,;t t
1989 s,@build@,$build,;t t
1990 s,@build_cpu@,$build_cpu,;t t
1991 s,@build_vendor@,$build_vendor,;t t
1992 s,@build_os@,$build_os,;t t
1993 s,@host@,$host,;t t
1994 s,@host_cpu@,$host_cpu,;t t
1995 s,@host_vendor@,$host_vendor,;t t
1996 s,@host_os@,$host_os,;t t
1997 s,@target@,$target,;t t
1998 s,@target_cpu@,$target_cpu,;t t
1999 s,@target_vendor@,$target_vendor,;t t
2000 s,@target_os@,$target_os,;t t
2001 s,@enable_shared@,$enable_shared,;t t
2002 s,@LIBOBJS@,$LIBOBJS,;t t
2003 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2004 CEOF
2005
2006 _ACEOF
2007
2008   cat >>$CONFIG_STATUS <<\_ACEOF
2009   # Split the substitutions into bite-sized pieces for seds with
2010   # small command number limits, like on Digital OSF/1 and HP-UX.
2011   ac_max_sed_lines=48
2012   ac_sed_frag=1 # Number of current file.
2013   ac_beg=1 # First line for current file.
2014   ac_end=$ac_max_sed_lines # Line after last line for current file.
2015   ac_more_lines=:
2016   ac_sed_cmds=
2017   while $ac_more_lines; do
2018     if test $ac_beg -gt 1; then
2019       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2020     else
2021       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2022     fi
2023     if test ! -s $tmp/subs.frag; then
2024       ac_more_lines=false
2025     else
2026       # The purpose of the label and of the branching condition is to
2027       # speed up the sed processing (if there are no `@' at all, there
2028       # is no need to browse any of the substitutions).
2029       # These are the two extra sed commands mentioned above.
2030       (echo ':t
2031   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2032       if test -z "$ac_sed_cmds"; then
2033         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2034       else
2035         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2036       fi
2037       ac_sed_frag=`expr $ac_sed_frag + 1`
2038       ac_beg=$ac_end
2039       ac_end=`expr $ac_end + $ac_max_sed_lines`
2040     fi
2041   done
2042   if test -z "$ac_sed_cmds"; then
2043     ac_sed_cmds=cat
2044   fi
2045 fi # test -n "$CONFIG_FILES"
2046
2047 _ACEOF
2048 cat >>$CONFIG_STATUS <<\_ACEOF
2049 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2050   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2051   case $ac_file in
2052   - | *:- | *:-:* ) # input from stdin
2053         cat >$tmp/stdin
2054         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2055         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2056   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2057         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2058   * )   ac_file_in=$ac_file.in ;;
2059   esac
2060
2061   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2062   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2063 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2064          X"$ac_file" : 'X\(//\)[^/]' \| \
2065          X"$ac_file" : 'X\(//\)$' \| \
2066          X"$ac_file" : 'X\(/\)' \| \
2067          .     : '\(.\)' 2>/dev/null ||
2068 echo X"$ac_file" |
2069     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2070           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2071           /^X\(\/\/\)$/{ s//\1/; q; }
2072           /^X\(\/\).*/{ s//\1/; q; }
2073           s/.*/./; q'`
2074   { if $as_mkdir_p; then
2075     mkdir -p "$ac_dir"
2076   else
2077     as_dir="$ac_dir"
2078     as_dirs=
2079     while test ! -d "$as_dir"; do
2080       as_dirs="$as_dir $as_dirs"
2081       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2082 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2083          X"$as_dir" : 'X\(//\)[^/]' \| \
2084          X"$as_dir" : 'X\(//\)$' \| \
2085          X"$as_dir" : 'X\(/\)' \| \
2086          .     : '\(.\)' 2>/dev/null ||
2087 echo X"$as_dir" |
2088     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2089           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2090           /^X\(\/\/\)$/{ s//\1/; q; }
2091           /^X\(\/\).*/{ s//\1/; q; }
2092           s/.*/./; q'`
2093     done
2094     test ! -n "$as_dirs" || mkdir $as_dirs
2095   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2096 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2097    { (exit 1); exit 1; }; }; }
2098
2099   ac_builddir=.
2100
2101 if test "$ac_dir" != .; then
2102   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2103   # A "../" for each directory in $ac_dir_suffix.
2104   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2105 else
2106   ac_dir_suffix= ac_top_builddir=
2107 fi
2108
2109 case $srcdir in
2110   .)  # No --srcdir option.  We are building in place.
2111     ac_srcdir=.
2112     if test -z "$ac_top_builddir"; then
2113        ac_top_srcdir=.
2114     else
2115        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2116     fi ;;
2117   [\\/]* | ?:[\\/]* )  # Absolute path.
2118     ac_srcdir=$srcdir$ac_dir_suffix;
2119     ac_top_srcdir=$srcdir ;;
2120   *) # Relative path.
2121     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2122     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2123 esac
2124 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
2125 # absolute.
2126 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
2127 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
2128 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
2129 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
2130
2131
2132
2133   if test x"$ac_file" != x-; then
2134     { echo "$as_me:$LINENO: creating $ac_file" >&5
2135 echo "$as_me: creating $ac_file" >&6;}
2136     rm -f "$ac_file"
2137   fi
2138   # Let's still pretend it is `configure' which instantiates (i.e., don't
2139   # use $as_me), people would be surprised to read:
2140   #    /* config.h.  Generated by config.status.  */
2141   if test x"$ac_file" = x-; then
2142     configure_input=
2143   else
2144     configure_input="$ac_file.  "
2145   fi
2146   configure_input=$configure_input"Generated from `echo $ac_file_in |
2147                                      sed 's,.*/,,'` by configure."
2148
2149   # First look for the input files in the build tree, otherwise in the
2150   # src tree.
2151   ac_file_inputs=`IFS=:
2152     for f in $ac_file_in; do
2153       case $f in
2154       -) echo $tmp/stdin ;;
2155       [\\/$]*)
2156          # Absolute (can't be DOS-style, as IFS=:)
2157          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2158 echo "$as_me: error: cannot find input file: $f" >&2;}
2159    { (exit 1); exit 1; }; }
2160          echo $f;;
2161       *) # Relative
2162          if test -f "$f"; then
2163            # Build tree
2164            echo $f
2165          elif test -f "$srcdir/$f"; then
2166            # Source tree
2167            echo $srcdir/$f
2168          else
2169            # /dev/null tree
2170            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2171 echo "$as_me: error: cannot find input file: $f" >&2;}
2172    { (exit 1); exit 1; }; }
2173          fi;;
2174       esac
2175     done` || { (exit 1); exit 1; }
2176 _ACEOF
2177 cat >>$CONFIG_STATUS <<_ACEOF
2178   sed "$ac_vpsub
2179 $extrasub
2180 _ACEOF
2181 cat >>$CONFIG_STATUS <<\_ACEOF
2182 :t
2183 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2184 s,@configure_input@,$configure_input,;t t
2185 s,@srcdir@,$ac_srcdir,;t t
2186 s,@abs_srcdir@,$ac_abs_srcdir,;t t
2187 s,@top_srcdir@,$ac_top_srcdir,;t t
2188 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2189 s,@builddir@,$ac_builddir,;t t
2190 s,@abs_builddir@,$ac_abs_builddir,;t t
2191 s,@top_builddir@,$ac_top_builddir,;t t
2192 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2193 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2194   rm -f $tmp/stdin
2195   if test x"$ac_file" != x-; then
2196     mv $tmp/out $ac_file
2197   else
2198     cat $tmp/out
2199     rm -f $tmp/out
2200   fi
2201
2202 done
2203 _ACEOF
2204
2205 cat >>$CONFIG_STATUS <<\_ACEOF
2206
2207 { (exit 0); exit 0; }
2208 _ACEOF
2209 chmod +x $CONFIG_STATUS
2210 ac_clean_files=$ac_clean_files_save
2211
2212
2213 # configure is writing to config.log, and then calls config.status.
2214 # config.status does its own redirection, appending to config.log.
2215 # Unfortunately, on DOS this fails, as config.log is still kept open
2216 # by configure, so config.status won't be able to write to it; its
2217 # output is simply discarded.  So we exec the FD to /dev/null,
2218 # effectively closing config.log, so it can be properly (re)opened and
2219 # appended to by config.status.  When coming back to configure, we
2220 # need to make the FD available again.
2221 if test "$no_create" != yes; then
2222   ac_cs_success=:
2223   ac_config_status_args=
2224   test "$silent" = yes &&
2225     ac_config_status_args="$ac_config_status_args --quiet"
2226   exec 5>/dev/null
2227   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2228   exec 5>>config.log
2229   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2230   # would make configure fail if this is the last instruction.
2231   $ac_cs_success || { (exit 1); exit 1; }
2232 fi
2233