]> sourceware.org Git - glibc.git/blame - configure
Update.
[glibc.git] / configure
CommitLineData
cd6ede75
UD
1#! /bin/sh
2
3# From configure.in CVSid
4
5
6
7
650425ce
UD
8
9
10
11
63bda0c1
UD
12
13
cd6ede75 14# Guess values for system-dependent variables and create Makefiles.
b43b13ac 15# Generated automatically using autoconf version 2.14.1
cd6ede75
UD
16# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
17#
18# This configure script is free software; the Free Software Foundation
19# gives unlimited permission to copy, distribute and modify it.
20
21# Defaults:
22ac_help=
23ac_default_prefix=/usr/local
24# Any additions from configure.in:
25ac_help="$ac_help
26 --with-gmp=DIRECTORY find GMP source code in DIRECTORY (not needed)"
27ac_help="$ac_help
28 --with-gettext=DIR find GNU gettext source code in DIR (not needed)"
c8f3e6db
UD
29ac_help="$ac_help
30 --with-gd=DIR find libgd include dir and library with prefix DIR"
e41db95b
UD
31ac_help="$ac_help
32 --with-gd-include=DIR find libgd include files in DIR"
33ac_help="$ac_help
34 --with-gd-lib=DIR find libgd library files in DIR"
cd6ede75
UD
35ac_help="$ac_help
36 --with-fp if using floating-point hardware [default=yes]"
37ac_help="$ac_help
a5a0310d 38 --with-binutils=PATH specify location of binutils (as and ld)"
cd6ede75
UD
39ac_help="$ac_help
40 --with-elf if using the ELF object format"
d67281a7
UD
41ac_help="$ac_help
42 --without-cvs if CVS should not be used"
3c720987
UD
43ac_help="$ac_help
44 --with-headers=PATH location of system headers to use
45 [e.g. /usr/src/linux/include]
46 [default=compiler default]"
cd6ede75
UD
47ac_help="$ac_help
48 --enable-libio build in GNU libio instead of GNU stdio"
49ac_help="$ac_help
50 --disable-sanity-checks really do not use threads (should not be used
51 except in special situations) [default=yes]"
52ac_help="$ac_help
53 --enable-shared build shared library [default=yes if GNU ld & ELF]"
54ac_help="$ac_help
55 --enable-profile build profiled library [default=yes]"
56ac_help="$ac_help
57 --enable-omitfp build undebuggable optimized library [default=no]"
58ac_help="$ac_help
59 --enable-bounded build with runtime bounds checking [default=no]"
650425ce
UD
60ac_help="$ac_help
61 --disable-versioning do not include versioning information in the
62 library objects [default=yes if supported]"
cd6ede75 63ac_help="$ac_help
73237de3
UD
64 --enable-add-ons[=DIR1,DIR2]...
65 configure and build add-ons in DIR1,DIR2,...
66 search for add-ons if no parameter given"
cd6ede75
UD
67ac_help="$ac_help
68 --enable-static-nss build static NSS modules [default=no]"
73237de3 69ac_help="$ac_help
310b3460 70 --disable-force-install don't force installation of files from this package,
73237de3 71 even if they are older than the installed files"
958f238f 72ac_help="$ac_help
4a307a98 73 --enable-kernel=VERSION compile for compatibility with kernel not older
958f238f 74 than VERSION"
cd6ede75
UD
75
76# Initialize some variables set by options.
77# The variables have the same names as the options, with
78# dashes changed to underlines.
79build=NONE
80cache_file=./config.cache
81exec_prefix=NONE
82host=NONE
83no_create=
84nonopt=NONE
85no_recursion=
86prefix=NONE
87program_prefix=NONE
88program_suffix=NONE
89program_transform_name=s,x,x,
90silent=
91site=
92srcdir=
93target=NONE
94verbose=
95x_includes=NONE
96x_libraries=NONE
97bindir='${exec_prefix}/bin'
98sbindir='${exec_prefix}/sbin'
99libexecdir='${exec_prefix}/libexec'
100datadir='${prefix}/share'
101sysconfdir='${prefix}/etc'
102sharedstatedir='${prefix}/com'
103localstatedir='${prefix}/var'
104libdir='${exec_prefix}/lib'
105includedir='${prefix}/include'
106oldincludedir='/usr/include'
107infodir='${prefix}/info'
108mandir='${prefix}/man'
109
110# Initialize some other variables.
111subdirs=
112MFLAGS= MAKEFLAGS=
5c2a0669 113SHELL=${CONFIG_SHELL-/bin/sh}
cd6ede75
UD
114# Maximum number of lines to put in a shell here document.
115ac_max_here_lines=12
116
117ac_prev=
118for ac_option
119do
120
121 # If the previous option needs an argument, assign it.
122 if test -n "$ac_prev"; then
123 eval "$ac_prev=\$ac_option"
124 ac_prev=
125 continue
126 fi
127
128 case "$ac_option" in
129 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
130 *) ac_optarg= ;;
131 esac
132
133 # Accept the important Cygnus configure options, so we can diagnose typos.
134
135 case "$ac_option" in
136
137 -bindir | --bindir | --bindi | --bind | --bin | --bi)
138 ac_prev=bindir ;;
139 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
140 bindir="$ac_optarg" ;;
141
142 -build | --build | --buil | --bui | --bu)
143 ac_prev=build ;;
144 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
145 build="$ac_optarg" ;;
146
147 -cache-file | --cache-file | --cache-fil | --cache-fi \
148 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
149 ac_prev=cache_file ;;
150 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
151 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
152 cache_file="$ac_optarg" ;;
153
154 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
155 ac_prev=datadir ;;
156 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
157 | --da=*)
158 datadir="$ac_optarg" ;;
159
160 -disable-* | --disable-*)
161 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
162 # Reject names that are not valid shell variable names.
163 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
164 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
165 fi
166 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
167 eval "enable_${ac_feature}=no" ;;
168
169 -enable-* | --enable-*)
170 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
171 # Reject names that are not valid shell variable names.
172 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
173 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
174 fi
175 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
176 case "$ac_option" in
177 *=*) ;;
178 *) ac_optarg=yes ;;
179 esac
180 eval "enable_${ac_feature}='$ac_optarg'" ;;
181
182 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
183 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
184 | --exec | --exe | --ex)
185 ac_prev=exec_prefix ;;
186 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
187 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
188 | --exec=* | --exe=* | --ex=*)
189 exec_prefix="$ac_optarg" ;;
190
191 -gas | --gas | --ga | --g)
192 # Obsolete; use --with-gas.
193 with_gas=yes ;;
194
195 -help | --help | --hel | --he)
196 # Omit some internal or obsolete options to make the list less imposing.
197 # This message is too long to be a string in the A/UX 3.1 sh.
198 cat << EOF
199Usage: configure [options] [host]
200Options: [defaults in brackets after descriptions]
201Configuration:
202 --cache-file=FILE cache test results in FILE
203 --help print this message
204 --no-create do not create output files
205 --quiet, --silent do not print \`checking...' messages
206 --version print the version of autoconf that created configure
207Directory and file names:
208 --prefix=PREFIX install architecture-independent files in PREFIX
209 [$ac_default_prefix]
210 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
211 [same as prefix]
212 --bindir=DIR user executables in DIR [EPREFIX/bin]
213 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
214 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
215 --datadir=DIR read-only architecture-independent data in DIR
216 [PREFIX/share]
217 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
218 --sharedstatedir=DIR modifiable architecture-independent data in DIR
219 [PREFIX/com]
220 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
221 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
222 --includedir=DIR C header files in DIR [PREFIX/include]
223 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
224 --infodir=DIR info documentation in DIR [PREFIX/info]
225 --mandir=DIR man documentation in DIR [PREFIX/man]
226 --srcdir=DIR find the sources in DIR [configure dir or ..]
227 --program-prefix=PREFIX prepend PREFIX to installed program names
228 --program-suffix=SUFFIX append SUFFIX to installed program names
229 --program-transform-name=PROGRAM
230 run sed PROGRAM on installed program names
231EOF
232 cat << EOF
233Host type:
234 --build=BUILD configure for building on BUILD [BUILD=HOST]
235 --host=HOST configure for HOST [guessed]
236 --target=TARGET configure for TARGET [TARGET=HOST]
237Features and packages:
238 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
239 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
240 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
241 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
242 --x-includes=DIR X include files are in DIR
243 --x-libraries=DIR X library files are in DIR
244EOF
245 if test -n "$ac_help"; then
246 echo "--enable and --with options recognized:$ac_help"
247 fi
248 exit 0 ;;
249
250 -host | --host | --hos | --ho)
251 ac_prev=host ;;
252 -host=* | --host=* | --hos=* | --ho=*)
253 host="$ac_optarg" ;;
254
255 -includedir | --includedir | --includedi | --included | --include \
256 | --includ | --inclu | --incl | --inc)
257 ac_prev=includedir ;;
258 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
259 | --includ=* | --inclu=* | --incl=* | --inc=*)
260 includedir="$ac_optarg" ;;
261
262 -infodir | --infodir | --infodi | --infod | --info | --inf)
263 ac_prev=infodir ;;
264 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
265 infodir="$ac_optarg" ;;
266
267 -libdir | --libdir | --libdi | --libd)
268 ac_prev=libdir ;;
269 -libdir=* | --libdir=* | --libdi=* | --libd=*)
270 libdir="$ac_optarg" ;;
271
272 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
273 | --libexe | --libex | --libe)
274 ac_prev=libexecdir ;;
275 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
276 | --libexe=* | --libex=* | --libe=*)
277 libexecdir="$ac_optarg" ;;
278
279 -localstatedir | --localstatedir | --localstatedi | --localstated \
280 | --localstate | --localstat | --localsta | --localst \
281 | --locals | --local | --loca | --loc | --lo)
282 ac_prev=localstatedir ;;
283 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
284 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
285 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
286 localstatedir="$ac_optarg" ;;
287
288 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
289 ac_prev=mandir ;;
290 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
291 mandir="$ac_optarg" ;;
292
293 -nfp | --nfp | --nf)
294 # Obsolete; use --without-fp.
295 with_fp=no ;;
296
297 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
298 | --no-cr | --no-c)
299 no_create=yes ;;
300
301 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
302 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
303 no_recursion=yes ;;
304
305 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
306 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
307 | --oldin | --oldi | --old | --ol | --o)
308 ac_prev=oldincludedir ;;
309 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
310 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
311 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
312 oldincludedir="$ac_optarg" ;;
313
314 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
315 ac_prev=prefix ;;
316 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
317 prefix="$ac_optarg" ;;
318
319 -program-prefix | --program-prefix | --program-prefi | --program-pref \
320 | --program-pre | --program-pr | --program-p)
321 ac_prev=program_prefix ;;
322 -program-prefix=* | --program-prefix=* | --program-prefi=* \
323 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
324 program_prefix="$ac_optarg" ;;
325
326 -program-suffix | --program-suffix | --program-suffi | --program-suff \
327 | --program-suf | --program-su | --program-s)
328 ac_prev=program_suffix ;;
329 -program-suffix=* | --program-suffix=* | --program-suffi=* \
330 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
331 program_suffix="$ac_optarg" ;;
332
333 -program-transform-name | --program-transform-name \
334 | --program-transform-nam | --program-transform-na \
335 | --program-transform-n | --program-transform- \
336 | --program-transform | --program-transfor \
337 | --program-transfo | --program-transf \
338 | --program-trans | --program-tran \
339 | --progr-tra | --program-tr | --program-t)
340 ac_prev=program_transform_name ;;
341 -program-transform-name=* | --program-transform-name=* \
342 | --program-transform-nam=* | --program-transform-na=* \
343 | --program-transform-n=* | --program-transform-=* \
344 | --program-transform=* | --program-transfor=* \
345 | --program-transfo=* | --program-transf=* \
346 | --program-trans=* | --program-tran=* \
347 | --progr-tra=* | --program-tr=* | --program-t=*)
348 program_transform_name="$ac_optarg" ;;
349
350 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
351 | -silent | --silent | --silen | --sile | --sil)
352 silent=yes ;;
353
354 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
355 ac_prev=sbindir ;;
356 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
357 | --sbi=* | --sb=*)
358 sbindir="$ac_optarg" ;;
359
360 -sharedstatedir | --sharedstatedir | --sharedstatedi \
361 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
362 | --sharedst | --shareds | --shared | --share | --shar \
363 | --sha | --sh)
364 ac_prev=sharedstatedir ;;
365 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
366 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
367 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
368 | --sha=* | --sh=*)
369 sharedstatedir="$ac_optarg" ;;
370
371 -site | --site | --sit)
372 ac_prev=site ;;
373 -site=* | --site=* | --sit=*)
374 site="$ac_optarg" ;;
375
376 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
377 ac_prev=srcdir ;;
378 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
379 srcdir="$ac_optarg" ;;
380
381 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
382 | --syscon | --sysco | --sysc | --sys | --sy)
383 ac_prev=sysconfdir ;;
384 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
385 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
386 sysconfdir="$ac_optarg" ;;
387
388 -target | --target | --targe | --targ | --tar | --ta | --t)
389 ac_prev=target ;;
390 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
391 target="$ac_optarg" ;;
392
393 -v | -verbose | --verbose | --verbos | --verbo | --verb)
394 verbose=yes ;;
395
396 -version | --version | --versio | --versi | --vers)
b43b13ac 397 echo "configure generated by autoconf version 2.14.1"
cd6ede75
UD
398 exit 0 ;;
399
400 -with-* | --with-*)
401 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
402 # Reject names that are not valid shell variable names.
403 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
404 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
405 fi
406 ac_package=`echo $ac_package| sed 's/-/_/g'`
407 case "$ac_option" in
408 *=*) ;;
409 *) ac_optarg=yes ;;
410 esac
411 eval "with_${ac_package}='$ac_optarg'" ;;
412
413 -without-* | --without-*)
414 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
415 # Reject names that are not valid shell variable names.
416 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
417 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
418 fi
419 ac_package=`echo $ac_package| sed 's/-/_/g'`
420 eval "with_${ac_package}=no" ;;
421
422 --x)
423 # Obsolete; use --with-x.
424 with_x=yes ;;
425
426 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
427 | --x-incl | --x-inc | --x-in | --x-i)
428 ac_prev=x_includes ;;
429 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
430 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
431 x_includes="$ac_optarg" ;;
432
433 -x-libraries | --x-libraries | --x-librarie | --x-librari \
434 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
435 ac_prev=x_libraries ;;
436 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
437 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
438 x_libraries="$ac_optarg" ;;
439
440 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
441 ;;
442
443 *)
444 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
445 echo "configure: warning: $ac_option: invalid host type" 1>&2
446 fi
447 if test "x$nonopt" != xNONE; then
448 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
449 fi
450 nonopt="$ac_option"
451 ;;
452
453 esac
454done
455
456if test -n "$ac_prev"; then
457 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
458fi
459
460trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
461
462# File descriptor usage:
463# 0 standard input
464# 1 file creation
465# 2 errors and warnings
466# 3 some systems may open it to /dev/tty
467# 4 used on the Kubota Titan
468# 6 checking for... messages and results
469# 5 compiler messages saved in config.log
470if test "$silent" = yes; then
471 exec 6>/dev/null
472else
473 exec 6>&1
474fi
475exec 5>./config.log
476
477echo "\
478This file contains any messages produced by compilers while
479running configure, to aid debugging if configure makes a mistake.
480" 1>&5
481
482# Strip out --no-create and --no-recursion so they do not pile up.
483# Also quote any args containing shell metacharacters.
484ac_configure_args=
485for ac_arg
486do
487 case "$ac_arg" in
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c) ;;
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
492 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
493 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
494 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
495 esac
496done
497
498# NLS nuisances.
499# Only set these to C if already set. These must not be set unconditionally
500# because not all systems understand e.g. LANG=C (notably SCO).
501# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
502# Non-C LC_CTYPE values break the ctype check.
503if test "${LANG+set}" = set; then LANG=C; export LANG; fi
504if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
505if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
506if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
507
508# confdefs.h avoids OS command line length limits that DEFS can exceed.
509rm -rf conftest* confdefs.h
510# AIX cpp loses on an empty file, so make sure it contains at least a newline.
511echo > confdefs.h
512
513# A filename unique to this package, relative to the directory that
514# configure is in, which we can look for to find out if srcdir is correct.
515ac_unique_file=include/features.h
516
517# Find the source files, if location was not specified.
518if test -z "$srcdir"; then
519 ac_srcdir_defaulted=yes
520 # Try the directory containing this script, then its parent.
521 ac_prog=$0
522 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
523 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
524 srcdir=$ac_confdir
525 if test ! -r $srcdir/$ac_unique_file; then
526 srcdir=..
527 fi
528else
529 ac_srcdir_defaulted=no
530fi
531if test ! -r $srcdir/$ac_unique_file; then
532 if test "$ac_srcdir_defaulted" = yes; then
533 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
534 else
535 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
536 fi
537fi
538srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
539
540# Prefer explicitly selected file to automatically selected ones.
541if test -z "$CONFIG_SITE"; then
542 if test "x$prefix" != xNONE; then
543 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
544 else
545 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
546 fi
547fi
548for ac_site_file in $CONFIG_SITE; do
549 if test -r "$ac_site_file"; then
550 echo "loading site script $ac_site_file"
551 . "$ac_site_file"
552 fi
553done
554
555if test -r "$cache_file"; then
556 echo "loading cache $cache_file"
b43b13ac 557 test -f "$cache_file" && . $cache_file
cd6ede75
UD
558else
559 echo "creating cache $cache_file"
560 > $cache_file
561fi
562
563ac_ext=c
564# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
565ac_cpp='$CPP $CPPFLAGS'
566ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5c2a0669 567ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cd6ede75
UD
568cross_compiling=$ac_cv_prog_cc_cross
569
5c2a0669
UD
570ac_exeext=
571ac_objext=o
cd6ede75
UD
572if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
573 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
574 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
575 ac_n= ac_c='
576' ac_t=' '
577 else
578 ac_n=-n ac_c= ac_t=
579 fi
580else
581 ac_n= ac_c='\c' ac_t=
582fi
583
63bda0c1
UD
584 if test -r /vmunix; then
585 kernel_id=`strings /vmunix | grep UNIX`
586 elif test -r /dynix; then
587 kernel_id=`strings /dynix | grep DYNIX`
588 else
589 kernel_id=
590 fi
591
cd6ede75
UD
592
593
444518fe
UD
594ac_aux_dir=
595for ac_dir in scripts $srcdir/scripts; do
596 if test -f $ac_dir/install-sh; then
597 ac_aux_dir=$ac_dir
598 ac_install_sh="$ac_aux_dir/install-sh -c"
599 break
600 elif test -f $ac_dir/install.sh; then
601 ac_aux_dir=$ac_dir
602 ac_install_sh="$ac_aux_dir/install.sh -c"
603 break
604 fi
605done
606if test -z "$ac_aux_dir"; then
607 { echo "configure: error: can not find install-sh or install.sh in scripts $srcdir/scripts" 1>&2; exit 1; }
608fi
b43b13ac
UD
609ac_config_guess="$SHELL $ac_aux_dir/config.guess"
610ac_config_sub="$SHELL $ac_aux_dir/config.sub"
611ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
444518fe 612
cd6ede75
UD
613
614# This will get text that should go into config.make.
615config_vars=
616
617# Check for a --with-gmp argument and set gmp-srcdir in config.make.
618# Check whether --with-gmp or --without-gmp was given.
619if test "${with_gmp+set}" = set; then
620 withval="$with_gmp"
621 case "$with_gmp" in
622yes) { echo "configure: error: --with-gmp requires an argument; use --with-gmp=DIRECTORY" 1>&2; exit 1; } ;;
623''|no) ;;
624*) config_vars="$config_vars
625gmp-srcdir = $withval" ;;
626esac
627
628fi
629
630# Check for a --with-gettext argument and set gettext-srcdir in config.make.
631# Check whether --with-gettext or --without-gettext was given.
632if test "${with_gettext+set}" = set; then
633 withval="$with_gettext"
634 case "$with_gettext" in
635yes)
636 { echo "configure: error: --with-gettext requires an argument; use --with-gettext=DIR" 1>&2; exit 1; } ;;
637''|no) ;;
638*)
639 config_vars="$config_vars
640gettext-srcdir = $withval" ;;
641esac
642
643fi
644
c8f3e6db
UD
645# Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
646# Check whether --with-gd or --without-gd was given.
647if test "${with_gd+set}" = set; then
648 withval="$with_gd"
649 case "$with_gd" in
e41db95b
UD
650yes|''|no) ;;
651*) libgd_include="-I$withval/include"
c8f3e6db
UD
652 libgd_ldflags="-L$withval/lib" ;;
653esac
654
655fi
656
e41db95b
UD
657# Check whether --with-gd-include or --without-gd-include was given.
658if test "${with_gd_include+set}" = set; then
659 withval="$with_gd_include"
660 case "$with_gd_include" in
661''|no) ;;
662*) libgd_include="-I$withval" ;;
663esac
664
665fi
666
667# Check whether --with-gd-lib or --without-gd-lib was given.
668if test "${with_gd_lib+set}" = set; then
669 withval="$with_gd_lib"
670 case "$with_gd_lib" in
671''|no) ;;
672*) libgd_ldflags="-L$withval" ;;
673esac
674
675fi
676
677
678if test -n "$libgd_include"; then
679 config_vars="$config_vars
680CFLAGS-memprofstat.c = $libgd_include"
681fi
682if test -n "$libgd_ldflags"; then
683 config_vars="$config_vars
684libgd-LDFLAGS = $libgd_ldflags"
685fi
cd6ede75
UD
686
687# Check whether --with-fp or --without-fp was given.
688if test "${with_fp+set}" = set; then
689 withval="$with_fp"
690 with_fp=$withval
691else
692 with_fp=yes
693fi
694
650425ce
UD
695# Check whether --with-binutils or --without-binutils was given.
696if test "${with_binutils+set}" = set; then
697 withval="$with_binutils"
a5a0310d
UD
698 path_binutils=$withval
699else
650425ce 700 path_binutils=''
cd6ede75
UD
701fi
702
cd6ede75
UD
703# Check whether --with-elf or --without-elf was given.
704if test "${with_elf+set}" = set; then
705 withval="$with_elf"
706 elf=$withval
707else
708 elf=no
709fi
710
d67281a7
UD
711# Check whether --with-cvs or --without-cvs was given.
712if test "${with_cvs+set}" = set; then
713 withval="$with_cvs"
714 with_cvs=$withval
715else
716 with_cvs=yes
717fi
718
719
cd6ede75 720
3c720987
UD
721# Check whether --with-headers or --without-headers was given.
722if test "${with_headers+set}" = set; then
723 withval="$with_headers"
724 sysheaders=$withval
725else
726 sysheaders=''
727fi
728
729
cd6ede75
UD
730# Check whether --enable-libio or --disable-libio was given.
731if test "${enable_libio+set}" = set; then
732 enableval="$enable_libio"
733 if test $enableval = yes; then
734 stdio=libio
735 else
736 stdio=stdio
737 fi
738else
739 stdio=default
740fi
741
742
743# Check whether --enable-sanity-checks or --disable-sanity-checks was given.
744if test "${enable_sanity_checks+set}" = set; then
745 enableval="$enable_sanity_checks"
746 enable_sanity=$enableval
747else
748 enable_sanity=yes
749fi
750
751
5c2a0669 752static=yes
cd6ede75
UD
753# Check whether --enable-shared or --disable-shared was given.
754if test "${enable_shared+set}" = set; then
755 enableval="$enable_shared"
756 shared=$enableval
757else
758 shared=default
759fi
760
761# Check whether --enable-profile or --disable-profile was given.
762if test "${enable_profile+set}" = set; then
763 enableval="$enable_profile"
764 profile=$enableval
765else
766 profile=yes
767fi
768
769# Check whether --enable-omitfp or --disable-omitfp was given.
770if test "${enable_omitfp+set}" = set; then
771 enableval="$enable_omitfp"
772 omitfp=$enableval
773else
774 omitfp=no
775fi
776
777# Check whether --enable-bounded or --disable-bounded was given.
778if test "${enable_bounded+set}" = set; then
779 enableval="$enable_bounded"
780 bounded=$enableval
781else
782 bounded=no
783fi
784
650425ce
UD
785# Check whether --enable-versioning or --disable-versioning was given.
786if test "${enable_versioning+set}" = set; then
787 enableval="$enable_versioning"
788 enable_versioning=$enableval
789else
790 enable_versioning=yes
791fi
792
cd6ede75
UD
793
794# Check whether --enable-add-ons or --disable-add-ons was given.
795if test "${enable_add_ons+set}" = set; then
796 enableval="$enable_add_ons"
61952351 797 case "$enableval" in
9c4c0024
UD
798 yes) add_ons=`cd $srcdir && echo */configure | sed -e 's!/configure!!g'`
799 test "$add_ons" = "*" && add_ons= ;;
61952351
UD
800 *) add_ons=`echo "$enableval" | sed 's/,/ /g'`;;
801 esac
cd6ede75
UD
802else
803 add_ons=
804fi
805
61952351 806
cd6ede75
UD
807subdirs="$add_ons"
808
809add_ons_pfx=
810if test x"$add_ons" != x; then
811 for f in $add_ons; do
af6f3906
UD
812 # Test whether such a subdir really exists.
813 if test -d $srcdir/$f; then
814 add_ons_pfx="$add_ons_pfx $f/"
815 else
816 { echo "configure: error: add-on directory \"$f\" does not exist" 1>&2; exit 1; }
817 fi
cd6ede75
UD
818 done
819fi
820
821# Check whether --enable-static-nss or --disable-static-nss was given.
822if test "${enable_static_nss+set}" = set; then
823 enableval="$enable_static_nss"
824 static_nss=$enableval
825else
826 static_nss=no
827fi
828
829if test x"$static_nss" = xyes; then
830 cat >> confdefs.h <<\EOF
831#define DO_STATIC_NSS 1
832EOF
833
834fi
835
73237de3
UD
836# Check whether --enable-force-install or --disable-force-install was given.
837if test "${enable_force_install+set}" = set; then
838 enableval="$enable_force_install"
839 force_install=$enableval
840else
841 force_install=yes
842fi
843
844
845
958f238f
UD
846# Check whether --enable-kernel or --disable-kernel was given.
847if test "${enable_kernel+set}" = set; then
848 enableval="$enable_kernel"
849 minimum_kernel=$enableval
cd6ede75
UD
850fi
851
654de60c
UD
852if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
853 # Better nothing than this.
854 minimum_kernel=""
78bba25c
UD
855else
856 if test "$minimum_kernel" = current; then
857 minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
858 fi
654de60c 859fi
958f238f
UD
860
861
b43b13ac
UD
862echo $ac_n "checking host system type""... $ac_c" 1>&6
863echo "configure:864: checking host system type" >&5
864if test "x$ac_cv_host" = "x" || (test "x$host" != "xNONE" && test "x$host" != "x$ac_cv_host_alias"); then
865
958f238f 866# Make sure we can run config.sub.
b43b13ac
UD
867 if $ac_config_sub sun4 >/dev/null 2>&1; then :
868 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
869 fi
870
871 ac_cv_host_alias=$host
872 case "$ac_cv_host_alias" in
873 NONE)
874 case $nonopt in
875 NONE)
876 if ac_cv_host_alias=`$ac_config_guess`; then :
877 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
878 fi ;;
879 *) ac_cv_host_alias=$nonopt ;;
880 esac ;;
881 esac
882
883 ac_cv_host=`$ac_config_sub $ac_cv_host_alias`
884 ac_cv_host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
885 ac_cv_host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
886 ac_cv_host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
887else
888 echo $ac_n "(cached) $ac_c" 1>&6
958f238f
UD
889fi
890
b43b13ac
UD
891echo "$ac_t""$ac_cv_host" 1>&6
892
893host=$ac_cv_host
894host_alias=$ac_cv_host_alias
895host_cpu=$ac_cv_host_cpu
896host_vendor=$ac_cv_host_vendor
897host_os=$ac_cv_host_os
898
958f238f 899
cd6ede75 900
cd6ede75
UD
901
902
903# The way shlib-versions is used to generate soversions.mk uses a
904# fairly simplistic model for name recognition that can't distinguish
905# i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a $host_os
906# of `gnu*' here to be `gnu-gnu*' just so that shlib-versions can
907# tell. This doesn't get used much beyond that, so it's fairly safe.
908case "$host_os" in
909linux*)
910 ;;
911gnu*)
912 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
913 ;;
914esac
915
916# We keep the original values in `$config_*' and never modify them, so we
917# can write them unchanged into config.make. Everything else uses
918# $machine, $vendor, and $os, and changes them whenever convenient.
919config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
920
921# Some configurations imply other options.
922case "$host_os" in
923gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
924 # These systems always use GNU tools.
925 gnu_ld=yes gnu_as=yes ;;
926esac
927case "$host_os" in
928# i586-linuxaout is mangled into i586-pc-linux-gnuaout
929linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*)
930 ;;
9a97d1f7 931gnu* | linux* | sysv4* | solaris2* | irix6*)
cd6ede75
UD
932 # These systems (almost) always use the ELF format.
933 elf=yes
934 ;;
935esac
936
937machine=$config_machine
938vendor=$config_vendor
939os=$config_os
940
7efb9bd1
UD
941###
942### I put this here to prevent those annoying emails from people who cannot
943### read and try to compile glibc on unsupported platforms. --drepper
944###
945### By using the undocumented --enable-hacker-mode option for configure
946### one can skip this test to make the configuration not fail for unsupported
947### platforms.
948###
949if test -z "$enable_hacker_mode"; then
950 case "$machine-$host_os" in
f0d8cfd7 951 *-linux* | *-gnu* | arm*-none* | powerpc-aix4.3.*)
7efb9bd1
UD
952 ;;
953 *)
954 echo "*** The GNU C library is currently not available for this platform."
955 echo "*** So far nobody cared to port it and if there is no volunteer it"
956 echo "*** might never happen. So, if you have interest to see glibc on"
957 echo "*** this platform visit"
958 echo "*** http://www.gnu.org/software/libc/porting.html"
959 echo "*** and join the group of porters"
960 exit 1
961 ;;
962 esac
963fi
964
cd6ede75
UD
965# Expand the configuration machine name into a subdirectory by architecture
966# type and particular chip.
967case "$machine" in
968a29k | am29000) base_machine=a29k machine=a29k ;;
969alpha*) base_machine=alpha machine=alpha/$machine ;;
970arm*) base_machine=arm machine=arm/$machine ;;
60c96635
UD
971c3[012]) base_machine=cx0 machine=cx0/c30 ;;
972c4[04]) base_machine=cx0 machine=cx0/c40 ;;
cd6ede75
UD
973hppa*) base_machine=hppa machine=hppa/$machine ;;
974i[3456]86) base_machine=i386 machine=i386/$machine ;;
975m680?0) base_machine=m68k machine=m68k/$machine ;;
976m68k) base_machine=m68k machine=m68k/m68020 ;;
977m88???) base_machine=m88k machine=m88k/$machine ;;
978m88k) base_machine=m88k machine=m88k/m88100 ;;
979mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
9a97d1f7
UD
980mips*) base_machine=mips
981 case "`uname -m`" in
982 IP22) machine=mips/mips3 ;;
e66b6eca 983 *) machine=mips/$machine ;;
9a97d1f7 984 esac ;;
ca34d7a7
UD
985sparc | sparcv[67])
986 base_machine=sparc machine=sparc/sparc32 ;;
987sparcv8 | supersparc | hypersparc)
988 base_machine=sparc machine=sparc/sparc32/sparcv8 ;;
ae6b8730
RH
989sparcv8plus | sparcv8plusa | sparcv9)
990 base_machine=sparc machine=sparc/sparc32/sparcv9 ;;
ca34d7a7
UD
991sparc64 | ultrasparc)
992 base_machine=sparc machine=sparc/sparc64 ;;
cd6ede75
UD
993esac
994
995
dfd2257a
UD
996if test "$base_machine" = "i386"; then
997 cat >> confdefs.h <<\EOF
998#define USE_REGPARMS 1
999EOF
1000
1001fi
1002
cd6ede75
UD
1003# Compute the list of sysdep directories for this configuration.
1004# This can take a while to compute.
1005sysdep_dir=$srcdir/sysdeps
1006echo $ac_n "checking sysdep dirs""... $ac_c" 1>&6
b43b13ac 1007echo "configure:1008: checking sysdep dirs" >&5
cd6ede75
UD
1008# Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
1009os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
1010
1011case "$os" in
1012gnu*)
1013 base_os=mach/hurd ;;
1014netbsd* | 386bsd* | freebsd* | bsdi*)
1015 base_os=unix/bsd/bsd4.4 ;;
1016osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
1017 base_os=unix/bsd ;;
1018sysv* | isc* | esix* | sco* | minix* | irix4* | linux*)
1019 base_os=unix/sysv ;;
9a97d1f7
UD
1020irix6*)
1021 base_os=unix/sysv/irix6/$os ;;
cd6ede75
UD
1022solaris[2-9]*)
1023 base_os=unix/sysv/sysv4 ;;
908c3d5b
UD
1024hpux*)
1025 base_os=unix/sysv/hpux/$os ;;
f0d8cfd7
UD
1026aix4.3*)
1027 base_os=unix/sysv/aix/aix4.3 ;;
cd6ede75
UD
1028none)
1029 base_os=standalone ;;
1030*)
1031 base_os='' ;;
1032esac
1033
1034# For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
1035tail=$os
1036ostry=$os
1037while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
1038 ostry="$ostry /$o"
1039 tail=$o
1040done
1041o=`echo $tail | sed 's/[0-9]*$//'`
1042if test $o != $tail; then
1043 ostry="$ostry /$o"
1044fi
1045# For linux-gnu, try linux-gnu, then linux.
1046o=`echo $tail | sed 's/-.*$//'`
1047if test $o != $tail; then
1048 ostry="$ostry /$o"
1049fi
1050
1051# For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
1052base=
1053tail=$base_os
1054while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
1055 set $b
1056 base="$base /$1"
1057 tail="$2"
1058done
1059
ae6b8730 1060# For sparc/sparc32, try sparc/sparc32 and then sparc.
cd6ede75
UD
1061mach=
1062tail=$machine
1063while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
1064 set $m
1065 # Prepend the machine's FPU directory unless --without-fp.
1066 if test "$with_fp" = yes; then
1067 mach="$mach /$1/fpu"
1068 fi
1069 mach="$mach /$1"
1070 tail="$2"
1071done
1072
1073
1074# Find what sysdep directories exist.
1075sysnames=
1076IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1077for d in $add_ons_pfx ''; do
1078 for b in $base ''; do
1079 for m0 in $mach ''; do
1080 for v in /$vendor ''; do
ae828bc6 1081 test "$v" = / && continue
cd6ede75 1082 for o in /$ostry ''; do
ae828bc6 1083 test "$o" = / && continue
cd6ede75
UD
1084 for m in $mach ''; do
1085 if test "$m0$b$v$o$m"; then
1086 try="${d}sysdeps$m0$b$v$o$m"
1087 test -n "$enable_debug_configure" &&
1088 echo "$0 DEBUG: try $try" >&2
9c4c0024 1089 if test -d $srcdir/$try; then
cd6ede75
UD
1090 sysnames="$sysnames $try"
1091 { test -n "$o" || test -n "$b"; } && os_used=t
1092 { test -n "$m" || test -n "$m0"; } && machine_used=t
1093 fi
1094 fi
1095 done
1096 done
1097 done
1098 done
1099 done
1100done
1101IFS="$ac_save_ifs"
1102
1103if test -z "$os_used" && test "$os" != none; then
1104 { echo "configure: error: Operating system $os is not supported." 1>&2; exit 1; }
1105fi
1106if test -z "$machine_used" && test "$machine" != none; then
1107 { echo "configure: error: The $machine is not supported." 1>&2; exit 1; }
1108fi
1109
1110# We have now validated the configuration.
1111
1112
1113# If using ELF, look for an `elf' subdirectory of each machine directory.
1114# We prepend these rather than inserting them whereever the machine appears
1115# because things specified by the machine's ELF ABI should override
1116# OS-specific things, and should always be the same for any OS on the
1117# machine (otherwise what's the point of an ABI?).
1118if test "$elf" = yes; then
1119 elf_dirs=
1120 for d in $add_ons_pfx ''; do
cd6ede75 1121 for m in $mach; do
9c4c0024 1122 if test -d $srcdir/${d}sysdeps$m/elf; then
cd6ede75
UD
1123 elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
1124 fi
1125 done
1126 done
1127 sysnames="`echo $elf_dirs | sed -e 's,//,/,g'` $sysnames"
1128fi
1129
1130
1131# Expand the list of system names into a full list of directories
1132# from each element's parent name and Implies file (if present).
1133set $sysnames
1134names=
1135while test $# -gt 0; do
1136 name=$1
1137 shift
1138
1139 case " $names " in *" $name "*)
1140 # Already in the list.
1141 continue
1142 esac
1143
1144 # Report each name as we discover it, so there is no long pause in output.
1145 echo $ac_n "$name $ac_c" >&6
1146
1147 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
1148
1149 case $name in
1150 /*) xsrcdir= ;;
1151 *) xsrcdir=$srcdir/ ;;
1152 esac
1153 test -n "$enable_debug_configure" &&
1154 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
1155
1156 if test -f $xsrcdir$name/Implies; then
1157 # Collect more names from the `Implies' file (removing comments).
1158 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/Implies`"
1159 implied=
1160 for x in $implied_candidate; do
1161 if test -d $xsrcdir$name_base/$x; then
1162 implied="$implied $name_base/$x";
1163 else
1164 echo "configure: warning: $name/Implies specifies nonexistent $x" 1>&2
1165 fi
1166 done
1167 else
1168 implied=
1169 fi
1170
1171 # Add NAME to the list of names.
1172 names="$names $name"
1173
1174 # Find the parent of NAME, using the empty string if it has none.
1175 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
1176
1177 # Add the names implied by NAME, and NAME's parent (if it has one), to
1178 # the list of names to be processed (the argument list). We prepend the
1179 # implied names to the list and append the parent. We want implied
1180 # directories to come before further directories inferred from the
1181 # configuration components; this ensures that for sysv4, unix/common
1182 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
1183 # after sysv4).
1184 sysnames="`echo $implied $* $parent`"
1185 test -n "$sysnames" && set $sysnames
1186done
1187
1188# Add the default directories.
a3a4a74e 1189default_sysnames=sysdeps/generic
2de7874e 1190if test "$elf" = yes; then
a3a4a74e 1191 default_sysnames="sysdeps/generic/elf $default_sysnames"
2de7874e 1192fi
a3a4a74e 1193sysnames="$names $default_sysnames"
cd6ede75
UD
1194
1195# The other names were emitted during the scan.
a3a4a74e 1196echo "$ac_t""$default_sysnames" 1>&6
cd6ede75
UD
1197
1198
1199### Locate tools.
1200
1201# Find a good install program. We prefer a C program (faster),
1202# so one script is as good as another. But avoid the broken or
1203# incompatible versions:
1204# SysV /etc/install, /usr/sbin/install
1205# SunOS /usr/etc/install
1206# IRIX /sbin/install
1207# AIX /bin/install
5c2a0669 1208# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
cd6ede75
UD
1209# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1210# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1211# ./install, which can be erroneously created by make from ./install.sh.
1212echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
b43b13ac 1213echo "configure:1214: checking for a BSD compatible install" >&5
cd6ede75 1214if test -z "$INSTALL"; then
b43b13ac 1215if eval "test \"\${ac_cv_path_install+set}\" = set"; then
cd6ede75
UD
1216 echo $ac_n "(cached) $ac_c" 1>&6
1217else
5c2a0669 1218 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
cd6ede75
UD
1219 for ac_dir in $PATH; do
1220 # Account for people who put trailing slashes in PATH elements.
1221 case "$ac_dir/" in
1222 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1223 *)
1224 # OSF1 and SCO ODT 3.0 have their own names for install.
5c2a0669
UD
1225 # Don't use installbsd from OSF since it installs stuff as root
1226 # by default.
1227 for ac_prog in ginstall scoinst install; do
cd6ede75
UD
1228 if test -f $ac_dir/$ac_prog; then
1229 if test $ac_prog = install &&
1230 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1231 # AIX install. It has an incompatible calling convention.
cd6ede75 1232 :
b43b13ac
UD
1233 elif test $ac_prog = install &&
1234 grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then
1235 # program-specific install script used by HP pwplus--don't use.
1236 :
cd6ede75
UD
1237 else
1238 ac_cv_path_install="$ac_dir/$ac_prog -c"
1239 break 2
1240 fi
1241 fi
1242 done
1243 ;;
1244 esac
1245 done
1246 IFS="$ac_save_IFS"
1247
1248fi
1249 if test "${ac_cv_path_install+set}" = set; then
1250 INSTALL="$ac_cv_path_install"
1251 else
1252 # As a last resort, use the slow shell script. We don't cache a
1253 # path for INSTALL within a source directory, because that will
1254 # break other packages using the cache if that directory is
1255 # removed, or if the path is relative.
1256 INSTALL="$ac_install_sh"
1257 fi
1258fi
1259echo "$ac_t""$INSTALL" 1>&6
1260
1261# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1262# It thinks the first close brace ends the variable substitution.
1263test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1264
b43b13ac 1265test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5c2a0669 1266
cd6ede75
UD
1267test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1268
ed9c47d9 1269if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
cd6ede75 1270 # The makefiles need to use a different form to find it in $srcdir.
ed9c47d9 1271 INSTALL='\$(..)./scripts/install-sh -c'
cd6ede75
UD
1272fi
1273echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
b43b13ac
UD
1274echo "configure:1275: checking whether ln -s works" >&5
1275if eval "test \"\${ac_cv_prog_LN_S+set}\" = set"; then
cd6ede75
UD
1276 echo $ac_n "(cached) $ac_c" 1>&6
1277else
1278 rm -f conftestdata
1279if ln -s X conftestdata 2>/dev/null
1280then
1281 rm -f conftestdata
1282 ac_cv_prog_LN_S="ln -s"
1283else
1284 ac_cv_prog_LN_S=ln
1285fi
1286fi
1287LN_S="$ac_cv_prog_LN_S"
1288if test "$ac_cv_prog_LN_S" = "ln -s"; then
1289 echo "$ac_t""yes" 1>&6
1290else
1291 echo "$ac_t""no" 1>&6
1292fi
1293
63bda0c1
UD
1294
1295# These programs are version sensitive.
b43b13ac 1296
4bca4c17 1297echo $ac_n "checking build system type""... $ac_c" 1>&6
b43b13ac
UD
1298echo "configure:1299: checking build system type" >&5
1299if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then
1300
1301# Make sure we can run config.sub.
1302 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1303 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1304 fi
1305
1306 ac_cv_build_alias=$build
1307 case "$ac_cv_build_alias" in
1308 NONE)
1309 case $nonopt in
1310 NONE)
1311 ac_cv_build_alias=$host_alias ;;
1312
1313 *) ac_cv_build_alias=$nonopt ;;
1314 esac ;;
1315 esac
1316
1317 ac_cv_build=`$ac_config_sub $ac_cv_build_alias`
1318 ac_cv_build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1319 ac_cv_build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1320 ac_cv_build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1321else
1322 echo $ac_n "(cached) $ac_c" 1>&6
1323fi
1324
1325echo "$ac_t""$ac_cv_build" 1>&6
1326
1327build=$ac_cv_build
1328build_alias=$ac_cv_build_alias
1329build_cpu=$ac_cv_build_cpu
1330build_vendor=$ac_cv_build_vendor
1331build_os=$ac_cv_build_os
1332
1333
4bca4c17 1334
4bca4c17
UD
1335
1336if test $host != $build; then
1337 ac_tool_prefix=${host_alias}-
1338else
1339 ac_tool_prefix=
1340fi
1341
1342for ac_prog in ${ac_tool_prefix}gcc ${ac_tool_prefix}cc
1343do
1344# Extract the first word of "$ac_prog", so it can be a program name with args.
1345set dummy $ac_prog; ac_word=$2
1346echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
b43b13ac
UD
1347echo "configure:1348: checking for $ac_word" >&5
1348if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then
cd6ede75
UD
1349 echo $ac_n "(cached) $ac_c" 1>&6
1350else
63bda0c1
UD
1351 if test -n "$CC"; then
1352 ac_cv_prog_CC="$CC" # Let the user override the test.
cd6ede75 1353else
5c2a0669
UD
1354 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1355 ac_dummy="$PATH"
1356 for ac_dir in $ac_dummy; do
4bca4c17
UD
1357 test -z "$ac_dir" && ac_dir=.
1358 if test -f $ac_dir/$ac_word; then
1359 ac_cv_prog_CC="$ac_prog"
1360 break
1361 fi
cd6ede75
UD
1362 done
1363 IFS="$ac_save_ifs"
1364fi
1365fi
4bca4c17
UD
1366CC="$ac_cv_prog_CC"
1367if test -n "$CC"; then
1368 echo "$ac_t""$CC" 1>&6
1369else
cd6ede75 1370 echo "$ac_t""no" 1>&6
4bca4c17
UD
1371fi
1372
1373test -n "$CC" && break
1374done
1375
1376if test -z "$CC"; then
1377 ac_verc_fail=yes
63bda0c1 1378else
4bca4c17
UD
1379 # Found it, now check the version.
1380 echo $ac_n "checking version of $CC""... $ac_c" 1>&6
b43b13ac 1381echo "configure:1382: checking version of $CC" >&5
98393660 1382 ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustp-]*[0-9.]*\).*$/\1/p'`
4bca4c17
UD
1383 case $ac_prog_version in
1384 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
eb3bf573 1385 egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|*gcc-2.9[1-9].*|pgcc-2.90.2[789]|pgcc-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9])
4bca4c17
UD
1386 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1387 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1388
63bda0c1 1389 esac
4bca4c17
UD
1390 echo "$ac_t""$ac_prog_version" 1>&6
1391fi
1392if test $ac_verc_fail = yes; then
1393 critic_missing=t
ae828bc6
UD
1394fi
1395
22e65f8f 1396for ac_prog in gnumake gmake make
4bca4c17
UD
1397do
1398# Extract the first word of "$ac_prog", so it can be a program name with args.
1399set dummy $ac_prog; ac_word=$2
1400echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
b43b13ac
UD
1401echo "configure:1402: checking for $ac_word" >&5
1402if eval "test \"\${ac_cv_prog_MAKE+set}\" = set"; then
04be94a8
UD
1403 echo $ac_n "(cached) $ac_c" 1>&6
1404else
63bda0c1
UD
1405 if test -n "$MAKE"; then
1406 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
04be94a8 1407else
5c2a0669
UD
1408 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1409 ac_dummy="$PATH"
1410 for ac_dir in $ac_dummy; do
4bca4c17
UD
1411 test -z "$ac_dir" && ac_dir=.
1412 if test -f $ac_dir/$ac_word; then
1413 ac_cv_prog_MAKE="$ac_prog"
1414 break
1415 fi
04be94a8
UD
1416 done
1417 IFS="$ac_save_ifs"
1418fi
1419fi
4bca4c17
UD
1420MAKE="$ac_cv_prog_MAKE"
1421if test -n "$MAKE"; then
1422 echo "$ac_t""$MAKE" 1>&6
1423else
04be94a8 1424 echo "$ac_t""no" 1>&6
4bca4c17
UD
1425fi
1426
1427test -n "$MAKE" && break
1428done
1429
1430if test -z "$MAKE"; then
1431 ac_verc_fail=yes
63bda0c1 1432else
4bca4c17
UD
1433 # Found it, now check the version.
1434 echo $ac_n "checking version of $MAKE""... $ac_c" 1>&6
b43b13ac 1435echo "configure:1436: checking version of $MAKE" >&5
8fc1e2ca 1436 ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4bca4c17
UD
1437 case $ac_prog_version in
1438 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
7e7a548e 1439 3.75 | 3.76.[1-9]* | 3.7[789]* | 3.[89]*)
4bca4c17
UD
1440 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1441 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1442
63bda0c1 1443 esac
4bca4c17
UD
1444 echo "$ac_t""$ac_prog_version" 1>&6
1445fi
1446if test $ac_verc_fail = yes; then
1447 critic_missing=t
04be94a8 1448fi
cd6ede75 1449
63bda0c1 1450
22e65f8f 1451for ac_prog in gnumsgfmt gmsgfmt msgfmt
4bca4c17
UD
1452do
1453# Extract the first word of "$ac_prog", so it can be a program name with args.
1454set dummy $ac_prog; ac_word=$2
1455echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
b43b13ac
UD
1456echo "configure:1457: checking for $ac_word" >&5
1457if eval "test \"\${ac_cv_prog_MSGFMT+set}\" = set"; then
cd6ede75
UD
1458 echo $ac_n "(cached) $ac_c" 1>&6
1459else
63bda0c1
UD
1460 if test -n "$MSGFMT"; then
1461 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
cd6ede75 1462else
5c2a0669
UD
1463 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1464 ac_dummy="$PATH"
1465 for ac_dir in $ac_dummy; do
4bca4c17
UD
1466 test -z "$ac_dir" && ac_dir=.
1467 if test -f $ac_dir/$ac_word; then
1468 ac_cv_prog_MSGFMT="$ac_prog"
1469 break
1470 fi
cd6ede75
UD
1471 done
1472 IFS="$ac_save_ifs"
1473fi
1474fi
4bca4c17
UD
1475MSGFMT="$ac_cv_prog_MSGFMT"
1476if test -n "$MSGFMT"; then
1477 echo "$ac_t""$MSGFMT" 1>&6
1478else
cd6ede75 1479 echo "$ac_t""no" 1>&6
4bca4c17
UD
1480fi
1481
1482test -n "$MSGFMT" && break
1483done
1484
1485if test -z "$MSGFMT"; then
1486 ac_verc_fail=yes
63bda0c1 1487else
4bca4c17
UD
1488 # Found it, now check the version.
1489 echo $ac_n "checking version of $MSGFMT""... $ac_c" 1>&6
b43b13ac 1490echo "configure:1491: checking version of $MSGFMT" >&5
bdd421cc 1491 ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4bca4c17
UD
1492 case $ac_prog_version in
1493 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
bdd421cc 1494 0.[1-9][0-9].* | [1-9].*)
4bca4c17
UD
1495 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1496 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1497
63bda0c1 1498 esac
4bca4c17
UD
1499 echo "$ac_t""$ac_prog_version" 1>&6
1500fi
1501if test $ac_verc_fail = yes; then
1502 MSGFMT=: aux_missing=t
cd6ede75
UD
1503fi
1504
4bca4c17
UD
1505for ac_prog in makeinfo
1506do
1507# Extract the first word of "$ac_prog", so it can be a program name with args.
1508set dummy $ac_prog; ac_word=$2
1509echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
b43b13ac
UD
1510echo "configure:1511: checking for $ac_word" >&5
1511if eval "test \"\${ac_cv_prog_MAKEINFO+set}\" = set"; then
cd6ede75
UD
1512 echo $ac_n "(cached) $ac_c" 1>&6
1513else
63bda0c1
UD
1514 if test -n "$MAKEINFO"; then
1515 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
cd6ede75 1516else
5c2a0669
UD
1517 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1518 ac_dummy="$PATH"
1519 for ac_dir in $ac_dummy; do
4bca4c17
UD
1520 test -z "$ac_dir" && ac_dir=.
1521 if test -f $ac_dir/$ac_word; then
1522 ac_cv_prog_MAKEINFO="$ac_prog"
1523 break
1524 fi
cd6ede75
UD
1525 done
1526 IFS="$ac_save_ifs"
cd6ede75
UD
1527fi
1528fi
4bca4c17
UD
1529MAKEINFO="$ac_cv_prog_MAKEINFO"
1530if test -n "$MAKEINFO"; then
1531 echo "$ac_t""$MAKEINFO" 1>&6
1532else
cd6ede75 1533 echo "$ac_t""no" 1>&6
4bca4c17
UD
1534fi
1535
1536test -n "$MAKEINFO" && break
1537done
1538
1539if test -z "$MAKEINFO"; then
1540 ac_verc_fail=yes
63bda0c1 1541else
4bca4c17
UD
1542 # Found it, now check the version.
1543 echo $ac_n "checking version of $MAKEINFO""... $ac_c" 1>&6
b43b13ac 1544echo "configure:1545: checking version of $MAKEINFO" >&5
be1d9d95 1545 ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
4bca4c17
UD
1546 case $ac_prog_version in
1547 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
43fc8f18 1548 3.1[1-9] | 3.[2-9][0-9] | 4.* | 1.6[89] | 1.7[0-9])
4bca4c17
UD
1549 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1550 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1551
63bda0c1 1552 esac
4bca4c17
UD
1553 echo "$ac_t""$ac_prog_version" 1>&6
1554fi
1555if test $ac_verc_fail = yes; then
1556 MAKEINFO=: aux_missing=t
cd6ede75
UD
1557fi
1558
aec103d3
UD
1559for ac_prog in gsed sed
1560do
1561# Extract the first word of "$ac_prog", so it can be a program name with args.
1562set dummy $ac_prog; ac_word=$2
1563echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1564echo "configure:1565: checking for $ac_word" >&5
1565if eval "test \"\${ac_cv_prog_SED+set}\" = set"; then
1566 echo $ac_n "(cached) $ac_c" 1>&6
1567else
1568 if test -n "$SED"; then
1569 ac_cv_prog_SED="$SED" # Let the user override the test.
1570else
1571 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1572 ac_dummy="$PATH"
1573 for ac_dir in $ac_dummy; do
1574 test -z "$ac_dir" && ac_dir=.
1575 if test -f $ac_dir/$ac_word; then
1576 ac_cv_prog_SED="$ac_prog"
1577 break
1578 fi
1579 done
1580 IFS="$ac_save_ifs"
1581fi
1582fi
1583SED="$ac_cv_prog_SED"
1584if test -n "$SED"; then
1585 echo "$ac_t""$SED" 1>&6
1586else
1587 echo "$ac_t""no" 1>&6
1588fi
1589
1590test -n "$SED" && break
1591done
1592
1593if test -z "$SED"; then
1594 ac_verc_fail=yes
1595else
1596 # Found it, now check the version.
1597 echo $ac_n "checking version of $SED""... $ac_c" 1>&6
1598echo "configure:1599: checking version of $SED" >&5
1599 ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed version \([0-9]*\.[0-9.]*\).*$/\1/p'`
1600 case $ac_prog_version in
1601 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
1602 3.02)
1603 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
1604 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
1605
1606 esac
1607 echo "$ac_t""$ac_prog_version" 1>&6
1608fi
1609if test $ac_verc_fail = yes; then
1610 SED=: aux_missing=t
1611fi
1612
cd6ede75 1613
4bca4c17
UD
1614if test -n "$critic_missing"; then
1615{ echo "configure: error:
63bda0c1
UD
1616*** Some critical program is missing or too old.
1617*** Check the INSTALL file for required versions." 1>&2; exit 1; }
4bca4c17 1618fi
63bda0c1 1619
4bca4c17 1620test -n "$aux_missing" && echo "configure: warning:
63bda0c1
UD
1621*** An auxiliary program is missing or too old;
1622*** some features will be disabled.
1623*** Check the INSTALL file for required versions." 1>&2
cd6ede75 1624
beefeafb
AS
1625# glibcbug.in wants to know the compiler version.
1626CCVERSION=`$CC -v 2>&1 | sed -n 's/gcc version //p'`
1627
1628
63bda0c1
UD
1629
1630echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
aec103d3 1631echo "configure:1632: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
b43b13ac 1632if eval "test \"\${ac_cv_prog_cc_works+set}\" = set"; then
63bda0c1
UD
1633 echo $ac_n "(cached) $ac_c" 1>&6
1634else
1635
cd6ede75
UD
1636ac_ext=c
1637# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1638ac_cpp='$CPP $CPPFLAGS'
1639ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5c2a0669 1640ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cd6ede75
UD
1641cross_compiling=$ac_cv_prog_cc_cross
1642
5c2a0669
UD
1643cat > conftest.$ac_ext << EOF
1644
aec103d3 1645#line 1646 "configure"
cd6ede75 1646#include "confdefs.h"
5c2a0669 1647
cd6ede75
UD
1648main(){return(0);}
1649EOF
aec103d3 1650if { (eval echo configure:1651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
cd6ede75
UD
1651 ac_cv_prog_cc_works=yes
1652 # If we can't run a trivial program, we are probably using a cross compiler.
1653 if (./conftest; exit) 2>/dev/null; then
1654 ac_cv_prog_cc_cross=no
1655 else
1656 ac_cv_prog_cc_cross=yes
1657 fi
1658else
1659 echo "configure: failed program was:" >&5
1660 cat conftest.$ac_ext >&5
1661 ac_cv_prog_cc_works=no
1662fi
1663rm -fr conftest*
5c2a0669
UD
1664ac_ext=c
1665# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1666ac_cpp='$CPP $CPPFLAGS'
1667ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1668ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1669cross_compiling=$ac_cv_prog_cc_cross
cd6ede75 1670
63bda0c1
UD
1671fi
1672
cd6ede75
UD
1673echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1674if test $ac_cv_prog_cc_works = no; then
1675 cross_linkable=no
1676 ac_cv_prog_cc_cross=yes
1677else
1678 cross_linkable=yes
1679fi
1680echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
aec103d3 1681echo "configure:1682: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
b43b13ac 1682if eval "test \"\${ac_cv_prog_cc_cross+set}\" = set"; then
63bda0c1
UD
1683 echo $ac_n "(cached) $ac_c" 1>&6
1684else
1685 :
1686fi
1687
cd6ede75
UD
1688echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1689
1690cross_compiling=$ac_cv_prog_cc_cross
1691
1692echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
aec103d3 1693echo "configure:1694: checking whether we are using GNU C" >&5
b43b13ac 1694if eval "test \"\${ac_cv_prog_gcc+set}\" = set"; then
cd6ede75
UD
1695 echo $ac_n "(cached) $ac_c" 1>&6
1696else
1697 cat > conftest.c <<EOF
1698#ifdef __GNUC__
1699 yes;
1700#endif
1701EOF
aec103d3 1702if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
cd6ede75
UD
1703 ac_cv_prog_gcc=yes
1704else
1705 ac_cv_prog_gcc=no
1706fi
1707fi
1708
1709echo "$ac_t""$ac_cv_prog_gcc" 1>&6
63bda0c1 1710if test $ac_cv_prog_gcc != yes; then
cd6ede75
UD
1711 { echo "configure: error: GNU libc must be compiled using GNU CC" 1>&2; exit 1; }
1712fi
1713
b43b13ac 1714
cd6ede75 1715echo $ac_n "checking build system type""... $ac_c" 1>&6
aec103d3 1716echo "configure:1717: checking build system type" >&5
b43b13ac
UD
1717if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then
1718
1719# Make sure we can run config.sub.
1720 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1721 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1722 fi
1723
1724 ac_cv_build_alias=$build
1725 case "$ac_cv_build_alias" in
1726 NONE)
1727 case $nonopt in
1728 NONE)
1729 ac_cv_build_alias=$host_alias ;;
1730
1731 *) ac_cv_build_alias=$nonopt ;;
1732 esac ;;
1733 esac
1734
1735 ac_cv_build=`$ac_config_sub $ac_cv_build_alias`
1736 ac_cv_build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1737 ac_cv_build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1738 ac_cv_build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1739else
1740 echo $ac_n "(cached) $ac_c" 1>&6
1741fi
1742
1743echo "$ac_t""$ac_cv_build" 1>&6
1744
1745build=$ac_cv_build
1746build_alias=$ac_cv_build_alias
1747build_cpu=$ac_cv_build_cpu
1748build_vendor=$ac_cv_build_vendor
1749build_os=$ac_cv_build_os
1750
1751
cd6ede75 1752
cd6ede75
UD
1753
1754if test $host != $build; then
1755 for ac_prog in gcc cc
1756do
1757# Extract the first word of "$ac_prog", so it can be a program name with args.
1758set dummy $ac_prog; ac_word=$2
1759echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 1760echo "configure:1761: checking for $ac_word" >&5
b43b13ac 1761if eval "test \"\${ac_cv_prog_BUILD_CC+set}\" = set"; then
cd6ede75
UD
1762 echo $ac_n "(cached) $ac_c" 1>&6
1763else
1764 if test -n "$BUILD_CC"; then
1765 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
1766else
5c2a0669
UD
1767 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1768 ac_dummy="$PATH"
1769 for ac_dir in $ac_dummy; do
cd6ede75
UD
1770 test -z "$ac_dir" && ac_dir=.
1771 if test -f $ac_dir/$ac_word; then
1772 ac_cv_prog_BUILD_CC="$ac_prog"
1773 break
1774 fi
1775 done
1776 IFS="$ac_save_ifs"
1777fi
1778fi
1779BUILD_CC="$ac_cv_prog_BUILD_CC"
1780if test -n "$BUILD_CC"; then
1781 echo "$ac_t""$BUILD_CC" 1>&6
1782else
1783 echo "$ac_t""no" 1>&6
1784fi
1785
1786test -n "$BUILD_CC" && break
1787done
1788
1789fi
1790
1791echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
aec103d3 1792echo "configure:1793: checking how to run the C preprocessor" >&5
cd6ede75
UD
1793# On Suns, sometimes $CPP names a directory.
1794if test -n "$CPP" && test -d "$CPP"; then
1795 CPP=
1796fi
1797if test -z "$CPP"; then
b43b13ac 1798if eval "test \"\${ac_cv_prog_CPP+set}\" = set"; then
cd6ede75
UD
1799 echo $ac_n "(cached) $ac_c" 1>&6
1800else
1801 # This must be in double quotes, not single quotes, because CPP may get
1802 # substituted into the Makefile and "${CC-cc}" will confuse make.
1803 CPP="${CC-cc} -E"
1804 # On the NeXT, cc -E runs the code through the compiler's parser,
1805 # not just through cpp.
1806 cat > conftest.$ac_ext <<EOF
aec103d3 1807#line 1808 "configure"
cd6ede75
UD
1808#include "confdefs.h"
1809#include <assert.h>
1810Syntax Error
1811EOF
1812ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
aec103d3 1813{ (eval echo configure:1814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5c2a0669 1814ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
cd6ede75
UD
1815if test -z "$ac_err"; then
1816 :
1817else
1818 echo "$ac_err" >&5
1819 echo "configure: failed program was:" >&5
1820 cat conftest.$ac_ext >&5
1821 rm -rf conftest*
1822 CPP="${CC-cc} -E -traditional-cpp"
1823 cat > conftest.$ac_ext <<EOF
aec103d3 1824#line 1825 "configure"
cd6ede75
UD
1825#include "confdefs.h"
1826#include <assert.h>
1827Syntax Error
1828EOF
1829ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
aec103d3 1830{ (eval echo configure:1831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5c2a0669
UD
1831ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1832if test -z "$ac_err"; then
1833 :
1834else
1835 echo "$ac_err" >&5
1836 echo "configure: failed program was:" >&5
1837 cat conftest.$ac_ext >&5
1838 rm -rf conftest*
1839 CPP="${CC-cc} -nologo -E"
1840 cat > conftest.$ac_ext <<EOF
aec103d3 1841#line 1842 "configure"
5c2a0669
UD
1842#include "confdefs.h"
1843#include <assert.h>
1844Syntax Error
1845EOF
1846ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
aec103d3 1847{ (eval echo configure:1848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5c2a0669 1848ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
cd6ede75
UD
1849if test -z "$ac_err"; then
1850 :
1851else
1852 echo "$ac_err" >&5
1853 echo "configure: failed program was:" >&5
1854 cat conftest.$ac_ext >&5
1855 rm -rf conftest*
1856 CPP=/lib/cpp
1857fi
1858rm -f conftest*
1859fi
5c2a0669
UD
1860rm -f conftest*
1861fi
cd6ede75
UD
1862rm -f conftest*
1863 ac_cv_prog_CPP="$CPP"
1864fi
1865 CPP="$ac_cv_prog_CPP"
1866else
1867 ac_cv_prog_CPP="$CPP"
1868fi
1869echo "$ac_t""$CPP" 1>&6
1870
650425ce
UD
1871# Was a --with-binutils option given?
1872if test -n "$path_binutils"; then
1873 # Make absolute; ensure a single trailing slash.
1874 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
63bda0c1 1875 CC="$CC -B$path_binutils"
650425ce 1876fi
27a5bb33
UD
1877AS=`$CC -print-prog-name=as`
1878LD=`$CC -print-prog-name=ld`
5edb9387 1879AR=`$CC -print-prog-name=ar`
cd6ede75
UD
1880
1881
5edb9387
UD
1882# ranlib has to be treated a bit differently since it might not exist at all.
1883RANLIB=`$CC -print-prog-name=ranlib`
1884if test $RANLIB = ranlib; then
1885# This extra check has to happen since gcc simply echos the parameter in
1886# case it cannot find the value in its own directories.
cd6ede75
UD
1887# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1888set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1889echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 1890echo "configure:1891: checking for $ac_word" >&5
b43b13ac 1891if eval "test \"\${ac_cv_prog_RANLIB+set}\" = set"; then
cd6ede75
UD
1892 echo $ac_n "(cached) $ac_c" 1>&6
1893else
1894 if test -n "$RANLIB"; then
1895 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1896else
5c2a0669
UD
1897 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1898 ac_dummy="$PATH"
1899 for ac_dir in $ac_dummy; do
cd6ede75
UD
1900 test -z "$ac_dir" && ac_dir=.
1901 if test -f $ac_dir/$ac_word; then
1902 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1903 break
1904 fi
1905 done
1906 IFS="$ac_save_ifs"
1907fi
1908fi
1909RANLIB="$ac_cv_prog_RANLIB"
1910if test -n "$RANLIB"; then
1911 echo "$ac_t""$RANLIB" 1>&6
1912else
1913 echo "$ac_t""no" 1>&6
1914fi
1915
1916
1917if test -z "$ac_cv_prog_RANLIB"; then
1918if test -n "$ac_tool_prefix"; then
1919 # Extract the first word of "ranlib", so it can be a program name with args.
1920set dummy ranlib; ac_word=$2
1921echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 1922echo "configure:1923: checking for $ac_word" >&5
b43b13ac 1923if eval "test \"\${ac_cv_prog_RANLIB+set}\" = set"; then
cd6ede75
UD
1924 echo $ac_n "(cached) $ac_c" 1>&6
1925else
1926 if test -n "$RANLIB"; then
1927 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1928else
5c2a0669
UD
1929 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1930 ac_dummy="$PATH"
1931 for ac_dir in $ac_dummy; do
cd6ede75
UD
1932 test -z "$ac_dir" && ac_dir=.
1933 if test -f $ac_dir/$ac_word; then
1934 ac_cv_prog_RANLIB="ranlib"
1935 break
1936 fi
1937 done
1938 IFS="$ac_save_ifs"
1939 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1940fi
1941fi
1942RANLIB="$ac_cv_prog_RANLIB"
1943if test -n "$RANLIB"; then
1944 echo "$ac_t""$RANLIB" 1>&6
1945else
1946 echo "$ac_t""no" 1>&6
1947fi
1948
1949else
1950 RANLIB=":"
1951fi
1952fi
1953
5edb9387
UD
1954fi
1955
1956
1957# Determine whether we are using GNU binutils.
1958echo $ac_n "checking whether $AS is GNU as""... $ac_c" 1>&6
aec103d3 1959echo "configure:1960: checking whether $AS is GNU as" >&5
b43b13ac 1960if eval "test \"\${libc_cv_prog_as_gnu+set}\" = set"; then
5edb9387
UD
1961 echo $ac_n "(cached) $ac_c" 1>&6
1962else
1963 # Most GNU programs take a -v and spit out some text including
1964# the word 'GNU'. Some try to read stdin, so give them /dev/null.
1965if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
1966 libc_cv_prog_as_gnu=yes
1967else
1968 libc_cv_prog_as_gnu=no
1969fi
1970rm -fr contest*
1971fi
1972
1973echo "$ac_t""$libc_cv_prog_as_gnu" 1>&6
1974rm -f a.out
1975gnu_as=$libc_cv_prog_as_gnu
1976
1977echo $ac_n "checking whether $LD is GNU ld""... $ac_c" 1>&6
aec103d3 1978echo "configure:1979: checking whether $LD is GNU ld" >&5
b43b13ac 1979if eval "test \"\${libc_cv_prog_ld_gnu+set}\" = set"; then
5edb9387
UD
1980 echo $ac_n "(cached) $ac_c" 1>&6
1981else
1982 # Most GNU programs take a -v and spit out some text including
1983# the word 'GNU'. Some try to read stdin, so give them /dev/null.
1984if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
1985 libc_cv_prog_ld_gnu=yes
1986else
1987 libc_cv_prog_ld_gnu=no
1988fi
1989rm -fr contest*
1990fi
1991
1992echo "$ac_t""$libc_cv_prog_ld_gnu" 1>&6
1993gnu_ld=$libc_cv_prog_ld_gnu
1994
4bca4c17
UD
1995# Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
1996set dummy ${ac_tool_prefix}mig; ac_word=$2
1997echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 1998echo "configure:1999: checking for $ac_word" >&5
b43b13ac 1999if eval "test \"\${ac_cv_prog_MIG+set}\" = set"; then
4bca4c17
UD
2000 echo $ac_n "(cached) $ac_c" 1>&6
2001else
2002 if test -n "$MIG"; then
2003 ac_cv_prog_MIG="$MIG" # Let the user override the test.
2004else
5c2a0669
UD
2005 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2006 ac_dummy="$PATH"
2007 for ac_dir in $ac_dummy; do
4bca4c17
UD
2008 test -z "$ac_dir" && ac_dir=.
2009 if test -f $ac_dir/$ac_word; then
2010 ac_cv_prog_MIG="${ac_tool_prefix}mig"
2011 break
2012 fi
2013 done
2014 IFS="$ac_save_ifs"
2015 test -z "$ac_cv_prog_MIG" && ac_cv_prog_MIG="mig"
2016fi
2017fi
2018MIG="$ac_cv_prog_MIG"
2019if test -n "$MIG"; then
2020 echo "$ac_t""$MIG" 1>&6
2021else
2022 echo "$ac_t""no" 1>&6
2023fi
2024
2025
2026
cd6ede75 2027
3c720987
UD
2028# if using special system headers, find out the compiler's sekrit
2029# header directory and add that to the list. NOTE: Only does the right
2030# thing on a system that doesn't need fixincludes. (Not presently a problem.)
2031if test -n "$sysheaders"; then
2032 ccheaders=`$CC -print-file-name=include`
2033 SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $sysheaders"
2034fi
2035
2036
f89ac85c
UD
2037# check if ranlib is necessary
2038echo $ac_n "checking whether ranlib is necessary""... $ac_c" 1>&6
aec103d3 2039echo "configure:2040: checking whether ranlib is necessary" >&5
b43b13ac 2040if eval "test \"\${libc_cv_ranlib_necessary+set}\" = set"; then
f38931a9
UD
2041 echo $ac_n "(cached) $ac_c" 1>&6
2042else
f89ac85c
UD
2043 cat > conftest.c <<EOF
2044int a;
2045char b;
2046void c(void) {}
2047EOF
2048$CC $CFLAGS -c conftest.c
2049$AR cr conftest.a conftest.c
2050cp conftest.a conftest2.a
2051$RANLIB conftest.a
2052if cmp -s conftest.a conftest2.a; then
2053 libc_cv_ranlib_necessary=no
f38931a9 2054else
f89ac85c 2055 libc_cv_ranlib_necessary=yes
f38931a9 2056fi
f89ac85c 2057rm -rf conftest*
f38931a9
UD
2058fi
2059
f89ac85c
UD
2060echo "$ac_t""$libc_cv_ranlib_necessary" 1>&6
2061if test "$libc_cv_ranlib_necessary" = no; then
2062 RANLIB=:
2063fi
f38931a9 2064
3911660e
UD
2065# Test if LD_LIBRARY_PATH contains the notation for the current directory
2066# since this would lead to problems installing/building glibc.
2067# LD_LIBRARY_PATH contains the current directory if one of the following
2068# is true:
2069# - one of the terminals (":" and ";") is the first or last sign
2070# - two terminals occur directly after each other
2071# - the path contains an element with a dot in it
2072echo $ac_n "checking LD_LIBRARY_PATH variable""... $ac_c" 1>&6
aec103d3 2073echo "configure:2074: checking LD_LIBRARY_PATH variable" >&5
3911660e
UD
2074case ${LD_LIBRARY_PATH} in
2075 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
b3a86ae1 2076 ld_library_path_setting="contains current directory"
3911660e
UD
2077 ;;
2078 *)
2079 ld_library_path_setting="ok"
2080 ;;
2081esac
2082echo "$ac_t""$ld_library_path_setting" 1>&6
2083if test "$ld_library_path_setting" != "ok"; then
63bda0c1
UD
2084{ echo "configure: error:
2085*** LD_LIBRARY_PATH shouldn't contain the current directory when
2086*** building glibc. Please change the environment variable
2087*** and run configure again." 1>&2; exit 1; }
3911660e
UD
2088fi
2089
cd6ede75
UD
2090# Extract the first word of "bash", so it can be a program name with args.
2091set dummy bash; ac_word=$2
2092echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 2093echo "configure:2094: checking for $ac_word" >&5
b43b13ac 2094if eval "test \"\${ac_cv_path_BASH+set}\" = set"; then
cd6ede75
UD
2095 echo $ac_n "(cached) $ac_c" 1>&6
2096else
2097 case "$BASH" in
2098 /*)
2099 ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
2100 ;;
5c2a0669
UD
2101 ?:/*)
2102 ac_cv_path_BASH="$BASH" # Let the user override the test with a dos path.
2103 ;;
cd6ede75 2104 *)
5c2a0669
UD
2105 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2106 ac_dummy="$PATH"
2107 for ac_dir in $ac_dummy; do
cd6ede75
UD
2108 test -z "$ac_dir" && ac_dir=.
2109 if test -f $ac_dir/$ac_word; then
2110 ac_cv_path_BASH="$ac_dir/$ac_word"
2111 break
2112 fi
2113 done
2114 IFS="$ac_save_ifs"
2115 test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="no"
2116 ;;
2117esac
2118fi
2119BASH="$ac_cv_path_BASH"
2120if test -n "$BASH"; then
2121 echo "$ac_t""$BASH" 1>&6
2122else
2123 echo "$ac_t""no" 1>&6
2124fi
2125
2126if test "$BASH" != no &&
f43ce637 2127 $BASH -c 'test "$BASH_VERSINFO" \
6973fc01 2128 && test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then
cd6ede75
UD
2129 libc_cv_have_bash2=yes
2130else
2131 libc_cv_have_bash2=no
2132fi
2133
2134
2135if test "$BASH" = no; then
2136 # Extract the first word of "ksh", so it can be a program name with args.
2137set dummy ksh; ac_word=$2
2138echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 2139echo "configure:2140: checking for $ac_word" >&5
b43b13ac 2140if eval "test \"\${ac_cv_path_KSH+set}\" = set"; then
cd6ede75
UD
2141 echo $ac_n "(cached) $ac_c" 1>&6
2142else
2143 case "$KSH" in
2144 /*)
2145 ac_cv_path_KSH="$KSH" # Let the user override the test with a path.
2146 ;;
5c2a0669
UD
2147 ?:/*)
2148 ac_cv_path_KSH="$KSH" # Let the user override the test with a dos path.
2149 ;;
cd6ede75 2150 *)
5c2a0669
UD
2151 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2152 ac_dummy="$PATH"
2153 for ac_dir in $ac_dummy; do
cd6ede75
UD
2154 test -z "$ac_dir" && ac_dir=.
2155 if test -f $ac_dir/$ac_word; then
2156 ac_cv_path_KSH="$ac_dir/$ac_word"
2157 break
2158 fi
2159 done
2160 IFS="$ac_save_ifs"
2161 test -z "$ac_cv_path_KSH" && ac_cv_path_KSH="no"
2162 ;;
2163esac
2164fi
2165KSH="$ac_cv_path_KSH"
2166if test -n "$KSH"; then
2167 echo "$ac_t""$KSH" 1>&6
2168else
2169 echo "$ac_t""no" 1>&6
2170fi
2171
2172 if test "$KSH" = no; then
2173 libc_cv_have_ksh=no
2174 else
2175 libc_cv_have_ksh=yes
2176 fi
2177else
2178 KSH="$BASH"
2179
2180 libc_cv_have_ksh=yes
2181fi
2182
2183
f0d8cfd7 2184for ac_prog in mawk gawk nawk awk
a2b08ee5
UD
2185do
2186# Extract the first word of "$ac_prog", so it can be a program name with args.
2187set dummy $ac_prog; ac_word=$2
2188echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 2189echo "configure:2190: checking for $ac_word" >&5
b43b13ac 2190if eval "test \"\${ac_cv_prog_AWK+set}\" = set"; then
5aa8ff62
UD
2191 echo $ac_n "(cached) $ac_c" 1>&6
2192else
2193 if test -n "$AWK"; then
2194 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2195else
5c2a0669
UD
2196 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2197 ac_dummy="$PATH"
2198 for ac_dir in $ac_dummy; do
5aa8ff62
UD
2199 test -z "$ac_dir" && ac_dir=.
2200 if test -f $ac_dir/$ac_word; then
2201 ac_cv_prog_AWK="$ac_prog"
2202 break
2203 fi
2204 done
2205 IFS="$ac_save_ifs"
2206fi
2207fi
2208AWK="$ac_cv_prog_AWK"
2209if test -n "$AWK"; then
2210 echo "$ac_t""$AWK" 1>&6
2211else
2212 echo "$ac_t""no" 1>&6
2213fi
2214
2215test -n "$AWK" && break
2216done
2217
c0016081
UD
2218# Extract the first word of "perl", so it can be a program name with args.
2219set dummy perl; ac_word=$2
5aa8ff62 2220echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 2221echo "configure:2222: checking for $ac_word" >&5
b43b13ac 2222if eval "test \"\${ac_cv_path_PERL+set}\" = set"; then
a2b08ee5
UD
2223 echo $ac_n "(cached) $ac_c" 1>&6
2224else
2225 case "$PERL" in
2226 /*)
2227 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2228 ;;
5c2a0669
UD
2229 ?:/*)
2230 ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
2231 ;;
a2b08ee5 2232 *)
5c2a0669
UD
2233 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2234 ac_dummy="$PATH"
2235 for ac_dir in $ac_dummy; do
a2b08ee5
UD
2236 test -z "$ac_dir" && ac_dir=.
2237 if test -f $ac_dir/$ac_word; then
2238 ac_cv_path_PERL="$ac_dir/$ac_word"
2239 break
2240 fi
2241 done
2242 IFS="$ac_save_ifs"
c0016081 2243 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
a2b08ee5
UD
2244 ;;
2245esac
2246fi
2247PERL="$ac_cv_path_PERL"
2248if test -n "$PERL"; then
2249 echo "$ac_t""$PERL" 1>&6
2250else
2251 echo "$ac_t""no" 1>&6
2252fi
2253
a2b08ee5 2254
c0016081
UD
2255# Extract the first word of "install-info", so it can be a program name with args.
2256set dummy install-info; ac_word=$2
2257echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
aec103d3 2258echo "configure:2259: checking for $ac_word" >&5
b43b13ac 2259if eval "test \"\${ac_cv_path_INSTALL_INFO+set}\" = set"; then
c0016081
UD
2260 echo $ac_n "(cached) $ac_c" 1>&6
2261else
2262 case "$INSTALL_INFO" in
2263 /*)
2264 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
2265 ;;
5c2a0669
UD
2266 ?:/*)
2267 ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a dos path.
2268 ;;
c0016081 2269 *)
5c2a0669 2270 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9f2a9248 2271 ac_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5c2a0669 2272 for ac_dir in $ac_dummy; do
c0016081
UD
2273 test -z "$ac_dir" && ac_dir=.
2274 if test -f $ac_dir/$ac_word; then
2275 ac_cv_path_INSTALL_INFO="$ac_dir/$ac_word"
2276 break
2277 fi
2278 done
2279 IFS="$ac_save_ifs"
2280 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
2281 ;;
2282esac
2283fi
2284INSTALL_INFO="$ac_cv_path_INSTALL_INFO"
2285if test -n "$INSTALL_INFO"; then
2286 echo "$ac_t""$INSTALL_INFO" 1>&6
2287else
2288 echo "$ac_t""no" 1>&6
2289fi
2290
2291
2292if test "$INSTALL_INFO" != "no"; then
2293echo $ac_n "checking for old Debian install-info""... $ac_c" 1>&6
aec103d3 2294echo "configure:2295: checking for old Debian install-info" >&5
b43b13ac 2295if eval "test \"\${libc_cv_old_debian_install_info+set}\" = set"; then
c0016081
UD
2296 echo $ac_n "(cached) $ac_c" 1>&6
2297else
2298 mkdir conftest.d
2299 # There is a hard ^_ on the next line. I am open to better ideas.
2300 (echo '\1f'
2301 echo 'File: dir Node: Top This is the top of the INFO tree'
2302 echo '* Menu:') >conftest.d/dir
2303 (echo 'INFO-DIR-SECTION i-d-s works'
2304 echo 'START-INFO-DIR-ENTRY'
2305 echo '* Prog: (prog). Program.'
2306 echo 'END-INFO-DIR-ENTRY') >conftest.d/prog.info
2307 if $INSTALL_INFO --info-dir=conftest.d conftest.d/prog.info >&5 2>&1
d8cceb4f 2308 then
c0016081
UD
2309 if grep -s 'i-d-s works' conftest.d/dir >/dev/null
2310 then libc_cv_old_debian_install_info=no
2311 else libc_cv_old_debian_install_info=yes
2312 fi
2313 else libc_cv_old_debian_install_info=no testfailed=t
2314 fi
2315 rm -fr conftest.d
2316fi
2317
2318echo "$ac_t""$libc_cv_old_debian_install_info" 1>&6
2319if test -n "$testfailed"
2320then echo "configure: warning: install-info errored out, check config.log" 1>&2
2321fi
2322OLD_DEBIAN_INSTALL_INFO=$libc_cv_old_debian_install_info
2323fi
a2b08ee5
UD
2324
2325
cd6ede75 2326echo $ac_n "checking for signed size_t type""... $ac_c" 1>&6
aec103d3 2327echo "configure:2328: checking for signed size_t type" >&5
b43b13ac 2328if eval "test \"\${libc_cv_signed_size_t+set}\" = set"; then
cd6ede75
UD
2329 echo $ac_n "(cached) $ac_c" 1>&6
2330else
2331 echo '#include <stddef.h>
2332FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
2333if eval "$ac_cpp conftest.c 2>/dev/null" \
2334| grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null; then
2335 libc_cv_signed_size_t=no
2336else
2337 libc_cv_signed_size_t=yes
2338fi
2339rm -f conftest*
2340fi
2341
2342echo "$ac_t""$libc_cv_signed_size_t" 1>&6
2343if test $libc_cv_signed_size_t = yes; then
2344 cat >> confdefs.h <<\EOF
2345#undef __SIZE_TYPE__
2346#define __SIZE_TYPE__ unsigned
2347EOF
2348fi
2349
2350echo $ac_n "checking for libc-friendly stddef.h""... $ac_c" 1>&6
aec103d3 2351echo "configure:2352: checking for libc-friendly stddef.h" >&5
b43b13ac 2352if eval "test \"\${libc_cv_friendly_stddef+set}\" = set"; then
cd6ede75
UD
2353 echo $ac_n "(cached) $ac_c" 1>&6
2354else
2355 cat > conftest.$ac_ext <<EOF
aec103d3 2356#line 2357 "configure"
cd6ede75
UD
2357#include "confdefs.h"
2358#define __need_size_t
2359#define __need_wchar_t
2360#include <stddef.h>
2361#define __need_NULL
2362#include <stddef.h>
2363int main() {
2364size_t size; wchar_t wchar;
2365#ifdef offsetof
2366#error stddef.h ignored __need_*
2367#endif
2368if (&size == NULL || &wchar == NULL) abort ();
2369; return 0; }
2370EOF
aec103d3 2371if { (eval echo configure:2372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6ede75
UD
2372 rm -rf conftest*
2373 libc_cv_friendly_stddef=yes
2374else
2375 echo "configure: failed program was:" >&5
2376 cat conftest.$ac_ext >&5
2377 rm -rf conftest*
2378 libc_cv_friendly_stddef=no
2379fi
2380rm -f conftest*
2381fi
2382
2383echo "$ac_t""$libc_cv_friendly_stddef" 1>&6
2384if test $libc_cv_friendly_stddef = yes; then
2385 config_vars="$config_vars
2386override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
2387fi
2388
2389echo $ac_n "checking whether we need to use -P to assemble .S files""... $ac_c" 1>&6
aec103d3 2390echo "configure:2391: checking whether we need to use -P to assemble .S files" >&5
b43b13ac 2391if eval "test \"\${libc_cv_need_minus_P+set}\" = set"; then
cd6ede75
UD
2392 echo $ac_n "(cached) $ac_c" 1>&6
2393else
2394 cat > conftest.S <<EOF
2395#include "confdefs.h"
2396/* Nothing whatsoever. */
2397EOF
2398if ${CC-cc} $CFLAGS -c conftest.S 2>/dev/null; then
2399 libc_cv_need_minus_P=no
2400else
2401 libc_cv_need_minus_P=yes
2402fi
2403rm -f conftest*
2404fi
2405
2406echo "$ac_t""$libc_cv_need_minus_P" 1>&6
2407if test $libc_cv_need_minus_P = yes; then
2408 config_vars="$config_vars
2409asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
2410fi
2411
2293395f 2412echo $ac_n "checking whether .text pseudo-op must be used""... $ac_c" 1>&6
aec103d3 2413echo "configure:2414: checking whether .text pseudo-op must be used" >&5
b43b13ac 2414if eval "test \"\${libc_cv_dot_text+set}\" = set"; then
2293395f
UD
2415 echo $ac_n "(cached) $ac_c" 1>&6
2416else
2417 cat > conftest.s <<EOF
2418.text
2419EOF
2420libc_cv_dot_text=
2421if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2422 libc_cv_dot_text=.text
2423fi
2424rm -f conftest*
2425fi
2426
2427if test -z "$libc_cv_dot_text"; then
2428 echo "$ac_t""no" 1>&6
2429else
2430 echo "$ac_t""yes" 1>&6
2431fi
2432
cd6ede75 2433echo $ac_n "checking for assembler global-symbol directive""... $ac_c" 1>&6
aec103d3 2434echo "configure:2435: checking for assembler global-symbol directive" >&5
b43b13ac 2435if eval "test \"\${libc_cv_asm_global_directive+set}\" = set"; then
cd6ede75
UD
2436 echo $ac_n "(cached) $ac_c" 1>&6
2437else
2438 libc_cv_asm_global_directive=UNKNOWN
908c3d5b 2439for ac_globl in .globl .global .EXPORT; do
cd6ede75 2440 cat > conftest.s <<EOF
2293395f 2441 ${libc_cv_dot_text}
908c3d5b 2442 ${ac_globl} foo
cd6ede75
UD
2443foo:
2444EOF
2445 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2446 libc_cv_asm_global_directive=${ac_globl}
2447 fi
2448 rm -f conftest*
2449 test $libc_cv_asm_global_directive != UNKNOWN && break
2450done
2451fi
2452
2453echo "$ac_t""$libc_cv_asm_global_directive" 1>&6
2454if test $libc_cv_asm_global_directive = UNKNOWN; then
2455 { echo "configure: error: cannot determine asm global directive" 1>&2; exit 1; }
2456else
2457 cat >> confdefs.h <<EOF
2458#define ASM_GLOBAL_DIRECTIVE ${libc_cv_asm_global_directive}
2459EOF
2460
2461fi
2462
2463echo $ac_n "checking for .set assembler directive""... $ac_c" 1>&6
aec103d3 2464echo "configure:2465: checking for .set assembler directive" >&5
b43b13ac 2465if eval "test \"\${libc_cv_asm_set_directive+set}\" = set"; then
cd6ede75
UD
2466 echo $ac_n "(cached) $ac_c" 1>&6
2467else
2468 cat > conftest.s <<EOF
2293395f 2469${libc_cv_dot_text}
cd6ede75
UD
2470foo:
2471.set glibc_conftest_frobozz,foo
2472$libc_cv_asm_global_directive glibc_conftest_frobozz
2473EOF
2474# The alpha-dec-osf1 assembler gives only a warning for `.set'
2475# (but it doesn't work), so we must do a linking check to be sure.
2476cat > conftest1.c <<\EOF
2477extern int glibc_conftest_frobozz;
2478main () { printf ("%d\n", glibc_conftest_frobozz); }
2479EOF
2480if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
2481 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
2482 libc_cv_asm_set_directive=yes
2483else
2484 libc_cv_asm_set_directive=no
2485fi
2486rm -f conftest*
2487fi
2488
2489echo "$ac_t""$libc_cv_asm_set_directive" 1>&6
2490if test $libc_cv_asm_set_directive = yes; then
2491 cat >> confdefs.h <<\EOF
2492#define HAVE_ASM_SET_DIRECTIVE 1
2493EOF
2494
2495fi
2496
2497echo $ac_n "checking for .symver assembler directive""... $ac_c" 1>&6
aec103d3 2498echo "configure:2499: checking for .symver assembler directive" >&5
b43b13ac 2499if eval "test \"\${libc_cv_asm_symver_directive+set}\" = set"; then
cd6ede75
UD
2500 echo $ac_n "(cached) $ac_c" 1>&6
2501else
2502 cat > conftest.s <<EOF
2293395f 2503${libc_cv_dot_text}
cd6ede75
UD
2504_sym:
2505.symver _sym,sym@VERS
2506EOF
2507if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
2508 libc_cv_asm_symver_directive=yes
2509else
2510 libc_cv_asm_symver_directive=no
2511fi
2512rm -f conftest*
2513fi
2514
2515echo "$ac_t""$libc_cv_asm_symver_directive" 1>&6
2516echo $ac_n "checking for ld --version-script""... $ac_c" 1>&6
aec103d3 2517echo "configure:2518: checking for ld --version-script" >&5
b43b13ac 2518if eval "test \"\${libc_cv_ld_version_script_option+set}\" = set"; then
cd6ede75
UD
2519 echo $ac_n "(cached) $ac_c" 1>&6
2520else
2521 if test $libc_cv_asm_symver_directive = yes; then
2522 cat > conftest.s <<EOF
2293395f 2523${libc_cv_dot_text}
cd6ede75
UD
2524_sym:
2525.symver _sym,sym@VERS
2526EOF
2527 cat > conftest.map <<EOF
f43ce637 2528VERS_1 {
cd6ede75
UD
2529 global: sym;
2530};
f43ce637
UD
2531
2532VERS_2 {
2533 global: sym;
2534} VERS_1;
cd6ede75
UD
2535EOF
2536 if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
2537 if { ac_try='${CC-cc} $CFLAGS -shared -o conftest.so conftest.o
2538 -nostartfiles -nostdlib
2539 -Wl,--version-script,conftest.map
aec103d3 2540 1>&5'; { (eval echo configure:2541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; };
cd6ede75
UD
2541 then
2542 libc_cv_ld_version_script_option=yes
2543 else
2544 libc_cv_ld_version_script_option=no
2545 fi
2546 else
2547 libc_cv_ld_version_script_option=no
2548 fi
2549else
2550 libc_cv_ld_version_script_option=no
2551fi
2552rm -f conftest*
2553fi
2554
2555echo "$ac_t""$libc_cv_ld_version_script_option" 1>&6
2556if test $libc_cv_asm_symver_directive = yes &&
650425ce
UD
2557 test $libc_cv_ld_version_script_option = yes &&
2558 test $enable_versioning = yes; then
cd6ede75
UD
2559 VERSIONING=yes
2560 cat >> confdefs.h <<\EOF
2561#define DO_VERSIONING 1
2562EOF
2563
2564else
2565 VERSIONING=no
2566fi
2567
2568
f43ce637
UD
2569if test $VERSIONING = no; then
2570 echo "\
f4017d20 2571*** WARNING: You should not compile GNU libc without versioning. Not using
f43ce637
UD
2572*** versioning will introduce incompatibilities so that old binaries
2573*** will not run anymore.
08a0d60a 2574*** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer)."
f43ce637 2575fi
cd6ede75
UD
2576if test $elf = yes; then
2577 echo $ac_n "checking for .previous assembler directive""... $ac_c" 1>&6
aec103d3 2578echo "configure:2579: checking for .previous assembler directive" >&5
b43b13ac 2579if eval "test \"\${libc_cv_asm_previous_directive+set}\" = set"; then
cd6ede75
UD
2580 echo $ac_n "(cached) $ac_c" 1>&6
2581else
2582 cat > conftest.s <<EOF
2583.section foo_section
2584.previous
2585EOF
aec103d3 2586 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:2587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
2587 libc_cv_asm_previous_directive=yes
2588 else
2589 libc_cv_asm_previous_directive=no
2590 fi
2591 rm -f conftest*
2592fi
2593
2594echo "$ac_t""$libc_cv_asm_previous_directive" 1>&6
2595 if test $libc_cv_asm_previous_directive = yes; then
2596 cat >> confdefs.h <<\EOF
2597#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
2598EOF
2599
2600 else
2601 echo $ac_n "checking for .popsection assembler directive""... $ac_c" 1>&6
aec103d3 2602echo "configure:2603: checking for .popsection assembler directive" >&5
b43b13ac 2603if eval "test \"\${libc_cv_asm_popsection_directive+set}\" = set"; then
cd6ede75
UD
2604 echo $ac_n "(cached) $ac_c" 1>&6
2605else
2606 cat > conftest.s <<EOF
2607.pushsection foo_section
2608.popsection
2609EOF
aec103d3 2610 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
2611 libc_cv_asm_popsection_directive=yes
2612 else
2613 libc_cv_asm_popsection_directive=no
2614 fi
2615 rm -f conftest*
2616fi
2617
2618echo "$ac_t""$libc_cv_asm_popsection_directive" 1>&6
2619 if test $libc_cv_asm_popsection_directive = yes; then
2620 cat >> confdefs.h <<\EOF
2621#define HAVE_ASM_POPSECTION_DIRECTIVE 1
2622EOF
2623
2624 fi
2625 fi
2626fi
2627
2628if test $elf != yes; then
2629 echo $ac_n "checking for .init and .fini sections""... $ac_c" 1>&6
aec103d3 2630echo "configure:2631: checking for .init and .fini sections" >&5
b43b13ac 2631if eval "test \"\${libc_cv_have_initfini+set}\" = set"; then
cd6ede75
UD
2632 echo $ac_n "(cached) $ac_c" 1>&6
2633else
2634 cat > conftest.$ac_ext <<EOF
aec103d3 2635#line 2636 "configure"
cd6ede75
UD
2636#include "confdefs.h"
2637
2638int main() {
2639asm (".section .init");
2640 asm (".section .fini");
2293395f 2641 asm ("${libc_cv_dot_text}");
cd6ede75
UD
2642; return 0; }
2643EOF
aec103d3 2644if { (eval echo configure:2645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6ede75
UD
2645 rm -rf conftest*
2646 libc_cv_have_initfini=yes
2647else
2648 echo "configure: failed program was:" >&5
2649 cat conftest.$ac_ext >&5
2650 rm -rf conftest*
2651 libc_cv_have_initfini=no
2652fi
2653rm -f conftest*
2654fi
2655
2656echo "$ac_t""$libc_cv_have_initfini" 1>&6
2657 if test $libc_cv_have_initfini = yes; then
2658 cat >> confdefs.h <<\EOF
2659#define HAVE_INITFINI 1
2660EOF
2661
2662 fi
2663fi
2664
9a0a462c
UD
2665
2666
cd6ede75
UD
2667if test $elf = yes; then
2668 libc_cv_asm_underscores=no
2669else
9a0a462c
UD
2670 if test $ac_cv_prog_cc_works = yes; then
2671 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
aec103d3 2672echo "configure:2673: checking for _ prefix on C symbol names" >&5
b43b13ac 2673if eval "test \"\${libc_cv_asm_underscores+set}\" = set"; then
cd6ede75
UD
2674 echo $ac_n "(cached) $ac_c" 1>&6
2675else
2676 cat > conftest.$ac_ext <<EOF
aec103d3 2677#line 2678 "configure"
cd6ede75
UD
2678#include "confdefs.h"
2679asm ("_glibc_foobar:");
2680int main() {
2681glibc_foobar ();
2682; return 0; }
2683EOF
aec103d3 2684if { (eval echo configure:2685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
cd6ede75
UD
2685 rm -rf conftest*
2686 libc_cv_asm_underscores=yes
2687else
2688 echo "configure: failed program was:" >&5
2689 cat conftest.$ac_ext >&5
2690 rm -rf conftest*
2691 libc_cv_asm_underscores=no
2692fi
2693rm -f conftest*
2694fi
2695
2696echo "$ac_t""$libc_cv_asm_underscores" 1>&6
9a0a462c
UD
2697 else
2698 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
aec103d3 2699echo "configure:2700: checking for _ prefix on C symbol names" >&5
b43b13ac 2700if eval "test \"\${libc_cv_asm_underscores+set}\" = set"; then
9a0a462c
UD
2701 echo $ac_n "(cached) $ac_c" 1>&6
2702else
2703 cat > conftest.$ac_ext <<EOF
aec103d3 2704#line 2705 "configure"
9a0a462c
UD
2705#include "confdefs.h"
2706void underscore_test(void) {
2707return; }
2708EOF
aec103d3 2709if { (eval echo configure:2710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9a0a462c
UD
2710 if grep _underscore_test conftest* >/dev/null; then
2711 rm -f conftest*
2712 libc_cv_asm_underscores=yes
2713 else
2714 rm -f conftest*
2715 libc_cv_asm_underscores=no
2716 fi
2717else
2718 echo "configure: failed program was:" >&5
2719 cat conftest.$ac_ext >&5
2720 rm -f conftest*
2721 libc_cv_asm_underscores=no
2722fi
2723rm -f conftest*
2724fi
2725
2726echo "$ac_t""$libc_cv_asm_underscores" 1>&6
2727 fi
cd6ede75
UD
2728fi
2729if test $libc_cv_asm_underscores = no; then
2730 cat >> confdefs.h <<\EOF
2731#define NO_UNDERSCORES 1
2732EOF
2733
2734fi
2735
2736if test $elf = yes; then
2737 libc_cv_weak_symbols=yes
9a97d1f7
UD
2738fi
2739
2740echo $ac_n "checking for assembler .weak directive""... $ac_c" 1>&6
aec103d3 2741echo "configure:2742: checking for assembler .weak directive" >&5
b43b13ac 2742if eval "test \"\${libc_cv_asm_weak_directive+set}\" = set"; then
cd6ede75
UD
2743 echo $ac_n "(cached) $ac_c" 1>&6
2744else
2745 cat > conftest.s <<EOF
2293395f 2746${libc_cv_dot_text}
cd6ede75
UD
2747${libc_cv_asm_global_directive} foo
2748foo:
2749.weak foo
2750.weak bar; bar = foo
2751EOF
9a97d1f7
UD
2752if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2753 libc_cv_asm_weak_directive=yes
2754else
2755 libc_cv_asm_weak_directive=no
2756fi
2757rm -f conftest*
cd6ede75
UD
2758fi
2759
2760echo "$ac_t""$libc_cv_asm_weak_directive" 1>&6
2761
2762if test $libc_cv_asm_weak_directive = no; then
2763 echo $ac_n "checking for assembler .weakext directive""... $ac_c" 1>&6
aec103d3 2764echo "configure:2765: checking for assembler .weakext directive" >&5
b43b13ac 2765if eval "test \"\${libc_cv_asm_weakext_directive+set}\" = set"; then
cd6ede75
UD
2766 echo $ac_n "(cached) $ac_c" 1>&6
2767else
2768 cat > conftest.s <<EOF
2293395f 2769${libc_cv_dot_text}
cd6ede75
UD
2770${libc_cv_asm_global_directive} foo
2771foo:
9a97d1f7
UD
2772.weakext bar foo
2773.weakext baz
2774${libc_cv_asm_global_directive} baz
2775baz:
cd6ede75
UD
2776EOF
2777 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2778 libc_cv_asm_weakext_directive=yes
2779 else
2780 libc_cv_asm_weakext_directive=no
2781 fi
2782 rm -f conftest*
2783fi
2784
2785echo "$ac_t""$libc_cv_asm_weakext_directive" 1>&6
2786
9a97d1f7 2787fi # no .weak
cd6ede75
UD
2788
2789if test $libc_cv_asm_weak_directive = yes; then
2790 cat >> confdefs.h <<\EOF
2791#define HAVE_ASM_WEAK_DIRECTIVE 1
2792EOF
2793
2794elif test $libc_cv_asm_weakext_directive = yes; then
2795 cat >> confdefs.h <<\EOF
2796#define HAVE_ASM_WEAKEXT_DIRECTIVE 1
2797EOF
2798
2799fi
2800
2801echo $ac_n "checking for ld --no-whole-archive""... $ac_c" 1>&6
aec103d3 2802echo "configure:2803: checking for ld --no-whole-archive" >&5
b43b13ac 2803if eval "test \"\${libc_cv_ld_no_whole_archive+set}\" = set"; then
cd6ede75
UD
2804 echo $ac_n "(cached) $ac_c" 1>&6
2805else
2806 cat > conftest.c <<\EOF
2807_start () {}
2808int __eh_pc;
2809__throw () {}
2810EOF
2811if { ac_try='${CC-cc} $CFLAGS
2812 -nostdlib -nostartfiles -Wl,--no-whole-archive
aec103d3 2813 -o conftest conftest.c 1>&5'; { (eval echo configure:2814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
2814 libc_cv_ld_no_whole_archive=yes
2815else
2816 libc_cv_ld_no_whole_archive=no
2817fi
2818rm -f conftest*
2819fi
2820
2821echo "$ac_t""$libc_cv_ld_no_whole_archive" 1>&6
b17277cf
UD
2822if test $libc_cv_ld_no_whole_archive = yes; then
2823 no_whole_archive=-Wl,--no-whole-archive
2824fi
cd6ede75 2825
dff14448 2826echo $ac_n "checking for gcc -fexceptions""... $ac_c" 1>&6
aec103d3 2827echo "configure:2828: checking for gcc -fexceptions" >&5
b43b13ac 2828if eval "test \"\${libc_cv_gcc_exceptions+set}\" = set"; then
cd6ede75
UD
2829 echo $ac_n "(cached) $ac_c" 1>&6
2830else
2831 cat > conftest.c <<\EOF
2832_start () {}
2833int __eh_pc;
2834__throw () {}
2835EOF
2836if { ac_try='${CC-cc} $CFLAGS
dff14448 2837 -nostdlib -nostartfiles -fexceptions
aec103d3 2838 -o conftest conftest.c 1>&5'; { (eval echo configure:2839: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
dff14448 2839 libc_cv_gcc_exceptions=yes
cd6ede75 2840else
dff14448 2841 libc_cv_gcc_exceptions=no
cd6ede75
UD
2842fi
2843rm -f conftest*
2844fi
2845
dff14448
UD
2846echo "$ac_t""$libc_cv_gcc_exceptions" 1>&6
2847if test $libc_cv_gcc_exceptions = yes; then
2848 exceptions=-fexceptions
b17277cf 2849fi
cd6ede75 2850
d71b808a
UD
2851if test "$base_machine" = alpha ; then
2852echo $ac_n "checking for function ..ng prefix""... $ac_c" 1>&6
aec103d3 2853echo "configure:2854: checking for function ..ng prefix" >&5
b43b13ac 2854if eval "test \"\${libc_cv_gcc_alpha_ng_prefix+set}\" = set"; then
d71b808a
UD
2855 echo $ac_n "(cached) $ac_c" 1>&6
2856else
2857 cat > conftest.c <<\EOF
2858foo () { }
2859EOF
aec103d3 2860if { ac_try='${CC-cc} -S conftest.c -o - | fgrep "\$foo..ng" > /dev/null'; { (eval echo configure:2861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; };
d71b808a
UD
2861then
2862 libc_cv_gcc_alpha_ng_prefix=yes
2863else
2864 libc_cv_gcc_alpha_ng_prefix=no
2865fi
2866rm -f conftest*
2867fi
2868
2869echo "$ac_t""$libc_cv_gcc_alpha_ng_prefix" 1>&6
2870if test $libc_cv_gcc_alpha_ng_prefix = yes ; then
2871 cat >> confdefs.h <<\EOF
2872#define ASM_ALPHA_NG_SYMBOL_PREFIX "$"
2873EOF
2874
2875else
2876 cat >> confdefs.h <<\EOF
2877#define ASM_ALPHA_NG_SYMBOL_PREFIX ""
2878EOF
2879
2880fi
2881fi
2882
ebcd12d4
UD
2883if test "$host_cpu" = powerpc ; then
2884# Check for a bug present in at least versions 2.8.x of GCC
2885# and versions 1.0.x of EGCS.
2886echo $ac_n "checking whether clobbering cr0 causes problems""... $ac_c" 1>&6
aec103d3 2887echo "configure:2888: checking whether clobbering cr0 causes problems" >&5
b43b13ac 2888if eval "test \"\${libc_cv_c_asmcr0_bug+set}\" = set"; then
ebcd12d4
UD
2889 echo $ac_n "(cached) $ac_c" 1>&6
2890else
2891 cat > conftest.$ac_ext <<EOF
aec103d3 2892#line 2893 "configure"
ebcd12d4
UD
2893#include "confdefs.h"
2894int tester(int x) { asm ("" : : : "cc"); return x & 123; }
2895int main() {
2896
2897; return 0; }
2898EOF
aec103d3 2899if { (eval echo configure:2900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ebcd12d4
UD
2900 rm -rf conftest*
2901 libc_cv_c_asmcr0_bug='no'
2902else
2903 echo "configure: failed program was:" >&5
2904 cat conftest.$ac_ext >&5
2905 rm -rf conftest*
2906 libc_cv_c_asmcr0_bug='yes'
2907fi
2908rm -f conftest*
2909fi
2910
2911echo "$ac_t""$libc_cv_c_asmcr0_bug" 1>&6
2912if test "$libc_cv_c_asmcr0_bug" != 'no'; then
2913 cat >> confdefs.h <<\EOF
2914#define BROKEN_PPC_ASM_CR0 1
2915EOF
2916
2917fi
2918fi
2919
650425ce 2920echo $ac_n "checking for DWARF2 unwind info support""... $ac_c" 1>&6
aec103d3 2921echo "configure:2922: checking for DWARF2 unwind info support" >&5
b43b13ac 2922if eval "test \"\${libc_cv_gcc_dwarf2_unwind_info+set}\" = set"; then
650425ce
UD
2923 echo $ac_n "(cached) $ac_c" 1>&6
2924else
2925 cat > conftest.c <<EOF
aec103d3 2926#line 2927 "configure"
650425ce
UD
2927static char __EH_FRAME_BEGIN__;
2928_start ()
2929{
9756dfe1 2930#ifdef CHECK__register_frame
650425ce
UD
2931 __register_frame (__EH_FRAME_BEGIN__);
2932 __deregister_frame (__EH_FRAME_BEGIN__);
9756dfe1
UD
2933#endif
2934#ifdef CHECK__register_frame_info
2935 __register_frame_info (__EH_FRAME_BEGIN__);
2936 __deregister_frame_info (__EH_FRAME_BEGIN__);
2937#endif
650425ce
UD
2938}
2939int __eh_pc;
2940__throw () {}
2941/* FIXME: this is fragile. */
2942malloc () {}
2943strcmp () {}
2944strlen () {}
2945memcpy () {}
2946memset () {}
2947free () {}
2948abort () {}
dfd2257a 2949__bzero () {}
650425ce 2950EOF
9756dfe1 2951if { ac_try='${CC-cc} $CFLAGS -DCHECK__register_frame_info
650425ce 2952 -nostdlib -nostartfiles
aec103d3 2953 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:2954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
9756dfe1 2954 libc_cv_gcc_dwarf2_unwind_info=static
650425ce
UD
2955else
2956 libc_cv_gcc_dwarf2_unwind_info=no
2957fi
9756dfe1
UD
2958if test $libc_cv_gcc_dwarf2_unwind_info = no; then
2959 if { ac_try='${CC-cc} $CFLAGS -DCHECK__register_frame
2960 -nostdlib -nostartfiles
aec103d3 2961 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:2962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
9756dfe1
UD
2962 libc_cv_gcc_dwarf2_unwind_info=yes
2963 else
2964 libc_cv_gcc_dwarf2_unwind_info=no
2965 fi
2966fi
650425ce
UD
2967rm -f conftest*
2968fi
2969
2970echo "$ac_t""$libc_cv_gcc_dwarf2_unwind_info" 1>&6
9756dfe1
UD
2971case $libc_cv_gcc_dwarf2_unwind_info in
2972yes)
650425ce
UD
2973 cat >> confdefs.h <<\EOF
2974#define HAVE_DWARF2_UNWIND_INFO 1
2975EOF
2976
9756dfe1
UD
2977 ;;
2978static)
2979 cat >> confdefs.h <<\EOF
2980#define HAVE_DWARF2_UNWIND_INFO 1
2981EOF
2982
2983 cat >> confdefs.h <<\EOF
2984#define HAVE_DWARF2_UNWIND_INFO_STATIC 1
2985EOF
2986
2987 ;;
2988esac
650425ce 2989
a8eab8b1 2990echo $ac_n "checking for __builtin_expect""... $ac_c" 1>&6
aec103d3 2991echo "configure:2992: checking for __builtin_expect" >&5
b43b13ac 2992if eval "test \"\${libc_cv_gcc_builtin_expect+set}\" = set"; then
a8eab8b1
UD
2993 echo $ac_n "(cached) $ac_c" 1>&6
2994else
2995 cat > conftest.c <<EOF
aec103d3 2996#line 2997 "configure"
a8eab8b1
UD
2997int foo (int a)
2998{
2999 a = __builtin_expect (a, 10);
3000 return a == 10 ? 0 : 1;
3001}
3002EOF
3003if { ac_try='${CC-cc} $CFLAGS -nostdlib -nostartfiles
aec103d3 3004 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:3005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
a8eab8b1
UD
3005 libc_cv_gcc_builtin_expect=yes
3006else
3007 libc_cv_gcc_builtin_expect=no
3008fi
3009rm -f conftest*
3010fi
3011
3012echo "$ac_t""$libc_cv_gcc_builtin_expect" 1>&6
3013if test "$libc_cv_gcc_builtin_expect" = yes; then
3014 cat >> confdefs.h <<\EOF
3015#define HAVE_BUILTIN_EXPECT 1
3016EOF
3017
3018fi
3019
3d558f4e 3020echo $ac_n "checking for local label subtraction""... $ac_c" 1>&6
aec103d3 3021echo "configure:3022: checking for local label subtraction" >&5
b43b13ac 3022if eval "test \"\${libc_cv_gcc_subtract_local_labels+set}\" = set"; then
3d558f4e
UD
3023 echo $ac_n "(cached) $ac_c" 1>&6
3024else
3025 cat > conftest.c <<EOF
aec103d3 3026#line 3027 "configure"
3d558f4e
UD
3027int foo (int a)
3028{
3029 static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
3030 void *p = &&l1 + ar[a];
3031 goto *p;
3032 l1:
3033 return 1;
3034 l2:
3035 return 2;
3036}
3037EOF
3038if { ac_try='${CC-cc} $CFLAGS -nostdlib -nostartfiles
aec103d3 3039 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:3040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
3d558f4e
UD
3040 libc_cv_gcc_subtract_local_labels=yes
3041else
3042 libc_cv_gcc_subtract_local_labels=no
3043fi
3044rm -f conftest*
3045fi
3046
3047echo "$ac_t""$libc_cv_gcc_subtract_local_labels" 1>&6
3048if test "$libc_cv_gcc_subtract_local_labels" = yes; then
3049 cat >> confdefs.h <<\EOF
3050#define HAVE_SUBTRACT_LOCAL_LABELS 1
3051EOF
3052
3053fi
3054
c8f3e6db 3055echo $ac_n "checking for libgd""... $ac_c" 1>&6
aec103d3 3056echo "configure:3057: checking for libgd" >&5
c8f3e6db
UD
3057old_CFLAGS="$CFLAGS"
3058CFLAGS="$CFLAGS $libgd_include"
3059old_LDFLAGS="$LDFLAGS"
3060LDFLAGS="$LDFLAGS $libgd_ldflags"
3061old_LIBS="$LIBS"
3062LIBS="$LIBS -lgd -lpng -lz"
3063cat > conftest.$ac_ext <<EOF
aec103d3 3064#line 3065 "configure"
c8f3e6db
UD
3065#include "confdefs.h"
3066#include <gd.h>
3067int main() {
3068gdImagePng (0, 0)
3069; return 0; }
3070EOF
aec103d3 3071if { (eval echo configure:3072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
c8f3e6db
UD
3072 rm -rf conftest*
3073 LIBGD=yes
3074else
3075 echo "configure: failed program was:" >&5
3076 cat conftest.$ac_ext >&5
3077 rm -rf conftest*
3078 LIBGD=no
3079fi
3080rm -f conftest*
3081CFLAGS="$old_CFLAGS"
3082LDFLAGS="$old_LDFLAGS"
3083LIBS="$old_LIBS"
3084echo "$ac_t""$LIBGD" 1>&6
3085
3d558f4e 3086
cd6ede75
UD
3087### End of automated tests.
3088### Now run sysdeps configure fragments.
3089
3090# sysdeps configure fragments may set these with files to be linked below.
3091libc_link_dests=
3092libc_link_sources=
3093
cb343854 3094# They also can set these variables.
b43b13ac 3095use_ldconfig=no
cb343854
UD
3096ldd_rewrite_script=no
3097
cd6ede75
UD
3098# Iterate over all the sysdep directories we will use, running their
3099# configure fragments, and looking for a uname implementation.
3100uname=
3101for dir in $sysnames; do
3102 case $dir in
3103 /*) dest=$dir ;;
3104 *) dest=$srcdir/$dir ;;
3105 esac
3106 if test -r $dest/configure; then
3107 echo "$ac_t""running configure fragment for $dest" 1>&6
3108 . $dest/configure
3109 fi
3110
3111 if test -z "$uname"; then
3112 if test -r $dest/uname.c ||
3113 test -r $dest/uname.S ||
3114 { test -r $dest/syscalls.list &&
3115 grep '^uname[ ]' $dest/syscalls.list >/dev/null; }; then
3116 uname=$dir
3117 fi
3118 fi
3119done
3120
3121
3122
3123# If we will use the generic uname implementation, we must figure out what
3124# it will say by examining the system, and write the results in config-name.h.
3125if test "$uname" = "sysdeps/generic"; then
3126
3127 uname_sysname=`echo $config_os | sed 's/[0-9.]*$//'`
3128 if test $uname_sysname != $config_os; then
3129 config_release=`echo $config_os | sed s/$uname_sysname//`
3130 fi
3131
3132 echo $ac_n "checking OS release for uname""... $ac_c" 1>&6
aec103d3 3133echo "configure:3134: checking OS release for uname" >&5
b43b13ac 3134if eval "test \"\${libc_cv_uname_release+set}\" = set"; then
cd6ede75
UD
3135 echo $ac_n "(cached) $ac_c" 1>&6
3136else
3137 kernel_release=`echo "$kernel_id" | sed 's/^[^0-9.]*\([0-9.]*\).*$/\1/'`
3138 if test x`echo "$config_release" | sed "s/^$kernel_release//"` \
3139 != x$config_release; then
3140 # The configuration release is a substring of the kernel release.
3141 libc_cv_uname_release=$kernel_release
3142 elif test x$config_release != x; then
3143 libc_cv_uname_release=$config_release
3144 elif test x$kernel_release != x; then
3145 libc_cv_uname_release=$kernel_release
3146 else
3147 libc_cv_uname_release=unknown
3148 fi
3149fi
3150
3151echo "$ac_t""$libc_cv_uname_release" 1>&6
3152 uname_release="$libc_cv_uname_release"
3153
3154 echo $ac_n "checking OS version for uname""... $ac_c" 1>&6
aec103d3 3155echo "configure:3156: checking OS version for uname" >&5
b43b13ac 3156if eval "test \"\${libc_cv_uname_version+set}\" = set"; then
cd6ede75
UD
3157 echo $ac_n "(cached) $ac_c" 1>&6
3158else
3159 kernel_version=`echo "$kernel_id" | sed 's/^[^#]*#\([0-9]*\).*$/\1/'`
3160 if test -n "$kernel_version"; then
3161 libc_cv_uname_version="$kernel_version"
3162 else
3163 libc_cv_uname_version=unknown
3164 fi
3165fi
3166
3167echo "$ac_t""$libc_cv_uname_version" 1>&6
3168 uname_version="$libc_cv_uname_version"
3169
3170 config_uname=config-name.h:config-name.in
3171else
3172 # For non-generic uname, we don't need to create config-name.h at all.
3173 config_uname=
3174fi
3175
3176echo $ac_n "checking stdio selection""... $ac_c" 1>&6
aec103d3 3177echo "configure:3178: checking stdio selection" >&5
cd6ede75
UD
3178
3179case $stdio in
3180libio) cat >> confdefs.h <<\EOF
3181#define USE_IN_LIBIO 1
3182EOF
3183 ;;
3184default) stdio=stdio ;;
3185esac
3186echo "$ac_t""$stdio" 1>&6
3187
a53bad16
UD
3188# Test for old glibc 2.0.x headers so that they can be removed properly
3189# Search only in includedir.
3190echo $ac_n "checking for old glibc 2.0.x headers""... $ac_c" 1>&6
aec103d3 3191echo "configure:3192: checking for old glibc 2.0.x headers" >&5
011ce8ed 3192if eval test -f "${includedir}/elfclass.h" -a -f "${includedir}/fcntlbits.h"
a53bad16
UD
3193then
3194 old_glibc_headers=yes
3195else
3196 old_glibc_headers=no
3197fi
3198echo "$ac_t""$old_glibc_headers" 1>&6
3199if test ${old_glibc_headers} = yes; then
3200 echo "configure: warning: *** During \"make install\" old headers from glibc 2.0.x will" 1>&2
3201 echo "configure: warning: *** be removed." 1>&2
3202fi
26b4d766 3203
cd6ede75
UD
3204
3205
3206
3207
3208
3209
cb343854 3210
dff14448 3211
cd6ede75
UD
3212
3213if test $gnu_ld = yes; then
3214 cat >> confdefs.h <<\EOF
3215#define HAVE_GNU_LD 1
3216EOF
3217
3218fi
3219if test $gnu_as = yes; then
3220 cat >> confdefs.h <<\EOF
3221#define HAVE_GNU_AS 1
3222EOF
3223
3224fi
3225if test $elf = yes; then
3226 cat >> confdefs.h <<\EOF
3227#define HAVE_ELF 1
3228EOF
3229
3230fi
3231
3232
650425ce 3233
cd6ede75
UD
3234if test $shared = default; then
3235 if test $gnu_ld = yes; then
3236 shared=$elf
3237 else
3238 # For now we do not assume shared libs are available. In future more
3239 # tests might become available.
3240 shared=no
3241 fi
3242fi
3243
cc3fa755 3244echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
aec103d3 3245echo "configure:3246: checking whether -fPIC is default" >&5
b43b13ac 3246if eval "test \"\${pic_default+set}\" = set"; then
cc3fa755
UD
3247 echo $ac_n "(cached) $ac_c" 1>&6
3248else
3249 pic_default=yes
3250cat > conftest.c <<EOF
9756dfe1 3251#if defined __PIC__ || defined __pic__ || defined PIC || defined pic
cc3fa755
UD
3252# error PIC is default.
3253#endif
3254EOF
3255if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
3256 pic_default=no
3257fi
3258rm -f conftest.*
3259fi
3260
3261echo "$ac_t""$pic_default" 1>&6
3262
3263
3264
cd6ede75
UD
3265
3266
3267
3268
3269
3270
3271
7cabd57c
UD
3272case "$add_ons" in
3273 *door*) linux_doors=yes ;;
3274 *) linux_doors=no ;;
3275esac
3276
3277
cd6ede75
UD
3278if test "`(cd $srcdir; pwd)`" = "`pwd`"; then
3279 config_makefile=
3280else
3281 config_makefile=Makefile
3282fi
3283
ee74a442
UD
3284VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
3285RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
3286
cd6ede75
UD
3287
3288
0013b2b1
UD
3289echo '*** Do NOT install this release on any production system!'
3290echo '*** It is known to be broken and will be so for quite some time.'
3291echo '*** Use the latest released version instead.'
3292
cd6ede75
UD
3293trap '' 1 2 15
3294cat > confcache <<\EOF
3295# This file is a shell script that caches the results of configure
3296# tests run on this system so they can be shared between configure
3297# scripts and configure runs. It is not useful on other systems.
3298# If it contains results you don't want to keep, you may remove or edit it.
3299#
3300# By default, configure uses ./config.cache as the cache file,
3301# creating it if it does not exist already. You can give configure
3302# the --cache-file=FILE option to use a different cache file; that is
3303# what configure does when it calls configure scripts in
3304# subdirectories, so they share the cache.
3305# Giving --cache-file=/dev/null disables caching, for debugging configure.
3306# config.status only pays attention to the cache file if you give it the
3307# --recheck option to rerun configure.
3308#
3309EOF
3310# The following way of writing the cache mishandles newlines in values,
3311# but we know of no workaround that is simple, portable, and efficient.
3312# So, don't put newlines in cache variables' values.
3313# Ultrix sh set writes to stderr and can't be redirected directly,
3314# and sets the high bit in the cache file unless we assign to the vars.
3315(set) 2>&1 |
5c2a0669 3316 case `(ac_space=' '; set | grep ac_space) 2>&1` in
cd6ede75
UD
3317 *ac_space=\ *)
3318 # `set' does not quote correctly, so add quotes (double-quote substitution
3319 # turns \\\\ into \\, and sed turns \\ into \).
3320 sed -n \
3321 -e "s/'/'\\\\''/g" \
3322 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3323 ;;
3324 *)
3325 # `set' quotes correctly as required by POSIX, so do not add quotes.
3326 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3327 ;;
3328 esac >> confcache
3329if cmp -s $cache_file confcache; then
3330 :
3331else
3332 if test -w $cache_file; then
3333 echo "updating cache $cache_file"
3334 cat confcache > $cache_file
3335 else
3336 echo "not updating unwritable cache $cache_file"
3337 fi
3338fi
3339rm -f confcache
3340
3341trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3342
3343test "x$prefix" = xNONE && prefix=$ac_default_prefix
3344# Let make expand exec_prefix.
3345test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3346
3347# Any assignment to VPATH causes Sun make to only execute
3348# the first set of double-colon rules, so remove it if not needed.
3349# If there is a colon in the path, we need to keep it.
3350if test "x$srcdir" = x.; then
3351 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
3352fi
3353
3354trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3355
3356DEFS=-DHAVE_CONFIG_H
3357
3358# Without the "./", some shells look in PATH for config.status.
3359: ${CONFIG_STATUS=./config.status}
3360
3361echo creating $CONFIG_STATUS
3362rm -f $CONFIG_STATUS
3363cat > $CONFIG_STATUS <<EOF
3364#! /bin/sh
3365# Generated automatically by configure.
3366# Run this file to recreate the current configuration.
3367# This directory was configured as follows,
3368# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3369#
3370# $0 $ac_configure_args
3371#
3372# Compiler output produced by configure, useful for debugging
3373# configure, is in ./config.log if it exists.
3374
3375ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3376for ac_option
3377do
3378 case "\$ac_option" in
3379 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3380 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3381 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3382 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
b43b13ac 3383 echo "$CONFIG_STATUS generated by autoconf version 2.14.1"
cd6ede75
UD
3384 exit 0 ;;
3385 -help | --help | --hel | --he | --h)
3386 echo "\$ac_cs_usage"; exit 0 ;;
3387 *) echo "\$ac_cs_usage"; exit 1 ;;
3388 esac
3389done
3390
3391ac_given_srcdir=$srcdir
3392ac_given_INSTALL="$INSTALL"
3393
3394trap 'rm -fr `echo "config.make glibcbug ${config_makefile} ${config_uname} config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3395EOF
3396cat >> $CONFIG_STATUS <<EOF
3397
3398# Protect against being on the right side of a sed subst in config.status.
3399sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3400 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3401$ac_vpsub
3402$extrasub
5c2a0669 3403s%@SHELL@%$SHELL%g
cd6ede75
UD
3404s%@CFLAGS@%$CFLAGS%g
3405s%@CPPFLAGS@%$CPPFLAGS%g
3406s%@CXXFLAGS@%$CXXFLAGS%g
5c2a0669 3407s%@FFLAGS@%$FFLAGS%g
cd6ede75
UD
3408s%@DEFS@%$DEFS%g
3409s%@LDFLAGS@%$LDFLAGS%g
3410s%@LIBS@%$LIBS%g
3411s%@exec_prefix@%$exec_prefix%g
3412s%@prefix@%$prefix%g
3413s%@program_transform_name@%$program_transform_name%g
3414s%@bindir@%$bindir%g
3415s%@sbindir@%$sbindir%g
3416s%@libexecdir@%$libexecdir%g
3417s%@datadir@%$datadir%g
3418s%@sysconfdir@%$sysconfdir%g
3419s%@sharedstatedir@%$sharedstatedir%g
3420s%@localstatedir@%$localstatedir%g
3421s%@libdir@%$libdir%g
3422s%@includedir@%$includedir%g
3423s%@oldincludedir@%$oldincludedir%g
3424s%@infodir@%$infodir%g
3425s%@mandir@%$mandir%g
d67281a7 3426s%@with_cvs@%$with_cvs%g
cd6ede75 3427s%@subdirs@%$subdirs%g
73237de3 3428s%@force_install@%$force_install%g
cd6ede75
UD
3429s%@host@%$host%g
3430s%@host_alias@%$host_alias%g
3431s%@host_cpu@%$host_cpu%g
3432s%@host_vendor@%$host_vendor%g
3433s%@host_os@%$host_os%g
3434s%@base_machine@%$base_machine%g
3435s%@sysnames@%$sysnames%g
3436s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5c2a0669 3437s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
cd6ede75
UD
3438s%@INSTALL_DATA@%$INSTALL_DATA%g
3439s%@LN_S@%$LN_S%g
cd6ede75
UD
3440s%@build@%$build%g
3441s%@build_alias@%$build_alias%g
3442s%@build_cpu@%$build_cpu%g
3443s%@build_vendor@%$build_vendor%g
3444s%@build_os@%$build_os%g
4bca4c17
UD
3445s%@CC@%$CC%g
3446s%@MAKE@%$MAKE%g
3447s%@MSGFMT@%$MSGFMT%g
3448s%@MAKEINFO@%$MAKEINFO%g
aec103d3 3449s%@SED@%$SED%g
beefeafb 3450s%@CCVERSION@%$CCVERSION%g
4bca4c17 3451s%@cross_linkable@%$cross_linkable%g
cd6ede75
UD
3452s%@BUILD_CC@%$BUILD_CC%g
3453s%@cross_compiling@%$cross_compiling%g
3454s%@CPP@%$CPP%g
3455s%@AR@%$AR%g
3456s%@RANLIB@%$RANLIB%g
4bca4c17 3457s%@MIG@%$MIG%g
3c720987 3458s%@SYSINCLUDES@%$SYSINCLUDES%g
cd6ede75
UD
3459s%@BASH@%$BASH%g
3460s%@libc_cv_have_bash2@%$libc_cv_have_bash2%g
3461s%@KSH@%$KSH%g
3462s%@libc_cv_have_ksh@%$libc_cv_have_ksh%g
5aa8ff62 3463s%@AWK@%$AWK%g
a2b08ee5 3464s%@PERL@%$PERL%g
c0016081
UD
3465s%@INSTALL_INFO@%$INSTALL_INFO%g
3466s%@OLD_DEBIAN_INSTALL_INFO@%$OLD_DEBIAN_INSTALL_INFO%g
cd6ede75
UD
3467s%@VERSIONING@%$VERSIONING%g
3468s%@libc_cv_have_initfini@%$libc_cv_have_initfini%g
b17277cf 3469s%@no_whole_archive@%$no_whole_archive%g
dff14448 3470s%@exceptions@%$exceptions%g
c8f3e6db 3471s%@LIBGD@%$LIBGD%g
cd6ede75
UD
3472s%@uname_sysname@%$uname_sysname%g
3473s%@uname_release@%$uname_release%g
3474s%@uname_version@%$uname_version%g
3475s%@stdio@%$stdio%g
dff14448 3476s%@old_glibc_headers@%$old_glibc_headers%g
cd6ede75
UD
3477s%@libc_cv_slibdir@%$libc_cv_slibdir%g
3478s%@libc_cv_sysconfdir@%$libc_cv_sysconfdir%g
3479s%@libc_cv_rootsbindir@%$libc_cv_rootsbindir%g
b43b13ac 3480s%@use_ldconfig@%$use_ldconfig%g
cb343854 3481s%@ldd_rewrite_script@%$ldd_rewrite_script%g
cd6ede75
UD
3482s%@gnu_ld@%$gnu_ld%g
3483s%@gnu_as@%$gnu_as%g
3484s%@elf@%$elf%g
650425ce 3485s%@static@%$static%g
cd6ede75 3486s%@shared@%$shared%g
cc3fa755 3487s%@pic_default@%$pic_default%g
cd6ede75
UD
3488s%@profile@%$profile%g
3489s%@omitfp@%$omitfp%g
3490s%@bounded@%$bounded%g
3491s%@static_nss@%$static_nss%g
3492s%@nopic_initfini@%$nopic_initfini%g
3493s%@DEFINES@%$DEFINES%g
7cabd57c 3494s%@linux_doors@%$linux_doors%g
cd6ede75 3495s%@VERSION@%$VERSION%g
ee74a442 3496s%@RELEASE@%$RELEASE%g
cd6ede75
UD
3497
3498CEOF
3499EOF
3500
3501cat >> $CONFIG_STATUS <<\EOF
3502
3503# Split the substitutions into bite-sized pieces for seds with
3504# small command number limits, like on Digital OSF/1 and HP-UX.
3505ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3506ac_file=1 # Number of current file.
3507ac_beg=1 # First line for current file.
3508ac_end=$ac_max_sed_cmds # Line after last line for current file.
3509ac_more_lines=:
3510ac_sed_cmds=""
3511while $ac_more_lines; do
3512 if test $ac_beg -gt 1; then
3513 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3514 else
3515 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3516 fi
3517 if test ! -s conftest.s$ac_file; then
3518 ac_more_lines=false
3519 rm -f conftest.s$ac_file
3520 else
3521 if test -z "$ac_sed_cmds"; then
3522 ac_sed_cmds="sed -f conftest.s$ac_file"
3523 else
3524 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3525 fi
3526 ac_file=`expr $ac_file + 1`
3527 ac_beg=$ac_end
3528 ac_end=`expr $ac_end + $ac_max_sed_cmds`
3529 fi
3530done
3531if test -z "$ac_sed_cmds"; then
3532 ac_sed_cmds=cat
3533fi
3534EOF
3535
3536cat >> $CONFIG_STATUS <<EOF
3537
3538CONFIG_FILES=\${CONFIG_FILES-"config.make glibcbug ${config_makefile} ${config_uname}"}
3539EOF
3540cat >> $CONFIG_STATUS <<\EOF
3541for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3542 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3543 case "$ac_file" in
3544 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3545 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3546 *) ac_file_in="${ac_file}.in" ;;
3547 esac
3548
3549 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3550
3551 # Remove last slash and all that follows it. Not all systems have dirname.
3552 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3553 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3554 # The file is in a subdirectory.
3555 test ! -d "$ac_dir" && mkdir "$ac_dir"
3556 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3557 # A "../" for each directory in $ac_dir_suffix.
3558 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3559 else
3560 ac_dir_suffix= ac_dots=
3561 fi
3562
3563 case "$ac_given_srcdir" in
3564 .) srcdir=.
3565 if test -z "$ac_dots"; then top_srcdir=.
3566 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3567 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3568 *) # Relative path.
3569 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3570 top_srcdir="$ac_dots$ac_given_srcdir" ;;
3571 esac
3572
3573 case "$ac_given_INSTALL" in
3574 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3575 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3576 esac
3577
3578 echo creating "$ac_file"
3579 rm -f "$ac_file"
3580 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3581 case "$ac_file" in
3582 *Makefile*) ac_comsub="1i\\
3583# $configure_input" ;;
3584 *) ac_comsub= ;;
3585 esac
3586
3587 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3588 sed -e "$ac_comsub
3589s%@configure_input@%$configure_input%g
3590s%@srcdir@%$srcdir%g
3591s%@top_srcdir@%$top_srcdir%g
3592s%@INSTALL@%$INSTALL%g
3593" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3594fi; done
3595rm -f conftest.s*
3596
3597# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3598# NAME is the cpp macro being defined and VALUE is the value it is being given.
3599#
3600# ac_d sets the value in "#define NAME VALUE" lines.
3601ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3602ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
3603ac_dC='\3'
3604ac_dD='%g'
3605# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3606ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3607ac_uB='\([ ]\)%\1#\2define\3'
3608ac_uC=' '
3609ac_uD='\4%g'
3610# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3611ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3612ac_eB='$%\1#\2define\3'
3613ac_eC=' '
3614ac_eD='%g'
3615
3616if test "${CONFIG_HEADERS+set}" != set; then
3617EOF
3618cat >> $CONFIG_STATUS <<EOF
3619 CONFIG_HEADERS="config.h"
3620EOF
3621cat >> $CONFIG_STATUS <<\EOF
3622fi
3623for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3624 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3625 case "$ac_file" in
3626 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3627 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3628 *) ac_file_in="${ac_file}.in" ;;
3629 esac
3630
3631 echo creating $ac_file
3632
3633 rm -f conftest.frag conftest.in conftest.out
3634 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3635 cat $ac_file_inputs > conftest.in
3636
3637EOF
3638
3639# Transform confdefs.h into a sed script conftest.vals that substitutes
3640# the proper values into config.h.in to produce config.h. And first:
3641# Protect against being on the right side of a sed subst in config.status.
3642# Protect against being in an unquoted here document in config.status.
3643rm -f conftest.vals
3644cat > conftest.hdr <<\EOF
3645s/[\\&%]/\\&/g
3646s%[\\$`]%\\&%g
3647s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3648s%ac_d%ac_u%gp
3649s%ac_u%ac_e%gp
3650EOF
3651sed -n -f conftest.hdr confdefs.h > conftest.vals
3652rm -f conftest.hdr
3653
3654# This sed command replaces #undef with comments. This is necessary, for
3655# example, in the case of _POSIX_SOURCE, which is predefined and required
3656# on some systems where configure will not decide to define it.
3657cat >> conftest.vals <<\EOF
3658s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3659EOF
3660
3661# Break up conftest.vals because some shells have a limit on
3662# the size of here documents, and old seds have small limits too.
3663
3664rm -f conftest.tail
3665while :
3666do
3667 ac_lines=`grep -c . conftest.vals`
3668 # grep -c gives empty output for an empty file on some AIX systems.
3669 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3670 # Write a limited-size here document to conftest.frag.
3671 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3672 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3673 echo 'CEOF
3674 sed -f conftest.frag conftest.in > conftest.out
3675 rm -f conftest.in
3676 mv conftest.out conftest.in
3677' >> $CONFIG_STATUS
3678 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3679 rm -f conftest.vals
3680 mv conftest.tail conftest.vals
3681done
3682rm -f conftest.vals
3683
3684cat >> $CONFIG_STATUS <<\EOF
3685 rm -f conftest.frag conftest.h
3686 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3687 cat conftest.in >> conftest.h
3688 rm -f conftest.in
3689 if cmp -s $ac_file conftest.h 2>/dev/null; then
3690 echo "$ac_file is unchanged"
3691 rm -f conftest.h
3692 else
3693 # Remove last slash and all that follows it. Not all systems have dirname.
3694 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3695 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3696 # The file is in a subdirectory.
3697 test ! -d "$ac_dir" && mkdir "$ac_dir"
3698 fi
3699 rm -f $ac_file
3700 mv conftest.h $ac_file
3701 fi
3702fi; done
3703
3704EOF
3705
3706cat >> $CONFIG_STATUS <<EOF
3707ac_sources="`echo $libc_link_sources`"
3708ac_dests="`echo $libc_link_dests`"
3709EOF
3710
3711cat >> $CONFIG_STATUS <<\EOF
3712srcdir=$ac_given_srcdir
3713while test -n "$ac_sources"; do
3714 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
3715 set $ac_sources; ac_source=$1; shift; ac_sources=$*
3716
3717 echo "linking $srcdir/$ac_source to $ac_dest"
3718
3719 if test ! -r $srcdir/$ac_source; then
3720 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
3721 fi
3722 rm -f $ac_dest
3723
3724 # Make relative symlinks.
3725 # Remove last slash and all that follows it. Not all systems have dirname.
3726 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
3727 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
3728 # The dest file is in a subdirectory.
3729 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
3730 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
3731 # A "../" for each directory in $ac_dest_dir_suffix.
3732 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
3733 else
3734 ac_dest_dir_suffix= ac_dots=
3735 fi
3736
3737 case "$srcdir" in
3738 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
3739 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
3740 esac
3741
3742 # Make a symlink if possible; otherwise try a hard link.
3743 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
3744 ln $srcdir/$ac_source $ac_dest; then :
3745 else
3746 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
3747 fi
3748done
3749EOF
3750cat >> $CONFIG_STATUS <<EOF
c0fb8a56 3751config_vars='$config_vars'
cd6ede75
UD
3752EOF
3753cat >> $CONFIG_STATUS <<\EOF
3754
c0fb8a56
UD
3755case $CONFIG_FILES in *config.make*)
3756echo "$config_vars" >> config.make;;
3757esac
3758test -d bits || mkdir bits
cd6ede75
UD
3759exit 0
3760EOF
3761chmod +x $CONFIG_STATUS
3762rm -fr confdefs* $ac_clean_files
b43b13ac 3763test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
cd6ede75
UD
3764
3765if test "$no_recursion" != yes; then
3766
3767 # Remove --cache-file and --srcdir arguments so they do not pile up.
3768 ac_sub_configure_args=
3769 ac_prev=
3770 for ac_arg in $ac_configure_args; do
3771 if test -n "$ac_prev"; then
3772 ac_prev=
3773 continue
3774 fi
3775 case "$ac_arg" in
3776 -cache-file | --cache-file | --cache-fil | --cache-fi \
3777 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3778 ac_prev=cache_file ;;
3779 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3780 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3781 ;;
3782 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3783 ac_prev=srcdir ;;
3784 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3785 ;;
3786 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3787 esac
3788 done
3789
3790 for ac_config_dir in $add_ons; do
3791
3792 # Do not complain, so a configure script can configure whichever
3793 # parts of a large source tree are present.
3794 if test ! -d $srcdir/$ac_config_dir; then
3795 continue
3796 fi
3797
3798 echo configuring in $ac_config_dir
3799
3800 case "$srcdir" in
3801 .) ;;
3802 *)
3803 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3804 else
3805 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3806 fi
3807 ;;
3808 esac
3809
3810 ac_popdir=`pwd`
3811 cd $ac_config_dir
3812
3813 # A "../" for each directory in /$ac_config_dir.
3814 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3815
3816 case "$srcdir" in
3817 .) # No --srcdir option. We are building in place.
3818 ac_sub_srcdir=$srcdir ;;
3819 /*) # Absolute path.
3820 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3821 *) # Relative path.
3822 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3823 esac
3824
3825 # Check for guested configure; otherwise get Cygnus style configure.
3826 if test -f $ac_sub_srcdir/configure; then
b43b13ac 3827 ac_sub_configure="$SHELL $ac_sub_srcdir/configure"
cd6ede75
UD
3828 elif test -f $ac_sub_srcdir/configure.in; then
3829 ac_sub_configure=$ac_configure
3830 else
3831 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3832 ac_sub_configure=
3833 fi
3834
3835 # The recursion is here.
3836 if test -n "$ac_sub_configure"; then
3837
3838 # Make the cache file name correct relative to the subdirectory.
3839 case "$cache_file" in
3840 /*) ac_sub_cache_file=$cache_file ;;
3841 *) # Relative path.
3842 ac_sub_cache_file="$ac_dots$cache_file" ;;
3843 esac
3844 case "$ac_given_INSTALL" in
3845 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3846 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3847 esac
3848
b43b13ac 3849 echo "running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
cd6ede75 3850 # The eval makes quoting arguments work.
b43b13ac 3851 if eval $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
cd6ede75
UD
3852 then :
3853 else
3854 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3855 fi
3856 fi
3857
3858 cd $ac_popdir
3859 done
3860fi
3861
This page took 0.500211 seconds and 5 git commands to generate.