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