]> git.ipfire.org Git - thirdparty/glibc.git/blame - configure
Update.
[thirdparty/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
cd6ede75
UD
12# Guess values for system-dependent variables and create Makefiles.
13# Generated automatically using autoconf version 2.12
14# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
15#
16# This configure script is free software; the Free Software Foundation
17# gives unlimited permission to copy, distribute and modify it.
18
19# Defaults:
20ac_help=
21ac_default_prefix=/usr/local
22# Any additions from configure.in:
23ac_help="$ac_help
24 --with-gmp=DIRECTORY find GMP source code in DIRECTORY (not needed)"
25ac_help="$ac_help
26 --with-gettext=DIR find GNU gettext source code in DIR (not needed)"
27ac_help="$ac_help
28 --with-fp if using floating-point hardware [default=yes]"
29ac_help="$ac_help
a5a0310d 30 --with-binutils=PATH specify location of binutils (as and ld)"
cd6ede75
UD
31ac_help="$ac_help
32 --with-elf if using the ELF object format"
33ac_help="$ac_help
34 --enable-libio build in GNU libio instead of GNU stdio"
35ac_help="$ac_help
36 --disable-sanity-checks really do not use threads (should not be used
37 except in special situations) [default=yes]"
650425ce
UD
38ac_help="$ac_help
39 --enable-static build static library [default=yes]"
cd6ede75
UD
40ac_help="$ac_help
41 --enable-shared build shared library [default=yes if GNU ld & ELF]"
42ac_help="$ac_help
43 --enable-profile build profiled library [default=yes]"
44ac_help="$ac_help
45 --enable-omitfp build undebuggable optimized library [default=no]"
46ac_help="$ac_help
47 --enable-bounded build with runtime bounds checking [default=no]"
650425ce
UD
48ac_help="$ac_help
49 --disable-versioning do not include versioning information in the
50 library objects [default=yes if supported]"
cd6ede75
UD
51ac_help="$ac_help
52 --enable-add-ons=DIR... configure and build named extra directories"
53ac_help="$ac_help
54 --enable-static-nss build static NSS modules [default=no]"
55
56# Initialize some variables set by options.
57# The variables have the same names as the options, with
58# dashes changed to underlines.
59build=NONE
60cache_file=./config.cache
61exec_prefix=NONE
62host=NONE
63no_create=
64nonopt=NONE
65no_recursion=
66prefix=NONE
67program_prefix=NONE
68program_suffix=NONE
69program_transform_name=s,x,x,
70silent=
71site=
72srcdir=
73target=NONE
74verbose=
75x_includes=NONE
76x_libraries=NONE
77bindir='${exec_prefix}/bin'
78sbindir='${exec_prefix}/sbin'
79libexecdir='${exec_prefix}/libexec'
80datadir='${prefix}/share'
81sysconfdir='${prefix}/etc'
82sharedstatedir='${prefix}/com'
83localstatedir='${prefix}/var'
84libdir='${exec_prefix}/lib'
85includedir='${prefix}/include'
86oldincludedir='/usr/include'
87infodir='${prefix}/info'
88mandir='${prefix}/man'
89
90# Initialize some other variables.
91subdirs=
92MFLAGS= MAKEFLAGS=
93# Maximum number of lines to put in a shell here document.
94ac_max_here_lines=12
95
96ac_prev=
97for ac_option
98do
99
100 # If the previous option needs an argument, assign it.
101 if test -n "$ac_prev"; then
102 eval "$ac_prev=\$ac_option"
103 ac_prev=
104 continue
105 fi
106
107 case "$ac_option" in
108 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
109 *) ac_optarg= ;;
110 esac
111
112 # Accept the important Cygnus configure options, so we can diagnose typos.
113
114 case "$ac_option" in
115
116 -bindir | --bindir | --bindi | --bind | --bin | --bi)
117 ac_prev=bindir ;;
118 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
119 bindir="$ac_optarg" ;;
120
121 -build | --build | --buil | --bui | --bu)
122 ac_prev=build ;;
123 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
124 build="$ac_optarg" ;;
125
126 -cache-file | --cache-file | --cache-fil | --cache-fi \
127 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
128 ac_prev=cache_file ;;
129 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
130 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
131 cache_file="$ac_optarg" ;;
132
133 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
134 ac_prev=datadir ;;
135 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
136 | --da=*)
137 datadir="$ac_optarg" ;;
138
139 -disable-* | --disable-*)
140 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
141 # Reject names that are not valid shell variable names.
142 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
143 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
144 fi
145 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
146 eval "enable_${ac_feature}=no" ;;
147
148 -enable-* | --enable-*)
149 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
150 # Reject names that are not valid shell variable names.
151 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
152 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
153 fi
154 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
155 case "$ac_option" in
156 *=*) ;;
157 *) ac_optarg=yes ;;
158 esac
159 eval "enable_${ac_feature}='$ac_optarg'" ;;
160
161 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
162 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
163 | --exec | --exe | --ex)
164 ac_prev=exec_prefix ;;
165 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
166 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
167 | --exec=* | --exe=* | --ex=*)
168 exec_prefix="$ac_optarg" ;;
169
170 -gas | --gas | --ga | --g)
171 # Obsolete; use --with-gas.
172 with_gas=yes ;;
173
174 -help | --help | --hel | --he)
175 # Omit some internal or obsolete options to make the list less imposing.
176 # This message is too long to be a string in the A/UX 3.1 sh.
177 cat << EOF
178Usage: configure [options] [host]
179Options: [defaults in brackets after descriptions]
180Configuration:
181 --cache-file=FILE cache test results in FILE
182 --help print this message
183 --no-create do not create output files
184 --quiet, --silent do not print \`checking...' messages
185 --version print the version of autoconf that created configure
186Directory and file names:
187 --prefix=PREFIX install architecture-independent files in PREFIX
188 [$ac_default_prefix]
189 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
190 [same as prefix]
191 --bindir=DIR user executables in DIR [EPREFIX/bin]
192 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
193 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
194 --datadir=DIR read-only architecture-independent data in DIR
195 [PREFIX/share]
196 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
197 --sharedstatedir=DIR modifiable architecture-independent data in DIR
198 [PREFIX/com]
199 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
200 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
201 --includedir=DIR C header files in DIR [PREFIX/include]
202 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
203 --infodir=DIR info documentation in DIR [PREFIX/info]
204 --mandir=DIR man documentation in DIR [PREFIX/man]
205 --srcdir=DIR find the sources in DIR [configure dir or ..]
206 --program-prefix=PREFIX prepend PREFIX to installed program names
207 --program-suffix=SUFFIX append SUFFIX to installed program names
208 --program-transform-name=PROGRAM
209 run sed PROGRAM on installed program names
210EOF
211 cat << EOF
212Host type:
213 --build=BUILD configure for building on BUILD [BUILD=HOST]
214 --host=HOST configure for HOST [guessed]
215 --target=TARGET configure for TARGET [TARGET=HOST]
216Features and packages:
217 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
218 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
219 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
220 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
221 --x-includes=DIR X include files are in DIR
222 --x-libraries=DIR X library files are in DIR
223EOF
224 if test -n "$ac_help"; then
225 echo "--enable and --with options recognized:$ac_help"
226 fi
227 exit 0 ;;
228
229 -host | --host | --hos | --ho)
230 ac_prev=host ;;
231 -host=* | --host=* | --hos=* | --ho=*)
232 host="$ac_optarg" ;;
233
234 -includedir | --includedir | --includedi | --included | --include \
235 | --includ | --inclu | --incl | --inc)
236 ac_prev=includedir ;;
237 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
238 | --includ=* | --inclu=* | --incl=* | --inc=*)
239 includedir="$ac_optarg" ;;
240
241 -infodir | --infodir | --infodi | --infod | --info | --inf)
242 ac_prev=infodir ;;
243 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
244 infodir="$ac_optarg" ;;
245
246 -libdir | --libdir | --libdi | --libd)
247 ac_prev=libdir ;;
248 -libdir=* | --libdir=* | --libdi=* | --libd=*)
249 libdir="$ac_optarg" ;;
250
251 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
252 | --libexe | --libex | --libe)
253 ac_prev=libexecdir ;;
254 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
255 | --libexe=* | --libex=* | --libe=*)
256 libexecdir="$ac_optarg" ;;
257
258 -localstatedir | --localstatedir | --localstatedi | --localstated \
259 | --localstate | --localstat | --localsta | --localst \
260 | --locals | --local | --loca | --loc | --lo)
261 ac_prev=localstatedir ;;
262 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
263 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
264 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
265 localstatedir="$ac_optarg" ;;
266
267 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
268 ac_prev=mandir ;;
269 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
270 mandir="$ac_optarg" ;;
271
272 -nfp | --nfp | --nf)
273 # Obsolete; use --without-fp.
274 with_fp=no ;;
275
276 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
277 | --no-cr | --no-c)
278 no_create=yes ;;
279
280 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
281 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
282 no_recursion=yes ;;
283
284 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
285 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
286 | --oldin | --oldi | --old | --ol | --o)
287 ac_prev=oldincludedir ;;
288 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
289 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
290 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
291 oldincludedir="$ac_optarg" ;;
292
293 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
294 ac_prev=prefix ;;
295 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
296 prefix="$ac_optarg" ;;
297
298 -program-prefix | --program-prefix | --program-prefi | --program-pref \
299 | --program-pre | --program-pr | --program-p)
300 ac_prev=program_prefix ;;
301 -program-prefix=* | --program-prefix=* | --program-prefi=* \
302 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
303 program_prefix="$ac_optarg" ;;
304
305 -program-suffix | --program-suffix | --program-suffi | --program-suff \
306 | --program-suf | --program-su | --program-s)
307 ac_prev=program_suffix ;;
308 -program-suffix=* | --program-suffix=* | --program-suffi=* \
309 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
310 program_suffix="$ac_optarg" ;;
311
312 -program-transform-name | --program-transform-name \
313 | --program-transform-nam | --program-transform-na \
314 | --program-transform-n | --program-transform- \
315 | --program-transform | --program-transfor \
316 | --program-transfo | --program-transf \
317 | --program-trans | --program-tran \
318 | --progr-tra | --program-tr | --program-t)
319 ac_prev=program_transform_name ;;
320 -program-transform-name=* | --program-transform-name=* \
321 | --program-transform-nam=* | --program-transform-na=* \
322 | --program-transform-n=* | --program-transform-=* \
323 | --program-transform=* | --program-transfor=* \
324 | --program-transfo=* | --program-transf=* \
325 | --program-trans=* | --program-tran=* \
326 | --progr-tra=* | --program-tr=* | --program-t=*)
327 program_transform_name="$ac_optarg" ;;
328
329 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
330 | -silent | --silent | --silen | --sile | --sil)
331 silent=yes ;;
332
333 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
334 ac_prev=sbindir ;;
335 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
336 | --sbi=* | --sb=*)
337 sbindir="$ac_optarg" ;;
338
339 -sharedstatedir | --sharedstatedir | --sharedstatedi \
340 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
341 | --sharedst | --shareds | --shared | --share | --shar \
342 | --sha | --sh)
343 ac_prev=sharedstatedir ;;
344 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
345 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
346 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
347 | --sha=* | --sh=*)
348 sharedstatedir="$ac_optarg" ;;
349
350 -site | --site | --sit)
351 ac_prev=site ;;
352 -site=* | --site=* | --sit=*)
353 site="$ac_optarg" ;;
354
355 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
356 ac_prev=srcdir ;;
357 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
358 srcdir="$ac_optarg" ;;
359
360 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
361 | --syscon | --sysco | --sysc | --sys | --sy)
362 ac_prev=sysconfdir ;;
363 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
364 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
365 sysconfdir="$ac_optarg" ;;
366
367 -target | --target | --targe | --targ | --tar | --ta | --t)
368 ac_prev=target ;;
369 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
370 target="$ac_optarg" ;;
371
372 -v | -verbose | --verbose | --verbos | --verbo | --verb)
373 verbose=yes ;;
374
375 -version | --version | --versio | --versi | --vers)
376 echo "configure generated by autoconf version 2.12"
377 exit 0 ;;
378
379 -with-* | --with-*)
380 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
381 # Reject names that are not valid shell variable names.
382 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
383 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
384 fi
385 ac_package=`echo $ac_package| sed 's/-/_/g'`
386 case "$ac_option" in
387 *=*) ;;
388 *) ac_optarg=yes ;;
389 esac
390 eval "with_${ac_package}='$ac_optarg'" ;;
391
392 -without-* | --without-*)
393 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
394 # Reject names that are not valid shell variable names.
395 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
396 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
397 fi
398 ac_package=`echo $ac_package| sed 's/-/_/g'`
399 eval "with_${ac_package}=no" ;;
400
401 --x)
402 # Obsolete; use --with-x.
403 with_x=yes ;;
404
405 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
406 | --x-incl | --x-inc | --x-in | --x-i)
407 ac_prev=x_includes ;;
408 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
409 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
410 x_includes="$ac_optarg" ;;
411
412 -x-libraries | --x-libraries | --x-librarie | --x-librari \
413 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
414 ac_prev=x_libraries ;;
415 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
416 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
417 x_libraries="$ac_optarg" ;;
418
419 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
420 ;;
421
422 *)
423 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
424 echo "configure: warning: $ac_option: invalid host type" 1>&2
425 fi
426 if test "x$nonopt" != xNONE; then
427 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
428 fi
429 nonopt="$ac_option"
430 ;;
431
432 esac
433done
434
435if test -n "$ac_prev"; then
436 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
437fi
438
439trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
440
441# File descriptor usage:
442# 0 standard input
443# 1 file creation
444# 2 errors and warnings
445# 3 some systems may open it to /dev/tty
446# 4 used on the Kubota Titan
447# 6 checking for... messages and results
448# 5 compiler messages saved in config.log
449if test "$silent" = yes; then
450 exec 6>/dev/null
451else
452 exec 6>&1
453fi
454exec 5>./config.log
455
456echo "\
457This file contains any messages produced by compilers while
458running configure, to aid debugging if configure makes a mistake.
459" 1>&5
460
461# Strip out --no-create and --no-recursion so they do not pile up.
462# Also quote any args containing shell metacharacters.
463ac_configure_args=
464for ac_arg
465do
466 case "$ac_arg" in
467 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
468 | --no-cr | --no-c) ;;
469 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
470 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
471 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
472 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
473 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
474 esac
475done
476
477# NLS nuisances.
478# Only set these to C if already set. These must not be set unconditionally
479# because not all systems understand e.g. LANG=C (notably SCO).
480# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
481# Non-C LC_CTYPE values break the ctype check.
482if test "${LANG+set}" = set; then LANG=C; export LANG; fi
483if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
484if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
485if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
486
487# confdefs.h avoids OS command line length limits that DEFS can exceed.
488rm -rf conftest* confdefs.h
489# AIX cpp loses on an empty file, so make sure it contains at least a newline.
490echo > confdefs.h
491
492# A filename unique to this package, relative to the directory that
493# configure is in, which we can look for to find out if srcdir is correct.
494ac_unique_file=include/features.h
495
496# Find the source files, if location was not specified.
497if test -z "$srcdir"; then
498 ac_srcdir_defaulted=yes
499 # Try the directory containing this script, then its parent.
500 ac_prog=$0
501 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
502 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
503 srcdir=$ac_confdir
504 if test ! -r $srcdir/$ac_unique_file; then
505 srcdir=..
506 fi
507else
508 ac_srcdir_defaulted=no
509fi
510if test ! -r $srcdir/$ac_unique_file; then
511 if test "$ac_srcdir_defaulted" = yes; then
512 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
513 else
514 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
515 fi
516fi
517srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
518
519# Prefer explicitly selected file to automatically selected ones.
520if test -z "$CONFIG_SITE"; then
521 if test "x$prefix" != xNONE; then
522 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
523 else
524 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
525 fi
526fi
527for ac_site_file in $CONFIG_SITE; do
528 if test -r "$ac_site_file"; then
529 echo "loading site script $ac_site_file"
530 . "$ac_site_file"
531 fi
532done
533
534if test -r "$cache_file"; then
535 echo "loading cache $cache_file"
536 . $cache_file
537else
538 echo "creating cache $cache_file"
539 > $cache_file
540fi
541
542ac_ext=c
543# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
544ac_cpp='$CPP $CPPFLAGS'
545ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
546ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
547cross_compiling=$ac_cv_prog_cc_cross
548
549if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
550 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
551 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
552 ac_n= ac_c='
553' ac_t=' '
554 else
555 ac_n=-n ac_c= ac_t=
556 fi
557else
558 ac_n= ac_c='\c' ac_t=
559fi
560
561 if test -r /vmunix; then
562 kernel_id=`strings /vmunix | grep UNIX`
563 elif test -r /dynix; then
564 kernel_id=`strings /dynix | grep DYNIX`
565 else
566 kernel_id=
567 fi
568
569
570
571
572# This will get text that should go into config.make.
573config_vars=
574
575# Check for a --with-gmp argument and set gmp-srcdir in config.make.
576# Check whether --with-gmp or --without-gmp was given.
577if test "${with_gmp+set}" = set; then
578 withval="$with_gmp"
579 case "$with_gmp" in
580yes) { echo "configure: error: --with-gmp requires an argument; use --with-gmp=DIRECTORY" 1>&2; exit 1; } ;;
581''|no) ;;
582*) config_vars="$config_vars
583gmp-srcdir = $withval" ;;
584esac
585
586fi
587
588# Check for a --with-gettext argument and set gettext-srcdir in config.make.
589# Check whether --with-gettext or --without-gettext was given.
590if test "${with_gettext+set}" = set; then
591 withval="$with_gettext"
592 case "$with_gettext" in
593yes)
594 { echo "configure: error: --with-gettext requires an argument; use --with-gettext=DIR" 1>&2; exit 1; } ;;
595''|no) ;;
596*)
597 config_vars="$config_vars
598gettext-srcdir = $withval" ;;
599esac
600
601fi
602
603
604# Check whether --with-fp or --without-fp was given.
605if test "${with_fp+set}" = set; then
606 withval="$with_fp"
607 with_fp=$withval
608else
609 with_fp=yes
610fi
611
650425ce
UD
612# Check whether --with-binutils or --without-binutils was given.
613if test "${with_binutils+set}" = set; then
614 withval="$with_binutils"
a5a0310d
UD
615 path_binutils=$withval
616else
650425ce 617 path_binutils=''
cd6ede75
UD
618fi
619
cd6ede75
UD
620# Check whether --with-elf or --without-elf was given.
621if test "${with_elf+set}" = set; then
622 withval="$with_elf"
623 elf=$withval
624else
625 elf=no
626fi
627
628
629# Check whether --enable-libio or --disable-libio was given.
630if test "${enable_libio+set}" = set; then
631 enableval="$enable_libio"
632 if test $enableval = yes; then
633 stdio=libio
634 else
635 stdio=stdio
636 fi
637else
638 stdio=default
639fi
640
641
642# Check whether --enable-sanity-checks or --disable-sanity-checks was given.
643if test "${enable_sanity_checks+set}" = set; then
644 enableval="$enable_sanity_checks"
645 enable_sanity=$enableval
646else
647 enable_sanity=yes
648fi
649
650
650425ce
UD
651# Check whether --enable-static or --disable-static was given.
652if test "${enable_static+set}" = set; then
653 enableval="$enable_static"
654 static=$enableval
655else
656 static=yes
657fi
658
cd6ede75
UD
659# Check whether --enable-shared or --disable-shared was given.
660if test "${enable_shared+set}" = set; then
661 enableval="$enable_shared"
662 shared=$enableval
663else
664 shared=default
665fi
666
667# Check whether --enable-profile or --disable-profile was given.
668if test "${enable_profile+set}" = set; then
669 enableval="$enable_profile"
670 profile=$enableval
671else
672 profile=yes
673fi
674
675# Check whether --enable-omitfp or --disable-omitfp was given.
676if test "${enable_omitfp+set}" = set; then
677 enableval="$enable_omitfp"
678 omitfp=$enableval
679else
680 omitfp=no
681fi
682
683# Check whether --enable-bounded or --disable-bounded was given.
684if test "${enable_bounded+set}" = set; then
685 enableval="$enable_bounded"
686 bounded=$enableval
687else
688 bounded=no
689fi
690
650425ce
UD
691# Check whether --enable-versioning or --disable-versioning was given.
692if test "${enable_versioning+set}" = set; then
693 enableval="$enable_versioning"
694 enable_versioning=$enableval
695else
696 enable_versioning=yes
697fi
698
cd6ede75
UD
699
700# Check whether --enable-add-ons or --disable-add-ons was given.
701if test "${enable_add_ons+set}" = set; then
702 enableval="$enable_add_ons"
703 add_ons=`echo "$enableval" | sed 's/,/ /g'`
704else
705 add_ons=
706fi
707
708ac_aux_dir=
709for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
710 if test -f $ac_dir/install-sh; then
711 ac_aux_dir=$ac_dir
712 ac_install_sh="$ac_aux_dir/install-sh -c"
713 break
714 elif test -f $ac_dir/install.sh; then
715 ac_aux_dir=$ac_dir
716 ac_install_sh="$ac_aux_dir/install.sh -c"
717 break
718 fi
719done
720if test -z "$ac_aux_dir"; then
721 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
722fi
723ac_config_guess=$ac_aux_dir/config.guess
724ac_config_sub=$ac_aux_dir/config.sub
725ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
726
727subdirs="$add_ons"
728
729add_ons_pfx=
730if test x"$add_ons" != x; then
731 for f in $add_ons; do
732 add_ons_pfx="$add_ons_pfx $f/"
733 done
734fi
735
736# Check whether --enable-static-nss or --disable-static-nss was given.
737if test "${enable_static_nss+set}" = set; then
738 enableval="$enable_static_nss"
739 static_nss=$enableval
740else
741 static_nss=no
742fi
743
744if test x"$static_nss" = xyes; then
745 cat >> confdefs.h <<\EOF
746#define DO_STATIC_NSS 1
747EOF
748
749fi
750
751
752# Make sure we can run config.sub.
753if $ac_config_sub sun4 >/dev/null 2>&1; then :
754else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
755fi
756
757echo $ac_n "checking host system type""... $ac_c" 1>&6
a5a0310d 758echo "configure:759: checking host system type" >&5
cd6ede75
UD
759
760host_alias=$host
761case "$host_alias" in
762NONE)
763 case $nonopt in
764 NONE)
765 if host_alias=`$ac_config_guess`; then :
766 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
767 fi ;;
768 *) host_alias=$nonopt ;;
769 esac ;;
770esac
771
772host=`$ac_config_sub $host_alias`
773host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
774host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
775host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
776echo "$ac_t""$host" 1>&6
777
778
779# The way shlib-versions is used to generate soversions.mk uses a
780# fairly simplistic model for name recognition that can't distinguish
781# i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a $host_os
782# of `gnu*' here to be `gnu-gnu*' just so that shlib-versions can
783# tell. This doesn't get used much beyond that, so it's fairly safe.
784case "$host_os" in
785linux*)
786 ;;
787gnu*)
788 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
789 ;;
790esac
791
61eb22d3
UD
792###
793### I put this here to prevent those annoying emails from people who cannot
794### read and try to compile glibc on unsupported platforms. --drepper
795###
650425ce
UD
796### By using the undocumented --enable-hacker-mode option for configure
797### one can skip this test to make the configuration not fail for unsupported
798### platforms.
799###
800if test -z "$enable_hacker_mode"; then
801 case "$host_os" in
802 linux* | gnu*)
803 ;;
804 *)
805 echo "*** The GNU C library is currently not available for this platform."
806 echo "*** So far nobody cared to port it and if there is no volunteer it"
807 echo "*** might never happen. So, if you have interest to see glibc on"
808 echo "*** this platform visit"
809 echo "*** http://www.gnu.ai.mit.edu/software/libc/porting.html"
810 echo "*** and join the group of porters"
811 exit 1
812 ;;
813 esac
814fi
61eb22d3 815
cd6ede75
UD
816# We keep the original values in `$config_*' and never modify them, so we
817# can write them unchanged into config.make. Everything else uses
818# $machine, $vendor, and $os, and changes them whenever convenient.
819config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
820
821# Some configurations imply other options.
822case "$host_os" in
823gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
824 # These systems always use GNU tools.
825 gnu_ld=yes gnu_as=yes ;;
826esac
827case "$host_os" in
828# i586-linuxaout is mangled into i586-pc-linux-gnuaout
829linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*)
830 ;;
831gnu* | linux* | sysv4* | solaris2*)
832 # These systems (almost) always use the ELF format.
833 elf=yes
834 ;;
835esac
836
837machine=$config_machine
838vendor=$config_vendor
839os=$config_os
840
841# Expand the configuration machine name into a subdirectory by architecture
842# type and particular chip.
843case "$machine" in
844a29k | am29000) base_machine=a29k machine=a29k ;;
845alpha*) base_machine=alpha machine=alpha/$machine ;;
846arm*) base_machine=arm machine=arm/$machine ;;
60c96635
UD
847c3[012]) base_machine=cx0 machine=cx0/c30 ;;
848c4[04]) base_machine=cx0 machine=cx0/c40 ;;
cd6ede75
UD
849hppa*) base_machine=hppa machine=hppa/$machine ;;
850i[3456]86) base_machine=i386 machine=i386/$machine ;;
851m680?0) base_machine=m68k machine=m68k/$machine ;;
852m68k) base_machine=m68k machine=m68k/m68020 ;;
853m88???) base_machine=m88k machine=m88k/$machine ;;
854m88k) base_machine=m88k machine=m88k/m88100 ;;
855mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
856mips*) base_machine=mips machine=mips/$machine ;;
ca34d7a7
UD
857sparc | sparcv[67])
858 base_machine=sparc machine=sparc/sparc32 ;;
859sparcv8 | supersparc | hypersparc)
860 base_machine=sparc machine=sparc/sparc32/sparcv8 ;;
861sparc64 | ultrasparc)
862 base_machine=sparc machine=sparc/sparc64 ;;
cd6ede75
UD
863esac
864
865
dfd2257a
UD
866if test "$base_machine" = "i386"; then
867 cat >> confdefs.h <<\EOF
868#define USE_REGPARMS 1
869EOF
870
871fi
872
cd6ede75
UD
873# Compute the list of sysdep directories for this configuration.
874# This can take a while to compute.
875sysdep_dir=$srcdir/sysdeps
876echo $ac_n "checking sysdep dirs""... $ac_c" 1>&6
dfd2257a 877echo "configure:878: checking sysdep dirs" >&5
cd6ede75
UD
878# Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
879os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
880
881case "$os" in
882gnu*)
883 base_os=mach/hurd ;;
884netbsd* | 386bsd* | freebsd* | bsdi*)
885 base_os=unix/bsd/bsd4.4 ;;
886osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
887 base_os=unix/bsd ;;
888sysv* | isc* | esix* | sco* | minix* | irix4* | linux*)
889 base_os=unix/sysv ;;
890solaris[2-9]*)
891 base_os=unix/sysv/sysv4 ;;
892none)
893 base_os=standalone ;;
894*)
895 base_os='' ;;
896esac
897
898# For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
899tail=$os
900ostry=$os
901while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
902 ostry="$ostry /$o"
903 tail=$o
904done
905o=`echo $tail | sed 's/[0-9]*$//'`
906if test $o != $tail; then
907 ostry="$ostry /$o"
908fi
909# For linux-gnu, try linux-gnu, then linux.
910o=`echo $tail | sed 's/-.*$//'`
911if test $o != $tail; then
912 ostry="$ostry /$o"
913fi
914
915# For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
916base=
917tail=$base_os
918while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
919 set $b
920 base="$base /$1"
921 tail="$2"
922done
923
924# For sparc/sparc9, try sparc/sparc9 and then sparc.
925mach=
926tail=$machine
927while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
928 set $m
929 # Prepend the machine's FPU directory unless --without-fp.
930 if test "$with_fp" = yes; then
931 mach="$mach /$1/fpu"
932 fi
933 mach="$mach /$1"
934 tail="$2"
935done
936
937
938# Find what sysdep directories exist.
939sysnames=
940IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
941for d in $add_ons_pfx ''; do
942 for b in $base ''; do
943 for m0 in $mach ''; do
944 for v in /$vendor ''; do
945 for o in /$ostry ''; do
946 for m in $mach ''; do
947 if test "$m0$b$v$o$m"; then
948 try="${d}sysdeps$m0$b$v$o$m"
949 test -n "$enable_debug_configure" &&
950 echo "$0 DEBUG: try $try" >&2
951 case $try in
952 /*) dest=$try ;;
953 *) dest=$srcdir/$try ;;
954 esac
955 if test -d $dest; then
956 sysnames="$sysnames $try"
957 { test -n "$o" || test -n "$b"; } && os_used=t
958 { test -n "$m" || test -n "$m0"; } && machine_used=t
959 fi
960 fi
961 done
962 done
963 done
964 done
965 done
966done
967IFS="$ac_save_ifs"
968
969if test -z "$os_used" && test "$os" != none; then
970 { echo "configure: error: Operating system $os is not supported." 1>&2; exit 1; }
971fi
972if test -z "$machine_used" && test "$machine" != none; then
973 { echo "configure: error: The $machine is not supported." 1>&2; exit 1; }
974fi
975
976# We have now validated the configuration.
977
978
979# If using ELF, look for an `elf' subdirectory of each machine directory.
980# We prepend these rather than inserting them whereever the machine appears
981# because things specified by the machine's ELF ABI should override
982# OS-specific things, and should always be the same for any OS on the
983# machine (otherwise what's the point of an ABI?).
984if test "$elf" = yes; then
985 elf_dirs=
986 for d in $add_ons_pfx ''; do
987 case $d in
988 /*) xsrcdir= ;;
989 *) xsrcdir=$srcdir/ ;;
990 esac
991 for m in $mach; do
992 if test -d $xsrcdir${d}sysdeps$m/elf; then
993 elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
994 fi
995 done
996 done
997 sysnames="`echo $elf_dirs | sed -e 's,//,/,g'` $sysnames"
998fi
999
1000
1001# Expand the list of system names into a full list of directories
1002# from each element's parent name and Implies file (if present).
1003set $sysnames
1004names=
1005while test $# -gt 0; do
1006 name=$1
1007 shift
1008
1009 case " $names " in *" $name "*)
1010 # Already in the list.
1011 continue
1012 esac
1013
1014 # Report each name as we discover it, so there is no long pause in output.
1015 echo $ac_n "$name $ac_c" >&6
1016
1017 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
1018
1019 case $name in
1020 /*) xsrcdir= ;;
1021 *) xsrcdir=$srcdir/ ;;
1022 esac
1023 test -n "$enable_debug_configure" &&
1024 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
1025
1026 if test -f $xsrcdir$name/Implies; then
1027 # Collect more names from the `Implies' file (removing comments).
1028 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/Implies`"
1029 implied=
1030 for x in $implied_candidate; do
1031 if test -d $xsrcdir$name_base/$x; then
1032 implied="$implied $name_base/$x";
1033 else
1034 echo "configure: warning: $name/Implies specifies nonexistent $x" 1>&2
1035 fi
1036 done
1037 else
1038 implied=
1039 fi
1040
1041 # Add NAME to the list of names.
1042 names="$names $name"
1043
1044 # Find the parent of NAME, using the empty string if it has none.
1045 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
1046
1047 # Add the names implied by NAME, and NAME's parent (if it has one), to
1048 # the list of names to be processed (the argument list). We prepend the
1049 # implied names to the list and append the parent. We want implied
1050 # directories to come before further directories inferred from the
1051 # configuration components; this ensures that for sysv4, unix/common
1052 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
1053 # after sysv4).
1054 sysnames="`echo $implied $* $parent`"
1055 test -n "$sysnames" && set $sysnames
1056done
1057
1058# Add the default directories.
1059sysnames="$names sysdeps/generic sysdeps/stub"
1060
1061# The other names were emitted during the scan.
1062echo "$ac_t""sysdeps/generic sysdeps/stub" 1>&6
1063
1064
1065### Locate tools.
1066
1067# Find a good install program. We prefer a C program (faster),
1068# so one script is as good as another. But avoid the broken or
1069# incompatible versions:
1070# SysV /etc/install, /usr/sbin/install
1071# SunOS /usr/etc/install
1072# IRIX /sbin/install
1073# AIX /bin/install
1074# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1075# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1076# ./install, which can be erroneously created by make from ./install.sh.
1077echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
dfd2257a 1078echo "configure:1079: checking for a BSD compatible install" >&5
cd6ede75
UD
1079if test -z "$INSTALL"; then
1080if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1081 echo $ac_n "(cached) $ac_c" 1>&6
1082else
1083 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1084 for ac_dir in $PATH; do
1085 # Account for people who put trailing slashes in PATH elements.
1086 case "$ac_dir/" in
1087 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1088 *)
1089 # OSF1 and SCO ODT 3.0 have their own names for install.
1090 for ac_prog in ginstall installbsd scoinst install; do
1091 if test -f $ac_dir/$ac_prog; then
1092 if test $ac_prog = install &&
1093 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1094 # AIX install. It has an incompatible calling convention.
1095 # OSF/1 installbsd also uses dspmsg, but is usable.
1096 :
1097 else
1098 ac_cv_path_install="$ac_dir/$ac_prog -c"
1099 break 2
1100 fi
1101 fi
1102 done
1103 ;;
1104 esac
1105 done
1106 IFS="$ac_save_IFS"
1107
1108fi
1109 if test "${ac_cv_path_install+set}" = set; then
1110 INSTALL="$ac_cv_path_install"
1111 else
1112 # As a last resort, use the slow shell script. We don't cache a
1113 # path for INSTALL within a source directory, because that will
1114 # break other packages using the cache if that directory is
1115 # removed, or if the path is relative.
1116 INSTALL="$ac_install_sh"
1117 fi
1118fi
1119echo "$ac_t""$INSTALL" 1>&6
1120
1121# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1122# It thinks the first close brace ends the variable substitution.
1123test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1124
1125test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1126
1127if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1128 # The makefiles need to use a different form to find it in $srcdir.
f41c8091 1129 INSTALL='\$(..)./install-sh -c'
cd6ede75
UD
1130fi
1131echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
dfd2257a 1132echo "configure:1133: checking whether ln -s works" >&5
cd6ede75
UD
1133if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1134 echo $ac_n "(cached) $ac_c" 1>&6
1135else
1136 rm -f conftestdata
1137if ln -s X conftestdata 2>/dev/null
1138then
1139 rm -f conftestdata
1140 ac_cv_prog_LN_S="ln -s"
1141else
1142 ac_cv_prog_LN_S=ln
1143fi
1144fi
1145LN_S="$ac_cv_prog_LN_S"
1146if test "$ac_cv_prog_LN_S" = "ln -s"; then
1147 echo "$ac_t""yes" 1>&6
1148else
1149 echo "$ac_t""no" 1>&6
1150fi
1151
1152for ac_prog in msgfmt gmsgfmt
1153do
1154# Extract the first word of "$ac_prog", so it can be a program name with args.
1155set dummy $ac_prog; ac_word=$2
1156echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1157echo "configure:1158: checking for $ac_word" >&5
cd6ede75
UD
1158if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
1159 echo $ac_n "(cached) $ac_c" 1>&6
1160else
1161 if test -n "$MSGFMT"; then
1162 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
1163else
1164 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1165 for ac_dir in $PATH; do
1166 test -z "$ac_dir" && ac_dir=.
1167 if test -f $ac_dir/$ac_word; then
1168 ac_cv_prog_MSGFMT="$ac_prog"
1169 break
1170 fi
1171 done
1172 IFS="$ac_save_ifs"
1173fi
1174fi
1175MSGFMT="$ac_cv_prog_MSGFMT"
1176if test -n "$MSGFMT"; then
1177 echo "$ac_t""$MSGFMT" 1>&6
1178else
1179 echo "$ac_t""no" 1>&6
1180fi
1181
1182test -n "$MSGFMT" && break
1183done
1184test -n "$MSGFMT" || MSGFMT=":"
1185
1186
1187# Extract the first word of "gcc", so it can be a program name with args.
1188set dummy gcc; ac_word=$2
1189echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1190echo "configure:1191: checking for $ac_word" >&5
cd6ede75
UD
1191if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1192 echo $ac_n "(cached) $ac_c" 1>&6
1193else
1194 if test -n "$CC"; then
1195 ac_cv_prog_CC="$CC" # Let the user override the test.
1196else
1197 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1198 for ac_dir in $PATH; do
1199 test -z "$ac_dir" && ac_dir=.
1200 if test -f $ac_dir/$ac_word; then
1201 ac_cv_prog_CC="gcc"
1202 break
1203 fi
1204 done
1205 IFS="$ac_save_ifs"
1206fi
1207fi
1208CC="$ac_cv_prog_CC"
1209if test -n "$CC"; then
1210 echo "$ac_t""$CC" 1>&6
1211else
1212 echo "$ac_t""no" 1>&6
1213fi
1214
1215if test -z "$CC"; then
1216 # Extract the first word of "cc", so it can be a program name with args.
1217set dummy cc; ac_word=$2
1218echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1219echo "configure:1220: checking for $ac_word" >&5
cd6ede75
UD
1220if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1221 echo $ac_n "(cached) $ac_c" 1>&6
1222else
1223 if test -n "$CC"; then
1224 ac_cv_prog_CC="$CC" # Let the user override the test.
1225else
1226 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1227 ac_prog_rejected=no
1228 for ac_dir in $PATH; do
1229 test -z "$ac_dir" && ac_dir=.
1230 if test -f $ac_dir/$ac_word; then
1231 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1232 ac_prog_rejected=yes
1233 continue
1234 fi
1235 ac_cv_prog_CC="cc"
1236 break
1237 fi
1238 done
1239 IFS="$ac_save_ifs"
1240if test $ac_prog_rejected = yes; then
1241 # We found a bogon in the path, so make sure we never use it.
1242 set dummy $ac_cv_prog_CC
1243 shift
1244 if test $# -gt 0; then
1245 # We chose a different compiler from the bogus one.
1246 # However, it has the same basename, so the bogon will be chosen
1247 # first if we set CC to just the basename; use the full file name.
1248 shift
1249 set dummy "$ac_dir/$ac_word" "$@"
1250 shift
1251 ac_cv_prog_CC="$@"
1252 fi
1253fi
1254fi
1255fi
1256CC="$ac_cv_prog_CC"
1257if test -n "$CC"; then
1258 echo "$ac_t""$CC" 1>&6
1259else
1260 echo "$ac_t""no" 1>&6
1261fi
1262
1263 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1264fi
1265
1266echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
dfd2257a 1267echo "configure:1268: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
cd6ede75
UD
1268
1269ac_ext=c
1270# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1271ac_cpp='$CPP $CPPFLAGS'
1272ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1273ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1274cross_compiling=$ac_cv_prog_cc_cross
1275
1276cat > conftest.$ac_ext <<EOF
dfd2257a 1277#line 1278 "configure"
cd6ede75
UD
1278#include "confdefs.h"
1279main(){return(0);}
1280EOF
dfd2257a 1281if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
cd6ede75
UD
1282 ac_cv_prog_cc_works=yes
1283 # If we can't run a trivial program, we are probably using a cross compiler.
1284 if (./conftest; exit) 2>/dev/null; then
1285 ac_cv_prog_cc_cross=no
1286 else
1287 ac_cv_prog_cc_cross=yes
1288 fi
1289else
1290 echo "configure: failed program was:" >&5
1291 cat conftest.$ac_ext >&5
1292 ac_cv_prog_cc_works=no
1293fi
1294rm -fr conftest*
1295
1296echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1297if test $ac_cv_prog_cc_works = no; then
1298 cross_linkable=no
1299 ac_cv_prog_cc_cross=yes
1300else
1301 cross_linkable=yes
1302fi
1303echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
dfd2257a 1304echo "configure:1305: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
cd6ede75
UD
1305echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1306
1307cross_compiling=$ac_cv_prog_cc_cross
1308
1309echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
dfd2257a 1310echo "configure:1311: checking whether we are using GNU C" >&5
cd6ede75
UD
1311if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1312 echo $ac_n "(cached) $ac_c" 1>&6
1313else
1314 cat > conftest.c <<EOF
1315#ifdef __GNUC__
1316 yes;
1317#endif
1318EOF
dfd2257a 1319if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
cd6ede75
UD
1320 ac_cv_prog_gcc=yes
1321else
1322 ac_cv_prog_gcc=no
1323fi
1324fi
1325
1326echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1327
1328if test $ac_cv_prog_gcc = yes; then
1329 GCC=yes
1330
1331 cat > conftest.c <<EOF
1332#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1333 yes;
1334#endif
1335EOF
dfd2257a 1336 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
cd6ede75
UD
1337 if test -z "$CFLAGS"; then
1338 CFLAGS="-g -O2"
1339 fi
1340 else
1341 { echo "configure: error: We require GNU CC version 2.7 or newer" 1>&2; exit 1; }
1342 fi
1343else
1344 { echo "configure: error: GNU libc must be compiled using GNU CC" 1>&2; exit 1; }
1345fi
1346
1347echo $ac_n "checking build system type""... $ac_c" 1>&6
dfd2257a 1348echo "configure:1349: checking build system type" >&5
cd6ede75
UD
1349
1350build_alias=$build
1351case "$build_alias" in
1352NONE)
1353 case $nonopt in
1354 NONE) build_alias=$host_alias ;;
1355 *) build_alias=$nonopt ;;
1356 esac ;;
1357esac
1358
1359build=`$ac_config_sub $build_alias`
1360build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1361build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1362build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1363echo "$ac_t""$build" 1>&6
1364
1365if test $host != $build; then
1366 for ac_prog in gcc cc
1367do
1368# Extract the first word of "$ac_prog", so it can be a program name with args.
1369set dummy $ac_prog; ac_word=$2
1370echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1371echo "configure:1372: checking for $ac_word" >&5
cd6ede75
UD
1372if eval "test \"`echo '$''{'ac_cv_prog_BUILD_CC'+set}'`\" = set"; then
1373 echo $ac_n "(cached) $ac_c" 1>&6
1374else
1375 if test -n "$BUILD_CC"; then
1376 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
1377else
1378 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1379 for ac_dir in $PATH; do
1380 test -z "$ac_dir" && ac_dir=.
1381 if test -f $ac_dir/$ac_word; then
1382 ac_cv_prog_BUILD_CC="$ac_prog"
1383 break
1384 fi
1385 done
1386 IFS="$ac_save_ifs"
1387fi
1388fi
1389BUILD_CC="$ac_cv_prog_BUILD_CC"
1390if test -n "$BUILD_CC"; then
1391 echo "$ac_t""$BUILD_CC" 1>&6
1392else
1393 echo "$ac_t""no" 1>&6
1394fi
1395
1396test -n "$BUILD_CC" && break
1397done
1398
1399fi
1400
1401echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
dfd2257a 1402echo "configure:1403: checking how to run the C preprocessor" >&5
cd6ede75
UD
1403# On Suns, sometimes $CPP names a directory.
1404if test -n "$CPP" && test -d "$CPP"; then
1405 CPP=
1406fi
1407if test -z "$CPP"; then
1408if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1409 echo $ac_n "(cached) $ac_c" 1>&6
1410else
1411 # This must be in double quotes, not single quotes, because CPP may get
1412 # substituted into the Makefile and "${CC-cc}" will confuse make.
1413 CPP="${CC-cc} -E"
1414 # On the NeXT, cc -E runs the code through the compiler's parser,
1415 # not just through cpp.
1416 cat > conftest.$ac_ext <<EOF
dfd2257a 1417#line 1418 "configure"
cd6ede75
UD
1418#include "confdefs.h"
1419#include <assert.h>
1420Syntax Error
1421EOF
1422ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dfd2257a 1423{ (eval echo configure:1424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
cd6ede75
UD
1424ac_err=`grep -v '^ *+' conftest.out`
1425if test -z "$ac_err"; then
1426 :
1427else
1428 echo "$ac_err" >&5
1429 echo "configure: failed program was:" >&5
1430 cat conftest.$ac_ext >&5
1431 rm -rf conftest*
1432 CPP="${CC-cc} -E -traditional-cpp"
1433 cat > conftest.$ac_ext <<EOF
dfd2257a 1434#line 1435 "configure"
cd6ede75
UD
1435#include "confdefs.h"
1436#include <assert.h>
1437Syntax Error
1438EOF
1439ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dfd2257a 1440{ (eval echo configure:1441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
cd6ede75
UD
1441ac_err=`grep -v '^ *+' conftest.out`
1442if test -z "$ac_err"; then
1443 :
1444else
1445 echo "$ac_err" >&5
1446 echo "configure: failed program was:" >&5
1447 cat conftest.$ac_ext >&5
1448 rm -rf conftest*
1449 CPP=/lib/cpp
1450fi
1451rm -f conftest*
1452fi
1453rm -f conftest*
1454 ac_cv_prog_CPP="$CPP"
1455fi
1456 CPP="$ac_cv_prog_CPP"
1457else
1458 ac_cv_prog_CPP="$CPP"
1459fi
1460echo "$ac_t""$CPP" 1>&6
1461
650425ce
UD
1462# Was a --with-binutils option given?
1463if test -n "$path_binutils"; then
1464 # Make absolute; ensure a single trailing slash.
1465 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
1466 CC="$CC -B$with_binutils"
1467fi
1468AS=`$CC -print-file-name=as`
1469LD=`$CC -print-file-name=ld`
1470
1471# Determine whether we are using GNU binutils.
1472echo $ac_n "checking whether $AS is GNU as""... $ac_c" 1>&6
dfd2257a 1473echo "configure:1474: checking whether $AS is GNU as" >&5
650425ce
UD
1474if eval "test \"`echo '$''{'libc_cv_prog_as_gnu'+set}'`\" = set"; then
1475 echo $ac_n "(cached) $ac_c" 1>&6
1476else
1477 # Most GNU programs take a -v and spit out some text including
1478# the word 'GNU'. Some try to read stdin, so give them /dev/null.
1479if $AS -v </dev/null 2>&1 | grep -q GNU; then
1480 libc_cv_prog_as_gnu=yes
1481else
1482 libc_cv_prog_as_gnu=no
1483fi
1484fi
1485
1486echo "$ac_t""$libc_cv_prog_as_gnu" 1>&6
a5a0310d 1487rm -f a.out
650425ce
UD
1488gnu_as=$libc_cv_prog_as_gnu
1489
1490echo $ac_n "checking whether $LD is GNU ld""... $ac_c" 1>&6
dfd2257a 1491echo "configure:1492: checking whether $LD is GNU ld" >&5
650425ce
UD
1492if eval "test \"`echo '$''{'libc_cv_prog_ld_gnu'+set}'`\" = set"; then
1493 echo $ac_n "(cached) $ac_c" 1>&6
1494else
1495 # Most GNU programs take a -v and spit out some text including
1496# the word 'GNU'. Some try to read stdin, so give them /dev/null.
1497if $LD -v </dev/null 2>&1 | grep -q GNU; then
1498 libc_cv_prog_ld_gnu=yes
1499else
1500 libc_cv_prog_ld_gnu=no
1501fi
1502fi
1503
1504echo "$ac_t""$libc_cv_prog_ld_gnu" 1>&6
1505gnu_ld=$libc_cv_prog_ld_gnu
cd6ede75
UD
1506if test $host != $build; then
1507 ac_tool_prefix=${host_alias}-
1508else
1509 ac_tool_prefix=
1510fi
1511
1512# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1513set dummy ${ac_tool_prefix}ar; ac_word=$2
1514echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1515echo "configure:1516: checking for $ac_word" >&5
cd6ede75
UD
1516if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1517 echo $ac_n "(cached) $ac_c" 1>&6
1518else
1519 if test -n "$AR"; then
1520 ac_cv_prog_AR="$AR" # Let the user override the test.
1521else
1522 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1523 for ac_dir in $PATH; do
1524 test -z "$ac_dir" && ac_dir=.
1525 if test -f $ac_dir/$ac_word; then
1526 ac_cv_prog_AR="${ac_tool_prefix}ar"
1527 break
1528 fi
1529 done
1530 IFS="$ac_save_ifs"
1531 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1532fi
1533fi
1534AR="$ac_cv_prog_AR"
1535if test -n "$AR"; then
1536 echo "$ac_t""$AR" 1>&6
1537else
1538 echo "$ac_t""no" 1>&6
1539fi
1540
1541
1542
1543# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1544set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1545echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1546echo "configure:1547: checking for $ac_word" >&5
cd6ede75
UD
1547if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1548 echo $ac_n "(cached) $ac_c" 1>&6
1549else
1550 if test -n "$RANLIB"; then
1551 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1552else
1553 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1554 for ac_dir in $PATH; do
1555 test -z "$ac_dir" && ac_dir=.
1556 if test -f $ac_dir/$ac_word; then
1557 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1558 break
1559 fi
1560 done
1561 IFS="$ac_save_ifs"
1562fi
1563fi
1564RANLIB="$ac_cv_prog_RANLIB"
1565if test -n "$RANLIB"; then
1566 echo "$ac_t""$RANLIB" 1>&6
1567else
1568 echo "$ac_t""no" 1>&6
1569fi
1570
1571
1572if test -z "$ac_cv_prog_RANLIB"; then
1573if test -n "$ac_tool_prefix"; then
1574 # Extract the first word of "ranlib", so it can be a program name with args.
1575set dummy ranlib; ac_word=$2
1576echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1577echo "configure:1578: checking for $ac_word" >&5
cd6ede75
UD
1578if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1579 echo $ac_n "(cached) $ac_c" 1>&6
1580else
1581 if test -n "$RANLIB"; then
1582 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1583else
1584 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1585 for ac_dir in $PATH; do
1586 test -z "$ac_dir" && ac_dir=.
1587 if test -f $ac_dir/$ac_word; then
1588 ac_cv_prog_RANLIB="ranlib"
1589 break
1590 fi
1591 done
1592 IFS="$ac_save_ifs"
1593 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1594fi
1595fi
1596RANLIB="$ac_cv_prog_RANLIB"
1597if test -n "$RANLIB"; then
1598 echo "$ac_t""$RANLIB" 1>&6
1599else
1600 echo "$ac_t""no" 1>&6
1601fi
1602
1603else
1604 RANLIB=":"
1605fi
1606fi
1607
1608
1609# Extract the first word of "bash", so it can be a program name with args.
1610set dummy bash; ac_word=$2
1611echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1612echo "configure:1613: checking for $ac_word" >&5
cd6ede75
UD
1613if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
1614 echo $ac_n "(cached) $ac_c" 1>&6
1615else
1616 case "$BASH" in
1617 /*)
1618 ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
1619 ;;
1620 *)
1621 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1622 for ac_dir in $PATH; do
1623 test -z "$ac_dir" && ac_dir=.
1624 if test -f $ac_dir/$ac_word; then
1625 ac_cv_path_BASH="$ac_dir/$ac_word"
1626 break
1627 fi
1628 done
1629 IFS="$ac_save_ifs"
1630 test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="no"
1631 ;;
1632esac
1633fi
1634BASH="$ac_cv_path_BASH"
1635if test -n "$BASH"; then
1636 echo "$ac_t""$BASH" 1>&6
1637else
1638 echo "$ac_t""no" 1>&6
1639fi
1640
1641if test "$BASH" != no &&
1642 $BASH -c 'test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then
1643 libc_cv_have_bash2=yes
1644else
1645 libc_cv_have_bash2=no
1646fi
1647
1648
1649if test "$BASH" = no; then
1650 # Extract the first word of "ksh", so it can be a program name with args.
1651set dummy ksh; ac_word=$2
1652echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1653echo "configure:1654: checking for $ac_word" >&5
cd6ede75
UD
1654if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then
1655 echo $ac_n "(cached) $ac_c" 1>&6
1656else
1657 case "$KSH" in
1658 /*)
1659 ac_cv_path_KSH="$KSH" # Let the user override the test with a path.
1660 ;;
1661 *)
1662 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1663 for ac_dir in $PATH; do
1664 test -z "$ac_dir" && ac_dir=.
1665 if test -f $ac_dir/$ac_word; then
1666 ac_cv_path_KSH="$ac_dir/$ac_word"
1667 break
1668 fi
1669 done
1670 IFS="$ac_save_ifs"
1671 test -z "$ac_cv_path_KSH" && ac_cv_path_KSH="no"
1672 ;;
1673esac
1674fi
1675KSH="$ac_cv_path_KSH"
1676if test -n "$KSH"; then
1677 echo "$ac_t""$KSH" 1>&6
1678else
1679 echo "$ac_t""no" 1>&6
1680fi
1681
1682 if test "$KSH" = no; then
1683 libc_cv_have_ksh=no
1684 else
1685 libc_cv_have_ksh=yes
1686 fi
1687else
1688 KSH="$BASH"
1689
1690 libc_cv_have_ksh=yes
1691fi
1692
1693
a2b08ee5
UD
1694for ac_prog in perl
1695do
1696# Extract the first word of "$ac_prog", so it can be a program name with args.
1697set dummy $ac_prog; ac_word=$2
1698echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dfd2257a 1699echo "configure:1700: checking for $ac_word" >&5
a2b08ee5
UD
1700if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
1701 echo $ac_n "(cached) $ac_c" 1>&6
1702else
1703 case "$PERL" in
1704 /*)
1705 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1706 ;;
1707 *)
1708 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1709 for ac_dir in $PATH; do
1710 test -z "$ac_dir" && ac_dir=.
1711 if test -f $ac_dir/$ac_word; then
1712 ac_cv_path_PERL="$ac_dir/$ac_word"
1713 break
1714 fi
1715 done
1716 IFS="$ac_save_ifs"
1717 ;;
1718esac
1719fi
1720PERL="$ac_cv_path_PERL"
1721if test -n "$PERL"; then
1722 echo "$ac_t""$PERL" 1>&6
1723else
1724 echo "$ac_t""no" 1>&6
1725fi
1726
1727test -n "$PERL" && break
1728done
1729test -n "$PERL" || PERL="no"
1730
1731
1732
cd6ede75 1733echo $ac_n "checking for signed size_t type""... $ac_c" 1>&6
dfd2257a 1734echo "configure:1735: checking for signed size_t type" >&5
cd6ede75
UD
1735if eval "test \"`echo '$''{'libc_cv_signed_size_t'+set}'`\" = set"; then
1736 echo $ac_n "(cached) $ac_c" 1>&6
1737else
1738 echo '#include <stddef.h>
1739FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
1740if eval "$ac_cpp conftest.c 2>/dev/null" \
1741| grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null; then
1742 libc_cv_signed_size_t=no
1743else
1744 libc_cv_signed_size_t=yes
1745fi
1746rm -f conftest*
1747fi
1748
1749echo "$ac_t""$libc_cv_signed_size_t" 1>&6
1750if test $libc_cv_signed_size_t = yes; then
1751 cat >> confdefs.h <<\EOF
1752#undef __SIZE_TYPE__
1753#define __SIZE_TYPE__ unsigned
1754EOF
1755fi
1756
1757echo $ac_n "checking for libc-friendly stddef.h""... $ac_c" 1>&6
dfd2257a 1758echo "configure:1759: checking for libc-friendly stddef.h" >&5
cd6ede75
UD
1759if eval "test \"`echo '$''{'libc_cv_friendly_stddef'+set}'`\" = set"; then
1760 echo $ac_n "(cached) $ac_c" 1>&6
1761else
1762 cat > conftest.$ac_ext <<EOF
dfd2257a 1763#line 1764 "configure"
cd6ede75
UD
1764#include "confdefs.h"
1765#define __need_size_t
1766#define __need_wchar_t
1767#include <stddef.h>
1768#define __need_NULL
1769#include <stddef.h>
1770int main() {
1771size_t size; wchar_t wchar;
1772#ifdef offsetof
1773#error stddef.h ignored __need_*
1774#endif
1775if (&size == NULL || &wchar == NULL) abort ();
1776; return 0; }
1777EOF
dfd2257a 1778if { (eval echo configure:1779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6ede75
UD
1779 rm -rf conftest*
1780 libc_cv_friendly_stddef=yes
1781else
1782 echo "configure: failed program was:" >&5
1783 cat conftest.$ac_ext >&5
1784 rm -rf conftest*
1785 libc_cv_friendly_stddef=no
1786fi
1787rm -f conftest*
1788fi
1789
1790echo "$ac_t""$libc_cv_friendly_stddef" 1>&6
1791if test $libc_cv_friendly_stddef = yes; then
1792 config_vars="$config_vars
1793override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
1794fi
1795
1796echo $ac_n "checking whether we need to use -P to assemble .S files""... $ac_c" 1>&6
dfd2257a 1797echo "configure:1798: checking whether we need to use -P to assemble .S files" >&5
cd6ede75
UD
1798if eval "test \"`echo '$''{'libc_cv_need_minus_P'+set}'`\" = set"; then
1799 echo $ac_n "(cached) $ac_c" 1>&6
1800else
1801 cat > conftest.S <<EOF
1802#include "confdefs.h"
1803/* Nothing whatsoever. */
1804EOF
1805if ${CC-cc} $CFLAGS -c conftest.S 2>/dev/null; then
1806 libc_cv_need_minus_P=no
1807else
1808 libc_cv_need_minus_P=yes
1809fi
1810rm -f conftest*
1811fi
1812
1813echo "$ac_t""$libc_cv_need_minus_P" 1>&6
1814if test $libc_cv_need_minus_P = yes; then
1815 config_vars="$config_vars
1816asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
1817fi
1818
1819echo $ac_n "checking for assembler global-symbol directive""... $ac_c" 1>&6
dfd2257a 1820echo "configure:1821: checking for assembler global-symbol directive" >&5
cd6ede75
UD
1821if eval "test \"`echo '$''{'libc_cv_asm_global_directive'+set}'`\" = set"; then
1822 echo $ac_n "(cached) $ac_c" 1>&6
1823else
1824 libc_cv_asm_global_directive=UNKNOWN
1825for ac_globl in .globl .global; do
1826 cat > conftest.s <<EOF
1827.text
1828${ac_globl} foo
1829foo:
1830EOF
1831 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
1832 libc_cv_asm_global_directive=${ac_globl}
1833 fi
1834 rm -f conftest*
1835 test $libc_cv_asm_global_directive != UNKNOWN && break
1836done
1837fi
1838
1839echo "$ac_t""$libc_cv_asm_global_directive" 1>&6
1840if test $libc_cv_asm_global_directive = UNKNOWN; then
1841 { echo "configure: error: cannot determine asm global directive" 1>&2; exit 1; }
1842else
1843 cat >> confdefs.h <<EOF
1844#define ASM_GLOBAL_DIRECTIVE ${libc_cv_asm_global_directive}
1845EOF
1846
1847fi
1848
1849echo $ac_n "checking for .set assembler directive""... $ac_c" 1>&6
dfd2257a 1850echo "configure:1851: checking for .set assembler directive" >&5
cd6ede75
UD
1851if eval "test \"`echo '$''{'libc_cv_asm_set_directive'+set}'`\" = set"; then
1852 echo $ac_n "(cached) $ac_c" 1>&6
1853else
1854 cat > conftest.s <<EOF
1855.text
1856foo:
1857.set glibc_conftest_frobozz,foo
1858$libc_cv_asm_global_directive glibc_conftest_frobozz
1859EOF
1860# The alpha-dec-osf1 assembler gives only a warning for `.set'
1861# (but it doesn't work), so we must do a linking check to be sure.
1862cat > conftest1.c <<\EOF
1863extern int glibc_conftest_frobozz;
1864main () { printf ("%d\n", glibc_conftest_frobozz); }
1865EOF
1866if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
1867 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
1868 libc_cv_asm_set_directive=yes
1869else
1870 libc_cv_asm_set_directive=no
1871fi
1872rm -f conftest*
1873fi
1874
1875echo "$ac_t""$libc_cv_asm_set_directive" 1>&6
1876if test $libc_cv_asm_set_directive = yes; then
1877 cat >> confdefs.h <<\EOF
1878#define HAVE_ASM_SET_DIRECTIVE 1
1879EOF
1880
1881fi
1882
1883echo $ac_n "checking for .symver assembler directive""... $ac_c" 1>&6
dfd2257a 1884echo "configure:1885: checking for .symver assembler directive" >&5
cd6ede75
UD
1885if eval "test \"`echo '$''{'libc_cv_asm_symver_directive'+set}'`\" = set"; then
1886 echo $ac_n "(cached) $ac_c" 1>&6
1887else
1888 cat > conftest.s <<EOF
1889.text
1890_sym:
1891.symver _sym,sym@VERS
1892EOF
1893if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
1894 libc_cv_asm_symver_directive=yes
1895else
1896 libc_cv_asm_symver_directive=no
1897fi
1898rm -f conftest*
1899fi
1900
1901echo "$ac_t""$libc_cv_asm_symver_directive" 1>&6
1902echo $ac_n "checking for ld --version-script""... $ac_c" 1>&6
dfd2257a 1903echo "configure:1904: checking for ld --version-script" >&5
cd6ede75
UD
1904if eval "test \"`echo '$''{'libc_cv_ld_version_script_option'+set}'`\" = set"; then
1905 echo $ac_n "(cached) $ac_c" 1>&6
1906else
1907 if test $libc_cv_asm_symver_directive = yes; then
1908 cat > conftest.s <<EOF
1909.text
1910_sym:
1911.symver _sym,sym@VERS
1912EOF
1913 cat > conftest.map <<EOF
1914VERS {
1915 global: sym;
1916};
1917EOF
1918 if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
1919 if { ac_try='${CC-cc} $CFLAGS -shared -o conftest.so conftest.o
1920 -nostartfiles -nostdlib
1921 -Wl,--version-script,conftest.map
dfd2257a 1922 1>&5'; { (eval echo configure:1923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; };
cd6ede75
UD
1923 then
1924 libc_cv_ld_version_script_option=yes
1925 else
1926 libc_cv_ld_version_script_option=no
1927 fi
1928 else
1929 libc_cv_ld_version_script_option=no
1930 fi
1931else
1932 libc_cv_ld_version_script_option=no
1933fi
1934rm -f conftest*
1935fi
1936
1937echo "$ac_t""$libc_cv_ld_version_script_option" 1>&6
1938if test $libc_cv_asm_symver_directive = yes &&
650425ce
UD
1939 test $libc_cv_ld_version_script_option = yes &&
1940 test $enable_versioning = yes; then
cd6ede75
UD
1941 VERSIONING=yes
1942 cat >> confdefs.h <<\EOF
1943#define DO_VERSIONING 1
1944EOF
1945
1946else
1947 VERSIONING=no
1948fi
1949
1950
1951if test $elf = yes; then
1952 echo $ac_n "checking for .previous assembler directive""... $ac_c" 1>&6
dfd2257a 1953echo "configure:1954: checking for .previous assembler directive" >&5
cd6ede75
UD
1954if eval "test \"`echo '$''{'libc_cv_asm_previous_directive'+set}'`\" = set"; then
1955 echo $ac_n "(cached) $ac_c" 1>&6
1956else
1957 cat > conftest.s <<EOF
1958.section foo_section
1959.previous
1960EOF
dfd2257a 1961 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:1962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
1962 libc_cv_asm_previous_directive=yes
1963 else
1964 libc_cv_asm_previous_directive=no
1965 fi
1966 rm -f conftest*
1967fi
1968
1969echo "$ac_t""$libc_cv_asm_previous_directive" 1>&6
1970 if test $libc_cv_asm_previous_directive = yes; then
1971 cat >> confdefs.h <<\EOF
1972#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1973EOF
1974
1975 else
1976 echo $ac_n "checking for .popsection assembler directive""... $ac_c" 1>&6
dfd2257a 1977echo "configure:1978: checking for .popsection assembler directive" >&5
cd6ede75
UD
1978if eval "test \"`echo '$''{'libc_cv_asm_popsection_directive'+set}'`\" = set"; then
1979 echo $ac_n "(cached) $ac_c" 1>&6
1980else
1981 cat > conftest.s <<EOF
1982.pushsection foo_section
1983.popsection
1984EOF
dfd2257a 1985 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:1986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
1986 libc_cv_asm_popsection_directive=yes
1987 else
1988 libc_cv_asm_popsection_directive=no
1989 fi
1990 rm -f conftest*
1991fi
1992
1993echo "$ac_t""$libc_cv_asm_popsection_directive" 1>&6
1994 if test $libc_cv_asm_popsection_directive = yes; then
1995 cat >> confdefs.h <<\EOF
1996#define HAVE_ASM_POPSECTION_DIRECTIVE 1
1997EOF
1998
1999 fi
2000 fi
2001fi
2002
2003if test $elf != yes; then
2004 echo $ac_n "checking for .init and .fini sections""... $ac_c" 1>&6
dfd2257a 2005echo "configure:2006: checking for .init and .fini sections" >&5
cd6ede75
UD
2006if eval "test \"`echo '$''{'libc_cv_have_initfini'+set}'`\" = set"; then
2007 echo $ac_n "(cached) $ac_c" 1>&6
2008else
2009 cat > conftest.$ac_ext <<EOF
dfd2257a 2010#line 2011 "configure"
cd6ede75
UD
2011#include "confdefs.h"
2012
2013int main() {
2014asm (".section .init");
2015 asm (".section .fini");
2016 asm (".text");
2017; return 0; }
2018EOF
dfd2257a 2019if { (eval echo configure:2020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
cd6ede75
UD
2020 rm -rf conftest*
2021 libc_cv_have_initfini=yes
2022else
2023 echo "configure: failed program was:" >&5
2024 cat conftest.$ac_ext >&5
2025 rm -rf conftest*
2026 libc_cv_have_initfini=no
2027fi
2028rm -f conftest*
2029fi
2030
2031echo "$ac_t""$libc_cv_have_initfini" 1>&6
2032 if test $libc_cv_have_initfini = yes; then
2033 cat >> confdefs.h <<\EOF
2034#define HAVE_INITFINI 1
2035EOF
2036
2037 fi
2038fi
2039
9a0a462c
UD
2040
2041
cd6ede75
UD
2042if test $elf = yes; then
2043 libc_cv_asm_underscores=no
2044else
9a0a462c
UD
2045 if test $ac_cv_prog_cc_works = yes; then
2046 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
dfd2257a 2047echo "configure:2048: checking for _ prefix on C symbol names" >&5
cd6ede75
UD
2048if eval "test \"`echo '$''{'libc_cv_asm_underscores'+set}'`\" = set"; then
2049 echo $ac_n "(cached) $ac_c" 1>&6
2050else
2051 cat > conftest.$ac_ext <<EOF
dfd2257a 2052#line 2053 "configure"
cd6ede75
UD
2053#include "confdefs.h"
2054asm ("_glibc_foobar:");
2055int main() {
2056glibc_foobar ();
2057; return 0; }
2058EOF
dfd2257a 2059if { (eval echo configure:2060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
cd6ede75
UD
2060 rm -rf conftest*
2061 libc_cv_asm_underscores=yes
2062else
2063 echo "configure: failed program was:" >&5
2064 cat conftest.$ac_ext >&5
2065 rm -rf conftest*
2066 libc_cv_asm_underscores=no
2067fi
2068rm -f conftest*
2069fi
2070
2071echo "$ac_t""$libc_cv_asm_underscores" 1>&6
9a0a462c
UD
2072 else
2073 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
dfd2257a 2074echo "configure:2075: checking for _ prefix on C symbol names" >&5
9a0a462c
UD
2075if eval "test \"`echo '$''{'libc_cv_asm_underscores'+set}'`\" = set"; then
2076 echo $ac_n "(cached) $ac_c" 1>&6
2077else
2078 cat > conftest.$ac_ext <<EOF
dfd2257a 2079#line 2080 "configure"
9a0a462c
UD
2080#include "confdefs.h"
2081void underscore_test(void) {
2082return; }
2083EOF
dfd2257a 2084if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9a0a462c
UD
2085 if grep _underscore_test conftest* >/dev/null; then
2086 rm -f conftest*
2087 libc_cv_asm_underscores=yes
2088 else
2089 rm -f conftest*
2090 libc_cv_asm_underscores=no
2091 fi
2092else
2093 echo "configure: failed program was:" >&5
2094 cat conftest.$ac_ext >&5
2095 rm -f conftest*
2096 libc_cv_asm_underscores=no
2097fi
2098rm -f conftest*
2099fi
2100
2101echo "$ac_t""$libc_cv_asm_underscores" 1>&6
2102 fi
cd6ede75
UD
2103fi
2104if test $libc_cv_asm_underscores = no; then
2105 cat >> confdefs.h <<\EOF
2106#define NO_UNDERSCORES 1
2107EOF
2108
2109fi
2110
2111if test $elf = yes; then
2112 libc_cv_weak_symbols=yes
2113 libc_cv_asm_weak_directive=yes
2114 libc_cv_asm_weakext_directive=no
2115else
2116 echo $ac_n "checking for assembler .weak directive""... $ac_c" 1>&6
dfd2257a 2117echo "configure:2118: checking for assembler .weak directive" >&5
cd6ede75
UD
2118if eval "test \"`echo '$''{'libc_cv_asm_weak_directive'+set}'`\" = set"; then
2119 echo $ac_n "(cached) $ac_c" 1>&6
2120else
2121 cat > conftest.s <<EOF
2122.text
2123${libc_cv_asm_global_directive} foo
2124foo:
2125.weak foo
2126.weak bar; bar = foo
2127EOF
2128 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2129 libc_cv_asm_weak_directive=yes
2130 else
2131 libc_cv_asm_weak_directive=no
2132 fi
2133 rm -f conftest*
2134fi
2135
2136echo "$ac_t""$libc_cv_asm_weak_directive" 1>&6
2137
2138if test $libc_cv_asm_weak_directive = no; then
2139 echo $ac_n "checking for assembler .weakext directive""... $ac_c" 1>&6
dfd2257a 2140echo "configure:2141: checking for assembler .weakext directive" >&5
cd6ede75
UD
2141if eval "test \"`echo '$''{'libc_cv_asm_weakext_directive'+set}'`\" = set"; then
2142 echo $ac_n "(cached) $ac_c" 1>&6
2143else
2144 cat > conftest.s <<EOF
2145.text
2146${libc_cv_asm_global_directive} foo
2147foo:
2148.weakext foo
2149.weakext foo, bar
2150EOF
2151 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2152 libc_cv_asm_weakext_directive=yes
2153 else
2154 libc_cv_asm_weakext_directive=no
2155 fi
2156 rm -f conftest*
2157fi
2158
2159echo "$ac_t""$libc_cv_asm_weakext_directive" 1>&6
2160
2161 fi # no .weak
2162fi # not ELF
2163
2164if test $libc_cv_asm_weak_directive = yes; then
2165 cat >> confdefs.h <<\EOF
2166#define HAVE_ASM_WEAK_DIRECTIVE 1
2167EOF
2168
2169elif test $libc_cv_asm_weakext_directive = yes; then
2170 cat >> confdefs.h <<\EOF
2171#define HAVE_ASM_WEAKEXT_DIRECTIVE 1
2172EOF
2173
2174fi
2175
2176echo $ac_n "checking for ld --no-whole-archive""... $ac_c" 1>&6
dfd2257a 2177echo "configure:2178: checking for ld --no-whole-archive" >&5
cd6ede75
UD
2178if eval "test \"`echo '$''{'libc_cv_ld_no_whole_archive'+set}'`\" = set"; then
2179 echo $ac_n "(cached) $ac_c" 1>&6
2180else
2181 cat > conftest.c <<\EOF
2182_start () {}
2183int __eh_pc;
2184__throw () {}
2185EOF
2186if { ac_try='${CC-cc} $CFLAGS
2187 -nostdlib -nostartfiles -Wl,--no-whole-archive
dfd2257a 2188 -o conftest conftest.c 1>&5'; { (eval echo configure:2189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
2189 libc_cv_ld_no_whole_archive=yes
2190else
2191 libc_cv_ld_no_whole_archive=no
2192fi
2193rm -f conftest*
2194fi
2195
2196echo "$ac_t""$libc_cv_ld_no_whole_archive" 1>&6
2197
2198echo $ac_n "checking for gcc -fno-exceptions""... $ac_c" 1>&6
dfd2257a 2199echo "configure:2200: checking for gcc -fno-exceptions" >&5
cd6ede75
UD
2200if eval "test \"`echo '$''{'libc_cv_gcc_no_exceptions'+set}'`\" = set"; then
2201 echo $ac_n "(cached) $ac_c" 1>&6
2202else
2203 cat > conftest.c <<\EOF
2204_start () {}
2205int __eh_pc;
2206__throw () {}
2207EOF
2208if { ac_try='${CC-cc} $CFLAGS
2209 -nostdlib -nostartfiles -fno-exceptions
dfd2257a 2210 -o conftest conftest.c 1>&5'; { (eval echo configure:2211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
cd6ede75
UD
2211 libc_cv_gcc_no_exceptions=yes
2212else
2213 libc_cv_gcc_no_exceptions=no
2214fi
2215rm -f conftest*
2216fi
2217
2218echo "$ac_t""$libc_cv_gcc_no_exceptions" 1>&6
2219
650425ce 2220echo $ac_n "checking for DWARF2 unwind info support""... $ac_c" 1>&6
dfd2257a 2221echo "configure:2222: checking for DWARF2 unwind info support" >&5
650425ce
UD
2222if eval "test \"`echo '$''{'libc_cv_gcc_dwarf2_unwind_info'+set}'`\" = set"; then
2223 echo $ac_n "(cached) $ac_c" 1>&6
2224else
2225 cat > conftest.c <<EOF
dfd2257a 2226#line 2227 "configure"
650425ce
UD
2227static char __EH_FRAME_BEGIN__;
2228_start ()
2229{
2230 __register_frame (__EH_FRAME_BEGIN__);
2231 __deregister_frame (__EH_FRAME_BEGIN__);
2232}
2233int __eh_pc;
2234__throw () {}
2235/* FIXME: this is fragile. */
2236malloc () {}
2237strcmp () {}
2238strlen () {}
2239memcpy () {}
2240memset () {}
2241free () {}
2242abort () {}
dfd2257a 2243__bzero () {}
650425ce
UD
2244EOF
2245if { ac_try='${CC-cc} $CFLAGS
2246 -nostdlib -nostartfiles
dfd2257a 2247 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:2248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
650425ce
UD
2248 libc_cv_gcc_dwarf2_unwind_info=yes
2249else
2250 libc_cv_gcc_dwarf2_unwind_info=no
2251fi
2252rm -f conftest*
2253fi
2254
2255echo "$ac_t""$libc_cv_gcc_dwarf2_unwind_info" 1>&6
2256if test $libc_cv_gcc_dwarf2_unwind_info = yes; then
2257 cat >> confdefs.h <<\EOF
2258#define HAVE_DWARF2_UNWIND_INFO 1
2259EOF
2260
2261fi
2262
cd6ede75
UD
2263### End of automated tests.
2264### Now run sysdeps configure fragments.
2265
2266# sysdeps configure fragments may set these with files to be linked below.
2267libc_link_dests=
2268libc_link_sources=
2269
2270# Iterate over all the sysdep directories we will use, running their
2271# configure fragments, and looking for a uname implementation.
2272uname=
2273for dir in $sysnames; do
2274 case $dir in
2275 /*) dest=$dir ;;
2276 *) dest=$srcdir/$dir ;;
2277 esac
2278 if test -r $dest/configure; then
2279 echo "$ac_t""running configure fragment for $dest" 1>&6
2280 . $dest/configure
2281 fi
2282
2283 if test -z "$uname"; then
2284 if test -r $dest/uname.c ||
2285 test -r $dest/uname.S ||
2286 { test -r $dest/syscalls.list &&
2287 grep '^uname[ ]' $dest/syscalls.list >/dev/null; }; then
2288 uname=$dir
2289 fi
2290 fi
2291done
2292
2293
2294
2295# If we will use the generic uname implementation, we must figure out what
2296# it will say by examining the system, and write the results in config-name.h.
2297if test "$uname" = "sysdeps/generic"; then
2298
2299 uname_sysname=`echo $config_os | sed 's/[0-9.]*$//'`
2300 if test $uname_sysname != $config_os; then
2301 config_release=`echo $config_os | sed s/$uname_sysname//`
2302 fi
2303
2304 echo $ac_n "checking OS release for uname""... $ac_c" 1>&6
dfd2257a 2305echo "configure:2306: checking OS release for uname" >&5
cd6ede75
UD
2306if eval "test \"`echo '$''{'libc_cv_uname_release'+set}'`\" = set"; then
2307 echo $ac_n "(cached) $ac_c" 1>&6
2308else
2309 kernel_release=`echo "$kernel_id" | sed 's/^[^0-9.]*\([0-9.]*\).*$/\1/'`
2310 if test x`echo "$config_release" | sed "s/^$kernel_release//"` \
2311 != x$config_release; then
2312 # The configuration release is a substring of the kernel release.
2313 libc_cv_uname_release=$kernel_release
2314 elif test x$config_release != x; then
2315 libc_cv_uname_release=$config_release
2316 elif test x$kernel_release != x; then
2317 libc_cv_uname_release=$kernel_release
2318 else
2319 libc_cv_uname_release=unknown
2320 fi
2321fi
2322
2323echo "$ac_t""$libc_cv_uname_release" 1>&6
2324 uname_release="$libc_cv_uname_release"
2325
2326 echo $ac_n "checking OS version for uname""... $ac_c" 1>&6
dfd2257a 2327echo "configure:2328: checking OS version for uname" >&5
cd6ede75
UD
2328if eval "test \"`echo '$''{'libc_cv_uname_version'+set}'`\" = set"; then
2329 echo $ac_n "(cached) $ac_c" 1>&6
2330else
2331 kernel_version=`echo "$kernel_id" | sed 's/^[^#]*#\([0-9]*\).*$/\1/'`
2332 if test -n "$kernel_version"; then
2333 libc_cv_uname_version="$kernel_version"
2334 else
2335 libc_cv_uname_version=unknown
2336 fi
2337fi
2338
2339echo "$ac_t""$libc_cv_uname_version" 1>&6
2340 uname_version="$libc_cv_uname_version"
2341
2342 config_uname=config-name.h:config-name.in
2343else
2344 # For non-generic uname, we don't need to create config-name.h at all.
2345 config_uname=
2346fi
2347
2348echo $ac_n "checking stdio selection""... $ac_c" 1>&6
dfd2257a 2349echo "configure:2350: checking stdio selection" >&5
cd6ede75
UD
2350
2351case $stdio in
2352libio) cat >> confdefs.h <<\EOF
2353#define USE_IN_LIBIO 1
2354EOF
2355 ;;
2356default) stdio=stdio ;;
2357esac
2358echo "$ac_t""$stdio" 1>&6
2359
26b4d766 2360echo $ac_n "checking ldap selection""... $ac_c" 1>&6
dfd2257a 2361echo "configure:2362: checking ldap selection" >&5
26b4d766
UD
2362
2363case $add_ons in
2364*ldap*)
2365 ldap=yes
2366 LDAP=ldap ;;
2367*) ldap=no
2368 LDAP= ;;
2369esac
2370echo "$ac_t""$ldap" 1>&6
2371
cd6ede75
UD
2372
2373
2374
2375
2376
2377
2378
2379if test $gnu_ld = yes; then
2380 cat >> confdefs.h <<\EOF
2381#define HAVE_GNU_LD 1
2382EOF
2383
2384fi
2385if test $gnu_as = yes; then
2386 cat >> confdefs.h <<\EOF
2387#define HAVE_GNU_AS 1
2388EOF
2389
2390fi
2391if test $elf = yes; then
2392 cat >> confdefs.h <<\EOF
2393#define HAVE_ELF 1
2394EOF
2395
2396fi
2397
2398
650425ce 2399
cd6ede75
UD
2400if test $shared = default; then
2401 if test $gnu_ld = yes; then
2402 shared=$elf
2403 else
2404 # For now we do not assume shared libs are available. In future more
2405 # tests might become available.
2406 shared=no
2407 fi
2408fi
2409
2410
2411
2412
2413
2414
2415
2416
2417if test "`(cd $srcdir; pwd)`" = "`pwd`"; then
2418 config_makefile=
2419else
2420 config_makefile=Makefile
2421fi
2422
2423VERSION=`sed -e 's/^#define VERSION "\([^"]*\)"/\1/p' -e d < $srcdir/version.h`
2424
2425
2426trap '' 1 2 15
2427cat > confcache <<\EOF
2428# This file is a shell script that caches the results of configure
2429# tests run on this system so they can be shared between configure
2430# scripts and configure runs. It is not useful on other systems.
2431# If it contains results you don't want to keep, you may remove or edit it.
2432#
2433# By default, configure uses ./config.cache as the cache file,
2434# creating it if it does not exist already. You can give configure
2435# the --cache-file=FILE option to use a different cache file; that is
2436# what configure does when it calls configure scripts in
2437# subdirectories, so they share the cache.
2438# Giving --cache-file=/dev/null disables caching, for debugging configure.
2439# config.status only pays attention to the cache file if you give it the
2440# --recheck option to rerun configure.
2441#
2442EOF
2443# The following way of writing the cache mishandles newlines in values,
2444# but we know of no workaround that is simple, portable, and efficient.
2445# So, don't put newlines in cache variables' values.
2446# Ultrix sh set writes to stderr and can't be redirected directly,
2447# and sets the high bit in the cache file unless we assign to the vars.
2448(set) 2>&1 |
2449 case `(ac_space=' '; set) 2>&1` in
2450 *ac_space=\ *)
2451 # `set' does not quote correctly, so add quotes (double-quote substitution
2452 # turns \\\\ into \\, and sed turns \\ into \).
2453 sed -n \
2454 -e "s/'/'\\\\''/g" \
2455 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2456 ;;
2457 *)
2458 # `set' quotes correctly as required by POSIX, so do not add quotes.
2459 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2460 ;;
2461 esac >> confcache
2462if cmp -s $cache_file confcache; then
2463 :
2464else
2465 if test -w $cache_file; then
2466 echo "updating cache $cache_file"
2467 cat confcache > $cache_file
2468 else
2469 echo "not updating unwritable cache $cache_file"
2470 fi
2471fi
2472rm -f confcache
2473
2474trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2475
2476test "x$prefix" = xNONE && prefix=$ac_default_prefix
2477# Let make expand exec_prefix.
2478test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2479
2480# Any assignment to VPATH causes Sun make to only execute
2481# the first set of double-colon rules, so remove it if not needed.
2482# If there is a colon in the path, we need to keep it.
2483if test "x$srcdir" = x.; then
2484 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2485fi
2486
2487trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2488
2489DEFS=-DHAVE_CONFIG_H
2490
2491# Without the "./", some shells look in PATH for config.status.
2492: ${CONFIG_STATUS=./config.status}
2493
2494echo creating $CONFIG_STATUS
2495rm -f $CONFIG_STATUS
2496cat > $CONFIG_STATUS <<EOF
2497#! /bin/sh
2498# Generated automatically by configure.
2499# Run this file to recreate the current configuration.
2500# This directory was configured as follows,
2501# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2502#
2503# $0 $ac_configure_args
2504#
2505# Compiler output produced by configure, useful for debugging
2506# configure, is in ./config.log if it exists.
2507
2508ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2509for ac_option
2510do
2511 case "\$ac_option" in
2512 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2513 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2514 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2515 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2516 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2517 exit 0 ;;
2518 -help | --help | --hel | --he | --h)
2519 echo "\$ac_cs_usage"; exit 0 ;;
2520 *) echo "\$ac_cs_usage"; exit 1 ;;
2521 esac
2522done
2523
2524ac_given_srcdir=$srcdir
2525ac_given_INSTALL="$INSTALL"
2526
2527trap 'rm -fr `echo "config.make glibcbug ${config_makefile} ${config_uname} config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2528EOF
2529cat >> $CONFIG_STATUS <<EOF
2530
2531# Protect against being on the right side of a sed subst in config.status.
2532sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2533 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2534$ac_vpsub
2535$extrasub
2536s%@CFLAGS@%$CFLAGS%g
2537s%@CPPFLAGS@%$CPPFLAGS%g
2538s%@CXXFLAGS@%$CXXFLAGS%g
2539s%@DEFS@%$DEFS%g
2540s%@LDFLAGS@%$LDFLAGS%g
2541s%@LIBS@%$LIBS%g
2542s%@exec_prefix@%$exec_prefix%g
2543s%@prefix@%$prefix%g
2544s%@program_transform_name@%$program_transform_name%g
2545s%@bindir@%$bindir%g
2546s%@sbindir@%$sbindir%g
2547s%@libexecdir@%$libexecdir%g
2548s%@datadir@%$datadir%g
2549s%@sysconfdir@%$sysconfdir%g
2550s%@sharedstatedir@%$sharedstatedir%g
2551s%@localstatedir@%$localstatedir%g
2552s%@libdir@%$libdir%g
2553s%@includedir@%$includedir%g
2554s%@oldincludedir@%$oldincludedir%g
2555s%@infodir@%$infodir%g
2556s%@mandir@%$mandir%g
2557s%@subdirs@%$subdirs%g
2558s%@host@%$host%g
2559s%@host_alias@%$host_alias%g
2560s%@host_cpu@%$host_cpu%g
2561s%@host_vendor@%$host_vendor%g
2562s%@host_os@%$host_os%g
2563s%@base_machine@%$base_machine%g
2564s%@sysnames@%$sysnames%g
2565s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2566s%@INSTALL_DATA@%$INSTALL_DATA%g
2567s%@LN_S@%$LN_S%g
2568s%@MSGFMT@%$MSGFMT%g
2569s%@CC@%$CC%g
2570s%@cross_linkable@%$cross_linkable%g
2571s%@build@%$build%g
2572s%@build_alias@%$build_alias%g
2573s%@build_cpu@%$build_cpu%g
2574s%@build_vendor@%$build_vendor%g
2575s%@build_os@%$build_os%g
2576s%@BUILD_CC@%$BUILD_CC%g
2577s%@cross_compiling@%$cross_compiling%g
2578s%@CPP@%$CPP%g
2579s%@AR@%$AR%g
2580s%@RANLIB@%$RANLIB%g
2581s%@BASH@%$BASH%g
2582s%@libc_cv_have_bash2@%$libc_cv_have_bash2%g
2583s%@KSH@%$KSH%g
2584s%@libc_cv_have_ksh@%$libc_cv_have_ksh%g
a2b08ee5 2585s%@PERL@%$PERL%g
cd6ede75
UD
2586s%@VERSIONING@%$VERSIONING%g
2587s%@libc_cv_have_initfini@%$libc_cv_have_initfini%g
2588s%@libc_cv_ld_no_whole_archive@%$libc_cv_ld_no_whole_archive%g
2589s%@libc_cv_gcc_no_exceptions@%$libc_cv_gcc_no_exceptions%g
2590s%@uname_sysname@%$uname_sysname%g
2591s%@uname_release@%$uname_release%g
2592s%@uname_version@%$uname_version%g
2593s%@stdio@%$stdio%g
26b4d766 2594s%@LDAP@%$LDAP%g
cd6ede75
UD
2595s%@libc_cv_slibdir@%$libc_cv_slibdir%g
2596s%@libc_cv_sysconfdir@%$libc_cv_sysconfdir%g
2597s%@libc_cv_rootsbindir@%$libc_cv_rootsbindir%g
2598s%@has_ldconfig@%$has_ldconfig%g
2599s%@gnu_ld@%$gnu_ld%g
2600s%@gnu_as@%$gnu_as%g
2601s%@elf@%$elf%g
650425ce 2602s%@static@%$static%g
cd6ede75
UD
2603s%@shared@%$shared%g
2604s%@profile@%$profile%g
2605s%@omitfp@%$omitfp%g
2606s%@bounded@%$bounded%g
2607s%@static_nss@%$static_nss%g
2608s%@nopic_initfini@%$nopic_initfini%g
2609s%@DEFINES@%$DEFINES%g
2610s%@VERSION@%$VERSION%g
2611
2612CEOF
2613EOF
2614
2615cat >> $CONFIG_STATUS <<\EOF
2616
2617# Split the substitutions into bite-sized pieces for seds with
2618# small command number limits, like on Digital OSF/1 and HP-UX.
2619ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2620ac_file=1 # Number of current file.
2621ac_beg=1 # First line for current file.
2622ac_end=$ac_max_sed_cmds # Line after last line for current file.
2623ac_more_lines=:
2624ac_sed_cmds=""
2625while $ac_more_lines; do
2626 if test $ac_beg -gt 1; then
2627 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2628 else
2629 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2630 fi
2631 if test ! -s conftest.s$ac_file; then
2632 ac_more_lines=false
2633 rm -f conftest.s$ac_file
2634 else
2635 if test -z "$ac_sed_cmds"; then
2636 ac_sed_cmds="sed -f conftest.s$ac_file"
2637 else
2638 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2639 fi
2640 ac_file=`expr $ac_file + 1`
2641 ac_beg=$ac_end
2642 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2643 fi
2644done
2645if test -z "$ac_sed_cmds"; then
2646 ac_sed_cmds=cat
2647fi
2648EOF
2649
2650cat >> $CONFIG_STATUS <<EOF
2651
2652CONFIG_FILES=\${CONFIG_FILES-"config.make glibcbug ${config_makefile} ${config_uname}"}
2653EOF
2654cat >> $CONFIG_STATUS <<\EOF
2655for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2656 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2657 case "$ac_file" in
2658 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2659 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2660 *) ac_file_in="${ac_file}.in" ;;
2661 esac
2662
2663 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2664
2665 # Remove last slash and all that follows it. Not all systems have dirname.
2666 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2667 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2668 # The file is in a subdirectory.
2669 test ! -d "$ac_dir" && mkdir "$ac_dir"
2670 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2671 # A "../" for each directory in $ac_dir_suffix.
2672 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2673 else
2674 ac_dir_suffix= ac_dots=
2675 fi
2676
2677 case "$ac_given_srcdir" in
2678 .) srcdir=.
2679 if test -z "$ac_dots"; then top_srcdir=.
2680 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2681 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2682 *) # Relative path.
2683 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2684 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2685 esac
2686
2687 case "$ac_given_INSTALL" in
2688 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2689 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2690 esac
2691
2692 echo creating "$ac_file"
2693 rm -f "$ac_file"
2694 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2695 case "$ac_file" in
2696 *Makefile*) ac_comsub="1i\\
2697# $configure_input" ;;
2698 *) ac_comsub= ;;
2699 esac
2700
2701 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2702 sed -e "$ac_comsub
2703s%@configure_input@%$configure_input%g
2704s%@srcdir@%$srcdir%g
2705s%@top_srcdir@%$top_srcdir%g
2706s%@INSTALL@%$INSTALL%g
2707" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2708fi; done
2709rm -f conftest.s*
2710
2711# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2712# NAME is the cpp macro being defined and VALUE is the value it is being given.
2713#
2714# ac_d sets the value in "#define NAME VALUE" lines.
2715ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2716ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2717ac_dC='\3'
2718ac_dD='%g'
2719# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2720ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2721ac_uB='\([ ]\)%\1#\2define\3'
2722ac_uC=' '
2723ac_uD='\4%g'
2724# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2725ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2726ac_eB='$%\1#\2define\3'
2727ac_eC=' '
2728ac_eD='%g'
2729
2730if test "${CONFIG_HEADERS+set}" != set; then
2731EOF
2732cat >> $CONFIG_STATUS <<EOF
2733 CONFIG_HEADERS="config.h"
2734EOF
2735cat >> $CONFIG_STATUS <<\EOF
2736fi
2737for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2738 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2739 case "$ac_file" in
2740 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2741 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2742 *) ac_file_in="${ac_file}.in" ;;
2743 esac
2744
2745 echo creating $ac_file
2746
2747 rm -f conftest.frag conftest.in conftest.out
2748 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2749 cat $ac_file_inputs > conftest.in
2750
2751EOF
2752
2753# Transform confdefs.h into a sed script conftest.vals that substitutes
2754# the proper values into config.h.in to produce config.h. And first:
2755# Protect against being on the right side of a sed subst in config.status.
2756# Protect against being in an unquoted here document in config.status.
2757rm -f conftest.vals
2758cat > conftest.hdr <<\EOF
2759s/[\\&%]/\\&/g
2760s%[\\$`]%\\&%g
2761s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2762s%ac_d%ac_u%gp
2763s%ac_u%ac_e%gp
2764EOF
2765sed -n -f conftest.hdr confdefs.h > conftest.vals
2766rm -f conftest.hdr
2767
2768# This sed command replaces #undef with comments. This is necessary, for
2769# example, in the case of _POSIX_SOURCE, which is predefined and required
2770# on some systems where configure will not decide to define it.
2771cat >> conftest.vals <<\EOF
2772s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2773EOF
2774
2775# Break up conftest.vals because some shells have a limit on
2776# the size of here documents, and old seds have small limits too.
2777
2778rm -f conftest.tail
2779while :
2780do
2781 ac_lines=`grep -c . conftest.vals`
2782 # grep -c gives empty output for an empty file on some AIX systems.
2783 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2784 # Write a limited-size here document to conftest.frag.
2785 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2786 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2787 echo 'CEOF
2788 sed -f conftest.frag conftest.in > conftest.out
2789 rm -f conftest.in
2790 mv conftest.out conftest.in
2791' >> $CONFIG_STATUS
2792 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2793 rm -f conftest.vals
2794 mv conftest.tail conftest.vals
2795done
2796rm -f conftest.vals
2797
2798cat >> $CONFIG_STATUS <<\EOF
2799 rm -f conftest.frag conftest.h
2800 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2801 cat conftest.in >> conftest.h
2802 rm -f conftest.in
2803 if cmp -s $ac_file conftest.h 2>/dev/null; then
2804 echo "$ac_file is unchanged"
2805 rm -f conftest.h
2806 else
2807 # Remove last slash and all that follows it. Not all systems have dirname.
2808 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2809 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2810 # The file is in a subdirectory.
2811 test ! -d "$ac_dir" && mkdir "$ac_dir"
2812 fi
2813 rm -f $ac_file
2814 mv conftest.h $ac_file
2815 fi
2816fi; done
2817
2818EOF
2819
2820cat >> $CONFIG_STATUS <<EOF
2821ac_sources="`echo $libc_link_sources`"
2822ac_dests="`echo $libc_link_dests`"
2823EOF
2824
2825cat >> $CONFIG_STATUS <<\EOF
2826srcdir=$ac_given_srcdir
2827while test -n "$ac_sources"; do
2828 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
2829 set $ac_sources; ac_source=$1; shift; ac_sources=$*
2830
2831 echo "linking $srcdir/$ac_source to $ac_dest"
2832
2833 if test ! -r $srcdir/$ac_source; then
2834 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
2835 fi
2836 rm -f $ac_dest
2837
2838 # Make relative symlinks.
2839 # Remove last slash and all that follows it. Not all systems have dirname.
2840 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
2841 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
2842 # The dest file is in a subdirectory.
2843 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
2844 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
2845 # A "../" for each directory in $ac_dest_dir_suffix.
2846 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
2847 else
2848 ac_dest_dir_suffix= ac_dots=
2849 fi
2850
2851 case "$srcdir" in
2852 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
2853 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
2854 esac
2855
2856 # Make a symlink if possible; otherwise try a hard link.
2857 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
2858 ln $srcdir/$ac_source $ac_dest; then :
2859 else
2860 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
2861 fi
2862done
2863EOF
2864cat >> $CONFIG_STATUS <<EOF
2865echo '$config_vars' >> config.make; test -d bits || mkdir bits
2866EOF
2867cat >> $CONFIG_STATUS <<\EOF
2868
2869exit 0
2870EOF
2871chmod +x $CONFIG_STATUS
2872rm -fr confdefs* $ac_clean_files
2873test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2874
2875if test "$no_recursion" != yes; then
2876
2877 # Remove --cache-file and --srcdir arguments so they do not pile up.
2878 ac_sub_configure_args=
2879 ac_prev=
2880 for ac_arg in $ac_configure_args; do
2881 if test -n "$ac_prev"; then
2882 ac_prev=
2883 continue
2884 fi
2885 case "$ac_arg" in
2886 -cache-file | --cache-file | --cache-fil | --cache-fi \
2887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2888 ac_prev=cache_file ;;
2889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2891 ;;
2892 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
2893 ac_prev=srcdir ;;
2894 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2895 ;;
2896 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
2897 esac
2898 done
2899
2900 for ac_config_dir in $add_ons; do
2901
2902 # Do not complain, so a configure script can configure whichever
2903 # parts of a large source tree are present.
2904 if test ! -d $srcdir/$ac_config_dir; then
2905 continue
2906 fi
2907
2908 echo configuring in $ac_config_dir
2909
2910 case "$srcdir" in
2911 .) ;;
2912 *)
2913 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
2914 else
2915 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
2916 fi
2917 ;;
2918 esac
2919
2920 ac_popdir=`pwd`
2921 cd $ac_config_dir
2922
2923 # A "../" for each directory in /$ac_config_dir.
2924 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2925
2926 case "$srcdir" in
2927 .) # No --srcdir option. We are building in place.
2928 ac_sub_srcdir=$srcdir ;;
2929 /*) # Absolute path.
2930 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2931 *) # Relative path.
2932 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2933 esac
2934
2935 # Check for guested configure; otherwise get Cygnus style configure.
2936 if test -f $ac_sub_srcdir/configure; then
2937 ac_sub_configure=$ac_sub_srcdir/configure
2938 elif test -f $ac_sub_srcdir/configure.in; then
2939 ac_sub_configure=$ac_configure
2940 else
2941 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2942 ac_sub_configure=
2943 fi
2944
2945 # The recursion is here.
2946 if test -n "$ac_sub_configure"; then
2947
2948 # Make the cache file name correct relative to the subdirectory.
2949 case "$cache_file" in
2950 /*) ac_sub_cache_file=$cache_file ;;
2951 *) # Relative path.
2952 ac_sub_cache_file="$ac_dots$cache_file" ;;
2953 esac
2954 case "$ac_given_INSTALL" in
2955 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2956 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2957 esac
2958
2959 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2960 # The eval makes quoting arguments work.
2961 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
2962 then :
2963 else
2964 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
2965 fi
2966 fi
2967
2968 cd $ac_popdir
2969 done
2970fi
2971