980f25fffee4a6270da0ea75178f4f32172d6f08
[platform/upstream/glibc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for GNU C Library (see version.h).
4 #
5 # Report bugs to <http://sourceware.org/bugzilla/>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 as_myself=
95 case $0 in #((
96   *[\\/]* ) as_myself=$0 ;;
97   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
99 do
100   IFS=$as_save_IFS
101   test -z "$as_dir" && as_dir=.
102     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103   done
104 IFS=$as_save_IFS
105
106      ;;
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111   as_myself=$0
112 fi
113 if test ! -f "$as_myself"; then
114   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115   exit 1
116 fi
117
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there.  '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139 if test "x$CONFIG_SHELL" = x; then
140   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141   emulate sh
142   NULLCMD=:
143   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144   # is contrary to our usage.  Disable this feature.
145   alias -g '\${1+\"\$@\"}'='\"\$@\"'
146   setopt NO_GLOB_SUBST
147 else
148   case \`(set -o) 2>/dev/null\` in #(
149   *posix*) :
150     set -o posix ;; #(
151   *) :
152      ;;
153 esac
154 fi
155 "
156   as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
161
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169 else
170   exitcode=1; echo positional parameters were not saved.
171 fi
172 test x\$exitcode = x0 || exit 1"
173   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1"
178   if (eval "$as_required") 2>/dev/null; then :
179   as_have_required=yes
180 else
181   as_have_required=no
182 fi
183   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185 else
186   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187 as_found=false
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 do
190   IFS=$as_save_IFS
191   test -z "$as_dir" && as_dir=.
192   as_found=:
193   case $as_dir in #(
194          /*)
195            for as_base in sh bash ksh sh5; do
196              # Try only shells that exist, to save several forks.
197              as_shell=$as_dir/$as_base
198              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200   CONFIG_SHELL=$as_shell as_have_required=yes
201                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202   break 2
203 fi
204 fi
205            done;;
206        esac
207   as_found=false
208 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211   CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; }
213 IFS=$as_save_IFS
214
215
216       if test "x$CONFIG_SHELL" != x; then :
217   # We cannot yet assume a decent shell, so we have to provide a
218         # neutralization value for shells without unset; and this also
219         # works around shells that cannot unset nonexistent variables.
220         # Preserve -v and -x to the replacement shell.
221         BASH_ENV=/dev/null
222         ENV=/dev/null
223         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224         export CONFIG_SHELL
225         case $- in # ((((
226           *v*x* | *x*v* ) as_opts=-vx ;;
227           *v* ) as_opts=-v ;;
228           *x* ) as_opts=-x ;;
229           * ) as_opts= ;;
230         esac
231         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232 fi
233
234     if test x$as_have_required = xno; then :
235   $as_echo "$0: This script requires a shell more modern than all"
236   $as_echo "$0: the shells that I found on your system."
237   if test x${ZSH_VERSION+set} = xset ; then
238     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240   else
241     $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: http://sourceware.org/bugzilla/ about your system,
243 $0: including any error possibly output before this
244 $0: message. Then install a modern shell, or manually run
245 $0: the script under such a shell if you do have one."
246   fi
247   exit 1
248 fi
249 fi
250 fi
251 SHELL=${CONFIG_SHELL-/bin/sh}
252 export SHELL
253 # Unset more variables known to interfere with behavior of common tools.
254 CLICOLOR_FORCE= GREP_OPTIONS=
255 unset CLICOLOR_FORCE GREP_OPTIONS
256
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
264 {
265   { eval $1=; unset $1;}
266 }
267 as_unset=as_fn_unset
268
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
273 {
274   return $1
275 } # as_fn_set_status
276
277 # as_fn_exit STATUS
278 # -----------------
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280 as_fn_exit ()
281 {
282   set +e
283   as_fn_set_status $1
284   exit $1
285 } # as_fn_exit
286
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
291 {
292
293   case $as_dir in #(
294   -*) as_dir=./$as_dir;;
295   esac
296   test -d "$as_dir" || eval $as_mkdir_p || {
297     as_dirs=
298     while :; do
299       case $as_dir in #(
300       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301       *) as_qdir=$as_dir;;
302       esac
303       as_dirs="'$as_qdir' $as_dirs"
304       as_dir=`$as_dirname -- "$as_dir" ||
305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306          X"$as_dir" : 'X\(//\)[^/]' \| \
307          X"$as_dir" : 'X\(//\)$' \| \
308          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309 $as_echo X"$as_dir" |
310     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\/\)[^/].*/{
315             s//\1/
316             q
317           }
318           /^X\(\/\/\)$/{
319             s//\1/
320             q
321           }
322           /^X\(\/\).*/{
323             s//\1/
324             q
325           }
326           s/.*/./; q'`
327       test -d "$as_dir" && break
328     done
329     test -z "$as_dirs" || eval "mkdir $as_dirs"
330   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331
332
333 } # as_fn_mkdir_p
334 # as_fn_append VAR VALUE
335 # ----------------------
336 # Append the text in VALUE to the end of the definition contained in VAR. Take
337 # advantage of any shell optimizations that allow amortized linear growth over
338 # repeated appends, instead of the typical quadratic growth present in naive
339 # implementations.
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341   eval 'as_fn_append ()
342   {
343     eval $1+=\$2
344   }'
345 else
346   as_fn_append ()
347   {
348     eval $1=\$$1\$2
349   }
350 fi # as_fn_append
351
352 # as_fn_arith ARG...
353 # ------------------
354 # Perform arithmetic evaluation on the ARGs, and store the result in the
355 # global $as_val. Take advantage of shells that can avoid forks. The arguments
356 # must be portable across $(()) and expr.
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358   eval 'as_fn_arith ()
359   {
360     as_val=$(( $* ))
361   }'
362 else
363   as_fn_arith ()
364   {
365     as_val=`expr "$@" || test $? -eq 1`
366   }
367 fi # as_fn_arith
368
369
370 # as_fn_error STATUS ERROR [LINENO LOG_FD]
371 # ----------------------------------------
372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374 # script with STATUS, using 1 if that was 0.
375 as_fn_error ()
376 {
377   as_status=$1; test $as_status -eq 0 && as_status=1
378   if test "$4"; then
379     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381   fi
382   $as_echo "$as_me: error: $2" >&2
383   as_fn_exit $as_status
384 } # as_fn_error
385
386 if expr a : '\(a\)' >/dev/null 2>&1 &&
387    test "X`expr 00001 : '.*\(...\)'`" = X001; then
388   as_expr=expr
389 else
390   as_expr=false
391 fi
392
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394   as_basename=basename
395 else
396   as_basename=false
397 fi
398
399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400   as_dirname=dirname
401 else
402   as_dirname=false
403 fi
404
405 as_me=`$as_basename -- "$0" ||
406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407          X"$0" : 'X\(//\)$' \| \
408          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409 $as_echo X/"$0" |
410     sed '/^.*\/\([^/][^/]*\)\/*$/{
411             s//\1/
412             q
413           }
414           /^X\/\(\/\/\)$/{
415             s//\1/
416             q
417           }
418           /^X\/\(\/\).*/{
419             s//\1/
420             q
421           }
422           s/.*/./; q'`
423
424 # Avoid depending upon Character Ranges.
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428 as_cr_digits='0123456789'
429 as_cr_alnum=$as_cr_Letters$as_cr_digits
430
431
432   as_lineno_1=$LINENO as_lineno_1a=$LINENO
433   as_lineno_2=$LINENO as_lineno_2a=$LINENO
434   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
437   sed -n '
438     p
439     /[$]LINENO/=
440   ' <$as_myself |
441     sed '
442       s/[$]LINENO.*/&-/
443       t lineno
444       b
445       :lineno
446       N
447       :loop
448       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449       t loop
450       s/-\n.*//
451     ' >$as_me.lineno &&
452   chmod +x "$as_me.lineno" ||
453     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454
455   # Don't try to exec as it changes $[0], causing all sort of problems
456   # (the dirname of $[0] is not the place where we might find the
457   # original and so on.  Autoconf is especially sensitive to this).
458   . "./$as_me.lineno"
459   # Exit status is that of the last command.
460   exit
461 }
462
463 ECHO_C= ECHO_N= ECHO_T=
464 case `echo -n x` in #(((((
465 -n*)
466   case `echo 'xy\c'` in
467   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
468   xy)  ECHO_C='\c';;
469   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
470        ECHO_T=' ';;
471   esac;;
472 *)
473   ECHO_N='-n';;
474 esac
475
476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478   rm -f conf$$.dir/conf$$.file
479 else
480   rm -f conf$$.dir
481   mkdir conf$$.dir 2>/dev/null
482 fi
483 if (echo >conf$$.file) 2>/dev/null; then
484   if ln -s conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s='ln -s'
486     # ... but there are two gotchas:
487     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489     # In both cases, we have to default to `cp -p'.
490     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491       as_ln_s='cp -p'
492   elif ln conf$$.file conf$$ 2>/dev/null; then
493     as_ln_s=ln
494   else
495     as_ln_s='cp -p'
496   fi
497 else
498   as_ln_s='cp -p'
499 fi
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
502
503 if mkdir -p . 2>/dev/null; then
504   as_mkdir_p='mkdir -p "$as_dir"'
505 else
506   test -d ./-p && rmdir ./-p
507   as_mkdir_p=false
508 fi
509
510 if test -x / >/dev/null 2>&1; then
511   as_test_x='test -x'
512 else
513   if ls -dL / >/dev/null 2>&1; then
514     as_ls_L_option=L
515   else
516     as_ls_L_option=
517   fi
518   as_test_x='
519     eval sh -c '\''
520       if test -d "$1"; then
521         test -d "$1/.";
522       else
523         case $1 in #(
524         -*)set "./$1";;
525         esac;
526         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527         ???[sx]*):;;*)false;;esac;fi
528     '\'' sh
529   '
530 fi
531 as_executable_p=$as_test_x
532
533 # Sed expression to map a string onto a valid CPP name.
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535
536 # Sed expression to map a string onto a valid variable name.
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538
539
540 test -n "$DJDIR" || exec 7<&0 </dev/null
541 exec 6>&1
542
543 # Name of the host.
544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
545 # so uname gets run too.
546 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547
548 #
549 # Initializations.
550 #
551 ac_default_prefix=/usr/local
552 ac_clean_files=
553 ac_config_libobj_dir=.
554 LIBOBJS=
555 cross_compiling=no
556 subdirs=
557 MFLAGS=
558 MAKEFLAGS=
559
560 # Identity of this package.
561 PACKAGE_NAME='GNU C Library'
562 PACKAGE_TARNAME='glibc'
563 PACKAGE_VERSION='(see version.h)'
564 PACKAGE_STRING='GNU C Library (see version.h)'
565 PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
566 PACKAGE_URL='http://www.gnu.org/software/glibc/'
567
568 ac_unique_file="include/features.h"
569 enable_option_checking=no
570 ac_includes_default='/* none */'
571 ac_subst_vars='LTLIBOBJS
572 LIBOBJS
573 RELEASE
574 VERSION
575 mach_interface_list
576 DEFINES
577 static_nss
578 profile
579 libc_cv_pic_default
580 shared
581 static
582 ldd_rewrite_script
583 use_ldconfig
584 libc_cv_sparc_as_vis3
585 libc_cv_as_i686
586 libc_cv_cc_nofma
587 libc_cv_cc_fma4
588 libc_cv_cc_novzeroupper
589 libc_cv_cc_sse2avx
590 libc_cv_cc_avx
591 libc_cv_cc_sse4
592 libc_cv_forced_unwind
593 libc_cv_rootsbindir
594 libc_cv_localstatedir
595 libc_cv_sysconfdir
596 libc_cv_localedir
597 libc_cv_slibdir
598 old_glibc_headers
599 use_nscd
600 libc_cv_gcc_unwind_find_fde
601 libc_extra_cflags
602 CPPUNDEFS
603 sizeof_long_double
604 have_selinux
605 have_libcap
606 have_libaudit
607 LIBGD
608 libc_cv_cc_submachine
609 exceptions
610 gnu89_inline
611 libc_cv_ssp
612 fno_unit_at_a_time
613 libc_cv_output_format
614 libc_cv_hashstyle
615 libc_cv_fpie
616 libc_cv_z_execstack
617 libc_cv_z_combreloc
618 ASFLAGS_config
619 libc_cv_Bgroup
620 libc_cv_cc_with_libunwind
621 VERSIONING
622 BISON
623 INSTALL_INFO
624 PERL
625 libc_cv_have_ksh
626 KSH
627 libc_cv_have_bash2
628 BASH_SHELL
629 libc_cv_gcc_static_libgcc
630 CXX_SYSINCLUDES
631 SYSINCLUDES
632 AUTOCONF
633 NM
634 AWK
635 SED
636 MAKEINFO
637 MSGFMT
638 MAKE
639 LD
640 AS
641 MIG
642 OBJCOPY
643 OBJDUMP
644 AR
645 LN_S
646 INSTALL_DATA
647 INSTALL_SCRIPT
648 INSTALL_PROGRAM
649 sysdeps_add_ons
650 sysnames
651 submachine
652 multi_arch
653 base_machine
654 add_on_subdirs
655 add_ons
656 build_nscd
657 link_obsolete_rpc
658 libc_cv_nss_crypt
659 all_warnings
660 force_install
661 bindnow
662 oldest_abi
663 use_default_link
664 sysheaders
665 with_fp
666 READELF
667 ac_ct_CXX
668 CXXFLAGS
669 CXX
670 CPP
671 cross_compiling
672 BUILD_CC
673 OBJEXT
674 ac_ct_CC
675 CPPFLAGS
676 LDFLAGS
677 CFLAGS
678 CC
679 host_os
680 host_vendor
681 host_cpu
682 host
683 build_os
684 build_vendor
685 build_cpu
686 build
687 subdirs
688 REPORT_BUGS_TEXI
689 REPORT_BUGS_TO
690 PKGVERSION_TEXI
691 PKGVERSION
692 target_alias
693 host_alias
694 build_alias
695 LIBS
696 ECHO_T
697 ECHO_N
698 ECHO_C
699 DEFS
700 mandir
701 localedir
702 libdir
703 psdir
704 pdfdir
705 dvidir
706 htmldir
707 infodir
708 docdir
709 oldincludedir
710 includedir
711 localstatedir
712 sharedstatedir
713 sysconfdir
714 datadir
715 datarootdir
716 libexecdir
717 sbindir
718 bindir
719 program_transform_name
720 prefix
721 exec_prefix
722 PACKAGE_URL
723 PACKAGE_BUGREPORT
724 PACKAGE_STRING
725 PACKAGE_VERSION
726 PACKAGE_TARNAME
727 PACKAGE_NAME
728 PATH_SEPARATOR
729 SHELL'
730 ac_subst_files=''
731 ac_user_opts='
732 enable_option_checking
733 with_pkgversion
734 with_bugurl
735 with_gd
736 with_gd_include
737 with_gd_lib
738 with_fp
739 with_binutils
740 with_selinux
741 with_headers
742 with_default_link
743 enable_sanity_checks
744 enable_shared
745 enable_profile
746 enable_versioning
747 enable_oldest_abi
748 enable_stackguard_randomization
749 enable_add_ons
750 enable_hidden_plt
751 enable_bind_now
752 enable_static_nss
753 enable_force_install
754 enable_kernel
755 enable_all_warnings
756 enable_multi_arch
757 enable_nss_crypt
758 enable_obsolete_rpc
759 enable_systemtap
760 enable_build_nscd
761 enable_nscd
762 with_cpu
763 '
764       ac_precious_vars='build_alias
765 host_alias
766 target_alias
767 CC
768 CFLAGS
769 LDFLAGS
770 LIBS
771 CPPFLAGS
772 CPP
773 CXX
774 CXXFLAGS
775 CCC'
776 ac_subdirs_all='
777 '
778
779 # Initialize some variables set by options.
780 ac_init_help=
781 ac_init_version=false
782 ac_unrecognized_opts=
783 ac_unrecognized_sep=
784 # The variables have the same names as the options, with
785 # dashes changed to underlines.
786 cache_file=/dev/null
787 exec_prefix=NONE
788 no_create=
789 no_recursion=
790 prefix=NONE
791 program_prefix=NONE
792 program_suffix=NONE
793 program_transform_name=s,x,x,
794 silent=
795 site=
796 srcdir=
797 verbose=
798 x_includes=NONE
799 x_libraries=NONE
800
801 # Installation directory options.
802 # These are left unexpanded so users can "make install exec_prefix=/foo"
803 # and all the variables that are supposed to be based on exec_prefix
804 # by default will actually change.
805 # Use braces instead of parens because sh, perl, etc. also accept them.
806 # (The list follows the same order as the GNU Coding Standards.)
807 bindir='${exec_prefix}/bin'
808 sbindir='${exec_prefix}/sbin'
809 libexecdir='${exec_prefix}/libexec'
810 datarootdir='${prefix}/share'
811 datadir='${datarootdir}'
812 sysconfdir='${prefix}/etc'
813 sharedstatedir='${prefix}/com'
814 localstatedir='${prefix}/var'
815 includedir='${prefix}/include'
816 oldincludedir='/usr/include'
817 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
818 infodir='${datarootdir}/info'
819 htmldir='${docdir}'
820 dvidir='${docdir}'
821 pdfdir='${docdir}'
822 psdir='${docdir}'
823 libdir='${exec_prefix}/lib'
824 localedir='${datarootdir}/locale'
825 mandir='${datarootdir}/man'
826
827 ac_prev=
828 ac_dashdash=
829 for ac_option
830 do
831   # If the previous option needs an argument, assign it.
832   if test -n "$ac_prev"; then
833     eval $ac_prev=\$ac_option
834     ac_prev=
835     continue
836   fi
837
838   case $ac_option in
839   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840   *=)   ac_optarg= ;;
841   *)    ac_optarg=yes ;;
842   esac
843
844   # Accept the important Cygnus configure options, so we can diagnose typos.
845
846   case $ac_dashdash$ac_option in
847   --)
848     ac_dashdash=yes ;;
849
850   -bindir | --bindir | --bindi | --bind | --bin | --bi)
851     ac_prev=bindir ;;
852   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
853     bindir=$ac_optarg ;;
854
855   -build | --build | --buil | --bui | --bu)
856     ac_prev=build_alias ;;
857   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
858     build_alias=$ac_optarg ;;
859
860   -cache-file | --cache-file | --cache-fil | --cache-fi \
861   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
862     ac_prev=cache_file ;;
863   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
864   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
865     cache_file=$ac_optarg ;;
866
867   --config-cache | -C)
868     cache_file=config.cache ;;
869
870   -datadir | --datadir | --datadi | --datad)
871     ac_prev=datadir ;;
872   -datadir=* | --datadir=* | --datadi=* | --datad=*)
873     datadir=$ac_optarg ;;
874
875   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
876   | --dataroo | --dataro | --datar)
877     ac_prev=datarootdir ;;
878   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
879   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
880     datarootdir=$ac_optarg ;;
881
882   -disable-* | --disable-*)
883     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
884     # Reject names that are not valid shell variable names.
885     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886       as_fn_error $? "invalid feature name: $ac_useropt"
887     ac_useropt_orig=$ac_useropt
888     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889     case $ac_user_opts in
890       *"
891 "enable_$ac_useropt"
892 "*) ;;
893       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
894          ac_unrecognized_sep=', ';;
895     esac
896     eval enable_$ac_useropt=no ;;
897
898   -docdir | --docdir | --docdi | --doc | --do)
899     ac_prev=docdir ;;
900   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
901     docdir=$ac_optarg ;;
902
903   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
904     ac_prev=dvidir ;;
905   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
906     dvidir=$ac_optarg ;;
907
908   -enable-* | --enable-*)
909     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
910     # Reject names that are not valid shell variable names.
911     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
912       as_fn_error $? "invalid feature name: $ac_useropt"
913     ac_useropt_orig=$ac_useropt
914     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
915     case $ac_user_opts in
916       *"
917 "enable_$ac_useropt"
918 "*) ;;
919       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
920          ac_unrecognized_sep=', ';;
921     esac
922     eval enable_$ac_useropt=\$ac_optarg ;;
923
924   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
925   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
926   | --exec | --exe | --ex)
927     ac_prev=exec_prefix ;;
928   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
929   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
930   | --exec=* | --exe=* | --ex=*)
931     exec_prefix=$ac_optarg ;;
932
933   -gas | --gas | --ga | --g)
934     # Obsolete; use --with-gas.
935     with_gas=yes ;;
936
937   -help | --help | --hel | --he | -h)
938     ac_init_help=long ;;
939   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
940     ac_init_help=recursive ;;
941   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
942     ac_init_help=short ;;
943
944   -host | --host | --hos | --ho)
945     ac_prev=host_alias ;;
946   -host=* | --host=* | --hos=* | --ho=*)
947     host_alias=$ac_optarg ;;
948
949   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
950     ac_prev=htmldir ;;
951   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
952   | --ht=*)
953     htmldir=$ac_optarg ;;
954
955   -includedir | --includedir | --includedi | --included | --include \
956   | --includ | --inclu | --incl | --inc)
957     ac_prev=includedir ;;
958   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
959   | --includ=* | --inclu=* | --incl=* | --inc=*)
960     includedir=$ac_optarg ;;
961
962   -infodir | --infodir | --infodi | --infod | --info | --inf)
963     ac_prev=infodir ;;
964   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
965     infodir=$ac_optarg ;;
966
967   -libdir | --libdir | --libdi | --libd)
968     ac_prev=libdir ;;
969   -libdir=* | --libdir=* | --libdi=* | --libd=*)
970     libdir=$ac_optarg ;;
971
972   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
973   | --libexe | --libex | --libe)
974     ac_prev=libexecdir ;;
975   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
976   | --libexe=* | --libex=* | --libe=*)
977     libexecdir=$ac_optarg ;;
978
979   -localedir | --localedir | --localedi | --localed | --locale)
980     ac_prev=localedir ;;
981   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
982     localedir=$ac_optarg ;;
983
984   -localstatedir | --localstatedir | --localstatedi | --localstated \
985   | --localstate | --localstat | --localsta | --localst | --locals)
986     ac_prev=localstatedir ;;
987   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
988   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
989     localstatedir=$ac_optarg ;;
990
991   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
992     ac_prev=mandir ;;
993   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
994     mandir=$ac_optarg ;;
995
996   -nfp | --nfp | --nf)
997     # Obsolete; use --without-fp.
998     with_fp=no ;;
999
1000   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1001   | --no-cr | --no-c | -n)
1002     no_create=yes ;;
1003
1004   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1005   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1006     no_recursion=yes ;;
1007
1008   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1009   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1010   | --oldin | --oldi | --old | --ol | --o)
1011     ac_prev=oldincludedir ;;
1012   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1013   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1014   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1015     oldincludedir=$ac_optarg ;;
1016
1017   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1018     ac_prev=prefix ;;
1019   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1020     prefix=$ac_optarg ;;
1021
1022   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1023   | --program-pre | --program-pr | --program-p)
1024     ac_prev=program_prefix ;;
1025   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1026   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1027     program_prefix=$ac_optarg ;;
1028
1029   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1030   | --program-suf | --program-su | --program-s)
1031     ac_prev=program_suffix ;;
1032   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1033   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1034     program_suffix=$ac_optarg ;;
1035
1036   -program-transform-name | --program-transform-name \
1037   | --program-transform-nam | --program-transform-na \
1038   | --program-transform-n | --program-transform- \
1039   | --program-transform | --program-transfor \
1040   | --program-transfo | --program-transf \
1041   | --program-trans | --program-tran \
1042   | --progr-tra | --program-tr | --program-t)
1043     ac_prev=program_transform_name ;;
1044   -program-transform-name=* | --program-transform-name=* \
1045   | --program-transform-nam=* | --program-transform-na=* \
1046   | --program-transform-n=* | --program-transform-=* \
1047   | --program-transform=* | --program-transfor=* \
1048   | --program-transfo=* | --program-transf=* \
1049   | --program-trans=* | --program-tran=* \
1050   | --progr-tra=* | --program-tr=* | --program-t=*)
1051     program_transform_name=$ac_optarg ;;
1052
1053   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1054     ac_prev=pdfdir ;;
1055   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1056     pdfdir=$ac_optarg ;;
1057
1058   -psdir | --psdir | --psdi | --psd | --ps)
1059     ac_prev=psdir ;;
1060   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1061     psdir=$ac_optarg ;;
1062
1063   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064   | -silent | --silent | --silen | --sile | --sil)
1065     silent=yes ;;
1066
1067   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1068     ac_prev=sbindir ;;
1069   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1070   | --sbi=* | --sb=*)
1071     sbindir=$ac_optarg ;;
1072
1073   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1074   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1075   | --sharedst | --shareds | --shared | --share | --shar \
1076   | --sha | --sh)
1077     ac_prev=sharedstatedir ;;
1078   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1079   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1080   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1081   | --sha=* | --sh=*)
1082     sharedstatedir=$ac_optarg ;;
1083
1084   -site | --site | --sit)
1085     ac_prev=site ;;
1086   -site=* | --site=* | --sit=*)
1087     site=$ac_optarg ;;
1088
1089   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1090     ac_prev=srcdir ;;
1091   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1092     srcdir=$ac_optarg ;;
1093
1094   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1095   | --syscon | --sysco | --sysc | --sys | --sy)
1096     ac_prev=sysconfdir ;;
1097   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1098   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1099     sysconfdir=$ac_optarg ;;
1100
1101   -target | --target | --targe | --targ | --tar | --ta | --t)
1102     ac_prev=target_alias ;;
1103   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1104     target_alias=$ac_optarg ;;
1105
1106   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1107     verbose=yes ;;
1108
1109   -version | --version | --versio | --versi | --vers | -V)
1110     ac_init_version=: ;;
1111
1112   -with-* | --with-*)
1113     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1114     # Reject names that are not valid shell variable names.
1115     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1116       as_fn_error $? "invalid package name: $ac_useropt"
1117     ac_useropt_orig=$ac_useropt
1118     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1119     case $ac_user_opts in
1120       *"
1121 "with_$ac_useropt"
1122 "*) ;;
1123       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1124          ac_unrecognized_sep=', ';;
1125     esac
1126     eval with_$ac_useropt=\$ac_optarg ;;
1127
1128   -without-* | --without-*)
1129     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1130     # Reject names that are not valid shell variable names.
1131     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132       as_fn_error $? "invalid package name: $ac_useropt"
1133     ac_useropt_orig=$ac_useropt
1134     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135     case $ac_user_opts in
1136       *"
1137 "with_$ac_useropt"
1138 "*) ;;
1139       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1140          ac_unrecognized_sep=', ';;
1141     esac
1142     eval with_$ac_useropt=no ;;
1143
1144   --x)
1145     # Obsolete; use --with-x.
1146     with_x=yes ;;
1147
1148   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149   | --x-incl | --x-inc | --x-in | --x-i)
1150     ac_prev=x_includes ;;
1151   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153     x_includes=$ac_optarg ;;
1154
1155   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157     ac_prev=x_libraries ;;
1158   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160     x_libraries=$ac_optarg ;;
1161
1162   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1163 Try \`$0 --help' for more information"
1164     ;;
1165
1166   *=*)
1167     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168     # Reject names that are not valid shell variable names.
1169     case $ac_envvar in #(
1170       '' | [0-9]* | *[!_$as_cr_alnum]* )
1171       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1172     esac
1173     eval $ac_envvar=\$ac_optarg
1174     export $ac_envvar ;;
1175
1176   *)
1177     # FIXME: should be removed in autoconf 3.0.
1178     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1182     ;;
1183
1184   esac
1185 done
1186
1187 if test -n "$ac_prev"; then
1188   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189   as_fn_error $? "missing argument to $ac_option"
1190 fi
1191
1192 if test -n "$ac_unrecognized_opts"; then
1193   case $enable_option_checking in
1194     no) ;;
1195     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1196     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1197   esac
1198 fi
1199
1200 # Check all directory arguments for consistency.
1201 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1202                 datadir sysconfdir sharedstatedir localstatedir includedir \
1203                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1204                 libdir localedir mandir
1205 do
1206   eval ac_val=\$$ac_var
1207   # Remove trailing slashes.
1208   case $ac_val in
1209     */ )
1210       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1211       eval $ac_var=\$ac_val;;
1212   esac
1213   # Be sure to have absolute directory names.
1214   case $ac_val in
1215     [\\/$]* | ?:[\\/]* )  continue;;
1216     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1217   esac
1218   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1219 done
1220
1221 # There might be people who depend on the old broken behavior: `$host'
1222 # used to hold the argument of --host etc.
1223 # FIXME: To remove some day.
1224 build=$build_alias
1225 host=$host_alias
1226 target=$target_alias
1227
1228 # FIXME: To remove some day.
1229 if test "x$host_alias" != x; then
1230   if test "x$build_alias" = x; then
1231     cross_compiling=maybe
1232     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1233     If a cross compiler is detected then cross compile mode will be used" >&2
1234   elif test "x$build_alias" != "x$host_alias"; then
1235     cross_compiling=yes
1236   fi
1237 fi
1238
1239 ac_tool_prefix=
1240 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1241
1242 test "$silent" = yes && exec 6>/dev/null
1243
1244
1245 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1246 ac_ls_di=`ls -di .` &&
1247 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1248   as_fn_error $? "working directory cannot be determined"
1249 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1250   as_fn_error $? "pwd does not report name of working directory"
1251
1252
1253 # Find the source files, if location was not specified.
1254 if test -z "$srcdir"; then
1255   ac_srcdir_defaulted=yes
1256   # Try the directory containing this script, then the parent directory.
1257   ac_confdir=`$as_dirname -- "$as_myself" ||
1258 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1259          X"$as_myself" : 'X\(//\)[^/]' \| \
1260          X"$as_myself" : 'X\(//\)$' \| \
1261          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1262 $as_echo X"$as_myself" |
1263     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1264             s//\1/
1265             q
1266           }
1267           /^X\(\/\/\)[^/].*/{
1268             s//\1/
1269             q
1270           }
1271           /^X\(\/\/\)$/{
1272             s//\1/
1273             q
1274           }
1275           /^X\(\/\).*/{
1276             s//\1/
1277             q
1278           }
1279           s/.*/./; q'`
1280   srcdir=$ac_confdir
1281   if test ! -r "$srcdir/$ac_unique_file"; then
1282     srcdir=..
1283   fi
1284 else
1285   ac_srcdir_defaulted=no
1286 fi
1287 if test ! -r "$srcdir/$ac_unique_file"; then
1288   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1289   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1290 fi
1291 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1292 ac_abs_confdir=`(
1293         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1294         pwd)`
1295 # When building in place, set srcdir=.
1296 if test "$ac_abs_confdir" = "$ac_pwd"; then
1297   srcdir=.
1298 fi
1299 # Remove unnecessary trailing slashes from srcdir.
1300 # Double slashes in file names in object file debugging info
1301 # mess up M-x gdb in Emacs.
1302 case $srcdir in
1303 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1304 esac
1305 for ac_var in $ac_precious_vars; do
1306   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1307   eval ac_env_${ac_var}_value=\$${ac_var}
1308   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1309   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1310 done
1311
1312 #
1313 # Report the --help message.
1314 #
1315 if test "$ac_init_help" = "long"; then
1316   # Omit some internal or obsolete options to make the list less imposing.
1317   # This message is too long to be a string in the A/UX 3.1 sh.
1318   cat <<_ACEOF
1319 \`configure' configures GNU C Library (see version.h) to adapt to many kinds of systems.
1320
1321 Usage: $0 [OPTION]... [VAR=VALUE]...
1322
1323 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1324 VAR=VALUE.  See below for descriptions of some of the useful variables.
1325
1326 Defaults for the options are specified in brackets.
1327
1328 Configuration:
1329   -h, --help              display this help and exit
1330       --help=short        display options specific to this package
1331       --help=recursive    display the short help of all the included packages
1332   -V, --version           display version information and exit
1333   -q, --quiet, --silent   do not print \`checking ...' messages
1334       --cache-file=FILE   cache test results in FILE [disabled]
1335   -C, --config-cache      alias for \`--cache-file=config.cache'
1336   -n, --no-create         do not create output files
1337       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1338
1339 Installation directories:
1340   --prefix=PREFIX         install architecture-independent files in PREFIX
1341                           [$ac_default_prefix]
1342   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1343                           [PREFIX]
1344
1345 By default, \`make install' will install all the files in
1346 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1347 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1348 for instance \`--prefix=\$HOME'.
1349
1350 For better control, use the options below.
1351
1352 Fine tuning of the installation directories:
1353   --bindir=DIR            user executables [EPREFIX/bin]
1354   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1355   --libexecdir=DIR        program executables [EPREFIX/libexec]
1356   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1357   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1358   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1359   --libdir=DIR            object code libraries [EPREFIX/lib]
1360   --includedir=DIR        C header files [PREFIX/include]
1361   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1362   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1363   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1364   --infodir=DIR           info documentation [DATAROOTDIR/info]
1365   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1366   --mandir=DIR            man documentation [DATAROOTDIR/man]
1367   --docdir=DIR            documentation root [DATAROOTDIR/doc/glibc]
1368   --htmldir=DIR           html documentation [DOCDIR]
1369   --dvidir=DIR            dvi documentation [DOCDIR]
1370   --pdfdir=DIR            pdf documentation [DOCDIR]
1371   --psdir=DIR             ps documentation [DOCDIR]
1372 _ACEOF
1373
1374   cat <<\_ACEOF
1375
1376 System types:
1377   --build=BUILD     configure for building on BUILD [guessed]
1378   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1379 _ACEOF
1380 fi
1381
1382 if test -n "$ac_init_help"; then
1383   case $ac_init_help in
1384      short | recursive ) echo "Configuration of GNU C Library (see version.h):";;
1385    esac
1386   cat <<\_ACEOF
1387
1388 Optional Features:
1389   --disable-option-checking  ignore unrecognized --enable/--with options
1390   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1391   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1392   --disable-sanity-checks really do not use threads (should not be used except
1393                           in special situations) [default=yes]
1394   --enable-shared         build shared library [default=yes if GNU ld]
1395   --enable-profile        build profiled library [default=no]
1396   --disable-versioning    do not include versioning information in the library
1397                           objects [default=yes if supported]
1398   --enable-oldest-abi=ABI configure the oldest ABI supported [e.g. 2.2]
1399                           [default=glibc default]
1400   --enable-stackguard-randomization
1401                           initialize __stack_chk_guard canary with a random
1402                           number at program start
1403   --enable-add-ons[=DIRS...]
1404                           configure and build add-ons in DIR1,DIR2,... search
1405                           for add-ons if no parameter given
1406   --disable-hidden-plt    do not hide internal function calls to avoid PLT
1407   --enable-bind-now       disable lazy relocations in DSOs
1408   --enable-static-nss     build static NSS modules [default=no]
1409   --disable-force-install don't force installation of files from this package,
1410                           even if they are older than the installed files
1411   --enable-kernel=VERSION compile for compatibility with kernel not older than
1412                           VERSION
1413   --enable-all-warnings   enable all useful warnings gcc can issue
1414   --enable-multi-arch     enable single DSO with optimizations for multiple
1415                           architectures
1416   --enable-nss-crypt      enable libcrypt to use nss
1417   --enable-obsolete-rpc   build and install the obsolete RPC code for
1418                           link-time usage
1419   --enable-systemtap      enable systemtap static probe points [default=no]
1420   --disable-build-nscd    disable building and installing the nscd daemon
1421   --disable-nscd          library functions will not contact the nscd daemon
1422
1423 Optional Packages:
1424   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1425   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1426   --with-pkgversion=PKG   Use PKG in the version string in place of "GNU libc"
1427   --with-bugurl=URL       Direct users to URL to report a bug
1428   --with-gd=DIR           find libgd include dir and library with prefix DIR
1429   --with-gd-include=DIR   find libgd include files in DIR
1430   --with-gd-lib=DIR       find libgd library files in DIR
1431   --with-fp               if using floating-point hardware [default=yes]
1432   --with-binutils=PATH    specify location of binutils (as and ld)
1433   --with-selinux          if building with SELinux support
1434   --with-headers=PATH     location of system headers to use (for example
1435                           /usr/src/linux/include) [default=compiler default]
1436   --with-default-link     do not use explicit linker scripts
1437   --with-cpu=CPU          select code for CPU variant
1438
1439 Some influential environment variables:
1440   CC          C compiler command
1441   CFLAGS      C compiler flags
1442   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1443               nonstandard directory <lib dir>
1444   LIBS        libraries to pass to the linker, e.g. -l<library>
1445   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1446               you have headers in a nonstandard directory <include dir>
1447   CPP         C preprocessor
1448   CXX         C++ compiler command
1449   CXXFLAGS    C++ compiler flags
1450
1451 Use these variables to override the choices made by `configure' or to help
1452 it to find libraries and programs with nonstandard names/locations.
1453
1454 Report bugs to <http://sourceware.org/bugzilla/>.
1455 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
1456 General help using GNU software: <http://www.gnu.org/gethelp/>.
1457 _ACEOF
1458 ac_status=$?
1459 fi
1460
1461 if test "$ac_init_help" = "recursive"; then
1462   # If there are subdirs, report their specific --help.
1463   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1464     test -d "$ac_dir" ||
1465       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1466       continue
1467     ac_builddir=.
1468
1469 case "$ac_dir" in
1470 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1471 *)
1472   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1473   # A ".." for each directory in $ac_dir_suffix.
1474   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1475   case $ac_top_builddir_sub in
1476   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1477   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1478   esac ;;
1479 esac
1480 ac_abs_top_builddir=$ac_pwd
1481 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1482 # for backward compatibility:
1483 ac_top_builddir=$ac_top_build_prefix
1484
1485 case $srcdir in
1486   .)  # We are building in place.
1487     ac_srcdir=.
1488     ac_top_srcdir=$ac_top_builddir_sub
1489     ac_abs_top_srcdir=$ac_pwd ;;
1490   [\\/]* | ?:[\\/]* )  # Absolute name.
1491     ac_srcdir=$srcdir$ac_dir_suffix;
1492     ac_top_srcdir=$srcdir
1493     ac_abs_top_srcdir=$srcdir ;;
1494   *) # Relative name.
1495     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1496     ac_top_srcdir=$ac_top_build_prefix$srcdir
1497     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1498 esac
1499 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1500
1501     cd "$ac_dir" || { ac_status=$?; continue; }
1502     # Check for guested configure.
1503     if test -f "$ac_srcdir/configure.gnu"; then
1504       echo &&
1505       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1506     elif test -f "$ac_srcdir/configure"; then
1507       echo &&
1508       $SHELL "$ac_srcdir/configure" --help=recursive
1509     else
1510       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1511     fi || ac_status=$?
1512     cd "$ac_pwd" || { ac_status=$?; break; }
1513   done
1514 fi
1515
1516 test -n "$ac_init_help" && exit $ac_status
1517 if $ac_init_version; then
1518   cat <<\_ACEOF
1519 GNU C Library configure (see version.h)
1520 generated by GNU Autoconf 2.68
1521
1522 Copyright (C) 2010 Free Software Foundation, Inc.
1523 This configure script is free software; the Free Software Foundation
1524 gives unlimited permission to copy, distribute and modify it.
1525 _ACEOF
1526   exit
1527 fi
1528
1529 ## ------------------------ ##
1530 ## Autoconf initialization. ##
1531 ## ------------------------ ##
1532
1533 # ac_fn_c_try_compile LINENO
1534 # --------------------------
1535 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1536 ac_fn_c_try_compile ()
1537 {
1538   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1539   rm -f conftest.$ac_objext
1540   if { { ac_try="$ac_compile"
1541 case "(($ac_try" in
1542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1543   *) ac_try_echo=$ac_try;;
1544 esac
1545 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1546 $as_echo "$ac_try_echo"; } >&5
1547   (eval "$ac_compile") 2>conftest.err
1548   ac_status=$?
1549   if test -s conftest.err; then
1550     grep -v '^ *+' conftest.err >conftest.er1
1551     cat conftest.er1 >&5
1552     mv -f conftest.er1 conftest.err
1553   fi
1554   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1555   test $ac_status = 0; } && {
1556          test -z "$ac_c_werror_flag" ||
1557          test ! -s conftest.err
1558        } && test -s conftest.$ac_objext; then :
1559   ac_retval=0
1560 else
1561   $as_echo "$as_me: failed program was:" >&5
1562 sed 's/^/| /' conftest.$ac_ext >&5
1563
1564         ac_retval=1
1565 fi
1566   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1567   as_fn_set_status $ac_retval
1568
1569 } # ac_fn_c_try_compile
1570
1571 # ac_fn_c_try_cpp LINENO
1572 # ----------------------
1573 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1574 ac_fn_c_try_cpp ()
1575 {
1576   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1577   if { { ac_try="$ac_cpp conftest.$ac_ext"
1578 case "(($ac_try" in
1579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1580   *) ac_try_echo=$ac_try;;
1581 esac
1582 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1583 $as_echo "$ac_try_echo"; } >&5
1584   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1585   ac_status=$?
1586   if test -s conftest.err; then
1587     grep -v '^ *+' conftest.err >conftest.er1
1588     cat conftest.er1 >&5
1589     mv -f conftest.er1 conftest.err
1590   fi
1591   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1592   test $ac_status = 0; } > conftest.i && {
1593          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1594          test ! -s conftest.err
1595        }; then :
1596   ac_retval=0
1597 else
1598   $as_echo "$as_me: failed program was:" >&5
1599 sed 's/^/| /' conftest.$ac_ext >&5
1600
1601     ac_retval=1
1602 fi
1603   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1604   as_fn_set_status $ac_retval
1605
1606 } # ac_fn_c_try_cpp
1607
1608 # ac_fn_cxx_try_compile LINENO
1609 # ----------------------------
1610 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1611 ac_fn_cxx_try_compile ()
1612 {
1613   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1614   rm -f conftest.$ac_objext
1615   if { { ac_try="$ac_compile"
1616 case "(($ac_try" in
1617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1618   *) ac_try_echo=$ac_try;;
1619 esac
1620 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1621 $as_echo "$ac_try_echo"; } >&5
1622   (eval "$ac_compile") 2>conftest.err
1623   ac_status=$?
1624   if test -s conftest.err; then
1625     grep -v '^ *+' conftest.err >conftest.er1
1626     cat conftest.er1 >&5
1627     mv -f conftest.er1 conftest.err
1628   fi
1629   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1630   test $ac_status = 0; } && {
1631          test -z "$ac_cxx_werror_flag" ||
1632          test ! -s conftest.err
1633        } && test -s conftest.$ac_objext; then :
1634   ac_retval=0
1635 else
1636   $as_echo "$as_me: failed program was:" >&5
1637 sed 's/^/| /' conftest.$ac_ext >&5
1638
1639         ac_retval=1
1640 fi
1641   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642   as_fn_set_status $ac_retval
1643
1644 } # ac_fn_cxx_try_compile
1645
1646 # ac_fn_c_try_link LINENO
1647 # -----------------------
1648 # Try to link conftest.$ac_ext, and return whether this succeeded.
1649 ac_fn_c_try_link ()
1650 {
1651   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1652   rm -f conftest.$ac_objext conftest$ac_exeext
1653   if { { ac_try="$ac_link"
1654 case "(($ac_try" in
1655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1656   *) ac_try_echo=$ac_try;;
1657 esac
1658 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1659 $as_echo "$ac_try_echo"; } >&5
1660   (eval "$ac_link") 2>conftest.err
1661   ac_status=$?
1662   if test -s conftest.err; then
1663     grep -v '^ *+' conftest.err >conftest.er1
1664     cat conftest.er1 >&5
1665     mv -f conftest.er1 conftest.err
1666   fi
1667   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668   test $ac_status = 0; } && {
1669          test -z "$ac_c_werror_flag" ||
1670          test ! -s conftest.err
1671        } && test -s conftest$ac_exeext && {
1672          test "$cross_compiling" = yes ||
1673          $as_test_x conftest$ac_exeext
1674        }; then :
1675   ac_retval=0
1676 else
1677   $as_echo "$as_me: failed program was:" >&5
1678 sed 's/^/| /' conftest.$ac_ext >&5
1679
1680         ac_retval=1
1681 fi
1682   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1683   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1684   # interfere with the next link command; also delete a directory that is
1685   # left behind by Apple's compiler.  We do this before executing the actions.
1686   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1687   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688   as_fn_set_status $ac_retval
1689
1690 } # ac_fn_c_try_link
1691
1692 # ac_fn_c_try_run LINENO
1693 # ----------------------
1694 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1695 # that executables *can* be run.
1696 ac_fn_c_try_run ()
1697 {
1698   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699   if { { ac_try="$ac_link"
1700 case "(($ac_try" in
1701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702   *) ac_try_echo=$ac_try;;
1703 esac
1704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705 $as_echo "$ac_try_echo"; } >&5
1706   (eval "$ac_link") 2>&5
1707   ac_status=$?
1708   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1710   { { case "(($ac_try" in
1711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1712   *) ac_try_echo=$ac_try;;
1713 esac
1714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1715 $as_echo "$ac_try_echo"; } >&5
1716   (eval "$ac_try") 2>&5
1717   ac_status=$?
1718   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719   test $ac_status = 0; }; }; then :
1720   ac_retval=0
1721 else
1722   $as_echo "$as_me: program exited with status $ac_status" >&5
1723        $as_echo "$as_me: failed program was:" >&5
1724 sed 's/^/| /' conftest.$ac_ext >&5
1725
1726        ac_retval=$ac_status
1727 fi
1728   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1729   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1730   as_fn_set_status $ac_retval
1731
1732 } # ac_fn_c_try_run
1733
1734 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1735 # --------------------------------------------
1736 # Tries to find the compile-time value of EXPR in a program that includes
1737 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1738 # computed
1739 ac_fn_c_compute_int ()
1740 {
1741   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742   if test "$cross_compiling" = yes; then
1743     # Depending upon the size, compute the lo and hi bounds.
1744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1745 /* end confdefs.h.  */
1746 $4
1747 int
1748 main ()
1749 {
1750 static int test_array [1 - 2 * !(($2) >= 0)];
1751 test_array [0] = 0
1752
1753   ;
1754   return 0;
1755 }
1756 _ACEOF
1757 if ac_fn_c_try_compile "$LINENO"; then :
1758   ac_lo=0 ac_mid=0
1759   while :; do
1760     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761 /* end confdefs.h.  */
1762 $4
1763 int
1764 main ()
1765 {
1766 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1767 test_array [0] = 0
1768
1769   ;
1770   return 0;
1771 }
1772 _ACEOF
1773 if ac_fn_c_try_compile "$LINENO"; then :
1774   ac_hi=$ac_mid; break
1775 else
1776   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1777                         if test $ac_lo -le $ac_mid; then
1778                           ac_lo= ac_hi=
1779                           break
1780                         fi
1781                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1782 fi
1783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784   done
1785 else
1786   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1787 /* end confdefs.h.  */
1788 $4
1789 int
1790 main ()
1791 {
1792 static int test_array [1 - 2 * !(($2) < 0)];
1793 test_array [0] = 0
1794
1795   ;
1796   return 0;
1797 }
1798 _ACEOF
1799 if ac_fn_c_try_compile "$LINENO"; then :
1800   ac_hi=-1 ac_mid=-1
1801   while :; do
1802     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803 /* end confdefs.h.  */
1804 $4
1805 int
1806 main ()
1807 {
1808 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1809 test_array [0] = 0
1810
1811   ;
1812   return 0;
1813 }
1814 _ACEOF
1815 if ac_fn_c_try_compile "$LINENO"; then :
1816   ac_lo=$ac_mid; break
1817 else
1818   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1819                         if test $ac_mid -le $ac_hi; then
1820                           ac_lo= ac_hi=
1821                           break
1822                         fi
1823                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1824 fi
1825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1826   done
1827 else
1828   ac_lo= ac_hi=
1829 fi
1830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1831 fi
1832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1833 # Binary search between lo and hi bounds.
1834 while test "x$ac_lo" != "x$ac_hi"; do
1835   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h.  */
1838 $4
1839 int
1840 main ()
1841 {
1842 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1843 test_array [0] = 0
1844
1845   ;
1846   return 0;
1847 }
1848 _ACEOF
1849 if ac_fn_c_try_compile "$LINENO"; then :
1850   ac_hi=$ac_mid
1851 else
1852   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1853 fi
1854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1855 done
1856 case $ac_lo in #((
1857 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1858 '') ac_retval=1 ;;
1859 esac
1860   else
1861     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1862 /* end confdefs.h.  */
1863 $4
1864 static long int longval () { return $2; }
1865 static unsigned long int ulongval () { return $2; }
1866 #include <stdio.h>
1867 #include <stdlib.h>
1868 int
1869 main ()
1870 {
1871
1872   FILE *f = fopen ("conftest.val", "w");
1873   if (! f)
1874     return 1;
1875   if (($2) < 0)
1876     {
1877       long int i = longval ();
1878       if (i != ($2))
1879         return 1;
1880       fprintf (f, "%ld", i);
1881     }
1882   else
1883     {
1884       unsigned long int i = ulongval ();
1885       if (i != ($2))
1886         return 1;
1887       fprintf (f, "%lu", i);
1888     }
1889   /* Do not output a trailing newline, as this causes \r\n confusion
1890      on some platforms.  */
1891   return ferror (f) || fclose (f) != 0;
1892
1893   ;
1894   return 0;
1895 }
1896 _ACEOF
1897 if ac_fn_c_try_run "$LINENO"; then :
1898   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
1899 else
1900   ac_retval=1
1901 fi
1902 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1903   conftest.$ac_objext conftest.beam conftest.$ac_ext
1904 rm -f conftest.val
1905
1906   fi
1907   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1908   as_fn_set_status $ac_retval
1909
1910 } # ac_fn_c_compute_int
1911 cat >config.log <<_ACEOF
1912 This file contains any messages produced by compilers while
1913 running configure, to aid debugging if configure makes a mistake.
1914
1915 It was created by GNU C Library $as_me (see version.h), which was
1916 generated by GNU Autoconf 2.68.  Invocation command line was
1917
1918   $ $0 $@
1919
1920 _ACEOF
1921 exec 5>>config.log
1922 {
1923 cat <<_ASUNAME
1924 ## --------- ##
1925 ## Platform. ##
1926 ## --------- ##
1927
1928 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1929 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1930 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1931 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1932 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933
1934 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1935 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1936
1937 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1938 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1939 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1940 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1941 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1942 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1943 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1944
1945 _ASUNAME
1946
1947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948 for as_dir in $PATH
1949 do
1950   IFS=$as_save_IFS
1951   test -z "$as_dir" && as_dir=.
1952     $as_echo "PATH: $as_dir"
1953   done
1954 IFS=$as_save_IFS
1955
1956 } >&5
1957
1958 cat >&5 <<_ACEOF
1959
1960
1961 ## ----------- ##
1962 ## Core tests. ##
1963 ## ----------- ##
1964
1965 _ACEOF
1966
1967
1968 # Keep a trace of the command line.
1969 # Strip out --no-create and --no-recursion so they do not pile up.
1970 # Strip out --silent because we don't want to record it for future runs.
1971 # Also quote any args containing shell meta-characters.
1972 # Make two passes to allow for proper duplicate-argument suppression.
1973 ac_configure_args=
1974 ac_configure_args0=
1975 ac_configure_args1=
1976 ac_must_keep_next=false
1977 for ac_pass in 1 2
1978 do
1979   for ac_arg
1980   do
1981     case $ac_arg in
1982     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1983     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1984     | -silent | --silent | --silen | --sile | --sil)
1985       continue ;;
1986     *\'*)
1987       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1988     esac
1989     case $ac_pass in
1990     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1991     2)
1992       as_fn_append ac_configure_args1 " '$ac_arg'"
1993       if test $ac_must_keep_next = true; then
1994         ac_must_keep_next=false # Got value, back to normal.
1995       else
1996         case $ac_arg in
1997           *=* | --config-cache | -C | -disable-* | --disable-* \
1998           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1999           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2000           | -with-* | --with-* | -without-* | --without-* | --x)
2001             case "$ac_configure_args0 " in
2002               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2003             esac
2004             ;;
2005           -* ) ac_must_keep_next=true ;;
2006         esac
2007       fi
2008       as_fn_append ac_configure_args " '$ac_arg'"
2009       ;;
2010     esac
2011   done
2012 done
2013 { ac_configure_args0=; unset ac_configure_args0;}
2014 { ac_configure_args1=; unset ac_configure_args1;}
2015
2016 # When interrupted or exit'd, cleanup temporary files, and complete
2017 # config.log.  We remove comments because anyway the quotes in there
2018 # would cause problems or look ugly.
2019 # WARNING: Use '\'' to represent an apostrophe within the trap.
2020 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2021 trap 'exit_status=$?
2022   # Save into config.log some information that might help in debugging.
2023   {
2024     echo
2025
2026     $as_echo "## ---------------- ##
2027 ## Cache variables. ##
2028 ## ---------------- ##"
2029     echo
2030     # The following way of writing the cache mishandles newlines in values,
2031 (
2032   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2033     eval ac_val=\$$ac_var
2034     case $ac_val in #(
2035     *${as_nl}*)
2036       case $ac_var in #(
2037       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2038 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2039       esac
2040       case $ac_var in #(
2041       _ | IFS | as_nl) ;; #(
2042       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2043       *) { eval $ac_var=; unset $ac_var;} ;;
2044       esac ;;
2045     esac
2046   done
2047   (set) 2>&1 |
2048     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2049     *${as_nl}ac_space=\ *)
2050       sed -n \
2051         "s/'\''/'\''\\\\'\'''\''/g;
2052           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2053       ;; #(
2054     *)
2055       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2056       ;;
2057     esac |
2058     sort
2059 )
2060     echo
2061
2062     $as_echo "## ----------------- ##
2063 ## Output variables. ##
2064 ## ----------------- ##"
2065     echo
2066     for ac_var in $ac_subst_vars
2067     do
2068       eval ac_val=\$$ac_var
2069       case $ac_val in
2070       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2071       esac
2072       $as_echo "$ac_var='\''$ac_val'\''"
2073     done | sort
2074     echo
2075
2076     if test -n "$ac_subst_files"; then
2077       $as_echo "## ------------------- ##
2078 ## File substitutions. ##
2079 ## ------------------- ##"
2080       echo
2081       for ac_var in $ac_subst_files
2082       do
2083         eval ac_val=\$$ac_var
2084         case $ac_val in
2085         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2086         esac
2087         $as_echo "$ac_var='\''$ac_val'\''"
2088       done | sort
2089       echo
2090     fi
2091
2092     if test -s confdefs.h; then
2093       $as_echo "## ----------- ##
2094 ## confdefs.h. ##
2095 ## ----------- ##"
2096       echo
2097       cat confdefs.h
2098       echo
2099     fi
2100     test "$ac_signal" != 0 &&
2101       $as_echo "$as_me: caught signal $ac_signal"
2102     $as_echo "$as_me: exit $exit_status"
2103   } >&5
2104   rm -f core *.core core.conftest.* &&
2105     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2106     exit $exit_status
2107 ' 0
2108 for ac_signal in 1 2 13 15; do
2109   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2110 done
2111 ac_signal=0
2112
2113 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2114 rm -f -r conftest* confdefs.h
2115
2116 $as_echo "/* confdefs.h */" > confdefs.h
2117
2118 # Predefined preprocessor variables.
2119
2120 cat >>confdefs.h <<_ACEOF
2121 #define PACKAGE_NAME "$PACKAGE_NAME"
2122 _ACEOF
2123
2124 cat >>confdefs.h <<_ACEOF
2125 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126 _ACEOF
2127
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2130 _ACEOF
2131
2132 cat >>confdefs.h <<_ACEOF
2133 #define PACKAGE_STRING "$PACKAGE_STRING"
2134 _ACEOF
2135
2136 cat >>confdefs.h <<_ACEOF
2137 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138 _ACEOF
2139
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_URL "$PACKAGE_URL"
2142 _ACEOF
2143
2144
2145 # Let the site file select an alternate cache file if it wants to.
2146 # Prefer an explicitly selected file to automatically selected ones.
2147 ac_site_file1=NONE
2148 ac_site_file2=NONE
2149 if test -n "$CONFIG_SITE"; then
2150   # We do not want a PATH search for config.site.
2151   case $CONFIG_SITE in #((
2152     -*)  ac_site_file1=./$CONFIG_SITE;;
2153     */*) ac_site_file1=$CONFIG_SITE;;
2154     *)   ac_site_file1=./$CONFIG_SITE;;
2155   esac
2156 elif test "x$prefix" != xNONE; then
2157   ac_site_file1=$prefix/share/config.site
2158   ac_site_file2=$prefix/etc/config.site
2159 else
2160   ac_site_file1=$ac_default_prefix/share/config.site
2161   ac_site_file2=$ac_default_prefix/etc/config.site
2162 fi
2163 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2164 do
2165   test "x$ac_site_file" = xNONE && continue
2166   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2167     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2168 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2169     sed 's/^/| /' "$ac_site_file" >&5
2170     . "$ac_site_file" \
2171       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2173 as_fn_error $? "failed to load site script $ac_site_file
2174 See \`config.log' for more details" "$LINENO" 5; }
2175   fi
2176 done
2177
2178 if test -r "$cache_file"; then
2179   # Some versions of bash will fail to source /dev/null (special files
2180   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2181   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2182     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183 $as_echo "$as_me: loading cache $cache_file" >&6;}
2184     case $cache_file in
2185       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186       *)                      . "./$cache_file";;
2187     esac
2188   fi
2189 else
2190   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191 $as_echo "$as_me: creating cache $cache_file" >&6;}
2192   >$cache_file
2193 fi
2194
2195 # Check that the precious variables saved in the cache have kept the same
2196 # value.
2197 ac_cache_corrupted=false
2198 for ac_var in $ac_precious_vars; do
2199   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200   eval ac_new_set=\$ac_env_${ac_var}_set
2201   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202   eval ac_new_val=\$ac_env_${ac_var}_value
2203   case $ac_old_set,$ac_new_set in
2204     set,)
2205       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2207       ac_cache_corrupted=: ;;
2208     ,set)
2209       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2211       ac_cache_corrupted=: ;;
2212     ,);;
2213     *)
2214       if test "x$ac_old_val" != "x$ac_new_val"; then
2215         # differences in whitespace do not lead to failure.
2216         ac_old_val_w=`echo x $ac_old_val`
2217         ac_new_val_w=`echo x $ac_new_val`
2218         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221           ac_cache_corrupted=:
2222         else
2223           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225           eval $ac_var=\$ac_old_val
2226         fi
2227         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2228 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2229         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2230 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2231       fi;;
2232   esac
2233   # Pass precious variables to config.status.
2234   if test "$ac_new_set" = set; then
2235     case $ac_new_val in
2236     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2237     *) ac_arg=$ac_var=$ac_new_val ;;
2238     esac
2239     case " $ac_configure_args " in
2240       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2241       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2242     esac
2243   fi
2244 done
2245 if $ac_cache_corrupted; then
2246   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2250   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2251 fi
2252 ## -------------------- ##
2253 ## Main body of script. ##
2254 ## -------------------- ##
2255
2256 ac_ext=c
2257 ac_cpp='$CPP $CPPFLAGS'
2258 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261
2262
2263
2264 ac_config_headers="$ac_config_headers config.h"
2265
2266 ac_aux_dir=
2267 for ac_dir in scripts "$srcdir"/scripts; do
2268   if test -f "$ac_dir/install-sh"; then
2269     ac_aux_dir=$ac_dir
2270     ac_install_sh="$ac_aux_dir/install-sh -c"
2271     break
2272   elif test -f "$ac_dir/install.sh"; then
2273     ac_aux_dir=$ac_dir
2274     ac_install_sh="$ac_aux_dir/install.sh -c"
2275     break
2276   elif test -f "$ac_dir/shtool"; then
2277     ac_aux_dir=$ac_dir
2278     ac_install_sh="$ac_aux_dir/shtool install -c"
2279     break
2280   fi
2281 done
2282 if test -z "$ac_aux_dir"; then
2283   as_fn_error $? "cannot find install-sh, install.sh, or shtool in scripts \"$srcdir\"/scripts" "$LINENO" 5
2284 fi
2285
2286 # These three variables are undocumented and unsupported,
2287 # and are intended to be withdrawn in a future Autoconf release.
2288 # They can cause serious problems if a builder's source tree is in a directory
2289 # whose full name contains unusual characters.
2290 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2291 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2292 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2293
2294
2295
2296
2297
2298 # Check whether --with-pkgversion was given.
2299 if test "${with_pkgversion+set}" = set; then :
2300   withval=$with_pkgversion; case "$withval" in
2301       yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
2302       no)  PKGVERSION= ;;
2303       *)   PKGVERSION="($withval) " ;;
2304      esac
2305 else
2306   PKGVERSION="(GNU libc) "
2307
2308 fi
2309
2310   PKGVERSION_TEXI=`echo "$PKGVERSION" | sed 's/@/@@/g'`
2311
2312
2313
2314
2315
2316 # Check whether --with-bugurl was given.
2317 if test "${with_bugurl+set}" = set; then :
2318   withval=$with_bugurl; case "$withval" in
2319       yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
2320       no)  BUGURL=
2321            ;;
2322       *)   BUGURL="$withval"
2323            ;;
2324      esac
2325 else
2326   BUGURL="http://www.gnu.org/software/libc/bugs.html"
2327
2328 fi
2329
2330   case ${BUGURL} in
2331   "")
2332     REPORT_BUGS_TO=
2333     REPORT_BUGS_TEXI=
2334     ;;
2335   *)
2336     REPORT_BUGS_TO="<$BUGURL>"
2337     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
2338     ;;
2339   esac;
2340
2341
2342
2343
2344 cat >>confdefs.h <<_ACEOF
2345 #define PKGVERSION "$PKGVERSION"
2346 _ACEOF
2347
2348
2349 cat >>confdefs.h <<_ACEOF
2350 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
2351 _ACEOF
2352
2353
2354 # Glibc should not depend on any header files
2355
2356
2357
2358
2359 subdirs="$subdirs "
2360
2361
2362 # Make sure we can run config.sub.
2363 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2364   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2365
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2367 $as_echo_n "checking build system type... " >&6; }
2368 if ${ac_cv_build+:} false; then :
2369   $as_echo_n "(cached) " >&6
2370 else
2371   ac_build_alias=$build_alias
2372 test "x$ac_build_alias" = x &&
2373   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2374 test "x$ac_build_alias" = x &&
2375   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2376 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2377   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2378
2379 fi
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2381 $as_echo "$ac_cv_build" >&6; }
2382 case $ac_cv_build in
2383 *-*-*) ;;
2384 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2385 esac
2386 build=$ac_cv_build
2387 ac_save_IFS=$IFS; IFS='-'
2388 set x $ac_cv_build
2389 shift
2390 build_cpu=$1
2391 build_vendor=$2
2392 shift; shift
2393 # Remember, the first character of IFS is used to create $*,
2394 # except with old shells:
2395 build_os=$*
2396 IFS=$ac_save_IFS
2397 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2398
2399
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2401 $as_echo_n "checking host system type... " >&6; }
2402 if ${ac_cv_host+:} false; then :
2403   $as_echo_n "(cached) " >&6
2404 else
2405   if test "x$host_alias" = x; then
2406   ac_cv_host=$ac_cv_build
2407 else
2408   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2409     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2410 fi
2411
2412 fi
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2414 $as_echo "$ac_cv_host" >&6; }
2415 case $ac_cv_host in
2416 *-*-*) ;;
2417 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2418 esac
2419 host=$ac_cv_host
2420 ac_save_IFS=$IFS; IFS='-'
2421 set x $ac_cv_host
2422 shift
2423 host_cpu=$1
2424 host_vendor=$2
2425 shift; shift
2426 # Remember, the first character of IFS is used to create $*,
2427 # except with old shells:
2428 host_os=$*
2429 IFS=$ac_save_IFS
2430 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2431
2432
2433
2434 ac_ext=c
2435 ac_cpp='$CPP $CPPFLAGS'
2436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2439 if test -n "$ac_tool_prefix"; then
2440   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2441 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2443 $as_echo_n "checking for $ac_word... " >&6; }
2444 if ${ac_cv_prog_CC+:} false; then :
2445   $as_echo_n "(cached) " >&6
2446 else
2447   if test -n "$CC"; then
2448   ac_cv_prog_CC="$CC" # Let the user override the test.
2449 else
2450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2451 for as_dir in $PATH
2452 do
2453   IFS=$as_save_IFS
2454   test -z "$as_dir" && as_dir=.
2455     for ac_exec_ext in '' $ac_executable_extensions; do
2456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2457     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2458     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2459     break 2
2460   fi
2461 done
2462   done
2463 IFS=$as_save_IFS
2464
2465 fi
2466 fi
2467 CC=$ac_cv_prog_CC
2468 if test -n "$CC"; then
2469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2470 $as_echo "$CC" >&6; }
2471 else
2472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2473 $as_echo "no" >&6; }
2474 fi
2475
2476
2477 fi
2478 if test -z "$ac_cv_prog_CC"; then
2479   ac_ct_CC=$CC
2480   # Extract the first word of "gcc", so it can be a program name with args.
2481 set dummy gcc; ac_word=$2
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2483 $as_echo_n "checking for $ac_word... " >&6; }
2484 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2485   $as_echo_n "(cached) " >&6
2486 else
2487   if test -n "$ac_ct_CC"; then
2488   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2489 else
2490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2491 for as_dir in $PATH
2492 do
2493   IFS=$as_save_IFS
2494   test -z "$as_dir" && as_dir=.
2495     for ac_exec_ext in '' $ac_executable_extensions; do
2496   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2497     ac_cv_prog_ac_ct_CC="gcc"
2498     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2499     break 2
2500   fi
2501 done
2502   done
2503 IFS=$as_save_IFS
2504
2505 fi
2506 fi
2507 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2508 if test -n "$ac_ct_CC"; then
2509   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2510 $as_echo "$ac_ct_CC" >&6; }
2511 else
2512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2513 $as_echo "no" >&6; }
2514 fi
2515
2516   if test "x$ac_ct_CC" = x; then
2517     CC=""
2518   else
2519     case $cross_compiling:$ac_tool_warned in
2520 yes:)
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2523 ac_tool_warned=yes ;;
2524 esac
2525     CC=$ac_ct_CC
2526   fi
2527 else
2528   CC="$ac_cv_prog_CC"
2529 fi
2530
2531 if test -z "$CC"; then
2532           if test -n "$ac_tool_prefix"; then
2533     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2534 set dummy ${ac_tool_prefix}cc; ac_word=$2
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2536 $as_echo_n "checking for $ac_word... " >&6; }
2537 if ${ac_cv_prog_CC+:} false; then :
2538   $as_echo_n "(cached) " >&6
2539 else
2540   if test -n "$CC"; then
2541   ac_cv_prog_CC="$CC" # Let the user override the test.
2542 else
2543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2544 for as_dir in $PATH
2545 do
2546   IFS=$as_save_IFS
2547   test -z "$as_dir" && as_dir=.
2548     for ac_exec_ext in '' $ac_executable_extensions; do
2549   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2550     ac_cv_prog_CC="${ac_tool_prefix}cc"
2551     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2552     break 2
2553   fi
2554 done
2555   done
2556 IFS=$as_save_IFS
2557
2558 fi
2559 fi
2560 CC=$ac_cv_prog_CC
2561 if test -n "$CC"; then
2562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2563 $as_echo "$CC" >&6; }
2564 else
2565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2566 $as_echo "no" >&6; }
2567 fi
2568
2569
2570   fi
2571 fi
2572 if test -z "$CC"; then
2573   # Extract the first word of "cc", so it can be a program name with args.
2574 set dummy cc; ac_word=$2
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2576 $as_echo_n "checking for $ac_word... " >&6; }
2577 if ${ac_cv_prog_CC+:} false; then :
2578   $as_echo_n "(cached) " >&6
2579 else
2580   if test -n "$CC"; then
2581   ac_cv_prog_CC="$CC" # Let the user override the test.
2582 else
2583   ac_prog_rejected=no
2584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2585 for as_dir in $PATH
2586 do
2587   IFS=$as_save_IFS
2588   test -z "$as_dir" && as_dir=.
2589     for ac_exec_ext in '' $ac_executable_extensions; do
2590   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2591     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2592        ac_prog_rejected=yes
2593        continue
2594      fi
2595     ac_cv_prog_CC="cc"
2596     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2597     break 2
2598   fi
2599 done
2600   done
2601 IFS=$as_save_IFS
2602
2603 if test $ac_prog_rejected = yes; then
2604   # We found a bogon in the path, so make sure we never use it.
2605   set dummy $ac_cv_prog_CC
2606   shift
2607   if test $# != 0; then
2608     # We chose a different compiler from the bogus one.
2609     # However, it has the same basename, so the bogon will be chosen
2610     # first if we set CC to just the basename; use the full file name.
2611     shift
2612     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2613   fi
2614 fi
2615 fi
2616 fi
2617 CC=$ac_cv_prog_CC
2618 if test -n "$CC"; then
2619   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2620 $as_echo "$CC" >&6; }
2621 else
2622   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2623 $as_echo "no" >&6; }
2624 fi
2625
2626
2627 fi
2628 if test -z "$CC"; then
2629   if test -n "$ac_tool_prefix"; then
2630   for ac_prog in cl.exe
2631   do
2632     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2633 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2635 $as_echo_n "checking for $ac_word... " >&6; }
2636 if ${ac_cv_prog_CC+:} false; then :
2637   $as_echo_n "(cached) " >&6
2638 else
2639   if test -n "$CC"; then
2640   ac_cv_prog_CC="$CC" # Let the user override the test.
2641 else
2642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2643 for as_dir in $PATH
2644 do
2645   IFS=$as_save_IFS
2646   test -z "$as_dir" && as_dir=.
2647     for ac_exec_ext in '' $ac_executable_extensions; do
2648   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2649     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2650     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2651     break 2
2652   fi
2653 done
2654   done
2655 IFS=$as_save_IFS
2656
2657 fi
2658 fi
2659 CC=$ac_cv_prog_CC
2660 if test -n "$CC"; then
2661   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2662 $as_echo "$CC" >&6; }
2663 else
2664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2665 $as_echo "no" >&6; }
2666 fi
2667
2668
2669     test -n "$CC" && break
2670   done
2671 fi
2672 if test -z "$CC"; then
2673   ac_ct_CC=$CC
2674   for ac_prog in cl.exe
2675 do
2676   # Extract the first word of "$ac_prog", so it can be a program name with args.
2677 set dummy $ac_prog; ac_word=$2
2678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2679 $as_echo_n "checking for $ac_word... " >&6; }
2680 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2681   $as_echo_n "(cached) " >&6
2682 else
2683   if test -n "$ac_ct_CC"; then
2684   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2685 else
2686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2687 for as_dir in $PATH
2688 do
2689   IFS=$as_save_IFS
2690   test -z "$as_dir" && as_dir=.
2691     for ac_exec_ext in '' $ac_executable_extensions; do
2692   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2693     ac_cv_prog_ac_ct_CC="$ac_prog"
2694     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695     break 2
2696   fi
2697 done
2698   done
2699 IFS=$as_save_IFS
2700
2701 fi
2702 fi
2703 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2704 if test -n "$ac_ct_CC"; then
2705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2706 $as_echo "$ac_ct_CC" >&6; }
2707 else
2708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2709 $as_echo "no" >&6; }
2710 fi
2711
2712
2713   test -n "$ac_ct_CC" && break
2714 done
2715
2716   if test "x$ac_ct_CC" = x; then
2717     CC=""
2718   else
2719     case $cross_compiling:$ac_tool_warned in
2720 yes:)
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2722 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2723 ac_tool_warned=yes ;;
2724 esac
2725     CC=$ac_ct_CC
2726   fi
2727 fi
2728
2729 fi
2730
2731
2732 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2733 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2734 as_fn_error $? "no acceptable C compiler found in \$PATH
2735 See \`config.log' for more details" "$LINENO" 5; }
2736
2737 # Provide some information about the compiler.
2738 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2739 set X $ac_compile
2740 ac_compiler=$2
2741 for ac_option in --version -v -V -qversion; do
2742   { { ac_try="$ac_compiler $ac_option >&5"
2743 case "(($ac_try" in
2744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745   *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2748 $as_echo "$ac_try_echo"; } >&5
2749   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2750   ac_status=$?
2751   if test -s conftest.err; then
2752     sed '10a\
2753 ... rest of stderr output deleted ...
2754          10q' conftest.err >conftest.er1
2755     cat conftest.er1 >&5
2756   fi
2757   rm -f conftest.er1 conftest.err
2758   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2759   test $ac_status = 0; }
2760 done
2761
2762 EXEEXT=
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2764 $as_echo_n "checking for suffix of object files... " >&6; }
2765 if ${ac_cv_objext+:} false; then :
2766   $as_echo_n "(cached) " >&6
2767 else
2768   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2769 /* end confdefs.h.  */
2770
2771 int
2772 main ()
2773 {
2774
2775   ;
2776   return 0;
2777 }
2778 _ACEOF
2779 rm -f conftest.o conftest.obj
2780 if { { ac_try="$ac_compile"
2781 case "(($ac_try" in
2782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2783   *) ac_try_echo=$ac_try;;
2784 esac
2785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2786 $as_echo "$ac_try_echo"; } >&5
2787   (eval "$ac_compile") 2>&5
2788   ac_status=$?
2789   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2790   test $ac_status = 0; }; then :
2791   for ac_file in conftest.o conftest.obj conftest.*; do
2792   test -f "$ac_file" || continue;
2793   case $ac_file in
2794     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2795     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2796        break;;
2797   esac
2798 done
2799 else
2800   $as_echo "$as_me: failed program was:" >&5
2801 sed 's/^/| /' conftest.$ac_ext >&5
2802
2803 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2804 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2805 as_fn_error $? "cannot compute suffix of object files: cannot compile
2806 See \`config.log' for more details" "$LINENO" 5; }
2807 fi
2808 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2809 fi
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2811 $as_echo "$ac_cv_objext" >&6; }
2812 OBJEXT=$ac_cv_objext
2813 ac_objext=$OBJEXT
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2815 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2816 if ${ac_cv_c_compiler_gnu+:} false; then :
2817   $as_echo_n "(cached) " >&6
2818 else
2819   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2820 /* end confdefs.h.  */
2821
2822 int
2823 main ()
2824 {
2825 #ifndef __GNUC__
2826        choke me
2827 #endif
2828
2829   ;
2830   return 0;
2831 }
2832 _ACEOF
2833 if ac_fn_c_try_compile "$LINENO"; then :
2834   ac_compiler_gnu=yes
2835 else
2836   ac_compiler_gnu=no
2837 fi
2838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2839 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2840
2841 fi
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2843 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2844 if test $ac_compiler_gnu = yes; then
2845   GCC=yes
2846 else
2847   GCC=
2848 fi
2849 ac_test_CFLAGS=${CFLAGS+set}
2850 ac_save_CFLAGS=$CFLAGS
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2852 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2853 if ${ac_cv_prog_cc_g+:} false; then :
2854   $as_echo_n "(cached) " >&6
2855 else
2856   ac_save_c_werror_flag=$ac_c_werror_flag
2857    ac_c_werror_flag=yes
2858    ac_cv_prog_cc_g=no
2859    CFLAGS="-g"
2860    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2861 /* end confdefs.h.  */
2862
2863 int
2864 main ()
2865 {
2866
2867   ;
2868   return 0;
2869 }
2870 _ACEOF
2871 if ac_fn_c_try_compile "$LINENO"; then :
2872   ac_cv_prog_cc_g=yes
2873 else
2874   CFLAGS=""
2875       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2876 /* end confdefs.h.  */
2877
2878 int
2879 main ()
2880 {
2881
2882   ;
2883   return 0;
2884 }
2885 _ACEOF
2886 if ac_fn_c_try_compile "$LINENO"; then :
2887
2888 else
2889   ac_c_werror_flag=$ac_save_c_werror_flag
2890          CFLAGS="-g"
2891          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2892 /* end confdefs.h.  */
2893
2894 int
2895 main ()
2896 {
2897
2898   ;
2899   return 0;
2900 }
2901 _ACEOF
2902 if ac_fn_c_try_compile "$LINENO"; then :
2903   ac_cv_prog_cc_g=yes
2904 fi
2905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2906 fi
2907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2908 fi
2909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2910    ac_c_werror_flag=$ac_save_c_werror_flag
2911 fi
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2913 $as_echo "$ac_cv_prog_cc_g" >&6; }
2914 if test "$ac_test_CFLAGS" = set; then
2915   CFLAGS=$ac_save_CFLAGS
2916 elif test $ac_cv_prog_cc_g = yes; then
2917   if test "$GCC" = yes; then
2918     CFLAGS="-g -O2"
2919   else
2920     CFLAGS="-g"
2921   fi
2922 else
2923   if test "$GCC" = yes; then
2924     CFLAGS="-O2"
2925   else
2926     CFLAGS=
2927   fi
2928 fi
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2930 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2931 if ${ac_cv_prog_cc_c89+:} false; then :
2932   $as_echo_n "(cached) " >&6
2933 else
2934   ac_cv_prog_cc_c89=no
2935 ac_save_CC=$CC
2936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2937 /* end confdefs.h.  */
2938 #include <stdarg.h>
2939 #include <stdio.h>
2940 #include <sys/types.h>
2941 #include <sys/stat.h>
2942 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2943 struct buf { int x; };
2944 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2945 static char *e (p, i)
2946      char **p;
2947      int i;
2948 {
2949   return p[i];
2950 }
2951 static char *f (char * (*g) (char **, int), char **p, ...)
2952 {
2953   char *s;
2954   va_list v;
2955   va_start (v,p);
2956   s = g (p, va_arg (v,int));
2957   va_end (v);
2958   return s;
2959 }
2960
2961 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2962    function prototypes and stuff, but not '\xHH' hex character constants.
2963    These don't provoke an error unfortunately, instead are silently treated
2964    as 'x'.  The following induces an error, until -std is added to get
2965    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2966    array size at least.  It's necessary to write '\x00'==0 to get something
2967    that's true only with -std.  */
2968 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2969
2970 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2971    inside strings and character constants.  */
2972 #define FOO(x) 'x'
2973 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2974
2975 int test (int i, double x);
2976 struct s1 {int (*f) (int a);};
2977 struct s2 {int (*f) (double a);};
2978 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2979 int argc;
2980 char **argv;
2981 int
2982 main ()
2983 {
2984 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2985   ;
2986   return 0;
2987 }
2988 _ACEOF
2989 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2990         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2991 do
2992   CC="$ac_save_CC $ac_arg"
2993   if ac_fn_c_try_compile "$LINENO"; then :
2994   ac_cv_prog_cc_c89=$ac_arg
2995 fi
2996 rm -f core conftest.err conftest.$ac_objext
2997   test "x$ac_cv_prog_cc_c89" != "xno" && break
2998 done
2999 rm -f conftest.$ac_ext
3000 CC=$ac_save_CC
3001
3002 fi
3003 # AC_CACHE_VAL
3004 case "x$ac_cv_prog_cc_c89" in
3005   x)
3006     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3007 $as_echo "none needed" >&6; } ;;
3008   xno)
3009     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3010 $as_echo "unsupported" >&6; } ;;
3011   *)
3012     CC="$CC $ac_cv_prog_cc_c89"
3013     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3014 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3015 esac
3016 if test "x$ac_cv_prog_cc_c89" != xno; then :
3017
3018 fi
3019
3020 ac_ext=c
3021 ac_cpp='$CPP $CPPFLAGS'
3022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3025
3026 if test $host != $build; then
3027   for ac_prog in gcc cc
3028 do
3029   # Extract the first word of "$ac_prog", so it can be a program name with args.
3030 set dummy $ac_prog; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if ${ac_cv_prog_BUILD_CC+:} false; then :
3034   $as_echo_n "(cached) " >&6
3035 else
3036   if test -n "$BUILD_CC"; then
3037   ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
3038 else
3039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3040 for as_dir in $PATH
3041 do
3042   IFS=$as_save_IFS
3043   test -z "$as_dir" && as_dir=.
3044     for ac_exec_ext in '' $ac_executable_extensions; do
3045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3046     ac_cv_prog_BUILD_CC="$ac_prog"
3047     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3048     break 2
3049   fi
3050 done
3051   done
3052 IFS=$as_save_IFS
3053
3054 fi
3055 fi
3056 BUILD_CC=$ac_cv_prog_BUILD_CC
3057 if test -n "$BUILD_CC"; then
3058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
3059 $as_echo "$BUILD_CC" >&6; }
3060 else
3061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062 $as_echo "no" >&6; }
3063 fi
3064
3065
3066   test -n "$BUILD_CC" && break
3067 done
3068
3069 fi
3070
3071 ac_ext=c
3072 ac_cpp='$CPP $CPPFLAGS'
3073 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3074 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3075 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3077 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3078 # On Suns, sometimes $CPP names a directory.
3079 if test -n "$CPP" && test -d "$CPP"; then
3080   CPP=
3081 fi
3082 if test -z "$CPP"; then
3083   if ${ac_cv_prog_CPP+:} false; then :
3084   $as_echo_n "(cached) " >&6
3085 else
3086       # Double quotes because CPP needs to be expanded
3087     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3088     do
3089       ac_preproc_ok=false
3090 for ac_c_preproc_warn_flag in '' yes
3091 do
3092   # Use a header file that comes with gcc, so configuring glibc
3093   # with a fresh cross-compiler works.
3094   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3095   # <limits.h> exists even on freestanding compilers.
3096   # On the NeXT, cc -E runs the code through the compiler's parser,
3097   # not just through cpp. "Syntax error" is here to catch this case.
3098   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3099 /* end confdefs.h.  */
3100 #ifdef __STDC__
3101 # include <limits.h>
3102 #else
3103 # include <assert.h>
3104 #endif
3105                      Syntax error
3106 _ACEOF
3107 if ac_fn_c_try_cpp "$LINENO"; then :
3108
3109 else
3110   # Broken: fails on valid input.
3111 continue
3112 fi
3113 rm -f conftest.err conftest.i conftest.$ac_ext
3114
3115   # OK, works on sane cases.  Now check whether nonexistent headers
3116   # can be detected and how.
3117   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3118 /* end confdefs.h.  */
3119 #include <ac_nonexistent.h>
3120 _ACEOF
3121 if ac_fn_c_try_cpp "$LINENO"; then :
3122   # Broken: success on invalid input.
3123 continue
3124 else
3125   # Passes both tests.
3126 ac_preproc_ok=:
3127 break
3128 fi
3129 rm -f conftest.err conftest.i conftest.$ac_ext
3130
3131 done
3132 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3133 rm -f conftest.i conftest.err conftest.$ac_ext
3134 if $ac_preproc_ok; then :
3135   break
3136 fi
3137
3138     done
3139     ac_cv_prog_CPP=$CPP
3140
3141 fi
3142   CPP=$ac_cv_prog_CPP
3143 else
3144   ac_cv_prog_CPP=$CPP
3145 fi
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3147 $as_echo "$CPP" >&6; }
3148 ac_preproc_ok=false
3149 for ac_c_preproc_warn_flag in '' yes
3150 do
3151   # Use a header file that comes with gcc, so configuring glibc
3152   # with a fresh cross-compiler works.
3153   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3154   # <limits.h> exists even on freestanding compilers.
3155   # On the NeXT, cc -E runs the code through the compiler's parser,
3156   # not just through cpp. "Syntax error" is here to catch this case.
3157   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3158 /* end confdefs.h.  */
3159 #ifdef __STDC__
3160 # include <limits.h>
3161 #else
3162 # include <assert.h>
3163 #endif
3164                      Syntax error
3165 _ACEOF
3166 if ac_fn_c_try_cpp "$LINENO"; then :
3167
3168 else
3169   # Broken: fails on valid input.
3170 continue
3171 fi
3172 rm -f conftest.err conftest.i conftest.$ac_ext
3173
3174   # OK, works on sane cases.  Now check whether nonexistent headers
3175   # can be detected and how.
3176   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3177 /* end confdefs.h.  */
3178 #include <ac_nonexistent.h>
3179 _ACEOF
3180 if ac_fn_c_try_cpp "$LINENO"; then :
3181   # Broken: success on invalid input.
3182 continue
3183 else
3184   # Passes both tests.
3185 ac_preproc_ok=:
3186 break
3187 fi
3188 rm -f conftest.err conftest.i conftest.$ac_ext
3189
3190 done
3191 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3192 rm -f conftest.i conftest.err conftest.$ac_ext
3193 if $ac_preproc_ok; then :
3194
3195 else
3196   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3197 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3198 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3199 See \`config.log' for more details" "$LINENO" 5; }
3200 fi
3201
3202 ac_ext=c
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207
3208 # We need the C++ compiler only for testing.
3209 ac_ext=cpp
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215   if test -n "$CCC"; then
3216     CXX=$CCC
3217   else
3218     if test -n "$ac_tool_prefix"; then
3219   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220   do
3221     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3224 $as_echo_n "checking for $ac_word... " >&6; }
3225 if ${ac_cv_prog_CXX+:} false; then :
3226   $as_echo_n "(cached) " >&6
3227 else
3228   if test -n "$CXX"; then
3229   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 else
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232 for as_dir in $PATH
3233 do
3234   IFS=$as_save_IFS
3235   test -z "$as_dir" && as_dir=.
3236     for ac_exec_ext in '' $ac_executable_extensions; do
3237   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3240     break 2
3241   fi
3242 done
3243   done
3244 IFS=$as_save_IFS
3245
3246 fi
3247 fi
3248 CXX=$ac_cv_prog_CXX
3249 if test -n "$CXX"; then
3250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3251 $as_echo "$CXX" >&6; }
3252 else
3253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254 $as_echo "no" >&6; }
3255 fi
3256
3257
3258     test -n "$CXX" && break
3259   done
3260 fi
3261 if test -z "$CXX"; then
3262   ac_ct_CXX=$CXX
3263   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 do
3265   # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3270   $as_echo_n "(cached) " >&6
3271 else
3272   if test -n "$ac_ct_CXX"; then
3273   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3277 do
3278   IFS=$as_save_IFS
3279   test -z "$as_dir" && as_dir=.
3280     for ac_exec_ext in '' $ac_executable_extensions; do
3281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282     ac_cv_prog_ac_ct_CXX="$ac_prog"
3283     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3284     break 2
3285   fi
3286 done
3287   done
3288 IFS=$as_save_IFS
3289
3290 fi
3291 fi
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3295 $as_echo "$ac_ct_CXX" >&6; }
3296 else
3297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3298 $as_echo "no" >&6; }
3299 fi
3300
3301
3302   test -n "$ac_ct_CXX" && break
3303 done
3304
3305   if test "x$ac_ct_CXX" = x; then
3306     CXX="g++"
3307   else
3308     case $cross_compiling:$ac_tool_warned in
3309 yes:)
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3312 ac_tool_warned=yes ;;
3313 esac
3314     CXX=$ac_ct_CXX
3315   fi
3316 fi
3317
3318   fi
3319 fi
3320 # Provide some information about the compiler.
3321 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3322 set X $ac_compile
3323 ac_compiler=$2
3324 for ac_option in --version -v -V -qversion; do
3325   { { ac_try="$ac_compiler $ac_option >&5"
3326 case "(($ac_try" in
3327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328   *) ac_try_echo=$ac_try;;
3329 esac
3330 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3331 $as_echo "$ac_try_echo"; } >&5
3332   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3333   ac_status=$?
3334   if test -s conftest.err; then
3335     sed '10a\
3336 ... rest of stderr output deleted ...
3337          10q' conftest.err >conftest.er1
3338     cat conftest.er1 >&5
3339   fi
3340   rm -f conftest.er1 conftest.err
3341   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3342   test $ac_status = 0; }
3343 done
3344
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3346 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3347 if ${ac_cv_cxx_compiler_gnu+:} false; then :
3348   $as_echo_n "(cached) " >&6
3349 else
3350   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3351 /* end confdefs.h.  */
3352
3353 int
3354 main ()
3355 {
3356 #ifndef __GNUC__
3357        choke me
3358 #endif
3359
3360   ;
3361   return 0;
3362 }
3363 _ACEOF
3364 if ac_fn_cxx_try_compile "$LINENO"; then :
3365   ac_compiler_gnu=yes
3366 else
3367   ac_compiler_gnu=no
3368 fi
3369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3370 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3371
3372 fi
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3374 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3375 if test $ac_compiler_gnu = yes; then
3376   GXX=yes
3377 else
3378   GXX=
3379 fi
3380 ac_test_CXXFLAGS=${CXXFLAGS+set}
3381 ac_save_CXXFLAGS=$CXXFLAGS
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3383 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3384 if ${ac_cv_prog_cxx_g+:} false; then :
3385   $as_echo_n "(cached) " >&6
3386 else
3387   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3388    ac_cxx_werror_flag=yes
3389    ac_cv_prog_cxx_g=no
3390    CXXFLAGS="-g"
3391    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392 /* end confdefs.h.  */
3393
3394 int
3395 main ()
3396 {
3397
3398   ;
3399   return 0;
3400 }
3401 _ACEOF
3402 if ac_fn_cxx_try_compile "$LINENO"; then :
3403   ac_cv_prog_cxx_g=yes
3404 else
3405   CXXFLAGS=""
3406       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3407 /* end confdefs.h.  */
3408
3409 int
3410 main ()
3411 {
3412
3413   ;
3414   return 0;
3415 }
3416 _ACEOF
3417 if ac_fn_cxx_try_compile "$LINENO"; then :
3418
3419 else
3420   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3421          CXXFLAGS="-g"
3422          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423 /* end confdefs.h.  */
3424
3425 int
3426 main ()
3427 {
3428
3429   ;
3430   return 0;
3431 }
3432 _ACEOF
3433 if ac_fn_cxx_try_compile "$LINENO"; then :
3434   ac_cv_prog_cxx_g=yes
3435 fi
3436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3437 fi
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 fi
3440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3441    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3444 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3445 if test "$ac_test_CXXFLAGS" = set; then
3446   CXXFLAGS=$ac_save_CXXFLAGS
3447 elif test $ac_cv_prog_cxx_g = yes; then
3448   if test "$GXX" = yes; then
3449     CXXFLAGS="-g -O2"
3450   else
3451     CXXFLAGS="-g"
3452   fi
3453 else
3454   if test "$GXX" = yes; then
3455     CXXFLAGS="-O2"
3456   else
3457     CXXFLAGS=
3458   fi
3459 fi
3460 ac_ext=c
3461 ac_cpp='$CPP $CPPFLAGS'
3462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3465
3466 if test -n "$ac_tool_prefix"; then
3467   # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
3468 set dummy ${ac_tool_prefix}readelf; ac_word=$2
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3470 $as_echo_n "checking for $ac_word... " >&6; }
3471 if ${ac_cv_prog_READELF+:} false; then :
3472   $as_echo_n "(cached) " >&6
3473 else
3474   if test -n "$READELF"; then
3475   ac_cv_prog_READELF="$READELF" # Let the user override the test.
3476 else
3477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3478 for as_dir in $PATH
3479 do
3480   IFS=$as_save_IFS
3481   test -z "$as_dir" && as_dir=.
3482     for ac_exec_ext in '' $ac_executable_extensions; do
3483   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3484     ac_cv_prog_READELF="${ac_tool_prefix}readelf"
3485     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3486     break 2
3487   fi
3488 done
3489   done
3490 IFS=$as_save_IFS
3491
3492 fi
3493 fi
3494 READELF=$ac_cv_prog_READELF
3495 if test -n "$READELF"; then
3496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
3497 $as_echo "$READELF" >&6; }
3498 else
3499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3500 $as_echo "no" >&6; }
3501 fi
3502
3503
3504 fi
3505 if test -z "$ac_cv_prog_READELF"; then
3506   ac_ct_READELF=$READELF
3507   # Extract the first word of "readelf", so it can be a program name with args.
3508 set dummy readelf; ac_word=$2
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3510 $as_echo_n "checking for $ac_word... " >&6; }
3511 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
3512   $as_echo_n "(cached) " >&6
3513 else
3514   if test -n "$ac_ct_READELF"; then
3515   ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
3516 else
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518 for as_dir in $PATH
3519 do
3520   IFS=$as_save_IFS
3521   test -z "$as_dir" && as_dir=.
3522     for ac_exec_ext in '' $ac_executable_extensions; do
3523   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3524     ac_cv_prog_ac_ct_READELF="readelf"
3525     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3526     break 2
3527   fi
3528 done
3529   done
3530 IFS=$as_save_IFS
3531
3532 fi
3533 fi
3534 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
3535 if test -n "$ac_ct_READELF"; then
3536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
3537 $as_echo "$ac_ct_READELF" >&6; }
3538 else
3539   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3540 $as_echo "no" >&6; }
3541 fi
3542
3543   if test "x$ac_ct_READELF" = x; then
3544     READELF="false"
3545   else
3546     case $cross_compiling:$ac_tool_warned in
3547 yes:)
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3550 ac_tool_warned=yes ;;
3551 esac
3552     READELF=$ac_ct_READELF
3553   fi
3554 else
3555   READELF="$ac_cv_prog_READELF"
3556 fi
3557
3558
3559 if test "`cd $srcdir; /bin/pwd`" = "`/bin/pwd`"; then
3560   as_fn_error $? "you must configure in a separate build directory" "$LINENO" 5
3561 fi
3562
3563 # This will get text that should go into config.make.
3564 config_vars=
3565
3566 # Check for a --with-gd argument and set libgd-LDFLAGS in config.make.
3567
3568 # Check whether --with-gd was given.
3569 if test "${with_gd+set}" = set; then :
3570   withval=$with_gd; case "$with_gd" in
3571 yes|''|no) ;;
3572 *) libgd_include="-I$withval/include"
3573    libgd_ldflags="-L$withval/lib" ;;
3574 esac
3575
3576 fi
3577
3578
3579 # Check whether --with-gd-include was given.
3580 if test "${with_gd_include+set}" = set; then :
3581   withval=$with_gd_include; case "$with_gd_include" in
3582 ''|no) ;;
3583 *) libgd_include="-I$withval" ;;
3584 esac
3585
3586 fi
3587
3588
3589 # Check whether --with-gd-lib was given.
3590 if test "${with_gd_lib+set}" = set; then :
3591   withval=$with_gd_lib; case "$with_gd_lib" in
3592 ''|no) ;;
3593 *) libgd_ldflags="-L$withval" ;;
3594 esac
3595
3596 fi
3597
3598
3599 if test -n "$libgd_include"; then
3600   config_vars="$config_vars
3601 CFLAGS-memusagestat.c = $libgd_include"
3602 fi
3603 if test -n "$libgd_ldflags"; then
3604   config_vars="$config_vars
3605 libgd-LDFLAGS = $libgd_ldflags"
3606 fi
3607
3608
3609 # Check whether --with-fp was given.
3610 if test "${with_fp+set}" = set; then :
3611   withval=$with_fp; with_fp=$withval
3612 else
3613   with_fp=yes
3614 fi
3615
3616
3617
3618 # Check whether --with-binutils was given.
3619 if test "${with_binutils+set}" = set; then :
3620   withval=$with_binutils; path_binutils=$withval
3621 else
3622   path_binutils=''
3623 fi
3624
3625
3626 # Check whether --with-selinux was given.
3627 if test "${with_selinux+set}" = set; then :
3628   withval=$with_selinux; with_selinux=$withval
3629 else
3630   with_selinux=auto
3631 fi
3632
3633
3634
3635 # Check whether --with-headers was given.
3636 if test "${with_headers+set}" = set; then :
3637   withval=$with_headers; sysheaders=$withval
3638 else
3639   sysheaders=''
3640 fi
3641
3642
3643
3644
3645
3646 # Check whether --with-default-link was given.
3647 if test "${with_default_link+set}" = set; then :
3648   withval=$with_default_link; use_default_link=$withval
3649 else
3650   use_default_link=default
3651 fi
3652
3653
3654 # Check whether --enable-sanity-checks was given.
3655 if test "${enable_sanity_checks+set}" = set; then :
3656   enableval=$enable_sanity_checks; enable_sanity=$enableval
3657 else
3658   enable_sanity=yes
3659 fi
3660
3661
3662 # Check whether --enable-shared was given.
3663 if test "${enable_shared+set}" = set; then :
3664   enableval=$enable_shared; shared=$enableval
3665 else
3666   shared=yes
3667 fi
3668
3669 # Check whether --enable-profile was given.
3670 if test "${enable_profile+set}" = set; then :
3671   enableval=$enable_profile; profile=$enableval
3672 else
3673   profile=no
3674 fi
3675
3676 # Check whether --enable-versioning was given.
3677 if test "${enable_versioning+set}" = set; then :
3678   enableval=$enable_versioning; enable_versioning=$enableval
3679 else
3680   enable_versioning=yes
3681 fi
3682
3683
3684 # Check whether --enable-oldest-abi was given.
3685 if test "${enable_oldest_abi+set}" = set; then :
3686   enableval=$enable_oldest_abi; oldest_abi=$enableval
3687 else
3688   oldest_abi=no
3689 fi
3690
3691 if test "$oldest_abi" = yes || test "$oldest_abi" = no; then
3692   oldest_abi=default
3693 else
3694   cat >>confdefs.h <<_ACEOF
3695 #define GLIBC_OLDEST_ABI "$oldest_abi"
3696 _ACEOF
3697
3698 fi
3699
3700
3701 # Check whether --enable-stackguard-randomization was given.
3702 if test "${enable_stackguard_randomization+set}" = set; then :
3703   enableval=$enable_stackguard_randomization; enable_stackguard_randomize=$enableval
3704 else
3705   enable_stackguard_randomize=no
3706 fi
3707
3708 if test "$enable_stackguard_randomize" = yes; then
3709   $as_echo "#define ENABLE_STACKGUARD_RANDOMIZE 1" >>confdefs.h
3710
3711 fi
3712
3713 # Check whether --enable-add-ons was given.
3714 if test "${enable_add_ons+set}" = set; then :
3715   enableval=$enable_add_ons;
3716 else
3717   enable_add_ons=yes
3718 fi
3719
3720
3721 # Check whether --enable-hidden-plt was given.
3722 if test "${enable_hidden_plt+set}" = set; then :
3723   enableval=$enable_hidden_plt; hidden=$enableval
3724 else
3725   hidden=yes
3726 fi
3727
3728 if test "x$hidden" = xno; then
3729   $as_echo "#define NO_HIDDEN 1" >>confdefs.h
3730
3731 fi
3732
3733 # Check whether --enable-bind-now was given.
3734 if test "${enable_bind_now+set}" = set; then :
3735   enableval=$enable_bind_now; bindnow=$enableval
3736 else
3737   bindnow=no
3738 fi
3739
3740
3741
3742 # Check whether --enable-static-nss was given.
3743 if test "${enable_static_nss+set}" = set; then :
3744   enableval=$enable_static_nss; static_nss=$enableval
3745 else
3746   static_nss=no
3747 fi
3748
3749 if test x"$static_nss" = xyes || test x"$shared" = xno; then
3750   static_nss=yes
3751   $as_echo "#define DO_STATIC_NSS 1" >>confdefs.h
3752
3753 fi
3754
3755 # Check whether --enable-force-install was given.
3756 if test "${enable_force_install+set}" = set; then :
3757   enableval=$enable_force_install; force_install=$enableval
3758 else
3759   force_install=yes
3760 fi
3761
3762
3763
3764 # Check whether --enable-kernel was given.
3765 if test "${enable_kernel+set}" = set; then :
3766   enableval=$enable_kernel; minimum_kernel=$enableval
3767 fi
3768
3769 if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
3770   # Better nothing than this.
3771   minimum_kernel=""
3772 else
3773   if test "$minimum_kernel" = current; then
3774     minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
3775   fi
3776 fi
3777
3778 # Check whether --enable-all-warnings was given.
3779 if test "${enable_all_warnings+set}" = set; then :
3780   enableval=$enable_all_warnings; all_warnings=$enableval
3781 fi
3782
3783
3784
3785 # Check whether --enable-multi-arch was given.
3786 if test "${enable_multi_arch+set}" = set; then :
3787   enableval=$enable_multi_arch; multi_arch=$enableval
3788 else
3789   multi_arch=default
3790 fi
3791
3792
3793 # Check whether --enable-nss-crypt was given.
3794 if test "${enable_nss_crypt+set}" = set; then :
3795   enableval=$enable_nss_crypt; nss_crypt=$enableval
3796 else
3797   nss_crypt=no
3798 fi
3799
3800 if test x$nss_crypt = xyes; then
3801   nss_includes=-I$(nss-config --includedir 2>/dev/null)
3802   if test $? -ne 0; then
3803     as_fn_error $? "cannot find include directory with nss-config" "$LINENO" 5
3804   fi
3805   old_CFLAGS="$CFLAGS"
3806   CFLAGS="$CFLAGS $nss_includes"
3807
3808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3809 /* end confdefs.h.  */
3810 typedef int PRBool;
3811 #include <hasht.h>
3812 #include <nsslowhash.h>
3813 void f (void) { NSSLOW_Init (); }
3814 int
3815 main ()
3816 {
3817
3818   ;
3819   return 0;
3820 }
3821 _ACEOF
3822 if ac_fn_c_try_compile "$LINENO"; then :
3823   libc_cv_nss_crypt=yes
3824 else
3825   as_fn_error $? "
3826 cannot find NSS headers with lowlevel hash function interfaces" "$LINENO" 5
3827 fi
3828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3829   old_LIBS="$LIBS"
3830   LIBS="$LIBS -lfreebl3"
3831   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3832 /* end confdefs.h.  */
3833 typedef int PRBool;
3834 #include <hasht.h>
3835 #include <nsslowhash.h>
3836 int
3837 main ()
3838 {
3839 NSSLOW_Init();
3840   ;
3841   return 0;
3842 }
3843 _ACEOF
3844 if ac_fn_c_try_link "$LINENO"; then :
3845   libc_cv_nss_crypt=yes
3846 else
3847   as_fn_error $? "
3848 cannot link program using lowlevel NSS hash functions" "$LINENO" 5
3849 fi
3850 rm -f core conftest.err conftest.$ac_objext \
3851     conftest$ac_exeext conftest.$ac_ext
3852   CFLAGS="$old_CFLAGS"
3853   LIBS="$old_LIBS"
3854 else
3855   libc_cv_nss_crypt=no
3856 fi
3857
3858
3859
3860 # Check whether --enable-obsolete-rpc was given.
3861 if test "${enable_obsolete_rpc+set}" = set; then :
3862   enableval=$enable_obsolete_rpc; link_obsolete_rpc=$enableval
3863 else
3864   link_obsolete_rpc=no
3865 fi
3866
3867
3868
3869 if test "$link_obsolete_rpc" = yes; then
3870   $as_echo "#define LINK_OBSOLETE_RPC 1" >>confdefs.h
3871
3872 fi
3873
3874 # Check whether --enable-systemtap was given.
3875 if test "${enable_systemtap+set}" = set; then :
3876   enableval=$enable_systemtap; systemtap=$enableval
3877 else
3878   systemtap=no
3879 fi
3880
3881 if test "x$systemtap" != xno; then
3882   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5
3883 $as_echo_n "checking for systemtap static probe support... " >&6; }
3884 if ${libc_cv_sdt+:} false; then :
3885   $as_echo_n "(cached) " >&6
3886 else
3887     old_CFLAGS="$CFLAGS"
3888   CFLAGS="-std=gnu99 $CFLAGS"
3889   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3890 /* end confdefs.h.  */
3891 #include <sys/sdt.h>
3892 void foo (int i, void *p)
3893 {
3894   asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) ""
3895        :: STAP_PROBE_ASM_OPERANDS (2, i, p));
3896 }
3897 _ACEOF
3898 if ac_fn_c_try_compile "$LINENO"; then :
3899   libc_cv_sdt=yes
3900 else
3901   libc_cv_sdt=no
3902 fi
3903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3904   CFLAGS="$old_CFLAGS"
3905 fi
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5
3907 $as_echo "$libc_cv_sdt" >&6; }
3908   if test $libc_cv_sdt = yes; then
3909     $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h
3910
3911   elif test "x$systemtap" != xauto; then
3912     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3913 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3914 as_fn_error $? "systemtap support needs sys/sdt.h with asm support
3915 See \`config.log' for more details" "$LINENO" 5; }
3916   fi
3917 fi
3918
3919 # Check whether --enable-build-nscd was given.
3920 if test "${enable_build_nscd+set}" = set; then :
3921   enableval=$enable_build_nscd; build_nscd=$enableval
3922 else
3923   build_nscd=default
3924 fi
3925
3926
3927
3928 # Note the use of $use_nscd is near the bottom of the file.
3929 # Check whether --enable-nscd was given.
3930 if test "${enable_nscd+set}" = set; then :
3931   enableval=$enable_nscd; use_nscd=$enableval
3932 else
3933   use_nscd=yes
3934 fi
3935
3936
3937 # The way shlib-versions is used to generate soversions.mk uses a
3938 # fairly simplistic model for name recognition that can't distinguish
3939 # i486-pc-linux-gnu fully from i486-pc-gnu.  So we mutate a $host_os
3940 # of `gnu*' here to be `gnu-gnu*' just so that shlib-versions can
3941 # tell.  This doesn't get used much beyond that, so it's fairly safe.
3942 case "$host_os" in
3943 linux*)
3944   ;;
3945 gnu*)
3946   host_os=`echo $host_os | sed -e 's/gnu/gnu-gnu/'`
3947   ;;
3948 esac
3949
3950 # We keep the original values in `$config_*' and never modify them, so we
3951 # can write them unchanged into config.make.  Everything else uses
3952 # $machine, $vendor, and $os, and changes them whenever convenient.
3953 config_machine=$host_cpu config_vendor=$host_vendor config_os=$host_os
3954
3955 # Don't allow vendor == "unknown"
3956 test "$config_vendor" = unknown && config_vendor=
3957 config_os="`echo $config_os | sed 's/^unknown-//'`"
3958
3959 # Some configurations imply other options.
3960 elf=yes
3961
3962 # The configure fragment of an add-on port can modify these to supplement
3963 # or override the table in the case statement below.  No fragment should
3964 # ever change the config_* variables, however.
3965 machine=$config_machine
3966 vendor=$config_vendor
3967 os=$config_os
3968 base_os=''
3969
3970 # config.guess on some IBM machines says `rs6000' instead of `powerpc'.
3971 # Unify this here.
3972 if test "$machine" = rs6000; then
3973   machine="powerpc"
3974 fi
3975
3976 # Braindead PowerPC box with absolutely no FPU.
3977 case "$machine-$host_os" in
3978   powerpc*-*soft)
3979     with_fp=no
3980     ;;
3981 esac
3982
3983 submachine=
3984
3985 # Check whether --with-cpu was given.
3986 if test "${with_cpu+set}" = set; then :
3987   withval=$with_cpu;   case "$withval" in
3988   yes|'') as_fn_error $? "--with-cpu requires an argument" "$LINENO" 5 ;;
3989   no) ;;
3990   *) submachine="$withval" ;;
3991   esac
3992
3993 fi
3994
3995
3996 if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
3997 then
3998   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
3999 $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
4000   for frag in $frags; do
4001     name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
4002     echo $ECHO_N "$name $ECHO_C" >&6
4003     . "$frag"
4004   done
4005   { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
4006 $as_echo "" >&6; }
4007 fi
4008
4009 # An add-on can set this when it wants to disable the sanity check below.
4010 libc_config_ok=no
4011
4012 subdirs="$subdirs "
4013
4014
4015 case "$enable_add_ons" in
4016 ''|no) add_ons= ;;
4017 yes|'*')
4018  add_ons=`cd $srcdir && ls -d 2> /dev/null */configure */sysdeps |
4019           sed 's@/[^/]*$@@' | sort | uniq`
4020          add_ons_automatic=yes
4021          ;;
4022 *) add_ons=`echo "$enable_add_ons" | sed 's/,/ /g'`
4023        add_ons_automatic=no ;;
4024 esac
4025
4026 configured_add_ons=
4027 add_ons_sfx=
4028 add_ons_pfx=
4029 if test x"$add_ons" != x; then
4030   for f in $add_ons; do
4031     # Some sanity checks
4032     case "$f" in
4033     crypt)
4034       as_fn_error $? "
4035 *** It seems that you're using an old \`crypt' add-on.  crypt is now
4036 *** part of glibc and using the old add-on will not work with this
4037 *** release.  Start again with fresh sources and without the old
4038 *** \`crypt' add-on." "$LINENO" 5
4039     ;;
4040     localedata)
4041       as_fn_error $? "
4042 *** It seems that you're using an old \`localedata' add-on.  localedata
4043 *** is now part of glibc and using the old add-on will not work with
4044 *** this release.  Start again with fresh sources and without the old
4045 *** \`localedata' add-on." "$LINENO" 5
4046     ;;
4047     esac
4048   done
4049
4050   # Now source each add-on's configure fragment.
4051   # The fragments can use $srcdir/$libc_add_on to find themselves,
4052   # and test $add_ons_automatic to see if they were explicitly requested.
4053   # A fragment can clear (or even change) $libc_add_on to affect
4054   # whether it goes into the list to be actually used in the build.
4055   use_add_ons=
4056   for libc_add_on in $add_ons; do
4057     # Test whether such a directory really exists.
4058     # It can be absolute, or relative to $srcdir, or relative to the build dir.
4059     case "$libc_add_on" in
4060     /*)
4061       libc_add_on_srcdir=$libc_add_on
4062       ;;
4063     *)
4064       test -d "$srcdir/$libc_add_on" || {
4065         if test -d "$libc_add_on"; then
4066           libc_add_on="`pwd`/$libc_add_on"
4067         else
4068           as_fn_error $? "add-on directory \"$libc_add_on\" does not exist" "$LINENO" 5
4069         fi
4070       }
4071       libc_add_on_srcdir=$srcdir/$libc_add_on
4072       ;;
4073     esac
4074
4075     libc_add_on_frag=$libc_add_on_srcdir/configure
4076     libc_add_on_canonical=
4077     libc_add_on_config_subdirs=
4078     if test -r "$libc_add_on_frag"; then
4079       { $as_echo "$as_me:${as_lineno-$LINENO}: running configure fragment for add-on $libc_add_on" >&5
4080 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;}
4081       libc_add_on_canonical=unknown
4082       libc_add_on_subdirs=
4083       . "$libc_add_on_frag"
4084       test -z "$libc_add_on" || {
4085         configured_add_ons="$configured_add_ons $libc_add_on"
4086         if test "x$libc_add_on_canonical" = xunknown; then
4087           as_fn_error $? "fragment must set \$libc_add_on_canonical" "$LINENO" 5
4088         fi
4089         for d in $libc_add_on_subdirs; do
4090           case "$libc_add_on" in
4091           /*) subdir_srcdir="$libc_add_on" ;;
4092           *) subdir_srcdir="\$(..)$libc_add_on" ;;
4093           esac
4094           case "$d" in
4095           .)
4096             d="${libc_add_on_canonical:-$libc_add_on}"
4097             ;;
4098           /*)
4099             subdir_srcdir="$d"
4100             ;;
4101           *)
4102             subdir_srcdir="$subdir_srcdir/$d"
4103             ;;
4104           esac
4105           d=`echo "$d" | sed 's@/*$@@;s@^.*/@@'`
4106           add_on_subdirs="$add_on_subdirs $d"
4107           test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars
4108 $d-srcdir = $subdir_srcdir"
4109         done
4110         for d in $libc_add_on_config_subdirs; do
4111           case "$d" in
4112           /*) as_fn_error $? "fragment uses absolute path in \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
4113           esac
4114           if test ! -d "$libc_add_on_srcdir/$d"; then
4115             as_fn_error $? "fragment wants to configure missing directory $d" "$LINENO" 5
4116           fi
4117           case "$libc_add_on" in
4118           /*) as_fn_error $? "relative path required for add-on using \$libc_add_on_config_subdirs" "$LINENO" 5 ;;
4119           esac
4120           subdirs="$subdirs $libc_add_on/$d"
4121         done
4122       }
4123     fi
4124     if test -n "$libc_add_on"; then
4125       if frags=`ls -d $libc_add_on_srcdir/sysdeps/*/preconfigure 2> /dev/null`
4126 then
4127   { $as_echo "$as_me:${as_lineno-$LINENO}: checking add-on $libc_add_on for preconfigure fragments" >&5
4128 $as_echo_n "checking add-on $libc_add_on for preconfigure fragments... " >&6; }
4129   for frag in $frags; do
4130     name=`echo "$frag" | sed 's@/[^/]*$@@;s@^.*/@@'`
4131     echo $ECHO_N "$name $ECHO_C" >&6
4132     . "$frag"
4133   done
4134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
4135 $as_echo "" >&6; }
4136 fi
4137       use_add_ons="$use_add_ons $libc_add_on"
4138       add_ons_pfx="$add_ons_pfx $libc_add_on/"
4139       test -z "$libc_add_on_canonical" ||
4140       add_ons_sfx="$add_ons_sfx /$libc_add_on_canonical"
4141     fi
4142   done
4143   # Use echo to strip excess whitespace.
4144   add_ons="`echo $use_add_ons`"
4145 fi
4146
4147
4148
4149
4150 ###
4151 ### I put this here to prevent those annoying emails from people who cannot
4152 ### read and try to compile glibc on unsupported platforms.  --drepper
4153 ###
4154 ### By using the undocumented --enable-hacker-mode option for configure
4155 ### one can skip this test to make the configuration not fail for unsupported
4156 ### platforms.
4157 ###
4158 if test -z "$enable_hacker_mode" && test x"$libc_config_ok" != xyes; then
4159   case "$machine-$host_os" in
4160   *-linux* | *-gnu*)
4161     ;;
4162   *)
4163     echo "*** The GNU C library is currently not available for this platform."
4164     echo "*** So far nobody cared to port it and if there is no volunteer it"
4165     echo "*** might never happen.  So, if you have interest to see glibc on"
4166     echo "*** this platform visit"
4167     echo "***   http://www.gnu.org/software/libc/porting.html"
4168     echo "*** and join the group of porters"
4169     exit 1
4170     ;;
4171   esac
4172 fi
4173
4174 # Expand the configuration machine name into a subdirectory by architecture
4175 # type and particular chip.  If an add-on configure fragment already set
4176 # base_machine, we don't change it.
4177 test -n "$base_machine" || case "$machine" in
4178 i[34567]86)     base_machine=i386 machine=i386/$machine ;;
4179 powerpc)        base_machine=powerpc machine=powerpc/powerpc32 ;;
4180 powerpc64)      base_machine=powerpc machine=powerpc/powerpc64 ;;
4181 s390)           base_machine=s390 machine=s390/s390-32 ;;
4182 s390x)          base_machine=s390 machine=s390/s390-64 ;;
4183 sh3*)           base_machine=sh machine=sh/sh3 ;;
4184 sh4*)           base_machine=sh machine=sh/sh4 ;;
4185 sparc | sparcv[67])
4186                 base_machine=sparc machine=sparc/sparc32 ;;
4187 sparcv8 | supersparc | hypersparc)
4188                 base_machine=sparc machine=sparc/sparc32/sparcv8 ;;
4189 sparcv8plus | sparcv8plusa | sparcv9)
4190                 base_machine=sparc machine=sparc/sparc32/sparcv9 ;;
4191 sparcv8plusb | sparcv9b)
4192                 base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9b ;;
4193 sparcv9v)
4194                 base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9v ;;
4195 sparcv9v2)
4196                 base_machine=sparc machine=sparc/sparc32/sparcv9/sparcv9v2 ;;
4197 sparc64)
4198                 base_machine=sparc machine=sparc/sparc64 ;;
4199 sparc64b)
4200                 base_machine=sparc machine=sparc/sparc64/sparcv9b ;;
4201 sparc64v)
4202                 base_machine=sparc machine=sparc/sparc64/sparcv9v ;;
4203 sparc64v2)
4204                 base_machine=sparc machine=sparc/sparc64/sparcv9v2 ;;
4205 *)              base_machine=$machine ;;
4206 esac
4207
4208
4209 if test "$base_machine" = "i386"; then
4210   $as_echo "#define USE_REGPARMS 1" >>confdefs.h
4211
4212 fi
4213
4214 # For the multi-arch option we need support in the assembler & linker.
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler and linker STT_GNU_IFUNC support" >&5
4216 $as_echo_n "checking for assembler and linker STT_GNU_IFUNC support... " >&6; }
4217 if ${libc_cv_ld_gnu_indirect_function+:} false; then :
4218   $as_echo_n "(cached) " >&6
4219 else
4220   cat > conftest.s <<EOF
4221 .type foo,%gnu_indirect_function
4222 foo:
4223 .globl _start
4224 _start:
4225 .globl __start
4226 __start:
4227 .data
4228 .long foo
4229 EOF
4230 libc_cv_ld_gnu_indirect_function=no
4231 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
4232             -nostartfiles -nostdlib \
4233             -o conftest conftest.s 1>&5 2>&5; then
4234   # Do a link to see if the backend supports IFUNC relocs.
4235   $READELF -r conftest 1>&5
4236   LC_ALL=C $READELF -r conftest | grep 'no relocations' >/dev/null || {
4237     libc_cv_ld_gnu_indirect_function=yes
4238   }
4239 fi
4240 rm -f conftest*
4241 fi
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_gnu_indirect_function" >&5
4243 $as_echo "$libc_cv_ld_gnu_indirect_function" >&6; }
4244
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .text pseudo-op must be used" >&5
4246 $as_echo_n "checking whether .text pseudo-op must be used... " >&6; }
4247 if ${libc_cv_dot_text+:} false; then :
4248   $as_echo_n "(cached) " >&6
4249 else
4250   cat > conftest.s <<EOF
4251 .text
4252 EOF
4253 libc_cv_dot_text=
4254 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
4255   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
4256   (eval $ac_try) 2>&5
4257   ac_status=$?
4258   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4259   test $ac_status = 0; }; }; then
4260   libc_cv_dot_text=.text
4261 fi
4262 rm -f conftest*
4263 fi
4264
4265 if test -z "$libc_cv_dot_text"; then
4266   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4267 $as_echo "no" >&6; }
4268 else
4269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4270 $as_echo "yes" >&6; }
4271 fi
4272
4273 if test x"$libc_cv_ld_gnu_indirect_function" != xyes; then
4274   if test x"$multi_arch" = xyes; then
4275     as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5
4276   else
4277     multi_arch=no
4278   fi
4279 fi
4280 if test x"$multi_arch" != xno; then
4281   multi_arch_d=/multiarch
4282 fi
4283
4284 # Compute the list of sysdep directories for this configuration.
4285 # This can take a while to compute.
4286 sysdep_dir=$srcdir/sysdeps
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sysdep dirs" >&5
4288 $as_echo_n "checking sysdep dirs... " >&6; }
4289 # Make sco3.2v4 become sco3.2.4 and sunos4.1.1_U1 become sunos4.1.1.U1.
4290 os="`echo $os | sed 's/\([0-9A-Z]\)[v_]\([0-9A-Z]\)/\1.\2/g'`"
4291
4292 test "x$base_os" != x || case "$os" in
4293 gnu*)
4294   base_os=mach/hurd ;;
4295 linux*)
4296   base_os=unix/sysv ;;
4297 esac
4298
4299 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
4300 tail=$os
4301 ostry=$os
4302 while o=`echo $tail | sed 's/\.[^.]*$//'`; test $o != $tail; do
4303   ostry="$ostry /$o"
4304   tail=$o
4305 done
4306 o=`echo $tail | sed 's/[0-9]*$//'`
4307 if test $o != $tail; then
4308   ostry="$ostry /$o"
4309 fi
4310 # For linux-gnu, try linux-gnu, then linux.
4311 o=`echo $tail | sed 's/-.*$//'`
4312 if test $o != $tail; then
4313   ostry="$ostry /$o"
4314 fi
4315
4316 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
4317 base=
4318 tail=$base_os
4319 while b=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$b"; do
4320   set $b
4321   base="$base /$1"
4322   tail="$2"
4323 done
4324
4325 # For sparc/sparc32, try sparc/sparc32 and then sparc.
4326 mach=
4327 tail=$machine${submachine:+/$submachine}
4328 while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
4329   set $m
4330   # Prepend the machine's FPU directory unless --without-fp.
4331   if test "$with_fp" = yes; then
4332     mach="$mach /$1/fpu"
4333   else
4334     mach="$mach /$1/nofpu"
4335   fi
4336   mach="$mach /$1"
4337   tail="$2"
4338 done
4339
4340
4341 # Find what sysdep directories exist.
4342 sysnames_add_ons=
4343 sysnames=
4344 for b in $base ''; do
4345   for m0 in $mach ''; do
4346     for v in /$vendor ''; do
4347       test "$v" = / && continue
4348       for o in /$ostry ''; do
4349         test "$o" = / && continue
4350         for m in $multi_arch_d $mach ''; do
4351           for d in $add_ons_pfx ''; do
4352             for a in $add_ons_sfx ''; do
4353               if test -n "$m0$m0sub$b$v$o$m$msub"; then
4354                 try_srcdir="${srcdir}/"
4355                 case "$d" in
4356                 /*) try_srcdir= ;;
4357                 esac
4358                 try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
4359                 test -n "$enable_debug_configure" &&
4360                 echo "$0 DEBUG: try $try" >&2
4361                 if test -d "$try_srcdir$try"; then
4362                   sysnames="$sysnames $try"
4363                   { test -n "$o" || test -n "$b"; } && os_used=t
4364                   { test -n "$m" || test -n "$m0"; } && machine_used=t
4365                   case x${m0:-$m} in
4366                   x*/$submachine) submachine_used=t ;;
4367                   esac
4368                   if test -n "$d"; then
4369                     case "$sysnames_add_ons" in
4370                     *" $d "*) ;;
4371                     *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4372                     esac
4373                   fi
4374                 fi
4375               fi
4376             done
4377           done
4378         done
4379       done
4380     done
4381   done
4382 done
4383
4384 # If the assembler supports gnu_indirect_function symbol type and the
4385 # architecture supports multi-arch, we enable multi-arch by default.
4386 case $sysnames_add_ons$sysnames in
4387 *"$multi_arch_d"*)
4388   ;;
4389 *)
4390   test x"$multi_arch" = xdefault && multi_arch=no
4391   ;;
4392 esac
4393 if test x"$multi_arch" != xno; then
4394   $as_echo "#define USE_MULTIARCH 1" >>confdefs.h
4395
4396 fi
4397
4398
4399 if test -z "$os_used" && test "$os" != none; then
4400   as_fn_error $? "Operating system $os is not supported." "$LINENO" 5
4401 fi
4402 if test -z "$machine_used" && test "$machine" != none; then
4403   as_fn_error $? "The $machine is not supported." "$LINENO" 5
4404 fi
4405 if test -z "$submachine_used" && test -n "$submachine"; then
4406   as_fn_error $? "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5
4407 fi
4408
4409
4410 # We have now validated the configuration.
4411
4412 # Expand the list of system names into a full list of directories
4413 # from each element's parent name and Implies file (if present).
4414 set $sysnames
4415 names=
4416 while test $# -gt 0; do
4417   name=$1
4418   shift
4419
4420   case " $names " in *" $name "*)
4421     # Already in the list.
4422     continue
4423   esac
4424
4425   # Report each name as we discover it, so there is no long pause in output.
4426   echo $ECHO_N "$name $ECHO_C" >&6
4427
4428   name_base=`echo $name | sed -e 's@\(.*sysdeps\)/.*@\1@'`
4429
4430   case $name in
4431     /*) xsrcdir= ;;
4432     *)  xsrcdir=$srcdir/ ;;
4433   esac
4434   test -n "$enable_debug_configure" &&
4435   echo "DEBUG: name/Implies $xsrcdir$name/Implies" >&2
4436
4437   for implies_file in Implies Implies-before Implies-after; do
4438     implies_type=`echo $implies_file | sed s/-/_/`
4439     eval ${implies_type}=
4440     if test -f $xsrcdir$name/$implies_file; then
4441       # Collect more names from the `Implies' file (removing comments).
4442       implied_candidate="`sed 's/#.*$//' < $xsrcdir$name/$implies_file`"
4443       for x in $implied_candidate; do
4444         found=no
4445         if test -d $xsrcdir$name_base/$x; then
4446           eval "${implies_type}=\"\$${implies_type} \$name_base/\$x\""
4447           found=yes
4448         fi
4449         for d in $add_ons_pfx ''; do
4450           try="${d}sysdeps/$x"
4451           case $d in
4452            /*) try_srcdir= ;;
4453            *) try_srcdir=$srcdir/ ;;
4454           esac
4455           test -n "$enable_debug_configure" &&
4456            echo "DEBUG: $name $implies_file $x try($d) {$try_srcdir}$try" >&2
4457           if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
4458           then
4459             eval "${implies_type}=\"\$${implies_type} \$try\""
4460             found=yes
4461             case "$sysnames_add_ons" in
4462             *" $d "*) ;;
4463             *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
4464             esac
4465           fi
4466         done
4467         if test $found = no; then
4468           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $name/$implies_file specifies nonexistent $x" >&5
4469 $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
4470         fi
4471       done
4472     fi
4473   done
4474
4475   # Add NAME to the list of names.
4476   names="$names $name"
4477
4478   # Find the parent of NAME, using the empty string if it has none.
4479   parent="`echo $name | sed -n -e 's=/[^/]*$==' -e '/sysdeps$/q' -e p`"
4480
4481   test -n "$enable_debug_configure" &&
4482     echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
4483 Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
4484
4485   # Add the names implied by NAME, and NAME's parent (if it has one), to
4486   # the list of names to be processed (the argument list).  We prepend the
4487   # implied names to the list and append the parent.  We want implied
4488   # directories to come before further directories inferred from the
4489   # configuration components; this ensures that for sysv4, unix/common
4490   # (implied by unix/sysv/sysv4) comes before unix/sysv (in ostry (here $*)
4491   # after sysv4).
4492   sysnames="`echo $Implies $* $Implies_before $parent $Implies_after`"
4493   test -n "$sysnames" && set $sysnames
4494 done
4495
4496 # Add the default directories.
4497 default_sysnames="sysdeps/generic"
4498 sysnames="$names $default_sysnames"
4499
4500 # The other names were emitted during the scan.
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $default_sysnames" >&5
4502 $as_echo "$default_sysnames" >&6; }
4503
4504 # Collect the list of add-ons that supply partial sysdeps trees.
4505 sysdeps_add_ons=
4506 for add_on in $add_ons; do
4507   case "$add_on" in
4508   /*) xsrcdir= ;;
4509   *) xsrcdir="$srcdir/" ;;
4510   esac
4511
4512   test -d "$xsrcdir$add_on/sysdeps" || {
4513     case "$configured_add_ons " in
4514     *" $add_on "*) ;;
4515     *|'')
4516       as_fn_error $? "add-on $add_on has no configure fragment or sysdeps tree" "$LINENO" 5
4517       ;;
4518     esac
4519     continue
4520   }
4521
4522   sysdeps_add_ons="$sysdeps_add_ons $add_on"
4523   case "$sysnames_add_ons" in
4524   *" $add_on/ "*) ;;
4525   *|'')
4526     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no sysdeps directories" >&5
4527 $as_echo "$as_me: WARNING: add-on $add_on contributed no sysdeps directories" >&2;}
4528     continue ;;
4529   esac
4530
4531   found=no
4532   for d in $sysnames; do
4533     case "$d" in
4534     $add_on/sysdeps/*) ;;
4535     *) continue ;;
4536     esac
4537     (cd "$xsrcdir$d" && for f in *[!~]; do
4538        case "$f" in
4539        sys|bits)
4540          for ff in $f/*.h; do
4541            test -d "$ff" || { test -e "$ff" && exit 88; }
4542          done
4543          ;;
4544        *)
4545          test -d "$f" || { test -e "$f" && exit 88; }
4546          ;;
4547        esac
4548      done)
4549     if test $? -eq 88; then
4550       found=yes
4551       break
4552     fi
4553   done
4554   if test $found = no; then
4555     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: add-on $add_on contributed no useful sysdeps directories" >&5
4556 $as_echo "$as_me: WARNING: add-on $add_on contributed no useful sysdeps directories" >&2;}
4557   fi
4558 done
4559
4560
4561
4562 ### Locate tools.
4563
4564 # Find a good install program.  We prefer a C program (faster),
4565 # so one script is as good as another.  But avoid the broken or
4566 # incompatible versions:
4567 # SysV /etc/install, /usr/sbin/install
4568 # SunOS /usr/etc/install
4569 # IRIX /sbin/install
4570 # AIX /bin/install
4571 # AmigaOS /C/install, which installs bootblocks on floppy discs
4572 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4573 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4574 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4575 # OS/2's system install, which has a completely different semantic
4576 # ./install, which can be erroneously created by make from ./install.sh.
4577 # Reject install programs that cannot install multiple files.
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4579 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4580 if test -z "$INSTALL"; then
4581 if ${ac_cv_path_install+:} false; then :
4582   $as_echo_n "(cached) " >&6
4583 else
4584   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH
4586 do
4587   IFS=$as_save_IFS
4588   test -z "$as_dir" && as_dir=.
4589     # Account for people who put trailing slashes in PATH elements.
4590 case $as_dir/ in #((
4591   ./ | .// | /[cC]/* | \
4592   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4593   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4594   /usr/ucb/* ) ;;
4595   *)
4596     # OSF1 and SCO ODT 3.0 have their own names for install.
4597     # Don't use installbsd from OSF since it installs stuff as root
4598     # by default.
4599     for ac_prog in ginstall scoinst install; do
4600       for ac_exec_ext in '' $ac_executable_extensions; do
4601         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4602           if test $ac_prog = install &&
4603             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4604             # AIX install.  It has an incompatible calling convention.
4605             :
4606           elif test $ac_prog = install &&
4607             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4608             # program-specific install script used by HP pwplus--don't use.
4609             :
4610           else
4611             rm -rf conftest.one conftest.two conftest.dir
4612             echo one > conftest.one
4613             echo two > conftest.two
4614             mkdir conftest.dir
4615             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4616               test -s conftest.one && test -s conftest.two &&
4617               test -s conftest.dir/conftest.one &&
4618               test -s conftest.dir/conftest.two
4619             then
4620               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4621               break 3
4622             fi
4623           fi
4624         fi
4625       done
4626     done
4627     ;;
4628 esac
4629
4630   done
4631 IFS=$as_save_IFS
4632
4633 rm -rf conftest.one conftest.two conftest.dir
4634
4635 fi
4636   if test "${ac_cv_path_install+set}" = set; then
4637     INSTALL=$ac_cv_path_install
4638   else
4639     # As a last resort, use the slow shell script.  Don't cache a
4640     # value for INSTALL within a source directory, because that will
4641     # break other packages using the cache if that directory is
4642     # removed, or if the value is a relative name.
4643     INSTALL=$ac_install_sh
4644   fi
4645 fi
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4647 $as_echo "$INSTALL" >&6; }
4648
4649 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4650 # It thinks the first close brace ends the variable substitution.
4651 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4652
4653 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4654
4655 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4656
4657 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
4658   # The makefiles need to use a different form to find it in $srcdir.
4659   INSTALL='\$(..)./scripts/install-sh -c'
4660 fi
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4662 $as_echo_n "checking whether ln -s works... " >&6; }
4663 LN_S=$as_ln_s
4664 if test "$LN_S" = "ln -s"; then
4665   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4666 $as_echo "yes" >&6; }
4667 else
4668   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4669 $as_echo "no, using $LN_S" >&6; }
4670 fi
4671
4672
4673 # Was a --with-binutils option given?
4674 if test -n "$path_binutils"; then
4675     # Make absolute; ensure a single trailing slash.
4676     path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
4677     CC="$CC -B$path_binutils"
4678 fi
4679 AS=`$CC -print-prog-name=as`
4680 LD=`$CC -print-prog-name=ld`
4681 AR=`$CC -print-prog-name=ar`
4682
4683 OBJDUMP=`$CC -print-prog-name=objdump`
4684
4685 OBJCOPY=`$CC -print-prog-name=objcopy`
4686
4687
4688 # Determine whether we are using GNU binutils.
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
4690 $as_echo_n "checking whether $AS is GNU as... " >&6; }
4691 if ${libc_cv_prog_as_gnu+:} false; then :
4692   $as_echo_n "(cached) " >&6
4693 else
4694   # Most GNU programs take a -v and spit out some text including
4695 # the word 'GNU'.  Some try to read stdin, so give them /dev/null.
4696 if $AS -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4697   libc_cv_prog_as_gnu=yes
4698 else
4699   libc_cv_prog_as_gnu=no
4700 fi
4701 rm -fr contest*
4702 fi
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_as_gnu" >&5
4704 $as_echo "$libc_cv_prog_as_gnu" >&6; }
4705 rm -f a.out
4706 gnu_as=$libc_cv_prog_as_gnu
4707
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD is GNU ld" >&5
4709 $as_echo_n "checking whether $LD is GNU ld... " >&6; }
4710 if ${libc_cv_prog_ld_gnu+:} false; then :
4711   $as_echo_n "(cached) " >&6
4712 else
4713   # Most GNU programs take a -v and spit out some text including
4714 # the word 'GNU'.  Some try to read stdin, so give them /dev/null.
4715 if $LD -o conftest -v </dev/null 2>&1 | grep GNU > /dev/null 2>&1; then
4716   libc_cv_prog_ld_gnu=yes
4717 else
4718   libc_cv_prog_ld_gnu=no
4719 fi
4720 rm -fr contest*
4721 fi
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_prog_ld_gnu" >&5
4723 $as_echo "$libc_cv_prog_ld_gnu" >&6; }
4724 gnu_ld=$libc_cv_prog_ld_gnu
4725
4726
4727 # Accept binutils 2.20 or newer.
4728 for ac_prog in $AS
4729 do
4730   # Extract the first word of "$ac_prog", so it can be a program name with args.
4731 set dummy $ac_prog; ac_word=$2
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4733 $as_echo_n "checking for $ac_word... " >&6; }
4734 if ${ac_cv_prog_AS+:} false; then :
4735   $as_echo_n "(cached) " >&6
4736 else
4737   if test -n "$AS"; then
4738   ac_cv_prog_AS="$AS" # Let the user override the test.
4739 else
4740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4741 for as_dir in $PATH
4742 do
4743   IFS=$as_save_IFS
4744   test -z "$as_dir" && as_dir=.
4745     for ac_exec_ext in '' $ac_executable_extensions; do
4746   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4747     ac_cv_prog_AS="$ac_prog"
4748     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4749     break 2
4750   fi
4751 done
4752   done
4753 IFS=$as_save_IFS
4754
4755 fi
4756 fi
4757 AS=$ac_cv_prog_AS
4758 if test -n "$AS"; then
4759   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4760 $as_echo "$AS" >&6; }
4761 else
4762   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4763 $as_echo "no" >&6; }
4764 fi
4765
4766
4767   test -n "$AS" && break
4768 done
4769
4770 if test -z "$AS"; then
4771   ac_verc_fail=yes
4772 else
4773   # Found it, now check the version.
4774   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AS" >&5
4775 $as_echo_n "checking version of $AS... " >&6; }
4776   ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
4777   case $ac_prog_version in
4778     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4779     2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
4780        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4781     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4782
4783   esac
4784   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4785 $as_echo "$ac_prog_version" >&6; }
4786 fi
4787 if test $ac_verc_fail = yes; then
4788   AS=: critic_missing="$critic_missing as"
4789 fi
4790
4791 for ac_prog in $LD
4792 do
4793   # Extract the first word of "$ac_prog", so it can be a program name with args.
4794 set dummy $ac_prog; ac_word=$2
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if ${ac_cv_prog_LD+:} false; then :
4798   $as_echo_n "(cached) " >&6
4799 else
4800   if test -n "$LD"; then
4801   ac_cv_prog_LD="$LD" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4805 do
4806   IFS=$as_save_IFS
4807   test -z "$as_dir" && as_dir=.
4808     for ac_exec_ext in '' $ac_executable_extensions; do
4809   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810     ac_cv_prog_LD="$ac_prog"
4811     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4812     break 2
4813   fi
4814 done
4815   done
4816 IFS=$as_save_IFS
4817
4818 fi
4819 fi
4820 LD=$ac_cv_prog_LD
4821 if test -n "$LD"; then
4822   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4823 $as_echo "$LD" >&6; }
4824 else
4825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4826 $as_echo "no" >&6; }
4827 fi
4828
4829
4830   test -n "$LD" && break
4831 done
4832
4833 if test -z "$LD"; then
4834   ac_verc_fail=yes
4835 else
4836   # Found it, now check the version.
4837   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $LD" >&5
4838 $as_echo_n "checking version of $LD... " >&6; }
4839   ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4840   case $ac_prog_version in
4841     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4842     2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
4843        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4844     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4845
4846   esac
4847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4848 $as_echo "$ac_prog_version" >&6; }
4849 fi
4850 if test $ac_verc_fail = yes; then
4851   LD=: critic_missing="$critic_missing ld"
4852 fi
4853
4854
4855 # These programs are version sensitive.
4856
4857 for ac_prog in ${ac_tool_prefix}gcc ${ac_tool_prefix}cc
4858 do
4859   # Extract the first word of "$ac_prog", so it can be a program name with args.
4860 set dummy $ac_prog; ac_word=$2
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4862 $as_echo_n "checking for $ac_word... " >&6; }
4863 if ${ac_cv_prog_CC+:} false; then :
4864   $as_echo_n "(cached) " >&6
4865 else
4866   if test -n "$CC"; then
4867   ac_cv_prog_CC="$CC" # Let the user override the test.
4868 else
4869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870 for as_dir in $PATH
4871 do
4872   IFS=$as_save_IFS
4873   test -z "$as_dir" && as_dir=.
4874     for ac_exec_ext in '' $ac_executable_extensions; do
4875   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4876     ac_cv_prog_CC="$ac_prog"
4877     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4878     break 2
4879   fi
4880 done
4881   done
4882 IFS=$as_save_IFS
4883
4884 fi
4885 fi
4886 CC=$ac_cv_prog_CC
4887 if test -n "$CC"; then
4888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4889 $as_echo "$CC" >&6; }
4890 else
4891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4892 $as_echo "no" >&6; }
4893 fi
4894
4895
4896   test -n "$CC" && break
4897 done
4898
4899 if test -z "$CC"; then
4900   ac_verc_fail=yes
4901 else
4902   # Found it, now check the version.
4903   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $CC" >&5
4904 $as_echo_n "checking version of $CC... " >&6; }
4905   ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
4906   case $ac_prog_version in
4907     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4908     4.[3-9].* | 4.[1-9][0-9].* | [5-9].* )
4909        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4910     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4911
4912   esac
4913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4914 $as_echo "$ac_prog_version" >&6; }
4915 fi
4916 if test $ac_verc_fail = yes; then
4917   critic_missing="$critic_missing gcc"
4918 fi
4919
4920 for ac_prog in gnumake gmake make
4921 do
4922   # Extract the first word of "$ac_prog", so it can be a program name with args.
4923 set dummy $ac_prog; ac_word=$2
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4925 $as_echo_n "checking for $ac_word... " >&6; }
4926 if ${ac_cv_prog_MAKE+:} false; then :
4927   $as_echo_n "(cached) " >&6
4928 else
4929   if test -n "$MAKE"; then
4930   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4931 else
4932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4933 for as_dir in $PATH
4934 do
4935   IFS=$as_save_IFS
4936   test -z "$as_dir" && as_dir=.
4937     for ac_exec_ext in '' $ac_executable_extensions; do
4938   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4939     ac_cv_prog_MAKE="$ac_prog"
4940     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4941     break 2
4942   fi
4943 done
4944   done
4945 IFS=$as_save_IFS
4946
4947 fi
4948 fi
4949 MAKE=$ac_cv_prog_MAKE
4950 if test -n "$MAKE"; then
4951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4952 $as_echo "$MAKE" >&6; }
4953 else
4954   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4955 $as_echo "no" >&6; }
4956 fi
4957
4958
4959   test -n "$MAKE" && break
4960 done
4961
4962 if test -z "$MAKE"; then
4963   ac_verc_fail=yes
4964 else
4965   # Found it, now check the version.
4966   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKE" >&5
4967 $as_echo_n "checking version of $MAKE... " >&6; }
4968   ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
4969   case $ac_prog_version in
4970     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4971     3.79* | 3.[89]*)
4972        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
4973     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
4974
4975   esac
4976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
4977 $as_echo "$ac_prog_version" >&6; }
4978 fi
4979 if test $ac_verc_fail = yes; then
4980   critic_missing="$critic_missing make"
4981 fi
4982
4983
4984 for ac_prog in gnumsgfmt gmsgfmt msgfmt
4985 do
4986   # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if ${ac_cv_prog_MSGFMT+:} false; then :
4991   $as_echo_n "(cached) " >&6
4992 else
4993   if test -n "$MSGFMT"; then
4994   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001     for ac_exec_ext in '' $ac_executable_extensions; do
5002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003     ac_cv_prog_MSGFMT="$ac_prog"
5004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005     break 2
5006   fi
5007 done
5008   done
5009 IFS=$as_save_IFS
5010
5011 fi
5012 fi
5013 MSGFMT=$ac_cv_prog_MSGFMT
5014 if test -n "$MSGFMT"; then
5015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5016 $as_echo "$MSGFMT" >&6; }
5017 else
5018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5020 fi
5021
5022
5023   test -n "$MSGFMT" && break
5024 done
5025
5026 if test -z "$MSGFMT"; then
5027   ac_verc_fail=yes
5028 else
5029   # Found it, now check the version.
5030   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MSGFMT" >&5
5031 $as_echo_n "checking version of $MSGFMT... " >&6; }
5032   ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5033   case $ac_prog_version in
5034     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5035     0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*)
5036        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5037     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5038
5039   esac
5040   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5041 $as_echo "$ac_prog_version" >&6; }
5042 fi
5043 if test $ac_verc_fail = yes; then
5044   MSGFMT=: aux_missing="$aux_missing msgfmt"
5045 fi
5046
5047 for ac_prog in makeinfo
5048 do
5049   # Extract the first word of "$ac_prog", so it can be a program name with args.
5050 set dummy $ac_prog; ac_word=$2
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5052 $as_echo_n "checking for $ac_word... " >&6; }
5053 if ${ac_cv_prog_MAKEINFO+:} false; then :
5054   $as_echo_n "(cached) " >&6
5055 else
5056   if test -n "$MAKEINFO"; then
5057   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
5058 else
5059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5060 for as_dir in $PATH
5061 do
5062   IFS=$as_save_IFS
5063   test -z "$as_dir" && as_dir=.
5064     for ac_exec_ext in '' $ac_executable_extensions; do
5065   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5066     ac_cv_prog_MAKEINFO="$ac_prog"
5067     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5068     break 2
5069   fi
5070 done
5071   done
5072 IFS=$as_save_IFS
5073
5074 fi
5075 fi
5076 MAKEINFO=$ac_cv_prog_MAKEINFO
5077 if test -n "$MAKEINFO"; then
5078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
5079 $as_echo "$MAKEINFO" >&6; }
5080 else
5081   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5082 $as_echo "no" >&6; }
5083 fi
5084
5085
5086   test -n "$MAKEINFO" && break
5087 done
5088
5089 if test -z "$MAKEINFO"; then
5090   ac_verc_fail=yes
5091 else
5092   # Found it, now check the version.
5093   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $MAKEINFO" >&5
5094 $as_echo_n "checking version of $MAKEINFO... " >&6; }
5095   ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
5096   case $ac_prog_version in
5097     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5098     4.[5-9]*|4.[1-9][0-9]*|[5-9].*)
5099        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5100     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5101
5102   esac
5103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5104 $as_echo "$ac_prog_version" >&6; }
5105 fi
5106 if test $ac_verc_fail = yes; then
5107   MAKEINFO=: aux_missing="$aux_missing makeinfo"
5108 fi
5109
5110 for ac_prog in sed
5111 do
5112   # Extract the first word of "$ac_prog", so it can be a program name with args.
5113 set dummy $ac_prog; ac_word=$2
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5115 $as_echo_n "checking for $ac_word... " >&6; }
5116 if ${ac_cv_prog_SED+:} false; then :
5117   $as_echo_n "(cached) " >&6
5118 else
5119   if test -n "$SED"; then
5120   ac_cv_prog_SED="$SED" # Let the user override the test.
5121 else
5122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5123 for as_dir in $PATH
5124 do
5125   IFS=$as_save_IFS
5126   test -z "$as_dir" && as_dir=.
5127     for ac_exec_ext in '' $ac_executable_extensions; do
5128   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5129     ac_cv_prog_SED="$ac_prog"
5130     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5131     break 2
5132   fi
5133 done
5134   done
5135 IFS=$as_save_IFS
5136
5137 fi
5138 fi
5139 SED=$ac_cv_prog_SED
5140 if test -n "$SED"; then
5141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
5142 $as_echo "$SED" >&6; }
5143 else
5144   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145 $as_echo "no" >&6; }
5146 fi
5147
5148
5149   test -n "$SED" && break
5150 done
5151
5152 if test -z "$SED"; then
5153   ac_verc_fail=yes
5154 else
5155   # Found it, now check the version.
5156   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $SED" >&5
5157 $as_echo_n "checking version of $SED... " >&6; }
5158   ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed[^0-9]* \([0-9]*\.[0-9.]*\).*$/\1/p'`
5159   case $ac_prog_version in
5160     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5161     3.0[2-9]*|3.[1-9]*|[4-9]*)
5162        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5163     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5164
5165   esac
5166   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5167 $as_echo "$ac_prog_version" >&6; }
5168 fi
5169 if test $ac_verc_fail = yes; then
5170   SED=: aux_missing="$aux_missing sed"
5171 fi
5172
5173 for ac_prog in gawk
5174 do
5175   # Extract the first word of "$ac_prog", so it can be a program name with args.
5176 set dummy $ac_prog; ac_word=$2
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if ${ac_cv_prog_AWK+:} false; then :
5180   $as_echo_n "(cached) " >&6
5181 else
5182   if test -n "$AWK"; then
5183   ac_cv_prog_AWK="$AWK" # Let the user override the test.
5184 else
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5186 for as_dir in $PATH
5187 do
5188   IFS=$as_save_IFS
5189   test -z "$as_dir" && as_dir=.
5190     for ac_exec_ext in '' $ac_executable_extensions; do
5191   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5192     ac_cv_prog_AWK="$ac_prog"
5193     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5194     break 2
5195   fi
5196 done
5197   done
5198 IFS=$as_save_IFS
5199
5200 fi
5201 fi
5202 AWK=$ac_cv_prog_AWK
5203 if test -n "$AWK"; then
5204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5205 $as_echo "$AWK" >&6; }
5206 else
5207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5209 fi
5210
5211
5212   test -n "$AWK" && break
5213 done
5214
5215 if test -z "$AWK"; then
5216   ac_verc_fail=yes
5217 else
5218   # Found it, now check the version.
5219   { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of $AWK" >&5
5220 $as_echo_n "checking version of $AWK... " >&6; }
5221   ac_prog_version=`$AWK --version 2>&1 | sed -n 's/^.*GNU Awk[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
5222   case $ac_prog_version in
5223     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
5224     [3-9].*)
5225        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
5226     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
5227
5228   esac
5229   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
5230 $as_echo "$ac_prog_version" >&6; }
5231 fi
5232 if test $ac_verc_fail = yes; then
5233   critic_missing="$critic_missing gawk"
5234 fi
5235
5236
5237 if test -n "$ac_tool_prefix"; then
5238   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
5239 set dummy ${ac_tool_prefix}nm; ac_word=$2
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5241 $as_echo_n "checking for $ac_word... " >&6; }
5242 if ${ac_cv_prog_NM+:} false; then :
5243   $as_echo_n "(cached) " >&6
5244 else
5245   if test -n "$NM"; then
5246   ac_cv_prog_NM="$NM" # Let the user override the test.
5247 else
5248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249 for as_dir in $PATH
5250 do
5251   IFS=$as_save_IFS
5252   test -z "$as_dir" && as_dir=.
5253     for ac_exec_ext in '' $ac_executable_extensions; do
5254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5255     ac_cv_prog_NM="${ac_tool_prefix}nm"
5256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5257     break 2
5258   fi
5259 done
5260   done
5261 IFS=$as_save_IFS
5262
5263 fi
5264 fi
5265 NM=$ac_cv_prog_NM
5266 if test -n "$NM"; then
5267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5268 $as_echo "$NM" >&6; }
5269 else
5270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5271 $as_echo "no" >&6; }
5272 fi
5273
5274
5275 fi
5276 if test -z "$ac_cv_prog_NM"; then
5277   ac_ct_NM=$NM
5278   # Extract the first word of "nm", so it can be a program name with args.
5279 set dummy nm; ac_word=$2
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5281 $as_echo_n "checking for $ac_word... " >&6; }
5282 if ${ac_cv_prog_ac_ct_NM+:} false; then :
5283   $as_echo_n "(cached) " >&6
5284 else
5285   if test -n "$ac_ct_NM"; then
5286   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5287 else
5288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 for as_dir in $PATH
5290 do
5291   IFS=$as_save_IFS
5292   test -z "$as_dir" && as_dir=.
5293     for ac_exec_ext in '' $ac_executable_extensions; do
5294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5295     ac_cv_prog_ac_ct_NM="nm"
5296     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5297     break 2
5298   fi
5299 done
5300   done
5301 IFS=$as_save_IFS
5302
5303 fi
5304 fi
5305 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5306 if test -n "$ac_ct_NM"; then
5307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5308 $as_echo "$ac_ct_NM" >&6; }
5309 else
5310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5311 $as_echo "no" >&6; }
5312 fi
5313
5314   if test "x$ac_ct_NM" = x; then
5315     NM="false"
5316   else
5317     case $cross_compiling:$ac_tool_warned in
5318 yes:)
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5321 ac_tool_warned=yes ;;
5322 esac
5323     NM=$ac_ct_NM
5324   fi
5325 else
5326   NM="$ac_cv_prog_NM"
5327 fi
5328
5329
5330 for ac_prog in autoconf
5331 do
5332   # Extract the first word of "$ac_prog", so it can be a program name with args.
5333 set dummy $ac_prog; ac_word=$2
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5335 $as_echo_n "checking for $ac_word... " >&6; }
5336 if ${ac_cv_prog_AUTOCONF+:} false; then :
5337   $as_echo_n "(cached) " >&6
5338 else
5339   if test -n "$AUTOCONF"; then
5340   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
5341 else
5342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5343 for as_dir in $PATH
5344 do
5345   IFS=$as_save_IFS
5346   test -z "$as_dir" && as_dir=.
5347     for ac_exec_ext in '' $ac_executable_extensions; do
5348   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5349     ac_cv_prog_AUTOCONF="$ac_prog"
5350     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5351     break 2
5352   fi
5353 done
5354   done
5355 IFS=$as_save_IFS
5356
5357 fi
5358 fi
5359 AUTOCONF=$ac_cv_prog_AUTOCONF
5360 if test -n "$AUTOCONF"; then
5361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
5362 $as_echo "$AUTOCONF" >&6; }
5363 else
5364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5365 $as_echo "no" >&6; }
5366 fi
5367
5368
5369   test -n "$AUTOCONF" && break
5370 done
5371 test -n "$AUTOCONF" || AUTOCONF="no"
5372
5373 case "x$AUTOCONF" in
5374 xno|x|x:) AUTOCONF=no ;;
5375 *)
5376   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5
5377 $as_echo_n "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... " >&6; }
5378 if ${libc_cv_autoconf_works+:} false; then :
5379   $as_echo_n "(cached) " >&6
5380 else
5381     if (cd $srcdir; $AUTOCONF $ACFLAGS configure.in > /dev/null 2>&1); then
5382     libc_cv_autoconf_works=yes
5383   else
5384     libc_cv_autoconf_works=no
5385   fi
5386 fi
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_autoconf_works" >&5
5388 $as_echo "$libc_cv_autoconf_works" >&6; }
5389   test $libc_cv_autoconf_works = yes || AUTOCONF=no
5390   ;;
5391 esac
5392 if test "x$AUTOCONF" = xno; then
5393   aux_missing="$aux_missing autoconf"
5394 fi
5395
5396 test -n "$critic_missing" && as_fn_error $? "
5397 *** These critical programs are missing or too old:$critic_missing
5398 *** Check the INSTALL file for required versions." "$LINENO" 5
5399
5400 test -n "$aux_missing" && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
5401 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5402 *** some features will be disabled.
5403 *** Check the INSTALL file for required versions." >&5
5404 $as_echo "$as_me: WARNING:
5405 *** These auxiliary programs are missing or incompatible versions:$aux_missing
5406 *** some features will be disabled.
5407 *** Check the INSTALL file for required versions." >&2;}
5408
5409 # if using special system headers, find out the compiler's sekrit
5410 # header directory and add that to the list.  NOTE: Only does the right
5411 # thing on a system that doesn't need fixincludes.  (Not presently a problem.)
5412 if test -n "$sysheaders"; then
5413   SYSINCLUDES=-nostdinc
5414   for d in include include-fixed; do
5415     i=`$CC -print-file-name="$d"` && test "x$i" != x && test "x$i" != "x$d" &&
5416     SYSINCLUDES="$SYSINCLUDES -isystem $i"
5417   done
5418   SYSINCLUDES="$SYSINCLUDES \
5419 -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5420   if test -n "$CXX"; then
5421     CXX_SYSINCLUDES=
5422     cxxmachine=`$CXX -dumpmachine 2>&5` &&
5423     cxxheaders=`$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
5424         | sed -n -e '1,/#include/d' -e '/^ \//{p;q;}' | sed 's/ //'`
5425     test "x$cxxheaders" != x && test "x$i" != "x$cxxheaders" &&
5426     CXX_SYSINCLUDES="$CXX_SYSINCLUDES -isystem $cxxheaders \
5427 -isystem $cxxheaders/$cxxmachine -isystem $cxxheaders/backward"
5428   fi
5429 fi
5430
5431
5432
5433 # Test if LD_LIBRARY_PATH contains the notation for the current directory
5434 # since this would lead to problems installing/building glibc.
5435 # LD_LIBRARY_PATH contains the current directory if one of the following
5436 # is true:
5437 # - one of the terminals (":" and ";") is the first or last sign
5438 # - two terminals occur directly after each other
5439 # - the path contains an element with a dot in it
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LD_LIBRARY_PATH variable" >&5
5441 $as_echo_n "checking LD_LIBRARY_PATH variable... " >&6; }
5442 case ${LD_LIBRARY_PATH} in
5443   [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
5444     ld_library_path_setting="contains current directory"
5445     ;;
5446   *)
5447     ld_library_path_setting="ok"
5448     ;;
5449 esac
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_library_path_setting" >&5
5451 $as_echo "$ld_library_path_setting" >&6; }
5452 if test "$ld_library_path_setting" != "ok"; then
5453 as_fn_error $? "
5454 *** LD_LIBRARY_PATH shouldn't contain the current directory when
5455 *** building glibc. Please change the environment variable
5456 *** and run configure again." "$LINENO" 5
5457 fi
5458
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC supports -static-libgcc" >&5
5460 $as_echo_n "checking whether GCC supports -static-libgcc... " >&6; }
5461 if ${libc_cv_gcc_static_libgcc+:} false; then :
5462   $as_echo_n "(cached) " >&6
5463 else
5464   if $CC -v -static-libgcc 2>&1 | grep 'unrecognized option.*static-libgcc' >/dev/null; then
5465   libc_cv_gcc_static_libgcc=
5466 else
5467   libc_cv_gcc_static_libgcc=-static-libgcc
5468 fi
5469 fi
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_static_libgcc" >&5
5471 $as_echo "$libc_cv_gcc_static_libgcc" >&6; }
5472
5473
5474 # Extract the first word of "bash", so it can be a program name with args.
5475 set dummy bash; ac_word=$2
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5477 $as_echo_n "checking for $ac_word... " >&6; }
5478 if ${ac_cv_path_BASH_SHELL+:} false; then :
5479   $as_echo_n "(cached) " >&6
5480 else
5481   case $BASH_SHELL in
5482   [\\/]* | ?:[\\/]*)
5483   ac_cv_path_BASH_SHELL="$BASH_SHELL" # Let the user override the test with a path.
5484   ;;
5485   *)
5486   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5487 for as_dir in $PATH
5488 do
5489   IFS=$as_save_IFS
5490   test -z "$as_dir" && as_dir=.
5491     for ac_exec_ext in '' $ac_executable_extensions; do
5492   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5493     ac_cv_path_BASH_SHELL="$as_dir/$ac_word$ac_exec_ext"
5494     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5495     break 2
5496   fi
5497 done
5498   done
5499 IFS=$as_save_IFS
5500
5501   test -z "$ac_cv_path_BASH_SHELL" && ac_cv_path_BASH_SHELL="no"
5502   ;;
5503 esac
5504 fi
5505 BASH_SHELL=$ac_cv_path_BASH_SHELL
5506 if test -n "$BASH_SHELL"; then
5507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH_SHELL" >&5
5508 $as_echo "$BASH_SHELL" >&6; }
5509 else
5510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5511 $as_echo "no" >&6; }
5512 fi
5513
5514
5515 if test "$BASH_SHELL" != no &&
5516    $BASH_SHELL -c 'test "$BASH_VERSINFO" \
5517              && test "$BASH_VERSINFO" -ge 2 >&/dev/null'; then
5518   libc_cv_have_bash2=yes
5519 else
5520   libc_cv_have_bash2=no
5521 fi
5522
5523
5524 if test "$BASH_SHELL" = no; then
5525   # Extract the first word of "ksh", so it can be a program name with args.
5526 set dummy ksh; ac_word=$2
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5528 $as_echo_n "checking for $ac_word... " >&6; }
5529 if ${ac_cv_path_KSH+:} false; then :
5530   $as_echo_n "(cached) " >&6
5531 else
5532   case $KSH in
5533   [\\/]* | ?:[\\/]*)
5534   ac_cv_path_KSH="$KSH" # Let the user override the test with a path.
5535   ;;
5536   *)
5537   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5538 for as_dir in $PATH
5539 do
5540   IFS=$as_save_IFS
5541   test -z "$as_dir" && as_dir=.
5542     for ac_exec_ext in '' $ac_executable_extensions; do
5543   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5544     ac_cv_path_KSH="$as_dir/$ac_word$ac_exec_ext"
5545     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5546     break 2
5547   fi
5548 done
5549   done
5550 IFS=$as_save_IFS
5551
5552   test -z "$ac_cv_path_KSH" && ac_cv_path_KSH="no"
5553   ;;
5554 esac
5555 fi
5556 KSH=$ac_cv_path_KSH
5557 if test -n "$KSH"; then
5558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KSH" >&5
5559 $as_echo "$KSH" >&6; }
5560 else
5561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5562 $as_echo "no" >&6; }
5563 fi
5564
5565
5566   if test "$KSH" = no; then
5567     libc_cv_have_ksh=no
5568   else
5569     libc_cv_have_ksh=yes
5570   fi
5571 else
5572   KSH="$BASH_SHELL"
5573
5574   libc_cv_have_ksh=yes
5575 fi
5576
5577
5578 # Extract the first word of "perl", so it can be a program name with args.
5579 set dummy perl; ac_word=$2
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5581 $as_echo_n "checking for $ac_word... " >&6; }
5582 if ${ac_cv_path_PERL+:} false; then :
5583   $as_echo_n "(cached) " >&6
5584 else
5585   case $PERL in
5586   [\\/]* | ?:[\\/]*)
5587   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5588   ;;
5589   *)
5590   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591 for as_dir in $PATH
5592 do
5593   IFS=$as_save_IFS
5594   test -z "$as_dir" && as_dir=.
5595     for ac_exec_ext in '' $ac_executable_extensions; do
5596   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5597     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5598     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5599     break 2
5600   fi
5601 done
5602   done
5603 IFS=$as_save_IFS
5604
5605   test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
5606   ;;
5607 esac
5608 fi
5609 PERL=$ac_cv_path_PERL
5610 if test -n "$PERL"; then
5611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5612 $as_echo "$PERL" >&6; }
5613 else
5614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5615 $as_echo "no" >&6; }
5616 fi
5617
5618
5619 if test "$PERL" != no &&
5620    (eval `$PERL -V:apiversion`; test `expr "$apiversion" \< 5` -ne 0); then
5621   PERL=no
5622 fi
5623 # Extract the first word of "install-info", so it can be a program name with args.
5624 set dummy install-info; ac_word=$2
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5626 $as_echo_n "checking for $ac_word... " >&6; }
5627 if ${ac_cv_path_INSTALL_INFO+:} false; then :
5628   $as_echo_n "(cached) " >&6
5629 else
5630   case $INSTALL_INFO in
5631   [\\/]* | ?:[\\/]*)
5632   ac_cv_path_INSTALL_INFO="$INSTALL_INFO" # Let the user override the test with a path.
5633   ;;
5634   *)
5635   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5636 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
5637 for as_dir in $as_dummy
5638 do
5639   IFS=$as_save_IFS
5640   test -z "$as_dir" && as_dir=.
5641     for ac_exec_ext in '' $ac_executable_extensions; do
5642   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5643     ac_cv_path_INSTALL_INFO="$as_dir/$ac_word$ac_exec_ext"
5644     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5645     break 2
5646   fi
5647 done
5648   done
5649 IFS=$as_save_IFS
5650
5651   test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO="no"
5652   ;;
5653 esac
5654 fi
5655 INSTALL_INFO=$ac_cv_path_INSTALL_INFO
5656 if test -n "$INSTALL_INFO"; then
5657   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL_INFO" >&5
5658 $as_echo "$INSTALL_INFO" >&6; }
5659 else
5660   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5661 $as_echo "no" >&6; }
5662 fi
5663
5664
5665 # Extract the first word of "bison", so it can be a program name with args.
5666 set dummy bison; ac_word=$2
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5668 $as_echo_n "checking for $ac_word... " >&6; }
5669 if ${ac_cv_path_BISON+:} false; then :
5670   $as_echo_n "(cached) " >&6
5671 else
5672   case $BISON in
5673   [\\/]* | ?:[\\/]*)
5674   ac_cv_path_BISON="$BISON" # Let the user override the test with a path.
5675   ;;
5676   *)
5677   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5678 as_dummy="$PATH:/usr/local/bin:/usr/bin:/bin"
5679 for as_dir in $as_dummy
5680 do
5681   IFS=$as_save_IFS
5682   test -z "$as_dir" && as_dir=.
5683     for ac_exec_ext in '' $ac_executable_extensions; do
5684   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5685     ac_cv_path_BISON="$as_dir/$ac_word$ac_exec_ext"
5686     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5687     break 2
5688   fi
5689 done
5690   done
5691 IFS=$as_save_IFS
5692
5693   test -z "$ac_cv_path_BISON" && ac_cv_path_BISON="no"
5694   ;;
5695 esac
5696 fi
5697 BISON=$ac_cv_path_BISON
5698 if test -n "$BISON"; then
5699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5700 $as_echo "$BISON" >&6; }
5701 else
5702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5703 $as_echo "no" >&6; }
5704 fi
5705
5706
5707
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc-friendly stddef.h" >&5
5709 $as_echo_n "checking for libc-friendly stddef.h... " >&6; }
5710 if ${libc_cv_friendly_stddef+:} false; then :
5711   $as_echo_n "(cached) " >&6
5712 else
5713   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5714 /* end confdefs.h.  */
5715 #define __need_size_t
5716 #define __need_wchar_t
5717 #include <stddef.h>
5718 #define __need_NULL
5719 #include <stddef.h>
5720 int
5721 main ()
5722 {
5723 size_t size; wchar_t wchar;
5724 #ifdef offsetof
5725 #error stddef.h ignored __need_*
5726 #endif
5727 if (&size == NULL || &wchar == NULL) abort ();
5728   ;
5729   return 0;
5730 }
5731 _ACEOF
5732 if ac_fn_c_try_compile "$LINENO"; then :
5733   libc_cv_friendly_stddef=yes
5734 else
5735   libc_cv_friendly_stddef=no
5736 fi
5737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5738 fi
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_friendly_stddef" >&5
5740 $as_echo "$libc_cv_friendly_stddef" >&6; }
5741 if test $libc_cv_friendly_stddef = yes; then
5742   config_vars="$config_vars
5743 override stddef.h = # The installed <stddef.h> seems to be libc-friendly."
5744 fi
5745
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to use -P to assemble .S files" >&5
5747 $as_echo_n "checking whether we need to use -P to assemble .S files... " >&6; }
5748 if ${libc_cv_need_minus_P+:} false; then :
5749   $as_echo_n "(cached) " >&6
5750 else
5751   cat > conftest.S <<EOF
5752 #include "confdefs.h"
5753 /* Nothing whatsoever.  */
5754 EOF
5755 if { ac_try='${CC-cc} $CPPFLAGS $ASFLAGS -c conftest.S 1>&5'
5756   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5757   (eval $ac_try) 2>&5
5758   ac_status=$?
5759   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5760   test $ac_status = 0; }; }; then
5761   libc_cv_need_minus_P=no
5762 else
5763   libc_cv_need_minus_P=yes
5764 fi
5765 rm -f conftest*
5766 fi
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_need_minus_P" >&5
5768 $as_echo "$libc_cv_need_minus_P" >&6; }
5769 if test $libc_cv_need_minus_P = yes; then
5770   config_vars="$config_vars
5771 asm-CPPFLAGS = -P # The assembler can't grok cpp's # line directives."
5772 fi
5773
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .set assembler directive" >&5
5775 $as_echo_n "checking for .set assembler directive... " >&6; }
5776 if ${libc_cv_asm_set_directive+:} false; then :
5777   $as_echo_n "(cached) " >&6
5778 else
5779   cat > conftest.s <<EOF
5780 ${libc_cv_dot_text}
5781 foo:
5782 .set glibc_conftest_frobozz,foo
5783 .globl glibc_conftest_frobozz
5784 EOF
5785 # The alpha-dec-osf1 assembler gives only a warning for `.set'
5786 # (but it doesn't work), so we must do a linking check to be sure.
5787 cat > conftest1.c <<\EOF
5788 extern int glibc_conftest_frobozz;
5789 void _start() { glibc_conftest_frobozz = 1; }
5790 EOF
5791 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
5792             -nostartfiles -nostdlib \
5793             -o conftest conftest.s conftest1.c 1>&5 2>&5; then
5794   libc_cv_asm_set_directive=yes
5795 else
5796   libc_cv_asm_set_directive=no
5797 fi
5798 rm -f conftest*
5799 fi
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_set_directive" >&5
5801 $as_echo "$libc_cv_asm_set_directive" >&6; }
5802 if test $libc_cv_asm_set_directive = yes; then
5803   $as_echo "#define HAVE_ASM_SET_DIRECTIVE 1" >>confdefs.h
5804
5805 fi
5806
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler gnu_unique_object symbol type" >&5
5808 $as_echo_n "checking for assembler gnu_unique_object symbol type... " >&6; }
5809 if ${libc_cv_asm_unique_object+:} false; then :
5810   $as_echo_n "(cached) " >&6
5811 else
5812   cat > conftest.s <<EOF
5813 ${libc_cv_dot_text}
5814 _sym:
5815 .type _sym, %gnu_unique_object
5816 EOF
5817 if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5818   libc_cv_asm_unique_object=yes
5819 else
5820   libc_cv_asm_unique_object=no
5821 fi
5822 rm -f conftest*
5823 fi
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_unique_object" >&5
5825 $as_echo "$libc_cv_asm_unique_object" >&6; }
5826 if test $libc_cv_asm_unique_object = yes; then
5827   $as_echo "#define HAVE_ASM_UNIQUE_OBJECT 1" >>confdefs.h
5828
5829 fi
5830
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .symver assembler directive" >&5
5832 $as_echo_n "checking for .symver assembler directive... " >&6; }
5833 if ${libc_cv_asm_symver_directive+:} false; then :
5834   $as_echo_n "(cached) " >&6
5835 else
5836   cat > conftest.s <<EOF
5837 ${libc_cv_dot_text}
5838 _sym:
5839 .symver _sym,sym@VERS
5840 EOF
5841 if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5842   libc_cv_asm_symver_directive=yes
5843 else
5844   libc_cv_asm_symver_directive=no
5845 fi
5846 rm -f conftest*
5847 fi
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_symver_directive" >&5
5849 $as_echo "$libc_cv_asm_symver_directive" >&6; }
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --version-script" >&5
5851 $as_echo_n "checking for ld --version-script... " >&6; }
5852 if ${libc_cv_ld_version_script_option+:} false; then :
5853   $as_echo_n "(cached) " >&6
5854 else
5855   if test $libc_cv_asm_symver_directive = yes; then
5856   cat > conftest.s <<EOF
5857 ${libc_cv_dot_text}
5858 _sym:
5859 .symver _sym,sym@VERS
5860 EOF
5861   cat > conftest.map <<EOF
5862 VERS_1 {
5863         global: sym;
5864 };
5865
5866 VERS_2 {
5867         global: sym;
5868 } VERS_1;
5869 EOF
5870   if ${CC-cc} -c $ASFLAGS conftest.s 1>&5 2>&5; then
5871     if { ac_try='${CC-cc} $CFLAGS $LDFLAGS -shared
5872                                 -o conftest.so conftest.o
5873                                 -nostartfiles -nostdlib
5874                                 -Wl,--version-script,conftest.map
5875                        1>&5'
5876   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5877   (eval $ac_try) 2>&5
5878   ac_status=$?
5879   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5880   test $ac_status = 0; }; };
5881     then
5882       libc_cv_ld_version_script_option=yes
5883     else
5884       libc_cv_ld_version_script_option=no
5885     fi
5886   else
5887     libc_cv_ld_version_script_option=no
5888   fi
5889 else
5890   libc_cv_ld_version_script_option=no
5891 fi
5892 rm -f conftest*
5893 fi
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_version_script_option" >&5
5895 $as_echo "$libc_cv_ld_version_script_option" >&6; }
5896 if test $shared != no &&
5897    test $libc_cv_asm_symver_directive = yes &&
5898    test $libc_cv_ld_version_script_option = yes &&
5899    test $enable_versioning = yes; then
5900   VERSIONING=yes
5901   $as_echo "#define DO_VERSIONING 1" >>confdefs.h
5902
5903 else
5904   VERSIONING=no
5905 fi
5906
5907
5908 if test $shared != no && test $VERSIONING = no; then
5909   echo "\
5910 *** WARNING: You should not compile GNU libc without versioning. Not using
5911 *** versioning will introduce incompatibilities so that old binaries
5912 *** will not run anymore.
5913 *** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer)."
5914 fi
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .previous assembler directive" >&5
5916 $as_echo_n "checking for .previous assembler directive... " >&6; }
5917 if ${libc_cv_asm_previous_directive+:} false; then :
5918   $as_echo_n "(cached) " >&6
5919 else
5920   cat > conftest.s <<EOF
5921 .section foo_section
5922 .previous
5923 EOF
5924 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5925   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5926   (eval $ac_try) 2>&5
5927   ac_status=$?
5928   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5929   test $ac_status = 0; }; }; then
5930   libc_cv_asm_previous_directive=yes
5931 else
5932   libc_cv_asm_previous_directive=no
5933 fi
5934 rm -f conftest*
5935 fi
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_previous_directive" >&5
5937 $as_echo "$libc_cv_asm_previous_directive" >&6; }
5938 if test $libc_cv_asm_previous_directive = yes; then
5939   $as_echo "#define HAVE_ASM_PREVIOUS_DIRECTIVE 1" >>confdefs.h
5940
5941 else
5942   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .popsection assembler directive" >&5
5943 $as_echo_n "checking for .popsection assembler directive... " >&6; }
5944 if ${libc_cv_asm_popsection_directive+:} false; then :
5945   $as_echo_n "(cached) " >&6
5946 else
5947     cat > conftest.s <<EOF
5948 .pushsection foo_section
5949 .popsection
5950 EOF
5951   if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5952   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5953   (eval $ac_try) 2>&5
5954   ac_status=$?
5955   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5956   test $ac_status = 0; }; }; then
5957     libc_cv_asm_popsection_directive=yes
5958   else
5959     libc_cv_asm_popsection_directive=no
5960   fi
5961   rm -f conftest*
5962 fi
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_popsection_directive" >&5
5964 $as_echo "$libc_cv_asm_popsection_directive" >&6; }
5965   if test $libc_cv_asm_popsection_directive = yes; then
5966     $as_echo "#define HAVE_ASM_POPSECTION_DIRECTIVE 1" >>confdefs.h
5967
5968   fi
5969 fi
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .protected and .hidden assembler directive" >&5
5971 $as_echo_n "checking for .protected and .hidden assembler directive... " >&6; }
5972 if ${libc_cv_asm_protected_directive+:} false; then :
5973   $as_echo_n "(cached) " >&6
5974 else
5975   cat > conftest.s <<EOF
5976 .protected foo
5977 foo:
5978 .hidden bar
5979 bar:
5980 EOF
5981 if { ac_try='${CC-cc} -c $ASFLAGS conftest.s 1>&5'
5982   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5983   (eval $ac_try) 2>&5
5984   ac_status=$?
5985   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5986   test $ac_status = 0; }; }; then
5987   libc_cv_asm_protected_directive=yes
5988 else
5989   as_fn_error $? "assembler support for symbol visibility is required" "$LINENO" 5
5990 fi
5991 rm -f conftest*
5992 fi
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_protected_directive" >&5
5994 $as_echo "$libc_cv_asm_protected_directive" >&6; }
5995
5996 if test $libc_cv_asm_protected_directive = yes; then
5997   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((visibility())) is supported" >&5
5998 $as_echo_n "checking whether __attribute__((visibility())) is supported... " >&6; }
5999 if ${libc_cv_visibility_attribute+:} false; then :
6000   $as_echo_n "(cached) " >&6
6001 else
6002   cat > conftest.c <<EOF
6003                   int foo __attribute__ ((visibility ("hidden"))) = 1;
6004                   int bar __attribute__ ((visibility ("protected"))) = 1;
6005 EOF
6006                   libc_cv_visibility_attribute=no
6007                   if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6008   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6009   (eval $ac_try) 2>&5
6010   ac_status=$?
6011   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6012   test $ac_status = 0; }; }; then
6013                     if grep '\.hidden.*foo' conftest.s >/dev/null; then
6014                       if grep '\.protected.*bar' conftest.s >/dev/null; then
6015                         libc_cv_visibility_attribute=yes
6016                       fi
6017                     fi
6018                   fi
6019                   rm -f conftest.{c,s}
6020
6021 fi
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_visibility_attribute" >&5
6023 $as_echo "$libc_cv_visibility_attribute" >&6; }
6024   if test $libc_cv_visibility_attribute != yes; then
6025     as_fn_error $? "compiler support for visibility attribute is required" "$LINENO" 5
6026   fi
6027 fi
6028
6029 if test $libc_cv_visibility_attribute = yes; then
6030   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((visibility()))" >&5
6031 $as_echo_n "checking for broken __attribute__((visibility()))... " >&6; }
6032 if ${libc_cv_broken_visibility_attribute+:} false; then :
6033   $as_echo_n "(cached) " >&6
6034 else
6035   cat > conftest.c <<EOF
6036                   int foo (int x);
6037                   int bar (int x) __asm__ ("foo") __attribute__ ((visibility ("hidden")));
6038                   int bar (int x) { return x; }
6039 EOF
6040                   libc_cv_broken_visibility_attribute=yes
6041                   if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6042   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6043   (eval $ac_try) 2>&5
6044   ac_status=$?
6045   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6046   test $ac_status = 0; }; }; then
6047                     if grep '\.hidden[  _]foo' conftest.s >/dev/null; then
6048                       libc_cv_broken_visibility_attribute=no
6049                     fi
6050                   fi
6051                   rm -f conftest.c conftest.s
6052
6053 fi
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_visibility_attribute" >&5
6055 $as_echo "$libc_cv_broken_visibility_attribute" >&6; }
6056   if test $libc_cv_broken_visibility_attribute = yes; then
6057     as_fn_error $? "working compiler support for visibility attribute is required" "$LINENO" 5
6058   fi
6059 fi
6060
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken __attribute__((alias()))" >&5
6062 $as_echo_n "checking for broken __attribute__((alias()))... " >&6; }
6063 if ${libc_cv_broken_alias_attribute+:} false; then :
6064   $as_echo_n "(cached) " >&6
6065 else
6066   cat > conftest.c <<EOF
6067                extern int foo (int x) __asm ("xyzzy");
6068                int bar (int x) { return x; }
6069                extern __typeof (bar) foo __attribute ((weak, alias ("bar")));
6070                extern int dfoo;
6071                extern __typeof (dfoo) dfoo __asm ("abccb");
6072                int dfoo = 1;
6073 EOF
6074                libc_cv_broken_alias_attribute=yes
6075                if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
6076   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6077   (eval $ac_try) 2>&5
6078   ac_status=$?
6079   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6080   test $ac_status = 0; }; }; then
6081                  if grep 'xyzzy' conftest.s >/dev/null &&
6082                     grep 'abccb' conftest.s >/dev/null; then
6083                    libc_cv_broken_alias_attribute=no
6084                  fi
6085                fi
6086                rm -f conftest.c conftest.s
6087
6088 fi
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_broken_alias_attribute" >&5
6090 $as_echo "$libc_cv_broken_alias_attribute" >&6; }
6091 if test $libc_cv_broken_alias_attribute = yes; then
6092   as_fn_error $? "working alias attribute support required" "$LINENO" 5
6093 fi
6094
6095 if test $libc_cv_visibility_attribute = yes; then
6096   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to put _rtld_local into .sdata section" >&5
6097 $as_echo_n "checking whether to put _rtld_local into .sdata section... " >&6; }
6098 if ${libc_cv_have_sdata_section+:} false; then :
6099   $as_echo_n "(cached) " >&6
6100 else
6101   echo "int i;" > conftest.c
6102                   libc_cv_have_sdata_section=no
6103                   if ${CC-cc} $LDFLAGS -fPIC -shared -Wl,--verbose conftest.c -o conftest.so 2>&1 \
6104                      | grep '\.sdata' >/dev/null; then
6105                     libc_cv_have_sdata_section=yes
6106                   fi
6107                   rm -f conftest.c conftest.so
6108
6109 fi
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_sdata_section" >&5
6111 $as_echo "$libc_cv_have_sdata_section" >&6; }
6112   if test $libc_cv_have_sdata_section = yes; then
6113     $as_echo "#define HAVE_SDATA_SECTION 1" >>confdefs.h
6114
6115   fi
6116 fi
6117
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
6119 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
6120 if ${libc_cv_initfini_array+:} false; then :
6121   $as_echo_n "(cached) " >&6
6122 else
6123   cat > conftest.c <<EOF
6124 int _start (void) { return 0; }
6125 int __start (void) { return 0; }
6126
6127 int foo (void) { return 1; }
6128 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
6129
6130 EOF
6131 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
6132                        conftest.c -static -nostartfiles -nostdlib
6133                        1>&5'
6134   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6135   (eval $ac_try) 2>&5
6136   ac_status=$?
6137   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6138   test $ac_status = 0; }; }; then :
6139   if $READELF -S conftest | fgrep INIT_ARRAY > /dev/null; then
6140     libc_cv_initfini_array=yes
6141   else
6142     libc_cv_initfini_array=no
6143   fi
6144 else
6145   libc_cv_initfini_array=no
6146 fi
6147 rm -f conftest*
6148
6149 fi
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_initfini_array" >&5
6151 $as_echo "$libc_cv_initfini_array" >&6; }
6152 if test $libc_cv_initfini_array != yes; then
6153   as_fn_error $? "Need linker with .init_array/.fini_array support." "$LINENO" 5
6154 fi
6155
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use .ctors/.dtors header and trailer" >&5
6157 $as_echo_n "checking whether to use .ctors/.dtors header and trailer... " >&6; }
6158 if ${libc_cv_ctors_header+:} false; then :
6159   $as_echo_n "(cached) " >&6
6160 else
6161     libc_cv_ctors_header=yes
6162   cat > conftest.c <<EOF
6163 int _start (void) { return 0; }
6164 int __start (void) { return 0; }
6165
6166 __attribute__ ((constructor)) void ctor (void) { asm (""); }
6167 __attribute__ ((destructor))  void dtor (void) { asm (""); }
6168
6169 EOF
6170 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -o conftest
6171                        conftest.c -static -nostartfiles -nostdlib
6172                        1>&5'
6173   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6174   (eval $ac_try) 2>&5
6175   ac_status=$?
6176   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6177   test $ac_status = 0; }; }; then :
6178         if $READELF -WS conftest$ac_exeext | $AWK '
6179         { gsub(/\[ */, "[") }
6180         $2 == ".ctors" || $2 == ".dtors" {
6181           size = strtonum("0x" $6)
6182           align = strtonum("0x" $NF)
6183           seen[$2] = 1
6184           stub[$2] = size == align * 2
6185         }
6186         END {
6187           ctors_ok = !seen[".ctors"] || stub[".ctors"]
6188           dtors_ok = !seen[".dtors"] || stub[".dtors"]
6189           exit ((ctors_ok && dtors_ok) ? 0 : 1)
6190         }
6191       '; then :
6192   libc_cv_ctors_header=no
6193 fi
6194
6195 else
6196         as_fn_error $? "missing __attribute__ ((constructor)) support??" "$LINENO" 5
6197
6198 fi
6199 rm -f conftest*
6200
6201 fi
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ctors_header" >&5
6203 $as_echo "$libc_cv_ctors_header" >&6; }
6204 if test $libc_cv_ctors_header = no; then
6205   $as_echo "#define NO_CTORS_DTORS_SECTIONS 1" >>confdefs.h
6206
6207 fi
6208
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind-support in compiler" >&5
6210 $as_echo_n "checking for libunwind-support in compiler... " >&6; }
6211 if ${libc_cv_cc_with_libunwind+:} false; then :
6212   $as_echo_n "(cached) " >&6
6213 else
6214
6215   cat > conftest.c <<EOF
6216 int main (void) { return 0; }
6217 EOF
6218   if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -static -o conftest \
6219      conftest.c -v 2>&1 >/dev/null | grep ' -lunwind ' >/dev/null; then
6220     libc_cv_cc_with_libunwind=yes
6221   else
6222     libc_cv_cc_with_libunwind=no
6223   fi
6224   rm -f conftest*
6225 fi
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_with_libunwind" >&5
6227 $as_echo "$libc_cv_cc_with_libunwind" >&6; }
6228
6229 if test $libc_cv_cc_with_libunwind = yes; then
6230   $as_echo "#define HAVE_CC_WITH_LIBUNWIND 1" >>confdefs.h
6231
6232 fi
6233
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z nodelete option" >&5
6235 $as_echo_n "checking for -z nodelete option... " >&6; }
6236 if ${libc_cv_z_nodelete+:} false; then :
6237   $as_echo_n "(cached) " >&6
6238 else
6239   cat > conftest.c <<EOF
6240 int _start (void) { return 42; }
6241 EOF
6242 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6243                    -fPIC -shared -o conftest.so conftest.c
6244                    -nostartfiles -nostdlib
6245                    -Wl,--enable-new-dtags,-z,nodelete 1>&5'
6246   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6247   (eval $ac_try) 2>&5
6248   ac_status=$?
6249   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6250   test $ac_status = 0; }; }
6251 then
6252   libc_cv_z_nodelete=yes
6253 else
6254   as_fn_error $? "linker with -z nodelete support required" "$LINENO" 5
6255 fi
6256 rm -f conftest*
6257 fi
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_nodelete" >&5
6259 $as_echo "$libc_cv_z_nodelete" >&6; }
6260
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z nodlopen option" >&5
6262 $as_echo_n "checking for -z nodlopen option... " >&6; }
6263 if ${libc_cv_z_nodlopen+:} false; then :
6264   $as_echo_n "(cached) " >&6
6265 else
6266   cat > conftest.c <<EOF
6267 int _start (void) { return 42; }
6268 EOF
6269 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6270                         -fPIC -shared -o conftest.so conftest.c
6271                         -nostartfiles -nostdlib
6272                         -Wl,--enable-new-dtags,-z,nodlopen 1>&5'
6273   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6274   (eval $ac_try) 2>&5
6275   ac_status=$?
6276   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6277   test $ac_status = 0; }; }
6278 then
6279   libc_cv_z_nodlopen=yes
6280 else
6281   as_fn_error $? "linker with -z nodlopen support required" "$LINENO" 5
6282 fi
6283 rm -f conftest*
6284 fi
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_nodlopen" >&5
6286 $as_echo "$libc_cv_z_nodlopen" >&6; }
6287
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z initfirst option" >&5
6289 $as_echo_n "checking for -z initfirst option... " >&6; }
6290 if ${libc_cv_z_initfirst+:} false; then :
6291   $as_echo_n "(cached) " >&6
6292 else
6293   cat > conftest.c <<EOF
6294 int _start (void) { return 42; }
6295 EOF
6296 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6297                         -fPIC -shared -o conftest.so conftest.c
6298                         -nostartfiles -nostdlib
6299                         -Wl,--enable-new-dtags,-z,initfirst 1>&5'
6300   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6301   (eval $ac_try) 2>&5
6302   ac_status=$?
6303   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6304   test $ac_status = 0; }; }
6305 then
6306   libc_cv_z_initfirst=yes
6307 else
6308   as_fn_error $? "linker with -z initfirst support required" "$LINENO" 5
6309 fi
6310 rm -f conftest*
6311 fi
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_initfirst" >&5
6313 $as_echo "$libc_cv_z_initfirst" >&6; }
6314
6315 # Add-on fragments can set these for other machines.
6316 libc_commonpagesize=${libc_commonpagesize:-no}
6317 libc_relro_required=${libc_relro_required:-no}
6318 case "$base_machine" in
6319   i[34567]86 | x86_64 | powerpc* | s390*)
6320     libc_commonpagesize=0x1000
6321     libc_relro_required=yes
6322     ;;
6323   sparc*)
6324     libc_commonpagesize=0x2000
6325     libc_relro_required=yes
6326     ;;
6327 esac
6328
6329 if test $libc_commonpagesize != no; then
6330   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z relro option" >&5
6331 $as_echo_n "checking for -z relro option... " >&6; }
6332 if ${libc_cv_z_relro+:} false; then :
6333   $as_echo_n "(cached) " >&6
6334 else
6335     libc_cv_z_relro=no
6336   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6337 /* end confdefs.h.  */
6338
6339 int _start (void) { return 42; }
6340 extern void _exit (int);
6341 /* Since these pointers are const, they should go in rodata.
6342    Since they refer to functions that have to be resolved by
6343    dynamic linking, they should instead go in RELRO data.  */
6344 const void *const relro[] = { &_start, &_exit, 0 };
6345 /* GNU ld fails to produce RELRO data when it's very small and there is no
6346    normal writable data following it, or if only uninitialized (.bss) data
6347    follows it, or only very small writable data.  */
6348 int data[0x10000] = { 1, };
6349
6350 _ACEOF
6351   cat > conftest.awk <<\EOF
6352 BEGIN {
6353   result = "no"
6354   commonpagesize = strtonum(commonpagesize)
6355 }
6356 { print "LINE:", $0 > "/dev/stderr" }
6357 $1 == "GNU_RELRO" {
6358   vaddr = strtonum($3)
6359   memsz = strtonum($6)
6360   end = vaddr + memsz
6361   printf "vaddr %#x memsz %#x end %#x commonpagesize %#x\n", \
6362     vaddr, memsz, end, commonpagesize > "/dev/stderr"
6363   result = (end % commonpagesize == 0) ? "yes" : "broken"
6364 }
6365 END { print result }
6366 EOF
6367   { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6368                     -fPIC -shared -o conftest.so conftest.c
6369                     -nostartfiles -nostdlib
6370                     -Wl,-z,relro 1>&5'
6371   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6372   (eval $ac_try) 2>&5
6373   ac_status=$?
6374   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6375   test $ac_status = 0; }; } &&
6376   { ac_try='$READELF -Wl conftest.so > conftest.ph'
6377   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6378   (eval $ac_try) 2>&5
6379   ac_status=$?
6380   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6381   test $ac_status = 0; }; } &&
6382   { ac_try='
6383       $AWK -v commonpagesize=$libc_commonpagesize -f conftest.awk
6384            conftest.ph > conftest.cps
6385     '
6386   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6387   (eval $ac_try) 2>&5
6388   ac_status=$?
6389   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6390   test $ac_status = 0; }; } &&
6391   libc_cv_z_relro=`cat conftest.cps 2>&5`
6392   rm -f conftest*
6393 fi
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_relro" >&5
6395 $as_echo "$libc_cv_z_relro" >&6; }
6396   if { test "x$libc_relro_required" = xyes &&
6397        test "x$libc_cv_z_relro" != xyes
6398      }
6399   then
6400     as_fn_error $? "linker with -z relro support required" "$LINENO" 5
6401   fi
6402 else
6403   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: missing architecture parameter to check for working -z relro" >&5
6404 $as_echo "$as_me: WARNING: missing architecture parameter to check for working -z relro" >&2;}
6405 fi
6406
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Bgroup option" >&5
6408 $as_echo_n "checking for -Bgroup option... " >&6; }
6409 if ${libc_cv_Bgroup+:} false; then :
6410   $as_echo_n "(cached) " >&6
6411 else
6412   cat > conftest.c <<EOF
6413 int _start (void) { return 42; }
6414 EOF
6415 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6416                             -fPIC -shared -o conftest.so conftest.c
6417                             -Wl,-Bgroup -nostdlib 1>&5'
6418   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6419   (eval $ac_try) 2>&5
6420   ac_status=$?
6421   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6422   test $ac_status = 0; }; }
6423 then
6424   libc_cv_Bgroup=yes
6425 else
6426   libc_cv_Bgroup=no
6427 fi
6428 rm -f conftest*
6429 fi
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_Bgroup" >&5
6431 $as_echo "$libc_cv_Bgroup" >&6; }
6432
6433
6434 ASFLAGS_config=
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether --noexecstack is desirable for .S files" >&5
6436 $as_echo_n "checking whether --noexecstack is desirable for .S files... " >&6; }
6437 if ${libc_cv_as_noexecstack+:} false; then :
6438   $as_echo_n "(cached) " >&6
6439 else
6440   cat > conftest.c <<EOF
6441 void foo (void) { }
6442 EOF
6443 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS
6444                    -S -o conftest.s conftest.c 1>&5'
6445   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6446   (eval $ac_try) 2>&5
6447   ac_status=$?
6448   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6449   test $ac_status = 0; }; } \
6450    && grep .note.GNU-stack conftest.s >/dev/null \
6451    && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
6452                       -c -o conftest.o conftest.s 1>&5'
6453   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6454   (eval $ac_try) 2>&5
6455   ac_status=$?
6456   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6457   test $ac_status = 0; }; }
6458 then
6459   libc_cv_as_noexecstack=yes
6460 else
6461   libc_cv_as_noexecstack=no
6462 fi
6463 rm -f conftest*
6464 fi
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_as_noexecstack" >&5
6466 $as_echo "$libc_cv_as_noexecstack" >&6; }
6467 if test $libc_cv_as_noexecstack = yes; then
6468   ASFLAGS_config="$ASFLAGS_config -Wa,--noexecstack"
6469 fi
6470
6471
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z combreloc" >&5
6473 $as_echo_n "checking for -z combreloc... " >&6; }
6474 if ${libc_cv_z_combreloc+:} false; then :
6475   $as_echo_n "(cached) " >&6
6476 else
6477   cat > conftest.c <<EOF
6478 extern int bar (int);
6479 extern int mumble;
6480 int foo (void) { return bar (mumble); }
6481 EOF
6482 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6483                         -fPIC -shared -o conftest.so conftest.c
6484                         -nostdlib -nostartfiles
6485                         -Wl,-z,combreloc 1>&5'
6486   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6487   (eval $ac_try) 2>&5
6488   ac_status=$?
6489   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6490   test $ac_status = 0; }; }
6491 then
6492   if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
6493     libc_cv_z_combreloc=yes
6494   else
6495     libc_cv_z_combreloc=no
6496   fi
6497 else
6498   libc_cv_z_combreloc=no
6499 fi
6500 rm -f conftest*
6501 fi
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_combreloc" >&5
6503 $as_echo "$libc_cv_z_combreloc" >&6; }
6504 if test "$libc_cv_z_combreloc" = yes; then
6505   $as_echo "#define HAVE_Z_COMBRELOC 1" >>confdefs.h
6506
6507 fi
6508
6509
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -z execstack" >&5
6511 $as_echo_n "checking for -z execstack... " >&6; }
6512 if ${libc_cv_z_execstack+:} false; then :
6513   $as_echo_n "(cached) " >&6
6514 else
6515   cat > conftest.c <<EOF
6516 int _start (void) { return 42; }
6517 EOF
6518 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6519                             -fPIC -shared -o conftest.so conftest.c
6520                             -Wl,-z,execstack -nostdlib
6521                             1>&5'
6522   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6523   (eval $ac_try) 2>&5
6524   ac_status=$?
6525   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6526   test $ac_status = 0; }; }
6527 then
6528   libc_cv_z_execstack=yes
6529 else
6530   libc_cv_z_execstack=no
6531 fi
6532 rm -f conftest*
6533 fi
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_z_execstack" >&5
6535 $as_echo "$libc_cv_z_execstack" >&6; }
6536
6537
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fpie" >&5
6539 $as_echo_n "checking for -fpie... " >&6; }
6540 if ${libc_cv_fpie+:} false; then :
6541   $as_echo_n "(cached) " >&6
6542 else
6543   if { ac_try='${CC-cc} -fpie -xc /dev/null -S -o /dev/null'
6544   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6545   (eval $ac_try) 2>&5
6546   ac_status=$?
6547   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6548   test $ac_status = 0; }; }; then :
6549   libc_cv_fpie=yes
6550 else
6551   libc_cv_fpie=no
6552 fi
6553
6554 fi
6555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fpie" >&5
6556 $as_echo "$libc_cv_fpie" >&6; }
6557
6558
6559
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --hash-style option" >&5
6561 $as_echo_n "checking for --hash-style option... " >&6; }
6562 if ${libc_cv_hashstyle+:} false; then :
6563   $as_echo_n "(cached) " >&6
6564 else
6565   cat > conftest.c <<EOF
6566 int _start (void) { return 42; }
6567 EOF
6568 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6569                             -fPIC -shared -o conftest.so conftest.c
6570                             -Wl,--hash-style=both -nostdlib 1>&5'
6571   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6572   (eval $ac_try) 2>&5
6573   ac_status=$?
6574   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6575   test $ac_status = 0; }; }
6576 then
6577   libc_cv_hashstyle=yes
6578 else
6579   libc_cv_hashstyle=no
6580 fi
6581 rm -f conftest*
6582 fi
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_hashstyle" >&5
6584 $as_echo "$libc_cv_hashstyle" >&6; }
6585
6586
6587 # The linker's default -shared behavior is good enough if it
6588 # does these things that our custom linker scripts ensure that
6589 # all allocated NOTE sections come first.
6590 if test "$use_default_link" = default; then
6591   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sufficient default -shared layout" >&5
6592 $as_echo_n "checking for sufficient default -shared layout... " >&6; }
6593 if ${libc_cv_use_default_link+:} false; then :
6594   $as_echo_n "(cached) " >&6
6595 else
6596     libc_cv_use_default_link=no
6597   cat > conftest.s <<\EOF
6598           .section .note.a,"a",%note
6599           .balign 4
6600           .long 4,4,9
6601           .string "GNU"
6602           .string "foo"
6603           .section .note.b,"a",%note
6604           .balign 4
6605           .long 4,4,9
6606           .string "GNU"
6607           .string "bar"
6608 EOF
6609   if { ac_try='  ${CC-cc} $ASFLAGS -shared -o conftest.so conftest.s 1>&5'
6610   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6611   (eval $ac_try) 2>&5
6612   ac_status=$?
6613   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6614   test $ac_status = 0; }; } &&
6615        ac_try=`$READELF -S conftest.so | sed -n \
6616          '${x;p;}
6617           s/^ *\[ *[1-9][0-9]*\]  *\([^ ][^ ]*\)  *\([^ ][^ ]*\) .*$/\2 \1/
6618           t a
6619           b
6620           : a
6621           H'`
6622   then
6623     libc_seen_a=no libc_seen_b=no
6624     set -- $ac_try
6625     while test $# -ge 2 -a "$1" = NOTE; do
6626       case "$2" in
6627       .note.a) libc_seen_a=yes ;;
6628       .note.b) libc_seen_b=yes ;;
6629       esac
6630       shift 2
6631     done
6632     case "$libc_seen_a$libc_seen_b" in
6633     yesyes)
6634       libc_cv_use_default_link=yes
6635       ;;
6636     *)
6637       echo >&5 "\
6638 $libc_seen_a$libc_seen_b from:
6639 $ac_try"
6640       ;;
6641     esac
6642   fi
6643   rm -f conftest*
6644 fi
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_use_default_link" >&5
6646 $as_echo "$libc_cv_use_default_link" >&6; }
6647   use_default_link=$libc_cv_use_default_link
6648 fi
6649
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker output format" >&5
6651 $as_echo_n "checking linker output format... " >&6; }
6652 if ${libc_cv_output_format+:} false; then :
6653   $as_echo_n "(cached) " >&6
6654 else
6655   if libc_cv_output_format=`
6656 ${CC-cc} -nostartfiles -nostdlib -Wl,--print-output-format 2>&5`
6657 then
6658   :
6659 else
6660   libc_cv_output_format=
6661 fi
6662 test -n "$libc_cv_output_format" || libc_cv_output_format=unknown
6663 fi
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_output_format" >&5
6665 $as_echo "$libc_cv_output_format" >&6; }
6666
6667
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-toplevel-reorder -fno-section-anchors" >&5
6669 $as_echo_n "checking for -fno-toplevel-reorder -fno-section-anchors... " >&6; }
6670 if ${libc_cv_fno_toplevel_reorder+:} false; then :
6671   $as_echo_n "(cached) " >&6
6672 else
6673   cat > conftest.c <<EOF
6674 int foo;
6675 EOF
6676 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -fno-toplevel-reorder -fno-section-anchors
6677                             conftest.c 1>&5'
6678   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6679   (eval $ac_try) 2>&5
6680   ac_status=$?
6681   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6682   test $ac_status = 0; }; }
6683 then
6684   libc_cv_fno_toplevel_reorder=yes
6685 else
6686   libc_cv_fno_toplevel_reorder=no
6687 fi
6688 rm -f conftest*
6689 fi
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_fno_toplevel_reorder" >&5
6691 $as_echo "$libc_cv_fno_toplevel_reorder" >&6; }
6692 if test $libc_cv_fno_toplevel_reorder = yes; then
6693   fno_unit_at_a_time="-fno-toplevel-reorder -fno-section-anchors"
6694 else
6695   fno_unit_at_a_time=-fno-unit-at-a-time
6696 fi
6697
6698
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fstack-protector" >&5
6700 $as_echo_n "checking for -fstack-protector... " >&6; }
6701 if ${libc_cv_ssp+:} false; then :
6702   $as_echo_n "(cached) " >&6
6703 else
6704   if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Werror -fstack-protector -xc /dev/null -S -o /dev/null'
6705   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6706   (eval $ac_try) 2>&5
6707   ac_status=$?
6708   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6709   test $ac_status = 0; }; }; then :
6710   libc_cv_ssp=yes
6711 else
6712   libc_cv_ssp=no
6713 fi
6714
6715 fi
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
6717 $as_echo "$libc_cv_ssp" >&6; }
6718
6719
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fgnu89-inline" >&5
6721 $as_echo_n "checking for -fgnu89-inline... " >&6; }
6722 if ${libc_cv_gnu89_inline+:} false; then :
6723   $as_echo_n "(cached) " >&6
6724 else
6725   cat > conftest.c <<EOF
6726 int foo;
6727 #ifdef __GNUC_GNU_INLINE__
6728 main () { return 0;}
6729 #else
6730 #error
6731 #endif
6732 EOF
6733 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -std=gnu99 -fgnu89-inline
6734                             -o conftest.s conftest.c 1>&5'
6735   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6736   (eval $ac_try) 2>&5
6737   ac_status=$?
6738   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6739   test $ac_status = 0; }; }
6740 then
6741   libc_cv_gnu89_inline=yes
6742 else
6743   libc_cv_gnu89_inline=no
6744 fi
6745 rm -f conftest*
6746 fi
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gnu89_inline" >&5
6748 $as_echo "$libc_cv_gnu89_inline" >&6; }
6749 if test $libc_cv_gnu89_inline = yes; then
6750   gnu89_inline=-fgnu89-inline
6751 else
6752   gnu89_inline=
6753 fi
6754
6755
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc puts quotes around section names" >&5
6757 $as_echo_n "checking whether cc puts quotes around section names... " >&6; }
6758 if ${libc_cv_have_section_quotes+:} false; then :
6759   $as_echo_n "(cached) " >&6
6760 else
6761   cat > conftest.c <<EOF
6762                 static const int foo
6763                 __attribute__ ((section ("bar"))) = 1;
6764 EOF
6765                 if ${CC-cc} -S conftest.c -o conftest.s; then
6766                   if grep '\.section.*"bar"' conftest.s >/dev/null; then
6767                     libc_cv_have_section_quotes=yes
6768                   else
6769                     libc_cv_have_section_quotes=no
6770                   fi
6771                 else
6772                   libc_cv_have_section_quotes=unknown
6773                 fi
6774                 rm -f conftest.{c,s}
6775
6776 fi
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
6778 $as_echo "$libc_cv_have_section_quotes" >&6; }
6779 if test $libc_cv_have_section_quotes = yes; then
6780   $as_echo "#define HAVE_SECTION_QUOTES 1" >>confdefs.h
6781
6782 fi
6783
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weak directive" >&5
6785 $as_echo_n "checking for assembler .weak directive... " >&6; }
6786 if ${libc_cv_asm_weak_directive+:} false; then :
6787   $as_echo_n "(cached) " >&6
6788 else
6789   cat > conftest.s <<EOF
6790 ${libc_cv_dot_text}
6791 .globl foo
6792 foo:
6793 .weak foo
6794 .weak bar; bar = foo
6795 EOF
6796 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6797   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6798   (eval $ac_try) 2>&5
6799   ac_status=$?
6800   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6801   test $ac_status = 0; }; }; then
6802   libc_cv_asm_weak_directive=yes
6803 else
6804   libc_cv_asm_weak_directive=no
6805 fi
6806 rm -f conftest*
6807 fi
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weak_directive" >&5
6809 $as_echo "$libc_cv_asm_weak_directive" >&6; }
6810
6811 if test $libc_cv_asm_weak_directive = no; then
6812   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler .weakext directive" >&5
6813 $as_echo_n "checking for assembler .weakext directive... " >&6; }
6814 if ${libc_cv_asm_weakext_directive+:} false; then :
6815   $as_echo_n "(cached) " >&6
6816 else
6817   cat > conftest.s <<EOF
6818 ${libc_cv_dot_text}
6819 .globl foo
6820 foo:
6821 .weakext bar foo
6822 .weakext baz
6823 .globl baz
6824 baz:
6825 EOF
6826   if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6827   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6828   (eval $ac_try) 2>&5
6829   ac_status=$?
6830   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6831   test $ac_status = 0; }; }; then
6832     libc_cv_asm_weakext_directive=yes
6833   else
6834     libc_cv_asm_weakext_directive=no
6835   fi
6836   rm -f conftest*
6837 fi
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_weakext_directive" >&5
6839 $as_echo "$libc_cv_asm_weakext_directive" >&6; }
6840
6841 fi # no .weak
6842
6843 if test $libc_cv_asm_weak_directive = yes; then
6844   $as_echo "#define HAVE_ASM_WEAK_DIRECTIVE 1" >>confdefs.h
6845
6846 elif test $libc_cv_asm_weakext_directive = yes; then
6847   $as_echo "#define HAVE_ASM_WEAKEXT_DIRECTIVE 1" >>confdefs.h
6848
6849 fi
6850
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported" >&5
6852 $as_echo_n "checking whether CFI directives are supported... " >&6; }
6853 if ${libc_cv_asm_cfi_directives+:} false; then :
6854   $as_echo_n "(cached) " >&6
6855 else
6856   case $machine in
6857   sparc/sparc64*) cfi_offset=2047;;
6858   *) cfi_offset=0;;
6859 esac
6860 cat > conftest.s <<EOF
6861         .text
6862         .type   func,%function
6863 func:
6864         .cfi_startproc
6865         .cfi_remember_state
6866         .cfi_rel_offset 1, $cfi_offset
6867         .cfi_endproc
6868 EOF
6869 if { ac_try='${CC-cc} $ASFLAGS -c conftest.s 1>&5'
6870   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6871   (eval $ac_try) 2>&5
6872   ac_status=$?
6873   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6874   test $ac_status = 0; }; }; then
6875   libc_cv_asm_cfi_directives=yes
6876 else
6877   libc_cv_asm_cfi_directives=no
6878 fi
6879 rm -f conftest*
6880 fi
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_asm_cfi_directives" >&5
6882 $as_echo "$libc_cv_asm_cfi_directives" >&6; }
6883 if test $libc_cv_asm_cfi_directives = yes; then
6884   $as_echo "#define HAVE_ASM_CFI_DIRECTIVES 1" >>confdefs.h
6885
6886 fi
6887
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld --no-whole-archive" >&5
6889 $as_echo_n "checking for ld --no-whole-archive... " >&6; }
6890 if ${libc_cv_ld_no_whole_archive+:} false; then :
6891   $as_echo_n "(cached) " >&6
6892 else
6893   cat > conftest.c <<\EOF
6894 _start () {}
6895 int __eh_pc;
6896 __throw () {}
6897 EOF
6898 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6899                             -nostdlib -nostartfiles -Wl,--no-whole-archive
6900                             -o conftest conftest.c 1>&5'
6901   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6902   (eval $ac_try) 2>&5
6903   ac_status=$?
6904   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6905   test $ac_status = 0; }; }; then
6906   libc_cv_ld_no_whole_archive=yes
6907 else
6908   libc_cv_ld_no_whole_archive=no
6909 fi
6910 rm -f conftest*
6911 fi
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ld_no_whole_archive" >&5
6913 $as_echo "$libc_cv_ld_no_whole_archive" >&6; }
6914 if test $libc_cv_ld_no_whole_archive = no; then
6915   as_fn_error $? "support for --no-whole-archive is needed" "$LINENO" 5
6916 fi
6917
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc -fexceptions" >&5
6919 $as_echo_n "checking for gcc -fexceptions... " >&6; }
6920 if ${libc_cv_gcc_exceptions+:} false; then :
6921   $as_echo_n "(cached) " >&6
6922 else
6923   cat > conftest.c <<\EOF
6924 _start () {}
6925 int __eh_pc;
6926 __throw () {}
6927 EOF
6928 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS
6929                             -nostdlib -nostartfiles -fexceptions
6930                             -o conftest conftest.c 1>&5'
6931   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6932   (eval $ac_try) 2>&5
6933   ac_status=$?
6934   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6935   test $ac_status = 0; }; }; then
6936   libc_cv_gcc_exceptions=yes
6937 else
6938   libc_cv_gcc_exceptions=no
6939 fi
6940 rm -f conftest*
6941 fi
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_exceptions" >&5
6943 $as_echo "$libc_cv_gcc_exceptions" >&6; }
6944 if test $libc_cv_gcc_exceptions = yes; then
6945   exceptions=-fexceptions
6946 fi
6947
6948 if test "$host_cpu" = powerpc ; then
6949 # Check for a bug present in at least versions 2.8.x of GCC
6950 # and versions 1.0.x of EGCS.
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clobbering cr0 causes problems" >&5
6952 $as_echo_n "checking whether clobbering cr0 causes problems... " >&6; }
6953 if ${libc_cv_c_asmcr0_bug+:} false; then :
6954   $as_echo_n "(cached) " >&6
6955 else
6956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6957 /* end confdefs.h.  */
6958 int tester(int x) { asm ("" : : : "cc"); return x & 123; }
6959 int
6960 main ()
6961 {
6962
6963   ;
6964   return 0;
6965 }
6966 _ACEOF
6967 if ac_fn_c_try_compile "$LINENO"; then :
6968   libc_cv_c_asmcr0_bug='no'
6969 else
6970   libc_cv_c_asmcr0_bug='yes'
6971 fi
6972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6973 fi
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_c_asmcr0_bug" >&5
6975 $as_echo "$libc_cv_c_asmcr0_bug" >&6; }
6976 if test "$libc_cv_c_asmcr0_bug" != 'no'; then
6977   $as_echo "#define BROKEN_PPC_ASM_CR0 1" >>confdefs.h
6978
6979 fi
6980 fi
6981
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
6983 $as_echo_n "checking for __builtin_memset... " >&6; }
6984 if ${libc_cv_gcc_builtin_memset+:} false; then :
6985   $as_echo_n "(cached) " >&6
6986 else
6987   cat > conftest.c <<\EOF
6988 void zero (void *x)
6989 {
6990   __builtin_memset (x, 0, 1000);
6991 }
6992 EOF
6993 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "memset" > /dev/null'
6994   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
6995   (eval $ac_try) 2>&5
6996   ac_status=$?
6997   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6998   test $ac_status = 0; }; };
6999 then
7000   libc_cv_gcc_builtin_memset=no
7001 else
7002   libc_cv_gcc_builtin_memset=yes
7003 fi
7004 rm -f conftest*
7005 fi
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_memset" >&5
7007 $as_echo "$libc_cv_gcc_builtin_memset" >&6; }
7008 if test "$libc_cv_gcc_builtin_memset" = yes ; then
7009   $as_echo "#define HAVE_BUILTIN_MEMSET 1" >>confdefs.h
7010
7011 fi
7012
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for redirection of built-in functions" >&5
7014 $as_echo_n "checking for redirection of built-in functions... " >&6; }
7015 if ${libc_cv_gcc_builtin_redirection+:} false; then :
7016   $as_echo_n "(cached) " >&6
7017 else
7018   cat > conftest.c <<\EOF
7019 extern char *strstr (const char *, const char *) __asm ("my_strstr");
7020 char *foo (const char *a, const char *b)
7021 {
7022   return __builtin_strstr (a, b);
7023 }
7024 EOF
7025 if { ac_try='${CC-cc} -O3 -S conftest.c -o - | fgrep "my_strstr" > /dev/null'
7026   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7027   (eval $ac_try) 2>&5
7028   ac_status=$?
7029   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7030   test $ac_status = 0; }; };
7031 then
7032   libc_cv_gcc_builtin_redirection=yes
7033 else
7034   libc_cv_gcc_builtin_redirection=no
7035 fi
7036 rm -f conftest*
7037 fi
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_builtin_redirection" >&5
7039 $as_echo "$libc_cv_gcc_builtin_redirection" >&6; }
7040 if test "$libc_cv_gcc_builtin_redirection" = no; then
7041   as_fn_error $? "support for the symbol redirection needed" "$LINENO" 5
7042 fi
7043
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread" >&5
7045 $as_echo_n "checking for __thread... " >&6; }
7046 if ${libc_cv_gcc___thread+:} false; then :
7047   $as_echo_n "(cached) " >&6
7048 else
7049   cat > conftest.c <<\EOF
7050 __thread int a = 42;
7051 EOF
7052 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -c conftest.c >&5'
7053   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7054   (eval $ac_try) 2>&5
7055   ac_status=$?
7056   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7057   test $ac_status = 0; }; }; then
7058   libc_cv_gcc___thread=yes
7059 else
7060   libc_cv_gcc___thread=no
7061 fi
7062 rm -f conftest*
7063 fi
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc___thread" >&5
7065 $as_echo "$libc_cv_gcc___thread" >&6; }
7066 if test "$libc_cv_gcc___thread" = no; then
7067   as_fn_error $? "support for the __thread keyword is required" "$LINENO" 5
7068 fi
7069
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tls_model attribute" >&5
7071 $as_echo_n "checking for tls_model attribute... " >&6; }
7072 if ${libc_cv_gcc_tls_model_attr+:} false; then :
7073   $as_echo_n "(cached) " >&6
7074 else
7075   cat > conftest.c <<\EOF
7076 extern __thread int a __attribute__((tls_model ("initial-exec")));
7077 EOF
7078 if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -Werror conftest.c >&5'
7079   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7080   (eval $ac_try) 2>&5
7081   ac_status=$?
7082   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7083   test $ac_status = 0; }; }; then
7084   libc_cv_gcc_tls_model_attr=yes
7085 else
7086   libc_cv_gcc_tls_model_attr=no
7087 fi
7088 rm -f conftest*
7089 fi
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_gcc_tls_model_attr" >&5
7091 $as_echo "$libc_cv_gcc_tls_model_attr" >&6; }
7092 if test "$libc_cv_gcc_tls_model_attr" = no; then
7093   as_fn_error $? "support for the tls_model attribute is required" "$LINENO" 5
7094 fi
7095
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option to disable generation of FMA instructions" >&5
7097 $as_echo_n "checking for compiler option to disable generation of FMA instructions... " >&6; }
7098 if ${libc_cv_cc_nofma+:} false; then :
7099   $as_echo_n "(cached) " >&6
7100 else
7101   libc_cv_cc_nofma=
7102 for opt in -ffp-contract=off -mno-fused-madd; do
7103   if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
7104   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7105   (eval $ac_try) 2>&5
7106   ac_status=$?
7107   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7108   test $ac_status = 0; }; }; then :
7109   libc_cv_cc_nofma=$opt; break
7110 fi
7111 done
7112 fi
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_nofma" >&5
7114 $as_echo "$libc_cv_cc_nofma" >&6; }
7115
7116 if test -n "$submachine"; then
7117   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler option for CPU variant" >&5
7118 $as_echo_n "checking for compiler option for CPU variant... " >&6; }
7119 if ${libc_cv_cc_submachine+:} false; then :
7120   $as_echo_n "(cached) " >&6
7121 else
7122     libc_cv_cc_submachine=no
7123   for opt in "-march=$submachine" "-mcpu=$submachine"; do
7124     if { ac_try='${CC-cc} $opt -xc /dev/null -S -o /dev/null'
7125   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
7126   (eval $ac_try) 2>&5
7127   ac_status=$?
7128   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7129   test $ac_status = 0; }; }; then :
7130
7131       libc_cv_cc_submachine="$opt"
7132       break
7133 fi
7134   done
7135 fi
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
7137 $as_echo "$libc_cv_cc_submachine" >&6; }
7138   if test "x$libc_cv_cc_submachine" = xno; then
7139     as_fn_error $? "${CC-cc} does not support $submachine" "$LINENO" 5
7140   fi
7141 fi
7142
7143
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgd" >&5
7145 $as_echo_n "checking for libgd... " >&6; }
7146 if test "$with_gd" != "no"; then
7147   old_CFLAGS="$CFLAGS"
7148   CFLAGS="$CFLAGS $libgd_include"
7149   old_LDFLAGS="$LDFLAGS"
7150   LDFLAGS="$LDFLAGS $libgd_ldflags"
7151   old_LIBS="$LIBS"
7152   LIBS="$LIBS -lgd -lpng -lz -lm"
7153   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7154 /* end confdefs.h.  */
7155 #include <gd.h>
7156 int
7157 main ()
7158 {
7159 gdImagePng (0, 0)
7160   ;
7161   return 0;
7162 }
7163 _ACEOF
7164 if ac_fn_c_try_link "$LINENO"; then :
7165   LIBGD=yes
7166 else
7167   LIBGD=no
7168 fi
7169 rm -f core conftest.err conftest.$ac_objext \
7170     conftest$ac_exeext conftest.$ac_ext
7171   CFLAGS="$old_CFLAGS"
7172   LDFLAGS="$old_LDFLAGS"
7173   LIBS="$old_LIBS"
7174 else
7175   LIBGD=no
7176 fi
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGD" >&5
7178 $as_echo "$LIBGD" >&6; }
7179
7180
7181 # SELinux detection
7182 if test x$with_selinux = xno ; then
7183   have_selinux=no;
7184 else
7185   # See if we have the SELinux library
7186   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for is_selinux_enabled in -lselinux" >&5
7187 $as_echo_n "checking for is_selinux_enabled in -lselinux... " >&6; }
7188 if ${ac_cv_lib_selinux_is_selinux_enabled+:} false; then :
7189   $as_echo_n "(cached) " >&6
7190 else
7191   ac_check_lib_save_LIBS=$LIBS
7192 LIBS="-lselinux  $LIBS"
7193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7194 /* end confdefs.h.  */
7195
7196 /* Override any GCC internal prototype to avoid an error.
7197    Use char because int might match the return type of a GCC
7198    builtin and then its argument prototype would still apply.  */
7199 #ifdef __cplusplus
7200 extern "C"
7201 #endif
7202 char is_selinux_enabled ();
7203 int
7204 main ()
7205 {
7206 return is_selinux_enabled ();
7207   ;
7208   return 0;
7209 }
7210 _ACEOF
7211 if ac_fn_c_try_link "$LINENO"; then :
7212   ac_cv_lib_selinux_is_selinux_enabled=yes
7213 else
7214   ac_cv_lib_selinux_is_selinux_enabled=no
7215 fi
7216 rm -f core conftest.err conftest.$ac_objext \
7217     conftest$ac_exeext conftest.$ac_ext
7218 LIBS=$ac_check_lib_save_LIBS
7219 fi
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_is_selinux_enabled" >&5
7221 $as_echo "$ac_cv_lib_selinux_is_selinux_enabled" >&6; }
7222 if test "x$ac_cv_lib_selinux_is_selinux_enabled" = xyes; then :
7223   have_selinux=yes
7224 else
7225   have_selinux=no
7226 fi
7227
7228   # See if we have the SELinux header with the NSCD permissions in it.
7229   if test x$have_selinux = xyes ; then
7230     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NSCD Flask permissions in selinux/av_permissions.h" >&5
7231 $as_echo_n "checking for NSCD Flask permissions in selinux/av_permissions.h... " >&6; }
7232     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7233 /* end confdefs.h.  */
7234 #include <selinux/av_permissions.h>
7235 int
7236 main ()
7237 {
7238 #ifdef NSCD__SHMEMHOST
7239                      return 0;
7240                      #else
7241                      #error NSCD__SHMEMHOST not defined
7242                      #endif
7243   ;
7244   return 0;
7245 }
7246 _ACEOF
7247 if ac_fn_c_try_compile "$LINENO"; then :
7248   have_selinux=yes
7249 else
7250   have_selinux=no
7251 fi
7252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7253     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_selinux" >&5
7254 $as_echo "$have_selinux" >&6; }
7255   fi
7256
7257   if test x$with_selinux = xyes ; then
7258     if test x$have_selinux = xno ; then
7259       as_fn_error $? "SELinux explicitly required, but sufficiently recent SELinux library not found" "$LINENO" 5
7260     fi
7261   fi
7262 fi
7263 # Check if we're building with SELinux support.
7264 if test "x$have_selinux" = xyes; then
7265
7266 $as_echo "#define HAVE_SELINUX 1" >>confdefs.h
7267
7268
7269   # See if we have the libaudit library
7270   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for audit_log_user_avc_message in -laudit" >&5
7271 $as_echo_n "checking for audit_log_user_avc_message in -laudit... " >&6; }
7272 if ${ac_cv_lib_audit_audit_log_user_avc_message+:} false; then :
7273   $as_echo_n "(cached) " >&6
7274 else
7275   ac_check_lib_save_LIBS=$LIBS
7276 LIBS="-laudit  $LIBS"
7277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7278 /* end confdefs.h.  */
7279
7280 /* Override any GCC internal prototype to avoid an error.
7281    Use char because int might match the return type of a GCC
7282    builtin and then its argument prototype would still apply.  */
7283 #ifdef __cplusplus
7284 extern "C"
7285 #endif
7286 char audit_log_user_avc_message ();
7287 int
7288 main ()
7289 {
7290 return audit_log_user_avc_message ();
7291   ;
7292   return 0;
7293 }
7294 _ACEOF
7295 if ac_fn_c_try_link "$LINENO"; then :
7296   ac_cv_lib_audit_audit_log_user_avc_message=yes
7297 else
7298   ac_cv_lib_audit_audit_log_user_avc_message=no
7299 fi
7300 rm -f core conftest.err conftest.$ac_objext \
7301     conftest$ac_exeext conftest.$ac_ext
7302 LIBS=$ac_check_lib_save_LIBS
7303 fi
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audit_audit_log_user_avc_message" >&5
7305 $as_echo "$ac_cv_lib_audit_audit_log_user_avc_message" >&6; }
7306 if test "x$ac_cv_lib_audit_audit_log_user_avc_message" = xyes; then :
7307   have_libaudit=yes
7308 else
7309   have_libaudit=no
7310 fi
7311
7312   if test "x$have_libaudit" = xyes; then
7313
7314 $as_echo "#define HAVE_LIBAUDIT 1" >>confdefs.h
7315
7316   fi
7317
7318
7319   # See if we have the libcap library
7320   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5
7321 $as_echo_n "checking for cap_init in -lcap... " >&6; }
7322 if ${ac_cv_lib_cap_cap_init+:} false; then :
7323   $as_echo_n "(cached) " >&6
7324 else
7325   ac_check_lib_save_LIBS=$LIBS
7326 LIBS="-lcap  $LIBS"
7327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7328 /* end confdefs.h.  */
7329
7330 /* Override any GCC internal prototype to avoid an error.
7331    Use char because int might match the return type of a GCC
7332    builtin and then its argument prototype would still apply.  */
7333 #ifdef __cplusplus
7334 extern "C"
7335 #endif
7336 char cap_init ();
7337 int
7338 main ()
7339 {
7340 return cap_init ();
7341   ;
7342   return 0;
7343 }
7344 _ACEOF
7345 if ac_fn_c_try_link "$LINENO"; then :
7346   ac_cv_lib_cap_cap_init=yes
7347 else
7348   ac_cv_lib_cap_cap_init=no
7349 fi
7350 rm -f core conftest.err conftest.$ac_objext \
7351     conftest$ac_exeext conftest.$ac_ext
7352 LIBS=$ac_check_lib_save_LIBS
7353 fi
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5
7355 $as_echo "$ac_cv_lib_cap_cap_init" >&6; }
7356 if test "x$ac_cv_lib_cap_cap_init" = xyes; then :
7357   have_libcap=yes
7358 else
7359   have_libcap=no
7360 fi
7361
7362   if test "x$have_libcap" = xyes; then
7363
7364 $as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
7365
7366   fi
7367
7368 fi
7369
7370
7371
7372 # The cast to long int works around a bug in the HP C Compiler
7373 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7374 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7375 # This bug is HP SR number 8606223364.
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
7377 $as_echo_n "checking size of long double... " >&6; }
7378 if ${ac_cv_sizeof_long_double+:} false; then :
7379   $as_echo_n "(cached) " >&6
7380 else
7381   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :
7382
7383 else
7384   if test "$ac_cv_type_long_double" = yes; then
7385      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7387 as_fn_error 77 "cannot compute sizeof (long double)
7388 See \`config.log' for more details" "$LINENO" 5; }
7389    else
7390      ac_cv_sizeof_long_double=0
7391    fi
7392 fi
7393
7394 fi
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
7396 $as_echo "$ac_cv_sizeof_long_double" >&6; }
7397
7398
7399
7400 cat >>confdefs.h <<_ACEOF
7401 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
7402 _ACEOF
7403
7404
7405 sizeof_long_double=$ac_cv_sizeof_long_double
7406
7407
7408 CPPUNDEFS=
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FORTIFY_SOURCE predefine" >&5
7410 $as_echo_n "checking for _FORTIFY_SOURCE predefine... " >&6; }
7411 if ${libc_cv_predef_fortify_source+:} false; then :
7412   $as_echo_n "(cached) " >&6
7413 else
7414   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7415 /* end confdefs.h.  */
7416
7417 int
7418 main ()
7419 {
7420
7421 #ifdef _FORTIFY_SOURCE
7422 # error bogon
7423 #endif
7424   ;
7425   return 0;
7426 }
7427 _ACEOF
7428 if ac_fn_c_try_compile "$LINENO"; then :
7429   libc_cv_predef_fortify_source=no
7430 else
7431   libc_cv_predef_fortify_source=yes
7432 fi
7433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7434 fi
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_fortify_source" >&5
7436 $as_echo "$libc_cv_predef_fortify_source" >&6; }
7437 if test $libc_cv_predef_fortify_source = yes; then
7438   CPPUNDEFS="${CPPUNDEFS:+$CPPUNDEFS }-U_FORTIFY_SOURCE"
7439 fi
7440
7441
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC implicitly enables -fstack-protector" >&5
7443 $as_echo_n "checking whether $CC implicitly enables -fstack-protector... " >&6; }
7444 if ${libc_cv_predef_stack_protector+:} false; then :
7445   $as_echo_n "(cached) " >&6
7446 else
7447
7448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7449 /* end confdefs.h.  */
7450 extern void foobar (char *);
7451 int
7452 main ()
7453 {
7454 char large_array[2048]; foobar (large_array);
7455   ;
7456   return 0;
7457 }
7458 _ACEOF
7459 if ac_fn_c_try_compile "$LINENO"; then :
7460
7461 libc_undefs=`$NM -u conftest.o |
7462   LC_ALL=C $AWK '$1 == "U" { print $2 | "sort -u"; next } { exit(1) }' \
7463     2>&5` || {
7464   as_fn_error $? "confusing output from $NM -u" "$LINENO" 5
7465 }
7466 echo >&5 "libc_undefs='$libc_undefs'"
7467 # On some architectures, there are architecture-specific undefined
7468 # symbols (resolved by the linker), so filter out unknown symbols.
7469 # This will fail to produce the correct result if the compiler
7470 # defaults to -fstack-protector but this produces an undefined symbol
7471 # other than __stack_chk_fail.  However, compilers like that have not
7472 # been encountered in practice.
7473 libc_undefs=`echo "$libc_undefs" | egrep '^(foobar|__stack_chk_fail)$'`
7474 case "$libc_undefs" in
7475 foobar) libc_cv_predef_stack_protector=no ;;
7476 '__stack_chk_fail
7477 foobar') libc_cv_predef_stack_protector=yes ;;
7478 *) as_fn_error $? "unexpected symbols in test: $libc_undefs" "$LINENO" 5 ;;
7479 esac
7480 else
7481   as_fn_error $? "test compilation failed" "$LINENO" 5
7482 fi
7483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7484
7485 fi
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_predef_stack_protector" >&5
7487 $as_echo "$libc_cv_predef_stack_protector" >&6; }
7488 libc_extra_cflags=
7489 if test $libc_cv_predef_stack_protector = yes; then
7490   libc_extra_cflags=-fno-stack-protector
7491 fi
7492
7493
7494 ### End of automated tests.
7495 ### Now run sysdeps configure fragments.
7496
7497 # They also can set these variables.
7498 use_ldconfig=no
7499 ldd_rewrite_script=no
7500 libc_cv_sysconfdir=$sysconfdir
7501 libc_cv_localstatedir=$localstatedir
7502 libc_cv_gcc_unwind_find_fde=no
7503 libc_cv_idn=no
7504
7505 # Iterate over all the sysdep directories we will use, running their
7506 # configure fragments.
7507 for dir in $sysnames; do
7508   case $dir in
7509     /*) dest=$dir ;;
7510     *)  dest=$srcdir/$dir ;;
7511   esac
7512   if test -r $dest/configure; then
7513     { $as_echo "$as_me:${as_lineno-$LINENO}: result: running configure fragment for $dir" >&5
7514 $as_echo "running configure fragment for $dir" >&6; }
7515     . $dest/configure
7516   fi
7517 done
7518
7519 if test x$libc_cv_gcc_unwind_find_fde = xyes; then
7520   $as_echo "#define EXPORT_UNWIND_FIND_FDE 1" >>confdefs.h
7521
7522 fi
7523
7524
7525 # A sysdeps configure fragment can reset this if IFUNC is not actually
7526 # usable even though the assembler knows how to generate the symbol type.
7527 if test x"$libc_cv_ld_gnu_indirect_function" = xyes; then
7528   $as_echo "#define HAVE_IFUNC 1" >>confdefs.h
7529
7530 fi
7531
7532 # This is far from the AC_ARG_ENABLE that sets it so that a sysdeps
7533 # configure fragment can override the value to prevent this AC_DEFINE.
7534
7535 if test "x$use_nscd" != xno; then
7536   $as_echo "#define USE_NSCD 1" >>confdefs.h
7537
7538 fi
7539 if test "x$build_nscd" = xdefault; then
7540   build_nscd=$use_nscd
7541 fi
7542
7543 # Test for old glibc 2.0.x headers so that they can be removed properly
7544 # Search only in includedir.
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for old glibc 2.0.x headers" >&5
7546 $as_echo_n "checking for old glibc 2.0.x headers... " >&6; }
7547 if eval test -f "${includedir}/elfclass.h" -a -f "${includedir}/fcntlbits.h"
7548 then
7549   old_glibc_headers=yes
7550 else
7551   old_glibc_headers=no
7552 fi
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $old_glibc_headers" >&5
7554 $as_echo "$old_glibc_headers" >&6; }
7555 if test ${old_glibc_headers} = yes; then
7556   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&5
7557 $as_echo "$as_me: WARNING: *** During \"make install\" old headers from glibc 2.0.x will" >&2;}
7558   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** be removed." >&5
7559 $as_echo "$as_me: WARNING: *** be removed." >&2;}
7560 fi
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579 if test x$use_ldconfig = xyes; then
7580   $as_echo "#define USE_LDCONFIG 1" >>confdefs.h
7581
7582 fi
7583
7584
7585
7586
7587
7588
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fPIC is default" >&5
7590 $as_echo_n "checking whether -fPIC is default... " >&6; }
7591 if ${libc_cv_pic_default+:} false; then :
7592   $as_echo_n "(cached) " >&6
7593 else
7594   libc_cv_pic_default=yes
7595 cat > conftest.c <<EOF
7596 #if defined __PIC__ || defined __pic__ || defined PIC || defined pic
7597 # error PIC is default.
7598 #endif
7599 EOF
7600 if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7601   libc_cv_pic_default=no
7602 fi
7603 rm -f conftest.*
7604 fi
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_pic_default" >&5
7606 $as_echo "$libc_cv_pic_default" >&6; }
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616 VERSION=`sed -n -e 's/^#define VERSION "\([^"]*\)"/\1/p' < $srcdir/version.h`
7617 RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h`
7618
7619
7620
7621 ac_config_files="$ac_config_files config.make Makefile"
7622
7623 ac_config_commands="$ac_config_commands default"
7624
7625 cat >confcache <<\_ACEOF
7626 # This file is a shell script that caches the results of configure
7627 # tests run on this system so they can be shared between configure
7628 # scripts and configure runs, see configure's option --config-cache.
7629 # It is not useful on other systems.  If it contains results you don't
7630 # want to keep, you may remove or edit it.
7631 #
7632 # config.status only pays attention to the cache file if you give it
7633 # the --recheck option to rerun configure.
7634 #
7635 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7636 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7637 # following values.
7638
7639 _ACEOF
7640
7641 # The following way of writing the cache mishandles newlines in values,
7642 # but we know of no workaround that is simple, portable, and efficient.
7643 # So, we kill variables containing newlines.
7644 # Ultrix sh set writes to stderr and can't be redirected directly,
7645 # and sets the high bit in the cache file unless we assign to the vars.
7646 (
7647   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
7648     eval ac_val=\$$ac_var
7649     case $ac_val in #(
7650     *${as_nl}*)
7651       case $ac_var in #(
7652       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
7653 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7654       esac
7655       case $ac_var in #(
7656       _ | IFS | as_nl) ;; #(
7657       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
7658       *) { eval $ac_var=; unset $ac_var;} ;;
7659       esac ;;
7660     esac
7661   done
7662
7663   (set) 2>&1 |
7664     case $as_nl`(ac_space=' '; set) 2>&1` in #(
7665     *${as_nl}ac_space=\ *)
7666       # `set' does not quote correctly, so add quotes: double-quote
7667       # substitution turns \\\\ into \\, and sed turns \\ into \.
7668       sed -n \
7669         "s/'/'\\\\''/g;
7670           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7671       ;; #(
7672     *)
7673       # `set' quotes correctly as required by POSIX, so do not add quotes.
7674       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
7675       ;;
7676     esac |
7677     sort
7678 ) |
7679   sed '
7680      /^ac_cv_env_/b end
7681      t clear
7682      :clear
7683      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7684      t end
7685      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7686      :end' >>confcache
7687 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7688   if test -w "$cache_file"; then
7689     if test "x$cache_file" != "x/dev/null"; then
7690       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7691 $as_echo "$as_me: updating cache $cache_file" >&6;}
7692       if test ! -f "$cache_file" || test -h "$cache_file"; then
7693         cat confcache >"$cache_file"
7694       else
7695         case $cache_file in #(
7696         */* | ?:*)
7697           mv -f confcache "$cache_file"$$ &&
7698           mv -f "$cache_file"$$ "$cache_file" ;; #(
7699         *)
7700           mv -f confcache "$cache_file" ;;
7701         esac
7702       fi
7703     fi
7704   else
7705     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7706 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
7707   fi
7708 fi
7709 rm -f confcache
7710
7711 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7712 # Let make expand exec_prefix.
7713 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7714
7715 DEFS=-DHAVE_CONFIG_H
7716
7717 ac_libobjs=
7718 ac_ltlibobjs=
7719 U=
7720 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7721   # 1. Remove the extension, and $U if already installed.
7722   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
7723   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
7724   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
7725   #    will be set to the directory where LIBOBJS objects are built.
7726   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
7727   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
7728 done
7729 LIBOBJS=$ac_libobjs
7730
7731 LTLIBOBJS=$ac_ltlibobjs
7732
7733
7734
7735 : "${CONFIG_STATUS=./config.status}"
7736 ac_write_fail=0
7737 ac_clean_files_save=$ac_clean_files
7738 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
7740 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
7741 as_write_fail=0
7742 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
7743 #! $SHELL
7744 # Generated by $as_me.
7745 # Run this file to recreate the current configuration.
7746 # Compiler output produced by configure, useful for debugging
7747 # configure, is in config.log if it exists.
7748
7749 debug=false
7750 ac_cs_recheck=false
7751 ac_cs_silent=false
7752
7753 SHELL=\${CONFIG_SHELL-$SHELL}
7754 export SHELL
7755 _ASEOF
7756 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
7757 ## -------------------- ##
7758 ## M4sh Initialization. ##
7759 ## -------------------- ##
7760
7761 # Be more Bourne compatible
7762 DUALCASE=1; export DUALCASE # for MKS sh
7763 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
7764   emulate sh
7765   NULLCMD=:
7766   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
7767   # is contrary to our usage.  Disable this feature.
7768   alias -g '${1+"$@"}'='"$@"'
7769   setopt NO_GLOB_SUBST
7770 else
7771   case `(set -o) 2>/dev/null` in #(
7772   *posix*) :
7773     set -o posix ;; #(
7774   *) :
7775      ;;
7776 esac
7777 fi
7778
7779
7780 as_nl='
7781 '
7782 export as_nl
7783 # Printing a long string crashes Solaris 7 /usr/bin/printf.
7784 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
7785 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
7786 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
7787 # Prefer a ksh shell builtin over an external printf program on Solaris,
7788 # but without wasting forks for bash or zsh.
7789 if test -z "$BASH_VERSION$ZSH_VERSION" \
7790     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
7791   as_echo='print -r --'
7792   as_echo_n='print -rn --'
7793 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
7794   as_echo='printf %s\n'
7795   as_echo_n='printf %s'
7796 else
7797   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
7798     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
7799     as_echo_n='/usr/ucb/echo -n'
7800   else
7801     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
7802     as_echo_n_body='eval
7803       arg=$1;
7804       case $arg in #(
7805       *"$as_nl"*)
7806         expr "X$arg" : "X\\(.*\\)$as_nl";
7807         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
7808       esac;
7809       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
7810     '
7811     export as_echo_n_body
7812     as_echo_n='sh -c $as_echo_n_body as_echo'
7813   fi
7814   export as_echo_body
7815   as_echo='sh -c $as_echo_body as_echo'
7816 fi
7817
7818 # The user is always right.
7819 if test "${PATH_SEPARATOR+set}" != set; then
7820   PATH_SEPARATOR=:
7821   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7822     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
7823       PATH_SEPARATOR=';'
7824   }
7825 fi
7826
7827
7828 # IFS
7829 # We need space, tab and new line, in precisely that order.  Quoting is
7830 # there to prevent editors from complaining about space-tab.
7831 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
7832 # splitting by setting IFS to empty value.)
7833 IFS=" ""        $as_nl"
7834
7835 # Find who we are.  Look in the path if we contain no directory separator.
7836 as_myself=
7837 case $0 in #((
7838   *[\\/]* ) as_myself=$0 ;;
7839   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7840 for as_dir in $PATH
7841 do
7842   IFS=$as_save_IFS
7843   test -z "$as_dir" && as_dir=.
7844     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7845   done
7846 IFS=$as_save_IFS
7847
7848      ;;
7849 esac
7850 # We did not find ourselves, most probably we were run as `sh COMMAND'
7851 # in which case we are not to be found in the path.
7852 if test "x$as_myself" = x; then
7853   as_myself=$0
7854 fi
7855 if test ! -f "$as_myself"; then
7856   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
7857   exit 1
7858 fi
7859
7860 # Unset variables that we do not need and which cause bugs (e.g. in
7861 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
7862 # suppresses any "Segmentation fault" message there.  '((' could
7863 # trigger a bug in pdksh 5.2.14.
7864 for as_var in BASH_ENV ENV MAIL MAILPATH
7865 do eval test x\${$as_var+set} = xset \
7866   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7867 done
7868 PS1='$ '
7869 PS2='> '
7870 PS4='+ '
7871
7872 # NLS nuisances.
7873 LC_ALL=C
7874 export LC_ALL
7875 LANGUAGE=C
7876 export LANGUAGE
7877
7878 # CDPATH.
7879 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7880
7881
7882 # as_fn_error STATUS ERROR [LINENO LOG_FD]
7883 # ----------------------------------------
7884 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
7885 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
7886 # script with STATUS, using 1 if that was 0.
7887 as_fn_error ()
7888 {
7889   as_status=$1; test $as_status -eq 0 && as_status=1
7890   if test "$4"; then
7891     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
7892     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
7893   fi
7894   $as_echo "$as_me: error: $2" >&2
7895   as_fn_exit $as_status
7896 } # as_fn_error
7897
7898
7899 # as_fn_set_status STATUS
7900 # -----------------------
7901 # Set $? to STATUS, without forking.
7902 as_fn_set_status ()
7903 {
7904   return $1
7905 } # as_fn_set_status
7906
7907 # as_fn_exit STATUS
7908 # -----------------
7909 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
7910 as_fn_exit ()
7911 {
7912   set +e
7913   as_fn_set_status $1
7914   exit $1
7915 } # as_fn_exit
7916
7917 # as_fn_unset VAR
7918 # ---------------
7919 # Portably unset VAR.
7920 as_fn_unset ()
7921 {
7922   { eval $1=; unset $1;}
7923 }
7924 as_unset=as_fn_unset
7925 # as_fn_append VAR VALUE
7926 # ----------------------
7927 # Append the text in VALUE to the end of the definition contained in VAR. Take
7928 # advantage of any shell optimizations that allow amortized linear growth over
7929 # repeated appends, instead of the typical quadratic growth present in naive
7930 # implementations.
7931 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
7932   eval 'as_fn_append ()
7933   {
7934     eval $1+=\$2
7935   }'
7936 else
7937   as_fn_append ()
7938   {
7939     eval $1=\$$1\$2
7940   }
7941 fi # as_fn_append
7942
7943 # as_fn_arith ARG...
7944 # ------------------
7945 # Perform arithmetic evaluation on the ARGs, and store the result in the
7946 # global $as_val. Take advantage of shells that can avoid forks. The arguments
7947 # must be portable across $(()) and expr.
7948 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
7949   eval 'as_fn_arith ()
7950   {
7951     as_val=$(( $* ))
7952   }'
7953 else
7954   as_fn_arith ()
7955   {
7956     as_val=`expr "$@" || test $? -eq 1`
7957   }
7958 fi # as_fn_arith
7959
7960
7961 if expr a : '\(a\)' >/dev/null 2>&1 &&
7962    test "X`expr 00001 : '.*\(...\)'`" = X001; then
7963   as_expr=expr
7964 else
7965   as_expr=false
7966 fi
7967
7968 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
7969   as_basename=basename
7970 else
7971   as_basename=false
7972 fi
7973
7974 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
7975   as_dirname=dirname
7976 else
7977   as_dirname=false
7978 fi
7979
7980 as_me=`$as_basename -- "$0" ||
7981 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7982          X"$0" : 'X\(//\)$' \| \
7983          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
7984 $as_echo X/"$0" |
7985     sed '/^.*\/\([^/][^/]*\)\/*$/{
7986             s//\1/
7987             q
7988           }
7989           /^X\/\(\/\/\)$/{
7990             s//\1/
7991             q
7992           }
7993           /^X\/\(\/\).*/{
7994             s//\1/
7995             q
7996           }
7997           s/.*/./; q'`
7998
7999 # Avoid depending upon Character Ranges.
8000 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
8001 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8002 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
8003 as_cr_digits='0123456789'
8004 as_cr_alnum=$as_cr_Letters$as_cr_digits
8005
8006 ECHO_C= ECHO_N= ECHO_T=
8007 case `echo -n x` in #(((((
8008 -n*)
8009   case `echo 'xy\c'` in
8010   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
8011   xy)  ECHO_C='\c';;
8012   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
8013        ECHO_T=' ';;
8014   esac;;
8015 *)
8016   ECHO_N='-n';;
8017 esac
8018
8019 rm -f conf$$ conf$$.exe conf$$.file
8020 if test -d conf$$.dir; then
8021   rm -f conf$$.dir/conf$$.file
8022 else
8023   rm -f conf$$.dir
8024   mkdir conf$$.dir 2>/dev/null
8025 fi
8026 if (echo >conf$$.file) 2>/dev/null; then
8027   if ln -s conf$$.file conf$$ 2>/dev/null; then
8028     as_ln_s='ln -s'
8029     # ... but there are two gotchas:
8030     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8031     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8032     # In both cases, we have to default to `cp -p'.
8033     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
8034       as_ln_s='cp -p'
8035   elif ln conf$$.file conf$$ 2>/dev/null; then
8036     as_ln_s=ln
8037   else
8038     as_ln_s='cp -p'
8039   fi
8040 else
8041   as_ln_s='cp -p'
8042 fi
8043 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
8044 rmdir conf$$.dir 2>/dev/null
8045
8046
8047 # as_fn_mkdir_p
8048 # -------------
8049 # Create "$as_dir" as a directory, including parents if necessary.
8050 as_fn_mkdir_p ()
8051 {
8052
8053   case $as_dir in #(
8054   -*) as_dir=./$as_dir;;
8055   esac
8056   test -d "$as_dir" || eval $as_mkdir_p || {
8057     as_dirs=
8058     while :; do
8059       case $as_dir in #(
8060       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8061       *) as_qdir=$as_dir;;
8062       esac
8063       as_dirs="'$as_qdir' $as_dirs"
8064       as_dir=`$as_dirname -- "$as_dir" ||
8065 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8066          X"$as_dir" : 'X\(//\)[^/]' \| \
8067          X"$as_dir" : 'X\(//\)$' \| \
8068          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8069 $as_echo X"$as_dir" |
8070     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8071             s//\1/
8072             q
8073           }
8074           /^X\(\/\/\)[^/].*/{
8075             s//\1/
8076             q
8077           }
8078           /^X\(\/\/\)$/{
8079             s//\1/
8080             q
8081           }
8082           /^X\(\/\).*/{
8083             s//\1/
8084             q
8085           }
8086           s/.*/./; q'`
8087       test -d "$as_dir" && break
8088     done
8089     test -z "$as_dirs" || eval "mkdir $as_dirs"
8090   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8091
8092
8093 } # as_fn_mkdir_p
8094 if mkdir -p . 2>/dev/null; then
8095   as_mkdir_p='mkdir -p "$as_dir"'
8096 else
8097   test -d ./-p && rmdir ./-p
8098   as_mkdir_p=false
8099 fi
8100
8101 if test -x / >/dev/null 2>&1; then
8102   as_test_x='test -x'
8103 else
8104   if ls -dL / >/dev/null 2>&1; then
8105     as_ls_L_option=L
8106   else
8107     as_ls_L_option=
8108   fi
8109   as_test_x='
8110     eval sh -c '\''
8111       if test -d "$1"; then
8112         test -d "$1/.";
8113       else
8114         case $1 in #(
8115         -*)set "./$1";;
8116         esac;
8117         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
8118         ???[sx]*):;;*)false;;esac;fi
8119     '\'' sh
8120   '
8121 fi
8122 as_executable_p=$as_test_x
8123
8124 # Sed expression to map a string onto a valid CPP name.
8125 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8126
8127 # Sed expression to map a string onto a valid variable name.
8128 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8129
8130
8131 exec 6>&1
8132 ## ----------------------------------- ##
8133 ## Main body of $CONFIG_STATUS script. ##
8134 ## ----------------------------------- ##
8135 _ASEOF
8136 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8137
8138 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8139 # Save the log message, to keep $0 and so on meaningful, and to
8140 # report actual input values of CONFIG_FILES etc. instead of their
8141 # values after options handling.
8142 ac_log="
8143 This file was extended by GNU C Library $as_me (see version.h), which was
8144 generated by GNU Autoconf 2.68.  Invocation command line was
8145
8146   CONFIG_FILES    = $CONFIG_FILES
8147   CONFIG_HEADERS  = $CONFIG_HEADERS
8148   CONFIG_LINKS    = $CONFIG_LINKS
8149   CONFIG_COMMANDS = $CONFIG_COMMANDS
8150   $ $0 $@
8151
8152 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8153 "
8154
8155 _ACEOF
8156
8157 case $ac_config_files in *"
8158 "*) set x $ac_config_files; shift; ac_config_files=$*;;
8159 esac
8160
8161 case $ac_config_headers in *"
8162 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
8163 esac
8164
8165
8166 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8167 # Files that config.status was made for.
8168 config_files="$ac_config_files"
8169 config_headers="$ac_config_headers"
8170 config_commands="$ac_config_commands"
8171
8172 _ACEOF
8173
8174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8175 ac_cs_usage="\
8176 \`$as_me' instantiates files and other configuration actions
8177 from templates according to the current configuration.  Unless the files
8178 and actions are specified as TAGs, all are instantiated by default.
8179
8180 Usage: $0 [OPTION]... [TAG]...
8181
8182   -h, --help       print this help, then exit
8183   -V, --version    print version number and configuration settings, then exit
8184       --config     print configuration, then exit
8185   -q, --quiet, --silent
8186                    do not print progress messages
8187   -d, --debug      don't remove temporary files
8188       --recheck    update $as_me by reconfiguring in the same conditions
8189       --file=FILE[:TEMPLATE]
8190                    instantiate the configuration file FILE
8191       --header=FILE[:TEMPLATE]
8192                    instantiate the configuration header FILE
8193
8194 Configuration files:
8195 $config_files
8196
8197 Configuration headers:
8198 $config_headers
8199
8200 Configuration commands:
8201 $config_commands
8202
8203 Report bugs to <http://sourceware.org/bugzilla/>.
8204 GNU C Library home page: <http://www.gnu.org/software/glibc/>.
8205 General help using GNU software: <http://www.gnu.org/gethelp/>."
8206
8207 _ACEOF
8208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8209 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8210 ac_cs_version="\\
8211 GNU C Library config.status (see version.h)
8212 configured by $0, generated by GNU Autoconf 2.68,
8213   with options \\"\$ac_cs_config\\"
8214
8215 Copyright (C) 2010 Free Software Foundation, Inc.
8216 This config.status script is free software; the Free Software Foundation
8217 gives unlimited permission to copy, distribute and modify it."
8218
8219 ac_pwd='$ac_pwd'
8220 srcdir='$srcdir'
8221 INSTALL='$INSTALL'
8222 test -n "\$AWK" || AWK=awk
8223 _ACEOF
8224
8225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8226 # The default lists apply if the user does not specify any file.
8227 ac_need_defaults=:
8228 while test $# != 0
8229 do
8230   case $1 in
8231   --*=?*)
8232     ac_option=`expr "X$1" : 'X\([^=]*\)='`
8233     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
8234     ac_shift=:
8235     ;;
8236   --*=)
8237     ac_option=`expr "X$1" : 'X\([^=]*\)='`
8238     ac_optarg=
8239     ac_shift=:
8240     ;;
8241   *)
8242     ac_option=$1
8243     ac_optarg=$2
8244     ac_shift=shift
8245     ;;
8246   esac
8247
8248   case $ac_option in
8249   # Handling of the options.
8250   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8251     ac_cs_recheck=: ;;
8252   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
8253     $as_echo "$ac_cs_version"; exit ;;
8254   --config | --confi | --conf | --con | --co | --c )
8255     $as_echo "$ac_cs_config"; exit ;;
8256   --debug | --debu | --deb | --de | --d | -d )
8257     debug=: ;;
8258   --file | --fil | --fi | --f )
8259     $ac_shift
8260     case $ac_optarg in
8261     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8262     '') as_fn_error $? "missing file argument" ;;
8263     esac
8264     as_fn_append CONFIG_FILES " '$ac_optarg'"
8265     ac_need_defaults=false;;
8266   --header | --heade | --head | --hea )
8267     $ac_shift
8268     case $ac_optarg in
8269     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
8270     esac
8271     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8272     ac_need_defaults=false;;
8273   --he | --h)
8274     # Conflict between --help and --header
8275     as_fn_error $? "ambiguous option: \`$1'
8276 Try \`$0 --help' for more information.";;
8277   --help | --hel | -h )
8278     $as_echo "$ac_cs_usage"; exit ;;
8279   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
8280   | -silent | --silent | --silen | --sile | --sil | --si | --s)
8281     ac_cs_silent=: ;;
8282
8283   # This is an error.
8284   -*) as_fn_error $? "unrecognized option: \`$1'
8285 Try \`$0 --help' for more information." ;;
8286
8287   *) as_fn_append ac_config_targets " $1"
8288      ac_need_defaults=false ;;
8289
8290   esac
8291   shift
8292 done
8293
8294 ac_configure_extra_args=
8295
8296 if $ac_cs_silent; then
8297   exec 6>/dev/null
8298   ac_configure_extra_args="$ac_configure_extra_args --silent"
8299 fi
8300
8301 _ACEOF
8302 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8303 if \$ac_cs_recheck; then
8304   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8305   shift
8306   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
8307   CONFIG_SHELL='$SHELL'
8308   export CONFIG_SHELL
8309   exec "\$@"
8310 fi
8311
8312 _ACEOF
8313 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8314 exec 5>>config.log
8315 {
8316   echo
8317   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8318 ## Running $as_me. ##
8319 _ASBOX
8320   $as_echo "$ac_log"
8321 } >&5
8322
8323 _ACEOF
8324 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8325 #
8326 # INIT-COMMANDS
8327 #
8328 config_vars='$config_vars'
8329
8330 _ACEOF
8331
8332 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8333
8334 # Handling of arguments.
8335 for ac_config_target in $ac_config_targets
8336 do
8337   case $ac_config_target in
8338     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
8339     "config.make") CONFIG_FILES="$CONFIG_FILES config.make" ;;
8340     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8341     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
8342
8343   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
8344   esac
8345 done
8346
8347
8348 # If the user did not use the arguments to specify the items to instantiate,
8349 # then the envvar interface is used.  Set only those that are not.
8350 # We use the long form for the default assignment because of an extremely
8351 # bizarre bug on SunOS 4.1.3.
8352 if $ac_need_defaults; then
8353   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
8354   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
8355   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
8356 fi
8357
8358 # Have a temporary directory for convenience.  Make it in the build tree
8359 # simply because there is no reason against having it here, and in addition,
8360 # creating and moving files from /tmp can sometimes cause problems.
8361 # Hook for its removal unless debugging.
8362 # Note that there is a small window in which the directory will not be cleaned:
8363 # after its creation but before its name has been assigned to `$tmp'.
8364 $debug ||
8365 {
8366   tmp= ac_tmp=
8367   trap 'exit_status=$?
8368   : "${ac_tmp:=$tmp}"
8369   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8370 ' 0
8371   trap 'as_fn_exit 1' 1 2 13 15
8372 }
8373 # Create a (secure) tmp directory for tmp files.
8374
8375 {
8376   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
8377   test -d "$tmp"
8378 }  ||
8379 {
8380   tmp=./conf$$-$RANDOM
8381   (umask 077 && mkdir "$tmp")
8382 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
8383 ac_tmp=$tmp
8384
8385 # Set up the scripts for CONFIG_FILES section.
8386 # No need to generate them if there are no CONFIG_FILES.
8387 # This happens for instance with `./config.status config.h'.
8388 if test -n "$CONFIG_FILES"; then
8389
8390
8391 ac_cr=`echo X | tr X '\015'`
8392 # On cygwin, bash can eat \r inside `` if the user requested igncr.
8393 # But we know of no other shell where ac_cr would be empty at this
8394 # point, so we can use a bashism as a fallback.
8395 if test "x$ac_cr" = x; then
8396   eval ac_cr=\$\'\\r\'
8397 fi
8398 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
8399 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
8400   ac_cs_awk_cr='\\r'
8401 else
8402   ac_cs_awk_cr=$ac_cr
8403 fi
8404
8405 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8406 _ACEOF
8407
8408
8409 {
8410   echo "cat >conf$$subs.awk <<_ACEOF" &&
8411   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
8412   echo "_ACEOF"
8413 } >conf$$subs.sh ||
8414   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8415 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8416 ac_delim='%!_!# '
8417 for ac_last_try in false false false false false :; do
8418   . ./conf$$subs.sh ||
8419     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8420
8421   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
8422   if test $ac_delim_n = $ac_delim_num; then
8423     break
8424   elif $ac_last_try; then
8425     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8426   else
8427     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8428   fi
8429 done
8430 rm -f conf$$subs.sh
8431
8432 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8433 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8434 _ACEOF
8435 sed -n '
8436 h
8437 s/^/S["/; s/!.*/"]=/
8438 p
8439 g
8440 s/^[^!]*!//
8441 :repl
8442 t repl
8443 s/'"$ac_delim"'$//
8444 t delim
8445 :nl
8446 h
8447 s/\(.\{148\}\)..*/\1/
8448 t more1
8449 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
8450 p
8451 n
8452 b repl
8453 :more1
8454 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8455 p
8456 g
8457 s/.\{148\}//
8458 t nl
8459 :delim
8460 h
8461 s/\(.\{148\}\)..*/\1/
8462 t more2
8463 s/["\\]/\\&/g; s/^/"/; s/$/"/
8464 p
8465 b
8466 :more2
8467 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
8468 p
8469 g
8470 s/.\{148\}//
8471 t delim
8472 ' <conf$$subs.awk | sed '
8473 /^[^""]/{
8474   N
8475   s/\n//
8476 }
8477 ' >>$CONFIG_STATUS || ac_write_fail=1
8478 rm -f conf$$subs.awk
8479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8480 _ACAWK
8481 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8482   for (key in S) S_is_set[key] = 1
8483   FS = "\a"
8484
8485 }
8486 {
8487   line = $ 0
8488   nfields = split(line, field, "@")
8489   substed = 0
8490   len = length(field[1])
8491   for (i = 2; i < nfields; i++) {
8492     key = field[i]
8493     keylen = length(key)
8494     if (S_is_set[key]) {
8495       value = S[key]
8496       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8497       len += length(value) + length(field[++i])
8498       substed = 1
8499     } else
8500       len += 1 + keylen
8501   }
8502
8503   print line
8504 }
8505
8506 _ACAWK
8507 _ACEOF
8508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8509 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
8510   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
8511 else
8512   cat
8513 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
8514   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8515 _ACEOF
8516
8517 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
8518 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8519 # trailing colons and then remove the whole line if VPATH becomes empty
8520 # (actually we leave an empty line to preserve line numbers).
8521 if test "x$srcdir" = x.; then
8522   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
8523 h
8524 s///
8525 s/^/:/
8526 s/[      ]*$/:/
8527 s/:\$(srcdir):/:/g
8528 s/:\${srcdir}:/:/g
8529 s/:@srcdir@:/:/g
8530 s/^:*//
8531 s/:*$//
8532 x
8533 s/\(=[   ]*\).*/\1/
8534 G
8535 s/\n//
8536 s/^[^=]*=[       ]*$//
8537 }'
8538 fi
8539
8540 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8541 fi # test -n "$CONFIG_FILES"
8542
8543 # Set up the scripts for CONFIG_HEADERS section.
8544 # No need to generate them if there are no CONFIG_HEADERS.
8545 # This happens for instance with `./config.status Makefile'.
8546 if test -n "$CONFIG_HEADERS"; then
8547 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8548 BEGIN {
8549 _ACEOF
8550
8551 # Transform confdefs.h into an awk script `defines.awk', embedded as
8552 # here-document in config.status, that substitutes the proper values into
8553 # config.h.in to produce config.h.
8554
8555 # Create a delimiter string that does not exist in confdefs.h, to ease
8556 # handling of long lines.
8557 ac_delim='%!_!# '
8558 for ac_last_try in false false :; do
8559   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
8560   if test -z "$ac_tt"; then
8561     break
8562   elif $ac_last_try; then
8563     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8564   else
8565     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
8566   fi
8567 done
8568
8569 # For the awk script, D is an array of macro values keyed by name,
8570 # likewise P contains macro parameters if any.  Preserve backslash
8571 # newline sequences.
8572
8573 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
8574 sed -n '
8575 s/.\{148\}/&'"$ac_delim"'/g
8576 t rset
8577 :rset
8578 s/^[     ]*#[    ]*define[       ][      ]*/ /
8579 t def
8580 d
8581 :def
8582 s/\\$//
8583 t bsnl
8584 s/["\\]/\\&/g
8585 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
8586 D["\1"]=" \3"/p
8587 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
8588 d
8589 :bsnl
8590 s/["\\]/\\&/g
8591 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
8592 D["\1"]=" \3\\\\\\n"\\/p
8593 t cont
8594 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
8595 t cont
8596 d
8597 :cont
8598 n
8599 s/.\{148\}/&'"$ac_delim"'/g
8600 t clear
8601 :clear
8602 s/\\$//
8603 t bsnlc
8604 s/["\\]/\\&/g; s/^/"/; s/$/"/p
8605 d
8606 :bsnlc
8607 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
8608 b cont
8609 ' <confdefs.h | sed '
8610 s/'"$ac_delim"'/"\\\
8611 "/g' >>$CONFIG_STATUS || ac_write_fail=1
8612
8613 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8614   for (key in D) D_is_set[key] = 1
8615   FS = "\a"
8616 }
8617 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
8618   line = \$ 0
8619   split(line, arg, " ")
8620   if (arg[1] == "#") {
8621     defundef = arg[2]
8622     mac1 = arg[3]
8623   } else {
8624     defundef = substr(arg[1], 2)
8625     mac1 = arg[2]
8626   }
8627   split(mac1, mac2, "(") #)
8628   macro = mac2[1]
8629   prefix = substr(line, 1, index(line, defundef) - 1)
8630   if (D_is_set[macro]) {
8631     # Preserve the white space surrounding the "#".
8632     print prefix "define", macro P[macro] D[macro]
8633     next
8634   } else {
8635     # Replace #undef with comments.  This is necessary, for example,
8636     # in the case of _POSIX_SOURCE, which is predefined and required
8637     # on some systems where configure will not decide to define it.
8638     if (defundef == "undef") {
8639       print "/*", prefix defundef, macro, "*/"
8640       next
8641     }
8642   }
8643 }
8644 { print }
8645 _ACAWK
8646 _ACEOF
8647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8648   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8649 fi # test -n "$CONFIG_HEADERS"
8650
8651
8652 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
8653 shift
8654 for ac_tag
8655 do
8656   case $ac_tag in
8657   :[FHLC]) ac_mode=$ac_tag; continue;;
8658   esac
8659   case $ac_mode$ac_tag in
8660   :[FHL]*:*);;
8661   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8662   :[FH]-) ac_tag=-:-;;
8663   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
8664   esac
8665   ac_save_IFS=$IFS
8666   IFS=:
8667   set x $ac_tag
8668   IFS=$ac_save_IFS
8669   shift
8670   ac_file=$1
8671   shift
8672
8673   case $ac_mode in
8674   :L) ac_source=$1;;
8675   :[FH])
8676     ac_file_inputs=
8677     for ac_f
8678     do
8679       case $ac_f in
8680       -) ac_f="$ac_tmp/stdin";;
8681       *) # Look for the file first in the build tree, then in the source tree
8682          # (if the path is not absolute).  The absolute path cannot be DOS-style,
8683          # because $ac_f cannot contain `:'.
8684          test -f "$ac_f" ||
8685            case $ac_f in
8686            [\\/$]*) false;;
8687            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
8688            esac ||
8689            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8690       esac
8691       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
8692       as_fn_append ac_file_inputs " '$ac_f'"
8693     done
8694
8695     # Let's still pretend it is `configure' which instantiates (i.e., don't
8696     # use $as_me), people would be surprised to read:
8697     #    /* config.h.  Generated by config.status.  */
8698     configure_input='Generated from '`
8699           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
8700         `' by configure.'
8701     if test x"$ac_file" != x-; then
8702       configure_input="$ac_file.  $configure_input"
8703       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8704 $as_echo "$as_me: creating $ac_file" >&6;}
8705     fi
8706     # Neutralize special characters interpreted by sed in replacement strings.
8707     case $configure_input in #(
8708     *\&* | *\|* | *\\* )
8709        ac_sed_conf_input=`$as_echo "$configure_input" |
8710        sed 's/[\\\\&|]/\\\\&/g'`;; #(
8711     *) ac_sed_conf_input=$configure_input;;
8712     esac
8713
8714     case $ac_tag in
8715     *:-:* | *:-) cat >"$ac_tmp/stdin" \
8716       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8717     esac
8718     ;;
8719   esac
8720
8721   ac_dir=`$as_dirname -- "$ac_file" ||
8722 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8723          X"$ac_file" : 'X\(//\)[^/]' \| \
8724          X"$ac_file" : 'X\(//\)$' \| \
8725          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
8726 $as_echo X"$ac_file" |
8727     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8728             s//\1/
8729             q
8730           }
8731           /^X\(\/\/\)[^/].*/{
8732             s//\1/
8733             q
8734           }
8735           /^X\(\/\/\)$/{
8736             s//\1/
8737             q
8738           }
8739           /^X\(\/\).*/{
8740             s//\1/
8741             q
8742           }
8743           s/.*/./; q'`
8744   as_dir="$ac_dir"; as_fn_mkdir_p
8745   ac_builddir=.
8746
8747 case "$ac_dir" in
8748 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
8749 *)
8750   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
8751   # A ".." for each directory in $ac_dir_suffix.
8752   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
8753   case $ac_top_builddir_sub in
8754   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
8755   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
8756   esac ;;
8757 esac
8758 ac_abs_top_builddir=$ac_pwd
8759 ac_abs_builddir=$ac_pwd$ac_dir_suffix
8760 # for backward compatibility:
8761 ac_top_builddir=$ac_top_build_prefix
8762
8763 case $srcdir in
8764   .)  # We are building in place.
8765     ac_srcdir=.
8766     ac_top_srcdir=$ac_top_builddir_sub
8767     ac_abs_top_srcdir=$ac_pwd ;;
8768   [\\/]* | ?:[\\/]* )  # Absolute name.
8769     ac_srcdir=$srcdir$ac_dir_suffix;
8770     ac_top_srcdir=$srcdir
8771     ac_abs_top_srcdir=$srcdir ;;
8772   *) # Relative name.
8773     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
8774     ac_top_srcdir=$ac_top_build_prefix$srcdir
8775     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
8776 esac
8777 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
8778
8779
8780   case $ac_mode in
8781   :F)
8782   #
8783   # CONFIG_FILE
8784   #
8785
8786   case $INSTALL in
8787   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
8788   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
8789   esac
8790 _ACEOF
8791
8792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8793 # If the template does not know about datarootdir, expand it.
8794 # FIXME: This hack should be removed a few years after 2.60.
8795 ac_datarootdir_hack=; ac_datarootdir_seen=
8796 ac_sed_dataroot='
8797 /datarootdir/ {
8798   p
8799   q
8800 }
8801 /@datadir@/p
8802 /@docdir@/p
8803 /@infodir@/p
8804 /@localedir@/p
8805 /@mandir@/p'
8806 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
8807 *datarootdir*) ac_datarootdir_seen=yes;;
8808 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
8809   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8810 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
8811 _ACEOF
8812 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8813   ac_datarootdir_hack='
8814   s&@datadir@&$datadir&g
8815   s&@docdir@&$docdir&g
8816   s&@infodir@&$infodir&g
8817   s&@localedir@&$localedir&g
8818   s&@mandir@&$mandir&g
8819   s&\\\${datarootdir}&$datarootdir&g' ;;
8820 esac
8821 _ACEOF
8822
8823 # Neutralize VPATH when `$srcdir' = `.'.
8824 # Shell code in configure.ac might set extrasub.
8825 # FIXME: do we really want to maintain this feature?
8826 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8827 ac_sed_extra="$ac_vpsub
8828 $extrasub
8829 _ACEOF
8830 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
8831 :t
8832 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
8833 s|@configure_input@|$ac_sed_conf_input|;t t
8834 s&@top_builddir@&$ac_top_builddir_sub&;t t
8835 s&@top_build_prefix@&$ac_top_build_prefix&;t t
8836 s&@srcdir@&$ac_srcdir&;t t
8837 s&@abs_srcdir@&$ac_abs_srcdir&;t t
8838 s&@top_srcdir@&$ac_top_srcdir&;t t
8839 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
8840 s&@builddir@&$ac_builddir&;t t
8841 s&@abs_builddir@&$ac_abs_builddir&;t t
8842 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
8843 s&@INSTALL@&$ac_INSTALL&;t t
8844 $ac_datarootdir_hack
8845 "
8846 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
8847   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8848
8849 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
8850   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
8851   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
8852       "$ac_tmp/out"`; test -z "$ac_out"; } &&
8853   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8854 which seems to be undefined.  Please make sure it is defined" >&5
8855 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
8856 which seems to be undefined.  Please make sure it is defined" >&2;}
8857
8858   rm -f "$ac_tmp/stdin"
8859   case $ac_file in
8860   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
8861   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8862   esac \
8863   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8864  ;;
8865   :H)
8866   #
8867   # CONFIG_HEADER
8868   #
8869   if test x"$ac_file" != x-; then
8870     {
8871       $as_echo "/* $configure_input  */" \
8872       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
8873     } >"$ac_tmp/config.h" \
8874       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8875     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
8876       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8877 $as_echo "$as_me: $ac_file is unchanged" >&6;}
8878     else
8879       rm -f "$ac_file"
8880       mv "$ac_tmp/config.h" "$ac_file" \
8881         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8882     fi
8883   else
8884     $as_echo "/* $configure_input  */" \
8885       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
8886       || as_fn_error $? "could not create -" "$LINENO" 5
8887   fi
8888  ;;
8889
8890   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8891 $as_echo "$as_me: executing $ac_file commands" >&6;}
8892  ;;
8893   esac
8894
8895
8896   case $ac_file$ac_mode in
8897     "default":C)
8898 case $CONFIG_FILES in *config.make*)
8899 echo "$config_vars" >> config.make;;
8900 esac
8901 test -d bits || mkdir bits ;;
8902
8903   esac
8904 done # for ac_tag
8905
8906
8907 as_fn_exit 0
8908 _ACEOF
8909 ac_clean_files=$ac_clean_files_save
8910
8911 test $ac_write_fail = 0 ||
8912   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8913
8914
8915 # configure is writing to config.log, and then calls config.status.
8916 # config.status does its own redirection, appending to config.log.
8917 # Unfortunately, on DOS this fails, as config.log is still kept open
8918 # by configure, so config.status won't be able to write to it; its
8919 # output is simply discarded.  So we exec the FD to /dev/null,
8920 # effectively closing config.log, so it can be properly (re)opened and
8921 # appended to by config.status.  When coming back to configure, we
8922 # need to make the FD available again.
8923 if test "$no_create" != yes; then
8924   ac_cs_success=:
8925   ac_config_status_args=
8926   test "$silent" = yes &&
8927     ac_config_status_args="$ac_config_status_args --quiet"
8928   exec 5>/dev/null
8929   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8930   exec 5>>config.log
8931   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8932   # would make configure fail if this is the last instruction.
8933   $ac_cs_success || as_fn_exit 1
8934 fi
8935
8936 #
8937 # CONFIG_SUBDIRS section.
8938 #
8939 if test "$no_recursion" != yes; then
8940
8941   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
8942   # so they do not pile up.
8943   ac_sub_configure_args=
8944   ac_prev=
8945   eval "set x $ac_configure_args"
8946   shift
8947   for ac_arg
8948   do
8949     if test -n "$ac_prev"; then
8950       ac_prev=
8951       continue
8952     fi
8953     case $ac_arg in
8954     -cache-file | --cache-file | --cache-fil | --cache-fi \
8955     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8956       ac_prev=cache_file ;;
8957     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8958     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
8959     | --c=*)
8960       ;;
8961     --config-cache | -C)
8962       ;;
8963     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8964       ac_prev=srcdir ;;
8965     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8966       ;;
8967     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
8968       ac_prev=prefix ;;
8969     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
8970       ;;
8971     --disable-option-checking)
8972       ;;
8973     *)
8974       case $ac_arg in
8975       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8976       esac
8977       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
8978     esac
8979   done
8980
8981   # Always prepend --prefix to ensure using the same prefix
8982   # in subdir configurations.
8983   ac_arg="--prefix=$prefix"
8984   case $ac_arg in
8985   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
8986   esac
8987   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
8988
8989   # Pass --silent
8990   if test "$silent" = yes; then
8991     ac_sub_configure_args="--silent $ac_sub_configure_args"
8992   fi
8993
8994   # Always prepend --disable-option-checking to silence warnings, since
8995   # different subdirs can have different --enable and --with options.
8996   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
8997
8998   ac_popdir=`pwd`
8999   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
9000
9001     # Do not complain, so a configure script can configure whichever
9002     # parts of a large source tree are present.
9003     test -d "$srcdir/$ac_dir" || continue
9004
9005     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
9006     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
9007     $as_echo "$ac_msg" >&6
9008     as_dir="$ac_dir"; as_fn_mkdir_p
9009     ac_builddir=.
9010
9011 case "$ac_dir" in
9012 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9013 *)
9014   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9015   # A ".." for each directory in $ac_dir_suffix.
9016   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9017   case $ac_top_builddir_sub in
9018   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9019   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9020   esac ;;
9021 esac
9022 ac_abs_top_builddir=$ac_pwd
9023 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9024 # for backward compatibility:
9025 ac_top_builddir=$ac_top_build_prefix
9026
9027 case $srcdir in
9028   .)  # We are building in place.
9029     ac_srcdir=.
9030     ac_top_srcdir=$ac_top_builddir_sub
9031     ac_abs_top_srcdir=$ac_pwd ;;
9032   [\\/]* | ?:[\\/]* )  # Absolute name.
9033     ac_srcdir=$srcdir$ac_dir_suffix;
9034     ac_top_srcdir=$srcdir
9035     ac_abs_top_srcdir=$srcdir ;;
9036   *) # Relative name.
9037     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9038     ac_top_srcdir=$ac_top_build_prefix$srcdir
9039     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9040 esac
9041 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9042
9043
9044     cd "$ac_dir"
9045
9046     # Check for guested configure; otherwise get Cygnus style configure.
9047     if test -f "$ac_srcdir/configure.gnu"; then
9048       ac_sub_configure=$ac_srcdir/configure.gnu
9049     elif test -f "$ac_srcdir/configure"; then
9050       ac_sub_configure=$ac_srcdir/configure
9051     elif test -f "$ac_srcdir/configure.in"; then
9052       # This should be Cygnus configure.
9053       ac_sub_configure=$ac_aux_dir/configure
9054     else
9055       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
9056 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
9057       ac_sub_configure=
9058     fi
9059
9060     # The recursion is here.
9061     if test -n "$ac_sub_configure"; then
9062       # Make the cache file name correct relative to the subdirectory.
9063       case $cache_file in
9064       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
9065       *) # Relative name.
9066         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
9067       esac
9068
9069       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
9070 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
9071       # The eval makes quoting arguments work.
9072       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
9073            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
9074         as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
9075     fi
9076
9077     cd "$ac_popdir"
9078   done
9079 fi
9080 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9081   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9082 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
9083 fi
9084