OSDN Git Service

846b92c86fd600e63159a8c22f3a6b2a2b7eb230
[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.14.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.14.0'
271 PACKAGE_STRING='newlib 1.14.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 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.14.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.14.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.14.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.14.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.14.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
2525 # Find a good install program.  We prefer a C program (faster),
2526 # so one script is as good as another.  But avoid the broken or
2527 # incompatible versions:
2528 # SysV /etc/install, /usr/sbin/install
2529 # SunOS /usr/etc/install
2530 # IRIX /sbin/install
2531 # AIX /bin/install
2532 # AmigaOS /C/install, which installs bootblocks on floppy discs
2533 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2534 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2535 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2536 # OS/2's system install, which has a completely different semantic
2537 # ./install, which can be erroneously created by make from ./install.sh.
2538 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2539 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2540 if test -z "$INSTALL"; then
2541 if test "${ac_cv_path_install+set}" = set; then
2542   echo $ECHO_N "(cached) $ECHO_C" >&6
2543 else
2544   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2546 do
2547   IFS=$as_save_IFS
2548   test -z "$as_dir" && as_dir=.
2549   # Account for people who put trailing slashes in PATH elements.
2550 case $as_dir/ in
2551   ./ | .// | /cC/* | \
2552   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2553   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2554   /usr/ucb/* ) ;;
2555   *)
2556     # OSF1 and SCO ODT 3.0 have their own names for install.
2557     # Don't use installbsd from OSF since it installs stuff as root
2558     # by default.
2559     for ac_prog in ginstall scoinst install; do
2560       for ac_exec_ext in '' $ac_executable_extensions; do
2561         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2562           if test $ac_prog = install &&
2563             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2564             # AIX install.  It has an incompatible calling convention.
2565             :
2566           elif test $ac_prog = install &&
2567             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2568             # program-specific install script used by HP pwplus--don't use.
2569             :
2570           else
2571             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2572             break 3
2573           fi
2574         fi
2575       done
2576     done
2577     ;;
2578 esac
2579 done
2580
2581
2582 fi
2583   if test "${ac_cv_path_install+set}" = set; then
2584     INSTALL=$ac_cv_path_install
2585   else
2586     # As a last resort, use the slow shell script.  We don't cache a
2587     # path for INSTALL within a source directory, because that will
2588     # break other packages using the cache if that directory is
2589     # removed, or if the path is relative.
2590     INSTALL=$ac_install_sh
2591   fi
2592 fi
2593 echo "$as_me:$LINENO: result: $INSTALL" >&5
2594 echo "${ECHO_T}$INSTALL" >&6
2595
2596 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2597 # It thinks the first close brace ends the variable substitution.
2598 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2599
2600 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2601
2602 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2603
2604
2605 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
2606 ac_given_INSTALL=$INSTALL
2607
2608 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2609 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
2610     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2611 if test "${enable_maintainer_mode+set}" = set; then
2612   enableval="$enable_maintainer_mode"
2613   USE_MAINTAINER_MODE=$enableval
2614 else
2615   USE_MAINTAINER_MODE=no
2616 fi;
2617   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2618 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
2619
2620
2621 if test $USE_MAINTAINER_MODE = yes; then
2622   MAINTAINER_MODE_TRUE=
2623   MAINTAINER_MODE_FALSE='#'
2624 else
2625   MAINTAINER_MODE_TRUE='#'
2626   MAINTAINER_MODE_FALSE=
2627 fi
2628
2629   MAINT=$MAINTAINER_MODE_TRUE
2630
2631
2632 # By default we simply use the C compiler to build assembly code.
2633
2634 test "${CCAS+set}" = set || CCAS=$CC
2635 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
2636
2637
2638
2639
2640 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
2641 # at least currently, we never actually build a program, so we never
2642 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
2643 # fails, because we are probably configuring with a cross compiler
2644 # which can't create executables.  So we include AC_EXEEXT to keep
2645 # automake happy, but we don't execute it, since we don't care about
2646 # the result.
2647 if false; then
2648
2649   dummy_var=1
2650 fi
2651
2652 . ${newlib_basedir}/configure.host
2653
2654 newlib_cflags="${newlib_cflags} -fno-builtin"
2655
2656 NEWLIB_CFLAGS=${newlib_cflags}
2657
2658
2659 LDFLAGS=${ldflags}
2660
2661
2662
2663
2664 if test x${newlib_elix_level} = x0; then
2665   ELIX_LEVEL_0_TRUE=
2666   ELIX_LEVEL_0_FALSE='#'
2667 else
2668   ELIX_LEVEL_0_TRUE='#'
2669   ELIX_LEVEL_0_FALSE=
2670 fi
2671
2672
2673
2674 if test x${newlib_elix_level} = x1; then
2675   ELIX_LEVEL_1_TRUE=
2676   ELIX_LEVEL_1_FALSE='#'
2677 else
2678   ELIX_LEVEL_1_TRUE='#'
2679   ELIX_LEVEL_1_FALSE=
2680 fi
2681
2682
2683
2684 if test x${newlib_elix_level} = x2; then
2685   ELIX_LEVEL_2_TRUE=
2686   ELIX_LEVEL_2_FALSE='#'
2687 else
2688   ELIX_LEVEL_2_TRUE='#'
2689   ELIX_LEVEL_2_FALSE=
2690 fi
2691
2692
2693
2694 if test x${newlib_elix_level} = x3; then
2695   ELIX_LEVEL_3_TRUE=
2696   ELIX_LEVEL_3_FALSE='#'
2697 else
2698   ELIX_LEVEL_3_TRUE='#'
2699   ELIX_LEVEL_3_FALSE=
2700 fi
2701
2702
2703
2704 if test x${newlib_elix_level} = x4; then
2705   ELIX_LEVEL_4_TRUE=
2706   ELIX_LEVEL_4_FALSE='#'
2707 else
2708   ELIX_LEVEL_4_TRUE='#'
2709   ELIX_LEVEL_4_FALSE=
2710 fi
2711
2712
2713
2714
2715 if test x${use_libtool} = xyes; then
2716   USE_LIBTOOL_TRUE=
2717   USE_LIBTOOL_FALSE='#'
2718 else
2719   USE_LIBTOOL_TRUE='#'
2720   USE_LIBTOOL_FALSE=
2721 fi
2722
2723
2724 # Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
2725 # use oext, which is set in configure.host based on the target platform.
2726 OBJEXT=${oext}
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738 extra_objs=
2739 extra_sources=
2740 case $host in
2741   powerpc*-*altivec*)
2742         extra_objs="vfprintf.o vfscanf.o vec_malloc.o vec_calloc.o vec_free.o vec_realloc.o vec_reallocr.o vec_callocr.o"
2743         extra_sources="vfprintf.c vfscanf.c vec_malloc.c vec_calloc.c vec_free.c vec_realloc.c vec_mallocr.c"
2744         ;;
2745   powerpc*-*spe*)
2746         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"
2747         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"
2748         ;;
2749 esac
2750
2751
2752
2753           ac_config_files="$ac_config_files Makefile"
2754
2755 cat >confcache <<\_ACEOF
2756 # This file is a shell script that caches the results of configure
2757 # tests run on this system so they can be shared between configure
2758 # scripts and configure runs, see configure's option --config-cache.
2759 # It is not useful on other systems.  If it contains results you don't
2760 # want to keep, you may remove or edit it.
2761 #
2762 # config.status only pays attention to the cache file if you give it
2763 # the --recheck option to rerun configure.
2764 #
2765 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2766 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2767 # following values.
2768
2769 _ACEOF
2770
2771 # The following way of writing the cache mishandles newlines in values,
2772 # but we know of no workaround that is simple, portable, and efficient.
2773 # So, don't put newlines in cache variables' values.
2774 # Ultrix sh set writes to stderr and can't be redirected directly,
2775 # and sets the high bit in the cache file unless we assign to the vars.
2776 {
2777   (set) 2>&1 |
2778     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2779     *ac_space=\ *)
2780       # `set' does not quote correctly, so add quotes (double-quote
2781       # substitution turns \\\\ into \\, and sed turns \\ into \).
2782       sed -n \
2783         "s/'/'\\\\''/g;
2784           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2785       ;;
2786     *)
2787       # `set' quotes correctly as required by POSIX, so do not add quotes.
2788       sed -n \
2789         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2790       ;;
2791     esac;
2792 } |
2793   sed '
2794      t clear
2795      : clear
2796      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2797      t end
2798      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2799      : end' >>confcache
2800 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2801   if test -w $cache_file; then
2802     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2803     cat confcache >$cache_file
2804   else
2805     echo "not updating unwritable cache $cache_file"
2806   fi
2807 fi
2808 rm -f confcache
2809
2810 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2811 # Let make expand exec_prefix.
2812 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2813
2814 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2815 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2816 # trailing colons and then remove the whole line if VPATH becomes empty
2817 # (actually we leave an empty line to preserve line numbers).
2818 if test "x$srcdir" = x.; then
2819   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2820 s/:*\$(srcdir):*/:/;
2821 s/:*\${srcdir}:*/:/;
2822 s/:*@srcdir@:*/:/;
2823 s/^\([^=]*=[     ]*\):*/\1/;
2824 s/:*$//;
2825 s/^[^=]*=[       ]*$//;
2826 }'
2827 fi
2828
2829 # Transform confdefs.h into DEFS.
2830 # Protect against shell expansion while executing Makefile rules.
2831 # Protect against Makefile macro expansion.
2832 #
2833 # If the first sed substitution is executed (which looks for macros that
2834 # take arguments), then we branch to the quote section.  Otherwise,
2835 # look for a macro that doesn't take arguments.
2836 cat >confdef2opt.sed <<\_ACEOF
2837 t clear
2838 : clear
2839 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2840 t quote
2841 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2842 t quote
2843 d
2844 : quote
2845 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2846 s,\[,\\&,g
2847 s,\],\\&,g
2848 s,\$,$$,g
2849 p
2850 _ACEOF
2851 # We use echo to avoid assuming a particular line-breaking character.
2852 # The extra dot is to prevent the shell from consuming trailing
2853 # line-breaks from the sub-command output.  A line-break within
2854 # single-quotes doesn't work because, if this script is created in a
2855 # platform that uses two characters for line-breaks (e.g., DOS), tr
2856 # would break.
2857 ac_LF_and_DOT=`echo; echo .`
2858 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2859 rm -f confdef2opt.sed
2860
2861
2862 ac_libobjs=
2863 ac_ltlibobjs=
2864 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2865   # 1. Remove the extension, and $U if already installed.
2866   ac_i=`echo "$ac_i" |
2867          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2868   # 2. Add them.
2869   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2870   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2871 done
2872 LIBOBJS=$ac_libobjs
2873
2874 LTLIBOBJS=$ac_ltlibobjs
2875
2876
2877 if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
2878   { { echo "$as_me:$LINENO: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
2879 Usually this means the macro was only invoked conditionally." >&5
2880 echo "$as_me: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
2881 Usually this means the macro was only invoked conditionally." >&2;}
2882    { (exit 1); exit 1; }; }
2883 fi
2884 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2885   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2886 Usually this means the macro was only invoked conditionally." >&5
2887 echo "$as_me: error: conditional \"AMDEP\" was never defined.
2888 Usually this means the macro was only invoked conditionally." >&2;}
2889    { (exit 1); exit 1; }; }
2890 fi
2891 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2892   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2893 Usually this means the macro was only invoked conditionally." >&5
2894 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2895 Usually this means the macro was only invoked conditionally." >&2;}
2896    { (exit 1); exit 1; }; }
2897 fi
2898 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2899   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2900 Usually this means the macro was only invoked conditionally." >&5
2901 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2902 Usually this means the macro was only invoked conditionally." >&2;}
2903    { (exit 1); exit 1; }; }
2904 fi
2905 if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
2906   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_0\" was never defined.
2907 Usually this means the macro was only invoked conditionally." >&5
2908 echo "$as_me: error: conditional \"ELIX_LEVEL_0\" was never defined.
2909 Usually this means the macro was only invoked conditionally." >&2;}
2910    { (exit 1); exit 1; }; }
2911 fi
2912 if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
2913   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_1\" was never defined.
2914 Usually this means the macro was only invoked conditionally." >&5
2915 echo "$as_me: error: conditional \"ELIX_LEVEL_1\" was never defined.
2916 Usually this means the macro was only invoked conditionally." >&2;}
2917    { (exit 1); exit 1; }; }
2918 fi
2919 if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
2920   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_2\" was never defined.
2921 Usually this means the macro was only invoked conditionally." >&5
2922 echo "$as_me: error: conditional \"ELIX_LEVEL_2\" was never defined.
2923 Usually this means the macro was only invoked conditionally." >&2;}
2924    { (exit 1); exit 1; }; }
2925 fi
2926 if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
2927   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_3\" was never defined.
2928 Usually this means the macro was only invoked conditionally." >&5
2929 echo "$as_me: error: conditional \"ELIX_LEVEL_3\" was never defined.
2930 Usually this means the macro was only invoked conditionally." >&2;}
2931    { (exit 1); exit 1; }; }
2932 fi
2933 if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
2934   { { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_4\" was never defined.
2935 Usually this means the macro was only invoked conditionally." >&5
2936 echo "$as_me: error: conditional \"ELIX_LEVEL_4\" was never defined.
2937 Usually this means the macro was only invoked conditionally." >&2;}
2938    { (exit 1); exit 1; }; }
2939 fi
2940 if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
2941   { { echo "$as_me:$LINENO: error: conditional \"USE_LIBTOOL\" was never defined.
2942 Usually this means the macro was only invoked conditionally." >&5
2943 echo "$as_me: error: conditional \"USE_LIBTOOL\" was never defined.
2944 Usually this means the macro was only invoked conditionally." >&2;}
2945    { (exit 1); exit 1; }; }
2946 fi
2947
2948 : ${CONFIG_STATUS=./config.status}
2949 ac_clean_files_save=$ac_clean_files
2950 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2951 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2952 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2953 cat >$CONFIG_STATUS <<_ACEOF
2954 #! $SHELL
2955 # Generated by $as_me.
2956 # Run this file to recreate the current configuration.
2957 # Compiler output produced by configure, useful for debugging
2958 # configure, is in config.log if it exists.
2959
2960 debug=false
2961 ac_cs_recheck=false
2962 ac_cs_silent=false
2963 SHELL=\${CONFIG_SHELL-$SHELL}
2964 _ACEOF
2965
2966 cat >>$CONFIG_STATUS <<\_ACEOF
2967 ## --------------------- ##
2968 ## M4sh Initialization.  ##
2969 ## --------------------- ##
2970
2971 # Be Bourne compatible
2972 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2973   emulate sh
2974   NULLCMD=:
2975   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2976   # is contrary to our usage.  Disable this feature.
2977   alias -g '${1+"$@"}'='"$@"'
2978 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2979   set -o posix
2980 fi
2981 DUALCASE=1; export DUALCASE # for MKS sh
2982
2983 # Support unset when possible.
2984 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2985   as_unset=unset
2986 else
2987   as_unset=false
2988 fi
2989
2990
2991 # Work around bugs in pre-3.0 UWIN ksh.
2992 $as_unset ENV MAIL MAILPATH
2993 PS1='$ '
2994 PS2='> '
2995 PS4='+ '
2996
2997 # NLS nuisances.
2998 for as_var in \
2999   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3000   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3001   LC_TELEPHONE LC_TIME
3002 do
3003   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3004     eval $as_var=C; export $as_var
3005   else
3006     $as_unset $as_var
3007   fi
3008 done
3009
3010 # Required to use basename.
3011 if expr a : '\(a\)' >/dev/null 2>&1; then
3012   as_expr=expr
3013 else
3014   as_expr=false
3015 fi
3016
3017 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3018   as_basename=basename
3019 else
3020   as_basename=false
3021 fi
3022
3023
3024 # Name of the executable.
3025 as_me=`$as_basename "$0" ||
3026 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3027          X"$0" : 'X\(//\)$' \| \
3028          X"$0" : 'X\(/\)$' \| \
3029          .     : '\(.\)' 2>/dev/null ||
3030 echo X/"$0" |
3031     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3032           /^X\/\(\/\/\)$/{ s//\1/; q; }
3033           /^X\/\(\/\).*/{ s//\1/; q; }
3034           s/.*/./; q'`
3035
3036
3037 # PATH needs CR, and LINENO needs CR and PATH.
3038 # Avoid depending upon Character Ranges.
3039 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3040 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3041 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3042 as_cr_digits='0123456789'
3043 as_cr_alnum=$as_cr_Letters$as_cr_digits
3044
3045 # The user is always right.
3046 if test "${PATH_SEPARATOR+set}" != set; then
3047   echo "#! /bin/sh" >conf$$.sh
3048   echo  "exit 0"   >>conf$$.sh
3049   chmod +x conf$$.sh
3050   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3051     PATH_SEPARATOR=';'
3052   else
3053     PATH_SEPARATOR=:
3054   fi
3055   rm -f conf$$.sh
3056 fi
3057
3058
3059   as_lineno_1=$LINENO
3060   as_lineno_2=$LINENO
3061   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3062   test "x$as_lineno_1" != "x$as_lineno_2" &&
3063   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3064   # Find who we are.  Look in the path if we contain no path at all
3065   # relative or not.
3066   case $0 in
3067     *[\\/]* ) as_myself=$0 ;;
3068     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069 for as_dir in $PATH
3070 do
3071   IFS=$as_save_IFS
3072   test -z "$as_dir" && as_dir=.
3073   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3074 done
3075
3076        ;;
3077   esac
3078   # We did not find ourselves, most probably we were run as `sh COMMAND'
3079   # in which case we are not to be found in the path.
3080   if test "x$as_myself" = x; then
3081     as_myself=$0
3082   fi
3083   if test ! -f "$as_myself"; then
3084     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3085 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3086    { (exit 1); exit 1; }; }
3087   fi
3088   case $CONFIG_SHELL in
3089   '')
3090     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3091 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3092 do
3093   IFS=$as_save_IFS
3094   test -z "$as_dir" && as_dir=.
3095   for as_base in sh bash ksh sh5; do
3096          case $as_dir in
3097          /*)
3098            if ("$as_dir/$as_base" -c '
3099   as_lineno_1=$LINENO
3100   as_lineno_2=$LINENO
3101   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3102   test "x$as_lineno_1" != "x$as_lineno_2" &&
3103   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3104              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3105              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3106              CONFIG_SHELL=$as_dir/$as_base
3107              export CONFIG_SHELL
3108              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3109            fi;;
3110          esac
3111        done
3112 done
3113 ;;
3114   esac
3115
3116   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3117   # uniformly replaced by the line number.  The first 'sed' inserts a
3118   # line-number line before each line; the second 'sed' does the real
3119   # work.  The second script uses 'N' to pair each line-number line
3120   # with the numbered line, and appends trailing '-' during
3121   # substitution so that $LINENO is not a special case at line end.
3122   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3123   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3124   sed '=' <$as_myself |
3125     sed '
3126       N
3127       s,$,-,
3128       : loop
3129       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3130       t loop
3131       s,-$,,
3132       s,^['$as_cr_digits']*\n,,
3133     ' >$as_me.lineno &&
3134   chmod +x $as_me.lineno ||
3135     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3136 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3137    { (exit 1); exit 1; }; }
3138
3139   # Don't try to exec as it changes $[0], causing all sort of problems
3140   # (the dirname of $[0] is not the place where we might find the
3141   # original and so on.  Autoconf is especially sensible to this).
3142   . ./$as_me.lineno
3143   # Exit status is that of the last command.
3144   exit
3145 }
3146
3147
3148 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3149   *c*,-n*) ECHO_N= ECHO_C='
3150 ' ECHO_T='      ' ;;
3151   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3152   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3153 esac
3154
3155 if expr a : '\(a\)' >/dev/null 2>&1; then
3156   as_expr=expr
3157 else
3158   as_expr=false
3159 fi
3160
3161 rm -f conf$$ conf$$.exe conf$$.file
3162 echo >conf$$.file
3163 if ln -s conf$$.file conf$$ 2>/dev/null; then
3164   # We could just check for DJGPP; but this test a) works b) is more generic
3165   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3166   if test -f conf$$.exe; then
3167     # Don't use ln at all; we don't have any links
3168     as_ln_s='cp -p'
3169   else
3170     as_ln_s='ln -s'
3171   fi
3172 elif ln conf$$.file conf$$ 2>/dev/null; then
3173   as_ln_s=ln
3174 else
3175   as_ln_s='cp -p'
3176 fi
3177 rm -f conf$$ conf$$.exe conf$$.file
3178
3179 if mkdir -p . 2>/dev/null; then
3180   as_mkdir_p=:
3181 else
3182   test -d ./-p && rmdir ./-p
3183   as_mkdir_p=false
3184 fi
3185
3186 as_executable_p="test -f"
3187
3188 # Sed expression to map a string onto a valid CPP name.
3189 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3190
3191 # Sed expression to map a string onto a valid variable name.
3192 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3193
3194
3195 # IFS
3196 # We need space, tab and new line, in precisely that order.
3197 as_nl='
3198 '
3199 IFS="   $as_nl"
3200
3201 # CDPATH.
3202 $as_unset CDPATH
3203
3204 exec 6>&1
3205
3206 # Open the log real soon, to keep \$[0] and so on meaningful, and to
3207 # report actual input values of CONFIG_FILES etc. instead of their
3208 # values after options handling.  Logging --version etc. is OK.
3209 exec 5>>config.log
3210 {
3211   echo
3212   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3213 ## Running $as_me. ##
3214 _ASBOX
3215 } >&5
3216 cat >&5 <<_CSEOF
3217
3218 This file was extended by newlib $as_me 1.14.0, which was
3219 generated by GNU Autoconf 2.59.  Invocation command line was
3220
3221   CONFIG_FILES    = $CONFIG_FILES
3222   CONFIG_HEADERS  = $CONFIG_HEADERS
3223   CONFIG_LINKS    = $CONFIG_LINKS
3224   CONFIG_COMMANDS = $CONFIG_COMMANDS
3225   $ $0 $@
3226
3227 _CSEOF
3228 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3229 echo >&5
3230 _ACEOF
3231
3232 # Files that config.status was made for.
3233 if test -n "$ac_config_files"; then
3234   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3235 fi
3236
3237 if test -n "$ac_config_headers"; then
3238   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3239 fi
3240
3241 if test -n "$ac_config_links"; then
3242   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3243 fi
3244
3245 if test -n "$ac_config_commands"; then
3246   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3247 fi
3248
3249 cat >>$CONFIG_STATUS <<\_ACEOF
3250
3251 ac_cs_usage="\
3252 \`$as_me' instantiates files from templates according to the
3253 current configuration.
3254
3255 Usage: $0 [OPTIONS] [FILE]...
3256
3257   -h, --help       print this help, then exit
3258   -V, --version    print version number, then exit
3259   -q, --quiet      do not print progress messages
3260   -d, --debug      don't remove temporary files
3261       --recheck    update $as_me by reconfiguring in the same conditions
3262   --file=FILE[:TEMPLATE]
3263                    instantiate the configuration file FILE
3264
3265 Configuration files:
3266 $config_files
3267
3268 Configuration commands:
3269 $config_commands
3270
3271 Report bugs to <bug-autoconf@gnu.org>."
3272 _ACEOF
3273
3274 cat >>$CONFIG_STATUS <<_ACEOF
3275 ac_cs_version="\\
3276 newlib config.status 1.14.0
3277 configured by $0, generated by GNU Autoconf 2.59,
3278   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3279
3280 Copyright (C) 2003 Free Software Foundation, Inc.
3281 This config.status script is free software; the Free Software Foundation
3282 gives unlimited permission to copy, distribute and modify it."
3283 srcdir=$srcdir
3284 INSTALL="$INSTALL"
3285 _ACEOF
3286
3287 cat >>$CONFIG_STATUS <<\_ACEOF
3288 # If no file are specified by the user, then we need to provide default
3289 # value.  By we need to know if files were specified by the user.
3290 ac_need_defaults=:
3291 while test $# != 0
3292 do
3293   case $1 in
3294   --*=*)
3295     ac_option=`expr "x$1" : 'x\([^=]*\)='`
3296     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3297     ac_shift=:
3298     ;;
3299   -*)
3300     ac_option=$1
3301     ac_optarg=$2
3302     ac_shift=shift
3303     ;;
3304   *) # This is not an option, so the user has probably given explicit
3305      # arguments.
3306      ac_option=$1
3307      ac_need_defaults=false;;
3308   esac
3309
3310   case $ac_option in
3311   # Handling of the options.
3312 _ACEOF
3313 cat >>$CONFIG_STATUS <<\_ACEOF
3314   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3315     ac_cs_recheck=: ;;
3316   --version | --vers* | -V )
3317     echo "$ac_cs_version"; exit 0 ;;
3318   --he | --h)
3319     # Conflict between --help and --header
3320     { { echo "$as_me:$LINENO: error: ambiguous option: $1
3321 Try \`$0 --help' for more information." >&5
3322 echo "$as_me: error: ambiguous option: $1
3323 Try \`$0 --help' for more information." >&2;}
3324    { (exit 1); exit 1; }; };;
3325   --help | --hel | -h )
3326     echo "$ac_cs_usage"; exit 0 ;;
3327   --debug | --d* | -d )
3328     debug=: ;;
3329   --file | --fil | --fi | --f )
3330     $ac_shift
3331     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3332     ac_need_defaults=false;;
3333   --header | --heade | --head | --hea )
3334     $ac_shift
3335     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3336     ac_need_defaults=false;;
3337   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3338   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3339     ac_cs_silent=: ;;
3340
3341   # This is an error.
3342   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3343 Try \`$0 --help' for more information." >&5
3344 echo "$as_me: error: unrecognized option: $1
3345 Try \`$0 --help' for more information." >&2;}
3346    { (exit 1); exit 1; }; } ;;
3347
3348   *) ac_config_targets="$ac_config_targets $1" ;;
3349
3350   esac
3351   shift
3352 done
3353
3354 ac_configure_extra_args=
3355
3356 if $ac_cs_silent; then
3357   exec 6>/dev/null
3358   ac_configure_extra_args="$ac_configure_extra_args --silent"
3359 fi
3360
3361 _ACEOF
3362 cat >>$CONFIG_STATUS <<_ACEOF
3363 if \$ac_cs_recheck; then
3364   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3365   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3366 fi
3367
3368 _ACEOF
3369
3370 cat >>$CONFIG_STATUS <<_ACEOF
3371 #
3372 # INIT-COMMANDS section.
3373 #
3374
3375 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3376
3377 _ACEOF
3378
3379
3380
3381 cat >>$CONFIG_STATUS <<\_ACEOF
3382 for ac_config_target in $ac_config_targets
3383 do
3384   case "$ac_config_target" in
3385   # Handling of arguments.
3386   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3387   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3388   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3389 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3390    { (exit 1); exit 1; }; };;
3391   esac
3392 done
3393
3394 # If the user did not use the arguments to specify the items to instantiate,
3395 # then the envvar interface is used.  Set only those that are not.
3396 # We use the long form for the default assignment because of an extremely
3397 # bizarre bug on SunOS 4.1.3.
3398 if $ac_need_defaults; then
3399   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3400   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3401 fi
3402
3403 # Have a temporary directory for convenience.  Make it in the build tree
3404 # simply because there is no reason to put it here, and in addition,
3405 # creating and moving files from /tmp can sometimes cause problems.
3406 # Create a temporary directory, and hook for its removal unless debugging.
3407 $debug ||
3408 {
3409   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3410   trap '{ (exit 1); exit 1; }' 1 2 13 15
3411 }
3412
3413 # Create a (secure) tmp directory for tmp files.
3414
3415 {
3416   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3417   test -n "$tmp" && test -d "$tmp"
3418 }  ||
3419 {
3420   tmp=./confstat$$-$RANDOM
3421   (umask 077 && mkdir $tmp)
3422 } ||
3423 {
3424    echo "$me: cannot create a temporary directory in ." >&2
3425    { (exit 1); exit 1; }
3426 }
3427
3428 _ACEOF
3429
3430 cat >>$CONFIG_STATUS <<_ACEOF
3431
3432 #
3433 # CONFIG_FILES section.
3434 #
3435
3436 # No need to generate the scripts if there are no CONFIG_FILES.
3437 # This happens for instance when ./config.status config.h
3438 if test -n "\$CONFIG_FILES"; then
3439   # Protect against being on the right side of a sed subst in config.status.
3440   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3441    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3442 s,@SHELL@,$SHELL,;t t
3443 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3444 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3445 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3446 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3447 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3448 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3449 s,@exec_prefix@,$exec_prefix,;t t
3450 s,@prefix@,$prefix,;t t
3451 s,@program_transform_name@,$program_transform_name,;t t
3452 s,@bindir@,$bindir,;t t
3453 s,@sbindir@,$sbindir,;t t
3454 s,@libexecdir@,$libexecdir,;t t
3455 s,@datadir@,$datadir,;t t
3456 s,@sysconfdir@,$sysconfdir,;t t
3457 s,@sharedstatedir@,$sharedstatedir,;t t
3458 s,@localstatedir@,$localstatedir,;t t
3459 s,@libdir@,$libdir,;t t
3460 s,@includedir@,$includedir,;t t
3461 s,@oldincludedir@,$oldincludedir,;t t
3462 s,@infodir@,$infodir,;t t
3463 s,@mandir@,$mandir,;t t
3464 s,@build_alias@,$build_alias,;t t
3465 s,@host_alias@,$host_alias,;t t
3466 s,@target_alias@,$target_alias,;t t
3467 s,@DEFS@,$DEFS,;t t
3468 s,@ECHO_C@,$ECHO_C,;t t
3469 s,@ECHO_N@,$ECHO_N,;t t
3470 s,@ECHO_T@,$ECHO_T,;t t
3471 s,@LIBS@,$LIBS,;t t
3472 s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
3473 s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
3474 s,@newlib_basedir@,$newlib_basedir,;t t
3475 s,@build@,$build,;t t
3476 s,@build_cpu@,$build_cpu,;t t
3477 s,@build_vendor@,$build_vendor,;t t
3478 s,@build_os@,$build_os,;t t
3479 s,@host@,$host,;t t
3480 s,@host_cpu@,$host_cpu,;t t
3481 s,@host_vendor@,$host_vendor,;t t
3482 s,@host_os@,$host_os,;t t
3483 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3484 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3485 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3486 s,@CYGPATH_W@,$CYGPATH_W,;t t
3487 s,@PACKAGE@,$PACKAGE,;t t
3488 s,@VERSION@,$VERSION,;t t
3489 s,@ACLOCAL@,$ACLOCAL,;t t
3490 s,@AUTOCONF@,$AUTOCONF,;t t
3491 s,@AUTOMAKE@,$AUTOMAKE,;t t
3492 s,@AUTOHEADER@,$AUTOHEADER,;t t
3493 s,@MAKEINFO@,$MAKEINFO,;t t
3494 s,@install_sh@,$install_sh,;t t
3495 s,@STRIP@,$STRIP,;t t
3496 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3497 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3498 s,@mkdir_p@,$mkdir_p,;t t
3499 s,@AWK@,$AWK,;t t
3500 s,@SET_MAKE@,$SET_MAKE,;t t
3501 s,@am__leading_dot@,$am__leading_dot,;t t
3502 s,@AMTAR@,$AMTAR,;t t
3503 s,@am__tar@,$am__tar,;t t
3504 s,@am__untar@,$am__untar,;t t
3505 s,@CC@,$CC,;t t
3506 s,@DEPDIR@,$DEPDIR,;t t
3507 s,@am__include@,$am__include,;t t
3508 s,@am__quote@,$am__quote,;t t
3509 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
3510 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
3511 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
3512 s,@CCDEPMODE@,$CCDEPMODE,;t t
3513 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
3514 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
3515 s,@AS@,$AS,;t t
3516 s,@ac_ct_AS@,$ac_ct_AS,;t t
3517 s,@AR@,$AR,;t t
3518 s,@ac_ct_AR@,$ac_ct_AR,;t t
3519 s,@RANLIB@,$RANLIB,;t t
3520 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
3521 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3522 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3523 s,@MAINT@,$MAINT,;t t
3524 s,@CCAS@,$CCAS,;t t
3525 s,@CCASFLAGS@,$CCASFLAGS,;t t
3526 s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
3527 s,@LDFLAGS@,$LDFLAGS,;t t
3528 s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
3529 s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
3530 s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
3531 s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
3532 s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
3533 s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
3534 s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
3535 s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
3536 s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
3537 s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
3538 s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
3539 s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
3540 s,@OBJEXT@,$OBJEXT,;t t
3541 s,@oext@,$oext,;t t
3542 s,@aext@,$aext,;t t
3543 s,@lpfx@,$lpfx,;t t
3544 s,@libm_machine_dir@,$libm_machine_dir,;t t
3545 s,@machine_dir@,$machine_dir,;t t
3546 s,@sys_dir@,$sys_dir,;t t
3547 s,@extra_objs@,$extra_objs,;t t
3548 s,@extra_sources@,$extra_sources,;t t
3549 s,@LIBOBJS@,$LIBOBJS,;t t
3550 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3551 CEOF
3552
3553 _ACEOF
3554
3555   cat >>$CONFIG_STATUS <<\_ACEOF
3556   # Split the substitutions into bite-sized pieces for seds with
3557   # small command number limits, like on Digital OSF/1 and HP-UX.
3558   ac_max_sed_lines=48
3559   ac_sed_frag=1 # Number of current file.
3560   ac_beg=1 # First line for current file.
3561   ac_end=$ac_max_sed_lines # Line after last line for current file.
3562   ac_more_lines=:
3563   ac_sed_cmds=
3564   while $ac_more_lines; do
3565     if test $ac_beg -gt 1; then
3566       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3567     else
3568       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3569     fi
3570     if test ! -s $tmp/subs.frag; then
3571       ac_more_lines=false
3572     else
3573       # The purpose of the label and of the branching condition is to
3574       # speed up the sed processing (if there are no `@' at all, there
3575       # is no need to browse any of the substitutions).
3576       # These are the two extra sed commands mentioned above.
3577       (echo ':t
3578   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3579       if test -z "$ac_sed_cmds"; then
3580         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3581       else
3582         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3583       fi
3584       ac_sed_frag=`expr $ac_sed_frag + 1`
3585       ac_beg=$ac_end
3586       ac_end=`expr $ac_end + $ac_max_sed_lines`
3587     fi
3588   done
3589   if test -z "$ac_sed_cmds"; then
3590     ac_sed_cmds=cat
3591   fi
3592 fi # test -n "$CONFIG_FILES"
3593
3594 _ACEOF
3595 cat >>$CONFIG_STATUS <<\_ACEOF
3596 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3597   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3598   case $ac_file in
3599   - | *:- | *:-:* ) # input from stdin
3600         cat >$tmp/stdin
3601         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3602         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3603   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3604         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3605   * )   ac_file_in=$ac_file.in ;;
3606   esac
3607
3608   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3609   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3610 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3611          X"$ac_file" : 'X\(//\)[^/]' \| \
3612          X"$ac_file" : 'X\(//\)$' \| \
3613          X"$ac_file" : 'X\(/\)' \| \
3614          .     : '\(.\)' 2>/dev/null ||
3615 echo X"$ac_file" |
3616     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3617           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3618           /^X\(\/\/\)$/{ s//\1/; q; }
3619           /^X\(\/\).*/{ s//\1/; q; }
3620           s/.*/./; q'`
3621   { if $as_mkdir_p; then
3622     mkdir -p "$ac_dir"
3623   else
3624     as_dir="$ac_dir"
3625     as_dirs=
3626     while test ! -d "$as_dir"; do
3627       as_dirs="$as_dir $as_dirs"
3628       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3629 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3630          X"$as_dir" : 'X\(//\)[^/]' \| \
3631          X"$as_dir" : 'X\(//\)$' \| \
3632          X"$as_dir" : 'X\(/\)' \| \
3633          .     : '\(.\)' 2>/dev/null ||
3634 echo X"$as_dir" |
3635     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3636           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3637           /^X\(\/\/\)$/{ s//\1/; q; }
3638           /^X\(\/\).*/{ s//\1/; q; }
3639           s/.*/./; q'`
3640     done
3641     test ! -n "$as_dirs" || mkdir $as_dirs
3642   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3643 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3644    { (exit 1); exit 1; }; }; }
3645
3646   ac_builddir=.
3647
3648 if test "$ac_dir" != .; then
3649   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3650   # A "../" for each directory in $ac_dir_suffix.
3651   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3652 else
3653   ac_dir_suffix= ac_top_builddir=
3654 fi
3655
3656 case $srcdir in
3657   .)  # No --srcdir option.  We are building in place.
3658     ac_srcdir=.
3659     if test -z "$ac_top_builddir"; then
3660        ac_top_srcdir=.
3661     else
3662        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3663     fi ;;
3664   [\\/]* | ?:[\\/]* )  # Absolute path.
3665     ac_srcdir=$srcdir$ac_dir_suffix;
3666     ac_top_srcdir=$srcdir ;;
3667   *) # Relative path.
3668     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3669     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3670 esac
3671
3672 # Do not use `cd foo && pwd` to compute absolute paths, because
3673 # the directories may not exist.
3674 case `pwd` in
3675 .) ac_abs_builddir="$ac_dir";;
3676 *)
3677   case "$ac_dir" in
3678   .) ac_abs_builddir=`pwd`;;
3679   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3680   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3681   esac;;
3682 esac
3683 case $ac_abs_builddir in
3684 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3685 *)
3686   case ${ac_top_builddir}. in
3687   .) ac_abs_top_builddir=$ac_abs_builddir;;
3688   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3689   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3690   esac;;
3691 esac
3692 case $ac_abs_builddir in
3693 .) ac_abs_srcdir=$ac_srcdir;;
3694 *)
3695   case $ac_srcdir in
3696   .) ac_abs_srcdir=$ac_abs_builddir;;
3697   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3698   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3699   esac;;
3700 esac
3701 case $ac_abs_builddir in
3702 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3703 *)
3704   case $ac_top_srcdir in
3705   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3706   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3707   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3708   esac;;
3709 esac
3710
3711
3712   case $INSTALL in
3713   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3714   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3715   esac
3716
3717   if test x"$ac_file" != x-; then
3718     { echo "$as_me:$LINENO: creating $ac_file" >&5
3719 echo "$as_me: creating $ac_file" >&6;}
3720     rm -f "$ac_file"
3721   fi
3722   # Let's still pretend it is `configure' which instantiates (i.e., don't
3723   # use $as_me), people would be surprised to read:
3724   #    /* config.h.  Generated by config.status.  */
3725   if test x"$ac_file" = x-; then
3726     configure_input=
3727   else
3728     configure_input="$ac_file.  "
3729   fi
3730   configure_input=$configure_input"Generated from `echo $ac_file_in |
3731                                      sed 's,.*/,,'` by configure."
3732
3733   # First look for the input files in the build tree, otherwise in the
3734   # src tree.
3735   ac_file_inputs=`IFS=:
3736     for f in $ac_file_in; do
3737       case $f in
3738       -) echo $tmp/stdin ;;
3739       [\\/$]*)
3740          # Absolute (can't be DOS-style, as IFS=:)
3741          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3742 echo "$as_me: error: cannot find input file: $f" >&2;}
3743    { (exit 1); exit 1; }; }
3744          echo "$f";;
3745       *) # Relative
3746          if test -f "$f"; then
3747            # Build tree
3748            echo "$f"
3749          elif test -f "$srcdir/$f"; then
3750            # Source tree
3751            echo "$srcdir/$f"
3752          else
3753            # /dev/null tree
3754            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3755 echo "$as_me: error: cannot find input file: $f" >&2;}
3756    { (exit 1); exit 1; }; }
3757          fi;;
3758       esac
3759     done` || { (exit 1); exit 1; }
3760 _ACEOF
3761 cat >>$CONFIG_STATUS <<_ACEOF
3762   sed "$ac_vpsub
3763 $extrasub
3764 _ACEOF
3765 cat >>$CONFIG_STATUS <<\_ACEOF
3766 :t
3767 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3768 s,@configure_input@,$configure_input,;t t
3769 s,@srcdir@,$ac_srcdir,;t t
3770 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3771 s,@top_srcdir@,$ac_top_srcdir,;t t
3772 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3773 s,@builddir@,$ac_builddir,;t t
3774 s,@abs_builddir@,$ac_abs_builddir,;t t
3775 s,@top_builddir@,$ac_top_builddir,;t t
3776 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3777 s,@INSTALL@,$ac_INSTALL,;t t
3778 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3779   rm -f $tmp/stdin
3780   if test x"$ac_file" != x-; then
3781     mv $tmp/out $ac_file
3782   else
3783     cat $tmp/out
3784     rm -f $tmp/out
3785   fi
3786
3787 done
3788 _ACEOF
3789 cat >>$CONFIG_STATUS <<\_ACEOF
3790
3791 #
3792 # CONFIG_COMMANDS section.
3793 #
3794 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
3795   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
3796   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
3797   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
3798 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3799          X"$ac_dest" : 'X\(//\)[^/]' \| \
3800          X"$ac_dest" : 'X\(//\)$' \| \
3801          X"$ac_dest" : 'X\(/\)' \| \
3802          .     : '\(.\)' 2>/dev/null ||
3803 echo X"$ac_dest" |
3804     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3805           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3806           /^X\(\/\/\)$/{ s//\1/; q; }
3807           /^X\(\/\).*/{ s//\1/; q; }
3808           s/.*/./; q'`
3809   { if $as_mkdir_p; then
3810     mkdir -p "$ac_dir"
3811   else
3812     as_dir="$ac_dir"
3813     as_dirs=
3814     while test ! -d "$as_dir"; do
3815       as_dirs="$as_dir $as_dirs"
3816       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3817 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3818          X"$as_dir" : 'X\(//\)[^/]' \| \
3819          X"$as_dir" : 'X\(//\)$' \| \
3820          X"$as_dir" : 'X\(/\)' \| \
3821          .     : '\(.\)' 2>/dev/null ||
3822 echo X"$as_dir" |
3823     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3824           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3825           /^X\(\/\/\)$/{ s//\1/; q; }
3826           /^X\(\/\).*/{ s//\1/; q; }
3827           s/.*/./; q'`
3828     done
3829     test ! -n "$as_dirs" || mkdir $as_dirs
3830   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3831 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3832    { (exit 1); exit 1; }; }; }
3833
3834   ac_builddir=.
3835
3836 if test "$ac_dir" != .; then
3837   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3838   # A "../" for each directory in $ac_dir_suffix.
3839   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3840 else
3841   ac_dir_suffix= ac_top_builddir=
3842 fi
3843
3844 case $srcdir in
3845   .)  # No --srcdir option.  We are building in place.
3846     ac_srcdir=.
3847     if test -z "$ac_top_builddir"; then
3848        ac_top_srcdir=.
3849     else
3850        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3851     fi ;;
3852   [\\/]* | ?:[\\/]* )  # Absolute path.
3853     ac_srcdir=$srcdir$ac_dir_suffix;
3854     ac_top_srcdir=$srcdir ;;
3855   *) # Relative path.
3856     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3857     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3858 esac
3859
3860 # Do not use `cd foo && pwd` to compute absolute paths, because
3861 # the directories may not exist.
3862 case `pwd` in
3863 .) ac_abs_builddir="$ac_dir";;
3864 *)
3865   case "$ac_dir" in
3866   .) ac_abs_builddir=`pwd`;;
3867   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3868   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3869   esac;;
3870 esac
3871 case $ac_abs_builddir in
3872 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3873 *)
3874   case ${ac_top_builddir}. in
3875   .) ac_abs_top_builddir=$ac_abs_builddir;;
3876   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3877   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3878   esac;;
3879 esac
3880 case $ac_abs_builddir in
3881 .) ac_abs_srcdir=$ac_srcdir;;
3882 *)
3883   case $ac_srcdir in
3884   .) ac_abs_srcdir=$ac_abs_builddir;;
3885   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3886   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3887   esac;;
3888 esac
3889 case $ac_abs_builddir in
3890 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3891 *)
3892   case $ac_top_srcdir in
3893   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3894   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3895   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3896   esac;;
3897 esac
3898
3899
3900   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3901 echo "$as_me: executing $ac_dest commands" >&6;}
3902   case $ac_dest in
3903     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
3904   # Strip MF so we end up with the name of the file.
3905   mf=`echo "$mf" | sed -e 's/:.*$//'`
3906   # Check whether this is an Automake generated Makefile or not.
3907   # We used to match only the files named `Makefile.in', but
3908   # some people rename them; so instead we look at the file content.
3909   # Grep'ing the first line is not enough: some people post-process
3910   # each Makefile.in and add a new line on top of each file to say so.
3911   # So let's grep whole file.
3912   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
3913     dirpart=`(dirname "$mf") 2>/dev/null ||
3914 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3915          X"$mf" : 'X\(//\)[^/]' \| \
3916          X"$mf" : 'X\(//\)$' \| \
3917          X"$mf" : 'X\(/\)' \| \
3918          .     : '\(.\)' 2>/dev/null ||
3919 echo X"$mf" |
3920     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3921           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3922           /^X\(\/\/\)$/{ s//\1/; q; }
3923           /^X\(\/\).*/{ s//\1/; q; }
3924           s/.*/./; q'`
3925   else
3926     continue
3927   fi
3928   # Extract the definition of DEPDIR, am__include, and am__quote
3929   # from the Makefile without running `make'.
3930   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3931   test -z "$DEPDIR" && continue
3932   am__include=`sed -n 's/^am__include = //p' < "$mf"`
3933   test -z "am__include" && continue
3934   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3935   # When using ansi2knr, U may be empty or an underscore; expand it
3936   U=`sed -n 's/^U = //p' < "$mf"`
3937   # Find all dependency output files, they are included files with
3938   # $(DEPDIR) in their names.  We invoke sed twice because it is the
3939   # simplest approach to changing $(DEPDIR) to its actual value in the
3940   # expansion.
3941   for file in `sed -n "
3942     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3943        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3944     # Make sure the directory exists.
3945     test -f "$dirpart/$file" && continue
3946     fdir=`(dirname "$file") 2>/dev/null ||
3947 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3948          X"$file" : 'X\(//\)[^/]' \| \
3949          X"$file" : 'X\(//\)$' \| \
3950          X"$file" : 'X\(/\)' \| \
3951          .     : '\(.\)' 2>/dev/null ||
3952 echo X"$file" |
3953     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3954           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3955           /^X\(\/\/\)$/{ s//\1/; q; }
3956           /^X\(\/\).*/{ s//\1/; q; }
3957           s/.*/./; q'`
3958     { if $as_mkdir_p; then
3959     mkdir -p $dirpart/$fdir
3960   else
3961     as_dir=$dirpart/$fdir
3962     as_dirs=
3963     while test ! -d "$as_dir"; do
3964       as_dirs="$as_dir $as_dirs"
3965       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3966 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3967          X"$as_dir" : 'X\(//\)[^/]' \| \
3968          X"$as_dir" : 'X\(//\)$' \| \
3969          X"$as_dir" : 'X\(/\)' \| \
3970          .     : '\(.\)' 2>/dev/null ||
3971 echo X"$as_dir" |
3972     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3973           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3974           /^X\(\/\/\)$/{ s//\1/; q; }
3975           /^X\(\/\).*/{ s//\1/; q; }
3976           s/.*/./; q'`
3977     done
3978     test ! -n "$as_dirs" || mkdir $as_dirs
3979   fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
3980 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
3981    { (exit 1); exit 1; }; }; }
3982
3983     # echo "creating $dirpart/$file"
3984     echo '# dummy' > "$dirpart/$file"
3985   done
3986 done
3987  ;;
3988   esac
3989 done
3990 _ACEOF
3991
3992 cat >>$CONFIG_STATUS <<\_ACEOF
3993
3994 { (exit 0); exit 0; }
3995 _ACEOF
3996 chmod +x $CONFIG_STATUS
3997 ac_clean_files=$ac_clean_files_save
3998
3999
4000 # configure is writing to config.log, and then calls config.status.
4001 # config.status does its own redirection, appending to config.log.
4002 # Unfortunately, on DOS this fails, as config.log is still kept open
4003 # by configure, so config.status won't be able to write to it; its
4004 # output is simply discarded.  So we exec the FD to /dev/null,
4005 # effectively closing config.log, so it can be properly (re)opened and
4006 # appended to by config.status.  When coming back to configure, we
4007 # need to make the FD available again.
4008 if test "$no_create" != yes; then
4009   ac_cs_success=:
4010   ac_config_status_args=
4011   test "$silent" = yes &&
4012     ac_config_status_args="$ac_config_status_args --quiet"
4013   exec 5>/dev/null
4014   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4015   exec 5>>config.log
4016   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4017   # would make configure fail if this is the last instruction.
4018   $ac_cs_success || { (exit 1); exit 1; }
4019 fi
4020