OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / machine / powerpc / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for newlib 1.16.0.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
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
13 if 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+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20   set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/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 -z "`(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   test -d ./-p && rmdir ./-p
222   as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS="   $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.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${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.
268 PACKAGE_NAME='newlib'
269 PACKAGE_TARNAME='newlib'
270 PACKAGE_VERSION='1.16.0'
271 PACKAGE_STRING='newlib 1.16.0'
272 PACKAGE_BUGREPORT=''
273
274 ac_unique_file="setjmp.S"
275 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 MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir extra_objs extra_sources LIBOBJS LTLIBOBJS'
276 ac_subst_files=''
277
278 # Initialize some variables set by options.
279 ac_init_help=
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
283 cache_file=/dev/null
284 exec_prefix=NONE
285 no_create=
286 no_recursion=
287 prefix=NONE
288 program_prefix=NONE
289 program_suffix=NONE
290 program_transform_name=s,x,x,
291 silent=
292 site=
293 srcdir=
294 verbose=
295 x_includes=NONE
296 x_libraries=NONE
297
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir='${exec_prefix}/bin'
304 sbindir='${exec_prefix}/sbin'
305 libexecdir='${exec_prefix}/libexec'
306 datadir='${prefix}/share'
307 sysconfdir='${prefix}/etc'
308 sharedstatedir='${prefix}/com'
309 localstatedir='${prefix}/var'
310 libdir='${exec_prefix}/lib'
311 includedir='${prefix}/include'
312 oldincludedir='/usr/include'
313 infodir='${prefix}/info'
314 mandir='${prefix}/man'
315
316 ac_prev=
317 for ac_option
318 do
319   # If the previous option needs an argument, assign it.
320   if test -n "$ac_prev"; then
321     eval "$ac_prev=\$ac_option"
322     ac_prev=
323     continue
324   fi
325
326   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
327
328   # Accept the important Cygnus configure options, so we can diagnose typos.
329
330   case $ac_option in
331
332   -bindir | --bindir | --bindi | --bind | --bin | --bi)
333     ac_prev=bindir ;;
334   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335     bindir=$ac_optarg ;;
336
337   -build | --build | --buil | --bui | --bu)
338     ac_prev=build_alias ;;
339   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340     build_alias=$ac_optarg ;;
341
342   -cache-file | --cache-file | --cache-fil | --cache-fi \
343   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344     ac_prev=cache_file ;;
345   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347     cache_file=$ac_optarg ;;
348
349   --config-cache | -C)
350     cache_file=config.cache ;;
351
352   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
353     ac_prev=datadir ;;
354   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355   | --da=*)
356     datadir=$ac_optarg ;;
357
358   -disable-* | --disable-*)
359     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360     # Reject names that are not valid shell variable names.
361     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363    { (exit 1); exit 1; }; }
364     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365     eval "enable_$ac_feature=no" ;;
366
367   -enable-* | --enable-*)
368     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369     # Reject names that are not valid shell variable names.
370     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372    { (exit 1); exit 1; }; }
373     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
374     case $ac_option in
375       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376       *) ac_optarg=yes ;;
377     esac
378     eval "enable_$ac_feature='$ac_optarg'" ;;
379
380   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
382   | --exec | --exe | --ex)
383     ac_prev=exec_prefix ;;
384   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386   | --exec=* | --exe=* | --ex=*)
387     exec_prefix=$ac_optarg ;;
388
389   -gas | --gas | --ga | --g)
390     # Obsolete; use --with-gas.
391     with_gas=yes ;;
392
393   -help | --help | --hel | --he | -h)
394     ac_init_help=long ;;
395   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
396     ac_init_help=recursive ;;
397   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398     ac_init_help=short ;;
399
400   -host | --host | --hos | --ho)
401     ac_prev=host_alias ;;
402   -host=* | --host=* | --hos=* | --ho=*)
403     host_alias=$ac_optarg ;;
404
405   -includedir | --includedir | --includedi | --included | --include \
406   | --includ | --inclu | --incl | --inc)
407     ac_prev=includedir ;;
408   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409   | --includ=* | --inclu=* | --incl=* | --inc=*)
410     includedir=$ac_optarg ;;
411
412   -infodir | --infodir | --infodi | --infod | --info | --inf)
413     ac_prev=infodir ;;
414   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415     infodir=$ac_optarg ;;
416
417   -libdir | --libdir | --libdi | --libd)
418     ac_prev=libdir ;;
419   -libdir=* | --libdir=* | --libdi=* | --libd=*)
420     libdir=$ac_optarg ;;
421
422   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423   | --libexe | --libex | --libe)
424     ac_prev=libexecdir ;;
425   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426   | --libexe=* | --libex=* | --libe=*)
427     libexecdir=$ac_optarg ;;
428
429   -localstatedir | --localstatedir | --localstatedi | --localstated \
430   | --localstate | --localstat | --localsta | --localst \
431   | --locals | --local | --loca | --loc | --lo)
432     ac_prev=localstatedir ;;
433   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436     localstatedir=$ac_optarg ;;
437
438   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439     ac_prev=mandir ;;
440   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441     mandir=$ac_optarg ;;
442
443   -nfp | --nfp | --nf)
444     # Obsolete; use --without-fp.
445     with_fp=no ;;
446
447   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448   | --no-cr | --no-c | -n)
449     no_create=yes ;;
450
451   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
453     no_recursion=yes ;;
454
455   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
456   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
457   | --oldin | --oldi | --old | --ol | --o)
458     ac_prev=oldincludedir ;;
459   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462     oldincludedir=$ac_optarg ;;
463
464   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465     ac_prev=prefix ;;
466   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467     prefix=$ac_optarg ;;
468
469   -program-prefix | --program-prefix | --program-prefi | --program-pref \
470   | --program-pre | --program-pr | --program-p)
471     ac_prev=program_prefix ;;
472   -program-prefix=* | --program-prefix=* | --program-prefi=* \
473   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474     program_prefix=$ac_optarg ;;
475
476   -program-suffix | --program-suffix | --program-suffi | --program-suff \
477   | --program-suf | --program-su | --program-s)
478     ac_prev=program_suffix ;;
479   -program-suffix=* | --program-suffix=* | --program-suffi=* \
480   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481     program_suffix=$ac_optarg ;;
482
483   -program-transform-name | --program-transform-name \
484   | --program-transform-nam | --program-transform-na \
485   | --program-transform-n | --program-transform- \
486   | --program-transform | --program-transfor \
487   | --program-transfo | --program-transf \
488   | --program-trans | --program-tran \
489   | --progr-tra | --program-tr | --program-t)
490     ac_prev=program_transform_name ;;
491   -program-transform-name=* | --program-transform-name=* \
492   | --program-transform-nam=* | --program-transform-na=* \
493   | --program-transform-n=* | --program-transform-=* \
494   | --program-transform=* | --program-transfor=* \
495   | --program-transfo=* | --program-transf=* \
496   | --program-trans=* | --program-tran=* \
497   | --progr-tra=* | --program-tr=* | --program-t=*)
498     program_transform_name=$ac_optarg ;;
499
500   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501   | -silent | --silent | --silen | --sile | --sil)
502     silent=yes ;;
503
504   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
505     ac_prev=sbindir ;;
506   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
507   | --sbi=* | --sb=*)
508     sbindir=$ac_optarg ;;
509
510   -sharedstatedir | --sharedstatedir | --sharedstatedi \
511   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512   | --sharedst | --shareds | --shared | --share | --shar \
513   | --sha | --sh)
514     ac_prev=sharedstatedir ;;
515   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
518   | --sha=* | --sh=*)
519     sharedstatedir=$ac_optarg ;;
520
521   -site | --site | --sit)
522     ac_prev=site ;;
523   -site=* | --site=* | --sit=*)
524     site=$ac_optarg ;;
525
526   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527     ac_prev=srcdir ;;
528   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529     srcdir=$ac_optarg ;;
530
531   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532   | --syscon | --sysco | --sysc | --sys | --sy)
533     ac_prev=sysconfdir ;;
534   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536     sysconfdir=$ac_optarg ;;
537
538   -target | --target | --targe | --targ | --tar | --ta | --t)
539     ac_prev=target_alias ;;
540   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541     target_alias=$ac_optarg ;;
542
543   -v | -verbose | --verbose | --verbos | --verbo | --verb)
544     verbose=yes ;;
545
546   -version | --version | --versio | --versi | --vers | -V)
547     ac_init_version=: ;;
548
549   -with-* | --with-*)
550     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551     # Reject names that are not valid shell variable names.
552     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553       { echo "$as_me: error: invalid package name: $ac_package" >&2
554    { (exit 1); exit 1; }; }
555     ac_package=`echo $ac_package| sed 's/-/_/g'`
556     case $ac_option in
557       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558       *) ac_optarg=yes ;;
559     esac
560     eval "with_$ac_package='$ac_optarg'" ;;
561
562   -without-* | --without-*)
563     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564     # Reject names that are not valid shell variable names.
565     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566       { echo "$as_me: error: invalid package name: $ac_package" >&2
567    { (exit 1); exit 1; }; }
568     ac_package=`echo $ac_package | sed 's/-/_/g'`
569     eval "with_$ac_package=no" ;;
570
571   --x)
572     # Obsolete; use --with-x.
573     with_x=yes ;;
574
575   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
576   | --x-incl | --x-inc | --x-in | --x-i)
577     ac_prev=x_includes ;;
578   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580     x_includes=$ac_optarg ;;
581
582   -x-libraries | --x-libraries | --x-librarie | --x-librari \
583   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584     ac_prev=x_libraries ;;
585   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587     x_libraries=$ac_optarg ;;
588
589   -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591    { (exit 1); exit 1; }; }
592     ;;
593
594   *=*)
595     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596     # Reject names that are not valid shell variable names.
597     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599    { (exit 1); exit 1; }; }
600     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601     eval "$ac_envvar='$ac_optarg'"
602     export $ac_envvar ;;
603
604   *)
605     # FIXME: should be removed in autoconf 3.0.
606     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
610     ;;
611
612   esac
613 done
614
615 if test -n "$ac_prev"; then
616   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617   { echo "$as_me: error: missing argument to $ac_option" >&2
618    { (exit 1); exit 1; }; }
619 fi
620
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
623 do
624   eval ac_val=$`echo $ac_var`
625   case $ac_val in
626     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628    { (exit 1); exit 1; }; };;
629   esac
630 done
631
632 # Be sure to have absolute paths.
633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634               localstatedir libdir includedir oldincludedir infodir mandir
635 do
636   eval ac_val=$`echo $ac_var`
637   case $ac_val in
638     [\\/$]* | ?:[\\/]* ) ;;
639     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640    { (exit 1); exit 1; }; };;
641   esac
642 done
643
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
647 build=$build_alias
648 host=$host_alias
649 target=$target_alias
650
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x; then
653   if test "x$build_alias" = x; then
654     cross_compiling=maybe
655     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656     If a cross compiler is detected then cross compile mode will be used." >&2
657   elif test "x$build_alias" != "x$host_alias"; then
658     cross_compiling=yes
659   fi
660 fi
661
662 ac_tool_prefix=
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
664
665 test "$silent" = yes && exec 6>/dev/null
666
667
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670   ac_srcdir_defaulted=yes
671   # Try the directory containing this script, then its parent.
672   ac_confdir=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674          X"$0" : 'X\(//\)[^/]' \| \
675          X"$0" : 'X\(//\)$' \| \
676          X"$0" : 'X\(/\)' \| \
677          .     : '\(.\)' 2>/dev/null ||
678 echo X"$0" |
679     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681           /^X\(\/\/\)$/{ s//\1/; q; }
682           /^X\(\/\).*/{ s//\1/; q; }
683           s/.*/./; q'`
684   srcdir=$ac_confdir
685   if test ! -r $srcdir/$ac_unique_file; then
686     srcdir=..
687   fi
688 else
689   ac_srcdir_defaulted=no
690 fi
691 if test ! -r $srcdir/$ac_unique_file; then
692   if test "$ac_srcdir_defaulted" = yes; then
693     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694    { (exit 1); exit 1; }; }
695   else
696     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697    { (exit 1); exit 1; }; }
698   fi
699 fi
700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702    { (exit 1); exit 1; }; }
703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set=${build_alias+set}
705 ac_env_build_alias_value=$build_alias
706 ac_cv_env_build_alias_set=${build_alias+set}
707 ac_cv_env_build_alias_value=$build_alias
708 ac_env_host_alias_set=${host_alias+set}
709 ac_env_host_alias_value=$host_alias
710 ac_cv_env_host_alias_set=${host_alias+set}
711 ac_cv_env_host_alias_value=$host_alias
712 ac_env_target_alias_set=${target_alias+set}
713 ac_env_target_alias_value=$target_alias
714 ac_cv_env_target_alias_set=${target_alias+set}
715 ac_cv_env_target_alias_value=$target_alias
716 ac_env_CCAS_set=${CCAS+set}
717 ac_env_CCAS_value=$CCAS
718 ac_cv_env_CCAS_set=${CCAS+set}
719 ac_cv_env_CCAS_value=$CCAS
720 ac_env_CCASFLAGS_set=${CCASFLAGS+set}
721 ac_env_CCASFLAGS_value=$CCASFLAGS
722 ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
723 ac_cv_env_CCASFLAGS_value=$CCASFLAGS
724
725 #
726 # Report the --help message.
727 #
728 if test "$ac_init_help" = "long"; then
729   # Omit some internal or obsolete options to make the list less imposing.
730   # This message is too long to be a string in the A/UX 3.1 sh.
731   cat <<_ACEOF
732 \`configure' configures newlib 1.16.0 to adapt to many kinds of systems.
733
734 Usage: $0 [OPTION]... [VAR=VALUE]...
735
736 To assign environment variables (e.g., CC, CFLAGS...), specify them as
737 VAR=VALUE.  See below for descriptions of some of the useful variables.
738
739 Defaults for the options are specified in brackets.
740
741 Configuration:
742   -h, --help              display this help and exit
743       --help=short        display options specific to this package
744       --help=recursive    display the short help of all the included packages
745   -V, --version           display version information and exit
746   -q, --quiet, --silent   do not print \`checking...' messages
747       --cache-file=FILE   cache test results in FILE [disabled]
748   -C, --config-cache      alias for \`--cache-file=config.cache'
749   -n, --no-create         do not create output files
750       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
751
752 _ACEOF
753
754   cat <<_ACEOF
755 Installation directories:
756   --prefix=PREFIX         install architecture-independent files in PREFIX
757                           [$ac_default_prefix]
758   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
759                           [PREFIX]
760
761 By default, \`make install' will install all the files in
762 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
763 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
764 for instance \`--prefix=\$HOME'.
765
766 For better control, use the options below.
767
768 Fine tuning of the installation directories:
769   --bindir=DIR           user executables [EPREFIX/bin]
770   --sbindir=DIR          system admin executables [EPREFIX/sbin]
771   --libexecdir=DIR       program executables [EPREFIX/libexec]
772   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
773   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
774   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
775   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
776   --libdir=DIR           object code libraries [EPREFIX/lib]
777   --includedir=DIR       C header files [PREFIX/include]
778   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
779   --infodir=DIR          info documentation [PREFIX/info]
780   --mandir=DIR           man documentation [PREFIX/man]
781 _ACEOF
782
783   cat <<\_ACEOF
784
785 Program names:
786   --program-prefix=PREFIX            prepend PREFIX to installed program names
787   --program-suffix=SUFFIX            append SUFFIX to installed program names
788   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
789
790 System types:
791   --build=BUILD     configure for building on BUILD [guessed]
792   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
793 _ACEOF
794 fi
795
796 if test -n "$ac_init_help"; then
797   case $ac_init_help in
798      short | recursive ) echo "Configuration of newlib 1.16.0:";;
799    esac
800   cat <<\_ACEOF
801
802 Optional Features:
803   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
804   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
805   --enable-multilib         build many library versions (default)
806   --enable-target-optspace  optimize for space
807   --enable-malloc-debugging indicate malloc debugging requested
808   --enable-newlib-multithread        enable support for multiple threads
809   --enable-newlib-iconv     enable iconv library support
810   --enable-newlib-elix-level         supply desired elix library level (1-4)
811   --disable-newlib-io-float disable printf/scanf family float support
812   --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
813   --disable-dependency-tracking  speeds up one-time build
814   --enable-dependency-tracking   do not reject slow dependency extractors
815   --enable-maintainer-mode  enable make rules and dependencies not useful
816                           (and sometimes confusing) to the casual installer
817
818 Some influential environment variables:
819   CCAS        assembler compiler command (defaults to CC)
820   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
821
822 Use these variables to override the choices made by `configure' or to help
823 it to find libraries and programs with nonstandard names/locations.
824
825 _ACEOF
826 fi
827
828 if test "$ac_init_help" = "recursive"; then
829   # If there are subdirs, report their specific --help.
830   ac_popdir=`pwd`
831   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
832     test -d $ac_dir || continue
833     ac_builddir=.
834
835 if test "$ac_dir" != .; then
836   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
837   # A "../" for each directory in $ac_dir_suffix.
838   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
839 else
840   ac_dir_suffix= ac_top_builddir=
841 fi
842
843 case $srcdir in
844   .)  # No --srcdir option.  We are building in place.
845     ac_srcdir=.
846     if test -z "$ac_top_builddir"; then
847        ac_top_srcdir=.
848     else
849        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
850     fi ;;
851   [\\/]* | ?:[\\/]* )  # Absolute path.
852     ac_srcdir=$srcdir$ac_dir_suffix;
853     ac_top_srcdir=$srcdir ;;
854   *) # Relative path.
855     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
856     ac_top_srcdir=$ac_top_builddir$srcdir ;;
857 esac
858
859 # Do not use `cd foo && pwd` to compute absolute paths, because
860 # the directories may not exist.
861 case `pwd` in
862 .) ac_abs_builddir="$ac_dir";;
863 *)
864   case "$ac_dir" in
865   .) ac_abs_builddir=`pwd`;;
866   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
867   *) ac_abs_builddir=`pwd`/"$ac_dir";;
868   esac;;
869 esac
870 case $ac_abs_builddir in
871 .) ac_abs_top_builddir=${ac_top_builddir}.;;
872 *)
873   case ${ac_top_builddir}. in
874   .) ac_abs_top_builddir=$ac_abs_builddir;;
875   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
876   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
877   esac;;
878 esac
879 case $ac_abs_builddir in
880 .) ac_abs_srcdir=$ac_srcdir;;
881 *)
882   case $ac_srcdir in
883   .) ac_abs_srcdir=$ac_abs_builddir;;
884   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
885   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
886   esac;;
887 esac
888 case $ac_abs_builddir in
889 .) ac_abs_top_srcdir=$ac_top_srcdir;;
890 *)
891   case $ac_top_srcdir in
892   .) ac_abs_top_srcdir=$ac_abs_builddir;;
893   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
894   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
895   esac;;
896 esac
897
898     cd $ac_dir
899     # Check for guested configure; otherwise get Cygnus style configure.
900     if test -f $ac_srcdir/configure.gnu; then
901       echo
902       $SHELL $ac_srcdir/configure.gnu  --help=recursive
903     elif test -f $ac_srcdir/configure; then
904       echo
905       $SHELL $ac_srcdir/configure  --help=recursive
906     elif test -f $ac_srcdir/configure.ac ||
907            test -f $ac_srcdir/configure.in; then
908       echo
909       $ac_configure --help
910     else
911       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
912     fi
913     cd $ac_popdir
914   done
915 fi
916
917 test -n "$ac_init_help" && exit 0
918 if $ac_init_version; then
919   cat <<\_ACEOF
920 newlib configure 1.16.0
921 generated by GNU Autoconf 2.59
922
923 Copyright (C) 2003 Free Software Foundation, Inc.
924 This configure script is free software; the Free Software Foundation
925 gives unlimited permission to copy, distribute and modify it.
926 _ACEOF
927   exit 0
928 fi
929 exec 5>config.log
930 cat >&5 <<_ACEOF
931 This file contains any messages produced by compilers while
932 running configure, to aid debugging if configure makes a mistake.
933
934 It was created by newlib $as_me 1.16.0, which was
935 generated by GNU Autoconf 2.59.  Invocation command line was
936
937   $ $0 $@
938
939 _ACEOF
940 {
941 cat <<_ASUNAME
942 ## --------- ##
943 ## Platform. ##
944 ## --------- ##
945
946 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
947 uname -m = `(uname -m) 2>/dev/null || echo unknown`
948 uname -r = `(uname -r) 2>/dev/null || echo unknown`
949 uname -s = `(uname -s) 2>/dev/null || echo unknown`
950 uname -v = `(uname -v) 2>/dev/null || echo unknown`
951
952 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
953 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
954
955 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
956 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
957 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
958 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
959 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
960 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
961 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
962
963 _ASUNAME
964
965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
966 for as_dir in $PATH
967 do
968   IFS=$as_save_IFS
969   test -z "$as_dir" && as_dir=.
970   echo "PATH: $as_dir"
971 done
972
973 } >&5
974
975 cat >&5 <<_ACEOF
976
977
978 ## ----------- ##
979 ## Core tests. ##
980 ## ----------- ##
981
982 _ACEOF
983
984
985 # Keep a trace of the command line.
986 # Strip out --no-create and --no-recursion so they do not pile up.
987 # Strip out --silent because we don't want to record it for future runs.
988 # Also quote any args containing shell meta-characters.
989 # Make two passes to allow for proper duplicate-argument suppression.
990 ac_configure_args=
991 ac_configure_args0=
992 ac_configure_args1=
993 ac_sep=
994 ac_must_keep_next=false
995 for ac_pass in 1 2
996 do
997   for ac_arg
998   do
999     case $ac_arg in
1000     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1001     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1002     | -silent | --silent | --silen | --sile | --sil)
1003       continue ;;
1004     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1005       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1006     esac
1007     case $ac_pass in
1008     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1009     2)
1010       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1011       if test $ac_must_keep_next = true; then
1012         ac_must_keep_next=false # Got value, back to normal.
1013       else
1014         case $ac_arg in
1015           *=* | --config-cache | -C | -disable-* | --disable-* \
1016           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1017           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1018           | -with-* | --with-* | -without-* | --without-* | --x)
1019             case "$ac_configure_args0 " in
1020               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1021             esac
1022             ;;
1023           -* ) ac_must_keep_next=true ;;
1024         esac
1025       fi
1026       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1027       # Get rid of the leading space.
1028       ac_sep=" "
1029       ;;
1030     esac
1031   done
1032 done
1033 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1034 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1035
1036 # When interrupted or exit'd, cleanup temporary files, and complete
1037 # config.log.  We remove comments because anyway the quotes in there
1038 # would cause problems or look ugly.
1039 # WARNING: Be sure not to use single quotes in there, as some shells,
1040 # such as our DU 5.0 friend, will then `close' the trap.
1041 trap 'exit_status=$?
1042   # Save into config.log some information that might help in debugging.
1043   {
1044     echo
1045
1046     cat <<\_ASBOX
1047 ## ---------------- ##
1048 ## Cache variables. ##
1049 ## ---------------- ##
1050 _ASBOX
1051     echo
1052     # The following way of writing the cache mishandles newlines in values,
1053 {
1054   (set) 2>&1 |
1055     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1056     *ac_space=\ *)
1057       sed -n \
1058         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1059           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1060       ;;
1061     *)
1062       sed -n \
1063         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1064       ;;
1065     esac;
1066 }
1067     echo
1068
1069     cat <<\_ASBOX
1070 ## ----------------- ##
1071 ## Output variables. ##
1072 ## ----------------- ##
1073 _ASBOX
1074     echo
1075     for ac_var in $ac_subst_vars
1076     do
1077       eval ac_val=$`echo $ac_var`
1078       echo "$ac_var='"'"'$ac_val'"'"'"
1079     done | sort
1080     echo
1081
1082     if test -n "$ac_subst_files"; then
1083       cat <<\_ASBOX
1084 ## ------------- ##
1085 ## Output files. ##
1086 ## ------------- ##
1087 _ASBOX
1088       echo
1089       for ac_var in $ac_subst_files
1090       do
1091         eval ac_val=$`echo $ac_var`
1092         echo "$ac_var='"'"'$ac_val'"'"'"
1093       done | sort
1094       echo
1095     fi
1096
1097     if test -s confdefs.h; then
1098       cat <<\_ASBOX
1099 ## ----------- ##
1100 ## confdefs.h. ##
1101 ## ----------- ##
1102 _ASBOX
1103       echo
1104       sed "/^$/d" confdefs.h | sort
1105       echo
1106     fi
1107     test "$ac_signal" != 0 &&
1108       echo "$as_me: caught signal $ac_signal"
1109     echo "$as_me: exit $exit_status"
1110   } >&5
1111   rm -f core *.core &&
1112   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1113     exit $exit_status
1114      ' 0
1115 for ac_signal in 1 2 13 15; do
1116   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1117 done
1118 ac_signal=0
1119
1120 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1121 rm -rf conftest* confdefs.h
1122 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1123 echo >confdefs.h
1124
1125 # Predefined preprocessor variables.
1126
1127 cat >>confdefs.h <<_ACEOF
1128 #define PACKAGE_NAME "$PACKAGE_NAME"
1129 _ACEOF
1130
1131
1132 cat >>confdefs.h <<_ACEOF
1133 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1134 _ACEOF
1135
1136
1137 cat >>confdefs.h <<_ACEOF
1138 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1139 _ACEOF
1140
1141
1142 cat >>confdefs.h <<_ACEOF
1143 #define PACKAGE_STRING "$PACKAGE_STRING"
1144 _ACEOF
1145
1146
1147 cat >>confdefs.h <<_ACEOF
1148 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1149 _ACEOF
1150
1151
1152 # Let the site file select an alternate cache file if it wants to.
1153 # Prefer explicitly selected file to automatically selected ones.
1154 if test -z "$CONFIG_SITE"; then
1155   if test "x$prefix" != xNONE; then
1156     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1157   else
1158     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1159   fi
1160 fi
1161 for ac_site_file in $CONFIG_SITE; do
1162   if test -r "$ac_site_file"; then
1163     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1164 echo "$as_me: loading site script $ac_site_file" >&6;}
1165     sed 's/^/| /' "$ac_site_file" >&5
1166     . "$ac_site_file"
1167   fi
1168 done
1169
1170 if test -r "$cache_file"; then
1171   # Some versions of bash will fail to source /dev/null (special
1172   # files actually), so we avoid doing that.
1173   if test -f "$cache_file"; then
1174     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1175 echo "$as_me: loading cache $cache_file" >&6;}
1176     case $cache_file in
1177       [\\/]* | ?:[\\/]* ) . $cache_file;;
1178       *)                      . ./$cache_file;;
1179     esac
1180   fi
1181 else
1182   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1183 echo "$as_me: creating cache $cache_file" >&6;}
1184   >$cache_file
1185 fi
1186
1187 # Check that the precious variables saved in the cache have kept the same
1188 # value.
1189 ac_cache_corrupted=false
1190 for ac_var in `(set) 2>&1 |
1191                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1192   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1193   eval ac_new_set=\$ac_env_${ac_var}_set
1194   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1195   eval ac_new_val="\$ac_env_${ac_var}_value"
1196   case $ac_old_set,$ac_new_set in
1197     set,)
1198       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1199 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1200       ac_cache_corrupted=: ;;
1201     ,set)
1202       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1203 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1204       ac_cache_corrupted=: ;;
1205     ,);;
1206     *)
1207       if test "x$ac_old_val" != "x$ac_new_val"; then
1208         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1209 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1210         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1211 echo "$as_me:   former value:  $ac_old_val" >&2;}
1212         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1213 echo "$as_me:   current value: $ac_new_val" >&2;}
1214         ac_cache_corrupted=:
1215       fi;;
1216   esac
1217   # Pass precious variables to config.status.
1218   if test "$ac_new_set" = set; then
1219     case $ac_new_val in
1220     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1221       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1222     *) ac_arg=$ac_var=$ac_new_val ;;
1223     esac
1224     case " $ac_configure_args " in
1225       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1226       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1227     esac
1228   fi
1229 done
1230 if $ac_cache_corrupted; then
1231   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1232 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1233   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1234 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1235    { (exit 1); exit 1; }; }
1236 fi
1237
1238 ac_ext=c
1239 ac_cpp='$CPP $CPPFLAGS'
1240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272 ac_aux_dir=
1273 for ac_dir in ../../../.. $srcdir/../../../..; do
1274   if test -f $ac_dir/install-sh; then
1275     ac_aux_dir=$ac_dir
1276     ac_install_sh="$ac_aux_dir/install-sh -c"
1277     break
1278   elif test -f $ac_dir/install.sh; then
1279     ac_aux_dir=$ac_dir
1280     ac_install_sh="$ac_aux_dir/install.sh -c"
1281     break
1282   elif test -f $ac_dir/shtool; then
1283     ac_aux_dir=$ac_dir
1284     ac_install_sh="$ac_aux_dir/shtool install -c"
1285     break
1286   fi
1287 done
1288 if test -z "$ac_aux_dir"; then
1289   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. $srcdir/../../../.." >&5
1290 echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. $srcdir/../../../.." >&2;}
1291    { (exit 1); exit 1; }; }
1292 fi
1293 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1294 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1295 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1296
1297
1298
1299 # Make sure we can run config.sub.
1300 $ac_config_sub sun4 >/dev/null 2>&1 ||
1301   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1302 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1303    { (exit 1); exit 1; }; }
1304
1305 echo "$as_me:$LINENO: checking build system type" >&5
1306 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1307 if test "${ac_cv_build+set}" = set; then
1308   echo $ECHO_N "(cached) $ECHO_C" >&6
1309 else
1310   ac_cv_build_alias=$build_alias
1311 test -z "$ac_cv_build_alias" &&
1312   ac_cv_build_alias=`$ac_config_guess`
1313 test -z "$ac_cv_build_alias" &&
1314   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1315 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1316    { (exit 1); exit 1; }; }
1317 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1318   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1319 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1320    { (exit 1); exit 1; }; }
1321
1322 fi
1323 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1324 echo "${ECHO_T}$ac_cv_build" >&6
1325 build=$ac_cv_build
1326 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1327 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1328 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1329
1330
1331 am__api_version="1.9"
1332 # Find a good install program.  We prefer a C program (faster),
1333 # so one script is as good as another.  But avoid the broken or
1334 # incompatible versions:
1335 # SysV /etc/install, /usr/sbin/install
1336 # SunOS /usr/etc/install
1337 # IRIX /sbin/install
1338 # AIX /bin/install
1339 # AmigaOS /C/install, which installs bootblocks on floppy discs
1340 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1341 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1342 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1343 # OS/2's system install, which has a completely different semantic
1344 # ./install, which can be erroneously created by make from ./install.sh.
1345 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1346 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1347 if test -z "$INSTALL"; then
1348 if test "${ac_cv_path_install+set}" = set; then
1349   echo $ECHO_N "(cached) $ECHO_C" >&6
1350 else
1351   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1352 for as_dir in $PATH
1353 do
1354   IFS=$as_save_IFS
1355   test -z "$as_dir" && as_dir=.
1356   # Account for people who put trailing slashes in PATH elements.
1357 case $as_dir/ in
1358   ./ | .// | /cC/* | \
1359   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1360   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1361   /usr/ucb/* ) ;;
1362   *)
1363     # OSF1 and SCO ODT 3.0 have their own names for install.
1364     # Don't use installbsd from OSF since it installs stuff as root
1365     # by default.
1366     for ac_prog in ginstall scoinst install; do
1367       for ac_exec_ext in '' $ac_executable_extensions; do
1368         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1369           if test $ac_prog = install &&
1370             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1371             # AIX install.  It has an incompatible calling convention.
1372             :
1373           elif test $ac_prog = install &&
1374             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1375             # program-specific install script used by HP pwplus--don't use.
1376             :
1377           else
1378             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1379             break 3
1380           fi
1381         fi
1382       done
1383     done
1384     ;;
1385 esac
1386 done
1387
1388
1389 fi
1390   if test "${ac_cv_path_install+set}" = set; then
1391     INSTALL=$ac_cv_path_install
1392   else
1393     # As a last resort, use the slow shell script.  We don't cache a
1394     # path for INSTALL within a source directory, because that will
1395     # break other packages using the cache if that directory is
1396     # removed, or if the path is relative.
1397     INSTALL=$ac_install_sh
1398   fi
1399 fi
1400 echo "$as_me:$LINENO: result: $INSTALL" >&5
1401 echo "${ECHO_T}$INSTALL" >&6
1402
1403 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1404 # It thinks the first close brace ends the variable substitution.
1405 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1406
1407 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1408
1409 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1410
1411 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1412 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1413 # Just in case
1414 sleep 1
1415 echo timestamp > conftest.file
1416 # Do `set' in a subshell so we don't clobber the current shell's
1417 # arguments.  Must try -L first in case configure is actually a
1418 # symlink; some systems play weird games with the mod time of symlinks
1419 # (eg FreeBSD returns the mod time of the symlink's containing
1420 # directory).
1421 if (
1422    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1423    if test "$*" = "X"; then
1424       # -L didn't work.
1425       set X `ls -t $srcdir/configure conftest.file`
1426    fi
1427    rm -f conftest.file
1428    if test "$*" != "X $srcdir/configure conftest.file" \
1429       && test "$*" != "X conftest.file $srcdir/configure"; then
1430
1431       # If neither matched, then we have a broken ls.  This can happen
1432       # if, for instance, CONFIG_SHELL is bash and it inherits a
1433       # broken ls alias from the environment.  This has actually
1434       # happened.  Such a system could not be considered "sane".
1435       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1436 alias in your environment" >&5
1437 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1438 alias in your environment" >&2;}
1439    { (exit 1); exit 1; }; }
1440    fi
1441
1442    test "$2" = conftest.file
1443    )
1444 then
1445    # Ok.
1446    :
1447 else
1448    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1449 Check your system clock" >&5
1450 echo "$as_me: error: newly created file is older than distributed files!
1451 Check your system clock" >&2;}
1452    { (exit 1); exit 1; }; }
1453 fi
1454 echo "$as_me:$LINENO: result: yes" >&5
1455 echo "${ECHO_T}yes" >&6
1456 test "$program_prefix" != NONE &&
1457   program_transform_name="s,^,$program_prefix,;$program_transform_name"
1458 # Use a double $ so make ignores it.
1459 test "$program_suffix" != NONE &&
1460   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1461 # Double any \ or $.  echo might interpret backslashes.
1462 # By default was `s,x,x', remove it if useless.
1463 cat <<\_ACEOF >conftest.sed
1464 s/[\\$]/&&/g;s/;s,x,x,$//
1465 _ACEOF
1466 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1467 rm conftest.sed
1468
1469 # expand $ac_aux_dir to an absolute path
1470 am_aux_dir=`cd $ac_aux_dir && pwd`
1471
1472 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1473 # Use eval to expand $SHELL
1474 if eval "$MISSING --run true"; then
1475   am_missing_run="$MISSING --run "
1476 else
1477   am_missing_run=
1478   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1479 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1480 fi
1481
1482 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1483   # We used to keeping the `.' as first argument, in order to
1484   # allow $(mkdir_p) to be used without argument.  As in
1485   #   $(mkdir_p) $(somedir)
1486   # where $(somedir) is conditionally defined.  However this is wrong
1487   # for two reasons:
1488   #  1. if the package is installed by a user who cannot write `.'
1489   #     make install will fail,
1490   #  2. the above comment should most certainly read
1491   #     $(mkdir_p) $(DESTDIR)$(somedir)
1492   #     so it does not work when $(somedir) is undefined and
1493   #     $(DESTDIR) is not.
1494   #  To support the latter case, we have to write
1495   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1496   #  so the `.' trick is pointless.
1497   mkdir_p='mkdir -p --'
1498 else
1499   # On NextStep and OpenStep, the `mkdir' command does not
1500   # recognize any option.  It will interpret all options as
1501   # directories to create, and then abort because `.' already
1502   # exists.
1503   for d in ./-p ./--version;
1504   do
1505     test -d $d && rmdir $d
1506   done
1507   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1508   if test -f "$ac_aux_dir/mkinstalldirs"; then
1509     mkdir_p='$(mkinstalldirs)'
1510   else
1511     mkdir_p='$(install_sh) -d'
1512   fi
1513 fi
1514
1515 for ac_prog in gawk mawk nawk awk
1516 do
1517   # Extract the first word of "$ac_prog", so it can be a program name with args.
1518 set dummy $ac_prog; ac_word=$2
1519 echo "$as_me:$LINENO: checking for $ac_word" >&5
1520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1521 if test "${ac_cv_prog_AWK+set}" = set; then
1522   echo $ECHO_N "(cached) $ECHO_C" >&6
1523 else
1524   if test -n "$AWK"; then
1525   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1526 else
1527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1528 for as_dir in $PATH
1529 do
1530   IFS=$as_save_IFS
1531   test -z "$as_dir" && as_dir=.
1532   for ac_exec_ext in '' $ac_executable_extensions; do
1533   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1534     ac_cv_prog_AWK="$ac_prog"
1535     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1536     break 2
1537   fi
1538 done
1539 done
1540
1541 fi
1542 fi
1543 AWK=$ac_cv_prog_AWK
1544 if test -n "$AWK"; then
1545   echo "$as_me:$LINENO: result: $AWK" >&5
1546 echo "${ECHO_T}$AWK" >&6
1547 else
1548   echo "$as_me:$LINENO: result: no" >&5
1549 echo "${ECHO_T}no" >&6
1550 fi
1551
1552   test -n "$AWK" && break
1553 done
1554
1555 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1556 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1557 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1558 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1559   echo $ECHO_N "(cached) $ECHO_C" >&6
1560 else
1561   cat >conftest.make <<\_ACEOF
1562 all:
1563         @echo 'ac_maketemp="$(MAKE)"'
1564 _ACEOF
1565 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1566 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1567 if test -n "$ac_maketemp"; then
1568   eval ac_cv_prog_make_${ac_make}_set=yes
1569 else
1570   eval ac_cv_prog_make_${ac_make}_set=no
1571 fi
1572 rm -f conftest.make
1573 fi
1574 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1575   echo "$as_me:$LINENO: result: yes" >&5
1576 echo "${ECHO_T}yes" >&6
1577   SET_MAKE=
1578 else
1579   echo "$as_me:$LINENO: result: no" >&5
1580 echo "${ECHO_T}no" >&6
1581   SET_MAKE="MAKE=${MAKE-make}"
1582 fi
1583
1584 rm -rf .tst 2>/dev/null
1585 mkdir .tst 2>/dev/null
1586 if test -d .tst; then
1587   am__leading_dot=.
1588 else
1589   am__leading_dot=_
1590 fi
1591 rmdir .tst 2>/dev/null
1592
1593 DEPDIR="${am__leading_dot}deps"
1594
1595           ac_config_commands="$ac_config_commands depfiles"
1596
1597
1598 am_make=${MAKE-make}
1599 cat > confinc << 'END'
1600 am__doit:
1601         @echo done
1602 .PHONY: am__doit
1603 END
1604 # If we don't find an include directive, just comment out the code.
1605 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1606 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
1607 am__include="#"
1608 am__quote=
1609 _am_result=none
1610 # First try GNU make style include.
1611 echo "include confinc" > confmf
1612 # We grep out `Entering directory' and `Leaving directory'
1613 # messages which can occur if `w' ends up in MAKEFLAGS.
1614 # In particular we don't look at `^make:' because GNU make might
1615 # be invoked under some other name (usually "gmake"), in which
1616 # case it prints its new name instead of `make'.
1617 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
1618    am__include=include
1619    am__quote=
1620    _am_result=GNU
1621 fi
1622 # Now try BSD make style include.
1623 if test "$am__include" = "#"; then
1624    echo '.include "confinc"' > confmf
1625    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
1626       am__include=.include
1627       am__quote="\""
1628       _am_result=BSD
1629    fi
1630 fi
1631
1632
1633 echo "$as_me:$LINENO: result: $_am_result" >&5
1634 echo "${ECHO_T}$_am_result" >&6
1635 rm -f confinc confmf
1636
1637 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
1638 if test "${enable_dependency_tracking+set}" = set; then
1639   enableval="$enable_dependency_tracking"
1640
1641 fi;
1642 if test "x$enable_dependency_tracking" != xno; then
1643   am_depcomp="$ac_aux_dir/depcomp"
1644   AMDEPBACKSLASH='\'
1645 fi
1646
1647
1648 if test "x$enable_dependency_tracking" != xno; then
1649   AMDEP_TRUE=
1650   AMDEP_FALSE='#'
1651 else
1652   AMDEP_TRUE='#'
1653   AMDEP_FALSE=
1654 fi
1655
1656
1657
1658
1659 # Check whether --enable-multilib or --disable-multilib was given.
1660 if test "${enable_multilib+set}" = set; then
1661   enableval="$enable_multilib"
1662   case "${enableval}" in
1663   yes) multilib=yes ;;
1664   no)  multilib=no ;;
1665   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
1666 echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
1667    { (exit 1); exit 1; }; } ;;
1668  esac
1669 else
1670   multilib=yes
1671 fi;
1672 # Check whether --enable-target-optspace or --disable-target-optspace was given.
1673 if test "${enable_target_optspace+set}" = set; then
1674   enableval="$enable_target_optspace"
1675   case "${enableval}" in
1676   yes) target_optspace=yes ;;
1677   no)  target_optspace=no ;;
1678   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
1679 echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
1680    { (exit 1); exit 1; }; } ;;
1681  esac
1682 else
1683   target_optspace=
1684 fi;
1685 # Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
1686 if test "${enable_malloc_debugging+set}" = set; then
1687   enableval="$enable_malloc_debugging"
1688   case "${enableval}" in
1689   yes) malloc_debugging=yes ;;
1690   no)  malloc_debugging=no ;;
1691   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
1692 echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
1693    { (exit 1); exit 1; }; } ;;
1694  esac
1695 else
1696   malloc_debugging=
1697 fi;
1698 # Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
1699 if test "${enable_newlib_multithread+set}" = set; then
1700   enableval="$enable_newlib_multithread"
1701   case "${enableval}" in
1702   yes) newlib_multithread=yes ;;
1703   no)  newlib_multithread=no ;;
1704   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
1705 echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
1706    { (exit 1); exit 1; }; } ;;
1707  esac
1708 else
1709   newlib_multithread=yes
1710 fi;
1711 # Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
1712 if test "${enable_newlib_iconv+set}" = set; then
1713   enableval="$enable_newlib_iconv"
1714   if test "${newlib_iconv+set}" != set; then
1715    case "${enableval}" in
1716      yes) newlib_iconv=yes ;;
1717      no)  newlib_iconv=no ;;
1718      *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
1719 echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
1720    { (exit 1); exit 1; }; } ;;
1721    esac
1722  fi
1723 else
1724   newlib_iconv=${newlib_iconv}
1725 fi;
1726 # Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
1727 if test "${enable_newlib_elix_level+set}" = set; then
1728   enableval="$enable_newlib_elix_level"
1729   case "${enableval}" in
1730   0)   newlib_elix_level=0 ;;
1731   1)   newlib_elix_level=1 ;;
1732   2)   newlib_elix_level=2 ;;
1733   3)   newlib_elix_level=3 ;;
1734   4)   newlib_elix_level=4 ;;
1735   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
1736 echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
1737    { (exit 1); exit 1; }; } ;;
1738  esac
1739 else
1740   newlib_elix_level=0
1741 fi;
1742 # Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
1743 if test "${enable_newlib_io_float+set}" = set; then
1744   enableval="$enable_newlib_io_float"
1745   case "${enableval}" in
1746   yes) newlib_io_float=yes ;;
1747   no)  newlib_io_float=no ;;
1748   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
1749 echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
1750    { (exit 1); exit 1; }; } ;;
1751  esac
1752 else
1753   newlib_io_float=yes
1754 fi;
1755 # Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
1756 if test "${enable_newlib_supplied_syscalls+set}" = set; then
1757   enableval="$enable_newlib_supplied_syscalls"
1758   case "${enableval}" in
1759   yes) newlib_may_supply_syscalls=yes ;;
1760   no)  newlib_may_supply_syscalls=no ;;
1761   *)   { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
1762 echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
1763    { (exit 1); exit 1; }; } ;;
1764  esac
1765 else
1766   newlib_may_supply_syscalls=yes
1767 fi;
1768
1769
1770 if test x${newlib_may_supply_syscalls} = xyes; then
1771   MAY_SUPPLY_SYSCALLS_TRUE=
1772   MAY_SUPPLY_SYSCALLS_FALSE='#'
1773 else
1774   MAY_SUPPLY_SYSCALLS_TRUE='#'
1775   MAY_SUPPLY_SYSCALLS_FALSE=
1776 fi
1777
1778
1779
1780 test -z "${with_target_subdir}" && with_target_subdir=.
1781
1782 if test "${srcdir}" = "."; then
1783   if test "${with_target_subdir}" != "."; then
1784     newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
1785   else
1786     newlib_basedir="${srcdir}/${with_multisrctop}../../.."
1787   fi
1788 else
1789   newlib_basedir="${srcdir}/../../.."
1790 fi
1791
1792
1793 echo "$as_me:$LINENO: checking host system type" >&5
1794 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1795 if test "${ac_cv_host+set}" = set; then
1796   echo $ECHO_N "(cached) $ECHO_C" >&6
1797 else
1798   ac_cv_host_alias=$host_alias
1799 test -z "$ac_cv_host_alias" &&
1800   ac_cv_host_alias=$ac_cv_build_alias
1801 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1802   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1803 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1804    { (exit 1); exit 1; }; }
1805
1806 fi
1807 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1808 echo "${ECHO_T}$ac_cv_host" >&6
1809 host=$ac_cv_host
1810 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1811 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1812 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1813
1814
1815
1816 # test to see if srcdir already configured
1817 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1818    test -f $srcdir/config.status; then
1819   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1820 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1821    { (exit 1); exit 1; }; }
1822 fi
1823
1824 # test whether we have cygpath
1825 if test -z "$CYGPATH_W"; then
1826   if (cygpath --version) >/dev/null 2>/dev/null; then
1827     CYGPATH_W='cygpath -w'
1828   else
1829     CYGPATH_W=echo
1830   fi
1831 fi
1832
1833
1834 # Define the identity of the package.
1835  PACKAGE='newlib'
1836  VERSION='1.16.0'
1837
1838
1839 # Some tools Automake needs.
1840
1841 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1842
1843
1844 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1845
1846
1847 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1848
1849
1850 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1851
1852
1853 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1854
1855 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1856
1857 # Installed binaries are usually stripped using `strip' when the user
1858 # run `make install-strip'.  However `strip' might not be the right
1859 # tool to use in cross-compilation environments, therefore Automake
1860 # will honor the `STRIP' environment variable to overrule this program.
1861 if test "$cross_compiling" != no; then
1862   if test -n "$ac_tool_prefix"; then
1863   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1864 set dummy ${ac_tool_prefix}strip; ac_word=$2
1865 echo "$as_me:$LINENO: checking for $ac_word" >&5
1866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867 if test "${ac_cv_prog_STRIP+set}" = set; then
1868   echo $ECHO_N "(cached) $ECHO_C" >&6
1869 else
1870   if test -n "$STRIP"; then
1871   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1872 else
1873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1874 for as_dir in $PATH
1875 do
1876   IFS=$as_save_IFS
1877   test -z "$as_dir" && as_dir=.
1878   for ac_exec_ext in '' $ac_executable_extensions; do
1879   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1880     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1881     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1882     break 2
1883   fi
1884 done
1885 done
1886
1887 fi
1888 fi
1889 STRIP=$ac_cv_prog_STRIP
1890 if test -n "$STRIP"; then
1891   echo "$as_me:$LINENO: result: $STRIP" >&5
1892 echo "${ECHO_T}$STRIP" >&6
1893 else
1894   echo "$as_me:$LINENO: result: no" >&5
1895 echo "${ECHO_T}no" >&6
1896 fi
1897
1898 fi
1899 if test -z "$ac_cv_prog_STRIP"; then
1900   ac_ct_STRIP=$STRIP
1901   # Extract the first word of "strip", so it can be a program name with args.
1902 set dummy strip; ac_word=$2
1903 echo "$as_me:$LINENO: checking for $ac_word" >&5
1904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1906   echo $ECHO_N "(cached) $ECHO_C" >&6
1907 else
1908   if test -n "$ac_ct_STRIP"; then
1909   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1910 else
1911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1912 for as_dir in $PATH
1913 do
1914   IFS=$as_save_IFS
1915   test -z "$as_dir" && as_dir=.
1916   for ac_exec_ext in '' $ac_executable_extensions; do
1917   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1918     ac_cv_prog_ac_ct_STRIP="strip"
1919     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1920     break 2
1921   fi
1922 done
1923 done
1924
1925   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1926 fi
1927 fi
1928 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1929 if test -n "$ac_ct_STRIP"; then
1930   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1931 echo "${ECHO_T}$ac_ct_STRIP" >&6
1932 else
1933   echo "$as_me:$LINENO: result: no" >&5
1934 echo "${ECHO_T}no" >&6
1935 fi
1936
1937   STRIP=$ac_ct_STRIP
1938 else
1939   STRIP="$ac_cv_prog_STRIP"
1940 fi
1941
1942 fi
1943 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1944
1945 # We need awk for the "check" target.  The system "awk" is bad on
1946 # some platforms.
1947 # Always define AMTAR for backward compatibility.
1948
1949 AMTAR=${AMTAR-"${am_missing_run}tar"}
1950
1951 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1952
1953
1954
1955
1956
1957
1958 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
1959 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
1960 # are probably using a cross compiler, which will not be able to fully
1961 # link an executable.  This should really be fixed in autoconf
1962 # itself.
1963
1964
1965
1966
1967
1968
1969
1970 # Extract the first word of "gcc", so it can be a program name with args.
1971 set dummy gcc; ac_word=$2
1972 echo "$as_me:$LINENO: checking for $ac_word" >&5
1973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1974 if test "${ac_cv_prog_CC+set}" = set; then
1975   echo $ECHO_N "(cached) $ECHO_C" >&6
1976 else
1977   if test -n "$CC"; then
1978   ac_cv_prog_CC="$CC" # Let the user override the test.
1979 else
1980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1981 for as_dir in $PATH
1982 do
1983   IFS=$as_save_IFS
1984   test -z "$as_dir" && as_dir=.
1985   for ac_exec_ext in '' $ac_executable_extensions; do
1986   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1987     ac_cv_prog_CC="gcc"
1988     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1989     break 2
1990   fi
1991 done
1992 done
1993
1994 fi
1995 fi
1996 CC=$ac_cv_prog_CC
1997 if test -n "$CC"; then
1998   echo "$as_me:$LINENO: result: $CC" >&5
1999 echo "${ECHO_T}$CC" >&6
2000 else
2001   echo "$as_me:$LINENO: result: no" >&5
2002 echo "${ECHO_T}no" >&6
2003 fi
2004
2005
2006 depcc="$CC"   am_compiler_list=
2007
2008 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2009 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2010 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2011   echo $ECHO_N "(cached) $ECHO_C" >&6
2012 else
2013   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2014   # We make a subdir and do the tests there.  Otherwise we can end up
2015   # making bogus files that we don't know about and never remove.  For
2016   # instance it was reported that on HP-UX the gcc test will end up
2017   # making a dummy file named `D' -- because `-MD' means `put the output
2018   # in D'.
2019   mkdir conftest.dir
2020   # Copy depcomp to subdir because otherwise we won't find it if we're
2021   # using a relative directory.
2022   cp "$am_depcomp" conftest.dir
2023   cd conftest.dir
2024   # We will build objects and dependencies in a subdirectory because
2025   # it helps to detect inapplicable dependency modes.  For instance
2026   # both Tru64's cc and ICC support -MD to output dependencies as a
2027   # side effect of compilation, but ICC will put the dependencies in
2028   # the current directory while Tru64 will put them in the object
2029   # directory.
2030   mkdir sub
2031
2032   am_cv_CC_dependencies_compiler_type=none
2033   if test "$am_compiler_list" = ""; then
2034      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2035   fi
2036   for depmode in $am_compiler_list; do
2037     # Setup a source with many dependencies, because some compilers
2038     # like to wrap large dependency lists on column 80 (with \), and
2039     # we should not choose a depcomp mode which is confused by this.
2040     #
2041     # We need to recreate these files for each test, as the compiler may
2042     # overwrite some of them when testing with obscure command lines.
2043     # This happens at least with the AIX C compiler.
2044     : > sub/conftest.c
2045     for i in 1 2 3 4 5 6; do
2046       echo '#include "conftst'$i'.h"' >> sub/conftest.c
2047       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2048       # Solaris 8's {/usr,}/bin/sh.
2049       touch sub/conftst$i.h
2050     done
2051     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2052
2053     case $depmode in
2054     nosideeffect)
2055       # after this tag, mechanisms are not by side-effect, so they'll
2056       # only be used when explicitly requested
2057       if test "x$enable_dependency_tracking" = xyes; then
2058         continue
2059       else
2060         break
2061       fi
2062       ;;
2063     none) break ;;
2064     esac
2065     # We check with `-c' and `-o' for the sake of the "dashmstdout"
2066     # mode.  It turns out that the SunPro C++ compiler does not properly
2067     # handle `-M -o', and we need to detect this.
2068     if depmode=$depmode \
2069        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2070        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2071        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2072          >/dev/null 2>conftest.err &&
2073        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2074        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2075        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2076       # icc doesn't choke on unknown options, it will just issue warnings
2077       # or remarks (even with -Werror).  So we grep stderr for any message
2078       # that says an option was ignored or not supported.
2079       # When given -MP, icc 7.0 and 7.1 complain thusly:
2080       #   icc: Command line warning: ignoring option '-M'; no argument required
2081       # The diagnosis changed in icc 8.0:
2082       #   icc: Command line remark: option '-MP' not supported
2083       if (grep 'ignoring option' conftest.err ||
2084           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2085         am_cv_CC_dependencies_compiler_type=$depmode
2086         break
2087       fi
2088     fi
2089   done
2090
2091   cd ..
2092   rm -rf conftest.dir
2093 else
2094   am_cv_CC_dependencies_compiler_type=none
2095 fi
2096
2097 fi
2098 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2099 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2100 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2101
2102
2103
2104 if
2105   test "x$enable_dependency_tracking" != xno \
2106   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2107   am__fastdepCC_TRUE=
2108   am__fastdepCC_FALSE='#'
2109 else
2110   am__fastdepCC_TRUE='#'
2111   am__fastdepCC_FALSE=
2112 fi
2113
2114
2115 if test -z "$CC"; then
2116   # Extract the first word of "cc", so it can be a program name with args.
2117 set dummy cc; ac_word=$2
2118 echo "$as_me:$LINENO: checking for $ac_word" >&5
2119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2120 if test "${ac_cv_prog_CC+set}" = set; then
2121   echo $ECHO_N "(cached) $ECHO_C" >&6
2122 else
2123   if test -n "$CC"; then
2124   ac_cv_prog_CC="$CC" # Let the user override the test.
2125 else
2126   ac_prog_rejected=no
2127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2128 for as_dir in $PATH
2129 do
2130   IFS=$as_save_IFS
2131   test -z "$as_dir" && as_dir=.
2132   for ac_exec_ext in '' $ac_executable_extensions; do
2133   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2134     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2135        ac_prog_rejected=yes
2136        continue
2137      fi
2138     ac_cv_prog_CC="cc"
2139     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2140     break 2
2141   fi
2142 done
2143 done
2144
2145 if test $ac_prog_rejected = yes; then
2146   # We found a bogon in the path, so make sure we never use it.
2147   set dummy $ac_cv_prog_CC
2148   shift
2149   if test $# != 0; then
2150     # We chose a different compiler from the bogus one.
2151     # However, it has the same basename, so the bogon will be chosen
2152     # first if we set CC to just the basename; use the full file name.
2153     shift
2154     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2155   fi
2156 fi
2157 fi
2158 fi
2159 CC=$ac_cv_prog_CC
2160 if test -n "$CC"; then
2161   echo "$as_me:$LINENO: result: $CC" >&5
2162 echo "${ECHO_T}$CC" >&6
2163 else
2164   echo "$as_me:$LINENO: result: no" >&5
2165 echo "${ECHO_T}no" >&6
2166 fi
2167
2168   test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
2169 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2170    { (exit 1); exit 1; }; }
2171 fi
2172
2173 echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
2174 echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
2175 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2176   echo $ECHO_N "(cached) $ECHO_C" >&6
2177 else
2178   cat > conftest.c <<EOF
2179 #ifdef __GNUC__
2180   yes;
2181 #endif
2182 EOF
2183 if { ac_try='${CC-cc} -E conftest.c'
2184   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2185   (eval $ac_try) 2>&5
2186   ac_status=$?
2187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188   (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
2189   ac_cv_c_compiler_gnu=yes
2190 else
2191   ac_cv_c_compiler_gnu=no
2192 fi
2193 fi
2194 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2195 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2196
2197 if test $ac_cv_c_compiler_gnu = yes; then
2198   GCC=yes
2199   ac_test_CFLAGS="${CFLAGS+set}"
2200   ac_save_CFLAGS="$CFLAGS"
2201   CFLAGS=
2202   ac_test_CFLAGS=${CFLAGS+set}
2203 ac_save_CFLAGS=$CFLAGS
2204 CFLAGS="-g"
2205 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2206 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2207 if test "${ac_cv_prog_cc_g+set}" = set; then
2208   echo $ECHO_N "(cached) $ECHO_C" >&6
2209 else
2210   cat >conftest.$ac_ext <<_ACEOF
2211 /* confdefs.h.  */
2212 _ACEOF
2213 cat confdefs.h >>conftest.$ac_ext
2214 cat >>conftest.$ac_ext <<_ACEOF
2215 /* end confdefs.h.  */
2216
2217 int
2218 main ()
2219 {
2220
2221   ;
2222   return 0;
2223 }
2224 _ACEOF
2225 rm -f conftest.$ac_objext
2226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2227   (eval $ac_compile) 2>conftest.er1
2228   ac_status=$?
2229   grep -v '^ *+' conftest.er1 >conftest.err
2230   rm -f conftest.er1
2231   cat conftest.err >&5
2232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2233   (exit $ac_status); } &&
2234          { ac_try='test -z "$ac_c_werror_flag"
2235                          || test ! -s conftest.err'
2236   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2237   (eval $ac_try) 2>&5
2238   ac_status=$?
2239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240   (exit $ac_status); }; } &&
2241          { ac_try='test -s conftest.$ac_objext'
2242   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2243   (eval $ac_try) 2>&5
2244   ac_status=$?
2245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2246   (exit $ac_status); }; }; then
2247   ac_cv_prog_cc_g=yes
2248 else
2249   echo "$as_me: failed program was:" >&5
2250 sed 's/^/| /' conftest.$ac_ext >&5
2251
2252 ac_cv_prog_cc_g=no
2253 fi
2254 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2255 fi
2256 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2257 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2258 if test "$ac_test_CFLAGS" = set; then
2259   CFLAGS=$ac_save_CFLAGS
2260 elif test $ac_cv_prog_cc_g = yes; then
2261   if test "$GCC" = yes; then
2262     CFLAGS="-g -O2"
2263   else
2264     CFLAGS="-g"
2265   fi
2266 else
2267   if test "$GCC" = yes; then
2268     CFLAGS="-O2"
2269   else
2270     CFLAGS=
2271   fi
2272 fi
2273   if test "$ac_test_CFLAGS" = set; then
2274     CFLAGS="$ac_save_CFLAGS"
2275   elif test $ac_cv_prog_cc_g = yes; then
2276     CFLAGS="-g -O2"
2277   else
2278     CFLAGS="-O2"
2279   fi
2280 else
2281   GCC=
2282   test "${CFLAGS+set}" = set || CFLAGS="-g"
2283 fi
2284
2285
2286 if test -n "$ac_tool_prefix"; then
2287   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2288 set dummy ${ac_tool_prefix}as; ac_word=$2
2289 echo "$as_me:$LINENO: checking for $ac_word" >&5
2290 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2291 if test "${ac_cv_prog_AS+set}" = set; then
2292   echo $ECHO_N "(cached) $ECHO_C" >&6
2293 else
2294   if test -n "$AS"; then
2295   ac_cv_prog_AS="$AS" # Let the user override the test.
2296 else
2297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2298 for as_dir in $PATH
2299 do
2300   IFS=$as_save_IFS
2301   test -z "$as_dir" && as_dir=.
2302   for ac_exec_ext in '' $ac_executable_extensions; do
2303   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2304     ac_cv_prog_AS="${ac_tool_prefix}as"
2305     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2306     break 2
2307   fi
2308 done
2309 done
2310
2311 fi
2312 fi
2313 AS=$ac_cv_prog_AS
2314 if test -n "$AS"; then
2315   echo "$as_me:$LINENO: result: $AS" >&5
2316 echo "${ECHO_T}$AS" >&6
2317 else
2318   echo "$as_me:$LINENO: result: no" >&5
2319 echo "${ECHO_T}no" >&6
2320 fi
2321
2322 fi
2323 if test -z "$ac_cv_prog_AS"; then
2324   ac_ct_AS=$AS
2325   # Extract the first word of "as", so it can be a program name with args.
2326 set dummy as; ac_word=$2
2327 echo "$as_me:$LINENO: checking for $ac_word" >&5
2328 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2329 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
2330   echo $ECHO_N "(cached) $ECHO_C" >&6
2331 else
2332   if test -n "$ac_ct_AS"; then
2333   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
2334 else
2335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2336 for as_dir in $PATH
2337 do
2338   IFS=$as_save_IFS
2339   test -z "$as_dir" && as_dir=.
2340   for ac_exec_ext in '' $ac_executable_extensions; do
2341   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2342     ac_cv_prog_ac_ct_AS="as"
2343     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2344     break 2
2345   fi
2346 done
2347 done
2348
2349 fi
2350 fi
2351 ac_ct_AS=$ac_cv_prog_ac_ct_AS
2352 if test -n "$ac_ct_AS"; then
2353   echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
2354 echo "${ECHO_T}$ac_ct_AS" >&6
2355 else
2356   echo "$as_me:$LINENO: result: no" >&5
2357 echo "${ECHO_T}no" >&6
2358 fi
2359
2360   AS=$ac_ct_AS
2361 else
2362   AS="$ac_cv_prog_AS"
2363 fi
2364
2365 if test -n "$ac_tool_prefix"; then
2366   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2367 set dummy ${ac_tool_prefix}ar; ac_word=$2
2368 echo "$as_me:$LINENO: checking for $ac_word" >&5
2369 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2370 if test "${ac_cv_prog_AR+set}" = set; then
2371   echo $ECHO_N "(cached) $ECHO_C" >&6
2372 else
2373   if test -n "$AR"; then
2374   ac_cv_prog_AR="$AR" # Let the user override the test.
2375 else
2376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2377 for as_dir in $PATH
2378 do
2379   IFS=$as_save_IFS
2380   test -z "$as_dir" && as_dir=.
2381   for ac_exec_ext in '' $ac_executable_extensions; do
2382   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2383     ac_cv_prog_AR="${ac_tool_prefix}ar"
2384     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2385     break 2
2386   fi
2387 done
2388 done
2389
2390 fi
2391 fi
2392 AR=$ac_cv_prog_AR
2393 if test -n "$AR"; then
2394   echo "$as_me:$LINENO: result: $AR" >&5
2395 echo "${ECHO_T}$AR" >&6
2396 else
2397   echo "$as_me:$LINENO: result: no" >&5
2398 echo "${ECHO_T}no" >&6
2399 fi
2400
2401 fi
2402 if test -z "$ac_cv_prog_AR"; then
2403   ac_ct_AR=$AR
2404   # Extract the first word of "ar", so it can be a program name with args.
2405 set dummy ar; ac_word=$2
2406 echo "$as_me:$LINENO: checking for $ac_word" >&5
2407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2408 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
2409   echo $ECHO_N "(cached) $ECHO_C" >&6
2410 else
2411   if test -n "$ac_ct_AR"; then
2412   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
2413 else
2414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2415 for as_dir in $PATH
2416 do
2417   IFS=$as_save_IFS
2418   test -z "$as_dir" && as_dir=.
2419   for ac_exec_ext in '' $ac_executable_extensions; do
2420   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2421     ac_cv_prog_ac_ct_AR="ar"
2422     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2423     break 2
2424   fi
2425 done
2426 done
2427
2428 fi
2429 fi
2430 ac_ct_AR=$ac_cv_prog_ac_ct_AR
2431 if test -n "$ac_ct_AR"; then
2432   echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
2433 echo "${ECHO_T}$ac_ct_AR" >&6
2434 else
2435   echo "$as_me:$LINENO: result: no" >&5
2436 echo "${ECHO_T}no" >&6
2437 fi
2438
2439   AR=$ac_ct_AR
2440 else
2441   AR="$ac_cv_prog_AR"
2442 fi
2443
2444 if test -n "$ac_tool_prefix"; then
2445   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2446 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2447 echo "$as_me:$LINENO: checking for $ac_word" >&5
2448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2449 if test "${ac_cv_prog_RANLIB+set}" = set; then
2450   echo $ECHO_N "(cached) $ECHO_C" >&6
2451 else
2452   if test -n "$RANLIB"; then
2453   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2454 else
2455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2456 for as_dir in $PATH
2457 do
2458   IFS=$as_save_IFS
2459   test -z "$as_dir" && as_dir=.
2460   for ac_exec_ext in '' $ac_executable_extensions; do
2461   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2462     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2463     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2464     break 2
2465   fi
2466 done
2467 done
2468
2469 fi
2470 fi
2471 RANLIB=$ac_cv_prog_RANLIB
2472 if test -n "$RANLIB"; then
2473   echo "$as_me:$LINENO: result: $RANLIB" >&5
2474 echo "${ECHO_T}$RANLIB" >&6
2475 else
2476   echo "$as_me:$LINENO: result: no" >&5
2477 echo "${ECHO_T}no" >&6
2478 fi
2479
2480 fi
2481 if test -z "$ac_cv_prog_RANLIB"; then
2482   ac_ct_RANLIB=$RANLIB
2483   # Extract the first word of "ranlib", so it can be a program name with args.
2484 set dummy ranlib; ac_word=$2
2485 echo "$as_me:$LINENO: checking for $ac_word" >&5
2486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2487 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2488   echo $ECHO_N "(cached) $ECHO_C" >&6
2489 else
2490   if test -n "$ac_ct_RANLIB"; then
2491   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2492 else
2493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2494 for as_dir in $PATH
2495 do
2496   IFS=$as_save_IFS
2497   test -z "$as_dir" && as_dir=.
2498   for ac_exec_ext in '' $ac_executable_extensions; do
2499   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2500     ac_cv_prog_ac_ct_RANLIB="ranlib"
2501     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2502     break 2
2503   fi
2504 done
2505 done
2506
2507   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2508 fi
2509 fi
2510 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2511 if test -n "$ac_ct_RANLIB"; then
2512   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2513 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2514 else
2515   echo "$as_me:$LINENO: result: no" >&5
2516 echo "${ECHO_T}no" >&6
2517 fi
2518
2519   RANLIB=$ac_ct_RANLIB
2520 else
2521   RANLIB="$ac_cv_prog_RANLIB"
2522 fi
2523
2524 if test -n "$ac_tool_prefix"; then
2525   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
2526 set dummy ${ac_tool_prefix}readelf; ac_word=$2
2527 echo "$as_me:$LINENO: checking for $ac_word" >&5
2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2529 if test "${ac_cv_prog_READELF+set}" = set; then
2530   echo $ECHO_N "(cached) $ECHO_C" >&6
2531 else
2532   if test -n "$READELF"; then
2533   ac_cv_prog_READELF="$READELF" # Let the user override the test.
2534 else
2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536 for as_dir in $PATH
2537 do
2538   IFS=$as_save_IFS
2539   test -z "$as_dir" && as_dir=.
2540   for ac_exec_ext in '' $ac_executable_extensions; do
2541   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2542     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
2543     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2544     break 2
2545   fi
2546 done
2547 done
2548
2549 fi
2550 fi
2551 READELF=$ac_cv_prog_READELF
2552 if test -n "$READELF"; then
2553   echo "$as_me:$LINENO: result: $READELF" >&5
2554 echo "${ECHO_T}$READELF" >&6
2555 else
2556   echo "$as_me:$LINENO: result: no" >&5
2557 echo "${ECHO_T}no" >&6
2558 fi
2559
2560 fi
2561 if test -z "$ac_cv_prog_READELF"; then
2562   ac_ct_READELF=$READELF
2563   # Extract the first word of "readelf", so it can be a program name with args.
2564 set dummy readelf; ac_word=$2
2565 echo "$as_me:$LINENO: checking for $ac_word" >&5
2566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2567 if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
2568   echo $ECHO_N "(cached) $ECHO_C" >&6
2569 else
2570   if test -n "$ac_ct_READELF"; then
2571   ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
2572 else
2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574 for as_dir in $PATH
2575 do
2576   IFS=$as_save_IFS
2577   test -z "$as_dir" && as_dir=.
2578   for ac_exec_ext in '' $ac_executable_extensions; do
2579   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2580     ac_cv_prog_ac_ct_READELF="readelf"
2581     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2582     break 2
2583   fi
2584 done
2585 done
2586
2587   test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
2588 fi
2589 fi
2590 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
2591 if test -n "$ac_ct_READELF"; then
2592   echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
2593 echo "${ECHO_T}$ac_ct_READELF" >&6
2594 else
2595   echo "$as_me:$LINENO: result: no" >&5
2596 echo "${ECHO_T}no" >&6
2597 fi
2598
2599   READELF=$ac_ct_READELF
2600 else
2601   READELF="$ac_cv_prog_READELF"
2602 fi
2603
2604
2605 # Find a good install program.  We prefer a C program (faster),
2606 # so one script is as good as another.  But avoid the broken or
2607 # incompatible versions:
2608 # SysV /etc/install, /usr/sbin/install
2609 # SunOS /usr/etc/install
2610 # IRIX /sbin/install
2611 # AIX /bin/install
2612 # AmigaOS /C/install, which installs bootblocks on floppy discs
2613 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2614 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2615 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2616 # OS/2's system install, which has a completely different semantic
2617 # ./install, which can be erroneously created by make from ./install.sh.
2618 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2619 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2620 if test -z "$INSTALL"; then
2621 if test "${ac_cv_path_install+set}" = set; then
2622   echo $ECHO_N "(cached) $ECHO_C" >&6
2623 else
2624   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625 for as_dir in $PATH
2626 do
2627   IFS=$as_save_IFS
2628   test -z "$as_dir" && as_dir=.
2629   # Account for people who put trailing slashes in PATH elements.
2630 case $as_dir/ in
2631   ./ | .// | /cC/* | \
2632   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2633   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2634   /usr/ucb/* ) ;;
2635   *)
2636     # OSF1 and SCO ODT 3.0 have their own names for install.
2637     # Don't use installbsd from OSF since it installs stuff as root
2638     # by default.
2639     for ac_prog in ginstall scoinst install; do
2640       for ac_exec_ext in '' $ac_executable_extensions; do
2641         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2642           if test $ac_prog = install &&
2643             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2644             # AIX install.  It has an incompatible calling convention.
2645             :
2646           elif test $ac_prog = install &&
2647             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2648             # program-specific install script used by HP pwplus--don't use.
2649             :
2650           else
2651             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2652             break 3
2653           fi
2654         fi
2655       done
2656     done
2657     ;;
2658 esac
2659 done
2660
2661
2662 fi
2663   if test "${ac_cv_path_install+set}" = set; then
2664     INSTALL=$ac_cv_path_install
2665   else
2666     # As a last resort, use the slow shell script.  We don't cache a
2667     # path for INSTALL within a source directory, because that will
2668     # break other packages using the cache if that directory is
2669     # removed, or if the path is relative.
2670     INSTALL=$ac_install_sh
2671   fi
2672 fi
2673 echo "$as_me:$LINENO: result: $INSTALL" >&5
2674 echo "${ECHO_T}$INSTALL" >&6
2675
2676 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2677 # It thinks the first close brace ends the variable substitution.
2678 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2679
2680 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2681
2682 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2683
2684
2685 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
2686 ac_given_INSTALL=$INSTALL
2687
2688 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2689 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
2690     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2691 if test "${enable_maintainer_mode+set}" = set; then
2692   enableval="$enable_maintainer_mode"
2693   USE_MAINTAINER_MODE=$enableval
2694 else
2695   USE_MAINTAINER_MODE=no
2696 fi;
2697   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2698 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
2699
2700
2701 if test $USE_MAINTAINER_MODE = yes; then
2702   MAINTAINER_MODE_TRUE=
2703   MAINTAINER_MODE_FALSE='#'
2704 else
2705   MAINTAINER_MODE_TRUE='#'
2706   MAINTAINER_MODE_FALSE=
2707 fi
2708
2709   MAINT=$MAINTAINER_MODE_TRUE
2710
2711
2712 # By default we simply use the C compiler to build assembly code.
2713
2714 test "${CCAS+set}" = set || CCAS=$CC
2715 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
2716
2717
2718
2719
2720 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
2721 # at least currently, we never actually build a program, so we never
2722 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
2723 # fails, because we are probably configuring with a cross compiler
2724 # which can't create executables.  So we include AC_EXEEXT to keep
2725 # automake happy, but we don't execute it, since we don't care about
2726 # the result.
2727 if false; then
2728
2729   dummy_var=1
2730 fi
2731
2732 . ${newlib_basedir}/configure.host
2733
2734 newlib_cflags="${newlib_cflags} -fno-builtin"
2735
2736 NEWLIB_CFLAGS=${newlib_cflags}
2737
2738
2739 LDFLAGS=${ldflags}
2740
2741
2742
2743
2744 if test x${newlib_elix_level} = x0; then
2745   ELIX_LEVEL_0_TRUE=
2746   ELIX_LEVEL_0_FALSE='#'
2747 else
2748   ELIX_LEVEL_0_TRUE='#'
2749   ELIX_LEVEL_0_FALSE=
2750 fi
2751
2752
2753
2754 if test x${newlib_elix_level} = x1; then
2755   ELIX_LEVEL_1_TRUE=
2756   ELIX_LEVEL_1_FALSE='#'
2757 else
2758   ELIX_LEVEL_1_TRUE='#'
2759   ELIX_LEVEL_1_FALSE=
2760 fi
2761
2762
2763
2764 if test x${newlib_elix_level} = x2; then
2765   ELIX_LEVEL_2_TRUE=
2766   ELIX_LEVEL_2_FALSE='#'
2767 else
2768   ELIX_LEVEL_2_TRUE='#'
2769   ELIX_LEVEL_2_FALSE=
2770 fi
2771
2772
2773
2774 if test x${newlib_elix_level} = x3; then
2775   ELIX_LEVEL_3_TRUE=
2776   ELIX_LEVEL_3_FALSE='#'
2777 else
2778   ELIX_LEVEL_3_TRUE='#'
2779   ELIX_LEVEL_3_FALSE=
2780 fi
2781
2782
2783
2784 if test x${newlib_elix_level} = x4; then
2785   ELIX_LEVEL_4_TRUE=
2786   ELIX_LEVEL_4_FALSE='#'
2787 else
2788   ELIX_LEVEL_4_TRUE='#'
2789   ELIX_LEVEL_4_FALSE=
2790 fi
2791
2792
2793
2794
2795 if test x${use_libtool} = xyes; then
2796   USE_LIBTOOL_TRUE=
2797   USE_LIBTOOL_FALSE='#'
2798 else
2799   USE_LIBTOOL_TRUE='#'
2800   USE_LIBTOOL_FALSE=
2801 fi
2802
2803
2804 # Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
2805 # use oext, which is set in configure.host based on the target platform.
2806 OBJEXT=${oext}
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818 extra_objs=
2819 extra_sources=
2820 case $host in
2821   powerpc*-*altivec*)
2822         extra_objs="vfprintf.o vfscanf.o vec_malloc.o vec_calloc.o vec_free.o vec_realloc.o vec_reallocr.o vec_callocr.o"
2823         extra_sources="vfprintf.c vfscanf.c vec_malloc.c vec_calloc.c vec_free.c vec_realloc.c vec_mallocr.c"
2824         ;;
2825   powerpc*-*spe*)
2826         extra_objs="atosfix16.o atosfix32.o atosfix64.o atoufix16.o atoufix32.o atoufix64.o simdldtoa.o strtosfix16.o strtosfix32.o strtosfix64.o strtoufix16.o strtoufix32.o strtoufix64.o ufix64toa.o vfprintf.o vfscanf.o"
2827         extra_sources="atosfix16.c atosfix32.c atosfix64.c atoufix16.c atoufix32.c atoufix64.c simdldtoa.c strtosfix16.c strtosfix32.c strtosfix64.c strtoufix16.c strtoufix32.c strtoufix64.c ufix64toa.c vfprintf.c vfscanf.c"
2828         ;;
2829 esac
2830
2831
2832
2833           ac_config_files="$ac_config_files Makefile"
2834
2835 cat >confcache <<\_ACEOF
2836 # This file is a shell script that caches the results of configure
2837 # tests run on this system so they can be shared between configure
2838 # scripts and configure runs, see configure's option --config-cache.
2839 # It is not useful on other systems.  If it contains results you don't
2840 # want to keep, you may remove or edit it.
2841 #
2842 # config.status only pays attention to the cache file if you give it
2843 # the --recheck option to rerun configure.
2844 #
2845 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2846 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2847 # following values.
2848
2849 _ACEOF
2850
2851 # The following way of writing the cache mishandles newlines in values,
2852 # but we know of no workaround that is simple, portable, and efficient.
2853 # So, don't put newlines in cache variables' values.
2854 # Ultrix sh set writes to stderr and can't be redirected directly,
2855 # and sets the high bit in the cache file unless we assign to the vars.
2856 {
2857   (set) 2>&1 |
2858     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2859     *ac_space=\ *)
2860       # `set' does not quote correctly, so add quotes (double-quote
2861       # substitution turns \\\\ into \\, and sed turns \\ into \).
2862       sed -n \
2863         "s/'/'\\\\''/g;
2864           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2865       ;;
2866     *)
2867       # `set' quotes correctly as required by POSIX, so do not add quotes.
2868       sed -n \
2869         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2870       ;;
2871     esac;
2872 } |
2873   sed '
2874      t clear
2875      : clear
2876      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2877      t end
2878      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2879      : end' >>confcache
2880 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2881   if test -w $cache_file; then
2882     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2883     cat confcache >$cache_file
2884   else
2885     echo "not updating unwritable cache $cache_file"
2886   fi
2887 fi
2888 rm -f confcache
2889
2890 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2891 # Let make expand exec_prefix.
2892 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2893
2894 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2895 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2896 # trailing colons and then remove the whole line if VPATH becomes empty
2897 # (actually we leave an empty line to preserve line numbers).
2898 if test "x$srcdir" = x.; then
2899   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2900 s/:*\$(srcdir):*/:/;
2901 s/:*\${srcdir}:*/:/;
2902 s/:*@srcdir@:*/:/;
2903 s/^\([^=]*=[     ]*\):*/\1/;
2904 s/:*$//;
2905 s/^[^=]*=[       ]*$//;
2906 }'
2907 fi
2908
2909 # Transform confdefs.h into DEFS.
2910 # Protect against shell expansion while executing Makefile rules.
2911 # Protect against Makefile macro expansion.
2912 #
2913 # If the first sed substitution is executed (which looks for macros that
2914 # take arguments), then we branch to the quote section.  Otherwise,
2915 # look for a macro that doesn't take arguments.
2916 cat >confdef2opt.sed <<\_ACEOF
2917 t clear
2918 : clear
2919 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2920 t quote
2921 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2922 t quote
2923 d
2924 : quote
2925 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2926 s,\[,\\&,g
2927 s,\],\\&,g
2928 s,\$,$$,g
2929 p
2930 _ACEOF
2931 # We use echo to avoid assuming a particular line-breaking character.
2932 # The extra dot is to prevent the shell from consuming trailing
2933 # line-breaks from the sub-command output.  A line-break within
2934 # single-quotes doesn't work because, if this script is created in a
2935 # platform that uses two characters for line-breaks (e.g., DOS), tr
2936 # would break.
2937 ac_LF_and_DOT=`echo; echo .`
2938 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2939 rm -f confdef2opt.sed
2940
2941
2942 ac_libobjs=
2943 ac_ltlibobjs=
2944 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2945   # 1. Remove the extension, and $U if already installed.
2946   ac_i=`echo "$ac_i" |
2947          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2948   # 2. Add them.
2949   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2950   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2951 done
2952 LIBOBJS=$ac_libobjs
2953
2954 LTLIBOBJS=$ac_ltlibobjs
2955
2956
2957 if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
2958   { { echo "$as_me:$LINENO: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
2959 Usually this means the macro was only invoked conditionally." >&5
2960 echo "$as_me: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
2961 Usually this means the macro was only invoked conditionally." >&2;}
2962    { (exit 1); exit 1; }; }
2963 fi
2964 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2965   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2966 Usually this means the macro was only invoked conditionally." >&5
2967 echo "$as_me: error: conditional \"AMDEP\" was never defined.
2968 Usually this means the macro was only invoked conditionally." >&2;}
2969    { (exit 1); exit 1; }; }
2970 fi
2971 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2972   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2973 Usually this means the macro was only invoked conditionally." >&5
2974 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2975 Usually this means the macro was only invoked conditionally." >&2;}
2976    { (exit 1); exit 1; }; }
2977 fi
2978 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2979   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2980 Usually this means the macro was only invoked conditionally." >&5
2981 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2982 Usually this means the macro was only invoked conditionally." >&2;}
2983    { (exit 1); exit 1; }; }
2984 fi
2985 if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
2986   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_0\" was never defined.
2987 Usually this means the macro was only invoked conditionally." >&5
2988 echo "$as_me: error: conditional \"ELIX_LEVEL_0\" was never defined.
2989 Usually this means the macro was only invoked conditionally." >&2;}
2990    { (exit 1); exit 1; }; }
2991 fi
2992 if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
2993   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_1\" was never defined.
2994 Usually this means the macro was only invoked conditionally." >&5
2995 echo "$as_me: error: conditional \"ELIX_LEVEL_1\" was never defined.
2996 Usually this means the macro was only invoked conditionally." >&2;}
2997    { (exit 1); exit 1; }; }
2998 fi
2999 if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
3000   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_2\" was never defined.
3001 Usually this means the macro was only invoked conditionally." >&5
3002 echo "$as_me: error: conditional \"ELIX_LEVEL_2\" was never defined.
3003 Usually this means the macro was only invoked conditionally." >&2;}
3004    { (exit 1); exit 1; }; }
3005 fi
3006 if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
3007   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_3\" was never defined.
3008 Usually this means the macro was only invoked conditionally." >&5
3009 echo "$as_me: error: conditional \"ELIX_LEVEL_3\" was never defined.
3010 Usually this means the macro was only invoked conditionally." >&2;}
3011    { (exit 1); exit 1; }; }
3012 fi
3013 if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
3014   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_4\" was never defined.
3015 Usually this means the macro was only invoked conditionally." >&5
3016 echo "$as_me: error: conditional \"ELIX_LEVEL_4\" was never defined.
3017 Usually this means the macro was only invoked conditionally." >&2;}
3018    { (exit 1); exit 1; }; }
3019 fi
3020 if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
3021   { { echo "$as_me:$LINENO: error: conditional \"USE_LIBTOOL\" was never defined.
3022 Usually this means the macro was only invoked conditionally." >&5
3023 echo "$as_me: error: conditional \"USE_LIBTOOL\" was never defined.
3024 Usually this means the macro was only invoked conditionally." >&2;}
3025    { (exit 1); exit 1; }; }
3026 fi
3027
3028 : ${CONFIG_STATUS=./config.status}
3029 ac_clean_files_save=$ac_clean_files
3030 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3031 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3032 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3033 cat >$CONFIG_STATUS <<_ACEOF
3034 #! $SHELL
3035 # Generated by $as_me.
3036 # Run this file to recreate the current configuration.
3037 # Compiler output produced by configure, useful for debugging
3038 # configure, is in config.log if it exists.
3039
3040 debug=false
3041 ac_cs_recheck=false
3042 ac_cs_silent=false
3043 SHELL=\${CONFIG_SHELL-$SHELL}
3044 _ACEOF
3045
3046 cat >>$CONFIG_STATUS <<\_ACEOF
3047 ## --------------------- ##
3048 ## M4sh Initialization.  ##
3049 ## --------------------- ##
3050
3051 # Be Bourne compatible
3052 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3053   emulate sh
3054   NULLCMD=:
3055   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3056   # is contrary to our usage.  Disable this feature.
3057   alias -g '${1+"$@"}'='"$@"'
3058 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3059   set -o posix
3060 fi
3061 DUALCASE=1; export DUALCASE # for MKS sh
3062
3063 # Support unset when possible.
3064 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3065   as_unset=unset
3066 else
3067   as_unset=false
3068 fi
3069
3070
3071 # Work around bugs in pre-3.0 UWIN ksh.
3072 $as_unset ENV MAIL MAILPATH
3073 PS1='$ '
3074 PS2='> '
3075 PS4='+ '
3076
3077 # NLS nuisances.
3078 for as_var in \
3079   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3080   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3081   LC_TELEPHONE LC_TIME
3082 do
3083   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3084     eval $as_var=C; export $as_var
3085   else
3086     $as_unset $as_var
3087   fi
3088 done
3089
3090 # Required to use basename.
3091 if expr a : '\(a\)' >/dev/null 2>&1; then
3092   as_expr=expr
3093 else
3094   as_expr=false
3095 fi
3096
3097 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3098   as_basename=basename
3099 else
3100   as_basename=false
3101 fi
3102
3103
3104 # Name of the executable.
3105 as_me=`$as_basename "$0" ||
3106 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3107          X"$0" : 'X\(//\)$' \| \
3108          X"$0" : 'X\(/\)$' \| \
3109          .     : '\(.\)' 2>/dev/null ||
3110 echo X/"$0" |
3111     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3112           /^X\/\(\/\/\)$/{ s//\1/; q; }
3113           /^X\/\(\/\).*/{ s//\1/; q; }
3114           s/.*/./; q'`
3115
3116
3117 # PATH needs CR, and LINENO needs CR and PATH.
3118 # Avoid depending upon Character Ranges.
3119 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3120 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3121 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3122 as_cr_digits='0123456789'
3123 as_cr_alnum=$as_cr_Letters$as_cr_digits
3124
3125 # The user is always right.
3126 if test "${PATH_SEPARATOR+set}" != set; then
3127   echo "#! /bin/sh" >conf$$.sh
3128   echo  "exit 0"   >>conf$$.sh
3129   chmod +x conf$$.sh
3130   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3131     PATH_SEPARATOR=';'
3132   else
3133     PATH_SEPARATOR=:
3134   fi
3135   rm -f conf$$.sh
3136 fi
3137
3138
3139   as_lineno_1=$LINENO
3140   as_lineno_2=$LINENO
3141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3142   test "x$as_lineno_1" != "x$as_lineno_2" &&
3143   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3144   # Find who we are.  Look in the path if we contain no path at all
3145   # relative or not.
3146   case $0 in
3147     *[\\/]* ) as_myself=$0 ;;
3148     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3149 for as_dir in $PATH
3150 do
3151   IFS=$as_save_IFS
3152   test -z "$as_dir" && as_dir=.
3153   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3154 done
3155
3156        ;;
3157   esac
3158   # We did not find ourselves, most probably we were run as `sh COMMAND'
3159   # in which case we are not to be found in the path.
3160   if test "x$as_myself" = x; then
3161     as_myself=$0
3162   fi
3163   if test ! -f "$as_myself"; then
3164     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3165 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3166    { (exit 1); exit 1; }; }
3167   fi
3168   case $CONFIG_SHELL in
3169   '')
3170     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3171 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3172 do
3173   IFS=$as_save_IFS
3174   test -z "$as_dir" && as_dir=.
3175   for as_base in sh bash ksh sh5; do
3176          case $as_dir in
3177          /*)
3178            if ("$as_dir/$as_base" -c '
3179   as_lineno_1=$LINENO
3180   as_lineno_2=$LINENO
3181   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3182   test "x$as_lineno_1" != "x$as_lineno_2" &&
3183   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3184              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3185              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3186              CONFIG_SHELL=$as_dir/$as_base
3187              export CONFIG_SHELL
3188              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3189            fi;;
3190          esac
3191        done
3192 done
3193 ;;
3194   esac
3195
3196   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3197   # uniformly replaced by the line number.  The first 'sed' inserts a
3198   # line-number line before each line; the second 'sed' does the real
3199   # work.  The second script uses 'N' to pair each line-number line
3200   # with the numbered line, and appends trailing '-' during
3201   # substitution so that $LINENO is not a special case at line end.
3202   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3203   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3204   sed '=' <$as_myself |
3205     sed '
3206       N
3207       s,$,-,
3208       : loop
3209       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3210       t loop
3211       s,-$,,
3212       s,^['$as_cr_digits']*\n,,
3213     ' >$as_me.lineno &&
3214   chmod +x $as_me.lineno ||
3215     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3216 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3217    { (exit 1); exit 1; }; }
3218
3219   # Don't try to exec as it changes $[0], causing all sort of problems
3220   # (the dirname of $[0] is not the place where we might find the
3221   # original and so on.  Autoconf is especially sensible to this).
3222   . ./$as_me.lineno
3223   # Exit status is that of the last command.
3224   exit
3225 }
3226
3227
3228 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3229   *c*,-n*) ECHO_N= ECHO_C='
3230 ' ECHO_T='      ' ;;
3231   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3232   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3233 esac
3234
3235 if expr a : '\(a\)' >/dev/null 2>&1; then
3236   as_expr=expr
3237 else
3238   as_expr=false
3239 fi
3240
3241 rm -f conf$$ conf$$.exe conf$$.file
3242 echo >conf$$.file
3243 if ln -s conf$$.file conf$$ 2>/dev/null; then
3244   # We could just check for DJGPP; but this test a) works b) is more generic
3245   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3246   if test -f conf$$.exe; then
3247     # Don't use ln at all; we don't have any links
3248     as_ln_s='cp -p'
3249   else
3250     as_ln_s='ln -s'
3251   fi
3252 elif ln conf$$.file conf$$ 2>/dev/null; then
3253   as_ln_s=ln
3254 else
3255   as_ln_s='cp -p'
3256 fi
3257 rm -f conf$$ conf$$.exe conf$$.file
3258
3259 if mkdir -p . 2>/dev/null; then
3260   as_mkdir_p=:
3261 else
3262   test -d ./-p && rmdir ./-p
3263   as_mkdir_p=false
3264 fi
3265
3266 as_executable_p="test -f"
3267
3268 # Sed expression to map a string onto a valid CPP name.
3269 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3270
3271 # Sed expression to map a string onto a valid variable name.
3272 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3273
3274
3275 # IFS
3276 # We need space, tab and new line, in precisely that order.
3277 as_nl='
3278 '
3279 IFS="   $as_nl"
3280
3281 # CDPATH.
3282 $as_unset CDPATH
3283
3284 exec 6>&1
3285
3286 # Open the log real soon, to keep \$[0] and so on meaningful, and to
3287 # report actual input values of CONFIG_FILES etc. instead of their
3288 # values after options handling.  Logging --version etc. is OK.
3289 exec 5>>config.log
3290 {
3291   echo
3292   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3293 ## Running $as_me. ##
3294 _ASBOX
3295 } >&5
3296 cat >&5 <<_CSEOF
3297
3298 This file was extended by newlib $as_me 1.16.0, which was
3299 generated by GNU Autoconf 2.59.  Invocation command line was
3300
3301   CONFIG_FILES    = $CONFIG_FILES
3302   CONFIG_HEADERS  = $CONFIG_HEADERS
3303   CONFIG_LINKS    = $CONFIG_LINKS
3304   CONFIG_COMMANDS = $CONFIG_COMMANDS
3305   $ $0 $@
3306
3307 _CSEOF
3308 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3309 echo >&5
3310 _ACEOF
3311
3312 # Files that config.status was made for.
3313 if test -n "$ac_config_files"; then
3314   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3315 fi
3316
3317 if test -n "$ac_config_headers"; then
3318   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3319 fi
3320
3321 if test -n "$ac_config_links"; then
3322   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3323 fi
3324
3325 if test -n "$ac_config_commands"; then
3326   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3327 fi
3328
3329 cat >>$CONFIG_STATUS <<\_ACEOF
3330
3331 ac_cs_usage="\
3332 \`$as_me' instantiates files from templates according to the
3333 current configuration.
3334
3335 Usage: $0 [OPTIONS] [FILE]...
3336
3337   -h, --help       print this help, then exit
3338   -V, --version    print version number, then exit
3339   -q, --quiet      do not print progress messages
3340   -d, --debug      don't remove temporary files
3341       --recheck    update $as_me by reconfiguring in the same conditions
3342   --file=FILE[:TEMPLATE]
3343                    instantiate the configuration file FILE
3344
3345 Configuration files:
3346 $config_files
3347
3348 Configuration commands:
3349 $config_commands
3350
3351 Report bugs to <bug-autoconf@gnu.org>."
3352 _ACEOF
3353
3354 cat >>$CONFIG_STATUS <<_ACEOF
3355 ac_cs_version="\\
3356 newlib config.status 1.16.0
3357 configured by $0, generated by GNU Autoconf 2.59,
3358   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3359
3360 Copyright (C) 2003 Free Software Foundation, Inc.
3361 This config.status script is free software; the Free Software Foundation
3362 gives unlimited permission to copy, distribute and modify it."
3363 srcdir=$srcdir
3364 INSTALL="$INSTALL"
3365 _ACEOF
3366
3367 cat >>$CONFIG_STATUS <<\_ACEOF
3368 # If no file are specified by the user, then we need to provide default
3369 # value.  By we need to know if files were specified by the user.
3370 ac_need_defaults=:
3371 while test $# != 0
3372 do
3373   case $1 in
3374   --*=*)
3375     ac_option=`expr "x$1" : 'x\([^=]*\)='`
3376     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3377     ac_shift=:
3378     ;;
3379   -*)
3380     ac_option=$1
3381     ac_optarg=$2
3382     ac_shift=shift
3383     ;;
3384   *) # This is not an option, so the user has probably given explicit
3385      # arguments.
3386      ac_option=$1
3387      ac_need_defaults=false;;
3388   esac
3389
3390   case $ac_option in
3391   # Handling of the options.
3392 _ACEOF
3393 cat >>$CONFIG_STATUS <<\_ACEOF
3394   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3395     ac_cs_recheck=: ;;
3396   --version | --vers* | -V )
3397     echo "$ac_cs_version"; exit 0 ;;
3398   --he | --h)
3399     # Conflict between --help and --header
3400     { { echo "$as_me:$LINENO: error: ambiguous option: $1
3401 Try \`$0 --help' for more information." >&5
3402 echo "$as_me: error: ambiguous option: $1
3403 Try \`$0 --help' for more information." >&2;}
3404    { (exit 1); exit 1; }; };;
3405   --help | --hel | -h )
3406     echo "$ac_cs_usage"; exit 0 ;;
3407   --debug | --d* | -d )
3408     debug=: ;;
3409   --file | --fil | --fi | --f )
3410     $ac_shift
3411     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3412     ac_need_defaults=false;;
3413   --header | --heade | --head | --hea )
3414     $ac_shift
3415     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3416     ac_need_defaults=false;;
3417   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3418   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3419     ac_cs_silent=: ;;
3420
3421   # This is an error.
3422   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3423 Try \`$0 --help' for more information." >&5
3424 echo "$as_me: error: unrecognized option: $1
3425 Try \`$0 --help' for more information." >&2;}
3426    { (exit 1); exit 1; }; } ;;
3427
3428   *) ac_config_targets="$ac_config_targets $1" ;;
3429
3430   esac
3431   shift
3432 done
3433
3434 ac_configure_extra_args=
3435
3436 if $ac_cs_silent; then
3437   exec 6>/dev/null
3438   ac_configure_extra_args="$ac_configure_extra_args --silent"
3439 fi
3440
3441 _ACEOF
3442 cat >>$CONFIG_STATUS <<_ACEOF
3443 if \$ac_cs_recheck; then
3444   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3445   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3446 fi
3447
3448 _ACEOF
3449
3450 cat >>$CONFIG_STATUS <<_ACEOF
3451 #
3452 # INIT-COMMANDS section.
3453 #
3454
3455 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3456
3457 _ACEOF
3458
3459
3460
3461 cat >>$CONFIG_STATUS <<\_ACEOF
3462 for ac_config_target in $ac_config_targets
3463 do
3464   case "$ac_config_target" in
3465   # Handling of arguments.
3466   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3467   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3468   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3469 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3470    { (exit 1); exit 1; }; };;
3471   esac
3472 done
3473
3474 # If the user did not use the arguments to specify the items to instantiate,
3475 # then the envvar interface is used.  Set only those that are not.
3476 # We use the long form for the default assignment because of an extremely
3477 # bizarre bug on SunOS 4.1.3.
3478 if $ac_need_defaults; then
3479   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3480   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3481 fi
3482
3483 # Have a temporary directory for convenience.  Make it in the build tree
3484 # simply because there is no reason to put it here, and in addition,
3485 # creating and moving files from /tmp can sometimes cause problems.
3486 # Create a temporary directory, and hook for its removal unless debugging.
3487 $debug ||
3488 {
3489   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3490   trap '{ (exit 1); exit 1; }' 1 2 13 15
3491 }
3492
3493 # Create a (secure) tmp directory for tmp files.
3494
3495 {
3496   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3497   test -n "$tmp" && test -d "$tmp"
3498 }  ||
3499 {
3500   tmp=./confstat$$-$RANDOM
3501   (umask 077 && mkdir $tmp)
3502 } ||
3503 {
3504    echo "$me: cannot create a temporary directory in ." >&2
3505    { (exit 1); exit 1; }
3506 }
3507
3508 _ACEOF
3509
3510 cat >>$CONFIG_STATUS <<_ACEOF
3511
3512 #
3513 # CONFIG_FILES section.
3514 #
3515
3516 # No need to generate the scripts if there are no CONFIG_FILES.
3517 # This happens for instance when ./config.status config.h
3518 if test -n "\$CONFIG_FILES"; then
3519   # Protect against being on the right side of a sed subst in config.status.
3520   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3521    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3522 s,@SHELL@,$SHELL,;t t
3523 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3524 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3525 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3526 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3527 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3528 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3529 s,@exec_prefix@,$exec_prefix,;t t
3530 s,@prefix@,$prefix,;t t
3531 s,@program_transform_name@,$program_transform_name,;t t
3532 s,@bindir@,$bindir,;t t
3533 s,@sbindir@,$sbindir,;t t
3534 s,@libexecdir@,$libexecdir,;t t
3535 s,@datadir@,$datadir,;t t
3536 s,@sysconfdir@,$sysconfdir,;t t
3537 s,@sharedstatedir@,$sharedstatedir,;t t
3538 s,@localstatedir@,$localstatedir,;t t
3539 s,@libdir@,$libdir,;t t
3540 s,@includedir@,$includedir,;t t
3541 s,@oldincludedir@,$oldincludedir,;t t
3542 s,@infodir@,$infodir,;t t
3543 s,@mandir@,$mandir,;t t
3544 s,@build_alias@,$build_alias,;t t
3545 s,@host_alias@,$host_alias,;t t
3546 s,@target_alias@,$target_alias,;t t
3547 s,@DEFS@,$DEFS,;t t
3548 s,@ECHO_C@,$ECHO_C,;t t
3549 s,@ECHO_N@,$ECHO_N,;t t
3550 s,@ECHO_T@,$ECHO_T,;t t
3551 s,@LIBS@,$LIBS,;t t
3552 s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
3553 s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
3554 s,@newlib_basedir@,$newlib_basedir,;t t
3555 s,@build@,$build,;t t
3556 s,@build_cpu@,$build_cpu,;t t
3557 s,@build_vendor@,$build_vendor,;t t
3558 s,@build_os@,$build_os,;t t
3559 s,@host@,$host,;t t
3560 s,@host_cpu@,$host_cpu,;t t
3561 s,@host_vendor@,$host_vendor,;t t
3562 s,@host_os@,$host_os,;t t
3563 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3564 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3565 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3566 s,@CYGPATH_W@,$CYGPATH_W,;t t
3567 s,@PACKAGE@,$PACKAGE,;t t
3568 s,@VERSION@,$VERSION,;t t
3569 s,@ACLOCAL@,$ACLOCAL,;t t
3570 s,@AUTOCONF@,$AUTOCONF,;t t
3571 s,@AUTOMAKE@,$AUTOMAKE,;t t
3572 s,@AUTOHEADER@,$AUTOHEADER,;t t
3573 s,@MAKEINFO@,$MAKEINFO,;t t
3574 s,@install_sh@,$install_sh,;t t
3575 s,@STRIP@,$STRIP,;t t
3576 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3577 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3578 s,@mkdir_p@,$mkdir_p,;t t
3579 s,@AWK@,$AWK,;t t
3580 s,@SET_MAKE@,$SET_MAKE,;t t
3581 s,@am__leading_dot@,$am__leading_dot,;t t
3582 s,@AMTAR@,$AMTAR,;t t
3583 s,@am__tar@,$am__tar,;t t
3584 s,@am__untar@,$am__untar,;t t
3585 s,@CC@,$CC,;t t
3586 s,@DEPDIR@,$DEPDIR,;t t
3587 s,@am__include@,$am__include,;t t
3588 s,@am__quote@,$am__quote,;t t
3589 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3590 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3591 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3592 s,@CCDEPMODE@,$CCDEPMODE,;t t
3593 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
3594 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
3595 s,@AS@,$AS,;t t
3596 s,@ac_ct_AS@,$ac_ct_AS,;t t
3597 s,@AR@,$AR,;t t
3598 s,@ac_ct_AR@,$ac_ct_AR,;t t
3599 s,@RANLIB@,$RANLIB,;t t
3600 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
3601 s,@READELF@,$READELF,;t t
3602 s,@ac_ct_READELF@,$ac_ct_READELF,;t t
3603 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3604 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3605 s,@MAINT@,$MAINT,;t t
3606 s,@CCAS@,$CCAS,;t t
3607 s,@CCASFLAGS@,$CCASFLAGS,;t t
3608 s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
3609 s,@LDFLAGS@,$LDFLAGS,;t t
3610 s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
3611 s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
3612 s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
3613 s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
3614 s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
3615 s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
3616 s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
3617 s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
3618 s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
3619 s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
3620 s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
3621 s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
3622 s,@OBJEXT@,$OBJEXT,;t t
3623 s,@oext@,$oext,;t t
3624 s,@aext@,$aext,;t t
3625 s,@lpfx@,$lpfx,;t t
3626 s,@libm_machine_dir@,$libm_machine_dir,;t t
3627 s,@machine_dir@,$machine_dir,;t t
3628 s,@sys_dir@,$sys_dir,;t t
3629 s,@extra_objs@,$extra_objs,;t t
3630 s,@extra_sources@,$extra_sources,;t t
3631 s,@LIBOBJS@,$LIBOBJS,;t t
3632 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3633 CEOF
3634
3635 _ACEOF
3636
3637   cat >>$CONFIG_STATUS <<\_ACEOF
3638   # Split the substitutions into bite-sized pieces for seds with
3639   # small command number limits, like on Digital OSF/1 and HP-UX.
3640   ac_max_sed_lines=48
3641   ac_sed_frag=1 # Number of current file.
3642   ac_beg=1 # First line for current file.
3643   ac_end=$ac_max_sed_lines # Line after last line for current file.
3644   ac_more_lines=:
3645   ac_sed_cmds=
3646   while $ac_more_lines; do
3647     if test $ac_beg -gt 1; then
3648       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3649     else
3650       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3651     fi
3652     if test ! -s $tmp/subs.frag; then
3653       ac_more_lines=false
3654     else
3655       # The purpose of the label and of the branching condition is to
3656       # speed up the sed processing (if there are no `@' at all, there
3657       # is no need to browse any of the substitutions).
3658       # These are the two extra sed commands mentioned above.
3659       (echo ':t
3660   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3661       if test -z "$ac_sed_cmds"; then
3662         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3663       else
3664         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3665       fi
3666       ac_sed_frag=`expr $ac_sed_frag + 1`
3667       ac_beg=$ac_end
3668       ac_end=`expr $ac_end + $ac_max_sed_lines`
3669     fi
3670   done
3671   if test -z "$ac_sed_cmds"; then
3672     ac_sed_cmds=cat
3673   fi
3674 fi # test -n "$CONFIG_FILES"
3675
3676 _ACEOF
3677 cat >>$CONFIG_STATUS <<\_ACEOF
3678 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3679   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3680   case $ac_file in
3681   - | *:- | *:-:* ) # input from stdin
3682         cat >$tmp/stdin
3683         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3684         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3685   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3686         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3687   * )   ac_file_in=$ac_file.in ;;
3688   esac
3689
3690   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3691   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3692 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3693          X"$ac_file" : 'X\(//\)[^/]' \| \
3694          X"$ac_file" : 'X\(//\)$' \| \
3695          X"$ac_file" : 'X\(/\)' \| \
3696          .     : '\(.\)' 2>/dev/null ||
3697 echo X"$ac_file" |
3698     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3699           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3700           /^X\(\/\/\)$/{ s//\1/; q; }
3701           /^X\(\/\).*/{ s//\1/; q; }
3702           s/.*/./; q'`
3703   { if $as_mkdir_p; then
3704     mkdir -p "$ac_dir"
3705   else
3706     as_dir="$ac_dir"
3707     as_dirs=
3708     while test ! -d "$as_dir"; do
3709       as_dirs="$as_dir $as_dirs"
3710       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3711 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3712          X"$as_dir" : 'X\(//\)[^/]' \| \
3713          X"$as_dir" : 'X\(//\)$' \| \
3714          X"$as_dir" : 'X\(/\)' \| \
3715          .     : '\(.\)' 2>/dev/null ||
3716 echo X"$as_dir" |
3717     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3718           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3719           /^X\(\/\/\)$/{ s//\1/; q; }
3720           /^X\(\/\).*/{ s//\1/; q; }
3721           s/.*/./; q'`
3722     done
3723     test ! -n "$as_dirs" || mkdir $as_dirs
3724   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3725 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3726    { (exit 1); exit 1; }; }; }
3727
3728   ac_builddir=.
3729
3730 if test "$ac_dir" != .; then
3731   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3732   # A "../" for each directory in $ac_dir_suffix.
3733   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3734 else
3735   ac_dir_suffix= ac_top_builddir=
3736 fi
3737
3738 case $srcdir in
3739   .)  # No --srcdir option.  We are building in place.
3740     ac_srcdir=.
3741     if test -z "$ac_top_builddir"; then
3742        ac_top_srcdir=.
3743     else
3744        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3745     fi ;;
3746   [\\/]* | ?:[\\/]* )  # Absolute path.
3747     ac_srcdir=$srcdir$ac_dir_suffix;
3748     ac_top_srcdir=$srcdir ;;
3749   *) # Relative path.
3750     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3751     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3752 esac
3753
3754 # Do not use `cd foo && pwd` to compute absolute paths, because
3755 # the directories may not exist.
3756 case `pwd` in
3757 .) ac_abs_builddir="$ac_dir";;
3758 *)
3759   case "$ac_dir" in
3760   .) ac_abs_builddir=`pwd`;;
3761   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3762   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3763   esac;;
3764 esac
3765 case $ac_abs_builddir in
3766 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3767 *)
3768   case ${ac_top_builddir}. in
3769   .) ac_abs_top_builddir=$ac_abs_builddir;;
3770   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3771   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3772   esac;;
3773 esac
3774 case $ac_abs_builddir in
3775 .) ac_abs_srcdir=$ac_srcdir;;
3776 *)
3777   case $ac_srcdir in
3778   .) ac_abs_srcdir=$ac_abs_builddir;;
3779   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3780   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3781   esac;;
3782 esac
3783 case $ac_abs_builddir in
3784 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3785 *)
3786   case $ac_top_srcdir in
3787   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3788   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3789   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3790   esac;;
3791 esac
3792
3793
3794   case $INSTALL in
3795   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3796   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3797   esac
3798
3799   if test x"$ac_file" != x-; then
3800     { echo "$as_me:$LINENO: creating $ac_file" >&5
3801 echo "$as_me: creating $ac_file" >&6;}
3802     rm -f "$ac_file"
3803   fi
3804   # Let's still pretend it is `configure' which instantiates (i.e., don't
3805   # use $as_me), people would be surprised to read:
3806   #    /* config.h.  Generated by config.status.  */
3807   if test x"$ac_file" = x-; then
3808     configure_input=
3809   else
3810     configure_input="$ac_file.  "
3811   fi
3812   configure_input=$configure_input"Generated from `echo $ac_file_in |
3813                                      sed 's,.*/,,'` by configure."
3814
3815   # First look for the input files in the build tree, otherwise in the
3816   # src tree.
3817   ac_file_inputs=`IFS=:
3818     for f in $ac_file_in; do
3819       case $f in
3820       -) echo $tmp/stdin ;;
3821       [\\/$]*)
3822          # Absolute (can't be DOS-style, as IFS=:)
3823          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3824 echo "$as_me: error: cannot find input file: $f" >&2;}
3825    { (exit 1); exit 1; }; }
3826          echo "$f";;
3827       *) # Relative
3828          if test -f "$f"; then
3829            # Build tree
3830            echo "$f"
3831          elif test -f "$srcdir/$f"; then
3832            # Source tree
3833            echo "$srcdir/$f"
3834          else
3835            # /dev/null tree
3836            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3837 echo "$as_me: error: cannot find input file: $f" >&2;}
3838    { (exit 1); exit 1; }; }
3839          fi;;
3840       esac
3841     done` || { (exit 1); exit 1; }
3842 _ACEOF
3843 cat >>$CONFIG_STATUS <<_ACEOF
3844   sed "$ac_vpsub
3845 $extrasub
3846 _ACEOF
3847 cat >>$CONFIG_STATUS <<\_ACEOF
3848 :t
3849 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3850 s,@configure_input@,$configure_input,;t t
3851 s,@srcdir@,$ac_srcdir,;t t
3852 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3853 s,@top_srcdir@,$ac_top_srcdir,;t t
3854 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3855 s,@builddir@,$ac_builddir,;t t
3856 s,@abs_builddir@,$ac_abs_builddir,;t t
3857 s,@top_builddir@,$ac_top_builddir,;t t
3858 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3859 s,@INSTALL@,$ac_INSTALL,;t t
3860 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3861   rm -f $tmp/stdin
3862   if test x"$ac_file" != x-; then
3863     mv $tmp/out $ac_file
3864   else
3865     cat $tmp/out
3866     rm -f $tmp/out
3867   fi
3868
3869 done
3870 _ACEOF
3871 cat >>$CONFIG_STATUS <<\_ACEOF
3872
3873 #
3874 # CONFIG_COMMANDS section.
3875 #
3876 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
3877   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
3878   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
3879   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
3880 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3881          X"$ac_dest" : 'X\(//\)[^/]' \| \
3882          X"$ac_dest" : 'X\(//\)$' \| \
3883          X"$ac_dest" : 'X\(/\)' \| \
3884          .     : '\(.\)' 2>/dev/null ||
3885 echo X"$ac_dest" |
3886     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3887           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3888           /^X\(\/\/\)$/{ s//\1/; q; }
3889           /^X\(\/\).*/{ s//\1/; q; }
3890           s/.*/./; q'`
3891   { if $as_mkdir_p; then
3892     mkdir -p "$ac_dir"
3893   else
3894     as_dir="$ac_dir"
3895     as_dirs=
3896     while test ! -d "$as_dir"; do
3897       as_dirs="$as_dir $as_dirs"
3898       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3899 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3900          X"$as_dir" : 'X\(//\)[^/]' \| \
3901          X"$as_dir" : 'X\(//\)$' \| \
3902          X"$as_dir" : 'X\(/\)' \| \
3903          .     : '\(.\)' 2>/dev/null ||
3904 echo X"$as_dir" |
3905     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3906           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3907           /^X\(\/\/\)$/{ s//\1/; q; }
3908           /^X\(\/\).*/{ s//\1/; q; }
3909           s/.*/./; q'`
3910     done
3911     test ! -n "$as_dirs" || mkdir $as_dirs
3912   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3913 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3914    { (exit 1); exit 1; }; }; }
3915
3916   ac_builddir=.
3917
3918 if test "$ac_dir" != .; then
3919   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3920   # A "../" for each directory in $ac_dir_suffix.
3921   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3922 else
3923   ac_dir_suffix= ac_top_builddir=
3924 fi
3925
3926 case $srcdir in
3927   .)  # No --srcdir option.  We are building in place.
3928     ac_srcdir=.
3929     if test -z "$ac_top_builddir"; then
3930        ac_top_srcdir=.
3931     else
3932        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3933     fi ;;
3934   [\\/]* | ?:[\\/]* )  # Absolute path.
3935     ac_srcdir=$srcdir$ac_dir_suffix;
3936     ac_top_srcdir=$srcdir ;;
3937   *) # Relative path.
3938     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3939     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3940 esac
3941
3942 # Do not use `cd foo && pwd` to compute absolute paths, because
3943 # the directories may not exist.
3944 case `pwd` in
3945 .) ac_abs_builddir="$ac_dir";;
3946 *)
3947   case "$ac_dir" in
3948   .) ac_abs_builddir=`pwd`;;
3949   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3950   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3951   esac;;
3952 esac
3953 case $ac_abs_builddir in
3954 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3955 *)
3956   case ${ac_top_builddir}. in
3957   .) ac_abs_top_builddir=$ac_abs_builddir;;
3958   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3959   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3960   esac;;
3961 esac
3962 case $ac_abs_builddir in
3963 .) ac_abs_srcdir=$ac_srcdir;;
3964 *)
3965   case $ac_srcdir in
3966   .) ac_abs_srcdir=$ac_abs_builddir;;
3967   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3968   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3969   esac;;
3970 esac
3971 case $ac_abs_builddir in
3972 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3973 *)
3974   case $ac_top_srcdir in
3975   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3976   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3977   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3978   esac;;
3979 esac
3980
3981
3982   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3983 echo "$as_me: executing $ac_dest commands" >&6;}
3984   case $ac_dest in
3985     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
3986   # Strip MF so we end up with the name of the file.
3987   mf=`echo "$mf" | sed -e 's/:.*$//'`
3988   # Check whether this is an Automake generated Makefile or not.
3989   # We used to match only the files named `Makefile.in', but
3990   # some people rename them; so instead we look at the file content.
3991   # Grep'ing the first line is not enough: some people post-process
3992   # each Makefile.in and add a new line on top of each file to say so.
3993   # So let's grep whole file.
3994   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
3995     dirpart=`(dirname "$mf") 2>/dev/null ||
3996 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3997          X"$mf" : 'X\(//\)[^/]' \| \
3998          X"$mf" : 'X\(//\)$' \| \
3999          X"$mf" : 'X\(/\)' \| \
4000          .     : '\(.\)' 2>/dev/null ||
4001 echo X"$mf" |
4002     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4003           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4004           /^X\(\/\/\)$/{ s//\1/; q; }
4005           /^X\(\/\).*/{ s//\1/; q; }
4006           s/.*/./; q'`
4007   else
4008     continue
4009   fi
4010   # Extract the definition of DEPDIR, am__include, and am__quote
4011   # from the Makefile without running `make'.
4012   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4013   test -z "$DEPDIR" && continue
4014   am__include=`sed -n 's/^am__include = //p' < "$mf"`
4015   test -z "am__include" && continue
4016   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4017   # When using ansi2knr, U may be empty or an underscore; expand it
4018   U=`sed -n 's/^U = //p' < "$mf"`
4019   # Find all dependency output files, they are included files with
4020   # $(DEPDIR) in their names.  We invoke sed twice because it is the
4021   # simplest approach to changing $(DEPDIR) to its actual value in the
4022   # expansion.
4023   for file in `sed -n "
4024     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4025        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4026     # Make sure the directory exists.
4027     test -f "$dirpart/$file" && continue
4028     fdir=`(dirname "$file") 2>/dev/null ||
4029 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4030          X"$file" : 'X\(//\)[^/]' \| \
4031          X"$file" : 'X\(//\)$' \| \
4032          X"$file" : 'X\(/\)' \| \
4033          .     : '\(.\)' 2>/dev/null ||
4034 echo X"$file" |
4035     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4036           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4037           /^X\(\/\/\)$/{ s//\1/; q; }
4038           /^X\(\/\).*/{ s//\1/; q; }
4039           s/.*/./; q'`
4040     { if $as_mkdir_p; then
4041     mkdir -p $dirpart/$fdir
4042   else
4043     as_dir=$dirpart/$fdir
4044     as_dirs=
4045     while test ! -d "$as_dir"; do
4046       as_dirs="$as_dir $as_dirs"
4047       as_dir=`(dirname "$as_dir") 2>/dev/null ||
4048 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4049          X"$as_dir" : 'X\(//\)[^/]' \| \
4050          X"$as_dir" : 'X\(//\)$' \| \
4051          X"$as_dir" : 'X\(/\)' \| \
4052          .     : '\(.\)' 2>/dev/null ||
4053 echo X"$as_dir" |
4054     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4055           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4056           /^X\(\/\/\)$/{ s//\1/; q; }
4057           /^X\(\/\).*/{ s//\1/; q; }
4058           s/.*/./; q'`
4059     done
4060     test ! -n "$as_dirs" || mkdir $as_dirs
4061   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
4062 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
4063    { (exit 1); exit 1; }; }; }
4064
4065     # echo "creating $dirpart/$file"
4066     echo '# dummy' > "$dirpart/$file"
4067   done
4068 done
4069  ;;
4070   esac
4071 done
4072 _ACEOF
4073
4074 cat >>$CONFIG_STATUS <<\_ACEOF
4075
4076 { (exit 0); exit 0; }
4077 _ACEOF
4078 chmod +x $CONFIG_STATUS
4079 ac_clean_files=$ac_clean_files_save
4080
4081
4082 # configure is writing to config.log, and then calls config.status.
4083 # config.status does its own redirection, appending to config.log.
4084 # Unfortunately, on DOS this fails, as config.log is still kept open
4085 # by configure, so config.status won't be able to write to it; its
4086 # output is simply discarded.  So we exec the FD to /dev/null,
4087 # effectively closing config.log, so it can be properly (re)opened and
4088 # appended to by config.status.  When coming back to configure, we
4089 # need to make the FD available again.
4090 if test "$no_create" != yes; then
4091   ac_cs_success=:
4092   ac_config_status_args=
4093   test "$silent" = yes &&
4094     ac_config_status_args="$ac_config_status_args --quiet"
4095   exec 5>/dev/null
4096   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4097   exec 5>>config.log
4098   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4099   # would make configure fail if this is the last instruction.
4100   $ac_cs_success || { (exit 1); exit 1; }
4101 fi
4102