OSDN Git Service

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