OSDN Git Service

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