Update.
[glibc.git] / configure
blob7e886b913bdd1798073909bf42e82ba741ee14ea
1 #! /bin/sh
3 # From configure.in CVSid
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.
16 # This configure script is free software; the Free Software Foundation
17 # gives unlimited permission to copy, distribute and modify it.
19 # Defaults:
20 ac_help=
21 ac_default_prefix=/usr/local
22 # Any additions from configure.in:
23 ac_help="$ac_help
24 --with-gmp=DIRECTORY find GMP source code in DIRECTORY (not needed)"
25 ac_help="$ac_help
26 --with-gettext=DIR find GNU gettext source code in DIR (not needed)"
27 ac_help="$ac_help
28 --with-fp if using floating-point hardware [default=yes]"
29 ac_help="$ac_help
30 --with-binutils=PATH specify location of binutils (as and ld)"
31 ac_help="$ac_help
32 --with-elf if using the ELF object format"
33 ac_help="$ac_help
34 --without-cvs if CVS should not be used"
35 ac_help="$ac_help
36 --enable-libio build in GNU libio instead of GNU stdio"
37 ac_help="$ac_help
38 --disable-sanity-checks really do not use threads (should not be used
39 except in special situations) [default=yes]"
40 ac_help="$ac_help
41 --enable-static build static library [default=yes]"
42 ac_help="$ac_help
43 --enable-shared build shared library [default=yes if GNU ld & ELF]"
44 ac_help="$ac_help
45 --enable-profile build profiled library [default=yes]"
46 ac_help="$ac_help
47 --enable-omitfp build undebuggable optimized library [default=no]"
48 ac_help="$ac_help
49 --enable-bounded build with runtime bounds checking [default=no]"
50 ac_help="$ac_help
51 --disable-versioning do not include versioning information in the
52 library objects [default=yes if supported]"
53 ac_help="$ac_help
54 --enable-add-ons[=DIR1,DIR2]... configure and build add-ons in DIR1,DIR2,...
55 search for add-ons if no parameter given"
56 ac_help="$ac_help
57 --enable-static-nss build static NSS modules [default=no]"
59 # Initialize some variables set by options.
60 # The variables have the same names as the options, with
61 # dashes changed to underlines.
62 build=NONE
63 cache_file=./config.cache
64 exec_prefix=NONE
65 host=NONE
66 no_create=
67 nonopt=NONE
68 no_recursion=
69 prefix=NONE
70 program_prefix=NONE
71 program_suffix=NONE
72 program_transform_name=s,x,x,
73 silent=
74 site=
75 srcdir=
76 target=NONE
77 verbose=
78 x_includes=NONE
79 x_libraries=NONE
80 bindir='${exec_prefix}/bin'
81 sbindir='${exec_prefix}/sbin'
82 libexecdir='${exec_prefix}/libexec'
83 datadir='${prefix}/share'
84 sysconfdir='${prefix}/etc'
85 sharedstatedir='${prefix}/com'
86 localstatedir='${prefix}/var'
87 libdir='${exec_prefix}/lib'
88 includedir='${prefix}/include'
89 oldincludedir='/usr/include'
90 infodir='${prefix}/info'
91 mandir='${prefix}/man'
93 # Initialize some other variables.
94 subdirs=
95 MFLAGS= MAKEFLAGS=
96 # Maximum number of lines to put in a shell here document.
97 ac_max_here_lines=12
99 ac_prev=
100 for ac_option
103 # If the previous option needs an argument, assign it.
104 if test -n "$ac_prev"; then
105 eval "$ac_prev=\$ac_option"
106 ac_prev=
107 continue
110 case "$ac_option" in
111 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
112 *) ac_optarg= ;;
113 esac
115 # Accept the important Cygnus configure options, so we can diagnose typos.
117 case "$ac_option" in
119 -bindir | --bindir | --bindi | --bind | --bin | --bi)
120 ac_prev=bindir ;;
121 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
122 bindir="$ac_optarg" ;;
124 -build | --build | --buil | --bui | --bu)
125 ac_prev=build ;;
126 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
127 build="$ac_optarg" ;;
129 -cache-file | --cache-file | --cache-fil | --cache-fi \
130 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
131 ac_prev=cache_file ;;
132 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
133 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
134 cache_file="$ac_optarg" ;;
136 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
137 ac_prev=datadir ;;
138 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
139 | --da=*)
140 datadir="$ac_optarg" ;;
142 -disable-* | --disable-*)
143 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
144 # Reject names that are not valid shell variable names.
145 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
146 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
148 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
149 eval "enable_${ac_feature}=no" ;;
151 -enable-* | --enable-*)
152 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
153 # Reject names that are not valid shell variable names.
154 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
155 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
157 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
158 case "$ac_option" in
159 *=*) ;;
160 *) ac_optarg=yes ;;
161 esac
162 eval "enable_${ac_feature}='$ac_optarg'" ;;
164 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
165 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
166 | --exec | --exe | --ex)
167 ac_prev=exec_prefix ;;
168 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
169 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
170 | --exec=* | --exe=* | --ex=*)
171 exec_prefix="$ac_optarg" ;;
173 -gas | --gas | --ga | --g)
174 # Obsolete; use --with-gas.
175 with_gas=yes ;;
177 -help | --help | --hel | --he)
178 # Omit some internal or obsolete options to make the list less imposing.
179 # This message is too long to be a string in the A/UX 3.1 sh.
180 cat << EOF
181 Usage: configure [options] [host]
182 Options: [defaults in brackets after descriptions]
183 Configuration:
184 --cache-file=FILE cache test results in FILE
185 --help print this message
186 --no-create do not create output files
187 --quiet, --silent do not print \`checking...' messages
188 --version print the version of autoconf that created configure
189 Directory and file names:
190 --prefix=PREFIX install architecture-independent files in PREFIX
191 [$ac_default_prefix]
192 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
193 [same as prefix]
194 --bindir=DIR user executables in DIR [EPREFIX/bin]
195 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
196 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
197 --datadir=DIR read-only architecture-independent data in DIR
198 [PREFIX/share]
199 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
200 --sharedstatedir=DIR modifiable architecture-independent data in DIR
201 [PREFIX/com]
202 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
203 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
204 --includedir=DIR C header files in DIR [PREFIX/include]
205 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
206 --infodir=DIR info documentation in DIR [PREFIX/info]
207 --mandir=DIR man documentation in DIR [PREFIX/man]
208 --srcdir=DIR find the sources in DIR [configure dir or ..]
209 --program-prefix=PREFIX prepend PREFIX to installed program names
210 --program-suffix=SUFFIX append SUFFIX to installed program names
211 --program-transform-name=PROGRAM
212 run sed PROGRAM on installed program names
214 cat << EOF
215 Host type:
216 --build=BUILD configure for building on BUILD [BUILD=HOST]
217 --host=HOST configure for HOST [guessed]
218 --target=TARGET configure for TARGET [TARGET=HOST]
219 Features and packages:
220 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
221 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
222 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
223 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
224 --x-includes=DIR X include files are in DIR
225 --x-libraries=DIR X library files are in DIR
227 if test -n "$ac_help"; then
228 echo "--enable and --with options recognized:$ac_help"
230 exit 0 ;;
232 -host | --host | --hos | --ho)
233 ac_prev=host ;;
234 -host=* | --host=* | --hos=* | --ho=*)
235 host="$ac_optarg" ;;
237 -includedir | --includedir | --includedi | --included | --include \
238 | --includ | --inclu | --incl | --inc)
239 ac_prev=includedir ;;
240 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
241 | --includ=* | --inclu=* | --incl=* | --inc=*)
242 includedir="$ac_optarg" ;;
244 -infodir | --infodir | --infodi | --infod | --info | --inf)
245 ac_prev=infodir ;;
246 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
247 infodir="$ac_optarg" ;;
249 -libdir | --libdir | --libdi | --libd)
250 ac_prev=libdir ;;
251 -libdir=* | --libdir=* | --libdi=* | --libd=*)
252 libdir="$ac_optarg" ;;
254 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
255 | --libexe | --libex | --libe)
256 ac_prev=libexecdir ;;
257 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
258 | --libexe=* | --libex=* | --libe=*)
259 libexecdir="$ac_optarg" ;;
261 -localstatedir | --localstatedir | --localstatedi | --localstated \
262 | --localstate | --localstat | --localsta | --localst \
263 | --locals | --local | --loca | --loc | --lo)
264 ac_prev=localstatedir ;;
265 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
266 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
267 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
268 localstatedir="$ac_optarg" ;;
270 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
271 ac_prev=mandir ;;
272 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
273 mandir="$ac_optarg" ;;
275 -nfp | --nfp | --nf)
276 # Obsolete; use --without-fp.
277 with_fp=no ;;
279 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
280 | --no-cr | --no-c)
281 no_create=yes ;;
283 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
284 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
285 no_recursion=yes ;;
287 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
288 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
289 | --oldin | --oldi | --old | --ol | --o)
290 ac_prev=oldincludedir ;;
291 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
292 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
293 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
294 oldincludedir="$ac_optarg" ;;
296 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
297 ac_prev=prefix ;;
298 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
299 prefix="$ac_optarg" ;;
301 -program-prefix | --program-prefix | --program-prefi | --program-pref \
302 | --program-pre | --program-pr | --program-p)
303 ac_prev=program_prefix ;;
304 -program-prefix=* | --program-prefix=* | --program-prefi=* \
305 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
306 program_prefix="$ac_optarg" ;;
308 -program-suffix | --program-suffix | --program-suffi | --program-suff \
309 | --program-suf | --program-su | --program-s)
310 ac_prev=program_suffix ;;
311 -program-suffix=* | --program-suffix=* | --program-suffi=* \
312 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
313 program_suffix="$ac_optarg" ;;
315 -program-transform-name | --program-transform-name \
316 | --program-transform-nam | --program-transform-na \
317 | --program-transform-n | --program-transform- \
318 | --program-transform | --program-transfor \
319 | --program-transfo | --program-transf \
320 | --program-trans | --program-tran \
321 | --progr-tra | --program-tr | --program-t)
322 ac_prev=program_transform_name ;;
323 -program-transform-name=* | --program-transform-name=* \
324 | --program-transform-nam=* | --program-transform-na=* \
325 | --program-transform-n=* | --program-transform-=* \
326 | --program-transform=* | --program-transfor=* \
327 | --program-transfo=* | --program-transf=* \
328 | --program-trans=* | --program-tran=* \
329 | --progr-tra=* | --program-tr=* | --program-t=*)
330 program_transform_name="$ac_optarg" ;;
332 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
333 | -silent | --silent | --silen | --sile | --sil)
334 silent=yes ;;
336 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
337 ac_prev=sbindir ;;
338 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
339 | --sbi=* | --sb=*)
340 sbindir="$ac_optarg" ;;
342 -sharedstatedir | --sharedstatedir | --sharedstatedi \
343 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
344 | --sharedst | --shareds | --shared | --share | --shar \
345 | --sha | --sh)
346 ac_prev=sharedstatedir ;;
347 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
348 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
349 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
350 | --sha=* | --sh=*)
351 sharedstatedir="$ac_optarg" ;;
353 -site | --site | --sit)
354 ac_prev=site ;;
355 -site=* | --site=* | --sit=*)
356 site="$ac_optarg" ;;
358 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
359 ac_prev=srcdir ;;
360 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
361 srcdir="$ac_optarg" ;;
363 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
364 | --syscon | --sysco | --sysc | --sys | --sy)
365 ac_prev=sysconfdir ;;
366 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
367 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
368 sysconfdir="$ac_optarg" ;;
370 -target | --target | --targe | --targ | --tar | --ta | --t)
371 ac_prev=target ;;
372 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
373 target="$ac_optarg" ;;
375 -v | -verbose | --verbose | --verbos | --verbo | --verb)
376 verbose=yes ;;
378 -version | --version | --versio | --versi | --vers)
379 echo "configure generated by autoconf version 2.12"
380 exit 0 ;;
382 -with-* | --with-*)
383 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
384 # Reject names that are not valid shell variable names.
385 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
386 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
388 ac_package=`echo $ac_package| sed 's/-/_/g'`
389 case "$ac_option" in
390 *=*) ;;
391 *) ac_optarg=yes ;;
392 esac
393 eval "with_${ac_package}='$ac_optarg'" ;;
395 -without-* | --without-*)
396 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
397 # Reject names that are not valid shell variable names.
398 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
399 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
401 ac_package=`echo $ac_package| sed 's/-/_/g'`
402 eval "with_${ac_package}=no" ;;
404 --x)
405 # Obsolete; use --with-x.
406 with_x=yes ;;
408 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
409 | --x-incl | --x-inc | --x-in | --x-i)
410 ac_prev=x_includes ;;
411 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
412 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
413 x_includes="$ac_optarg" ;;
415 -x-libraries | --x-libraries | --x-librarie | --x-librari \
416 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
417 ac_prev=x_libraries ;;
418 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
419 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
420 x_libraries="$ac_optarg" ;;
422 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
426 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
427 echo "configure: warning: $ac_option: invalid host type" 1>&2
429 if test "x$nonopt" != xNONE; then
430 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
432 nonopt="$ac_option"
435 esac
436 done
438 if test -n "$ac_prev"; then
439 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
442 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
444 # File descriptor usage:
445 # 0 standard input
446 # 1 file creation
447 # 2 errors and warnings
448 # 3 some systems may open it to /dev/tty
449 # 4 used on the Kubota Titan
450 # 6 checking for... messages and results
451 # 5 compiler messages saved in config.log
452 if test "$silent" = yes; then
453 exec 6>/dev/null
454 else
455 exec 6>&1
457 exec 5>./config.log
459 echo "\
460 This file contains any messages produced by compilers while
461 running configure, to aid debugging if configure makes a mistake.
462 " 1>&5
464 # Strip out --no-create and --no-recursion so they do not pile up.
465 # Also quote any args containing shell metacharacters.
466 ac_configure_args=
467 for ac_arg
469 case "$ac_arg" in
470 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
471 | --no-cr | --no-c) ;;
472 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
473 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
474 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
475 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
476 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
477 esac
478 done
480 # NLS nuisances.
481 # Only set these to C if already set. These must not be set unconditionally
482 # because not all systems understand e.g. LANG=C (notably SCO).
483 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
484 # Non-C LC_CTYPE values break the ctype check.
485 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
486 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
487 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
488 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
490 # confdefs.h avoids OS command line length limits that DEFS can exceed.
491 rm -rf conftest* confdefs.h
492 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
493 echo > confdefs.h
495 # A filename unique to this package, relative to the directory that
496 # configure is in, which we can look for to find out if srcdir is correct.
497 ac_unique_file=include/features.h
499 # Find the source files, if location was not specified.
500 if test -z "$srcdir"; then
501 ac_srcdir_defaulted=yes
502 # Try the directory containing this script, then its parent.
503 ac_prog=$0
504 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
505 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
506 srcdir=$ac_confdir
507 if test ! -r $srcdir/$ac_unique_file; then
508 srcdir=..
510 else
511 ac_srcdir_defaulted=no
513 if test ! -r $srcdir/$ac_unique_file; then
514 if test "$ac_srcdir_defaulted" = yes; then
515 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
516 else
517 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
520 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
522 # Prefer explicitly selected file to automatically selected ones.
523 if test -z "$CONFIG_SITE"; then
524 if test "x$prefix" != xNONE; then
525 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
526 else
527 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
530 for ac_site_file in $CONFIG_SITE; do
531 if test -r "$ac_site_file"; then
532 echo "loading site script $ac_site_file"
533 . "$ac_site_file"
535 done
537 if test -r "$cache_file"; then
538 echo "loading cache $cache_file"
539 . $cache_file
540 else
541 echo "creating cache $cache_file"
542 > $cache_file
545 ac_ext=c
546 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
547 ac_cpp='$CPP $CPPFLAGS'
548 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
549 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
550 cross_compiling=$ac_cv_prog_cc_cross
552 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
553 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
554 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
555 ac_n= ac_c='
556 ' ac_t=' '
557 else
558 ac_n=-n ac_c= ac_t=
560 else
561 ac_n= ac_c='\c' ac_t=
567 # This will get text that should go into config.make.
568 config_vars=
570 # Check for a --with-gmp argument and set gmp-srcdir in config.make.
571 # Check whether --with-gmp or --without-gmp was given.
572 if test "${with_gmp+set}" = set; then
573 withval="$with_gmp"
574 case "$with_gmp" in
575 yes) { echo "configure: error: --with-gmp requires an argument; use --with-gmp=DIRECTORY" 1>&2; exit 1; } ;;
576 ''|no) ;;
577 *) config_vars="$config_vars
578 gmp-srcdir = $withval" ;;
579 esac
583 # Check for a --with-gettext argument and set gettext-srcdir in config.make.
584 # Check whether --with-gettext or --without-gettext was given.
585 if test "${with_gettext+set}" = set; then
586 withval="$with_gettext"
587 case "$with_gettext" in
588 yes)
589 { echo "configure: error: --with-gettext requires an argument; use --with-gettext=DIR" 1>&2; exit 1; } ;;
590 ''|no) ;;
592 config_vars="$config_vars
593 gettext-srcdir = $withval" ;;
594 esac
599 # Check whether --with-fp or --without-fp was given.
600 if test "${with_fp+set}" = set; then
601 withval="$with_fp"
602 with_fp=$withval
603 else
604 with_fp=yes
607 # Check whether --with-binutils or --without-binutils was given.
608 if test "${with_binutils+set}" = set; then
609 withval="$with_binutils"
610 path_binutils=$withval
611 else
612 path_binutils=''
615 # Check whether --with-elf or --without-elf was given.
616 if test "${with_elf+set}" = set; then
617 withval="$with_elf"
618 elf=$withval
619 else
620 elf=no
623 # Check whether --with-cvs or --without-cvs was given.
624 if test "${with_cvs+set}" = set; then
625 withval="$with_cvs"
626 with_cvs=$withval
627 else
628 with_cvs=yes
633 # Check whether --enable-libio or --disable-libio was given.
634 if test "${enable_libio+set}" = set; then
635 enableval="$enable_libio"
636 if test $enableval = yes; then
637 stdio=libio
638 else
639 stdio=stdio
641 else
642 stdio=default
646 # Check whether --enable-sanity-checks or --disable-sanity-checks was given.
647 if test "${enable_sanity_checks+set}" = set; then
648 enableval="$enable_sanity_checks"
649 enable_sanity=$enableval
650 else
651 enable_sanity=yes
655 # Check whether --enable-static or --disable-static was given.
656 if test "${enable_static+set}" = set; then
657 enableval="$enable_static"
658 static=$enableval
659 else
660 static=yes
663 # Check whether --enable-shared or --disable-shared was given.
664 if test "${enable_shared+set}" = set; then
665 enableval="$enable_shared"
666 shared=$enableval
667 else
668 shared=default
671 # Check whether --enable-profile or --disable-profile was given.
672 if test "${enable_profile+set}" = set; then
673 enableval="$enable_profile"
674 profile=$enableval
675 else
676 profile=yes
679 # Check whether --enable-omitfp or --disable-omitfp was given.
680 if test "${enable_omitfp+set}" = set; then
681 enableval="$enable_omitfp"
682 omitfp=$enableval
683 else
684 omitfp=no
687 # Check whether --enable-bounded or --disable-bounded was given.
688 if test "${enable_bounded+set}" = set; then
689 enableval="$enable_bounded"
690 bounded=$enableval
691 else
692 bounded=no
695 # Check whether --enable-versioning or --disable-versioning was given.
696 if test "${enable_versioning+set}" = set; then
697 enableval="$enable_versioning"
698 enable_versioning=$enableval
699 else
700 enable_versioning=yes
704 # Check whether --enable-add-ons or --disable-add-ons was given.
705 if test "${enable_add_ons+set}" = set; then
706 enableval="$enable_add_ons"
707 case "$enableval" in
708 yes) if test "$srcdir" = "."; then
709 add_ons=`echo */configure | sed -e 's!/configure!!g'`
710 else
711 add_ons=`echo $srcdir/*/configure | \
712 sed -e 's!/configure!!g' -e "s!$srcdir/!!g"`
713 fi;;
714 *) add_ons=`echo "$enableval" | sed 's/,/ /g'`;;
715 esac
716 else
717 add_ons=
721 ac_aux_dir=
722 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
723 if test -f $ac_dir/install-sh; then
724 ac_aux_dir=$ac_dir
725 ac_install_sh="$ac_aux_dir/install-sh -c"
726 break
727 elif test -f $ac_dir/install.sh; then
728 ac_aux_dir=$ac_dir
729 ac_install_sh="$ac_aux_dir/install.sh -c"
730 break
732 done
733 if test -z "$ac_aux_dir"; then
734 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
736 ac_config_guess=$ac_aux_dir/config.guess
737 ac_config_sub=$ac_aux_dir/config.sub
738 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
740 subdirs="$add_ons"
742 add_ons_pfx=
743 if test x"$add_ons" != x; then
744 for f in $add_ons; do
745 # Test whether such a subdir really exists.
746 if test -d $srcdir/$f; then
747 add_ons_pfx="$add_ons_pfx $f/"
748 else
749 { echo "configure: error: add-on directory \"$f\" does not exist" 1>&2; exit 1; }
751 done
754 # Check whether --enable-static-nss or --disable-static-nss was given.
755 if test "${enable_static_nss+set}" = set; then
756 enableval="$enable_static_nss"
757 static_nss=$enableval
758 else
759 static_nss=no
762 if test x"$static_nss" = xyes; then
763 cat >> confdefs.h <<\EOF
764 #define DO_STATIC_NSS 1
770 # Make sure we can run config.sub.
771 if $ac_config_sub sun4 >/dev/null 2>&1; then :
772 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
775 echo $ac_n "checking host system type""... $ac_c" 1>&6
776 echo "configure:777: checking host system type" >&5
778 host_alias=$host
779 case "$host_alias" in
780 NONE)
781 case $nonopt in
782 NONE)
783 if host_alias=`$ac_config_guess`; then :
784 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
785 fi ;;
786 *) host_alias=$nonopt ;;
787 esac ;;
788 esac
790 host=`$ac_config_sub $host_alias`
791 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
792 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
793 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
794 echo "$ac_t""$host" 1>&6
797 # The way shlib-versions is used to generate soversions.mk uses a
798 # fairly simplistic model for name recognition that can't distinguish
799 # i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a $host_os
800 # of `gnu*' here to be `gnu-gnu*' just so that shlib-versions can
801 # tell. This doesn't get used much beyond that, so it's fairly safe.
802 case "$host_os" in
803 linux*)
805 gnu*)
806 host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
808 esac
811 ### I put this here to prevent those annoying emails from people who cannot
812 ### read and try to compile glibc on unsupported platforms. --drepper
814 ### By using the undocumented --enable-hacker-mode option for configure
815 ### one can skip this test to make the configuration not fail for unsupported
816 ### platforms.
818 if test -z "$enable_hacker_mode"; then
819 case "$machine-$host_os" in
820 *-linux* | *-gnu* | arm*-none*)
823 echo "*** The GNU C library is currently not available for this platform."
824 echo "*** So far nobody cared to port it and if there is no volunteer it"
825 echo "*** might never happen. So, if you have interest to see glibc on"
826 echo "*** this platform visit"
827 echo "*** http://www.gnu.org/software/libc/porting.html"
828 echo "*** and join the group of porters"
829 exit 1
831 esac
834 # We keep the original values in `$config_*' and never modify them, so we
835 # can write them unchanged into config.make. Everything else uses
836 # $machine, $vendor, and $os, and changes them whenever convenient.
837 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
839 # Some configurations imply other options.
840 case "$host_os" in
841 gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
842 # These systems always use GNU tools.
843 gnu_ld=yes gnu_as=yes ;;
844 esac
845 case "$host_os" in
846 # i586-linuxaout is mangled into i586-pc-linux-gnuaout
847 linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*)
849 gnu* | linux* | sysv4* | solaris2* | irix6*)
850 # These systems (almost) always use the ELF format.
851 elf=yes
853 esac
855 machine=$config_machine
856 vendor=$config_vendor
857 os=$config_os
859 # Expand the configuration machine name into a subdirectory by architecture
860 # type and particular chip.
861 case "$machine" in
862 a29k | am29000) base_machine=a29k machine=a29k ;;
863 alpha*) base_machine=alpha machine=alpha/$machine ;;
864 arm*) base_machine=arm machine=arm/$machine ;;
865 c3[012]) base_machine=cx0 machine=cx0/c30 ;;
866 c4[04]) base_machine=cx0 machine=cx0/c40 ;;
867 hppa*) base_machine=hppa machine=hppa/$machine ;;
868 i[3456]86) base_machine=i386 machine=i386/$machine ;;
869 m680?0) base_machine=m68k machine=m68k/$machine ;;
870 m68k) base_machine=m68k machine=m68k/m68020 ;;
871 m88???) base_machine=m88k machine=m88k/$machine ;;
872 m88k) base_machine=m88k machine=m88k/m88100 ;;
873 mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
874 mips*) base_machine=mips
875 case "`uname -m`" in
876 IP22) machine=mips/mips3 ;;
877 *) machine=mips/$machine ,,
878 esac ;;
879 sparc | sparcv[67])
880 base_machine=sparc machine=sparc/sparc32 ;;
881 sparcv8 | supersparc | hypersparc)
882 base_machine=sparc machine=sparc/sparc32/sparcv8 ;;
883 sparc64 | ultrasparc)
884 base_machine=sparc machine=sparc/sparc64 ;;
885 esac
888 if test "$base_machine" = "i386"; then
889 cat >> confdefs.h <<\EOF
890 #define USE_REGPARMS 1
895 # Compute the list of sysdep directories for this configuration.
896 # This can take a while to compute.
897 sysdep_dir=$srcdir/sysdeps
898 echo $ac_n "checking sysdep dirs""... $ac_c" 1>&6
899 echo "configure:900: checking sysdep dirs" >&5
900 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
901 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
903 case "$os" in
904 gnu*)
905 base_os=mach/hurd ;;
906 netbsd* | 386bsd* | freebsd* | bsdi*)
907 base_os=unix/bsd/bsd4.4 ;;
908 osf* | sunos* | ultrix* | newsos* | dynix* | *bsd*)
909 base_os=unix/bsd ;;
910 sysv* | isc* | esix* | sco* | minix* | irix4* | linux*)
911 base_os=unix/sysv ;;
912 irix6*)
913 base_os=unix/sysv/irix6/$os ;;
914 solaris[2-9]*)
915 base_os=unix/sysv/sysv4 ;;
916 none)
917 base_os=standalone ;;
919 base_os='' ;;
920 esac
922 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
923 tail=$os
924 ostry=$os
925 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
926 ostry="$ostry /$o"
927 tail=$o
928 done
929 o=`echo $tail | sed 's/[0-9]*$//'`
930 if test $o != $tail; then
931 ostry="$ostry /$o"
933 # For linux-gnu, try linux-gnu, then linux.
934 o=`echo $tail | sed 's/-.*$//'`
935 if test $o != $tail; then
936 ostry="$ostry /$o"
939 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
940 base=
941 tail=$base_os
942 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
943 set $b
944 base="$base /$1"
945 tail="$2"
946 done
948 # For sparc/sparc9, try sparc/sparc9 and then sparc.
949 mach=
950 tail=$machine
951 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
952 set $m
953 # Prepend the machine's FPU directory unless --without-fp.
954 if test "$with_fp" = yes; then
955 mach="$mach /$1/fpu"
957 mach="$mach /$1"
958 tail="$2"
959 done
962 # Find what sysdep directories exist.
963 sysnames=
964 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
965 for d in $add_ons_pfx ''; do
966 for b in $base ''; do
967 for m0 in $mach ''; do
968 for v in /$vendor ''; do
969 test "$v" = / && continue
970 for o in /$ostry ''; do
971 test "$o" = / && continue
972 for m in $mach ''; do
973 if test "$m0$b$v$o$m"; then
974 try="${d}sysdeps$m0$b$v$o$m"
975 test -n "$enable_debug_configure" &&
976 echo "$0 DEBUG: try $try" >&2
977 case $try in
978 /*) dest=$try ;;
979 *) dest=$srcdir/$try ;;
980 esac
981 if test -d $dest; then
982 sysnames="$sysnames $try"
983 { test -n "$o" || test -n "$b"; } && os_used=t
984 { test -n "$m" || test -n "$m0"; } && machine_used=t
987 done
988 done
989 done
990 done
991 done
992 done
993 IFS="$ac_save_ifs"
995 if test -z "$os_used" && test "$os" != none; then
996 { echo "configure: error: Operating system $os is not supported." 1>&2; exit 1; }
998 if test -z "$machine_used" && test "$machine" != none; then
999 { echo "configure: error: The $machine is not supported." 1>&2; exit 1; }
1002 # We have now validated the configuration.
1005 # If using ELF, look for an `elf' subdirectory of each machine directory.
1006 # We prepend these rather than inserting them whereever the machine appears
1007 # because things specified by the machine's ELF ABI should override
1008 # OS-specific things, and should always be the same for any OS on the
1009 # machine (otherwise what's the point of an ABI?).
1010 if test "$elf" = yes; then
1011 elf_dirs=
1012 for d in $add_ons_pfx ''; do
1013 case $d in
1014 /*) xsrcdir= ;;
1015 *) xsrcdir=$srcdir/ ;;
1016 esac
1017 for m in $mach; do
1018 if test -d $xsrcdir${d}sysdeps$m/elf; then
1019 elf_dirs="$elf_dirs ${d}sysdeps$m/elf"
1021 done
1022 done
1023 sysnames="`echo $elf_dirs | sed -e 's,//,/,g'` $sysnames"
1027 # Expand the list of system names into a full list of directories
1028 # from each element's parent name and Implies file (if present).
1029 set $sysnames
1030 names=
1031 while test $# -gt 0; do
1032 name=$1
1033 shift
1035 case " $names " in *" $name "*)
1036 # Already in the list.
1037 continue
1038 esac
1040 # Report each name as we discover it, so there is no long pause in output.
1041 echo $ac_n "$name $ac_c" >&6
1043 name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
1045 case $name in
1046 /*) xsrcdir= ;;
1047 *) xsrcdir=$srcdir/ ;;
1048 esac
1049 test -n "$enable_debug_configure" &&
1050 echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
1052 if test -f $xsrcdir$name/Implies; then
1053 # Collect more names from the `Implies' file (removing comments).
1054 implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/Implies`"
1055 implied=
1056 for x in $implied_candidate; do
1057 if test -d $xsrcdir$name_base/$x; then
1058 implied="$implied $name_base/$x";
1059 else
1060 echo "configure: warning: $name/Implies specifies nonexistent $x" 1>&2
1062 done
1063 else
1064 implied=
1067 # Add NAME to the list of names.
1068 names="$names $name"
1070 # Find the parent of NAME, using the empty string if it has none.
1071 parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
1073 # Add the names implied by NAME, and NAME's parent (if it has one), to
1074 # the list of names to be processed (the argument list). We prepend the
1075 # implied names to the list and append the parent. We want implied
1076 # directories to come before further directories inferred from the
1077 # configuration components; this ensures that for sysv4, unix/common
1078 # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
1079 # after sysv4).
1080 sysnames="`echo $implied $* $parent`"
1081 test -n "$sysnames" && set $sysnames
1082 done
1084 # Add the default directories.
1085 sysnames="$names sysdeps/generic"
1087 # The other names were emitted during the scan.
1088 echo "$ac_t""sysdeps/generic" 1>&6
1091 ### Locate tools.
1093 # Find a good install program. We prefer a C program (faster),
1094 # so one script is as good as another. But avoid the broken or
1095 # incompatible versions:
1096 # SysV /etc/install, /usr/sbin/install
1097 # SunOS /usr/etc/install
1098 # IRIX /sbin/install
1099 # AIX /bin/install
1100 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1101 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1102 # ./install, which can be erroneously created by make from ./install.sh.
1103 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1104 echo "configure:1105: checking for a BSD compatible install" >&5
1105 if test -z "$INSTALL"; then
1106 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1107 echo $ac_n "(cached) $ac_c" 1>&6
1108 else
1109 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1110 for ac_dir in $PATH; do
1111 # Account for people who put trailing slashes in PATH elements.
1112 case "$ac_dir/" in
1113 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1115 # OSF1 and SCO ODT 3.0 have their own names for install.
1116 for ac_prog in ginstall installbsd scoinst install; do
1117 if test -f $ac_dir/$ac_prog; then
1118 if test $ac_prog = install &&
1119 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1120 # AIX install. It has an incompatible calling convention.
1121 # OSF/1 installbsd also uses dspmsg, but is usable.
1123 else
1124 ac_cv_path_install="$ac_dir/$ac_prog -c"
1125 break 2
1128 done
1130 esac
1131 done
1132 IFS="$ac_save_IFS"
1135 if test "${ac_cv_path_install+set}" = set; then
1136 INSTALL="$ac_cv_path_install"
1137 else
1138 # As a last resort, use the slow shell script. We don't cache a
1139 # path for INSTALL within a source directory, because that will
1140 # break other packages using the cache if that directory is
1141 # removed, or if the path is relative.
1142 INSTALL="$ac_install_sh"
1145 echo "$ac_t""$INSTALL" 1>&6
1147 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1148 # It thinks the first close brace ends the variable substitution.
1149 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1151 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1153 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1154 # The makefiles need to use a different form to find it in $srcdir.
1155 INSTALL='\$(..)./install-sh -c'
1157 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1158 echo "configure:1159: checking whether ln -s works" >&5
1159 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1160 echo $ac_n "(cached) $ac_c" 1>&6
1161 else
1162 rm -f conftestdata
1163 if ln -s X conftestdata 2>/dev/null
1164 then
1165 rm -f conftestdata
1166 ac_cv_prog_LN_S="ln -s"
1167 else
1168 ac_cv_prog_LN_S=ln
1171 LN_S="$ac_cv_prog_LN_S"
1172 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1173 echo "$ac_t""yes" 1>&6
1174 else
1175 echo "$ac_t""no" 1>&6
1178 for ac_prog in msgfmt gmsgfmt
1180 # Extract the first word of "$ac_prog", so it can be a program name with args.
1181 set dummy $ac_prog; ac_word=$2
1182 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1183 echo "configure:1184: checking for $ac_word" >&5
1184 if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
1185 echo $ac_n "(cached) $ac_c" 1>&6
1186 else
1187 if test -n "$MSGFMT"; then
1188 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
1189 else
1190 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1191 for ac_dir in $PATH; do
1192 test -z "$ac_dir" && ac_dir=.
1193 if test -f $ac_dir/$ac_word; then
1194 ac_cv_prog_MSGFMT="$ac_prog"
1195 break
1197 done
1198 IFS="$ac_save_ifs"
1201 MSGFMT="$ac_cv_prog_MSGFMT"
1202 if test -n "$MSGFMT"; then
1203 echo "$ac_t""$MSGFMT" 1>&6
1204 else
1205 echo "$ac_t""no" 1>&6
1208 test -n "$MSGFMT" && break
1209 done
1210 test -n "$MSGFMT" || MSGFMT=":"
1212 if test "$MSGFMT" != ":"; then
1213 if $MSGFMT --version 2>&1 | grep 'GNU gettext.*0\.[1-9][0-9]' >/dev/null 2>&1
1214 then : # msgfmt from gettext 0.10 or greater, works.
1215 else
1216 echo "configure: warning:
1217 *** (g)msgfmt is too old or wrong version (need gettext 0.10 or better)." 1>&2
1218 MSGFMT=":"
1222 # Extract the first word of "makeinfo", so it can be a program name with args.
1223 set dummy makeinfo; ac_word=$2
1224 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1225 echo "configure:1226: checking for $ac_word" >&5
1226 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
1227 echo $ac_n "(cached) $ac_c" 1>&6
1228 else
1229 if test -n "$MAKEINFO"; then
1230 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1231 else
1232 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1233 for ac_dir in $PATH; do
1234 test -z "$ac_dir" && ac_dir=.
1235 if test -f $ac_dir/$ac_word; then
1236 ac_cv_prog_MAKEINFO="makeinfo"
1237 break
1239 done
1240 IFS="$ac_save_ifs"
1243 MAKEINFO="$ac_cv_prog_MAKEINFO"
1244 if test -n "$MAKEINFO"; then
1245 echo "$ac_t""$MAKEINFO" 1>&6
1246 else
1247 echo "$ac_t""no" 1>&6
1250 if test "$MAKEINFO"; then
1251 if $MAKEINFO --version | grep 'texinfo 3\.[1-9][1-9]' >/dev/null 2>&1
1252 then : # Makeinfo 3.11 or greater, works.
1253 else
1254 echo "configure: warning:
1255 *** makeinfo is too old (need version 3.11 or better).
1256 *** You should install the needed version and re-configure since otherwise
1257 *** you won't get the info pages installed." 1>&2
1258 MAKEINFO=
1262 # Extract the first word of "gcc", so it can be a program name with args.
1263 set dummy gcc; ac_word=$2
1264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1265 echo "configure:1266: checking for $ac_word" >&5
1266 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1267 echo $ac_n "(cached) $ac_c" 1>&6
1268 else
1269 if test -n "$CC"; then
1270 ac_cv_prog_CC="$CC" # Let the user override the test.
1271 else
1272 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1273 for ac_dir in $PATH; do
1274 test -z "$ac_dir" && ac_dir=.
1275 if test -f $ac_dir/$ac_word; then
1276 ac_cv_prog_CC="gcc"
1277 break
1279 done
1280 IFS="$ac_save_ifs"
1283 CC="$ac_cv_prog_CC"
1284 if test -n "$CC"; then
1285 echo "$ac_t""$CC" 1>&6
1286 else
1287 echo "$ac_t""no" 1>&6
1290 if test -z "$CC"; then
1291 # Extract the first word of "cc", so it can be a program name with args.
1292 set dummy cc; ac_word=$2
1293 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1294 echo "configure:1295: checking for $ac_word" >&5
1295 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1296 echo $ac_n "(cached) $ac_c" 1>&6
1297 else
1298 if test -n "$CC"; then
1299 ac_cv_prog_CC="$CC" # Let the user override the test.
1300 else
1301 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1302 ac_prog_rejected=no
1303 for ac_dir in $PATH; do
1304 test -z "$ac_dir" && ac_dir=.
1305 if test -f $ac_dir/$ac_word; then
1306 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1307 ac_prog_rejected=yes
1308 continue
1310 ac_cv_prog_CC="cc"
1311 break
1313 done
1314 IFS="$ac_save_ifs"
1315 if test $ac_prog_rejected = yes; then
1316 # We found a bogon in the path, so make sure we never use it.
1317 set dummy $ac_cv_prog_CC
1318 shift
1319 if test $# -gt 0; then
1320 # We chose a different compiler from the bogus one.
1321 # However, it has the same basename, so the bogon will be chosen
1322 # first if we set CC to just the basename; use the full file name.
1323 shift
1324 set dummy "$ac_dir/$ac_word" "$@"
1325 shift
1326 ac_cv_prog_CC="$@"
1331 CC="$ac_cv_prog_CC"
1332 if test -n "$CC"; then
1333 echo "$ac_t""$CC" 1>&6
1334 else
1335 echo "$ac_t""no" 1>&6
1338 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1341 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1342 echo "configure:1343: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1344 ac_ext=c
1345 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1346 ac_cpp='$CPP $CPPFLAGS'
1347 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1348 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1349 cross_compiling=$ac_cv_prog_cc_cross
1351 cat > conftest.$ac_ext <<EOF
1352 #line 1353 "configure"
1353 #include "confdefs.h"
1354 main(){return(0);}
1356 if { (eval echo configure:1357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1357 ac_cv_prog_cc_works=yes
1358 # If we can't run a trivial program, we are probably using a cross compiler.
1359 if (./conftest; exit) 2>/dev/null; then
1360 ac_cv_prog_cc_cross=no
1361 else
1362 ac_cv_prog_cc_cross=yes
1364 else
1365 echo "configure: failed program was:" >&5
1366 cat conftest.$ac_ext >&5
1367 ac_cv_prog_cc_works=no
1369 rm -fr conftest*
1371 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1372 if test $ac_cv_prog_cc_works = no; then
1373 cross_linkable=no
1374 ac_cv_prog_cc_cross=yes
1375 else
1376 cross_linkable=yes
1378 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1379 echo "configure:1380: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1380 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1382 cross_compiling=$ac_cv_prog_cc_cross
1384 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1385 echo "configure:1386: checking whether we are using GNU C" >&5
1386 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1387 echo $ac_n "(cached) $ac_c" 1>&6
1388 else
1389 cat > conftest.c <<EOF
1390 #ifdef __GNUC__
1391 yes;
1392 #endif
1394 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1395: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1395 ac_cv_prog_gcc=yes
1396 else
1397 ac_cv_prog_gcc=no
1401 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1403 if test $ac_cv_prog_gcc = yes; then
1404 GCC=yes
1406 cat > conftest.c <<EOF
1407 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1408 yes;
1409 #endif
1411 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1412 if test -z "$CFLAGS"; then
1413 CFLAGS="-g -O2"
1415 else
1416 { echo "configure: error: We require GNU CC version 2.7 or newer" 1>&2; exit 1; }
1418 else
1419 { echo "configure: error: GNU libc must be compiled using GNU CC" 1>&2; exit 1; }
1422 echo $ac_n "checking build system type""... $ac_c" 1>&6
1423 echo "configure:1424: checking build system type" >&5
1425 build_alias=$build
1426 case "$build_alias" in
1427 NONE)
1428 case $nonopt in
1429 NONE) build_alias=$host_alias ;;
1430 *) build_alias=$nonopt ;;
1431 esac ;;
1432 esac
1434 build=`$ac_config_sub $build_alias`
1435 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1436 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1437 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1438 echo "$ac_t""$build" 1>&6
1440 if test $host != $build; then
1441 for ac_prog in gcc cc
1443 # Extract the first word of "$ac_prog", so it can be a program name with args.
1444 set dummy $ac_prog; ac_word=$2
1445 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1446 echo "configure:1447: checking for $ac_word" >&5
1447 if eval "test \"`echo '$''{'ac_cv_prog_BUILD_CC'+set}'`\" = set"; then
1448 echo $ac_n "(cached) $ac_c" 1>&6
1449 else
1450 if test -n "$BUILD_CC"; then
1451 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
1452 else
1453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1454 for ac_dir in $PATH; do
1455 test -z "$ac_dir" && ac_dir=.
1456 if test -f $ac_dir/$ac_word; then
1457 ac_cv_prog_BUILD_CC="$ac_prog"
1458 break
1460 done
1461 IFS="$ac_save_ifs"
1464 BUILD_CC="$ac_cv_prog_BUILD_CC"
1465 if test -n "$BUILD_CC"; then
1466 echo "$ac_t""$BUILD_CC" 1>&6
1467 else
1468 echo "$ac_t""no" 1>&6
1471 test -n "$BUILD_CC" && break
1472 done
1476 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1477 echo "configure:1478: checking how to run the C preprocessor" >&5
1478 # On Suns, sometimes $CPP names a directory.
1479 if test -n "$CPP" && test -d "$CPP"; then
1480 CPP=
1482 if test -z "$CPP"; then
1483 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1484 echo $ac_n "(cached) $ac_c" 1>&6
1485 else
1486 # This must be in double quotes, not single quotes, because CPP may get
1487 # substituted into the Makefile and "${CC-cc}" will confuse make.
1488 CPP="${CC-cc} -E"
1489 # On the NeXT, cc -E runs the code through the compiler's parser,
1490 # not just through cpp.
1491 cat > conftest.$ac_ext <<EOF
1492 #line 1493 "configure"
1493 #include "confdefs.h"
1494 #include <assert.h>
1495 Syntax Error
1497 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1498 { (eval echo configure:1499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1499 ac_err=`grep -v '^ *+' conftest.out`
1500 if test -z "$ac_err"; then
1502 else
1503 echo "$ac_err" >&5
1504 echo "configure: failed program was:" >&5
1505 cat conftest.$ac_ext >&5
1506 rm -rf conftest*
1507 CPP="${CC-cc} -E -traditional-cpp"
1508 cat > conftest.$ac_ext <<EOF
1509 #line 1510 "configure"
1510 #include "confdefs.h"
1511 #include <assert.h>
1512 Syntax Error
1514 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1515 { (eval echo configure:1516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1516 ac_err=`grep -v '^ *+' conftest.out`
1517 if test -z "$ac_err"; then
1519 else
1520 echo "$ac_err" >&5
1521 echo "configure: failed program was:" >&5
1522 cat conftest.$ac_ext >&5
1523 rm -rf conftest*
1524 CPP=/lib/cpp
1526 rm -f conftest*
1528 rm -f conftest*
1529 ac_cv_prog_CPP="$CPP"
1531 CPP="$ac_cv_prog_CPP"
1532 else
1533 ac_cv_prog_CPP="$CPP"
1535 echo "$ac_t""$CPP" 1>&6
1537 # Was a --with-binutils option given?
1538 if test -n "$path_binutils"; then
1539 # Make absolute; ensure a single trailing slash.
1540 path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
1541 CC="$CC -B$with_binutils"
1543 AS=`$CC -print-file-name=as`
1544 LD=`$CC -print-file-name=ld`
1546 # Determine whether we are using GNU binutils.
1547 echo $ac_n "checking whether $AS is GNU as""... $ac_c" 1>&6
1548 echo "configure:1549: checking whether $AS is GNU as" >&5
1549 if eval "test \"`echo '$''{'libc_cv_prog_as_gnu'+set}'`\" = set"; then
1550 echo $ac_n "(cached) $ac_c" 1>&6
1551 else
1552 # Most GNU programs take a -v and spit out some text including
1553 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
1554 if $AS -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
1555 libc_cv_prog_as_gnu=yes
1556 else
1557 libc_cv_prog_as_gnu=no
1561 echo "$ac_t""$libc_cv_prog_as_gnu" 1>&6
1562 rm -f a.out
1563 gnu_as=$libc_cv_prog_as_gnu
1565 echo $ac_n "checking whether $LD is GNU ld""... $ac_c" 1>&6
1566 echo "configure:1567: checking whether $LD is GNU ld" >&5
1567 if eval "test \"`echo '$''{'libc_cv_prog_ld_gnu'+set}'`\" = set"; then
1568 echo $ac_n "(cached) $ac_c" 1>&6
1569 else
1570 # Most GNU programs take a -v and spit out some text including
1571 # the word 'GNU'. Some try to read stdin, so give them /dev/null.
1572 if $LD -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
1573 libc_cv_prog_ld_gnu=yes
1574 else
1575 libc_cv_prog_ld_gnu=no
1579 echo "$ac_t""$libc_cv_prog_ld_gnu" 1>&6
1580 gnu_ld=$libc_cv_prog_ld_gnu
1581 if test $host != $build; then
1582 ac_tool_prefix=${host_alias}-
1583 else
1584 ac_tool_prefix=
1587 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1588 set dummy ${ac_tool_prefix}ar; ac_word=$2
1589 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1590 echo "configure:1591: checking for $ac_word" >&5
1591 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1592 echo $ac_n "(cached) $ac_c" 1>&6
1593 else
1594 if test -n "$AR"; then
1595 ac_cv_prog_AR="$AR" # Let the user override the test.
1596 else
1597 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1598 for ac_dir in $PATH; do
1599 test -z "$ac_dir" && ac_dir=.
1600 if test -f $ac_dir/$ac_word; then
1601 ac_cv_prog_AR="${ac_tool_prefix}ar"
1602 break
1604 done
1605 IFS="$ac_save_ifs"
1606 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1609 AR="$ac_cv_prog_AR"
1610 if test -n "$AR"; then
1611 echo "$ac_t""$AR" 1>&6
1612 else
1613 echo "$ac_t""no" 1>&6
1618 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1619 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1620 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1621 echo "configure:1622: checking for $ac_word" >&5
1622 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1623 echo $ac_n "(cached) $ac_c" 1>&6
1624 else
1625 if test -n "$RANLIB"; then
1626 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1627 else
1628 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1629 for ac_dir in $PATH; do
1630 test -z "$ac_dir" && ac_dir=.
1631 if test -f $ac_dir/$ac_word; then
1632 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1633 break
1635 done
1636 IFS="$ac_save_ifs"
1639 RANLIB="$ac_cv_prog_RANLIB"
1640 if test -n "$RANLIB"; then
1641 echo "$ac_t""$RANLIB" 1>&6
1642 else
1643 echo "$ac_t""no" 1>&6
1647 if test -z "$ac_cv_prog_RANLIB"; then
1648 if test -n "$ac_tool_prefix"; then
1649 # Extract the first word of "ranlib", so it can be a program name with args.
1650 set dummy ranlib; ac_word=$2
1651 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1652 echo "configure:1653: checking for $ac_word" >&5
1653 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1654 echo $ac_n "(cached) $ac_c" 1>&6
1655 else
1656 if test -n "$RANLIB"; then
1657 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1658 else
1659 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1660 for ac_dir in $PATH; do
1661 test -z "$ac_dir" && ac_dir=.
1662 if test -f $ac_dir/$ac_word; then
1663 ac_cv_prog_RANLIB="ranlib"
1664 break
1666 done
1667 IFS="$ac_save_ifs"
1668 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1671 RANLIB="$ac_cv_prog_RANLIB"
1672 if test -n "$RANLIB"; then
1673 echo "$ac_t""$RANLIB" 1>&6
1674 else
1675 echo "$ac_t""no" 1>&6
1678 else
1679 RANLIB=":"
1684 # check if ar takes S
1685 echo $ac_n "checking for ar S""... $ac_c" 1>&6
1686 echo "configure:1687: checking for ar S" >&5
1687 if eval "test \"`echo '$''{'libc_cv_ar_S'+set}'`\" = set"; then
1688 echo $ac_n "(cached) $ac_c" 1>&6
1689 else
1690 tmpo=$$.o
1691 tmplib=lib$$.a
1692 rm -f $tmpo $tmplib
1693 touch $tmpo
1694 if { ac_try='${AR-ar} rcuS $tmplib $tmpo > /dev/null 2>&1'; { (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
1695 libc_cv_ar_S=yes
1696 else
1697 libc_cv_ar_S=no
1699 rm -f $tmpo $tmplib
1702 echo "$ac_t""$libc_cv_ar_S" 1>&6
1704 # check for recent compiler
1705 echo $ac_n "checking compiler version""... $ac_c" 1>&6
1706 echo "configure:1707: checking compiler version" >&5
1707 case `${CC-cc} -v 2>&1` in
1708 *egcs-2.91.* | *egcs-1.0.[2-9]* | *egcs-1.1* | *2.8.[1-9]* | *2.9.[0-9]*)
1709 cc_is_recent="ok"
1712 cc_is_recent="too old"
1714 esac
1715 echo "$ac_t""$cc_is_recent" 1>&6
1716 if test "$cc_is_recent" != "ok"; then
1717 echo "configure: warning:
1718 *** Your compiler is too old.
1719 *** You need at least egcs 1.0.2 or GNU CC 2.8.1 to compile glibc.
1720 " 1>&2
1723 # Test if LD_LIBRARY_PATH contains the notation for the current directory
1724 # since this would lead to problems installing/building glibc.
1725 # LD_LIBRARY_PATH contains the current directory if one of the following
1726 # is true:
1727 # - one of the terminals (":" and ";") is the first or last sign
1728 # - two terminals occur directly after each other
1729 # - the path contains an element with a dot in it
1730 echo $ac_n "checking LD_LIBRARY_PATH variable""... $ac_c" 1>&6
1731 echo "configure:1732: checking LD_LIBRARY_PATH variable" >&5
1732 case ${LD_LIBRARY_PATH} in
1733 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
1734 ld_library_path_setting="contains current directory"
1737 ld_library_path_setting="ok"
1739 esac
1740 echo "$ac_t""$ld_library_path_setting" 1>&6
1741 if test "$ld_library_path_setting" != "ok"; then
1742 { echo "configure: error: *** LD_LIBRARY_PATH shouldn't contain the current path when building glibc.
1743 *** Please change the environment variable and run configure again." 1>&2; exit 1; }
1746 # Extract the first word of "bash", so it can be a program name with args.
1747 set dummy bash; ac_word=$2
1748 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1749 echo "configure:1750: checking for $ac_word" >&5
1750 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
1751 echo $ac_n "(cached) $ac_c" 1>&6
1752 else
1753 case "$BASH" in
1755 ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
1758 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1759 for ac_dir in $PATH; do
1760 test -z "$ac_dir" && ac_dir=.
1761 if test -f $ac_dir/$ac_word; then
1762 ac_cv_path_BASH="$ac_dir/$ac_word"
1763 break
1765 done
1766 IFS="$ac_save_ifs"
1767 test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="no"
1769 esac
1771 BASH="$ac_cv_path_BASH"
1772 if test -n "$BASH"; then
1773 echo "$ac_t""$BASH" 1>&6
1774 else
1775 echo "$ac_t""no" 1>&6
1778 if test "$BASH" != no &&
1779 $BASH -c 'test "$BASH_VERSINFO" \
1780 && test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then
1781 libc_cv_have_bash2=yes
1782 else
1783 libc_cv_have_bash2=no
1787 if test "$BASH" = no; then
1788 # Extract the first word of "ksh", so it can be a program name with args.
1789 set dummy ksh; ac_word=$2
1790 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1791 echo "configure:1792: checking for $ac_word" >&5
1792 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then
1793 echo $ac_n "(cached) $ac_c" 1>&6
1794 else
1795 case "$KSH" in
1797 ac_cv_path_KSH="$KSH" # Let the user override the test with a path.
1800 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1801 for ac_dir in $PATH; do
1802 test -z "$ac_dir" && ac_dir=.
1803 if test -f $ac_dir/$ac_word; then
1804 ac_cv_path_KSH="$ac_dir/$ac_word"
1805 break
1807 done
1808 IFS="$ac_save_ifs"
1809 test -z "$ac_cv_path_KSH" && ac_cv_path_KSH="no"
1811 esac
1813 KSH="$ac_cv_path_KSH"
1814 if test -n "$KSH"; then
1815 echo "$ac_t""$KSH" 1>&6
1816 else
1817 echo "$ac_t""no" 1>&6
1820 if test "$KSH" = no; then
1821 libc_cv_have_ksh=no
1822 else
1823 libc_cv_have_ksh=yes
1825 else
1826 KSH="$BASH"
1828 libc_cv_have_ksh=yes
1832 for ac_prog in perl
1834 # Extract the first word of "$ac_prog", so it can be a program name with args.
1835 set dummy $ac_prog; ac_word=$2
1836 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1837 echo "configure:1838: checking for $ac_word" >&5
1838 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
1839 echo $ac_n "(cached) $ac_c" 1>&6
1840 else
1841 case "$PERL" in
1843 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1846 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1847 for ac_dir in $PATH; do
1848 test -z "$ac_dir" && ac_dir=.
1849 if test -f $ac_dir/$ac_word; then
1850 ac_cv_path_PERL="$ac_dir/$ac_word"
1851 break
1853 done
1854 IFS="$ac_save_ifs"
1856 esac
1858 PERL="$ac_cv_path_PERL"
1859 if test -n "$PERL"; then
1860 echo "$ac_t""$PERL" 1>&6
1861 else
1862 echo "$ac_t""no" 1>&6
1865 test -n "$PERL" && break
1866 done
1867 test -n "$PERL" || PERL="no"
1871 echo $ac_n "checking for signed size_t type""... $ac_c" 1>&6
1872 echo "configure:1873: checking for signed size_t type" >&5
1873 if eval "test \"`echo '$''{'libc_cv_signed_size_t'+set}'`\" = set"; then
1874 echo $ac_n "(cached) $ac_c" 1>&6
1875 else
1876 echo '#include <stddef.h>
1877 FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
1878 if eval "$ac_cpp conftest.c 2>/dev/null" \
1879 | grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null; then
1880 libc_cv_signed_size_t=no
1881 else
1882 libc_cv_signed_size_t=yes
1884 rm -f conftest*
1887 echo "$ac_t""$libc_cv_signed_size_t" 1>&6
1888 if test $libc_cv_signed_size_t = yes; then
1889 cat >> confdefs.h <<\EOF
1890 #undef __SIZE_TYPE__
1891 #define __SIZE_TYPE__ unsigned
1895 echo $ac_n "checking for libc-friendly stddef.h""... $ac_c" 1>&6
1896 echo "configure:1897: checking for libc-friendly stddef.h" >&5
1897 if eval "test \"`echo '$''{'libc_cv_friendly_stddef'+set}'`\" = set"; then
1898 echo $ac_n "(cached) $ac_c" 1>&6
1899 else
1900 cat > conftest.$ac_ext <<EOF
1901 #line 1902 "configure"
1902 #include "confdefs.h"
1903 #define __need_size_t
1904 #define __need_wchar_t
1905 #include <stddef.h>
1906 #define __need_NULL
1907 #include <stddef.h>
1908 int main() {
1909 size_t size; wchar_t wchar;
1910 #ifdef offsetof
1911 #error stddef.h ignored __need_*
1912 #endif
1913 if (&size == NULL || &wchar == NULL) abort ();
1914 ; return 0; }
1916 if { (eval echo configure:1917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1917 rm -rf conftest*
1918 libc_cv_friendly_stddef=yes
1919 else
1920 echo "configure: failed program was:" >&5
1921 cat conftest.$ac_ext >&5
1922 rm -rf conftest*
1923 libc_cv_friendly_stddef=no
1925 rm -f conftest*
1928 echo "$ac_t""$libc_cv_friendly_stddef" 1>&6
1929 if test $libc_cv_friendly_stddef = yes; then
1930 config_vars="$config_vars
1931 override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
1934 echo $ac_n "checking whether we need to use -P to assemble .S files""... $ac_c" 1>&6
1935 echo "configure:1936: checking whether we need to use -P to assemble .S files" >&5
1936 if eval "test \"`echo '$''{'libc_cv_need_minus_P'+set}'`\" = set"; then
1937 echo $ac_n "(cached) $ac_c" 1>&6
1938 else
1939 cat > conftest.S <<EOF
1940 #include "confdefs.h"
1941 /* Nothing whatsoever. */
1943 if ${CC-cc} $CFLAGS -c conftest.S 2>/dev/null; then
1944 libc_cv_need_minus_P=no
1945 else
1946 libc_cv_need_minus_P=yes
1948 rm -f conftest*
1951 echo "$ac_t""$libc_cv_need_minus_P" 1>&6
1952 if test $libc_cv_need_minus_P = yes; then
1953 config_vars="$config_vars
1954 asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
1957 # gcc 2.7.x has a bug where if -pipe is set, the assembler will always
1958 # be told to read stdin. This causes the compiler to hang when fed an
1959 # .s file.
1960 if test $ac_cv_prog_gcc = yes; then
1961 case `${CC-cc} -v 2>&1` in
1962 *2.7*)
1963 # We must check this even if -pipe is not given here, because the user
1964 # might do `make CFLAGS=-pipe'.
1965 echo $ac_n "checking for gcc 2.7.x -pipe bug""... $ac_c" 1>&6
1966 echo "configure:1967: checking for gcc 2.7.x -pipe bug" >&5
1967 if eval "test \"`echo '$''{'libc_cv_gcc_pipe_bug'+set}'`\" = set"; then
1968 echo $ac_n "(cached) $ac_c" 1>&6
1969 else
1970 cp /dev/null conftest.s
1971 cat >conftest1.s <<EOF
1972 .nosuchdirective
1974 if ${CC-cc} -pipe -c conftest.s <conftest1.s 2>/dev/null; then
1975 libc_cv_gcc_pipe_bug=no
1976 else
1977 libc_cv_gcc_pipe_bug=yes
1979 rm -f conftest*
1982 echo "$ac_t""$libc_cv_gcc_pipe_bug" 1>&6
1983 if test $libc_cv_gcc_pipe_bug = yes; then
1984 makeCC="${CC-cc} -B\$(common-objpfx)"
1985 makeCFLAGS=$CFLAGS
1986 CFLAGS=`echo $CFLAGS |sed 's/-pipe//'`
1987 fi;;
1988 *) libc_cv_gcc_pipe_bug=no;;
1989 esac
1990 else
1991 libc_cv_gcc_pipe_bug=no
1994 echo $ac_n "checking for assembler global-symbol directive""... $ac_c" 1>&6
1995 echo "configure:1996: checking for assembler global-symbol directive" >&5
1996 if eval "test \"`echo '$''{'libc_cv_asm_global_directive'+set}'`\" = set"; then
1997 echo $ac_n "(cached) $ac_c" 1>&6
1998 else
1999 libc_cv_asm_global_directive=UNKNOWN
2000 for ac_globl in .globl .global; do
2001 cat > conftest.s <<EOF
2002 .text
2003 ${ac_globl} foo
2004 foo:
2006 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2007 libc_cv_asm_global_directive=${ac_globl}
2009 rm -f conftest*
2010 test $libc_cv_asm_global_directive != UNKNOWN && break
2011 done
2014 echo "$ac_t""$libc_cv_asm_global_directive" 1>&6
2015 if test $libc_cv_asm_global_directive = UNKNOWN; then
2016 { echo "configure: error: cannot determine asm global directive" 1>&2; exit 1; }
2017 else
2018 cat >> confdefs.h <<EOF
2019 #define ASM_GLOBAL_DIRECTIVE ${libc_cv_asm_global_directive}
2024 echo $ac_n "checking for .set assembler directive""... $ac_c" 1>&6
2025 echo "configure:2026: checking for .set assembler directive" >&5
2026 if eval "test \"`echo '$''{'libc_cv_asm_set_directive'+set}'`\" = set"; then
2027 echo $ac_n "(cached) $ac_c" 1>&6
2028 else
2029 cat > conftest.s <<EOF
2030 .text
2031 foo:
2032 .set glibc_conftest_frobozz,foo
2033 $libc_cv_asm_global_directive glibc_conftest_frobozz
2035 # The alpha-dec-osf1 assembler gives only a warning for `.set'
2036 # (but it doesn't work), so we must do a linking check to be sure.
2037 cat > conftest1.c <<\EOF
2038 extern int glibc_conftest_frobozz;
2039 main () { printf ("%d\n", glibc_conftest_frobozz); }
2041 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
2042 -o conftest conftest.s conftest1.c 1>&5 2>&5; then
2043 libc_cv_asm_set_directive=yes
2044 else
2045 libc_cv_asm_set_directive=no
2047 rm -f conftest*
2050 echo "$ac_t""$libc_cv_asm_set_directive" 1>&6
2051 if test $libc_cv_asm_set_directive = yes; then
2052 cat >> confdefs.h <<\EOF
2053 #define HAVE_ASM_SET_DIRECTIVE 1
2058 echo $ac_n "checking for .symver assembler directive""... $ac_c" 1>&6
2059 echo "configure:2060: checking for .symver assembler directive" >&5
2060 if eval "test \"`echo '$''{'libc_cv_asm_symver_directive'+set}'`\" = set"; then
2061 echo $ac_n "(cached) $ac_c" 1>&6
2062 else
2063 cat > conftest.s <<EOF
2064 .text
2065 _sym:
2066 .symver _sym,sym@VERS
2068 if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
2069 libc_cv_asm_symver_directive=yes
2070 else
2071 libc_cv_asm_symver_directive=no
2073 rm -f conftest*
2076 echo "$ac_t""$libc_cv_asm_symver_directive" 1>&6
2077 echo $ac_n "checking for ld --version-script""... $ac_c" 1>&6
2078 echo "configure:2079: checking for ld --version-script" >&5
2079 if eval "test \"`echo '$''{'libc_cv_ld_version_script_option'+set}'`\" = set"; then
2080 echo $ac_n "(cached) $ac_c" 1>&6
2081 else
2082 if test $libc_cv_asm_symver_directive = yes; then
2083 cat > conftest.s <<EOF
2084 .text
2085 _sym:
2086 .symver _sym,sym@VERS
2088 cat > conftest.map <<EOF
2089 VERS_1 {
2090 global: sym;
2093 VERS_2 {
2094 global: sym;
2095 } VERS_1;
2097 if ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.s 1>&5 2>&5; then
2098 if { ac_try='${CC-cc} $CFLAGS -shared -o conftest.so conftest.o
2099 -nostartfiles -nostdlib
2100 -Wl,--version-script,conftest.map
2101 1>&5'; { (eval echo configure:2102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; };
2102 then
2103 libc_cv_ld_version_script_option=yes
2104 else
2105 libc_cv_ld_version_script_option=no
2107 else
2108 libc_cv_ld_version_script_option=no
2110 else
2111 libc_cv_ld_version_script_option=no
2113 rm -f conftest*
2116 echo "$ac_t""$libc_cv_ld_version_script_option" 1>&6
2117 if test $libc_cv_asm_symver_directive = yes &&
2118 test $libc_cv_ld_version_script_option = yes &&
2119 test $enable_versioning = yes; then
2120 VERSIONING=yes
2121 cat >> confdefs.h <<\EOF
2122 #define DO_VERSIONING 1
2125 else
2126 VERSIONING=no
2130 if test $VERSIONING = no; then
2131 echo "\
2132 *** WARNING: You should not compile GNU libc without versioning. Not using
2133 *** versioning will introduce incompatibilities so that old binaries
2134 *** will not run anymore.
2135 *** For versioning you need recent binutils (binutils-2.8.1.0.17 or newer)."
2137 if test $elf = yes; then
2138 echo $ac_n "checking for .previous assembler directive""... $ac_c" 1>&6
2139 echo "configure:2140: checking for .previous assembler directive" >&5
2140 if eval "test \"`echo '$''{'libc_cv_asm_previous_directive'+set}'`\" = set"; then
2141 echo $ac_n "(cached) $ac_c" 1>&6
2142 else
2143 cat > conftest.s <<EOF
2144 .section foo_section
2145 .previous
2147 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:2148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2148 libc_cv_asm_previous_directive=yes
2149 else
2150 libc_cv_asm_previous_directive=no
2152 rm -f conftest*
2155 echo "$ac_t""$libc_cv_asm_previous_directive" 1>&6
2156 if test $libc_cv_asm_previous_directive = yes; then
2157 cat >> confdefs.h <<\EOF
2158 #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
2161 else
2162 echo $ac_n "checking for .popsection assembler directive""... $ac_c" 1>&6
2163 echo "configure:2164: checking for .popsection assembler directive" >&5
2164 if eval "test \"`echo '$''{'libc_cv_asm_popsection_directive'+set}'`\" = set"; then
2165 echo $ac_n "(cached) $ac_c" 1>&6
2166 else
2167 cat > conftest.s <<EOF
2168 .pushsection foo_section
2169 .popsection
2171 if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'; { (eval echo configure:2172: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2172 libc_cv_asm_popsection_directive=yes
2173 else
2174 libc_cv_asm_popsection_directive=no
2176 rm -f conftest*
2179 echo "$ac_t""$libc_cv_asm_popsection_directive" 1>&6
2180 if test $libc_cv_asm_popsection_directive = yes; then
2181 cat >> confdefs.h <<\EOF
2182 #define HAVE_ASM_POPSECTION_DIRECTIVE 1
2189 if test $elf != yes; then
2190 echo $ac_n "checking for .init and .fini sections""... $ac_c" 1>&6
2191 echo "configure:2192: checking for .init and .fini sections" >&5
2192 if eval "test \"`echo '$''{'libc_cv_have_initfini'+set}'`\" = set"; then
2193 echo $ac_n "(cached) $ac_c" 1>&6
2194 else
2195 cat > conftest.$ac_ext <<EOF
2196 #line 2197 "configure"
2197 #include "confdefs.h"
2199 int main() {
2200 asm (".section .init");
2201 asm (".section .fini");
2202 asm (".text");
2203 ; return 0; }
2205 if { (eval echo configure:2206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2206 rm -rf conftest*
2207 libc_cv_have_initfini=yes
2208 else
2209 echo "configure: failed program was:" >&5
2210 cat conftest.$ac_ext >&5
2211 rm -rf conftest*
2212 libc_cv_have_initfini=no
2214 rm -f conftest*
2217 echo "$ac_t""$libc_cv_have_initfini" 1>&6
2218 if test $libc_cv_have_initfini = yes; then
2219 cat >> confdefs.h <<\EOF
2220 #define HAVE_INITFINI 1
2228 if test $elf = yes; then
2229 libc_cv_asm_underscores=no
2230 else
2231 if test $ac_cv_prog_cc_works = yes; then
2232 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
2233 echo "configure:2234: checking for _ prefix on C symbol names" >&5
2234 if eval "test \"`echo '$''{'libc_cv_asm_underscores'+set}'`\" = set"; then
2235 echo $ac_n "(cached) $ac_c" 1>&6
2236 else
2237 cat > conftest.$ac_ext <<EOF
2238 #line 2239 "configure"
2239 #include "confdefs.h"
2240 asm ("_glibc_foobar:");
2241 int main() {
2242 glibc_foobar ();
2243 ; return 0; }
2245 if { (eval echo configure:2246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2246 rm -rf conftest*
2247 libc_cv_asm_underscores=yes
2248 else
2249 echo "configure: failed program was:" >&5
2250 cat conftest.$ac_ext >&5
2251 rm -rf conftest*
2252 libc_cv_asm_underscores=no
2254 rm -f conftest*
2257 echo "$ac_t""$libc_cv_asm_underscores" 1>&6
2258 else
2259 echo $ac_n "checking for _ prefix on C symbol names""... $ac_c" 1>&6
2260 echo "configure:2261: checking for _ prefix on C symbol names" >&5
2261 if eval "test \"`echo '$''{'libc_cv_asm_underscores'+set}'`\" = set"; then
2262 echo $ac_n "(cached) $ac_c" 1>&6
2263 else
2264 cat > conftest.$ac_ext <<EOF
2265 #line 2266 "configure"
2266 #include "confdefs.h"
2267 void underscore_test(void) {
2268 return; }
2270 if { (eval echo configure:2271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2271 if grep _underscore_test conftest* >/dev/null; then
2272 rm -f conftest*
2273 libc_cv_asm_underscores=yes
2274 else
2275 rm -f conftest*
2276 libc_cv_asm_underscores=no
2278 else
2279 echo "configure: failed program was:" >&5
2280 cat conftest.$ac_ext >&5
2281 rm -f conftest*
2282 libc_cv_asm_underscores=no
2284 rm -f conftest*
2287 echo "$ac_t""$libc_cv_asm_underscores" 1>&6
2290 if test $libc_cv_asm_underscores = no; then
2291 cat >> confdefs.h <<\EOF
2292 #define NO_UNDERSCORES 1
2297 if test $elf = yes; then
2298 libc_cv_weak_symbols=yes
2301 echo $ac_n "checking for assembler .weak directive""... $ac_c" 1>&6
2302 echo "configure:2303: checking for assembler .weak directive" >&5
2303 if eval "test \"`echo '$''{'libc_cv_asm_weak_directive'+set}'`\" = set"; then
2304 echo $ac_n "(cached) $ac_c" 1>&6
2305 else
2306 cat > conftest.s <<EOF
2307 .text
2308 ${libc_cv_asm_global_directive} foo
2309 foo:
2310 .weak foo
2311 .weak bar; bar = foo
2313 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2314 libc_cv_asm_weak_directive=yes
2315 else
2316 libc_cv_asm_weak_directive=no
2318 rm -f conftest*
2321 echo "$ac_t""$libc_cv_asm_weak_directive" 1>&6
2323 if test $libc_cv_asm_weak_directive = no; then
2324 echo $ac_n "checking for assembler .weakext directive""... $ac_c" 1>&6
2325 echo "configure:2326: checking for assembler .weakext directive" >&5
2326 if eval "test \"`echo '$''{'libc_cv_asm_weakext_directive'+set}'`\" = set"; then
2327 echo $ac_n "(cached) $ac_c" 1>&6
2328 else
2329 cat > conftest.s <<EOF
2330 .text
2331 ${libc_cv_asm_global_directive} foo
2332 foo:
2333 .weakext bar foo
2334 .weakext baz
2335 ${libc_cv_asm_global_directive} baz
2336 baz:
2338 if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
2339 libc_cv_asm_weakext_directive=yes
2340 else
2341 libc_cv_asm_weakext_directive=no
2343 rm -f conftest*
2346 echo "$ac_t""$libc_cv_asm_weakext_directive" 1>&6
2348 fi # no .weak
2350 if test $libc_cv_asm_weak_directive = yes; then
2351 cat >> confdefs.h <<\EOF
2352 #define HAVE_ASM_WEAK_DIRECTIVE 1
2355 elif test $libc_cv_asm_weakext_directive = yes; then
2356 cat >> confdefs.h <<\EOF
2357 #define HAVE_ASM_WEAKEXT_DIRECTIVE 1
2362 echo $ac_n "checking for ld --no-whole-archive""... $ac_c" 1>&6
2363 echo "configure:2364: checking for ld --no-whole-archive" >&5
2364 if eval "test \"`echo '$''{'libc_cv_ld_no_whole_archive'+set}'`\" = set"; then
2365 echo $ac_n "(cached) $ac_c" 1>&6
2366 else
2367 cat > conftest.c <<\EOF
2368 _start () {}
2369 int __eh_pc;
2370 __throw () {}
2372 if { ac_try='${CC-cc} $CFLAGS
2373 -nostdlib -nostartfiles -Wl,--no-whole-archive
2374 -o conftest conftest.c 1>&5'; { (eval echo configure:2375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2375 libc_cv_ld_no_whole_archive=yes
2376 else
2377 libc_cv_ld_no_whole_archive=no
2379 rm -f conftest*
2382 echo "$ac_t""$libc_cv_ld_no_whole_archive" 1>&6
2384 echo $ac_n "checking for gcc -fno-exceptions""... $ac_c" 1>&6
2385 echo "configure:2386: checking for gcc -fno-exceptions" >&5
2386 if eval "test \"`echo '$''{'libc_cv_gcc_no_exceptions'+set}'`\" = set"; then
2387 echo $ac_n "(cached) $ac_c" 1>&6
2388 else
2389 cat > conftest.c <<\EOF
2390 _start () {}
2391 int __eh_pc;
2392 __throw () {}
2394 if { ac_try='${CC-cc} $CFLAGS
2395 -nostdlib -nostartfiles -fno-exceptions
2396 -o conftest conftest.c 1>&5'; { (eval echo configure:2397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2397 libc_cv_gcc_no_exceptions=yes
2398 else
2399 libc_cv_gcc_no_exceptions=no
2401 rm -f conftest*
2404 echo "$ac_t""$libc_cv_gcc_no_exceptions" 1>&6
2406 if test "$base_machine" = alpha ; then
2407 echo $ac_n "checking for function ..ng prefix""... $ac_c" 1>&6
2408 echo "configure:2409: checking for function ..ng prefix" >&5
2409 if eval "test \"`echo '$''{'libc_cv_gcc_alpha_ng_prefix'+set}'`\" = set"; then
2410 echo $ac_n "(cached) $ac_c" 1>&6
2411 else
2412 cat > conftest.c <<\EOF
2413 foo () { }
2415 if { ac_try='${CC-cc} -S conftest.c -o - | fgrep "\$foo..ng" > /dev/null'; { (eval echo configure:2416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; };
2416 then
2417 libc_cv_gcc_alpha_ng_prefix=yes
2418 else
2419 libc_cv_gcc_alpha_ng_prefix=no
2421 rm -f conftest*
2424 echo "$ac_t""$libc_cv_gcc_alpha_ng_prefix" 1>&6
2425 if test $libc_cv_gcc_alpha_ng_prefix = yes ; then
2426 cat >> confdefs.h <<\EOF
2427 #define ASM_ALPHA_NG_SYMBOL_PREFIX "$"
2430 else
2431 cat >> confdefs.h <<\EOF
2432 #define ASM_ALPHA_NG_SYMBOL_PREFIX ""
2438 echo $ac_n "checking for DWARF2 unwind info support""... $ac_c" 1>&6
2439 echo "configure:2440: checking for DWARF2 unwind info support" >&5
2440 if eval "test \"`echo '$''{'libc_cv_gcc_dwarf2_unwind_info'+set}'`\" = set"; then
2441 echo $ac_n "(cached) $ac_c" 1>&6
2442 else
2443 cat > conftest.c <<EOF
2444 #line 2445 "configure"
2445 static char __EH_FRAME_BEGIN__;
2446 _start ()
2448 #ifdef CHECK__register_frame
2449 __register_frame (__EH_FRAME_BEGIN__);
2450 __deregister_frame (__EH_FRAME_BEGIN__);
2451 #endif
2452 #ifdef CHECK__register_frame_info
2453 __register_frame_info (__EH_FRAME_BEGIN__);
2454 __deregister_frame_info (__EH_FRAME_BEGIN__);
2455 #endif
2457 int __eh_pc;
2458 __throw () {}
2459 /* FIXME: this is fragile. */
2460 malloc () {}
2461 strcmp () {}
2462 strlen () {}
2463 memcpy () {}
2464 memset () {}
2465 free () {}
2466 abort () {}
2467 __bzero () {}
2469 if { ac_try='${CC-cc} $CFLAGS -DCHECK__register_frame_info
2470 -nostdlib -nostartfiles
2471 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:2472: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2472 libc_cv_gcc_dwarf2_unwind_info=static
2473 else
2474 libc_cv_gcc_dwarf2_unwind_info=no
2476 if test $libc_cv_gcc_dwarf2_unwind_info = no; then
2477 if { ac_try='${CC-cc} $CFLAGS -DCHECK__register_frame
2478 -nostdlib -nostartfiles
2479 -o conftest conftest.c -lgcc >&5'; { (eval echo configure:2480: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
2480 libc_cv_gcc_dwarf2_unwind_info=yes
2481 else
2482 libc_cv_gcc_dwarf2_unwind_info=no
2485 rm -f conftest*
2488 echo "$ac_t""$libc_cv_gcc_dwarf2_unwind_info" 1>&6
2489 case $libc_cv_gcc_dwarf2_unwind_info in
2490 yes)
2491 cat >> confdefs.h <<\EOF
2492 #define HAVE_DWARF2_UNWIND_INFO 1
2496 static)
2497 cat >> confdefs.h <<\EOF
2498 #define HAVE_DWARF2_UNWIND_INFO 1
2501 cat >> confdefs.h <<\EOF
2502 #define HAVE_DWARF2_UNWIND_INFO_STATIC 1
2506 esac
2508 ### End of automated tests.
2509 ### Now run sysdeps configure fragments.
2511 # sysdeps configure fragments may set these with files to be linked below.
2512 libc_link_dests=
2513 libc_link_sources=
2515 # They also can set these variables.
2516 ldd_rewrite_script=no
2518 # Iterate over all the sysdep directories we will use, running their
2519 # configure fragments, and looking for a uname implementation.
2520 uname=
2521 for dir in $sysnames; do
2522 case $dir in
2523 /*) dest=$dir ;;
2524 *) dest=$srcdir/$dir ;;
2525 esac
2526 if test -r $dest/configure; then
2527 echo "$ac_t""running configure fragment for $dest" 1>&6
2528 . $dest/configure
2531 if test -z "$uname"; then
2532 if test -r $dest/uname.c ||
2533 test -r $dest/uname.S ||
2534 { test -r $dest/syscalls.list &&
2535 grep '^uname[ ]' $dest/syscalls.list >/dev/null; }; then
2536 uname=$dir
2539 done
2543 # If we will use the generic uname implementation, we must figure out what
2544 # it will say by examining the system, and write the results in config-name.h.
2545 if test "$uname" = "sysdeps/generic"; then
2547 uname_sysname=`echo $config_os | sed 's/[0-9.]*$//'`
2548 if test $uname_sysname != $config_os; then
2549 config_release=`echo $config_os | sed s/$uname_sysname//`
2552 echo $ac_n "checking OS release for uname""... $ac_c" 1>&6
2553 echo "configure:2554: checking OS release for uname" >&5
2554 if eval "test \"`echo '$''{'libc_cv_uname_release'+set}'`\" = set"; then
2555 echo $ac_n "(cached) $ac_c" 1>&6
2556 else
2557 kernel_release=`echo "$kernel_id" | sed 's/^[^0-9.]*\([0-9.]*\).*$/\1/'`
2558 if test x`echo "$config_release" | sed "s/^$kernel_release//"` \
2559 != x$config_release; then
2560 # The configuration release is a substring of the kernel release.
2561 libc_cv_uname_release=$kernel_release
2562 elif test x$config_release != x; then
2563 libc_cv_uname_release=$config_release
2564 elif test x$kernel_release != x; then
2565 libc_cv_uname_release=$kernel_release
2566 else
2567 libc_cv_uname_release=unknown
2571 echo "$ac_t""$libc_cv_uname_release" 1>&6
2572 uname_release="$libc_cv_uname_release"
2574 echo $ac_n "checking OS version for uname""... $ac_c" 1>&6
2575 echo "configure:2576: checking OS version for uname" >&5
2576 if eval "test \"`echo '$''{'libc_cv_uname_version'+set}'`\" = set"; then
2577 echo $ac_n "(cached) $ac_c" 1>&6
2578 else
2579 kernel_version=`echo "$kernel_id" | sed 's/^[^#]*#\([0-9]*\).*$/\1/'`
2580 if test -n "$kernel_version"; then
2581 libc_cv_uname_version="$kernel_version"
2582 else
2583 libc_cv_uname_version=unknown
2587 echo "$ac_t""$libc_cv_uname_version" 1>&6
2588 uname_version="$libc_cv_uname_version"
2590 config_uname=config-name.h:config-name.in
2591 else
2592 # For non-generic uname, we don't need to create config-name.h at all.
2593 config_uname=
2596 echo $ac_n "checking stdio selection""... $ac_c" 1>&6
2597 echo "configure:2598: checking stdio selection" >&5
2599 case $stdio in
2600 libio) cat >> confdefs.h <<\EOF
2601 #define USE_IN_LIBIO 1
2604 default) stdio=stdio ;;
2605 esac
2606 echo "$ac_t""$stdio" 1>&6
2608 echo $ac_n "checking ldap selection""... $ac_c" 1>&6
2609 echo "configure:2610: checking ldap selection" >&5
2611 case $add_ons in
2612 *ldap*)
2613 ldap=yes
2614 LDAP=ldap ;;
2615 *) ldap=no
2616 LDAP= ;;
2617 esac
2618 echo "$ac_t""$ldap" 1>&6
2628 if test $gnu_ld = yes; then
2629 cat >> confdefs.h <<\EOF
2630 #define HAVE_GNU_LD 1
2634 if test $gnu_as = yes; then
2635 cat >> confdefs.h <<\EOF
2636 #define HAVE_GNU_AS 1
2640 if test $elf = yes; then
2641 cat >> confdefs.h <<\EOF
2642 #define HAVE_ELF 1
2649 if test $shared = default; then
2650 if test $gnu_ld = yes; then
2651 shared=$elf
2652 else
2653 # For now we do not assume shared libs are available. In future more
2654 # tests might become available.
2655 shared=no
2659 if test $static = no && test $shared = yes; then
2660 case "$host_os" in
2661 linux* | gnu*)
2662 { echo "configure: error:
2663 *** You must compile with support for the static library since the shared
2664 *** library uses it. Restart configure without \`--disable-static'." 1>&2; exit 1; }
2668 esac
2671 echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
2672 echo "configure:2673: checking whether -fPIC is default" >&5
2673 if eval "test \"`echo '$''{'pic_default'+set}'`\" = set"; then
2674 echo $ac_n "(cached) $ac_c" 1>&6
2675 else
2676 pic_default=yes
2677 cat > conftest.c <<EOF
2678 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
2679 # error PIC is default.
2680 #endif
2682 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
2683 pic_default=no
2685 rm -f conftest.*
2688 echo "$ac_t""$pic_default" 1>&6
2699 if test "`(cd $srcdir; pwd)`" = "`pwd`"; then
2700 config_makefile=
2701 else
2702 config_makefile=Makefile
2705 VERSION=`sed -e 's/^#define VERSION "\([^"]*\)"/\1/p' -e d < $srcdir/version.h`
2708 if test $libc_cv_gcc_pipe_bug = yes; then
2709 realCC=$CC
2710 CC=$makeCC
2711 CFLAGS=$makeCFLAGS
2713 if test -r /vmunix; then
2714 kernel_id=`strings /vmunix | grep UNIX`
2715 elif test -r /dynix; then
2716 kernel_id=`strings /dynix | grep DYNIX`
2717 else
2718 kernel_id=
2723 trap '' 1 2 15
2724 cat > confcache <<\EOF
2725 # This file is a shell script that caches the results of configure
2726 # tests run on this system so they can be shared between configure
2727 # scripts and configure runs. It is not useful on other systems.
2728 # If it contains results you don't want to keep, you may remove or edit it.
2730 # By default, configure uses ./config.cache as the cache file,
2731 # creating it if it does not exist already. You can give configure
2732 # the --cache-file=FILE option to use a different cache file; that is
2733 # what configure does when it calls configure scripts in
2734 # subdirectories, so they share the cache.
2735 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2736 # config.status only pays attention to the cache file if you give it the
2737 # --recheck option to rerun configure.
2740 # The following way of writing the cache mishandles newlines in values,
2741 # but we know of no workaround that is simple, portable, and efficient.
2742 # So, don't put newlines in cache variables' values.
2743 # Ultrix sh set writes to stderr and can't be redirected directly,
2744 # and sets the high bit in the cache file unless we assign to the vars.
2745 (set) 2>&1 |
2746 case `(ac_space=' '; set) 2>&1` in
2747 *ac_space=\ *)
2748 # `set' does not quote correctly, so add quotes (double-quote substitution
2749 # turns \\\\ into \\, and sed turns \\ into \).
2750 sed -n \
2751 -e "s/'/'\\\\''/g" \
2752 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2755 # `set' quotes correctly as required by POSIX, so do not add quotes.
2756 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2758 esac >> confcache
2759 if cmp -s $cache_file confcache; then
2761 else
2762 if test -w $cache_file; then
2763 echo "updating cache $cache_file"
2764 cat confcache > $cache_file
2765 else
2766 echo "not updating unwritable cache $cache_file"
2769 rm -f confcache
2771 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2773 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2774 # Let make expand exec_prefix.
2775 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2777 # Any assignment to VPATH causes Sun make to only execute
2778 # the first set of double-colon rules, so remove it if not needed.
2779 # If there is a colon in the path, we need to keep it.
2780 if test "x$srcdir" = x.; then
2781 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2784 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2786 DEFS=-DHAVE_CONFIG_H
2788 # Without the "./", some shells look in PATH for config.status.
2789 : ${CONFIG_STATUS=./config.status}
2791 echo creating $CONFIG_STATUS
2792 rm -f $CONFIG_STATUS
2793 cat > $CONFIG_STATUS <<EOF
2794 #! /bin/sh
2795 # Generated automatically by configure.
2796 # Run this file to recreate the current configuration.
2797 # This directory was configured as follows,
2798 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2800 # $0 $ac_configure_args
2802 # Compiler output produced by configure, useful for debugging
2803 # configure, is in ./config.log if it exists.
2805 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2806 for ac_option
2808 case "\$ac_option" in
2809 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2810 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2811 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2812 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2813 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2814 exit 0 ;;
2815 -help | --help | --hel | --he | --h)
2816 echo "\$ac_cs_usage"; exit 0 ;;
2817 *) echo "\$ac_cs_usage"; exit 1 ;;
2818 esac
2819 done
2821 ac_given_srcdir=$srcdir
2822 ac_given_INSTALL="$INSTALL"
2824 trap 'rm -fr `echo "config.make glibcbug ${config_makefile} ${config_uname} config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2826 cat >> $CONFIG_STATUS <<EOF
2828 # Protect against being on the right side of a sed subst in config.status.
2829 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2830 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2831 $ac_vpsub
2832 $extrasub
2833 s%@CFLAGS@%$CFLAGS%g
2834 s%@CPPFLAGS@%$CPPFLAGS%g
2835 s%@CXXFLAGS@%$CXXFLAGS%g
2836 s%@DEFS@%$DEFS%g
2837 s%@LDFLAGS@%$LDFLAGS%g
2838 s%@LIBS@%$LIBS%g
2839 s%@exec_prefix@%$exec_prefix%g
2840 s%@prefix@%$prefix%g
2841 s%@program_transform_name@%$program_transform_name%g
2842 s%@bindir@%$bindir%g
2843 s%@sbindir@%$sbindir%g
2844 s%@libexecdir@%$libexecdir%g
2845 s%@datadir@%$datadir%g
2846 s%@sysconfdir@%$sysconfdir%g
2847 s%@sharedstatedir@%$sharedstatedir%g
2848 s%@localstatedir@%$localstatedir%g
2849 s%@libdir@%$libdir%g
2850 s%@includedir@%$includedir%g
2851 s%@oldincludedir@%$oldincludedir%g
2852 s%@infodir@%$infodir%g
2853 s%@mandir@%$mandir%g
2854 s%@with_cvs@%$with_cvs%g
2855 s%@subdirs@%$subdirs%g
2856 s%@host@%$host%g
2857 s%@host_alias@%$host_alias%g
2858 s%@host_cpu@%$host_cpu%g
2859 s%@host_vendor@%$host_vendor%g
2860 s%@host_os@%$host_os%g
2861 s%@base_machine@%$base_machine%g
2862 s%@sysnames@%$sysnames%g
2863 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2864 s%@INSTALL_DATA@%$INSTALL_DATA%g
2865 s%@LN_S@%$LN_S%g
2866 s%@MSGFMT@%$MSGFMT%g
2867 s%@MAKEINFO@%$MAKEINFO%g
2868 s%@CC@%$CC%g
2869 s%@cross_linkable@%$cross_linkable%g
2870 s%@build@%$build%g
2871 s%@build_alias@%$build_alias%g
2872 s%@build_cpu@%$build_cpu%g
2873 s%@build_vendor@%$build_vendor%g
2874 s%@build_os@%$build_os%g
2875 s%@BUILD_CC@%$BUILD_CC%g
2876 s%@cross_compiling@%$cross_compiling%g
2877 s%@CPP@%$CPP%g
2878 s%@AR@%$AR%g
2879 s%@RANLIB@%$RANLIB%g
2880 s%@libc_cv_ar_S@%$libc_cv_ar_S%g
2881 s%@BASH@%$BASH%g
2882 s%@libc_cv_have_bash2@%$libc_cv_have_bash2%g
2883 s%@KSH@%$KSH%g
2884 s%@libc_cv_have_ksh@%$libc_cv_have_ksh%g
2885 s%@PERL@%$PERL%g
2886 s%@VERSIONING@%$VERSIONING%g
2887 s%@libc_cv_have_initfini@%$libc_cv_have_initfini%g
2888 s%@libc_cv_ld_no_whole_archive@%$libc_cv_ld_no_whole_archive%g
2889 s%@libc_cv_gcc_no_exceptions@%$libc_cv_gcc_no_exceptions%g
2890 s%@uname_sysname@%$uname_sysname%g
2891 s%@uname_release@%$uname_release%g
2892 s%@uname_version@%$uname_version%g
2893 s%@stdio@%$stdio%g
2894 s%@LDAP@%$LDAP%g
2895 s%@libc_cv_slibdir@%$libc_cv_slibdir%g
2896 s%@libc_cv_sysconfdir@%$libc_cv_sysconfdir%g
2897 s%@libc_cv_rootsbindir@%$libc_cv_rootsbindir%g
2898 s%@has_ldconfig@%$has_ldconfig%g
2899 s%@ldd_rewrite_script@%$ldd_rewrite_script%g
2900 s%@gnu_ld@%$gnu_ld%g
2901 s%@gnu_as@%$gnu_as%g
2902 s%@elf@%$elf%g
2903 s%@static@%$static%g
2904 s%@shared@%$shared%g
2905 s%@pic_default@%$pic_default%g
2906 s%@profile@%$profile%g
2907 s%@omitfp@%$omitfp%g
2908 s%@bounded@%$bounded%g
2909 s%@static_nss@%$static_nss%g
2910 s%@nopic_initfini@%$nopic_initfini%g
2911 s%@DEFINES@%$DEFINES%g
2912 s%@VERSION@%$VERSION%g
2914 CEOF
2917 cat >> $CONFIG_STATUS <<\EOF
2919 # Split the substitutions into bite-sized pieces for seds with
2920 # small command number limits, like on Digital OSF/1 and HP-UX.
2921 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2922 ac_file=1 # Number of current file.
2923 ac_beg=1 # First line for current file.
2924 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2925 ac_more_lines=:
2926 ac_sed_cmds=""
2927 while $ac_more_lines; do
2928 if test $ac_beg -gt 1; then
2929 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2930 else
2931 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2933 if test ! -s conftest.s$ac_file; then
2934 ac_more_lines=false
2935 rm -f conftest.s$ac_file
2936 else
2937 if test -z "$ac_sed_cmds"; then
2938 ac_sed_cmds="sed -f conftest.s$ac_file"
2939 else
2940 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2942 ac_file=`expr $ac_file + 1`
2943 ac_beg=$ac_end
2944 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2946 done
2947 if test -z "$ac_sed_cmds"; then
2948 ac_sed_cmds=cat
2952 cat >> $CONFIG_STATUS <<EOF
2954 CONFIG_FILES=\${CONFIG_FILES-"config.make glibcbug ${config_makefile} ${config_uname}"}
2956 cat >> $CONFIG_STATUS <<\EOF
2957 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2958 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2959 case "$ac_file" in
2960 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2961 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2962 *) ac_file_in="${ac_file}.in" ;;
2963 esac
2965 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2967 # Remove last slash and all that follows it. Not all systems have dirname.
2968 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2969 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2970 # The file is in a subdirectory.
2971 test ! -d "$ac_dir" && mkdir "$ac_dir"
2972 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2973 # A "../" for each directory in $ac_dir_suffix.
2974 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2975 else
2976 ac_dir_suffix= ac_dots=
2979 case "$ac_given_srcdir" in
2980 .) srcdir=.
2981 if test -z "$ac_dots"; then top_srcdir=.
2982 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2983 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2984 *) # Relative path.
2985 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2986 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2987 esac
2989 case "$ac_given_INSTALL" in
2990 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2991 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2992 esac
2994 echo creating "$ac_file"
2995 rm -f "$ac_file"
2996 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2997 case "$ac_file" in
2998 *Makefile*) ac_comsub="1i\\
2999 # $configure_input" ;;
3000 *) ac_comsub= ;;
3001 esac
3003 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3004 sed -e "$ac_comsub
3005 s%@configure_input@%$configure_input%g
3006 s%@srcdir@%$srcdir%g
3007 s%@top_srcdir@%$top_srcdir%g
3008 s%@INSTALL@%$INSTALL%g
3009 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3010 fi; done
3011 rm -f conftest.s*
3013 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3014 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3016 # ac_d sets the value in "#define NAME VALUE" lines.
3017 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3018 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
3019 ac_dC='\3'
3020 ac_dD='%g'
3021 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3022 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3023 ac_uB='\([ ]\)%\1#\2define\3'
3024 ac_uC=' '
3025 ac_uD='\4%g'
3026 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3027 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3028 ac_eB='$%\1#\2define\3'
3029 ac_eC=' '
3030 ac_eD='%g'
3032 if test "${CONFIG_HEADERS+set}" != set; then
3034 cat >> $CONFIG_STATUS <<EOF
3035 CONFIG_HEADERS="config.h"
3037 cat >> $CONFIG_STATUS <<\EOF
3039 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3040 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3041 case "$ac_file" in
3042 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3043 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3044 *) ac_file_in="${ac_file}.in" ;;
3045 esac
3047 echo creating $ac_file
3049 rm -f conftest.frag conftest.in conftest.out
3050 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3051 cat $ac_file_inputs > conftest.in
3055 # Transform confdefs.h into a sed script conftest.vals that substitutes
3056 # the proper values into config.h.in to produce config.h. And first:
3057 # Protect against being on the right side of a sed subst in config.status.
3058 # Protect against being in an unquoted here document in config.status.
3059 rm -f conftest.vals
3060 cat > conftest.hdr <<\EOF
3061 s/[\\&%]/\\&/g
3062 s%[\\$`]%\\&%g
3063 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3064 s%ac_d%ac_u%gp
3065 s%ac_u%ac_e%gp
3067 sed -n -f conftest.hdr confdefs.h > conftest.vals
3068 rm -f conftest.hdr
3070 # This sed command replaces #undef with comments. This is necessary, for
3071 # example, in the case of _POSIX_SOURCE, which is predefined and required
3072 # on some systems where configure will not decide to define it.
3073 cat >> conftest.vals <<\EOF
3074 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3077 # Break up conftest.vals because some shells have a limit on
3078 # the size of here documents, and old seds have small limits too.
3080 rm -f conftest.tail
3081 while :
3083 ac_lines=`grep -c . conftest.vals`
3084 # grep -c gives empty output for an empty file on some AIX systems.
3085 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3086 # Write a limited-size here document to conftest.frag.
3087 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3088 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3089 echo 'CEOF
3090 sed -f conftest.frag conftest.in > conftest.out
3091 rm -f conftest.in
3092 mv conftest.out conftest.in
3093 ' >> $CONFIG_STATUS
3094 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3095 rm -f conftest.vals
3096 mv conftest.tail conftest.vals
3097 done
3098 rm -f conftest.vals
3100 cat >> $CONFIG_STATUS <<\EOF
3101 rm -f conftest.frag conftest.h
3102 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3103 cat conftest.in >> conftest.h
3104 rm -f conftest.in
3105 if cmp -s $ac_file conftest.h 2>/dev/null; then
3106 echo "$ac_file is unchanged"
3107 rm -f conftest.h
3108 else
3109 # Remove last slash and all that follows it. Not all systems have dirname.
3110 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3111 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3112 # The file is in a subdirectory.
3113 test ! -d "$ac_dir" && mkdir "$ac_dir"
3115 rm -f $ac_file
3116 mv conftest.h $ac_file
3118 fi; done
3122 cat >> $CONFIG_STATUS <<EOF
3123 ac_sources="`echo $libc_link_sources`"
3124 ac_dests="`echo $libc_link_dests`"
3127 cat >> $CONFIG_STATUS <<\EOF
3128 srcdir=$ac_given_srcdir
3129 while test -n "$ac_sources"; do
3130 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
3131 set $ac_sources; ac_source=$1; shift; ac_sources=$*
3133 echo "linking $srcdir/$ac_source to $ac_dest"
3135 if test ! -r $srcdir/$ac_source; then
3136 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
3138 rm -f $ac_dest
3140 # Make relative symlinks.
3141 # Remove last slash and all that follows it. Not all systems have dirname.
3142 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
3143 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
3144 # The dest file is in a subdirectory.
3145 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
3146 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
3147 # A "../" for each directory in $ac_dest_dir_suffix.
3148 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
3149 else
3150 ac_dest_dir_suffix= ac_dots=
3153 case "$srcdir" in
3154 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
3155 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
3156 esac
3158 # Make a symlink if possible; otherwise try a hard link.
3159 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
3160 ln $srcdir/$ac_source $ac_dest; then :
3161 else
3162 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
3164 done
3166 cat >> $CONFIG_STATUS <<EOF
3167 realCC=$realCC
3168 echo '$config_vars' >> config.make; test -d bits || mkdir bits
3170 cat >> $CONFIG_STATUS <<\EOF
3172 if test "$realCC"; then
3173 sed -e 's/%{pipe:-}/%|/g' `$realCC -print-file-name=specs` >specsT
3174 mv specsT specs
3177 exit 0
3179 chmod +x $CONFIG_STATUS
3180 rm -fr confdefs* $ac_clean_files
3181 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3183 if test "$no_recursion" != yes; then
3185 # Remove --cache-file and --srcdir arguments so they do not pile up.
3186 ac_sub_configure_args=
3187 ac_prev=
3188 for ac_arg in $ac_configure_args; do
3189 if test -n "$ac_prev"; then
3190 ac_prev=
3191 continue
3193 case "$ac_arg" in
3194 -cache-file | --cache-file | --cache-fil | --cache-fi \
3195 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3196 ac_prev=cache_file ;;
3197 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3198 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3200 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3201 ac_prev=srcdir ;;
3202 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3204 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3205 esac
3206 done
3208 for ac_config_dir in $add_ons; do
3210 # Do not complain, so a configure script can configure whichever
3211 # parts of a large source tree are present.
3212 if test ! -d $srcdir/$ac_config_dir; then
3213 continue
3216 echo configuring in $ac_config_dir
3218 case "$srcdir" in
3219 .) ;;
3221 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3222 else
3223 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3226 esac
3228 ac_popdir=`pwd`
3229 cd $ac_config_dir
3231 # A "../" for each directory in /$ac_config_dir.
3232 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3234 case "$srcdir" in
3235 .) # No --srcdir option. We are building in place.
3236 ac_sub_srcdir=$srcdir ;;
3237 /*) # Absolute path.
3238 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3239 *) # Relative path.
3240 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3241 esac
3243 # Check for guested configure; otherwise get Cygnus style configure.
3244 if test -f $ac_sub_srcdir/configure; then
3245 ac_sub_configure=$ac_sub_srcdir/configure
3246 elif test -f $ac_sub_srcdir/configure.in; then
3247 ac_sub_configure=$ac_configure
3248 else
3249 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3250 ac_sub_configure=
3253 # The recursion is here.
3254 if test -n "$ac_sub_configure"; then
3256 # Make the cache file name correct relative to the subdirectory.
3257 case "$cache_file" in
3258 /*) ac_sub_cache_file=$cache_file ;;
3259 *) # Relative path.
3260 ac_sub_cache_file="$ac_dots$cache_file" ;;
3261 esac
3262 case "$ac_given_INSTALL" in
3263 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3264 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3265 esac
3267 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3268 # The eval makes quoting arguments work.
3269 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3270 then :
3271 else
3272 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3276 cd $ac_popdir
3277 done