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