OSDN Git Service

2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / sys / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --enable-multilib         build many library versions (default)"
16 ac_help="$ac_help
17   --enable-target-optspace  optimize for space"
18 ac_help="$ac_help
19   --enable-malloc-debugging indicate malloc debugging requested"
20 ac_help="$ac_help
21   --enable-newlib-multithread        enable support for multiple threads"
22 ac_help="$ac_help
23   --enable-newlib-iconv     enable iconv library support"
24 ac_help="$ac_help
25   --enable-newlib-elix-level         supply desired elix library level (1-4)"
26 ac_help="$ac_help
27   --disable-newlib-io-float disable printf/scanf family float support"
28 ac_help="$ac_help
29   --disable-newlib-supplied-syscalls disable newlib from supplying syscalls"
30 ac_help="$ac_help
31   --enable-maintainer-mode enable make rules and dependencies not useful
32                           (and sometimes confusing) to the casual installer"
33 ac_help="$ac_help
34   --enable-shared[=PKGS]  build shared libraries [default=yes]"
35 ac_help="$ac_help
36   --enable-static[=PKGS]  build static libraries [default=yes]"
37 ac_help="$ac_help
38   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
39 ac_help="$ac_help
40   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
41 ac_help="$ac_help
42   --disable-libtool-lock  avoid locking (might break parallel builds)"
43 ac_help="$ac_help
44   --with-pic              try to use only PIC/non-PIC objects [default=use both]"
45
46 # Initialize some variables set by options.
47 # The variables have the same names as the options, with
48 # dashes changed to underlines.
49 build=NONE
50 cache_file=./config.cache
51 exec_prefix=NONE
52 host=NONE
53 no_create=
54 nonopt=NONE
55 no_recursion=
56 prefix=NONE
57 program_prefix=NONE
58 program_suffix=NONE
59 program_transform_name=s,x,x,
60 silent=
61 site=
62 srcdir=
63 target=NONE
64 verbose=
65 x_includes=NONE
66 x_libraries=NONE
67 bindir='${exec_prefix}/bin'
68 sbindir='${exec_prefix}/sbin'
69 libexecdir='${exec_prefix}/libexec'
70 datadir='${prefix}/share'
71 sysconfdir='${prefix}/etc'
72 sharedstatedir='${prefix}/com'
73 localstatedir='${prefix}/var'
74 libdir='${exec_prefix}/lib'
75 includedir='${prefix}/include'
76 oldincludedir='/usr/include'
77 infodir='${prefix}/info'
78 mandir='${prefix}/man'
79
80 # Initialize some other variables.
81 subdirs=
82 MFLAGS= MAKEFLAGS=
83 SHELL=${CONFIG_SHELL-/bin/sh}
84 # Maximum number of lines to put in a shell here document.
85 ac_max_here_lines=12
86
87 ac_prev=
88 for ac_option
89 do
90
91   # If the previous option needs an argument, assign it.
92   if test -n "$ac_prev"; then
93     eval "$ac_prev=\$ac_option"
94     ac_prev=
95     continue
96   fi
97
98   case "$ac_option" in
99   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
100   *) ac_optarg= ;;
101   esac
102
103   # Accept the important Cygnus configure options, so we can diagnose typos.
104
105   case "$ac_option" in
106
107   -bindir | --bindir | --bindi | --bind | --bin | --bi)
108     ac_prev=bindir ;;
109   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
110     bindir="$ac_optarg" ;;
111
112   -build | --build | --buil | --bui | --bu)
113     ac_prev=build ;;
114   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
115     build="$ac_optarg" ;;
116
117   -cache-file | --cache-file | --cache-fil | --cache-fi \
118   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
119     ac_prev=cache_file ;;
120   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
121   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
122     cache_file="$ac_optarg" ;;
123
124   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
125     ac_prev=datadir ;;
126   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
127   | --da=*)
128     datadir="$ac_optarg" ;;
129
130   -disable-* | --disable-*)
131     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
132     # Reject names that are not valid shell variable names.
133     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
134       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
135     fi
136     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
137     eval "enable_${ac_feature}=no" ;;
138
139   -enable-* | --enable-*)
140     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
141     # Reject names that are not valid shell variable names.
142     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
143       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
144     fi
145     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
146     case "$ac_option" in
147       *=*) ;;
148       *) ac_optarg=yes ;;
149     esac
150     eval "enable_${ac_feature}='$ac_optarg'" ;;
151
152   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
153   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
154   | --exec | --exe | --ex)
155     ac_prev=exec_prefix ;;
156   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
157   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
158   | --exec=* | --exe=* | --ex=*)
159     exec_prefix="$ac_optarg" ;;
160
161   -gas | --gas | --ga | --g)
162     # Obsolete; use --with-gas.
163     with_gas=yes ;;
164
165   -help | --help | --hel | --he)
166     # Omit some internal or obsolete options to make the list less imposing.
167     # This message is too long to be a string in the A/UX 3.1 sh.
168     cat << EOF
169 Usage: configure [options] [host]
170 Options: [defaults in brackets after descriptions]
171 Configuration:
172   --cache-file=FILE       cache test results in FILE
173   --help                  print this message
174   --no-create             do not create output files
175   --quiet, --silent       do not print \`checking...' messages
176   --version               print the version of autoconf that created configure
177 Directory and file names:
178   --prefix=PREFIX         install architecture-independent files in PREFIX
179                           [$ac_default_prefix]
180   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
181                           [same as prefix]
182   --bindir=DIR            user executables in DIR [EPREFIX/bin]
183   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
184   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
185   --datadir=DIR           read-only architecture-independent data in DIR
186                           [PREFIX/share]
187   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
188   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
189                           [PREFIX/com]
190   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
191   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
192   --includedir=DIR        C header files in DIR [PREFIX/include]
193   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
194   --infodir=DIR           info documentation in DIR [PREFIX/info]
195   --mandir=DIR            man documentation in DIR [PREFIX/man]
196   --srcdir=DIR            find the sources in DIR [configure dir or ..]
197   --program-prefix=PREFIX prepend PREFIX to installed program names
198   --program-suffix=SUFFIX append SUFFIX to installed program names
199   --program-transform-name=PROGRAM
200                           run sed PROGRAM on installed program names
201 EOF
202     cat << EOF
203 Host type:
204   --build=BUILD           configure for building on BUILD [BUILD=HOST]
205   --host=HOST             configure for HOST [guessed]
206   --target=TARGET         configure for TARGET [TARGET=HOST]
207 Features and packages:
208   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
209   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
210   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
211   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
212   --x-includes=DIR        X include files are in DIR
213   --x-libraries=DIR       X library files are in DIR
214 EOF
215     if test -n "$ac_help"; then
216       echo "--enable and --with options recognized:$ac_help"
217     fi
218     exit 0 ;;
219
220   -host | --host | --hos | --ho)
221     ac_prev=host ;;
222   -host=* | --host=* | --hos=* | --ho=*)
223     host="$ac_optarg" ;;
224
225   -includedir | --includedir | --includedi | --included | --include \
226   | --includ | --inclu | --incl | --inc)
227     ac_prev=includedir ;;
228   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
229   | --includ=* | --inclu=* | --incl=* | --inc=*)
230     includedir="$ac_optarg" ;;
231
232   -infodir | --infodir | --infodi | --infod | --info | --inf)
233     ac_prev=infodir ;;
234   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
235     infodir="$ac_optarg" ;;
236
237   -libdir | --libdir | --libdi | --libd)
238     ac_prev=libdir ;;
239   -libdir=* | --libdir=* | --libdi=* | --libd=*)
240     libdir="$ac_optarg" ;;
241
242   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
243   | --libexe | --libex | --libe)
244     ac_prev=libexecdir ;;
245   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
246   | --libexe=* | --libex=* | --libe=*)
247     libexecdir="$ac_optarg" ;;
248
249   -localstatedir | --localstatedir | --localstatedi | --localstated \
250   | --localstate | --localstat | --localsta | --localst \
251   | --locals | --local | --loca | --loc | --lo)
252     ac_prev=localstatedir ;;
253   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
254   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
255   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
256     localstatedir="$ac_optarg" ;;
257
258   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
259     ac_prev=mandir ;;
260   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
261     mandir="$ac_optarg" ;;
262
263   -nfp | --nfp | --nf)
264     # Obsolete; use --without-fp.
265     with_fp=no ;;
266
267   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
268   | --no-cr | --no-c)
269     no_create=yes ;;
270
271   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
272   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
273     no_recursion=yes ;;
274
275   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
276   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
277   | --oldin | --oldi | --old | --ol | --o)
278     ac_prev=oldincludedir ;;
279   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
280   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
281   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
282     oldincludedir="$ac_optarg" ;;
283
284   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
285     ac_prev=prefix ;;
286   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
287     prefix="$ac_optarg" ;;
288
289   -program-prefix | --program-prefix | --program-prefi | --program-pref \
290   | --program-pre | --program-pr | --program-p)
291     ac_prev=program_prefix ;;
292   -program-prefix=* | --program-prefix=* | --program-prefi=* \
293   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
294     program_prefix="$ac_optarg" ;;
295
296   -program-suffix | --program-suffix | --program-suffi | --program-suff \
297   | --program-suf | --program-su | --program-s)
298     ac_prev=program_suffix ;;
299   -program-suffix=* | --program-suffix=* | --program-suffi=* \
300   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
301     program_suffix="$ac_optarg" ;;
302
303   -program-transform-name | --program-transform-name \
304   | --program-transform-nam | --program-transform-na \
305   | --program-transform-n | --program-transform- \
306   | --program-transform | --program-transfor \
307   | --program-transfo | --program-transf \
308   | --program-trans | --program-tran \
309   | --progr-tra | --program-tr | --program-t)
310     ac_prev=program_transform_name ;;
311   -program-transform-name=* | --program-transform-name=* \
312   | --program-transform-nam=* | --program-transform-na=* \
313   | --program-transform-n=* | --program-transform-=* \
314   | --program-transform=* | --program-transfor=* \
315   | --program-transfo=* | --program-transf=* \
316   | --program-trans=* | --program-tran=* \
317   | --progr-tra=* | --program-tr=* | --program-t=*)
318     program_transform_name="$ac_optarg" ;;
319
320   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
321   | -silent | --silent | --silen | --sile | --sil)
322     silent=yes ;;
323
324   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
325     ac_prev=sbindir ;;
326   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
327   | --sbi=* | --sb=*)
328     sbindir="$ac_optarg" ;;
329
330   -sharedstatedir | --sharedstatedir | --sharedstatedi \
331   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
332   | --sharedst | --shareds | --shared | --share | --shar \
333   | --sha | --sh)
334     ac_prev=sharedstatedir ;;
335   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
336   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
337   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
338   | --sha=* | --sh=*)
339     sharedstatedir="$ac_optarg" ;;
340
341   -site | --site | --sit)
342     ac_prev=site ;;
343   -site=* | --site=* | --sit=*)
344     site="$ac_optarg" ;;
345
346   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
347     ac_prev=srcdir ;;
348   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
349     srcdir="$ac_optarg" ;;
350
351   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
352   | --syscon | --sysco | --sysc | --sys | --sy)
353     ac_prev=sysconfdir ;;
354   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
355   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
356     sysconfdir="$ac_optarg" ;;
357
358   -target | --target | --targe | --targ | --tar | --ta | --t)
359     ac_prev=target ;;
360   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
361     target="$ac_optarg" ;;
362
363   -v | -verbose | --verbose | --verbos | --verbo | --verb)
364     verbose=yes ;;
365
366   -version | --version | --versio | --versi | --vers)
367     echo "configure generated by autoconf version 2.13"
368     exit 0 ;;
369
370   -with-* | --with-*)
371     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
372     # Reject names that are not valid shell variable names.
373     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
374       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
375     fi
376     ac_package=`echo $ac_package| sed 's/-/_/g'`
377     case "$ac_option" in
378       *=*) ;;
379       *) ac_optarg=yes ;;
380     esac
381     eval "with_${ac_package}='$ac_optarg'" ;;
382
383   -without-* | --without-*)
384     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
385     # Reject names that are not valid shell variable names.
386     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
387       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
388     fi
389     ac_package=`echo $ac_package| sed 's/-/_/g'`
390     eval "with_${ac_package}=no" ;;
391
392   --x)
393     # Obsolete; use --with-x.
394     with_x=yes ;;
395
396   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
397   | --x-incl | --x-inc | --x-in | --x-i)
398     ac_prev=x_includes ;;
399   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
400   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
401     x_includes="$ac_optarg" ;;
402
403   -x-libraries | --x-libraries | --x-librarie | --x-librari \
404   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
405     ac_prev=x_libraries ;;
406   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
407   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
408     x_libraries="$ac_optarg" ;;
409
410   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
411     ;;
412
413   *)
414     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
415       echo "configure: warning: $ac_option: invalid host type" 1>&2
416     fi
417     if test "x$nonopt" != xNONE; then
418       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
419     fi
420     nonopt="$ac_option"
421     ;;
422
423   esac
424 done
425
426 if test -n "$ac_prev"; then
427   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
428 fi
429
430 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
431
432 # File descriptor usage:
433 # 0 standard input
434 # 1 file creation
435 # 2 errors and warnings
436 # 3 some systems may open it to /dev/tty
437 # 4 used on the Kubota Titan
438 # 6 checking for... messages and results
439 # 5 compiler messages saved in config.log
440 if test "$silent" = yes; then
441   exec 6>/dev/null
442 else
443   exec 6>&1
444 fi
445 exec 5>./config.log
446
447 echo "\
448 This file contains any messages produced by compilers while
449 running configure, to aid debugging if configure makes a mistake.
450 " 1>&5
451
452 # Strip out --no-create and --no-recursion so they do not pile up.
453 # Also quote any args containing shell metacharacters.
454 ac_configure_args=
455 for ac_arg
456 do
457   case "$ac_arg" in
458   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
459   | --no-cr | --no-c) ;;
460   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
461   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
462   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
463   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
464   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
465   esac
466 done
467
468 # NLS nuisances.
469 # Only set these to C if already set.  These must not be set unconditionally
470 # because not all systems understand e.g. LANG=C (notably SCO).
471 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
472 # Non-C LC_CTYPE values break the ctype check.
473 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
474 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
475 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
476 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
477
478 # confdefs.h avoids OS command line length limits that DEFS can exceed.
479 rm -rf conftest* confdefs.h
480 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
481 echo > confdefs.h
482
483 # A filename unique to this package, relative to the directory that
484 # configure is in, which we can look for to find out if srcdir is correct.
485 ac_unique_file=a29khif
486
487 # Find the source files, if location was not specified.
488 if test -z "$srcdir"; then
489   ac_srcdir_defaulted=yes
490   # Try the directory containing this script, then its parent.
491   ac_prog=$0
492   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
493   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
494   srcdir=$ac_confdir
495   if test ! -r $srcdir/$ac_unique_file; then
496     srcdir=..
497   fi
498 else
499   ac_srcdir_defaulted=no
500 fi
501 if test ! -r $srcdir/$ac_unique_file; then
502   if test "$ac_srcdir_defaulted" = yes; then
503     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
504   else
505     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
506   fi
507 fi
508 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
509
510 # Prefer explicitly selected file to automatically selected ones.
511 if test -z "$CONFIG_SITE"; then
512   if test "x$prefix" != xNONE; then
513     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
514   else
515     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
516   fi
517 fi
518 for ac_site_file in $CONFIG_SITE; do
519   if test -r "$ac_site_file"; then
520     echo "loading site script $ac_site_file"
521     . "$ac_site_file"
522   fi
523 done
524
525 if test -r "$cache_file"; then
526   echo "loading cache $cache_file"
527   . $cache_file
528 else
529   echo "creating cache $cache_file"
530   > $cache_file
531 fi
532
533 ac_ext=c
534 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
535 ac_cpp='$CPP $CPPFLAGS'
536 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
537 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
538 cross_compiling=$ac_cv_prog_cc_cross
539
540 ac_exeext=
541 ac_objext=o
542 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
543   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
544   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
545     ac_n= ac_c='
546 ' ac_t='        '
547   else
548     ac_n=-n ac_c= ac_t=
549   fi
550 else
551   ac_n= ac_c='\c' ac_t=
552 fi
553
554
555
556 ac_aux_dir=
557 for ac_dir in ../../.. $srcdir/../../..; do
558   if test -f $ac_dir/install-sh; then
559     ac_aux_dir=$ac_dir
560     ac_install_sh="$ac_aux_dir/install-sh -c"
561     break
562   elif test -f $ac_dir/install.sh; then
563     ac_aux_dir=$ac_dir
564     ac_install_sh="$ac_aux_dir/install.sh -c"
565     break
566   fi
567 done
568 if test -z "$ac_aux_dir"; then
569   { echo "configure: error: can not find install-sh or install.sh in ../../.. $srcdir/../../.." 1>&2; exit 1; }
570 fi
571 ac_config_guess=$ac_aux_dir/config.guess
572 ac_config_sub=$ac_aux_dir/config.sub
573 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
574
575
576 am__api_version="1.4"
577 # Find a good install program.  We prefer a C program (faster),
578 # so one script is as good as another.  But avoid the broken or
579 # incompatible versions:
580 # SysV /etc/install, /usr/sbin/install
581 # SunOS /usr/etc/install
582 # IRIX /sbin/install
583 # AIX /bin/install
584 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
585 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
586 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
587 # ./install, which can be erroneously created by make from ./install.sh.
588 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
589 echo "configure:590: checking for a BSD compatible install" >&5
590 if test -z "$INSTALL"; then
591 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
592   echo $ac_n "(cached) $ac_c" 1>&6
593 else
594     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
595   for ac_dir in $PATH; do
596     # Account for people who put trailing slashes in PATH elements.
597     case "$ac_dir/" in
598     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
599     *)
600       # OSF1 and SCO ODT 3.0 have their own names for install.
601       # Don't use installbsd from OSF since it installs stuff as root
602       # by default.
603       for ac_prog in ginstall scoinst install; do
604         if test -f $ac_dir/$ac_prog; then
605           if test $ac_prog = install &&
606             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
607             # AIX install.  It has an incompatible calling convention.
608             :
609           else
610             ac_cv_path_install="$ac_dir/$ac_prog -c"
611             break 2
612           fi
613         fi
614       done
615       ;;
616     esac
617   done
618   IFS="$ac_save_IFS"
619
620 fi
621   if test "${ac_cv_path_install+set}" = set; then
622     INSTALL="$ac_cv_path_install"
623   else
624     # As a last resort, use the slow shell script.  We don't cache a
625     # path for INSTALL within a source directory, because that will
626     # break other packages using the cache if that directory is
627     # removed, or if the path is relative.
628     INSTALL="$ac_install_sh"
629   fi
630 fi
631 echo "$ac_t""$INSTALL" 1>&6
632
633 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
634 # It thinks the first close brace ends the variable substitution.
635 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
636
637 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
638
639 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
640
641 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
642 echo "configure:643: checking whether build environment is sane" >&5
643 # Just in case
644 sleep 1
645 echo timestamp > conftestfile
646 # Do `set' in a subshell so we don't clobber the current shell's
647 # arguments.  Must try -L first in case configure is actually a
648 # symlink; some systems play weird games with the mod time of symlinks
649 # (eg FreeBSD returns the mod time of the symlink's containing
650 # directory).
651 if (
652    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
653    if test "$*" = "X"; then
654       # -L didn't work.
655       set X `ls -t $srcdir/configure conftestfile`
656    fi
657    if test "$*" != "X $srcdir/configure conftestfile" \
658       && test "$*" != "X conftestfile $srcdir/configure"; then
659
660       # If neither matched, then we have a broken ls.  This can happen
661       # if, for instance, CONFIG_SHELL is bash and it inherits a
662       # broken ls alias from the environment.  This has actually
663       # happened.  Such a system could not be considered "sane".
664       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
665 alias in your environment" 1>&2; exit 1; }
666    fi
667
668    test "$2" = conftestfile
669    )
670 then
671    # Ok.
672    :
673 else
674    { echo "configure: error: newly created file is older than distributed files!
675 Check your system clock" 1>&2; exit 1; }
676 fi
677 rm -f conftest*
678 echo "$ac_t""yes" 1>&6
679 if test "$program_transform_name" = s,x,x,; then
680   program_transform_name=
681 else
682   # Double any \ or $.  echo might interpret backslashes.
683   cat <<\EOF_SED > conftestsed
684 s,\\,\\\\,g; s,\$,$$,g
685 EOF_SED
686   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
687   rm -f conftestsed
688 fi
689 test "$program_prefix" != NONE &&
690   program_transform_name="s,^,${program_prefix},; $program_transform_name"
691 # Use a double $ so make ignores it.
692 test "$program_suffix" != NONE &&
693   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
694
695 # sed with no file args requires a program.
696 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
697
698 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
699 echo "configure:700: checking whether ${MAKE-make} sets \${MAKE}" >&5
700 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
701 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
702   echo $ac_n "(cached) $ac_c" 1>&6
703 else
704   cat > conftestmake <<\EOF
705 all:
706         @echo 'ac_maketemp="${MAKE}"'
707 EOF
708 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
709 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
710 if test -n "$ac_maketemp"; then
711   eval ac_cv_prog_make_${ac_make}_set=yes
712 else
713   eval ac_cv_prog_make_${ac_make}_set=no
714 fi
715 rm -f conftestmake
716 fi
717 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
718   echo "$ac_t""yes" 1>&6
719   SET_MAKE=
720 else
721   echo "$ac_t""no" 1>&6
722   SET_MAKE="MAKE=${MAKE-make}"
723 fi
724
725 if test $host != $build; then
726   ac_tool_prefix=${host_alias}-
727 else
728   ac_tool_prefix=
729 fi
730
731 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
732 echo "configure:733: checking for Cygwin environment" >&5
733 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
734   echo $ac_n "(cached) $ac_c" 1>&6
735 else
736   cat > conftest.$ac_ext <<EOF
737 #line 738 "configure"
738 #include "confdefs.h"
739
740 int main() {
741
742 #ifndef __CYGWIN__
743 #define __CYGWIN__ __CYGWIN32__
744 #endif
745 return __CYGWIN__;
746 ; return 0; }
747 EOF
748 if { (eval echo configure:749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
749   rm -rf conftest*
750   ac_cv_cygwin=yes
751 else
752   echo "configure: failed program was:" >&5
753   cat conftest.$ac_ext >&5
754   rm -rf conftest*
755   ac_cv_cygwin=no
756 fi
757 rm -f conftest*
758 rm -f conftest*
759 fi
760
761 echo "$ac_t""$ac_cv_cygwin" 1>&6
762 CYGWIN=
763 test "$ac_cv_cygwin" = yes && CYGWIN=yes
764 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
765 echo "configure:766: checking for mingw32 environment" >&5
766 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
767   echo $ac_n "(cached) $ac_c" 1>&6
768 else
769   cat > conftest.$ac_ext <<EOF
770 #line 771 "configure"
771 #include "confdefs.h"
772
773 int main() {
774 return __MINGW32__;
775 ; return 0; }
776 EOF
777 if { (eval echo configure:778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
778   rm -rf conftest*
779   ac_cv_mingw32=yes
780 else
781   echo "configure: failed program was:" >&5
782   cat conftest.$ac_ext >&5
783   rm -rf conftest*
784   ac_cv_mingw32=no
785 fi
786 rm -f conftest*
787 rm -f conftest*
788 fi
789
790 echo "$ac_t""$ac_cv_mingw32" 1>&6
791 MINGW32=
792 test "$ac_cv_mingw32" = yes && MINGW32=yes
793
794 # Check whether --enable-multilib or --disable-multilib was given.
795 if test "${enable_multilib+set}" = set; then
796   enableval="$enable_multilib"
797   case "${enableval}" in
798   yes) multilib=yes ;;
799   no)  multilib=no ;;
800   *)   { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
801  esac
802 else
803   multilib=yes
804 fi
805
806 # Check whether --enable-target-optspace or --disable-target-optspace was given.
807 if test "${enable_target_optspace+set}" = set; then
808   enableval="$enable_target_optspace"
809   case "${enableval}" in
810   yes) target_optspace=yes ;;
811   no)  target_optspace=no ;;
812   *)   { echo "configure: error: bad value ${enableval} for target-optspace option" 1>&2; exit 1; } ;;
813  esac
814 else
815   target_optspace=
816 fi
817
818 # Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
819 if test "${enable_malloc_debugging+set}" = set; then
820   enableval="$enable_malloc_debugging"
821   case "${enableval}" in
822   yes) malloc_debugging=yes ;;
823   no)  malloc_debugging=no ;;
824   *)   { echo "configure: error: bad value ${enableval} for malloc-debugging option" 1>&2; exit 1; } ;;
825  esac
826 else
827   malloc_debugging=
828 fi
829
830 # Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
831 if test "${enable_newlib_multithread+set}" = set; then
832   enableval="$enable_newlib_multithread"
833   case "${enableval}" in
834   yes) newlib_multithread=yes ;;
835   no)  newlib_multithread=no ;;
836   *)   { echo "configure: error: bad value ${enableval} for newlib-multithread option" 1>&2; exit 1; } ;;
837  esac
838 else
839   newlib_multithread=yes
840 fi
841
842 # Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
843 if test "${enable_newlib_iconv+set}" = set; then
844   enableval="$enable_newlib_iconv"
845   if test "${newlib_iconv+set}" != set; then
846    case "${enableval}" in
847      yes) newlib_iconv=yes ;;
848      no)  newlib_iconv=no ;;
849      *)   { echo "configure: error: bad value ${enableval} for newlib-iconv option" 1>&2; exit 1; } ;;
850    esac
851  fi
852 else
853   newlib_iconv=${newlib_iconv}
854 fi
855
856 # Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
857 if test "${enable_newlib_elix_level+set}" = set; then
858   enableval="$enable_newlib_elix_level"
859   case "${enableval}" in
860   0)   newlib_elix_level=0 ;;
861   1)   newlib_elix_level=1 ;;
862   2)   newlib_elix_level=2 ;;
863   3)   newlib_elix_level=3 ;;
864   4)   newlib_elix_level=4 ;;
865   *)   { echo "configure: error: bad value ${enableval} for newlib-elix-level option" 1>&2; exit 1; } ;;
866  esac
867 else
868   newlib_elix_level=0
869 fi
870
871 # Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
872 if test "${enable_newlib_io_float+set}" = set; then
873   enableval="$enable_newlib_io_float"
874   case "${enableval}" in
875   yes) newlib_io_float=yes ;;
876   no)  newlib_io_float=no ;;
877   *)   { echo "configure: error: bad value ${enableval} for newlib-io-float option" 1>&2; exit 1; } ;;
878  esac
879 else
880   newlib_io_float=yes
881 fi
882
883 # Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
884 if test "${enable_newlib_supplied_syscalls+set}" = set; then
885   enableval="$enable_newlib_supplied_syscalls"
886   case "${enableval}" in
887   yes) newlib_may_supply_syscalls=yes ;;
888   no)  newlib_may_supply_syscalls=no ;;
889   *)   { echo "configure: error: bad value ${enableval} for newlib-supplied-syscalls option" 1>&2; exit 1; } ;;
890  esac
891 else
892   newlib_may_supply_syscalls=yes
893 fi
894
895
896
897 if test x${newlib_may_supply_syscalls} = xyes; then
898   MAY_SUPPLY_SYSCALLS_TRUE=
899   MAY_SUPPLY_SYSCALLS_FALSE='#'
900 else
901   MAY_SUPPLY_SYSCALLS_TRUE='#'
902   MAY_SUPPLY_SYSCALLS_FALSE=
903 fi
904
905
906 test -z "${with_target_subdir}" && with_target_subdir=.
907
908 if test "${srcdir}" = "."; then
909   if test "${with_target_subdir}" != "."; then
910     newlib_basedir="${srcdir}/${with_multisrctop}../../.."
911   else
912     newlib_basedir="${srcdir}/${with_multisrctop}../.."
913   fi
914 else
915   newlib_basedir="${srcdir}/../.."
916 fi
917
918
919
920 # Do some error checking and defaulting for the host and target type.
921 # The inputs are:
922 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
923 #
924 # The rules are:
925 # 1. You are not allowed to specify --host, --target, and nonopt at the
926 #    same time.
927 # 2. Host defaults to nonopt.
928 # 3. If nonopt is not specified, then host defaults to the current host,
929 #    as determined by config.guess.
930 # 4. Target and build default to nonopt.
931 # 5. If nonopt is not specified, then target and build default to host.
932
933 # The aliases save the names the user supplied, while $host etc.
934 # will get canonicalized.
935 case $host---$target---$nonopt in
936 NONE---*---* | *---NONE---* | *---*---NONE) ;;
937 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
938 esac
939
940
941 # Make sure we can run config.sub.
942 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
943 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
944 fi
945
946 echo $ac_n "checking host system type""... $ac_c" 1>&6
947 echo "configure:948: checking host system type" >&5
948
949 host_alias=$host
950 case "$host_alias" in
951 NONE)
952   case $nonopt in
953   NONE)
954     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
955     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
956     fi ;;
957   *) host_alias=$nonopt ;;
958   esac ;;
959 esac
960
961 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
962 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
963 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
964 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
965 echo "$ac_t""$host" 1>&6
966
967 echo $ac_n "checking target system type""... $ac_c" 1>&6
968 echo "configure:969: checking target system type" >&5
969
970 target_alias=$target
971 case "$target_alias" in
972 NONE)
973   case $nonopt in
974   NONE) target_alias=$host_alias ;;
975   *) target_alias=$nonopt ;;
976   esac ;;
977 esac
978
979 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
980 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
981 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
982 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
983 echo "$ac_t""$target" 1>&6
984
985 echo $ac_n "checking build system type""... $ac_c" 1>&6
986 echo "configure:987: checking build system type" >&5
987
988 build_alias=$build
989 case "$build_alias" in
990 NONE)
991   case $nonopt in
992   NONE) build_alias=$host_alias ;;
993   *) build_alias=$nonopt ;;
994   esac ;;
995 esac
996
997 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
998 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
999 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1000 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1001 echo "$ac_t""$build" 1>&6
1002
1003 test "$host_alias" != "$target_alias" &&
1004   test "$program_prefix$program_suffix$program_transform_name" = \
1005     NONENONEs,x,x, &&
1006   program_prefix=${target_alias}-
1007
1008
1009
1010 PACKAGE=newlib
1011
1012 VERSION=1.14.0
1013
1014 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1015   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
1016 fi
1017 cat >> confdefs.h <<EOF
1018 #define PACKAGE "$PACKAGE"
1019 EOF
1020
1021 cat >> confdefs.h <<EOF
1022 #define VERSION "$VERSION"
1023 EOF
1024
1025
1026
1027 missing_dir=`cd $ac_aux_dir && pwd`
1028 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
1029 echo "configure:1030: checking for working aclocal-${am__api_version}" >&5
1030 # Run test in a subshell; some versions of sh will print an error if
1031 # an executable is not found, even if stderr is redirected.
1032 # Redirect stdin to placate older versions of autoconf.  Sigh.
1033 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1034    ACLOCAL=aclocal-${am__api_version}
1035    echo "$ac_t""found" 1>&6
1036 else
1037    ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
1038    echo "$ac_t""missing" 1>&6
1039 fi
1040
1041 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1042 echo "configure:1043: checking for working autoconf" >&5
1043 # Run test in a subshell; some versions of sh will print an error if
1044 # an executable is not found, even if stderr is redirected.
1045 # Redirect stdin to placate older versions of autoconf.  Sigh.
1046 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1047    AUTOCONF=autoconf
1048    echo "$ac_t""found" 1>&6
1049 else
1050    AUTOCONF="$missing_dir/missing autoconf"
1051    echo "$ac_t""missing" 1>&6
1052 fi
1053
1054 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
1055 echo "configure:1056: checking for working automake-${am__api_version}" >&5
1056 # Run test in a subshell; some versions of sh will print an error if
1057 # an executable is not found, even if stderr is redirected.
1058 # Redirect stdin to placate older versions of autoconf.  Sigh.
1059 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1060    AUTOMAKE=automake-${am__api_version}
1061    echo "$ac_t""found" 1>&6
1062 else
1063    AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1064    echo "$ac_t""missing" 1>&6
1065 fi
1066
1067 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1068 echo "configure:1069: checking for working autoheader" >&5
1069 # Run test in a subshell; some versions of sh will print an error if
1070 # an executable is not found, even if stderr is redirected.
1071 # Redirect stdin to placate older versions of autoconf.  Sigh.
1072 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1073    AUTOHEADER=autoheader
1074    echo "$ac_t""found" 1>&6
1075 else
1076    AUTOHEADER="$missing_dir/missing autoheader"
1077    echo "$ac_t""missing" 1>&6
1078 fi
1079
1080 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1081 echo "configure:1082: checking for working makeinfo" >&5
1082 # Run test in a subshell; some versions of sh will print an error if
1083 # an executable is not found, even if stderr is redirected.
1084 # Redirect stdin to placate older versions of autoconf.  Sigh.
1085 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1086    MAKEINFO=makeinfo
1087    echo "$ac_t""found" 1>&6
1088 else
1089    MAKEINFO="$missing_dir/missing makeinfo"
1090    echo "$ac_t""missing" 1>&6
1091 fi
1092
1093
1094
1095 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
1096 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
1097 # are probably using a cross compiler, which will not be able to fully
1098 # link an executable.  This should really be fixed in autoconf
1099 # itself.
1100
1101
1102
1103 # Extract the first word of "gcc", so it can be a program name with args.
1104 set dummy gcc; ac_word=$2
1105 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1106 echo "configure:1107: checking for $ac_word" >&5
1107 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1108   echo $ac_n "(cached) $ac_c" 1>&6
1109 else
1110   if test -n "$CC"; then
1111   ac_cv_prog_CC="$CC" # Let the user override the test.
1112 else
1113   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1114   ac_dummy="$PATH"
1115   for ac_dir in $ac_dummy; do
1116     test -z "$ac_dir" && ac_dir=.
1117     if test -f $ac_dir/$ac_word; then
1118       ac_cv_prog_CC="gcc"
1119       break
1120     fi
1121   done
1122   IFS="$ac_save_ifs"
1123 fi
1124 fi
1125 CC="$ac_cv_prog_CC"
1126 if test -n "$CC"; then
1127   echo "$ac_t""$CC" 1>&6
1128 else
1129   echo "$ac_t""no" 1>&6
1130 fi
1131
1132 if test -z "$CC"; then
1133   # Extract the first word of "cc", so it can be a program name with args.
1134 set dummy cc; ac_word=$2
1135 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1136 echo "configure:1137: checking for $ac_word" >&5
1137 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1138   echo $ac_n "(cached) $ac_c" 1>&6
1139 else
1140   if test -n "$CC"; then
1141   ac_cv_prog_CC="$CC" # Let the user override the test.
1142 else
1143   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1144   ac_prog_rejected=no
1145   ac_dummy="$PATH"
1146   for ac_dir in $ac_dummy; do
1147     test -z "$ac_dir" && ac_dir=.
1148     if test -f $ac_dir/$ac_word; then
1149       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1150         ac_prog_rejected=yes
1151         continue
1152       fi
1153       ac_cv_prog_CC="cc"
1154       break
1155     fi
1156   done
1157   IFS="$ac_save_ifs"
1158 if test $ac_prog_rejected = yes; then
1159   # We found a bogon in the path, so make sure we never use it.
1160   set dummy $ac_cv_prog_CC
1161   shift
1162   if test $# -gt 0; then
1163     # We chose a different compiler from the bogus one.
1164     # However, it has the same basename, so the bogon will be chosen
1165     # first if we set CC to just the basename; use the full file name.
1166     shift
1167     set dummy "$ac_dir/$ac_word" "$@"
1168     shift
1169     ac_cv_prog_CC="$@"
1170   fi
1171 fi
1172 fi
1173 fi
1174 CC="$ac_cv_prog_CC"
1175 if test -n "$CC"; then
1176   echo "$ac_t""$CC" 1>&6
1177 else
1178   echo "$ac_t""no" 1>&6
1179 fi
1180
1181   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1182 fi
1183
1184 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1185 echo "configure:1186: checking whether we are using GNU C" >&5
1186 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1187   echo $ac_n "(cached) $ac_c" 1>&6
1188 else
1189   cat > conftest.c <<EOF
1190 #ifdef __GNUC__
1191   yes;
1192 #endif
1193 EOF
1194 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1195   ac_cv_prog_gcc=yes
1196 else
1197   ac_cv_prog_gcc=no
1198 fi
1199 fi
1200
1201 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1202
1203 if test $ac_cv_prog_gcc = yes; then
1204   GCC=yes
1205   ac_test_CFLAGS="${CFLAGS+set}"
1206   ac_save_CFLAGS="$CFLAGS"
1207   CFLAGS=
1208   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1209 echo "configure:1210: checking whether ${CC-cc} accepts -g" >&5
1210 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1211   echo $ac_n "(cached) $ac_c" 1>&6
1212 else
1213   echo 'void f(){}' > conftest.c
1214 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1215   ac_cv_prog_cc_g=yes
1216 else
1217   ac_cv_prog_cc_g=no
1218 fi
1219 rm -f conftest*
1220
1221 fi
1222
1223 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1224   if test "$ac_test_CFLAGS" = set; then
1225     CFLAGS="$ac_save_CFLAGS"
1226   elif test $ac_cv_prog_cc_g = yes; then
1227     CFLAGS="-g -O2"
1228   else
1229     CFLAGS="-O2"
1230   fi
1231 else
1232   GCC=
1233   test "${CFLAGS+set}" = set || CFLAGS="-g"
1234 fi
1235
1236
1237 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1238 set dummy ${ac_tool_prefix}as; ac_word=$2
1239 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1240 echo "configure:1241: checking for $ac_word" >&5
1241 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1242   echo $ac_n "(cached) $ac_c" 1>&6
1243 else
1244   if test -n "$AS"; then
1245   ac_cv_prog_AS="$AS" # Let the user override the test.
1246 else
1247   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1248   ac_dummy="$PATH"
1249   for ac_dir in $ac_dummy; do
1250     test -z "$ac_dir" && ac_dir=.
1251     if test -f $ac_dir/$ac_word; then
1252       ac_cv_prog_AS="${ac_tool_prefix}as"
1253       break
1254     fi
1255   done
1256   IFS="$ac_save_ifs"
1257   test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1258 fi
1259 fi
1260 AS="$ac_cv_prog_AS"
1261 if test -n "$AS"; then
1262   echo "$ac_t""$AS" 1>&6
1263 else
1264   echo "$ac_t""no" 1>&6
1265 fi
1266
1267
1268
1269 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1270 set dummy ${ac_tool_prefix}ar; ac_word=$2
1271 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1272 echo "configure:1273: checking for $ac_word" >&5
1273 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1274   echo $ac_n "(cached) $ac_c" 1>&6
1275 else
1276   if test -n "$AR"; then
1277   ac_cv_prog_AR="$AR" # Let the user override the test.
1278 else
1279   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1280   ac_dummy="$PATH"
1281   for ac_dir in $ac_dummy; do
1282     test -z "$ac_dir" && ac_dir=.
1283     if test -f $ac_dir/$ac_word; then
1284       ac_cv_prog_AR="${ac_tool_prefix}ar"
1285       break
1286     fi
1287   done
1288   IFS="$ac_save_ifs"
1289   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1290 fi
1291 fi
1292 AR="$ac_cv_prog_AR"
1293 if test -n "$AR"; then
1294   echo "$ac_t""$AR" 1>&6
1295 else
1296   echo "$ac_t""no" 1>&6
1297 fi
1298
1299
1300
1301 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1302 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1303 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1304 echo "configure:1305: checking for $ac_word" >&5
1305 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1306   echo $ac_n "(cached) $ac_c" 1>&6
1307 else
1308   if test -n "$RANLIB"; then
1309   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1310 else
1311   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1312   ac_dummy="$PATH"
1313   for ac_dir in $ac_dummy; do
1314     test -z "$ac_dir" && ac_dir=.
1315     if test -f $ac_dir/$ac_word; then
1316       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1317       break
1318     fi
1319   done
1320   IFS="$ac_save_ifs"
1321 fi
1322 fi
1323 RANLIB="$ac_cv_prog_RANLIB"
1324 if test -n "$RANLIB"; then
1325   echo "$ac_t""$RANLIB" 1>&6
1326 else
1327   echo "$ac_t""no" 1>&6
1328 fi
1329
1330
1331 if test -z "$ac_cv_prog_RANLIB"; then
1332 if test -n "$ac_tool_prefix"; then
1333   # Extract the first word of "ranlib", so it can be a program name with args.
1334 set dummy ranlib; ac_word=$2
1335 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1336 echo "configure:1337: checking for $ac_word" >&5
1337 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1338   echo $ac_n "(cached) $ac_c" 1>&6
1339 else
1340   if test -n "$RANLIB"; then
1341   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1342 else
1343   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1344   ac_dummy="$PATH"
1345   for ac_dir in $ac_dummy; do
1346     test -z "$ac_dir" && ac_dir=.
1347     if test -f $ac_dir/$ac_word; then
1348       ac_cv_prog_RANLIB="ranlib"
1349       break
1350     fi
1351   done
1352   IFS="$ac_save_ifs"
1353   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1354 fi
1355 fi
1356 RANLIB="$ac_cv_prog_RANLIB"
1357 if test -n "$RANLIB"; then
1358   echo "$ac_t""$RANLIB" 1>&6
1359 else
1360   echo "$ac_t""no" 1>&6
1361 fi
1362
1363 else
1364   RANLIB=":"
1365 fi
1366 fi
1367
1368
1369 # Find a good install program.  We prefer a C program (faster),
1370 # so one script is as good as another.  But avoid the broken or
1371 # incompatible versions:
1372 # SysV /etc/install, /usr/sbin/install
1373 # SunOS /usr/etc/install
1374 # IRIX /sbin/install
1375 # AIX /bin/install
1376 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1377 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1378 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1379 # ./install, which can be erroneously created by make from ./install.sh.
1380 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1381 echo "configure:1382: checking for a BSD compatible install" >&5
1382 if test -z "$INSTALL"; then
1383 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1384   echo $ac_n "(cached) $ac_c" 1>&6
1385 else
1386     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1387   for ac_dir in $PATH; do
1388     # Account for people who put trailing slashes in PATH elements.
1389     case "$ac_dir/" in
1390     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1391     *)
1392       # OSF1 and SCO ODT 3.0 have their own names for install.
1393       # Don't use installbsd from OSF since it installs stuff as root
1394       # by default.
1395       for ac_prog in ginstall scoinst install; do
1396         if test -f $ac_dir/$ac_prog; then
1397           if test $ac_prog = install &&
1398             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1399             # AIX install.  It has an incompatible calling convention.
1400             :
1401           else
1402             ac_cv_path_install="$ac_dir/$ac_prog -c"
1403             break 2
1404           fi
1405         fi
1406       done
1407       ;;
1408     esac
1409   done
1410   IFS="$ac_save_IFS"
1411
1412 fi
1413   if test "${ac_cv_path_install+set}" = set; then
1414     INSTALL="$ac_cv_path_install"
1415   else
1416     # As a last resort, use the slow shell script.  We don't cache a
1417     # path for INSTALL within a source directory, because that will
1418     # break other packages using the cache if that directory is
1419     # removed, or if the path is relative.
1420     INSTALL="$ac_install_sh"
1421   fi
1422 fi
1423 echo "$ac_t""$INSTALL" 1>&6
1424
1425 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1426 # It thinks the first close brace ends the variable substitution.
1427 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1428
1429 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1430
1431 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1432
1433
1434 # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
1435 ac_given_INSTALL=$INSTALL
1436
1437 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1438 echo "configure:1439: checking whether to enable maintainer-specific portions of Makefiles" >&5
1439     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1440 if test "${enable_maintainer_mode+set}" = set; then
1441   enableval="$enable_maintainer_mode"
1442   USE_MAINTAINER_MODE=$enableval
1443 else
1444   USE_MAINTAINER_MODE=no
1445 fi
1446
1447   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1448   
1449
1450 if test $USE_MAINTAINER_MODE = yes; then
1451   MAINTAINER_MODE_TRUE=
1452   MAINTAINER_MODE_FALSE='#'
1453 else
1454   MAINTAINER_MODE_TRUE='#'
1455   MAINTAINER_MODE_FALSE=
1456 fi
1457   MAINT=$MAINTAINER_MODE_TRUE
1458   
1459
1460
1461 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
1462 # at least currently, we never actually build a program, so we never
1463 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
1464 # fails, because we are probably configuring with a cross compiler
1465 # which can't create executables.  So we include AC_EXEEXT to keep
1466 # automake happy, but we don't execute it, since we don't care about
1467 # the result.
1468 if false; then
1469   
1470
1471 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1472 echo "configure:1473: checking for executable suffix" >&5
1473 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1474   echo $ac_n "(cached) $ac_c" 1>&6
1475 else
1476   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1477   ac_cv_exeext=.exe
1478 else
1479   rm -f conftest*
1480   echo 'int main () { return 0; }' > conftest.$ac_ext
1481   ac_cv_exeext=
1482   if { (eval echo configure:1483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1483     for file in conftest.*; do
1484       case $file in
1485       *.c | *.o | *.obj) ;;
1486       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1487       esac
1488     done
1489   else
1490     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1491   fi
1492   rm -f conftest*
1493   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1494 fi
1495 fi
1496
1497 EXEEXT=""
1498 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1499 echo "$ac_t""${ac_cv_exeext}" 1>&6
1500 ac_exeext=$EXEEXT
1501
1502 fi
1503
1504 . ${newlib_basedir}/configure.host
1505
1506 newlib_cflags="${newlib_cflags} -fno-builtin"
1507
1508 NEWLIB_CFLAGS=${newlib_cflags}
1509
1510
1511 LDFLAGS=${ldflags}
1512
1513
1514
1515
1516 if test x${newlib_elix_level} = x0; then
1517   ELIX_LEVEL_0_TRUE=
1518   ELIX_LEVEL_0_FALSE='#'
1519 else
1520   ELIX_LEVEL_0_TRUE='#'
1521   ELIX_LEVEL_0_FALSE=
1522 fi
1523
1524
1525 if test x${newlib_elix_level} = x1; then
1526   ELIX_LEVEL_1_TRUE=
1527   ELIX_LEVEL_1_FALSE='#'
1528 else
1529   ELIX_LEVEL_1_TRUE='#'
1530   ELIX_LEVEL_1_FALSE=
1531 fi
1532
1533
1534 if test x${newlib_elix_level} = x2; then
1535   ELIX_LEVEL_2_TRUE=
1536   ELIX_LEVEL_2_FALSE='#'
1537 else
1538   ELIX_LEVEL_2_TRUE='#'
1539   ELIX_LEVEL_2_FALSE=
1540 fi
1541
1542
1543 if test x${newlib_elix_level} = x3; then
1544   ELIX_LEVEL_3_TRUE=
1545   ELIX_LEVEL_3_FALSE='#'
1546 else
1547   ELIX_LEVEL_3_TRUE='#'
1548   ELIX_LEVEL_3_FALSE=
1549 fi
1550
1551
1552 if test x${newlib_elix_level} = x4; then
1553   ELIX_LEVEL_4_TRUE=
1554   ELIX_LEVEL_4_FALSE='#'
1555 else
1556   ELIX_LEVEL_4_TRUE='#'
1557   ELIX_LEVEL_4_FALSE=
1558 fi
1559
1560
1561
1562 if test x${use_libtool} = xyes; then
1563   USE_LIBTOOL_TRUE=
1564   USE_LIBTOOL_FALSE='#'
1565 else
1566   USE_LIBTOOL_TRUE='#'
1567   USE_LIBTOOL_FALSE=
1568 fi
1569
1570 # Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
1571 # use oext, which is set in configure.host based on the target platform.
1572 OBJEXT=${oext}
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583 if test "${use_libtool}" = "yes"; then
1584
1585 # Check whether --enable-shared or --disable-shared was given.
1586 if test "${enable_shared+set}" = set; then
1587   enableval="$enable_shared"
1588   p=${PACKAGE-default}
1589 case $enableval in
1590 yes) enable_shared=yes ;;
1591 no) enable_shared=no ;;
1592 *)
1593   enable_shared=no
1594   # Look at the argument we got.  We use all the common list separators.
1595   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1596   for pkg in $enableval; do
1597     if test "X$pkg" = "X$p"; then
1598       enable_shared=yes
1599     fi
1600   done
1601   IFS="$ac_save_ifs"
1602   ;;
1603 esac
1604 else
1605   enable_shared=yes
1606 fi
1607
1608 # Check whether --enable-static or --disable-static was given.
1609 if test "${enable_static+set}" = set; then
1610   enableval="$enable_static"
1611   p=${PACKAGE-default}
1612 case $enableval in
1613 yes) enable_static=yes ;;
1614 no) enable_static=no ;;
1615 *)
1616   enable_static=no
1617   # Look at the argument we got.  We use all the common list separators.
1618   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1619   for pkg in $enableval; do
1620     if test "X$pkg" = "X$p"; then
1621       enable_static=yes
1622     fi
1623   done
1624   IFS="$ac_save_ifs"
1625   ;;
1626 esac
1627 else
1628   enable_static=yes
1629 fi
1630
1631 # Check whether --enable-fast-install or --disable-fast-install was given.
1632 if test "${enable_fast_install+set}" = set; then
1633   enableval="$enable_fast_install"
1634   p=${PACKAGE-default}
1635 case $enableval in
1636 yes) enable_fast_install=yes ;;
1637 no) enable_fast_install=no ;;
1638 *)
1639   enable_fast_install=no
1640   # Look at the argument we got.  We use all the common list separators.
1641   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1642   for pkg in $enableval; do
1643     if test "X$pkg" = "X$p"; then
1644       enable_fast_install=yes
1645     fi
1646   done
1647   IFS="$ac_save_ifs"
1648   ;;
1649 esac
1650 else
1651   enable_fast_install=yes
1652 fi
1653
1654 # Extract the first word of "gcc", so it can be a program name with args.
1655 set dummy gcc; ac_word=$2
1656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1657 echo "configure:1658: checking for $ac_word" >&5
1658 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1659   echo $ac_n "(cached) $ac_c" 1>&6
1660 else
1661   if test -n "$CC"; then
1662   ac_cv_prog_CC="$CC" # Let the user override the test.
1663 else
1664   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1665   ac_dummy="$PATH"
1666   for ac_dir in $ac_dummy; do
1667     test -z "$ac_dir" && ac_dir=.
1668     if test -f $ac_dir/$ac_word; then
1669       ac_cv_prog_CC="gcc"
1670       break
1671     fi
1672   done
1673   IFS="$ac_save_ifs"
1674 fi
1675 fi
1676 CC="$ac_cv_prog_CC"
1677 if test -n "$CC"; then
1678   echo "$ac_t""$CC" 1>&6
1679 else
1680   echo "$ac_t""no" 1>&6
1681 fi
1682
1683 if test -z "$CC"; then
1684   # Extract the first word of "cc", so it can be a program name with args.
1685 set dummy cc; ac_word=$2
1686 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1687 echo "configure:1688: checking for $ac_word" >&5
1688 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1689   echo $ac_n "(cached) $ac_c" 1>&6
1690 else
1691   if test -n "$CC"; then
1692   ac_cv_prog_CC="$CC" # Let the user override the test.
1693 else
1694   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1695   ac_prog_rejected=no
1696   ac_dummy="$PATH"
1697   for ac_dir in $ac_dummy; do
1698     test -z "$ac_dir" && ac_dir=.
1699     if test -f $ac_dir/$ac_word; then
1700       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1701         ac_prog_rejected=yes
1702         continue
1703       fi
1704       ac_cv_prog_CC="cc"
1705       break
1706     fi
1707   done
1708   IFS="$ac_save_ifs"
1709 if test $ac_prog_rejected = yes; then
1710   # We found a bogon in the path, so make sure we never use it.
1711   set dummy $ac_cv_prog_CC
1712   shift
1713   if test $# -gt 0; then
1714     # We chose a different compiler from the bogus one.
1715     # However, it has the same basename, so the bogon will be chosen
1716     # first if we set CC to just the basename; use the full file name.
1717     shift
1718     set dummy "$ac_dir/$ac_word" "$@"
1719     shift
1720     ac_cv_prog_CC="$@"
1721   fi
1722 fi
1723 fi
1724 fi
1725 CC="$ac_cv_prog_CC"
1726 if test -n "$CC"; then
1727   echo "$ac_t""$CC" 1>&6
1728 else
1729   echo "$ac_t""no" 1>&6
1730 fi
1731
1732   if test -z "$CC"; then
1733     case "`uname -s`" in
1734     *win32* | *WIN32*)
1735       # Extract the first word of "cl", so it can be a program name with args.
1736 set dummy cl; ac_word=$2
1737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1738 echo "configure:1739: checking for $ac_word" >&5
1739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1740   echo $ac_n "(cached) $ac_c" 1>&6
1741 else
1742   if test -n "$CC"; then
1743   ac_cv_prog_CC="$CC" # Let the user override the test.
1744 else
1745   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1746   ac_dummy="$PATH"
1747   for ac_dir in $ac_dummy; do
1748     test -z "$ac_dir" && ac_dir=.
1749     if test -f $ac_dir/$ac_word; then
1750       ac_cv_prog_CC="cl"
1751       break
1752     fi
1753   done
1754   IFS="$ac_save_ifs"
1755 fi
1756 fi
1757 CC="$ac_cv_prog_CC"
1758 if test -n "$CC"; then
1759   echo "$ac_t""$CC" 1>&6
1760 else
1761   echo "$ac_t""no" 1>&6
1762 fi
1763  ;;
1764     esac
1765   fi
1766   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1767 fi
1768
1769 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1770 echo "configure:1771: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1771
1772 ac_ext=c
1773 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1774 ac_cpp='$CPP $CPPFLAGS'
1775 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1776 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1777 cross_compiling=$ac_cv_prog_cc_cross
1778
1779 cat > conftest.$ac_ext << EOF
1780
1781 #line 1782 "configure"
1782 #include "confdefs.h"
1783
1784 main(){return(0);}
1785 EOF
1786 if { (eval echo configure:1787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1787   ac_cv_prog_cc_works=yes
1788   # If we can't run a trivial program, we are probably using a cross compiler.
1789   if (./conftest; exit) 2>/dev/null; then
1790     ac_cv_prog_cc_cross=no
1791   else
1792     ac_cv_prog_cc_cross=yes
1793   fi
1794 else
1795   echo "configure: failed program was:" >&5
1796   cat conftest.$ac_ext >&5
1797   ac_cv_prog_cc_works=no
1798 fi
1799 rm -fr conftest*
1800 ac_ext=c
1801 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1802 ac_cpp='$CPP $CPPFLAGS'
1803 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1804 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1805 cross_compiling=$ac_cv_prog_cc_cross
1806
1807 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1808 if test $ac_cv_prog_cc_works = no; then
1809   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1810 fi
1811 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1812 echo "configure:1813: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1813 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1814 cross_compiling=$ac_cv_prog_cc_cross
1815
1816 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1817 echo "configure:1818: checking whether we are using GNU C" >&5
1818 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1819   echo $ac_n "(cached) $ac_c" 1>&6
1820 else
1821   cat > conftest.c <<EOF
1822 #ifdef __GNUC__
1823   yes;
1824 #endif
1825 EOF
1826 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1827   ac_cv_prog_gcc=yes
1828 else
1829   ac_cv_prog_gcc=no
1830 fi
1831 fi
1832
1833 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1834
1835 if test $ac_cv_prog_gcc = yes; then
1836   GCC=yes
1837 else
1838   GCC=
1839 fi
1840
1841 ac_test_CFLAGS="${CFLAGS+set}"
1842 ac_save_CFLAGS="$CFLAGS"
1843 CFLAGS=
1844 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1845 echo "configure:1846: checking whether ${CC-cc} accepts -g" >&5
1846 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1847   echo $ac_n "(cached) $ac_c" 1>&6
1848 else
1849   echo 'void f(){}' > conftest.c
1850 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1851   ac_cv_prog_cc_g=yes
1852 else
1853   ac_cv_prog_cc_g=no
1854 fi
1855 rm -f conftest*
1856
1857 fi
1858
1859 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1860 if test "$ac_test_CFLAGS" = set; then
1861   CFLAGS="$ac_save_CFLAGS"
1862 elif test $ac_cv_prog_cc_g = yes; then
1863   if test "$GCC" = yes; then
1864     CFLAGS="-g -O2"
1865   else
1866     CFLAGS="-g"
1867   fi
1868 else
1869   if test "$GCC" = yes; then
1870     CFLAGS="-O2"
1871   else
1872     CFLAGS=
1873   fi
1874 fi
1875
1876 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1877 if test "${with_gnu_ld+set}" = set; then
1878   withval="$with_gnu_ld"
1879   test "$withval" = no || with_gnu_ld=yes
1880 else
1881   with_gnu_ld=no
1882 fi
1883
1884 ac_prog=ld
1885 if test "$GCC" = yes; then
1886   # Check if gcc -print-prog-name=ld gives a path.
1887   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1888 echo "configure:1889: checking for ld used by GCC" >&5
1889   case $host in
1890   *-*-mingw*)
1891     # gcc leaves a trailing carriage return which upsets mingw
1892     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1893   *)
1894     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1895   esac
1896   case $ac_prog in
1897     # Accept absolute paths.
1898     [\\/]* | [A-Za-z]:[\\/]*)
1899       re_direlt='/[^/][^/]*/\.\./'
1900       # Canonicalize the path of ld
1901       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1902       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1903         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1904       done
1905       test -z "$LD" && LD="$ac_prog"
1906       ;;
1907   "")
1908     # If it fails, then pretend we aren't using GCC.
1909     ac_prog=ld
1910     ;;
1911   *)
1912     # If it is relative, then search for the first ld in PATH.
1913     with_gnu_ld=unknown
1914     ;;
1915   esac
1916 elif test "$with_gnu_ld" = yes; then
1917   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1918 echo "configure:1919: checking for GNU ld" >&5
1919 else
1920   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1921 echo "configure:1922: checking for non-GNU ld" >&5
1922 fi
1923 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1924   echo $ac_n "(cached) $ac_c" 1>&6
1925 else
1926   if test -z "$LD"; then
1927   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1928   for ac_dir in $PATH; do
1929     test -z "$ac_dir" && ac_dir=.
1930     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1931       lt_cv_path_LD="$ac_dir/$ac_prog"
1932       # Check to see if the program is GNU ld.  I'd rather use --version,
1933       # but apparently some GNU ld's only accept -v.
1934       # Break only if it was the GNU/non-GNU ld that we prefer.
1935       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1936         test "$with_gnu_ld" != no && break
1937       else
1938         test "$with_gnu_ld" != yes && break
1939       fi
1940     fi
1941   done
1942   IFS="$ac_save_ifs"
1943 else
1944   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1945 fi
1946 fi
1947
1948 LD="$lt_cv_path_LD"
1949 if test -n "$LD"; then
1950   echo "$ac_t""$LD" 1>&6
1951 else
1952   echo "$ac_t""no" 1>&6
1953 fi
1954 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1955 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1956 echo "configure:1957: checking if the linker ($LD) is GNU ld" >&5
1957 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1958   echo $ac_n "(cached) $ac_c" 1>&6
1959 else
1960   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1961 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1962   lt_cv_prog_gnu_ld=yes
1963 else
1964   lt_cv_prog_gnu_ld=no
1965 fi
1966 fi
1967
1968 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1969 with_gnu_ld=$lt_cv_prog_gnu_ld
1970
1971
1972 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1973 echo "configure:1974: checking for $LD option to reload object files" >&5
1974 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1975   echo $ac_n "(cached) $ac_c" 1>&6
1976 else
1977   lt_cv_ld_reload_flag='-r'
1978 fi
1979
1980 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1981 reload_flag=$lt_cv_ld_reload_flag
1982 test -n "$reload_flag" && reload_flag=" $reload_flag"
1983
1984 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1985 echo "configure:1986: checking for BSD-compatible nm" >&5
1986 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1987   echo $ac_n "(cached) $ac_c" 1>&6
1988 else
1989   if test -n "$NM"; then
1990   # Let the user override the test.
1991   lt_cv_path_NM="$NM"
1992 else
1993   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1994   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1995     test -z "$ac_dir" && ac_dir=.
1996     tmp_nm=$ac_dir/${ac_tool_prefix}nm
1997     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1998       # Check to see if the nm accepts a BSD-compat flag.
1999       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2000       #   nm: unknown option "B" ignored
2001       # Tru64's nm complains that /dev/null is an invalid object file
2002       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
2003         lt_cv_path_NM="$tmp_nm -B"
2004         break
2005       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
2006         lt_cv_path_NM="$tmp_nm -p"
2007         break
2008       else
2009         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2010         continue # so that we can try to find one that supports BSD flags
2011       fi
2012     fi
2013   done
2014   IFS="$ac_save_ifs"
2015   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2016 fi
2017 fi
2018
2019 NM="$lt_cv_path_NM"
2020 echo "$ac_t""$NM" 1>&6
2021
2022 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2023 echo "configure:2024: checking whether ln -s works" >&5
2024 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2025   echo $ac_n "(cached) $ac_c" 1>&6
2026 else
2027   rm -f conftestdata
2028 if ln -s X conftestdata 2>/dev/null
2029 then
2030   rm -f conftestdata
2031   ac_cv_prog_LN_S="ln -s"
2032 else
2033   ac_cv_prog_LN_S=ln
2034 fi
2035 fi
2036 LN_S="$ac_cv_prog_LN_S"
2037 if test "$ac_cv_prog_LN_S" = "ln -s"; then
2038   echo "$ac_t""yes" 1>&6
2039 else
2040   echo "$ac_t""no" 1>&6
2041 fi
2042
2043 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
2044 echo "configure:2045: checking how to recognise dependant libraries" >&5
2045 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
2046   echo $ac_n "(cached) $ac_c" 1>&6
2047 else
2048   lt_cv_file_magic_cmd='$MAGIC_CMD'
2049 lt_cv_file_magic_test_file=
2050 lt_cv_deplibs_check_method='unknown'
2051 # Need to set the preceding variable on all platforms that support
2052 # interlibrary dependencies.
2053 # 'none' -- dependencies not supported.
2054 # `unknown' -- same as none, but documents that we really don't know.
2055 # 'pass_all' -- all dependencies passed with no checks.
2056 # 'test_compile' -- check by making test program.
2057 # 'file_magic [regex]' -- check by looking for files in library path
2058 # which responds to the $file_magic_cmd with a given egrep regex.
2059 # If you have `file' or equivalent on your system and you're not sure
2060 # whether `pass_all' will *always* work, you probably want this one.
2061
2062 case $host_os in
2063 aix*)
2064   lt_cv_deplibs_check_method=pass_all
2065   ;;
2066
2067 beos*)
2068   lt_cv_deplibs_check_method=pass_all
2069   ;;
2070
2071 bsdi4*)
2072   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
2073   lt_cv_file_magic_cmd='/usr/bin/file -L'
2074   lt_cv_file_magic_test_file=/shlib/libc.so
2075   ;;
2076
2077 cygwin* | mingw* |pw32*)
2078   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2079   lt_cv_file_magic_cmd='$OBJDUMP -f'
2080   ;;
2081
2082 darwin* | rhapsody*)
2083   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
2084   lt_cv_file_magic_cmd='/usr/bin/file -L'
2085   case "$host_os" in
2086   rhapsody* | darwin1.012)
2087     lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
2088     ;;
2089   *) # Darwin 1.3 on
2090     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
2091     ;;
2092   esac
2093   ;;
2094
2095 freebsd* )
2096   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2097     case $host_cpu in
2098     i*86 )
2099       # Not sure whether the presence of OpenBSD here was a mistake.
2100       # Let's accept both of them until this is cleared up.
2101       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
2102       lt_cv_file_magic_cmd=/usr/bin/file
2103       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2104       ;;
2105     esac
2106   else
2107     lt_cv_deplibs_check_method=pass_all
2108   fi
2109   ;;
2110
2111 gnu*)
2112   lt_cv_deplibs_check_method=pass_all
2113   ;;
2114
2115 hpux10.20*|hpux11*)
2116   case $host_cpu in
2117   hppa*)
2118     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
2119     lt_cv_file_magic_cmd=/usr/bin/file
2120     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2121     ;;
2122   ia64*)
2123     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
2124     lt_cv_file_magic_cmd=/usr/bin/file
2125     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2126     ;;
2127   esac
2128   ;;
2129
2130 irix5* | irix6*)
2131   case $host_os in
2132   irix5*)
2133     # this will be overridden with pass_all, but let us keep it just in case
2134     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
2135     ;;
2136   *)
2137     case $LD in
2138     *-32|*"-32 ") libmagic=32-bit;;
2139     *-n32|*"-n32 ") libmagic=N32;;
2140     *-64|*"-64 ") libmagic=64-bit;;
2141     *) libmagic=never-match;;
2142     esac
2143     # this will be overridden with pass_all, but let us keep it just in case
2144     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
2145     ;;
2146   esac
2147   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
2148   lt_cv_deplibs_check_method=pass_all
2149   ;;
2150
2151 # This must be Linux ELF.
2152 linux-gnu*)
2153   case $host_cpu in
2154   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
2155     lt_cv_deplibs_check_method=pass_all ;;
2156   *)
2157     # glibc up to 2.1.1 does not perform some relocations on ARM
2158     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
2159   esac
2160   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
2161   ;;
2162
2163 netbsd*)
2164   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2165     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
2166   else
2167     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
2168   fi
2169   ;;
2170
2171 newsos6)
2172   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
2173   lt_cv_file_magic_cmd=/usr/bin/file
2174   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2175   ;;
2176
2177 osf3* | osf4* | osf5*)
2178   # this will be overridden with pass_all, but let us keep it just in case
2179   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
2180   lt_cv_file_magic_test_file=/shlib/libc.so
2181   lt_cv_deplibs_check_method=pass_all
2182   ;;
2183
2184 sco3.2v5*)
2185   lt_cv_deplibs_check_method=pass_all
2186   ;;
2187
2188 solaris*)
2189   lt_cv_deplibs_check_method=pass_all
2190   lt_cv_file_magic_test_file=/lib/libc.so
2191   ;;
2192
2193 sysv5uw[78]* | sysv4*uw2*)
2194   lt_cv_deplibs_check_method=pass_all
2195   ;;
2196
2197 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2198   case $host_vendor in
2199   ncr)
2200     lt_cv_deplibs_check_method=pass_all
2201     ;;
2202   motorola)
2203     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
2204     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2205     ;;
2206   esac
2207   ;;
2208 esac
2209
2210 fi
2211
2212 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
2213 file_magic_cmd=$lt_cv_file_magic_cmd
2214 deplibs_check_method=$lt_cv_deplibs_check_method
2215
2216 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
2217 echo "configure:2218: checking for object suffix" >&5
2218 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
2219   echo $ac_n "(cached) $ac_c" 1>&6
2220 else
2221   rm -f conftest*
2222 echo 'int i = 1;' > conftest.$ac_ext
2223 if { (eval echo configure:2224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2224   for ac_file in conftest.*; do
2225     case $ac_file in
2226     *.c) ;;
2227     *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
2228     esac
2229   done
2230 else
2231   { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
2232 fi
2233 rm -f conftest*
2234 fi
2235
2236 echo "$ac_t""$ac_cv_objext" 1>&6
2237 OBJEXT=$ac_cv_objext
2238 ac_objext=$ac_cv_objext
2239
2240 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
2241
2242 # Only perform the check for file, if the check method requires it
2243 case $deplibs_check_method in
2244 file_magic*)
2245   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2246     echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
2247 echo "configure:2248: checking for ${ac_tool_prefix}file" >&5
2248 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2249   echo $ac_n "(cached) $ac_c" 1>&6
2250 else
2251   case $MAGIC_CMD in
2252   /*)
2253   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2254   ;;
2255   ?:/*)
2256   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2257   ;;
2258   *)
2259   ac_save_MAGIC_CMD="$MAGIC_CMD"
2260   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2261   ac_dummy="/usr/bin:$PATH"
2262   for ac_dir in $ac_dummy; do
2263     test -z "$ac_dir" && ac_dir=.
2264     if test -f $ac_dir/${ac_tool_prefix}file; then
2265       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
2266       if test -n "$file_magic_test_file"; then
2267         case $deplibs_check_method in
2268         "file_magic "*)
2269           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2270           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2271           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2272             egrep "$file_magic_regex" > /dev/null; then
2273             :
2274           else
2275             cat <<EOF 1>&2
2276
2277 *** Warning: the command libtool uses to detect shared libraries,
2278 *** $file_magic_cmd, produces output that libtool cannot recognize.
2279 *** The result is that libtool may fail to recognize shared libraries
2280 *** as such.  This will affect the creation of libtool libraries that
2281 *** depend on shared libraries, but programs linked with such libtool
2282 *** libraries will work regardless of this problem.  Nevertheless, you
2283 *** may want to report the problem to your system manager and/or to
2284 *** bug-libtool@gnu.org
2285
2286 EOF
2287           fi ;;
2288         esac
2289       fi
2290       break
2291     fi
2292   done
2293   IFS="$ac_save_ifs"
2294   MAGIC_CMD="$ac_save_MAGIC_CMD"
2295   ;;
2296 esac
2297 fi
2298
2299 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2300 if test -n "$MAGIC_CMD"; then
2301   echo "$ac_t""$MAGIC_CMD" 1>&6
2302 else
2303   echo "$ac_t""no" 1>&6
2304 fi
2305
2306 if test -z "$lt_cv_path_MAGIC_CMD"; then
2307   if test -n "$ac_tool_prefix"; then
2308     echo $ac_n "checking for file""... $ac_c" 1>&6
2309 echo "configure:2310: checking for file" >&5
2310 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2311   echo $ac_n "(cached) $ac_c" 1>&6
2312 else
2313   case $MAGIC_CMD in
2314   /*)
2315   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2316   ;;
2317   ?:/*)
2318   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2319   ;;
2320   *)
2321   ac_save_MAGIC_CMD="$MAGIC_CMD"
2322   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2323   ac_dummy="/usr/bin:$PATH"
2324   for ac_dir in $ac_dummy; do
2325     test -z "$ac_dir" && ac_dir=.
2326     if test -f $ac_dir/file; then
2327       lt_cv_path_MAGIC_CMD="$ac_dir/file"
2328       if test -n "$file_magic_test_file"; then
2329         case $deplibs_check_method in
2330         "file_magic "*)
2331           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2332           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2333           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2334             egrep "$file_magic_regex" > /dev/null; then
2335             :
2336           else
2337             cat <<EOF 1>&2
2338
2339 *** Warning: the command libtool uses to detect shared libraries,
2340 *** $file_magic_cmd, produces output that libtool cannot recognize.
2341 *** The result is that libtool may fail to recognize shared libraries
2342 *** as such.  This will affect the creation of libtool libraries that
2343 *** depend on shared libraries, but programs linked with such libtool
2344 *** libraries will work regardless of this problem.  Nevertheless, you
2345 *** may want to report the problem to your system manager and/or to
2346 *** bug-libtool@gnu.org
2347
2348 EOF
2349           fi ;;
2350         esac
2351       fi
2352       break
2353     fi
2354   done
2355   IFS="$ac_save_ifs"
2356   MAGIC_CMD="$ac_save_MAGIC_CMD"
2357   ;;
2358 esac
2359 fi
2360
2361 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2362 if test -n "$MAGIC_CMD"; then
2363   echo "$ac_t""$MAGIC_CMD" 1>&6
2364 else
2365   echo "$ac_t""no" 1>&6
2366 fi
2367
2368   else
2369     MAGIC_CMD=:
2370   fi
2371 fi
2372
2373   fi
2374   ;;
2375 esac
2376
2377 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2378 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2379 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2380 echo "configure:2381: checking for $ac_word" >&5
2381 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2382   echo $ac_n "(cached) $ac_c" 1>&6
2383 else
2384   if test -n "$RANLIB"; then
2385   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2386 else
2387   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2388   ac_dummy="$PATH"
2389   for ac_dir in $ac_dummy; do
2390     test -z "$ac_dir" && ac_dir=.
2391     if test -f $ac_dir/$ac_word; then
2392       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2393       break
2394     fi
2395   done
2396   IFS="$ac_save_ifs"
2397 fi
2398 fi
2399 RANLIB="$ac_cv_prog_RANLIB"
2400 if test -n "$RANLIB"; then
2401   echo "$ac_t""$RANLIB" 1>&6
2402 else
2403   echo "$ac_t""no" 1>&6
2404 fi
2405
2406
2407 if test -z "$ac_cv_prog_RANLIB"; then
2408 if test -n "$ac_tool_prefix"; then
2409   # Extract the first word of "ranlib", so it can be a program name with args.
2410 set dummy ranlib; ac_word=$2
2411 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2412 echo "configure:2413: checking for $ac_word" >&5
2413 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2414   echo $ac_n "(cached) $ac_c" 1>&6
2415 else
2416   if test -n "$RANLIB"; then
2417   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2418 else
2419   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2420   ac_dummy="$PATH"
2421   for ac_dir in $ac_dummy; do
2422     test -z "$ac_dir" && ac_dir=.
2423     if test -f $ac_dir/$ac_word; then
2424       ac_cv_prog_RANLIB="ranlib"
2425       break
2426     fi
2427   done
2428   IFS="$ac_save_ifs"
2429   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2430 fi
2431 fi
2432 RANLIB="$ac_cv_prog_RANLIB"
2433 if test -n "$RANLIB"; then
2434   echo "$ac_t""$RANLIB" 1>&6
2435 else
2436   echo "$ac_t""no" 1>&6
2437 fi
2438
2439 else
2440   RANLIB=":"
2441 fi
2442 fi
2443
2444 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2445 set dummy ${ac_tool_prefix}strip; ac_word=$2
2446 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2447 echo "configure:2448: checking for $ac_word" >&5
2448 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2449   echo $ac_n "(cached) $ac_c" 1>&6
2450 else
2451   if test -n "$STRIP"; then
2452   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2453 else
2454   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2455   ac_dummy="$PATH"
2456   for ac_dir in $ac_dummy; do
2457     test -z "$ac_dir" && ac_dir=.
2458     if test -f $ac_dir/$ac_word; then
2459       ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2460       break
2461     fi
2462   done
2463   IFS="$ac_save_ifs"
2464 fi
2465 fi
2466 STRIP="$ac_cv_prog_STRIP"
2467 if test -n "$STRIP"; then
2468   echo "$ac_t""$STRIP" 1>&6
2469 else
2470   echo "$ac_t""no" 1>&6
2471 fi
2472
2473
2474 if test -z "$ac_cv_prog_STRIP"; then
2475 if test -n "$ac_tool_prefix"; then
2476   # Extract the first word of "strip", so it can be a program name with args.
2477 set dummy strip; ac_word=$2
2478 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2479 echo "configure:2480: checking for $ac_word" >&5
2480 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2481   echo $ac_n "(cached) $ac_c" 1>&6
2482 else
2483   if test -n "$STRIP"; then
2484   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2485 else
2486   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2487   ac_dummy="$PATH"
2488   for ac_dir in $ac_dummy; do
2489     test -z "$ac_dir" && ac_dir=.
2490     if test -f $ac_dir/$ac_word; then
2491       ac_cv_prog_STRIP="strip"
2492       break
2493     fi
2494   done
2495   IFS="$ac_save_ifs"
2496   test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2497 fi
2498 fi
2499 STRIP="$ac_cv_prog_STRIP"
2500 if test -n "$STRIP"; then
2501   echo "$ac_t""$STRIP" 1>&6
2502 else
2503   echo "$ac_t""no" 1>&6
2504 fi
2505
2506 else
2507   STRIP=":"
2508 fi
2509 fi
2510
2511
2512 # Check for any special flags to pass to ltconfig.
2513 libtool_flags="--cache-file=$cache_file"
2514 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2515 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2516 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2517 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2518 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2519
2520 libtool_flags="$libtool_flags --enable-win32-dll"
2521 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2522 if test "${enable_libtool_lock+set}" = set; then
2523   enableval="$enable_libtool_lock"
2524   :
2525 fi
2526
2527 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2528 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2529
2530 # Check whether --with-pic or --without-pic was given.
2531 if test "${with_pic+set}" = set; then
2532   withval="$with_pic"
2533   pic_mode="$withval"
2534 else
2535   pic_mode=default
2536 fi
2537
2538 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2539 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2540
2541 # Some flags need to be propagated to the compiler or linker for good
2542 # libtool support.
2543 case $host in
2544 *-*-irix6*)
2545   # Find out which ABI we are using.
2546   echo '#line 2547 "configure"' > conftest.$ac_ext
2547   if { (eval echo configure:2548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2548     case `/usr/bin/file conftest.$ac_objext` in
2549     *32-bit*)
2550       LD="${LD-ld} -32"
2551       ;;
2552     *N32*)
2553       LD="${LD-ld} -n32"
2554       ;;
2555     *64-bit*)
2556       LD="${LD-ld} -64"
2557       ;;
2558     esac
2559   fi
2560   rm -rf conftest*
2561   ;;
2562
2563 ia64-*-hpux*)
2564   # Find out which ABI we are using.
2565   echo 'int i;' > conftest.$ac_ext
2566   if { (eval echo configure:2567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2567     case "`/usr/bin/file conftest.o`" in
2568     *ELF-32*)
2569       HPUX_IA64_MODE="32"
2570       ;;
2571     *ELF-64*)
2572       HPUX_IA64_MODE="64"
2573       ;;
2574     esac
2575   fi
2576   rm -rf conftest*
2577   ;;
2578
2579 *-*-sco3.2v5*)
2580   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2581   SAVE_CFLAGS="$CFLAGS"
2582   CFLAGS="$CFLAGS -belf"
2583   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2584 echo "configure:2585: checking whether the C compiler needs -belf" >&5
2585 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2586   echo $ac_n "(cached) $ac_c" 1>&6
2587 else
2588   
2589      ac_ext=c
2590 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2591 ac_cpp='$CPP $CPPFLAGS'
2592 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2593 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2594 cross_compiling=$ac_cv_prog_cc_cross
2595
2596      cat > conftest.$ac_ext <<EOF
2597 #line 2598 "configure"
2598 #include "confdefs.h"
2599
2600 int main() {
2601
2602 ; return 0; }
2603 EOF
2604 if { (eval echo configure:2605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2605   rm -rf conftest*
2606   lt_cv_cc_needs_belf=yes
2607 else
2608   echo "configure: failed program was:" >&5
2609   cat conftest.$ac_ext >&5
2610   rm -rf conftest*
2611   lt_cv_cc_needs_belf=no
2612 fi
2613 rm -f conftest*
2614      ac_ext=c
2615 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2616 ac_cpp='$CPP $CPPFLAGS'
2617 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2618 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2619 cross_compiling=$ac_cv_prog_cc_cross
2620
2621 fi
2622
2623 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2624   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2625     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2626     CFLAGS="$SAVE_CFLAGS"
2627   fi
2628   ;;
2629
2630 *-*-cygwin* | *-*-mingw* | *-*-pw32*)
2631   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
2632 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
2633 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2634 echo "configure:2635: checking for $ac_word" >&5
2635 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
2636   echo $ac_n "(cached) $ac_c" 1>&6
2637 else
2638   if test -n "$DLLTOOL"; then
2639   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
2640 else
2641   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2642   ac_dummy="$PATH"
2643   for ac_dir in $ac_dummy; do
2644     test -z "$ac_dir" && ac_dir=.
2645     if test -f $ac_dir/$ac_word; then
2646       ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
2647       break
2648     fi
2649   done
2650   IFS="$ac_save_ifs"
2651 fi
2652 fi
2653 DLLTOOL="$ac_cv_prog_DLLTOOL"
2654 if test -n "$DLLTOOL"; then
2655   echo "$ac_t""$DLLTOOL" 1>&6
2656 else
2657   echo "$ac_t""no" 1>&6
2658 fi
2659
2660
2661 if test -z "$ac_cv_prog_DLLTOOL"; then
2662 if test -n "$ac_tool_prefix"; then
2663   # Extract the first word of "dlltool", so it can be a program name with args.
2664 set dummy dlltool; ac_word=$2
2665 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2666 echo "configure:2667: checking for $ac_word" >&5
2667 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
2668   echo $ac_n "(cached) $ac_c" 1>&6
2669 else
2670   if test -n "$DLLTOOL"; then
2671   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
2672 else
2673   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2674   ac_dummy="$PATH"
2675   for ac_dir in $ac_dummy; do
2676     test -z "$ac_dir" && ac_dir=.
2677     if test -f $ac_dir/$ac_word; then
2678       ac_cv_prog_DLLTOOL="dlltool"
2679       break
2680     fi
2681   done
2682   IFS="$ac_save_ifs"
2683   test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false"
2684 fi
2685 fi
2686 DLLTOOL="$ac_cv_prog_DLLTOOL"
2687 if test -n "$DLLTOOL"; then
2688   echo "$ac_t""$DLLTOOL" 1>&6
2689 else
2690   echo "$ac_t""no" 1>&6
2691 fi
2692
2693 else
2694   DLLTOOL="false"
2695 fi
2696 fi
2697
2698   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2699 set dummy ${ac_tool_prefix}as; ac_word=$2
2700 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2701 echo "configure:2702: checking for $ac_word" >&5
2702 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
2703   echo $ac_n "(cached) $ac_c" 1>&6
2704 else
2705   if test -n "$AS"; then
2706   ac_cv_prog_AS="$AS" # Let the user override the test.
2707 else
2708   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2709   ac_dummy="$PATH"
2710   for ac_dir in $ac_dummy; do
2711     test -z "$ac_dir" && ac_dir=.
2712     if test -f $ac_dir/$ac_word; then
2713       ac_cv_prog_AS="${ac_tool_prefix}as"
2714       break
2715     fi
2716   done
2717   IFS="$ac_save_ifs"
2718 fi
2719 fi
2720 AS="$ac_cv_prog_AS"
2721 if test -n "$AS"; then
2722   echo "$ac_t""$AS" 1>&6
2723 else
2724   echo "$ac_t""no" 1>&6
2725 fi
2726
2727
2728 if test -z "$ac_cv_prog_AS"; then
2729 if test -n "$ac_tool_prefix"; then
2730   # Extract the first word of "as", so it can be a program name with args.
2731 set dummy as; ac_word=$2
2732 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2733 echo "configure:2734: checking for $ac_word" >&5
2734 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
2735   echo $ac_n "(cached) $ac_c" 1>&6
2736 else
2737   if test -n "$AS"; then
2738   ac_cv_prog_AS="$AS" # Let the user override the test.
2739 else
2740   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2741   ac_dummy="$PATH"
2742   for ac_dir in $ac_dummy; do
2743     test -z "$ac_dir" && ac_dir=.
2744     if test -f $ac_dir/$ac_word; then
2745       ac_cv_prog_AS="as"
2746       break
2747     fi
2748   done
2749   IFS="$ac_save_ifs"
2750   test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false"
2751 fi
2752 fi
2753 AS="$ac_cv_prog_AS"
2754 if test -n "$AS"; then
2755   echo "$ac_t""$AS" 1>&6
2756 else
2757   echo "$ac_t""no" 1>&6
2758 fi
2759
2760 else
2761   AS="false"
2762 fi
2763 fi
2764
2765   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
2766 set dummy ${ac_tool_prefix}objdump; ac_word=$2
2767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2768 echo "configure:2769: checking for $ac_word" >&5
2769 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
2770   echo $ac_n "(cached) $ac_c" 1>&6
2771 else
2772   if test -n "$OBJDUMP"; then
2773   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
2774 else
2775   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2776   ac_dummy="$PATH"
2777   for ac_dir in $ac_dummy; do
2778     test -z "$ac_dir" && ac_dir=.
2779     if test -f $ac_dir/$ac_word; then
2780       ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
2781       break
2782     fi
2783   done
2784   IFS="$ac_save_ifs"
2785 fi
2786 fi
2787 OBJDUMP="$ac_cv_prog_OBJDUMP"
2788 if test -n "$OBJDUMP"; then
2789   echo "$ac_t""$OBJDUMP" 1>&6
2790 else
2791   echo "$ac_t""no" 1>&6
2792 fi
2793
2794
2795 if test -z "$ac_cv_prog_OBJDUMP"; then
2796 if test -n "$ac_tool_prefix"; then
2797   # Extract the first word of "objdump", so it can be a program name with args.
2798 set dummy objdump; ac_word=$2
2799 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2800 echo "configure:2801: checking for $ac_word" >&5
2801 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
2802   echo $ac_n "(cached) $ac_c" 1>&6
2803 else
2804   if test -n "$OBJDUMP"; then
2805   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
2806 else
2807   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2808   ac_dummy="$PATH"
2809   for ac_dir in $ac_dummy; do
2810     test -z "$ac_dir" && ac_dir=.
2811     if test -f $ac_dir/$ac_word; then
2812       ac_cv_prog_OBJDUMP="objdump"
2813       break
2814     fi
2815   done
2816   IFS="$ac_save_ifs"
2817   test -z "$ac_cv_prog_OBJDUMP" && ac_cv_prog_OBJDUMP="false"
2818 fi
2819 fi
2820 OBJDUMP="$ac_cv_prog_OBJDUMP"
2821 if test -n "$OBJDUMP"; then
2822   echo "$ac_t""$OBJDUMP" 1>&6
2823 else
2824   echo "$ac_t""no" 1>&6
2825 fi
2826
2827 else
2828   OBJDUMP="false"
2829 fi
2830 fi
2831
2832
2833   # recent cygwin and mingw systems supply a stub DllMain which the user
2834   # can override, but on older systems we have to supply one
2835   echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6
2836 echo "configure:2837: checking if libtool should supply DllMain function" >&5
2837 if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
2838   echo $ac_n "(cached) $ac_c" 1>&6
2839 else
2840   cat > conftest.$ac_ext <<EOF
2841 #line 2842 "configure"
2842 #include "confdefs.h"
2843
2844 int main() {
2845 extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
2846       DllMain (0, 0, 0);
2847 ; return 0; }
2848 EOF
2849 if { (eval echo configure:2850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2850   rm -rf conftest*
2851   lt_cv_need_dllmain=no
2852 else
2853   echo "configure: failed program was:" >&5
2854   cat conftest.$ac_ext >&5
2855   rm -rf conftest*
2856   lt_cv_need_dllmain=yes
2857 fi
2858 rm -f conftest*
2859 fi
2860
2861 echo "$ac_t""$lt_cv_need_dllmain" 1>&6
2862
2863   case $host/$CC in
2864   *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
2865     # old mingw systems require "-dll" to link a DLL, while more recent ones
2866     # require "-mdll"
2867     SAVE_CFLAGS="$CFLAGS"
2868     CFLAGS="$CFLAGS -mdll"
2869     echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6
2870 echo "configure:2871: checking how to link DLLs" >&5
2871 if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
2872   echo $ac_n "(cached) $ac_c" 1>&6
2873 else
2874   cat > conftest.$ac_ext <<EOF
2875 #line 2876 "configure"
2876 #include "confdefs.h"
2877
2878 int main() {
2879
2880 ; return 0; }
2881 EOF
2882 if { (eval echo configure:2883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2883   rm -rf conftest*
2884   lt_cv_cc_dll_switch=-mdll
2885 else
2886   echo "configure: failed program was:" >&5
2887   cat conftest.$ac_ext >&5
2888   rm -rf conftest*
2889   lt_cv_cc_dll_switch=-dll
2890 fi
2891 rm -f conftest*
2892 fi
2893
2894 echo "$ac_t""$lt_cv_cc_dll_switch" 1>&6
2895     CFLAGS="$SAVE_CFLAGS" ;;
2896   *-*-cygwin* | *-*-pw32*)
2897     # cygwin systems need to pass --dll to the linker, and not link
2898     # crt.o which will require a WinMain@16 definition.
2899     lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
2900   esac
2901   ;;
2902   
2903 esac
2904
2905
2906 # Save cache, so that ltconfig can load it
2907 cat > confcache <<\EOF
2908 # This file is a shell script that caches the results of configure
2909 # tests run on this system so they can be shared between configure
2910 # scripts and configure runs.  It is not useful on other systems.
2911 # If it contains results you don't want to keep, you may remove or edit it.
2912 #
2913 # By default, configure uses ./config.cache as the cache file,
2914 # creating it if it does not exist already.  You can give configure
2915 # the --cache-file=FILE option to use a different cache file; that is
2916 # what configure does when it calls configure scripts in
2917 # subdirectories, so they share the cache.
2918 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2919 # config.status only pays attention to the cache file if you give it the
2920 # --recheck option to rerun configure.
2921 #
2922 EOF
2923 # The following way of writing the cache mishandles newlines in values,
2924 # but we know of no workaround that is simple, portable, and efficient.
2925 # So, don't put newlines in cache variables' values.
2926 # Ultrix sh set writes to stderr and can't be redirected directly,
2927 # and sets the high bit in the cache file unless we assign to the vars.
2928 (set) 2>&1 |
2929   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2930   *ac_space=\ *)
2931     # `set' does not quote correctly, so add quotes (double-quote substitution
2932     # turns \\\\ into \\, and sed turns \\ into \).
2933     sed -n \
2934       -e "s/'/'\\\\''/g" \
2935       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2936     ;;
2937   *)
2938     # `set' quotes correctly as required by POSIX, so do not add quotes.
2939     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2940     ;;
2941   esac >> confcache
2942 if cmp -s $cache_file confcache; then
2943   :
2944 else
2945   if test -w $cache_file; then
2946     echo "updating cache $cache_file"
2947     cat confcache > $cache_file
2948   else
2949     echo "not updating unwritable cache $cache_file"
2950   fi
2951 fi
2952 rm -f confcache
2953
2954
2955 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
2956 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2957 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2958 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2959 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2960 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2961 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2962 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2963 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2964 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2965
2966 # Reload cache, that may have been modified by ltconfig
2967 if test -r "$cache_file"; then
2968   echo "loading cache $cache_file"
2969   . $cache_file
2970 else
2971   echo "creating cache $cache_file"
2972   > $cache_file
2973 fi
2974
2975
2976 # This can be used to rebuild libtool when needed
2977 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2978
2979 # Always use our own libtool.
2980 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2981
2982 # Redirect the config.log output again, so that the ltconfig log is not
2983 # clobbered by the next message.
2984 exec 5>>./config.log
2985
2986   
2987
2988   
2989          
2990          
2991 fi
2992
2993 if test -n "${sys_dir}"; then
2994   subdirs="${sys_dir}"
2995
2996 fi
2997
2998 CRT0=
2999 if test "x${have_crt0}" = "xyes"; then
3000   CRT0=crt0.o
3001 fi
3002
3003
3004
3005
3006 if test x${sys_dir} != x; then
3007   HAVE_SYS_DIR_TRUE=
3008   HAVE_SYS_DIR_FALSE='#'
3009 else
3010   HAVE_SYS_DIR_TRUE='#'
3011   HAVE_SYS_DIR_FALSE=
3012 fi
3013
3014 trap '' 1 2 15
3015 cat > confcache <<\EOF
3016 # This file is a shell script that caches the results of configure
3017 # tests run on this system so they can be shared between configure
3018 # scripts and configure runs.  It is not useful on other systems.
3019 # If it contains results you don't want to keep, you may remove or edit it.
3020 #
3021 # By default, configure uses ./config.cache as the cache file,
3022 # creating it if it does not exist already.  You can give configure
3023 # the --cache-file=FILE option to use a different cache file; that is
3024 # what configure does when it calls configure scripts in
3025 # subdirectories, so they share the cache.
3026 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3027 # config.status only pays attention to the cache file if you give it the
3028 # --recheck option to rerun configure.
3029 #
3030 EOF
3031 # The following way of writing the cache mishandles newlines in values,
3032 # but we know of no workaround that is simple, portable, and efficient.
3033 # So, don't put newlines in cache variables' values.
3034 # Ultrix sh set writes to stderr and can't be redirected directly,
3035 # and sets the high bit in the cache file unless we assign to the vars.
3036 (set) 2>&1 |
3037   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3038   *ac_space=\ *)
3039     # `set' does not quote correctly, so add quotes (double-quote substitution
3040     # turns \\\\ into \\, and sed turns \\ into \).
3041     sed -n \
3042       -e "s/'/'\\\\''/g" \
3043       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3044     ;;
3045   *)
3046     # `set' quotes correctly as required by POSIX, so do not add quotes.
3047     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3048     ;;
3049   esac >> confcache
3050 if cmp -s $cache_file confcache; then
3051   :
3052 else
3053   if test -w $cache_file; then
3054     echo "updating cache $cache_file"
3055     cat confcache > $cache_file
3056   else
3057     echo "not updating unwritable cache $cache_file"
3058   fi
3059 fi
3060 rm -f confcache
3061
3062 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3063
3064 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3065 # Let make expand exec_prefix.
3066 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3067
3068 # Any assignment to VPATH causes Sun make to only execute
3069 # the first set of double-colon rules, so remove it if not needed.
3070 # If there is a colon in the path, we need to keep it.
3071 if test "x$srcdir" = x.; then
3072   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3073 fi
3074
3075 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3076
3077 # Transform confdefs.h into DEFS.
3078 # Protect against shell expansion while executing Makefile rules.
3079 # Protect against Makefile macro expansion.
3080 cat > conftest.defs <<\EOF
3081 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
3082 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
3083 s%\[%\\&%g
3084 s%\]%\\&%g
3085 s%\$%$$%g
3086 EOF
3087 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
3088 rm -f conftest.defs
3089
3090
3091 # Without the "./", some shells look in PATH for config.status.
3092 : ${CONFIG_STATUS=./config.status}
3093
3094 echo creating $CONFIG_STATUS
3095 rm -f $CONFIG_STATUS
3096 cat > $CONFIG_STATUS <<EOF
3097 #! /bin/sh
3098 # Generated automatically by configure.
3099 # Run this file to recreate the current configuration.
3100 # This directory was configured as follows,
3101 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3102 #
3103 # $0 $ac_configure_args
3104 #
3105 # Compiler output produced by configure, useful for debugging
3106 # configure, is in ./config.log if it exists.
3107
3108 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3109 for ac_option
3110 do
3111   case "\$ac_option" in
3112   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3113     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3114     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3115   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3116     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3117     exit 0 ;;
3118   -help | --help | --hel | --he | --h)
3119     echo "\$ac_cs_usage"; exit 0 ;;
3120   *) echo "\$ac_cs_usage"; exit 1 ;;
3121   esac
3122 done
3123
3124 ac_given_srcdir=$srcdir
3125 ac_given_INSTALL="$INSTALL"
3126
3127 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3128 EOF
3129 cat >> $CONFIG_STATUS <<EOF
3130
3131 # Protect against being on the right side of a sed subst in config.status.
3132 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3133  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3134 $ac_vpsub
3135 $extrasub
3136 s%@SHELL@%$SHELL%g
3137 s%@CFLAGS@%$CFLAGS%g
3138 s%@CPPFLAGS@%$CPPFLAGS%g
3139 s%@CXXFLAGS@%$CXXFLAGS%g
3140 s%@FFLAGS@%$FFLAGS%g
3141 s%@DEFS@%$DEFS%g
3142 s%@LDFLAGS@%$LDFLAGS%g
3143 s%@LIBS@%$LIBS%g
3144 s%@exec_prefix@%$exec_prefix%g
3145 s%@prefix@%$prefix%g
3146 s%@program_transform_name@%$program_transform_name%g
3147 s%@bindir@%$bindir%g
3148 s%@sbindir@%$sbindir%g
3149 s%@libexecdir@%$libexecdir%g
3150 s%@datadir@%$datadir%g
3151 s%@sysconfdir@%$sysconfdir%g
3152 s%@sharedstatedir@%$sharedstatedir%g
3153 s%@localstatedir@%$localstatedir%g
3154 s%@libdir@%$libdir%g
3155 s%@includedir@%$includedir%g
3156 s%@oldincludedir@%$oldincludedir%g
3157 s%@infodir@%$infodir%g
3158 s%@mandir@%$mandir%g
3159 s%@MAY_SUPPLY_SYSCALLS_TRUE@%$MAY_SUPPLY_SYSCALLS_TRUE%g
3160 s%@MAY_SUPPLY_SYSCALLS_FALSE@%$MAY_SUPPLY_SYSCALLS_FALSE%g
3161 s%@newlib_basedir@%$newlib_basedir%g
3162 s%@host@%$host%g
3163 s%@host_alias@%$host_alias%g
3164 s%@host_cpu@%$host_cpu%g
3165 s%@host_vendor@%$host_vendor%g
3166 s%@host_os@%$host_os%g
3167 s%@target@%$target%g
3168 s%@target_alias@%$target_alias%g
3169 s%@target_cpu@%$target_cpu%g
3170 s%@target_vendor@%$target_vendor%g
3171 s%@target_os@%$target_os%g
3172 s%@build@%$build%g
3173 s%@build_alias@%$build_alias%g
3174 s%@build_cpu@%$build_cpu%g
3175 s%@build_vendor@%$build_vendor%g
3176 s%@build_os@%$build_os%g
3177 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3178 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3179 s%@INSTALL_DATA@%$INSTALL_DATA%g
3180 s%@PACKAGE@%$PACKAGE%g
3181 s%@VERSION@%$VERSION%g
3182 s%@ACLOCAL@%$ACLOCAL%g
3183 s%@AUTOCONF@%$AUTOCONF%g
3184 s%@AUTOMAKE@%$AUTOMAKE%g
3185 s%@AUTOHEADER@%$AUTOHEADER%g
3186 s%@MAKEINFO@%$MAKEINFO%g
3187 s%@SET_MAKE@%$SET_MAKE%g
3188 s%@CC@%$CC%g
3189 s%@AS@%$AS%g
3190 s%@AR@%$AR%g
3191 s%@RANLIB@%$RANLIB%g
3192 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
3193 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
3194 s%@MAINT@%$MAINT%g
3195 s%@EXEEXT@%$EXEEXT%g
3196 s%@NEWLIB_CFLAGS@%$NEWLIB_CFLAGS%g
3197 s%@ELIX_LEVEL_0_TRUE@%$ELIX_LEVEL_0_TRUE%g
3198 s%@ELIX_LEVEL_0_FALSE@%$ELIX_LEVEL_0_FALSE%g
3199 s%@ELIX_LEVEL_1_TRUE@%$ELIX_LEVEL_1_TRUE%g
3200 s%@ELIX_LEVEL_1_FALSE@%$ELIX_LEVEL_1_FALSE%g
3201 s%@ELIX_LEVEL_2_TRUE@%$ELIX_LEVEL_2_TRUE%g
3202 s%@ELIX_LEVEL_2_FALSE@%$ELIX_LEVEL_2_FALSE%g
3203 s%@ELIX_LEVEL_3_TRUE@%$ELIX_LEVEL_3_TRUE%g
3204 s%@ELIX_LEVEL_3_FALSE@%$ELIX_LEVEL_3_FALSE%g
3205 s%@ELIX_LEVEL_4_TRUE@%$ELIX_LEVEL_4_TRUE%g
3206 s%@ELIX_LEVEL_4_FALSE@%$ELIX_LEVEL_4_FALSE%g
3207 s%@USE_LIBTOOL_TRUE@%$USE_LIBTOOL_TRUE%g
3208 s%@USE_LIBTOOL_FALSE@%$USE_LIBTOOL_FALSE%g
3209 s%@OBJEXT@%$OBJEXT%g
3210 s%@oext@%$oext%g
3211 s%@aext@%$aext%g
3212 s%@libm_machine_dir@%$libm_machine_dir%g
3213 s%@machine_dir@%$machine_dir%g
3214 s%@sys_dir@%$sys_dir%g
3215 s%@LN_S@%$LN_S%g
3216 s%@STRIP@%$STRIP%g
3217 s%@DLLTOOL@%$DLLTOOL%g
3218 s%@OBJDUMP@%$OBJDUMP%g
3219 s%@LIBTOOL@%$LIBTOOL%g
3220 s%@subdirs@%$subdirs%g
3221 s%@CRT0@%$CRT0%g
3222 s%@HAVE_SYS_DIR_TRUE@%$HAVE_SYS_DIR_TRUE%g
3223 s%@HAVE_SYS_DIR_FALSE@%$HAVE_SYS_DIR_FALSE%g
3224
3225 CEOF
3226 EOF
3227
3228 cat >> $CONFIG_STATUS <<\EOF
3229
3230 # Split the substitutions into bite-sized pieces for seds with
3231 # small command number limits, like on Digital OSF/1 and HP-UX.
3232 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3233 ac_file=1 # Number of current file.
3234 ac_beg=1 # First line for current file.
3235 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3236 ac_more_lines=:
3237 ac_sed_cmds=""
3238 while $ac_more_lines; do
3239   if test $ac_beg -gt 1; then
3240     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3241   else
3242     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3243   fi
3244   if test ! -s conftest.s$ac_file; then
3245     ac_more_lines=false
3246     rm -f conftest.s$ac_file
3247   else
3248     if test -z "$ac_sed_cmds"; then
3249       ac_sed_cmds="sed -f conftest.s$ac_file"
3250     else
3251       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3252     fi
3253     ac_file=`expr $ac_file + 1`
3254     ac_beg=$ac_end
3255     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3256   fi
3257 done
3258 if test -z "$ac_sed_cmds"; then
3259   ac_sed_cmds=cat
3260 fi
3261 EOF
3262
3263 cat >> $CONFIG_STATUS <<EOF
3264
3265 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
3266 EOF
3267 cat >> $CONFIG_STATUS <<\EOF
3268 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3269   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3270   case "$ac_file" in
3271   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3272        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3273   *) ac_file_in="${ac_file}.in" ;;
3274   esac
3275
3276   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3277
3278   # Remove last slash and all that follows it.  Not all systems have dirname.
3279   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3280   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3281     # The file is in a subdirectory.
3282     test ! -d "$ac_dir" && mkdir "$ac_dir"
3283     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3284     # A "../" for each directory in $ac_dir_suffix.
3285     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3286   else
3287     ac_dir_suffix= ac_dots=
3288   fi
3289
3290   case "$ac_given_srcdir" in
3291   .)  srcdir=.
3292       if test -z "$ac_dots"; then top_srcdir=.
3293       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3294   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3295   *) # Relative path.
3296     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3297     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3298   esac
3299
3300   case "$ac_given_INSTALL" in
3301   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3302   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3303   esac
3304
3305   echo creating "$ac_file"
3306   rm -f "$ac_file"
3307   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3308   case "$ac_file" in
3309   *Makefile*) ac_comsub="1i\\
3310 # $configure_input" ;;
3311   *) ac_comsub= ;;
3312   esac
3313
3314   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3315   sed -e "$ac_comsub
3316 s%@configure_input@%$configure_input%g
3317 s%@srcdir@%$srcdir%g
3318 s%@top_srcdir@%$top_srcdir%g
3319 s%@INSTALL@%$INSTALL%g
3320 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3321 fi; done
3322 rm -f conftest.s*
3323
3324 EOF
3325 cat >> $CONFIG_STATUS <<EOF
3326
3327 EOF
3328 cat >> $CONFIG_STATUS <<\EOF
3329
3330 exit 0
3331 EOF
3332 chmod +x $CONFIG_STATUS
3333 rm -fr confdefs* $ac_clean_files
3334 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3335
3336 if test "$no_recursion" != yes; then
3337
3338   # Remove --cache-file and --srcdir arguments so they do not pile up.
3339   ac_sub_configure_args=
3340   ac_prev=
3341   for ac_arg in $ac_configure_args; do
3342     if test -n "$ac_prev"; then
3343       ac_prev=
3344       continue
3345     fi
3346     case "$ac_arg" in
3347     -cache-file | --cache-file | --cache-fil | --cache-fi \
3348     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3349       ac_prev=cache_file ;;
3350     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3351     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3352       ;;
3353     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3354       ac_prev=srcdir ;;
3355     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3356       ;;
3357     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3358     esac
3359   done
3360
3361   for ac_config_dir in ${sys_dir}; do
3362
3363     # Do not complain, so a configure script can configure whichever
3364     # parts of a large source tree are present.
3365     if test ! -d $srcdir/$ac_config_dir; then
3366       continue
3367     fi
3368
3369     echo configuring in $ac_config_dir
3370
3371     case "$srcdir" in
3372     .) ;;
3373     *)
3374       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3375       else
3376         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3377       fi
3378       ;;
3379     esac
3380
3381     ac_popdir=`pwd`
3382     cd $ac_config_dir
3383
3384       # A "../" for each directory in /$ac_config_dir.
3385       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3386
3387     case "$srcdir" in
3388     .) # No --srcdir option.  We are building in place.
3389       ac_sub_srcdir=$srcdir ;;
3390     /*) # Absolute path.
3391       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3392     *) # Relative path.
3393       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3394     esac
3395
3396     # Check for guested configure; otherwise get Cygnus style configure.
3397     if test -f $ac_sub_srcdir/configure; then
3398       ac_sub_configure=$ac_sub_srcdir/configure
3399     elif test -f $ac_sub_srcdir/configure.in; then
3400       ac_sub_configure=$ac_configure
3401     else
3402       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3403       ac_sub_configure=
3404     fi
3405
3406     # The recursion is here.
3407     if test -n "$ac_sub_configure"; then
3408
3409       # Make the cache file name correct relative to the subdirectory.
3410       case "$cache_file" in
3411       /*) ac_sub_cache_file=$cache_file ;;
3412       *) # Relative path.
3413         ac_sub_cache_file="$ac_dots$cache_file" ;;
3414       esac
3415   case "$ac_given_INSTALL" in
3416         [/$]*) INSTALL="$ac_given_INSTALL" ;;
3417         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3418         esac
3419
3420       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3421       # The eval makes quoting arguments work.
3422       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3423       then :
3424       else
3425         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3426       fi
3427     fi
3428
3429     cd $ac_popdir
3430   done
3431 fi
3432