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