OSDN Git Service

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