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